0969aa2faad64cf6530865dd5e9e2ce790c435be
[portal/sdk.git] /
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <meta charset="ISO-8859-1">
5 <title></title>
6 </head>
7 <body>
8
9 <div style="min-height:500px">
10         <br>
11         <div class="fn-ebz-container">
12                 <label class="fn-ebz-text-label">Notebook ID:</label><BR>
13                 <input type="text"  name="notebookid"  maxlength=200  ng-model="notebookvalue" ng-init="notebookvalue='833c0a69ec1433fbb2f8752af733cf0e'" style="width:180px"/>
14         </div>
15         <BR>
16         
17         <!-- Use this for only 1 key value query parameter 
18         <div class="fn-ebz-container">
19                                         
20                                         <label class="fn-ebz-text-label">Key</label><BR>
21                                         <input type="text"  name="key"  maxlength=200  ng-model="qparamKey" style="width:180px"/> 
22         </div>
23         
24         <div class="fn-ebz-container">
25                                         <label class="fn-ebz-text-label">Value</label><BR>
26                                         <input type="text"  name="val"  maxlength=200  ng-model="qparamVal" style="width:180px"/>
27         </div> --> 
28                                 
29         
30                 
31         <!-- Use this for multiple key value query parameters --> 
32         <div style="border:2px;border-style:solid;border-color:#808080;margin-bottom:9px"> 
33          <div ng-repeat="kv in keyValueList">   
34                         <div style="margin-left:5px">
35                         
36                                 <div class="fn-ebz-container">
37                                         
38                                         <label class="fn-ebz-text-label">Key</label><BR>
39                                         <input type="text"  name="key"  maxlength=100  ng-model="kv.qK" style="width:180px"/> 
40                                 </div>
41                         
42                                 <div class="fn-ebz-container">
43                                         <label class="fn-ebz-text-label">Value</label><BR>
44                                         <input type="text"  name="val"  maxlength=100  ng-model="kv.qV" style="width:180px"/>
45                                 </div>
46                                 
47                                 <div class="fn-ebz-container" style="position:relative; top: 25px;">
48                                 <button href="javascript:void(0)" id="addbtn" ng-show="{{$index==0}}"  style="float: right;" att-button  size="small" att-accessibility-click="13,32" 
49                                                 ng-click="addKeyValuePairs(kv);" >Add</button>
50                                 <a href="javascript:void(0)" ng-show="{{$index>0}}" style="float: right;" att-button  size="small" att-accessibility-click="13,32" ng-click="removeKeyValuePairs($index);" >
51                                 Remove</a>  
52                                   </div>
53                   </div>
54                  </div>
55   </div>
56      
57         
58         
59         
60           <BR>
61         
62         <div class="fn-ebz-container">
63         <a  att-button btn-type="primary" att-accessibility-click="13,32" ng-click="submitParameters();">Submit</a>
64         </div>
65         
66         <!--  <div ng-show="iframevisibility"><iframe id='itestfr' width="1400" height="1400"></iframe></div>  -->
67         
68 </div>
69 </body>
70 </html>