<form method="post" action="<?php echo $this->script_name?>do=setup" accept-charset="utf-8">
<fieldset>
<table cellspacing="1">
<tr>
<th colspan="2"><?php echo $this->say['mod']?></th>
</tr>
<tr>
<td class="paramname"><?php echo $this->say['name']?></td>
<td class="paramvalue">
<input type="text" name="name_mod" value="<?php echo $this->SYSTEM->settings->param['name_mod']?>" class="panel_text" maxlength="50" />
</td>
</tr>
<tr>
<td class="paramname"><?php echo $this->say['email']?></td>
<td class="paramvalue">
<input type="text" name="modmail" value="<?php echo $this->SYSTEM->settings->param['modmail']?>" maxlength="<?php echo $this->SYSTEM->settings->param['adminmaillen']?>" class="panel_text" />
</td>
</tr>
<tr>
<td class="paramname"><?php echo $this->say['cp_password']?></td>
<td class="paramvalue">
<input type="password" name="modpass" value="<?php /*echo $this->SYSTEM->settings->param['modpass']*/?>" class="panel_text" maxlength="30" />
</td>
</tr>
</table>
<div class="buttons">
<input type="submit" />
<input type="reset" />
<input type="submit" name="logout" value="<?php echo $this->say['button_logout']?>" />
<input type="button" onclick="window.open('<?php echo mjguest_basedir?>UserGuide_en.htm#2_0')" value="?" class="small" />
</div>
</fieldset>
</form>