Merge branch 'master' of github.com:gnuboard/g4s

This commit is contained in:
chicpro
2013-02-04 10:44:16 +09:00
10 changed files with 22 additions and 43 deletions

View File

@ -132,17 +132,14 @@ if ($i==0)
</tbody>
</table>
<?
$pagelist = get_paging($config['cf_write_pages'], $page, $total_page, $_SERVER['PHP_SELF'].'?'.$qstr.'&amp;page=');
?>
<div class="btn_list">
<button onclick="btn_check(this.form, 'delete')">선택삭제</button>
</div>
<div class="pg">
<?=$pagelist?>
</div>
<?
$pagelist = get_paging($config['cf_write_pages'], $page, $total_page, $_SERVER['PHP_SELF'].'?'.$qstr.'&amp;page=');
echo $pagelist;
?>
<?
if (isset($stx))

View File

@ -185,10 +185,8 @@ if ($i == 0)
<?
$pagelist = get_paging($config['cf_write_pages'], $page, $total_page, $_SERVER['PHP_SELF'].'?'.$qstr.'&amp;page=');
echo $pagelist;
?>
<div class="pg">
<?=$pagelist?>
</div>
</form>

View File

@ -179,10 +179,8 @@ if ($i == 0)
<?
$pagelist = get_paging($config['cf_write_pages'], $page, $total_page, $_SERVER['PHP_SELF'].'?'.$qstr.'&amp;page=');
echo $pagelist;
?>
<div class="pg">
<?=$pagelist?>
</div>
<?
if (isset($stx))

View File

@ -118,11 +118,8 @@ if ($i == 0)
<?
$pagelist = get_paging($config['cf_write_pages'], $page, $total_page, "{$_SERVER['PHP_SELF']}?$qstr&amp;gr_id=$gr_id&page=");
if ($pagelist) {?>
<div class="pg">
<?=$pagelist?>
</div>
<?}?>
echo $pagelist;
?>
<?
if (isset($stx))

View File

@ -173,10 +173,8 @@ if ($i == 0)
<?
$pagelist = get_paging($config['cf_write_pages'], $page, $total_page, "{$_SERVER['PHP_SELF']}?$qstr&amp;page=");
echo $pagelist;
?>
<div class="pg">
<?=$pagelist?>
</div>
<?
if (isset($stx))

View File

@ -117,12 +117,8 @@ if ($i==0)
<?
$pagelist = get_paging($config['cf_write_pages'], $page, $total_page, "{$_SERVER['PHP_SELF']}?$qstr&amp;page=");
if ($pagelist) {
echo $pagelist;
?>
<div class="pg">
<?=$pagelist?>
</div>
<?}?>
<?
if (isset($stx))

View File

@ -139,10 +139,9 @@ if ($i == 0)
<?
$pagelist = get_paging($config['cf_write_pages'], $page, $total_page, "{$_SERVER['PHP_SELF']}?$qstr&amp;page=");
echo $pagelist;
?>
<div class="pg">
<?=$pagelist?>
</div>
</form>
<?

View File

@ -105,13 +105,9 @@ if ($i == 0)
if (isset($domain))
$qstr .= "&amp;domain=$domain";
$qstr .= "&amp;page=";
$page = get_paging($config['cf_write_pages'], $page, $total_page, "{$_SERVER['PHP_SELF']}?$qstr");
if ($page) {
?>
<div class="pg">
<?=$page?>
</div>
<?
}
$pagelist = get_paging($config['cf_write_pages'], $page, $total_page, "{$_SERVER['PHP_SELF']}?$qstr");
echo $pagelist;
include_once('./admin.tail.php');
?>

View File

@ -384,12 +384,12 @@ fieldset button {padding:0 15px;height:24px;border:0;background:#494949;color:#f
/* 게시판 목록 */
.btn_bo_adm input {padding:0 10px;height:26px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none}
#bo_cate {margin-bottom:10px}
#bo_cate {margin-bottom:15px}
#bo_cate h2 {width:0;height:0;overflow:hidden}
#bo_cate ul {margin:0;padding:0 0 0 1px;zoom:1}
#bo_cate ul:after {display:block;visibility:hidden;clear:both;content:""}
#bo_cate li {position:relative;float:left;margin-left:-1px}
#bo_cate a {display:block;padding:10px 15px 8px;border:1px solid #ddd;background:#f9f9f9;color:#000;text-decoration:none}
#bo_cate_ul {margin:0;padding:0 0 0 1px;zoom:1}
#bo_cate_ul:after {display:block;visibility:hidden;clear:both;content:""}
#bo_cate_ul li {position:relative;float:left;margin-left:-1px}
#bo_cate_ul a {display:block;padding:8px 15px 6px;border:1px solid #333;background:#484848;color:#fff;text-decoration:none}
.bo_fx {margin-bottom:5px;zoom:1}
.bo_fx:after {display:block;visibility:hidden;clear:both;content:""}
.bo_fx ul {margin:0;padding:0;list-style:none}

View File

@ -15,7 +15,7 @@ if ($is_nogood) $colspan++;
<form id="fcategory" name="fcategory" method="get">
<nav id="bo_cate">
<h2><?=$board['bo_subject']?> 카테고리</h2>
<ul>
<ul id="bo_cate_ul">
<li><a href="<?=$g4['url']?>/bbs/board.php?bo_table=<?=$bo_table?>">전체</a></li>
<?=$category_option?>
</ul>