27 lines
528 B
Smarty
27 lines
528 B
Smarty
|
|
{*
|
||
|
|
The user profile template
|
||
|
|
$Id: profile.tpl,v 1.4 2005/10/13 19:30:55 andig2 Exp $
|
||
|
|
*}
|
||
|
|
|
||
|
|
<div id="topspacer"></div>
|
||
|
|
|
||
|
|
<table class="tablelist" cellspacing="0" cellpadding="0">
|
||
|
|
<tr><td>
|
||
|
|
|
||
|
|
<form method="post" action="profile.php">
|
||
|
|
<input type="hidden" name="save" value="1">
|
||
|
|
<table width="90%" class="tableborder">
|
||
|
|
{include file="options.tpl"}
|
||
|
|
</table>
|
||
|
|
|
||
|
|
<br/>
|
||
|
|
<div align="center">
|
||
|
|
<input type="submit" value="{$lang.save}" class="button" accesskey="s" />
|
||
|
|
</div>
|
||
|
|
|
||
|
|
</form>
|
||
|
|
|
||
|
|
</td></tr>
|
||
|
|
</table>
|
||
|
|
<br/>
|