HTML/CSS code cleaning.

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@10302 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ChanMyeong 2012-03-02 19:05:23 +00:00
parent 5ef08c16ec
commit f18b7c4c0b
73 changed files with 399 additions and 701 deletions

View file

@ -6,28 +6,19 @@
<form action="./" method="post" onsubmit="return procFilter(this, resend_auth_mail)">
<h3 class="pTitle">{$lang->cmd_resend_auth_mail}</h3>
<table cellspacing="0" class="signupTable">
<caption><span class="cap_left">{$lang->cmd_resend_auth_mail}</span><span class="cap_right"></span></caption>
<tfoot>
<tr class="button_tr">
<th class="button_col" colspan="2">
<div class="btm_bg">
<div class="br_bg">
<span class="button black"><input type="submit" value="{$lang->cmd_resend_auth_mail}" /></span>
</div>
</div>
</th>
</tr>
</tfoot>
<tbody>
<tr>
<th scope="row">{$lang->email_address}</th>
<td><input type="text" name="email_address" value="" class="iText" />
<p class="cap_iText">{$lang->about_resend_auth_mail}</p>
</td>
</tr>
</tbody>
<caption><span class="cap_left">{$lang->cmd_resend_auth_mail}</span><span class="cap_right"></span></caption>
<tbody>
<tr>
<th scope="row">{$lang->email_address}</th>
<td><input type="text" name="email_address" value="" class="iText" />
<p class="cap_iText">{$lang->about_resend_auth_mail}</p>
</td>
</tr>
</tbody>
</table>
<div class="btnArea">
<span class="btn"><input type="submit" value="{$lang->cmd_resend_auth_mail}" /></span>
</div>
</form>
</div>