modified skins for xhtml compliance

This commit is contained in:
Tobi Schäfer 2003-03-05 19:19:05 +00:00
parent 92d2b85613
commit 825fe939fa
3 changed files with 19 additions and 19 deletions

View file

@ -1,5 +1,5 @@
<table border="0" cellspacing="0" cellpadding="3">
<form method="post" action="<% response.action %>"> <form method="post" action="<% response.action %>">
<table border="0" cellspacing="0" cellpadding="3">
<tr> <tr>
<td class="small" nowrap="nowrap">Username:</td> <td class="small" nowrap="nowrap">Username:</td>
<td nowrap="nowrap"><% input type="text" name="name" width="15" %></td> <td nowrap="nowrap"><% input type="text" name="name" width="15" %></td>
@ -10,19 +10,19 @@
</tr> </tr>
<tr> <tr>
<td nowrap="nowrap">&nbsp;</td> <td nowrap="nowrap">&nbsp;</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>
<tr> <tr>
<td nowrap="nowrap">&nbsp;</td> <td nowrap="nowrap">&nbsp;</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>
<tr> <tr>
<td nowrap="nowrap">&nbsp;</td> <td nowrap="nowrap">&nbsp;</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>
<tr> <tr>
<td nowrap="nowrap">&nbsp;</td> <td nowrap="nowrap">&nbsp;</td>
<td nowrap="nowrap"><% membermgr.link to="sendpwd" text="Forgot" %> your password?</td> <td nowrap="nowrap"><% membermgr.link to="sendpwd" text="Forgot" %> your password?</td>
</tr> </tr>
</form>
</table> </table>
</form>

View file

@ -1,5 +1,5 @@
<table border="0" cellspacing="0" cellpadding="3">
<form method="post" action="<% response.action %>"> <form method="post" action="<% response.action %>">
<table border="0" cellspacing="0" cellpadding="3">
<tr> <tr>
<td class="small" nowrap="nowrap">Username:</td> <td class="small" nowrap="nowrap">Username:</td>
<td nowrap="nowrap"><% input type="text" name="name" %></td> <td nowrap="nowrap"><% input type="text" name="name" %></td>
@ -9,25 +9,25 @@
<td nowrap="nowrap"><% input type="password" name="password1" %></td> <td nowrap="nowrap"><% input type="password" name="password1" %></td>
</tr> </tr>
<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> <td nowrap="nowrap"><% input type="password" name="password2" %></td>
</tr> </tr>
<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> <td><% input type="text" name="email" %></td>
</tr> </tr>
<tr> <tr>
<td class="small" valign="top" nowrwap="nowrap">publish eMail:</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 the eMail-address your entered above will be visible to Administrators.</span></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>
<tr> <tr>
<td class="small" valign="top" nowrap="nowrap">Personal URL:</td> <td class="small" valign="top" nowrap="nowrap">Personal URL:</td>
<td><% input type="text" name="url" %><br> <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> <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>
<tr> <tr>
<td nowrap="nowrap">&nbsp;</td> <td nowrap="nowrap">&nbsp;</td>
<td nowrap="nowrap"><% input type="button" name="register" value="register" %>&nbsp;<% input type="button" name="cancel" value="cancel" %></td> <td nowrap="nowrap"><% input type="button" name="register" value="Register" %>&nbsp;<% input type="button" name="cancel" value="Cancel" %></td>
</tr> </tr>
</form>
</table> </table>
</form>

View file

@ -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 %>"> <form method="post" action="<% response.action %>">
<table border="0" cellspacing="0" cellpadding="3">
<tr> <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> <td nowrap="nowrap"><% input type="text" name="email" %></td>
</tr> </tr>
<tr> <tr>
<td nowrap="nowrap">&nbsp;</td> <td nowrap="nowrap">&nbsp;</td>
<td nowrap="nowrap"><% input type="button" name="send" value="send" %>&nbsp;<% input type="button" name="cancel" value="cancel" %></td> <td nowrap="nowrap"><% input type="button" name="send" value="Send" %>&nbsp;<% input type="button" name="cancel" value="Cancel" %></td>
</tr> </tr>
</form>
</table> </table>
</form>