mirror of
https://github.com/nasa/openmct.git
synced 2024-12-19 05:07:52 +00:00
[Forms] Remove unused templates
Remove unused templates (these have been reorganized into the controls directory.) WTD-530
This commit is contained in:
parent
21f809645d
commit
7f59175313
@ -1,6 +0,0 @@
|
||||
<div ng-controller="LayoutFormController">
|
||||
<label class="checkbox custom no-text">
|
||||
<input type="checkbox" ng-model="data.formValue[id]">
|
||||
<em> </em>
|
||||
</label>
|
||||
</div>
|
@ -1,24 +0,0 @@
|
||||
<div ng-controller="LayoutFormController">
|
||||
<div id='_form_control_datetime' class='form-control complex datetime'>
|
||||
<div class='field-hints'>
|
||||
<span class='hint date'>Date</span>
|
||||
<span class='hint time sm'>Hour</span>
|
||||
<span class='hint time sm'>Min</span>
|
||||
<span class='hint time sm'>Sec</span>
|
||||
<span class='hint timezone'>Timezone</span>
|
||||
</div>
|
||||
|
||||
<div class='fields'>
|
||||
<span class='field control date'><input type='text' name='date' /></span>
|
||||
<span class='field control time sm'><input type='text' name='hour' maxlength='2' /></span>
|
||||
<span class='field control time sm'><input type='text' name='min' maxlength='2' /></span>
|
||||
<span class='field control time sm'><input type='text' name='sec' maxlength='2' /></span>
|
||||
<span class='field control timezone'>
|
||||
<select class='form-control input select' ng-model="data.formValue[id].option" ng-options="o.name for o in data.formValue[id].options">
|
||||
<option value="">- Select One -</option>
|
||||
<span class='ui-symbol arw colorKey'>v</span>
|
||||
</select>
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
@ -1,7 +0,0 @@
|
||||
<div ng-controller="LayoutFormController">
|
||||
<select class='form-control input select' ng-model="data.formValue[id].option"
|
||||
ng-options="o.name for o in data.formValue[id].options">
|
||||
<option value="">- Select One -</option>
|
||||
<span class='ui-symbol arw colorKey'>v</span>
|
||||
</select>
|
||||
</div>
|
@ -1,5 +0,0 @@
|
||||
<div>
|
||||
{#processedValues}
|
||||
{#view key="_select"/}
|
||||
{/processedValues}
|
||||
</div>
|
@ -1,8 +0,0 @@
|
||||
<div ng-controller="LayoutFormController">
|
||||
<span class='form-control shell'>
|
||||
<span class='field control'>
|
||||
<input type="text" ng-model="data.formValue[id]">
|
||||
</span>
|
||||
</span>
|
||||
</div>
|
||||
|
@ -1,7 +0,0 @@
|
||||
<div ng-controller="LayoutFormController">
|
||||
<div>
|
||||
{#processedValues}
|
||||
{#view key="_textfield"/} {label}
|
||||
{/processedValues}
|
||||
</div>
|
||||
</div>
|
Loading…
Reference in New Issue
Block a user