rhymix/modules/wiki/skins/xe_wiki/write_form.html
zero fd8f090c6b 위키 기본 스킨 CSS 변경
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6556 201d5d3c-b55e-5fd7-737f-ddc643e51545
2009-06-16 07:41:33 +00:00

28 lines
1,010 B
HTML

<!--#include("header.html")-->
<form action="./" method="post" onsubmit="return procFilter(this, insert)" id="fo_write">
<input type="hidden" name="mid" value="{$mid}" />
<!--@if($history)-->
<input type="hidden" name="content" value="{htmlspecialchars($history->content)}" />
<!--@else-->
<input type="hidden" name="content" value="{$oDocument->getContentText()}" />
<!--@end-->
<input type="hidden" name="document_srl" value="{$document_srl}" />
<input type="hidden" name="title" value="{$entry}" />
<div class="wikiWriteHeader">
<div class="editor">{$oDocument->getEditor()}</div>
<div class="tag">
{$lang->tag} : <input type="text" name="tags" value="{htmlspecialchars($oDocument->get('tags'))}" class="inputText" title="Tag" /> ({$lang->about_tag})
<p />
</div>
<div class="wikiNavigation">
<span class="button black strong"><input type="submit" value="{$lang->cmd_registration}" accesskey="s" /></span>
</div>
</div>
</form>
<!--#include("footer.html")-->