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" />
<div cond="$XE_VALIDATOR_MESSAGE && $XE_VALIDATOR_ID == 'modules/myboard/skins/default/write'"
class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
<p>{$XE_VALIDATOR_MESSAGE}</p>
</div>
<form action="./" method="post" ruleset="write">
<input type="hidden" name="mid" value="{$mid}" />
<input type="hidden" name="act" value="procMyboardWrite" />
<input type="hidden" name="xe_validator_id" value="modules/myboard/skins/default/write" />
<input type="hidden" name="content" />
<input type="hidden" name="document_srl" />
<!--@if(!$logged_info)-->
{$lang->nick_name}: <input type="text" name="nick_name"><br>
<!--@else-->
<input type="hidden" name="nick_name" value="{$logged_info->nick_name}">
<!--@end-->
{$lang->title}: <input type="text" name="title" /><br>
{$oDocument->getEditor()}
<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