Admin HTML Markup Clean.

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9377 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ChanMyeong 2011-09-27 12:53:33 +00:00
parent 0634424830
commit 024a234f6a
74 changed files with 732 additions and 838 deletions

View file

@ -10,7 +10,7 @@
<table width="100%" border="1" cellspacing="0">
<tr>
<th scope="row">{$lang->module}</th>
<td class="wide">{$module_info->module}</td>
<td >{$module_info->module}</td>
</tr>
<tr>
<th scope="row">{$lang->mid}</th>
@ -28,45 +28,45 @@
<th scope="col"><div>{$lang->mid}<div></th>
<th scope="col"><div>{$lang->browser_title}<div></th>
</tr>
<tr class="row2">
<td><input type="text" name="mid_1" class="inputTypeText w200" /></td>
<td><input type="text" name="browser_title_1" class="inputTypeText w200" /></td>
<tr>
<td><input type="text" name="mid_1" /></td>
<td><input type="text" name="browser_title_1" /></td>
</tr>
<tr>
<td><input type="text" name="mid_2" class="inputTypeText w200" /></td>
<td><input type="text" name="browser_title_2" class="inputTypeText w200" /></td>
</tr>
<tr class="row2">
<td><input type="text" name="mid_3" class="inputTypeText w200" /></td>
<td><input type="text" name="browser_title_3" class="inputTypeText w200" /></td>
<td><input type="text" name="mid_2" /></td>
<td><input type="text" name="browser_title_2" /></td>
</tr>
<tr>
<td><input type="text" name="mid_4" class="inputTypeText w200" /></td>
<td><input type="text" name="browser_title_4" class="inputTypeText w200" /></td>
</tr>
<tr class="row2">
<td><input type="text" name="mid_5" class="inputTypeText w200" /></td>
<td><input type="text" name="browser_title_5" class="inputTypeText w200" /></td>
<td><input type="text" name="mid_3" /></td>
<td><input type="text" name="browser_title_3" /></td>
</tr>
<tr>
<td><input type="text" name="mid_6" class="inputTypeText w200" /></td>
<td><input type="text" name="browser_title_6" class="inputTypeText w200" /></td>
</tr>
<tr class="row2">
<td><input type="text" name="mid_7" class="inputTypeText w200" /></td>
<td><input type="text" name="browser_title_7" class="inputTypeText w200" /></td>
<td><input type="text" name="mid_4" /></td>
<td><input type="text" name="browser_title_4" /></td>
</tr>
<tr>
<td><input type="text" name="mid_8" class="inputTypeText w200" /></td>
<td><input type="text" name="browser_title_8" class="inputTypeText w200" /></td>
</tr>
<tr class="row2">
<td><input type="text" name="mid_9" class="inputTypeText w200" /></td>
<td><input type="text" name="browser_title_9" class="inputTypeText w200" /></td>
<td><input type="text" name="mid_5" /></td>
<td><input type="text" name="browser_title_5" /></td>
</tr>
<tr>
<td><input type="text" name="mid_10" class="inputTypeText w200" /></td>
<td><input type="text" name="browser_title_10" class="inputTypeText w200" /></td>
<td><input type="text" name="mid_6" /></td>
<td><input type="text" name="browser_title_6" /></td>
</tr>
<tr>
<td><input type="text" name="mid_7" /></td>
<td><input type="text" name="browser_title_7" /></td>
</tr>
<tr>
<td><input type="text" name="mid_8" /></td>
<td><input type="text" name="browser_title_8" /></td>
</tr>
<tr>
<td><input type="text" name="mid_9" /></td>
<td><input type="text" name="browser_title_9" /></td>
</tr>
<tr>
<td><input type="text" name="mid_10" /></td>
<td><input type="text" name="browser_title_10" /></td>
</tr>
</table>
</div>