44d51af8988b8ffc391bbbac6c41c6eb8ba73c80
[myslice.git] / plugins / univbrisfvf / templates / univbrisfv.html
1 <html>
2 <div id='main-{{ domid }}' class='univbrisfoam-spacer'>
3  <form id="uob_fv_form">
4   <table class='table table-striped table-bordered dataTable' id='{{domid}}__table'>
5     <thead>
6       <tr>
7         {% for column in columns %} <th>{{ column }}</th> {% endfor %} 
8         {% for column in hidden_columns %} <th>{{ column }}</th> {% endfor %}
9       </tr>
10     </thead> 
11     <tbody>
12     </tbody> 
13     <tfoot> 
14       <tr>
15         {% for column in columns %} <th>{{ column }}</th> {% endfor %} 
16         {% for column in hidden_columns %} <th>{{ column }}</th> {% endfor %} 
17       </tr>
18     </tfoot> 
19   </table>
20   <table class = 'table tbbuttons' align="center" id='uob_fv_form_buttons'>
21         <tr>
22                 <td align="center"><button id="add_flowspace" type="button" style="height: 25px; width: 300px;" onclick="fnAddflowspace()">Define another packet  flowspace</button></td>
23
24                 <td align="center"><button id="add_opt_flowspace" type="button" style="height: 25px; width: 300px" onclick="fnAddcflowspace()" disabled>Define another optical  flowspace</button></td>'
25
26         </tr>
27
28         <tr>
29
30                 <td align="left"><font color="#FF0000">Define controller location</font>
31                         <p>input format should be tcp:hostname:port or ssl:hostname:port</p></td>
32                 
33                 <td align="center"><input type="text" id="controller_loc" style="height: 25px; width: 300px;" title="Input format should be tcp:hostname:port or ssl:hostname:port"></td>
34         </tr>
35         <tr>
36                 
37                 <td align="center" colspan="2"><button id="submit_flowspace" type="button" style="height: 25px; width: 300px" onclick="fnButsubmit()"> Submit flowspaces</button></td>
38         </tr>
39 </table>
40  </form>
41 </div>
42 </html>