mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-28 23:59:57 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3538 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
08804f3721
commit
022ca81a06
2 changed files with 18 additions and 13 deletions
|
|
@ -58,10 +58,10 @@ Jeong, Chan Myeong 070601~070630
|
||||||
.boardRead .userInfo .ipaddress { font-size:.9em; color:#AAAAAA; }
|
.boardRead .userInfo .ipaddress { font-size:.9em; color:#AAAAAA; }
|
||||||
|
|
||||||
/* extraVars list */
|
/* extraVars list */
|
||||||
.extraVarsList { width:100%; border-top:1px solid #e0e1db; border-bottom:none; margin:10px 0 10px 0; table-layout:fixed;}
|
.boardRead .extraVarsList { width:100%; border-top:1px solid #e0e1db; border-bottom:none; margin:10px 0 10px 0; table-layout:fixed;}
|
||||||
.extraVarsList th { font-weight:normal; color:#555555; text-align:left; padding:4px 0 4px 10px; border-bottom:1px solid #e0e1db; border-right:1px solid #e0e1db;}
|
.boardRead .extraVarsList th { font-weight:normal; color:#555555; text-align:left; padding:4px 0 4px 10px; border-bottom:1px solid #e0e1db; border-right:1px solid #e0e1db;}
|
||||||
.extraVarsList td { color:#555555; border-bottom:1px solid #e0e1db; padding:4px 0 4px 10px; }
|
.boardRead .extraVarsList td { color:#555555; border-bottom:1px solid #e0e1db; padding:4px 0 4px 10px; }
|
||||||
.extraVarsList td a { color:#555555; }
|
.boardRead .extraVarsList td a { color:#555555; }
|
||||||
|
|
||||||
.boardRead .readBody { margin:10px 10px 0 10px; color:#555555; }
|
.boardRead .readBody { margin:10px 10px 0 10px; color:#555555; }
|
||||||
|
|
||||||
|
|
@ -257,10 +257,10 @@ Jeong, Chan Myeong 070601~070630
|
||||||
.boardWrite .tag .help { vertical-align:middle;}
|
.boardWrite .tag .help { vertical-align:middle;}
|
||||||
.boardWrite .tag .info { font-size:.9em; color:#999999; background:url(../images/common/iconArrowD8.gif) no-repeat left center;}
|
.boardWrite .tag .info { font-size:.9em; color:#999999; background:url(../images/common/iconArrowD8.gif) no-repeat left center;}
|
||||||
|
|
||||||
.boardWrite .extra_vars { clear:both; border-bottom:1px solid #eff0ed; padding-bottom:5px; }
|
.boardWrite .extraVarsList { width:100%; border-top:1px solid #e0e1db; border-bottom:none; margin:10px 0 10px 0; table-layout:fixed;}
|
||||||
.boardWrite .extra_vars label { display:block; float:left; color:#333333; font-weight:bold; padding:.4em 0 0 1.5em; width:11em;}
|
.boardWrite .extraVarsList th { font-weight:normal; color:#555555; text-align:left; padding:4px 0 4px 10px; border-bottom:1px solid #e0e1db; border-right:1px solid #e0e1db;}
|
||||||
.boardWrite .extra_vars .info { clear:both; padding:.5em 0 0 .6em; margin-left:14em; font-size:.9em; color:#999999; background:url(../images/common/iconArrowD8.gif) no-repeat left center;}
|
.boardWrite .extraVarsList td { color:#555555; border-bottom:1px solid #e0e1db; padding:4px 0 4px 10px; }
|
||||||
.boardWrite .extra_vars ul li { float:left; margin-right:1em; }
|
.boardWrite .extraVarsList td a { color:#555555; }
|
||||||
|
|
||||||
.smallBox { border:1px solid #e0e1db; margin-left:auto; margin-right:auto; }
|
.smallBox { border:1px solid #e0e1db; margin-left:auto; margin-right:auto; }
|
||||||
.smallBox.w268 { width:268px;}
|
.smallBox.w268 { width:268px;}
|
||||||
|
|
|
||||||
|
|
@ -77,15 +77,20 @@
|
||||||
<!--@end-->
|
<!--@end-->
|
||||||
</dl>
|
</dl>
|
||||||
|
|
||||||
|
<!--@if($module_info->extra_vars)-->
|
||||||
|
<table cellspacing="0" summary="" class="extraVarsList">
|
||||||
|
<col width="150" />
|
||||||
|
<col />
|
||||||
<!--@foreach($module_info->extra_vars as $key => $val)-->
|
<!--@foreach($module_info->extra_vars as $key => $val)-->
|
||||||
<!--@if($val->name)-->
|
<!--@if($val->name)-->
|
||||||
<div class="extra_vars">
|
<tr>
|
||||||
<label>{$val->name} <!--@if($val->is_required=='Y')-->*<!--@end--></label>
|
<th scope="row">{$val->name} <!--@if($val->is_required=='Y')-->*<!--@end--></th>
|
||||||
<!-- 확장변수(extra_var)의 type에 따른 form을 출력하기 위해서 특별히 제작된 파일을 include 한다 -->
|
<td><!--#include("./extra_var_form.html")--></td>
|
||||||
<!--#include("./extra_var_form.html")-->
|
</tr>
|
||||||
</div>
|
|
||||||
<!--@end-->
|
<!--@end-->
|
||||||
<!--@end-->
|
<!--@end-->
|
||||||
|
</table>
|
||||||
|
<!--@end-->
|
||||||
|
|
||||||
<div class="editor">{$editor}</div>
|
<div class="editor">{$editor}</div>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue