Skip to content

Instantly share code, notes, and snippets.

@flyskyko
Last active August 29, 2015 14:01
Show Gist options
  • Save flyskyko/e6e0eecf3cd49a10dfcc to your computer and use it in GitHub Desktop.
Save flyskyko/e6e0eecf3cd49a10dfcc to your computer and use it in GitHub Desktop.
<include target="_head.html" />
<form action="./" method="post">
<input type="hidden" name="mid" value="{$mid}" />
<input type="hidden" name="act" value="procMyboardWrite" />
<block cond="!$logged_info">
{$lang->nick_name}: <input type="text" name="nick_name"><br>
</block>
{$lang->title}: <input type="text" name="title" /><br>
<textarea name="content" cols="100" rows="20"></textarea><br>
<button type="submit">{$lang->cmd_registration}</button>
</form>
Copy link

ghost commented May 17, 2014

파일 경로 : XE-ROOT/modules/myboard/skins/default/Write.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment