7524acca51b932912fa4c1edd84fd65d0c4d39b2
[portal/sdk.git] /
1 <div id="page-content" style="margin-right:-230px;">
2 <style>
3 .grid {
4   width: 100%;
5   height: 400px;
6 }
7 .grid .ui-grid-header-cell {
8   text-align:center;
9 }
10 .icon-add-widget:before {
11     content: "\e717";
12 }
13 .ui-grid-icon-angle-down {
14         margin-top: 5px;
15 }
16 body {
17         font-size:13px;
18 }
19 </style>
20 <h1 class="heading-page">Report search</h1>
21 <br>
22 <div >
23 <label style="float:left;margin-top:10px; margin-right: 5px;">Report Id:</label>
24
25 <div class="form-row" style="float:left; width:160px;">
26         <select id="dropdown1" name="dropdown1" b2b-dropdown placeholder-text="Select" ng-model="operatorRepId.index">
27             <option b2b-dropdown-list option-repeat="d in operatorsRepId" value="{{d.index}}">{{d.text}}</option>
28         </select>
29 </div>
30
31 <div class="form-field form-field__glued pull-left size-onefifth" style="float:left; width:160px;margin-right: 40px;">
32      <input ng-model="reportId" type="text" placeholder="Search value?" style="margin-top:5px;width:160px;">
33 </div>
34
35 <label class="pull-left" style="float:left;margin-top: 10px;margin-right: 5px;">Report Name:</label>
36
37 <div class="form-row" style="float:left; width:160px;">
38     <select id="dropdown2" name="dropdown2" b2b-dropdown placeholder-text="Select" ng-model="operatorRepName.index">
39         <option b2b-dropdown-list option-repeat="e in operatorsRepName" value="{{e.index}}">{{e.text}}</option>
40     </select>
41 </div>
42
43 <div class="form-field form-field__glued pull-left size-onefifth" style="width:13% !important;">
44     <input ng-model="reportName" type="text" placeholder="Search value?" style="margin-top:5px;width:160px;">                       
45 </div>
46
47 <div>
48          <button style="margin-left:50px;margin-top:4px;" type="submit" class="btn btn-alt btn-small" ng-click="runReport();">Submit</button>
49 </div>
50 </div> 
51 <br>
52
53 <div id="grid1" ui-grid="gridOptions" ui-grid-pagination class="grid">
54 </div>