5 border:solid 1px #c0c0c0;
15 background-color:#000099;
24 <form id="uob_vtam_form">
25 <table id='uob_vtam_table'>
27 <th><strong>Testbed</strong></th>
29 <select id="uob_testbed_name" name="uob_testbed_name" maxlength="20" title="Testbed Name"/>
36 <th><strong>Virtualization Server</strong></th>
39 <label for="uob_virtualization_server"></label>
40 <select id="uob_virtualization_server" name="uob_virtualization_server" maxlength="20" title="Virtualization Server of VM" />
48 <th><strong>VM Name</strong></th>
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" />
55 <p id="uob_vm_name_error" >name of VM should be alphanumeric</p>
61 <div id="vtam_form_buttons"></div>