mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6556 201d5d3c-b55e-5fd7-737f-ddc643e51545
28 lines
1,010 B
HTML
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")-->
|