Plugin VTAM by Frederic Francois (Univ Bristol) integrated into slice view
[myslice.git] / plugins / univbrisvtamform / templates / univbrisvtamform.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_vtam_form">
25   <table id='uob_vtam_table'>
26                         <tr>
27                                 <th><strong>Testbed</strong></th>
28                                 <td>
29                                         <select id="uob_testbed_name" name="uob_testbed_name" maxlength="20" title="Testbed Name"/>
30                                 </td>
31                                 <td>
32                                 </td>
33                          </tr>
34
35                         <tr>
36                                 <th><strong>Virtualization Server</strong></th>
37                                 <td>
38                                         
39                                         <label for="uob_virtualization_server"></label>
40                                         <select id="uob_virtualization_server" name="uob_virtualization_server" maxlength="20" title="Virtualization Server of VM" />
41                                 </td>
42                                 <td>
43                                 </td>
44                          </tr>                
45
46
47                          <tr>
48                                 <th><strong>VM Name</strong></th>
49                                 <td>
50                                         
51                                         <label for="uob_vm_name"></label>
52                                         <input id="uob_vm_name" type="text" name="uob_vm_name" maxlength="20" title="Name of VM" />
53                                 </td>
54                                 <td>
55                                         <p id="uob_vm_name_error" >name of VM should be alphanumeric</p>        
56                                 </td>
57                          </tr>  
58                               
59   </table>
60  </form>
61 <div id="vtam_form_buttons"></div>
62