added list of memberships
This commit is contained in:
parent
d19805de00
commit
bf19ca0fe1
1 changed files with 11 additions and 6 deletions
|
@ -1,22 +1,22 @@
|
||||||
<table border="0" cellspacing="0" cellpadding="3">
|
<table border="0" cellspacing="0" cellpadding="3">
|
||||||
<tr>
|
<tr>
|
||||||
<td nowrap><form method="post">old password:</td>
|
<td class="small" nowrap><form method="post">old password:</td>
|
||||||
<td nowrap><% this.input type="password" name="oldpwd" %></td>
|
<td nowrap><% this.input type="password" name="oldpwd" %></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td nowrap>new password:</td>
|
<td class="small" nowrap>new password:</td>
|
||||||
<td nowrap><% this.input type="password" name="newpwd1" %></td>
|
<td nowrap><% this.input type="password" name="newpwd1" %></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td nowrap>confirm password:</td>
|
<td class="small" nowrap>confirm password:</td>
|
||||||
<td nowrap><% this.input type="password" name="newpwd2" %></td>
|
<td nowrap><% this.input type="password" name="newpwd2" %></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td nowrap>url:</td>
|
<td class="small" nowrap>url:</td>
|
||||||
<td nowrap><% this.url as="editor" %></td>
|
<td nowrap><% this.url as="editor" %></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td nowrap>eMail:</td>
|
<td class="small" nowrap>eMail:</td>
|
||||||
<td nowrap><% this.email as="editor" %></td>
|
<td nowrap><% this.email as="editor" %></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
@ -24,4 +24,9 @@
|
||||||
<td nowrap><% this.input type="button" value="cancel" %> <% this.input type="button" value="save" %></td>
|
<td nowrap><% this.input type="button" value="cancel" %> <% this.input type="button" value="save" %></td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
|
<p>You're member of the following weblogs:
|
||||||
|
<ul>
|
||||||
|
<% this.membershiplist %>
|
||||||
|
</ul></p>
|
Loading…
Add table
Reference in a new issue