1 <div id="page-content" style="min-height: 500px">
3 <h1 class="heading-page">Notebook</h1>
6 <label for="textinputID1">Notebook ID:</label><BR> <input
7 type="text" name="notebookid" b2b-reset maxlength=200 class="span12 "
8 ng-model="notebookvalue"
9 ng-init="notebookvalue='833c0a69ec1433fbb2f8752af733cf0e'"
10 style="width: 180px" />
14 <!-- Use this for only 1 key value query parameter
15 <div class="fn-ebz-container">
17 <label class="fn-ebz-text-label">Key</label><BR>
18 <input type="text" name="key" maxlength=200 ng-model="qparamKey" style="width:180px"/>
21 <div class="fn-ebz-container">
22 <label class="fn-ebz-text-label">Value</label><BR>
23 <input type="text" name="val" maxlength=200 ng-model="qparamVal" style="width:180px"/>
28 <!-- Use this for multiple key value query parameters -->
30 style="border: 2px; border-style: solid; border-color: #808080; margin-bottom: 9px; width: 55%; padding-bottom: 20px;">
31 <div ng-repeat="kv in keyValueList">
32 <div style="margin-left: 5px">
33 <div class=" row-nowrap">
34 <div class="form-row input-emphasized-field">
36 <label for="textinputID1">Key</label><BR> <input type="text"
37 id="textinputID-2a" b2b-reset name="key"
38 class="span12 input-emphasized" maxlength=100 ng-model="kv.qK"
39 style="width: 180px" />
42 <div class="form-row input-emphasized-field"
43 style="padding-left: 50px;">
44 <label for="textinputID1">Value</label><BR> <input
45 type="text" id="textinputID-2a" b2b-reset name="val"
46 class="span12 input-emphasized" maxlength=100 ng-model="kv.qV"
47 style="width: 180px" />
50 <div class="fn-ebz-container"
51 style="position: relative; top: 25px;">
52 <button href="javascript:void(0)" id="addbtn"
53 ng-show="{{$index==0}}"
54 style="float: right; margin-left: 150px; bottom: -17px;"
55 size="small" att-accessibility-click="13,32"
56 class="btn btn-alt btn-small" ng-click="addKeyValuePairs(kv);">Add</button>
57 <a href="javascript:void(0)" ng-show="{{$index>0}}"
58 style="float: right; margin-left: 150px; bottom: -17px;"
59 size="small" att-accessibility-click="13,32"
60 ng-click="removeKeyValuePairs($index);"
61 class="btn btn-alt btn-small"> Remove</a>
74 <div class="fn-ebz-container">
75 <a class="btn btn-alt btn-small" btn-type="primary"
76 att-accessibility-click="13,32" ng-click="submitParameters();">Submit</a>
79 <!-- <div ng-show="iframevisibility"><iframe id='itestfr' width="1400" height="1400"></iframe></div> -->