Plugin UnivBristol by Frederic Francois
[myslice.git] / plugins / univbrisfvfo / templates / univbrisfvfo.html
1 <style>
2 .multiselect {
3     width:40em;
4     height:5em;
5     border:solid 1px #c0c0c0;
6     overflow:auto;
7 }
8  
9 .multiselect label {
10     display:block;
11 }
12  
13 .multiselect-on {
14     color:#ffffff;
15     background-color:#000099;
16 }
17
18 .error{
19 border:2px solid red;
20 }
21
22 </style>
23
24 <form id="uob_ofv_table_form">
25   <table id='uob_ofv_table'>
26                         <tr>
27                                 <th><strong>Flowspace Name</strong></th>
28                                 <td colspan="2">
29                                         <input id="oflowspace_name" type="text" style="width:100%;" name="oflowspace_name" maxlength="20" title="Flowspace name" disabled="disabled" />
30                                         
31                                 </td>
32                            </tr>
33                            </p>
34                             <tr>
35                                 <th><strong>Wavelength</strong></th>
36                                 <td>
37                                         
38                                         <label for="uob_ofv_table_wavelength"></label>
39                                         <input id="uob_ofv_table_wavelength" type="text" name="uob_ofv_table_wavelength" maxlength="17" title="wavelength for optical port/link" />
40                                 </td>
41                                 <td>
42                                         <p id="uob_ofv_table_wavelength_error" > wavelength should be number/double (value), e.g. 193.9 </p>    
43                                 </td>
44                             </tr>                     
45   </table>
46  </form>
47