modified skins for xhtml compliance
This commit is contained in:
parent
92d2b85613
commit
825fe939fa
3 changed files with 19 additions and 19 deletions
|
@ -1,5 +1,5 @@
|
|||
<table border="0" cellspacing="0" cellpadding="3">
|
||||
<form method="post" action="<% response.action %>">
|
||||
<table border="0" cellspacing="0" cellpadding="3">
|
||||
<tr>
|
||||
<td class="small" nowrap="nowrap">Username:</td>
|
||||
<td nowrap="nowrap"><% input type="text" name="name" width="15" %></td>
|
||||
|
@ -10,19 +10,19 @@
|
|||
</tr>
|
||||
<tr>
|
||||
<td nowrap="nowrap"> </td>
|
||||
<td class="small" nowrap="nowrap"><% input type="checkbox" name="remember" %>remember me</td>
|
||||
<td class="small" nowrap="nowrap"><% input type="checkbox" name="remember" %>Remember me</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td nowrap="nowrap"> </td>
|
||||
<td nowrap="nowrap"><% input type="button" name="login" value="login" %></td>
|
||||
<td nowrap="nowrap"><% input type="button" name="login" value="Login" %></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td nowrap="nowrap"> </td>
|
||||
<td nowrap="nowrap">If you're not registered, you can do this <% membermgr.link to="register" text="here" %>.</td>
|
||||
<td nowrap="nowrap">If you're not registered you can do this <% membermgr.link to="register" text="here" %>.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td nowrap="nowrap"> </td>
|
||||
<td nowrap="nowrap"><% membermgr.link to="sendpwd" text="Forgot" %> your password?</td>
|
||||
</tr>
|
||||
</form>
|
||||
</table>
|
||||
</form>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<table border="0" cellspacing="0" cellpadding="3">
|
||||
<form method="post" action="<% response.action %>">
|
||||
<table border="0" cellspacing="0" cellpadding="3">
|
||||
<tr>
|
||||
<td class="small" nowrap="nowrap">Username:</td>
|
||||
<td nowrap="nowrap"><% input type="text" name="name" %></td>
|
||||
|
@ -9,25 +9,25 @@
|
|||
<td nowrap="nowrap"><% input type="password" name="password1" %></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="small" nowrap="nowrap">type again:</td>
|
||||
<td class="small" nowrap="nowrap">Confirm password:</td>
|
||||
<td nowrap="nowrap"><% input type="password" name="password2" %></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="small" valign="top" nowrap="nowrap">eMail:</td>
|
||||
<td class="small" valign="top" nowrap="nowrap">E-mail:</td>
|
||||
<td><% input type="text" name="email" %></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="small" valign="top" nowrwap="nowrap">publish eMail:</td>
|
||||
<td><span class="small"><% input type="checkbox" name="publishemail" %><br>If you select this the eMail-address your entered above will be visible to Administrators.</span></td>
|
||||
<td class="small" valign="top" nowrap="nowrap">E-mail is visible:</td>
|
||||
<td><span class="small"><% input type="checkbox" name="publishemail" %><br />If you select this checkbox your e-mail address will be visible to weblog administrators.</span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="small" valign="top" nowrap="nowrap">Personal URL:</td>
|
||||
<td><% input type="text" name="url" %><br>
|
||||
<span class="small">If you enter an eMail-address or URL here, your username will appear as link in the stories or comments you created (eMail-addresses will appear as <i>mailto:</i>-link)</span></td>
|
||||
<td><% input type="text" name="url" %><br />
|
||||
<span class="small">If you enter a URL or an e-mail address here, your username will appear as link next to your stories or comments.</span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td nowrap="nowrap"> </td>
|
||||
<td nowrap="nowrap"><% input type="button" name="register" value="register" %> <% input type="button" name="cancel" value="cancel" %></td>
|
||||
<td nowrap="nowrap"><% input type="button" name="register" value="Register" %> <% input type="button" name="cancel" value="Cancel" %></td>
|
||||
</tr>
|
||||
</form>
|
||||
</table>
|
||||
</form>
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
<p>Please enter the eMail-address you most likely used back then when you registered. A mail containing all accounts that were registered with this address will be sent to it.</p>
|
||||
<p>Please enter the e-mail address you most likely used back then when you registered yourself here. An e-mail containing all accounts that were registered with this e-mail address will be sent back to this address.</p>
|
||||
|
||||
<table border="0" cellspacing="0" cellpadding="3">
|
||||
<form method="post" action="<% response.action %>">
|
||||
<table border="0" cellspacing="0" cellpadding="3">
|
||||
<tr>
|
||||
<td class="small" nowrap="nowrap">eMail:</td>
|
||||
<td class="small" nowrap="nowrap">E-mail:</td>
|
||||
<td nowrap="nowrap"><% input type="text" name="email" %></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td nowrap="nowrap"> </td>
|
||||
<td nowrap="nowrap"><% input type="button" name="send" value="send" %> <% input type="button" name="cancel" value="cancel" %></td>
|
||||
<td nowrap="nowrap"><% input type="button" name="send" value="Send" %> <% input type="button" name="cancel" value="Cancel" %></td>
|
||||
</tr>
|
||||
</form>
|
||||
</table>
|
||||
</form>
|
||||
|
|
Loading…
Add table
Reference in a new issue