-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcot_pt_calc_bu.html
81 lines (73 loc) · 2.75 KB
/
cot_pt_calc_bu.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
<section id="fh-steps" class="hide">
<section id="fh-step1">
<h2 tabindex="-1">{{step1}}</h2>
<div class="contentblock">
<div id="step1Content" data-wcm-title="Step 1: Overview" class="">{{{overview}}}
</div>
</div>
<section class="btn-bar">
<div class="row">
<div class="col-xs-6">
<button class="btn btn-primary pull-right" id="btn_back"><span
class="glyphicon glyphicon-chevron-left"></span>
<span class="buttontext">Back</span>
</button>
</div>
<div class="col-xs-6">
<button class="btn btn-primary" id="btn_forward">
<span class="buttontext">Continue</span>
<span class="glyphicon glyphicon-chevron-right"></span>
</button>
</div>
</div>
</section>
</section>
<section id="fh-step2" class="hide">
<h2 tabindex="-1" class="hidden-print">{{step2}}</h2>
<div class="contentblock">
<div id="step2Content" class="well">
<form id="numericForm" class="form-inline hidden-print">
<div class="form-group">
<div class="entryField">
<div class="entryField">
<label for="propertyValue"><strong>{{propertyValueLabel}}</strong></label>
<input name="propertyValue" id="propertyValue" class="form-control required"
placeholder="{{propertyValuePlaceHolder}}"/>
</div>
</div>
</div>
<button class="btn btn-primary btn-sm" id="btn_calc">
<span class="glyphicon glyphicon-cog"></span>Calculate
</button>
<button class="btn btn-primary btn-sm" id="btn_calc_refresh">
<span class="glyphicon glyphicon-refresh"></span>Refresh
</button>
<button class="btn btn-primary btn-sm" id="btn_print">
<span class="glyphicon glyphicon-print "></span>Print
</button>
</form>
<div id="calcArea"></div>
</div>
</div>
<div id="fh-buttonbartop" class="panel buttonbar">
<div class="panel-body">
<div class="row">
<div id="btnTopElement" class="col-xs-12 form-group form-group-vertical">
<div>
<div>
<section class="btn-bar">
<div class="row">
<div class="col-xs-12 col-sm-6 col-md-4 col-md-offset-4">
<button id="btn_back_2" type="button" class="btn btn-primary"><span
class="glyphicon glyphicon-chevron-left"></span><span class="buttontext">Back</span></button>
</div>
</div>
</section>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
</section>