Page module UI enhancement.

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9242 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ChanMyeong 2011-09-20 10:23:23 +00:00
parent 705bc2523d
commit 0cc9b2e470
15 changed files with 236 additions and 305 deletions

View file

@ -1,10 +1,10 @@
<load target="js/page_admin.js" usecdn="true" />
<form action="./" method="post" onsubmit="return procFilter(this, insert_article)" id="fo_write" class="boardWrite">
<form action="./" method="post" onsubmit="return procFilter(this, insert_article)" id="fo_write">
<input type="hidden" name="mid" value="{$mid}" />
<input type="hidden" name="content" value="{$oDocument->getContentText()}" />
<input type="hidden" name="document_srl" value="{$document_srl}" />
<div class="articleHeader">
<input type="text" name="title" class="inputText" value="{htmlspecialchars($oDocument->getTitleText())}" title="{$lang->title}" />
<div class="form" style="margin-right:10px">
<input type="text" name="title" value="{htmlspecialchars($oDocument->getTitleText())}" title="{$lang->title}" style="width:100%" />
</div>
<div class="editor">{$oDocument->getEditor()}</div>