mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-25 06:09:55 +09:00
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:
parent
0634424830
commit
024a234f6a
74 changed files with 732 additions and 838 deletions
|
|
@ -2,27 +2,27 @@
|
|||
<tr>
|
||||
<th rowspan="6" scope="row" class="hr"><label for="radio2">{$lang->admin_title}</label></th>
|
||||
<th class="second" scope="row"><label for="textfield21">{$lang->user_id}</label></th>
|
||||
<td><input type="text" id="textfield21" name="user_id" value="admin" class="inputTypeText" /></td>
|
||||
<td><input type="text" id="textfield21" name="user_id" value="admin" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="second" scope="row"><label for="textfield22">{$lang->password1}</label></th>
|
||||
<td><input id="textfield22" type="password" name="password1" class="inputTypeText" /></td>
|
||||
<td><input id="textfield22" type="password" name="password1" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="second" scope="row"><label for="textfield23">{$lang->password2}</label></th>
|
||||
<td><input id="textfield23" type="password" name="password2" class="inputTypeText" /></td>
|
||||
<td><input id="textfield23" type="password" name="password2" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="second" scope="row"><label for="textfield24">{$lang->user_name}</label></th>
|
||||
<td><input id="textfield24" type="text" name="user_name" class="inputTypeText" /></td>
|
||||
<td><input id="textfield24" type="text" name="user_name" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="second" scope="row"><label for="textfield25">{$lang->nick_name}</label></th>
|
||||
<td><input id="textfield25" type="text" name="nick_name" class="inputTypeText" /></td>
|
||||
<td><input id="textfield25" type="text" name="nick_name" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="second hr" scope="row"><label for="textfield26">{$lang->email_address}</label></th>
|
||||
<td class="hr"><input id="textfield26" type="text" name="email_address" class="inputTypeText" /></td>
|
||||
<td class="hr"><input id="textfield26" type="text" name="email_address" /></td>
|
||||
</tr>
|
||||
|
||||
<!-- 기타 정보 -->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue