mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-25 22:29:55 +09:00
기본 게시판 스킨 언어 변화 및 주석 제거
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4772 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
bb2d6e1ac6
commit
9ce01957cf
16 changed files with 662 additions and 763 deletions
|
|
@ -30,7 +30,7 @@
|
|||
<!--@end-->
|
||||
|
||||
<dl class="title">
|
||||
<dt>제목 : </dt>
|
||||
<dt><label class="title">{$lang->title} :</label></dt>
|
||||
<dd>
|
||||
<!--@if($module_info->use_category=="Y")-->
|
||||
<select name="category_srl" class="category">
|
||||
|
|
@ -41,15 +41,13 @@
|
|||
</option>
|
||||
<!--@endforeach-->
|
||||
</select>
|
||||
<!--@else-->
|
||||
<label class="title">{$lang->title}</label>
|
||||
<!--@endif-->
|
||||
<input type="text" name="title" class="inputText" value="{htmlspecialchars($oDocument->getTitleText())}" />
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
<dl class="option">
|
||||
<dt>옵션 : </dt>
|
||||
<dt>{$lang->cmd_option} : </dt>
|
||||
<!--@if($grant->manager)-->
|
||||
{@ $_color = array('555555','222288','226622','2266EE','8866CC','88AA66','EE2222','EE6622','EEAA22','EEEE22') }
|
||||
<dd><select name="title_color" id="title_color" <!--@if($oDocument->get('title_color'))-->style="background-color:#{$oDocument->get('title_color')};"<!--@end--> onchange="this.style.backgroundColor=this.options[this.selectedIndex].style.backgroundColor;">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue