0db933d685406af8ea8b85c78d27cb3266374b4c
[portal/sdk.git] /
1 <div id="page-content" style="min-height: 500px">
2         <div>
3                 <h1 class="heading-page">Notebook</h1>
4         </div>
5         <div class="form-row">
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" />
11         </div>
12         <BR>
13
14         <!-- Use this for only 1 key value query parameter 
15         <div class="fn-ebz-container">
16                                         
17                                         <label class="fn-ebz-text-label">Key</label><BR>
18                                         <input type="text"  name="key"  maxlength=200  ng-model="qparamKey" style="width:180px"/> 
19         </div>
20         
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"/>
24         </div> -->
25
26
27
28         <!-- Use this for multiple key value query parameters -->
29         <div
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">
35
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" />
40                                         </div>
41
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" />
48                                         </div>
49
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>
62                                         </div>
63
64                                 </div>
65                         </div>
66                 </div>
67         </div>
68
69
70
71
72         <BR>
73
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>
77         </div>
78
79         <!--  <div ng-show="iframevisibility"><iframe id='itestfr' width="1400" height="1400"></iframe></div>  -->
80 </div>