사용자: 게시판스킨 목록
This commit is contained in:
29
css/def.css
29
css/def.css
@ -94,7 +94,7 @@ h6 {margin:0 0 20px}
|
||||
#ol_before fieldset {margin:0;padding:0;border:0;background:transparent}
|
||||
#ol_before legend {position:absolute;padding:0;width:0;height:0;border:0;background:transparent;overflow:hidden}
|
||||
#ol_before input:focus {background:#333;color:#fff}
|
||||
#ol_before ul {position:relative;top:0;left:90px;margin:10px 0;width:90px;zoom:1}
|
||||
#ol_before ul {position:relative;top:0;left:93px;margin:10px 0;width:90px;zoom:1}
|
||||
#ol_before ul:after {display:block;visibility:hidden;clear:both;content:""}
|
||||
#ol_before li {float:left;margin-right:5px}
|
||||
#ol_before a {color:#696969;text-decoration:none;letter-spacing:-0.1em}
|
||||
@ -186,6 +186,17 @@ h6 {margin:0 0 20px}
|
||||
#footer p {position:absolute;top:25px;right:50px}
|
||||
|
||||
/* ##################################################################### 스킨 및 컨텐츠 */
|
||||
/* 버튼 */
|
||||
.btn01 {display:inline-block;padding:0 10px;height:25px;border:1px solid #ff5e1c;background:#ff7200;color:#fff;font-size:0.8em;text-decoration:none;line-height:2.2em}
|
||||
.btn01:hover,
|
||||
.btn01:focus {}
|
||||
.btn02 {display:inline-block;padding:0 10px;height:25px;border:1px solid #ccc;background:#fafafa;color:#000;font-size:0.8em;text-decoration:none;line-height:2.2em}
|
||||
.btn02:hover,
|
||||
.btn02:focus {}
|
||||
.btn03 {display:inline-block;padding:0 10px;height:25px;border:1px solid #555;background:#666;color:#fff;font-size:0.8em;text-decoration:none;line-height:2.2em}
|
||||
.btn02:hover,
|
||||
.btn02:focus {}
|
||||
|
||||
/* 폼 테이블 */
|
||||
.frm_tbl {}
|
||||
.frm_tbl caption {padding-top:10px;border-bottom:1px solid #aaa;font-weight:bold}
|
||||
@ -242,16 +253,22 @@ h6 {margin:0 0 20px}
|
||||
.sch_datetime {font-size:0.75em}
|
||||
|
||||
/* 게시판 목록 */
|
||||
#btn_board_adm {text-align:center}
|
||||
#btn_board_adm a {display:inline-block;margin-bottom:20px;padding:10px 20px;text-align:center}
|
||||
.btn_board {margin-bottom:10px;zoom:1}
|
||||
.btn_board:after {display:block;visibility:hidden;clear:both;content:""}
|
||||
.btn_board ul {margin:0;padding:0;list-style:none}
|
||||
.btn_board_user {float:right}
|
||||
.btn_board_user li {float:left}
|
||||
.btn_board_user a {display:block;margin-left:10px}
|
||||
.btn_board_user li {float:left;margin-left:5px}
|
||||
.btn_board_user a {display:block}
|
||||
.btn_board_adm {float:left}
|
||||
.btn_board_adm li {float:left}
|
||||
.btn_board_adm a {display:block;margin-right:5px}
|
||||
.cate_board select {padding:2px;border:1px solid #ddd;background:#f9f9f5;vertical-align:middle}
|
||||
.btn_board_adm li {float:left;margin-right:5px}
|
||||
.btn_board_adm a {display:block}
|
||||
#board_search {float:left;padding:0;margin:0;border:0}
|
||||
#board_search legend {margin:0;padding:0;width:0;height:0;border:0;overflow:hidden}
|
||||
#board_search form {display:inline-block}
|
||||
#fcategory select {margin-right:10px;padding:2px;border:1px solid #ddd;background:#f9f9f5;vertical-align:middle}
|
||||
|
||||
#board_list caption {padding:0;height:0;overflow:hidden}
|
||||
.board_cate_link {display:inline-block;margin-right:10px;font-weight:bold}
|
||||
.td_subject img {margin-left:5px}
|
||||
|
||||
@ -11,49 +11,49 @@ if ($is_nogood) $colspan++;
|
||||
|
||||
<? if (!$wr_id) {?><h1><?=$g4['title']?></h1><?}?>
|
||||
|
||||
<? if ($admin_href) { ?><div id="btn_board_adm"><a href="<?=$admin_href?>">관리자 바로가기</a></div><?}?>
|
||||
|
||||
<form name="fsearch" method="get">
|
||||
<input type="hidden" name="bo_table" value="<?=$bo_table?>">
|
||||
<input type="hidden" name="sca" value="<?=$sca?>">
|
||||
<fieldset id="board_search">
|
||||
<legend>게시물 검색</legend>
|
||||
<span>Total <?=number_format($total_count)?>건</span>
|
||||
<select name="sfl" title="검색대상">
|
||||
<option value="wr_subject">제목</option>
|
||||
<option value="wr_content">내용</option>
|
||||
<option value="wr_subject||wr_content">제목+내용</option>
|
||||
<option value="mb_id,1">회원아이디</option>
|
||||
<option value="mb_id,0">회원아이디(코)</option>
|
||||
<option value="wr_name,1">글쓴이</option>
|
||||
<option value="wr_name,0">글쓴이(코)</option>
|
||||
</select>
|
||||
<input name="stx" class="fieldset_input required" maxlength="15" required value="<?=stripslashes($stx)?>" title="검색어">
|
||||
<input type="radio" id="sop_and" name="sop" value="and">
|
||||
<label for="sop_and">and</label>
|
||||
<input type="radio" id="sop_or" name="sop" value="or">
|
||||
<label for="sop_or">or</label>
|
||||
<input type="submit" class="fieldset_submit" value="검색">
|
||||
</fieldset>
|
||||
</form>
|
||||
<? if ($admin_href) { ?><div id="btn_board_adm"><a href="<?=$admin_href?>">게시판 관리자 바로가기</a></div><?}?>
|
||||
|
||||
<div class="btn_board">
|
||||
<? if ($rss_href || $write_href) {?>
|
||||
<ul class="btn_board_user">
|
||||
<? if ($rss_href) { ?><li><a href="<?=$rss_href?>">RSS</a></li><? } ?>
|
||||
<? if ($write_href) { ?><li><a href="<?=$write_href?>">글쓰기</a></li><? } ?>
|
||||
</ul>
|
||||
<? } ?>
|
||||
<fieldset id="board_search">
|
||||
<legend>게시물 분류 및 검색</legend>
|
||||
|
||||
<? if ($is_category) { ?>
|
||||
<div class="cate_board">
|
||||
<form name="fcategory" method="get">
|
||||
<? if ($is_category) { ?>
|
||||
<form id="fcategory" name="fcategory" method="get">
|
||||
<select name="sca" onchange="location='<?=$category_location?>'+<?=strtolower($g4['charset'])=='utf-8' ? "encodeURIComponent(this.value)" : "this.value"?>;">
|
||||
<option value=''>전체</option>
|
||||
<?=$category_option?>
|
||||
</select>
|
||||
</form>
|
||||
</div>
|
||||
<? } ?>
|
||||
|
||||
<form name="fsearch" method="get">
|
||||
<input type="hidden" name="bo_table" value="<?=$bo_table?>">
|
||||
<input type="hidden" name="sca" value="<?=$sca?>">
|
||||
<span>Total <?=number_format($total_count)?>건</span>
|
||||
<select name="sfl" title="검색대상">
|
||||
<option value="wr_subject">제목</option>
|
||||
<option value="wr_content">내용</option>
|
||||
<option value="wr_subject||wr_content">제목+내용</option>
|
||||
<option value="mb_id,1">회원아이디</option>
|
||||
<option value="mb_id,0">회원아이디(코)</option>
|
||||
<option value="wr_name,1">글쓴이</option>
|
||||
<option value="wr_name,0">글쓴이(코)</option>
|
||||
</select>
|
||||
<input name="stx" class="fieldset_input required" maxlength="15" size="15" required value="<?=stripslashes($stx)?>" title="검색어">
|
||||
<input type="radio" id="sop_and" name="sop" value="and">
|
||||
<label for="sop_and">and</label>
|
||||
<input type="radio" id="sop_or" name="sop" value="or">
|
||||
<label for="sop_or">or</label>
|
||||
<input type="submit" class="fieldset_submit" value="검색">
|
||||
</form>
|
||||
|
||||
</fieldset>
|
||||
|
||||
<? if ($rss_href || $write_href) {?>
|
||||
<ul class="btn_board_user">
|
||||
<? if ($rss_href) { ?><li><a href="<?=$rss_href?>" class="btn02">RSS</a></li><? } ?>
|
||||
<? if ($write_href) { ?><li><a href="<?=$write_href?>" class="btn01">글쓰기</a></li><? } ?>
|
||||
</ul>
|
||||
<? } ?>
|
||||
</div>
|
||||
|
||||
@ -139,14 +139,14 @@ for ($i=0; $i<count($list); $i++) {
|
||||
<li><a href="<?=$list_href?>">목록</a></li>
|
||||
<? } ?>
|
||||
<? if ($is_checkbox) { ?>
|
||||
<li><a href="javascript:select_delete();">선택삭제</a></li>
|
||||
<li><a href="javascript:select_copy('copy');">선택복사</a></li>
|
||||
<li><a href="javascript:select_copy('move');">선택이동</a></li>
|
||||
<li><a href="javascript:select_delete();" class="btn03">선택삭제</a></li>
|
||||
<li><a href="javascript:select_copy('copy');" class="btn03">선택복사</a></li>
|
||||
<li><a href="javascript:select_copy('move');" class="btn03">선택이동</a></li>
|
||||
<? } ?>
|
||||
</ul>
|
||||
|
||||
<ul class="btn_board_user">
|
||||
<li><? if ($write_href) { ?><a href="<?=$write_href?>">글쓰기</a><? } ?></li>
|
||||
<li><? if ($write_href) { ?><a href="<?=$write_href?>" class="btn01">글쓰기</a><? } ?></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user