rhymix/modules/member/skins/default/logout.html
2012-11-03 10:38:03 +00:00

9 lines
417 B
HTML

<include target="./common_header.html" />
<import target="filter/logout.xml" />
<form action="./" method="get" onsubmit="return procFilter(this, logout)">
<input type="hidden" name="mid" value="{$mid}" />
<h1 class="h1">{$lang->cmd_logout}</h1>
<p>{$lang->confirm_logout}</p>
<p><span class="btn"><input type="submit" value="{$lang->cmd_logout}" /></span></p>
</form>
<include target="./common_footer.html" />