1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55
| <div class="arlo_tm_section relative" id="about">
<div class="arlo_tm_about_wrapper_all">
<div class="container">
<div class="arlo_tm_title_holder">
<h3>System</h3>
<span>Main informations</span>
</div>
<div class="arlo_tm_about_wrap">
<div class="author_wrap">
</div>
<div class="centerbox">
<div class="definition">
<table style="width:100%">
<tr>
<th>Name</th>
<th>Username</th>
<th>Age</th>
<th>Type</th>
</tr>
<tr>
<td>
<input type="text" name="Name" size="39" required=""></td>
<td><input type="text" name="Username" required="" size="28"></td>
<td><input type="text" name="Age" required="" size="8"></td>
<td><select name="algo">
<option value="Player">Player</option>
<option value="Gamer">Gamer</option>
<option value="Admin">Admin</option>
</select>
</td>
</tr>
</table>
<div class="buttons_wrap" position="centerbox"type="submit">
<ul>
<li>
<a href=""><span>Save & Apply</span></a>
</li>
</ul>
</div>
</from>
</div>
</div>
</div>
</div>
</div>
</div>
</div> |
Partager