<form method="post" action="$PHP_SELF?action=edit">
<input type="hidden" name="id" value="$post_vars[id]" />
<input type="hidden" name="pass" value="$post_vars[pass]" />
<table border="1" cellspacing="0"cellpadding="5" align="center">
<tr align="center" class="tableh">
<td colspan="100%"><b>$ppn_notice[edit_nowmsg]<br />[$ppn_notice[edit_nohtml]]</b></td>
</tr>

<tr align="center" class="tablec">
<td>$ppn_notice[name]:</td>
<td><input type="text" name="name" value="$info[name]" /></td>
</tr>

<tr align="center" class="tablec">
<td>$ppn_notice[password]:</td>
<td><input type="password" name="newpass" value="$post_vars[pass]" /></td>
</tr>

<tr align="center" class="tablec">
<td>$ppn_notice[url]:</td>
<td><input type="text" name="url" value="$info[url]" /></td>
</tr>

<tr align="center" class="tablec">
<td>$ppn_notice[email]:</td>
<td><input type="text" name="email" value="$info[email]" /></td>
</tr>

<tr align="center" class="tablec">
<td>$ppn_notice[banner_url]:</td>
<td><input type="text" name="banner" value="$info[banner]" /></td>
</tr>

<tr align="center" class="tablec">
<td>$ppn_notice[desc]:</td>
<td><input type="text" name="desc" value="$info[desc]" /></td>
</tr>

<tr align="center" class="tablec">
<td colspan="100%"><input type="submit" value="$ppn_notice[submit]" /></td>
</tr>
</table>
</form>