mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-23 21:29:58 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1592 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
058d1571d9
commit
25c8999e50
5 changed files with 37 additions and 14 deletions
|
|
@ -31,9 +31,10 @@ Jeong, Chan Myeong 070601~070630
|
|||
.accountNavigation li.loginAndLogout { background:none; padding-left:0;}
|
||||
|
||||
/* buttonType */
|
||||
.buttonTypeA { display:block; cursor:pointer; background:url(../images/white/buttonTypeACenter.gif) repeat-x left center; line-height:100%; overflow:visible; color:#3f4040; margin:0 1px; white-space:nowrap;}
|
||||
.buttonTypeA { display:block; cursor:pointer; background:url(../images/white/buttonTypeACenter.gif) repeat-x left center; line-height:100%; overflow:visible; color:#3f4040; margin:0 1px; white-space:nowrap;border:0px;}
|
||||
.buttonTypeA:hover { text-decoration:none;}
|
||||
.buttonTypeA img { vertical-align:middle;}
|
||||
.buttonTypeA input { height:24px; }
|
||||
.buttonTypeA .leftCap { width:2px; height:24px; background:url(../images/white/buttonTypeALeft.gif) no-repeat; margin:0 .3em 0 0; position:relative; left:-1px;}
|
||||
.buttonTypeA .rightCap { width:2px; height:24px; background:url(../images/white/buttonTypeARight.gif) no-repeat; margin:0 -1px 0 .4em;}
|
||||
.buttonTypeA .icon { margin:0 .2em;}
|
||||
|
|
@ -48,6 +49,14 @@ Jeong, Chan Myeong 070601~070630
|
|||
/* button of list page */
|
||||
.buttonRight { position:relative; float:right; top:-3em; margin:0 0 -3em 0; _top:-3.5em; padding-right:.5em; overflow:visible;}
|
||||
.buttonLeft { position:relative; float:left; top:-3em; margin:0 0 -3em 0; _top:-3.5em; padding-left:.5em; overflow:visible;}
|
||||
.buttonLeft ul { float:left; }
|
||||
.buttonLeft ul li { float:left; margin-right:.3em;}
|
||||
|
||||
.boardRead .dateAndModify { float:right; white-space:nowrap;}
|
||||
.boardRead .dateAndModify .date { font-size:.8em; font-family:Tahoma; color:#999999; margin-right:.5em; float:left; position:relative; top:.3em;}
|
||||
.boardRead .dateAndModify .date strong { font-size:1em; font-family:Tahoma;}
|
||||
.boardRead .dateAndModify ul { display:inline;}
|
||||
.boardRead .dateAndModify ul li { float:left; margin-left:.3em;}
|
||||
|
||||
/* boardSearch */
|
||||
.boardSearch { text-align:center; clear:both; width:100%;}
|
||||
|
|
@ -178,12 +187,13 @@ Jeong, Chan Myeong 070601~070630
|
|||
.boardRead .replyAndTrackback a#toggleTrackback { background:url(../images/white/buttonToggleReply.gif) no-repeat right -13px;}
|
||||
|
||||
.boardRead #trackback { padding:.6em .6em; color:#666666;}
|
||||
.boardRead #trackback li { padding:.6em .8em .6em 1.6em; line-height:1.25em; clear:both;}
|
||||
.boardRead #trackback li { padding:.6em .8em .6em 1.6em; line-height:1.25em; }
|
||||
.boardRead #trackback p { display:inline; margin-bottom:1em;}
|
||||
.boardRead #trackback a { color:#666666;}
|
||||
.boardRead #trackback address { display:block; padding:0 .3em 0 0; float:left; }
|
||||
.boardRead #trackback address a { font-size:.9em; color:#3074a5; margin-right:.3em;}
|
||||
.boardRead #trackback address .date { font:.8em Tahoma; color:#cccccc;}
|
||||
.boardRead #trackback a { color:#666666; }
|
||||
.boardRead #trackback div { clear:both; }
|
||||
.boardRead #trackback address { display:block; padding:0 .3em 0 0; }
|
||||
.boardRead #trackback address a { font-size:.9em; color:#3074a5; margin-right:.3em; float:left;}
|
||||
.boardRead #trackback address .date { font:.8em Tahoma; color:#cccccc; float:right;}
|
||||
|
||||
.boardRead #reply { padding:.6em .6em; color:#666666;}
|
||||
.boardRead #reply li { padding:.6em .8em .6em 1.6em; line-height:1.25em; clear:both;}
|
||||
|
|
|
|||
|
|
@ -17,6 +17,12 @@ function doAddCart(mid, obj) {
|
|||
exec_xml("board","procBoardAdminAddCart", params, null);
|
||||
}
|
||||
|
||||
/* 글쓰기 submit */
|
||||
function doSubmit() {
|
||||
var fo_obj = xGetElementById('fo_write');
|
||||
procFilter(fo_write, insert);
|
||||
}
|
||||
|
||||
/* 글쓰기 작성후 */
|
||||
function completeDocumentInserted(ret_obj) {
|
||||
var error = ret_obj['error'];
|
||||
|
|
|
|||
|
|
@ -107,12 +107,17 @@
|
|||
<!--@end-->
|
||||
</div>
|
||||
|
||||
<!--@if($grant->is_admin)-->
|
||||
<!-- 문서 관리 버튼 -->
|
||||
<div class="buttonLeft">
|
||||
<a href="#" onclick="popopen('{getUrl('act','dispBoardAdminManageDocument')}','manageDocument'); return false;" class="buttonTypeB"><img src="./images/blank.gif" alt="" class="leftCap" /><img src="./images/{$module_info->colorset}/iconCheck.gif" width="10" height="9" class="icon" alt="" />{$lang->cmd_manage_document}<img src="./images/blank.gif" alt="" class="rightCap" /></a>
|
||||
|
||||
<ul>
|
||||
<li><a href="{getUrl('act','','document_srl','')}" class="buttonTypeA"><img src="./images/blank.gif" alt="" class="leftCap" />{$lang->cmd_list}<img src="./images/blank.gif" alt="" class="rightCap" /></a></li>
|
||||
|
||||
<!--@if($grant->is_admin)-->
|
||||
<!-- 문서 관리 버튼 -->
|
||||
<li><a href="#" onclick="popopen('{getUrl('act','dispBoardAdminManageDocument')}','manageDocument'); return false;" class="buttonTypeA"><img src="./images/blank.gif" alt="" class="leftCap" /><img src="./images/{$module_info->colorset}/iconCheck.gif" width="10" height="9" class="icon" alt="" />{$lang->cmd_manage_document}<img src="./images/blank.gif" alt="" class="rightCap" /></a></li>
|
||||
<!--@end-->
|
||||
</ul>
|
||||
</div>
|
||||
<!--@end-->
|
||||
|
||||
<!-- 검색 -->
|
||||
<form action="./" method="get" onsubmit="return procFilter(this, search)" class="boardSearch" id="fo_search">
|
||||
|
|
|
|||
|
|
@ -5,15 +5,17 @@
|
|||
<!--@foreach($document->trackback_list as $key => $val)-->
|
||||
<a name="trackback_{$val->trackback_srl}"></a>
|
||||
<li>
|
||||
<a href="#" onclick="winopen('{$val->url}');return false;">{$val->title} - {$val->excerpt}</a>
|
||||
<address>
|
||||
<a href="#" onclick="winopen('{$val->url}');return false;">{htmlspecialchars($val->blog_name)}</a>
|
||||
<a href="{getUrl('act','dispBoardDeleteTrackback','trackback_srl',$val->trackback_srl)}"><img src="./images/{$module_info->colorset}/buttonDeleteX.gif" border="0" alt="delete" width="12" height="13" /></a>
|
||||
<span class="date">
|
||||
{zdate($val->regdate, "Y.m.d H:i")}
|
||||
({$val->ipaddress})
|
||||
</span>
|
||||
<a href="{getUrl('act','dispBoardDeleteTrackback','trackback_srl',$val->trackback_srl)}"><img src="./images/{$module_info->colorset}/buttonDeleteX.gif" border="0" alt="delete" width="12" height="13" /></a>
|
||||
</address>
|
||||
<div>
|
||||
<a href="#" onclick="winopen('{$val->url}');return false;">{$val->title} - {$val->excerpt}</a>
|
||||
</div>
|
||||
</li>
|
||||
<!--@end-->
|
||||
</ul>
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
<!--#include("header.html")-->
|
||||
|
||||
<div class="boardWrite">
|
||||
<form action="./" method="post" onsubmit="return procFilter(this, insert)" <!--@if($grant->fileupload)-->enctype="multipart/form-data"<!--@end--> class="boardEditor">
|
||||
<form action="./" method="post" onsubmit="return procFilter(this, insert)" <!--@if($grant->fileupload)-->enctype="multipart/form-data"<!--@end--> class="boardEditor" id="fo_write">
|
||||
<fieldset>
|
||||
<input type="hidden" name="mid" value="{$mid}" />
|
||||
<input type="hidden" name="content" value="{htmlspecialchars($document->content)}" />
|
||||
|
|
@ -90,7 +90,7 @@
|
|||
</fieldset>
|
||||
|
||||
<div class="buttonWrite">
|
||||
<a href="#" onclick="submit();return false;" class="buttonTypeA"><img src="./images/blank.gif" alt="" class="leftCap" />{$lang->cmd_registration}<img src="./images/blank.gif" alt="" class="rightCap" /></a>
|
||||
<a href="#" onclick="doSubmit();return false;" class="buttonTypeA"><img src="./images/blank.gif" alt="" class="leftCap" />{$lang->cmd_registration}<img src="./images/blank.gif" alt="" class="rightCap" /></a>
|
||||
</div>
|
||||
|
||||
</form>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue