OpenFlow plugin - Univ Bristol - f.francois
[unfold.git] / plugins / univbrisfvf / templates / univbrisfvf.html
diff --git a/plugins/univbrisfvf/templates/univbrisfvf.html b/plugins/univbrisfvf/templates/univbrisfvf.html
new file mode 100644 (file)
index 0000000..63973cb
--- /dev/null
@@ -0,0 +1,159 @@
+<style>
+.multiselect {
+    width:40em;
+    height:5em;
+    border:solid 1px #c0c0c0;
+    overflow:auto;
+}
+.multiselect label {
+    display:block;
+}
+ l
+.multiselect-on {
+    color:#ffffff;
+    background-color:#000099;
+}
+</style>
+
+<form id="uob_fv_table_form">
+  <table id='uob_fv_table'>
+                       <tr>
+                               <th><strong>Flowspace Name</strong></th>
+                               <td COLSPAN="2">
+                                       <input id="flowspace_name" type="text" name="flowspace_name" maxlength="20" title="Flowspace name" disabled="disabled" />
+                                       
+                               </td>
+                          </tr>
+                           <tr>
+                               <th><strong>MAC Source</strong></th>
+                               <td>
+                                       
+                                       <label for="uob_fv_table_dl_src_start"></label>
+                                       <input id="uob_fv_table_dl_src_start" type="text" name="uob_fv_table_dl_src_start" maxlength="17" title="Link layer source address range start" />
+                               </td>
+                               <td>
+                                       
+                                       <label for="uob_fv_table_dl_src_end"></label>
+                                       <input id="uob_fv_table_dl_src_end" type="text" name="uob_fv_table_dl_src_end" maxlength="17" title="Link layer source address range end"/>
+                               </td>
+                           </tr>
+                           <tr>
+                               <th><strong>MAC Destination</strong></th>
+                               <td>
+                                       
+                                       <label for="uob_fv_table_dl_dst_start"></label>
+                                       <input id="uob_fv_table_dl_dst_start" type="text" name="uob_fv_table_dl_dst_start" maxlength="17" title="Link layer destination address range start"/>
+                               </td>
+                               <td>
+                                       
+                                       <label for="uob_fv_table_dl_dst_end"></label>
+                                       <input id="uob_fv_table_dl_dst_end" type="text" name="uob_fv_table_dl_dst_end" maxlength="17" title="Link layer destination address range end"/>
+                               </td>
+                           </tr>
+                           <tr>
+                               <th><strong>Ethernet Type</strong></th>
+                               <td>
+                                       
+                                       <label for="uob_fv_table_dl_type_start"></label>
+                                       <input type="text" name="uob_fv_table_dl_type_start" id="uob_fv_table_dl_type_start" title="Link layer type range start"/>
+                               </td>
+                               <td>
+                                       
+                                       <label for="uob_fv_table_dl_type_end"></label>
+                                       <input type="text" name="uob_fv_table_dl_type_end" id="uob_fv_table_dl_type_end" title="Link layer type range end"/>
+                               </td>
+                           </tr>
+                           <tr>
+                               <th><strong>VLAN ID</strong></th>
+                               <td>
+                                       
+                                       <label for="uob_fv_table_vlan_id_start"></label>
+                                       <input type="text" name="uob_fv_table_vlan_id_start" value="25" id="uob_fv_table_vlan_id_start" title= "VLAN ID range start"/>
+                               </td>
+                               <td>
+                                       
+                                       <label for="uob_fv_table_vlan_id_end"></label>
+                                       <input type="text" name="uob_fv_table_vlan_id_end" value="25" id="uob_fv_table_vlan_id_end" title="VLAN ID range end" />
+                               </td>
+                           </tr>
+                           <tr>
+                               <th><strong>IP Source</strong></th>
+                               <td>
+                                       
+                                       <label for="uob_fv_table_nw_src_start"></label>
+                                       <input type="text" name="uob_fv_table_nw_src_start" id="uob_fv_table_nw_src_start" title="Network source address range start"/>
+                               </td>
+                               <td>
+                                       
+                                       <label for="uob_fv_table_nw_src_end"></label>
+                                       <input type="text" name="uob_fv_table_nw_src_end" id="uob_fv_table_nw_src_end" title="Network source address range end"/>
+                               </td>
+                           </tr>
+                           <tr>
+                               <th><strong>IP Destination</strong></th>
+                               <td>
+                                       
+                                       <label for="uob_fv_table_nw_dst_start"></label>
+                                       <input type="text" name="uob_fv_table_nw_dst_start" value="192.168.1.0" id="uob_fv_table_nw_dst_start" title="Network destination address range start" />
+                               </td>
+                               <td>
+                                       
+                                       <label for="uob_fv_table_nw_dst_end"></label>
+                                       <input type="text" name="uob_fv_table_nw_dst_end" value="192.168.1.31" id="uob_fv_table_nw_dst_end" title="Network destination address range end"/>
+                               </td>
+                           </tr>
+                           <tr>
+                               <th><strong>IP Protocol</strong></th>
+                               <td>
+                                       
+                                       <label for="uob_fv_table_nw_proto_start"></label>
+                                       <input type="text" name="uob_fv_table_nw_proto_start" id="uob_fv_table_nw_proto_start" title="Network protocol range start"/>
+                               </td>
+                               <td>
+                                       
+                                       <label for="uob_fv_table_nw_proto_end"></label>
+                                       <input type="text" name="uob_fv_table_nw_proto_end" id="uob_fv_table_nw_proto_end" title="Network protocol range end"/>
+                               </td>
+                           </tr>
+                           <tr>
+                               <th><strong>TCP/UDP Source</strong></th>
+                               <td>
+                                       
+                                       <label for="uob_fv_table_tp_src_start"></label>
+                                       <input type="text" name="uob_fv_table_tp_src_start" id="uob_fv_table_tp_src_start" title="Transport source port range start"/>
+                               </td>
+                               <td>
+                                       
+                                       <label for="uob_fv_table_tp_src_end"></label>
+                                       <input type="text" name="uob_fv_table_tp_src_end" id="uob_fv_table_tp_src_end" title="Transport source port range end" />
+                               </td>
+                           </tr>
+                           <tr>
+                               <th><strong>TCP/UDP Destination</strong></th>
+                               <td>
+                                       
+                                       <label for="uob_fv_table_tp_dst_start"></label>
+                                       <input type="text" name="uob_fv_table_tp_dst_start" id="uob_fv_table_tp_dst_start" title="Transport destination port range start"/>
+                               </td>
+                               <td>
+                                       
+                                       <label for="uob_fv_table_tp_dst_end"></label>
+                                       <input type="text" name="uob_fv_table_tp_dst_end" id="uob_fv_table_tp_dst_end" title="Transport destination port range end"/>
+                               </td>
+                           </tr>
+                           <tr>
+                           </tr>
+                           <tr>
+                               <th><strong>Ports</strong></th>
+                               <td COLSPAN="2">
+                                       
+                                       <label for="uob_fv_table_slivers"></label>
+                                       <div class="multiselect" id="multi_flowpspace_ports_selected">
+                                       </div>
+                               </td>
+                           </tr>
+  </table>
+  <div id="fvf_table_button" name="fvf_table_button"> </div>
+ </form>
+