관리자: 페이징 기본 스타일 지정

This commit is contained in:
whitedot
2012-12-11 16:48:56 +09:00
parent 68c5e9130b
commit 2b0a48cce6
12 changed files with 23 additions and 17 deletions

View File

@ -137,7 +137,7 @@ $pagelist = get_paging($config[cf_write_pages], $page, $total_page, $_SERVER['PH
<div class="btn_list"><input type="button" value="선택삭제" onclick="btn_check(this.form, 'delete')"></div>
<div class="paginate">
<div class="pg">
<?=$pagelist?>
</div>

View File

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

View File

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

View File

@ -122,7 +122,7 @@ 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="paginate">
<div class="pg">
<?=$pagelist?>
</div>
<?}?>

View File

@ -241,7 +241,7 @@ if ($i == 0)
<?
$pagelist = get_paging($config[cf_write_pages], $page, $total_page, '?'.$qstr.'&amp;page=');
?>
<div class="paginate">
<div class="pg">
<?=$pagelist?>
</div>

View File

@ -177,7 +177,7 @@ if ($i == 0)
<?
$pagelist = get_paging($config[cf_write_pages], $page, $total_page, "$_SERVER[PHP_SELF]?$qstr&amp;page=");
?>
<div class="paginate">
<div class="pg">
<?=$pagelist?>
</div>

View File

@ -116,7 +116,7 @@ if ($i==0)
<?
$pagelist = get_paging($config[cf_write_pages], $page, $total_page, "$_SERVER[PHP_SELF]?$qstr&page=");
if ($pagelist) {?>
<div class="paginate">
<div class="pg">
<?=$pagelist?>
</div>
<?}?>

View File

@ -140,7 +140,7 @@ if ($i == 0)
<?
$pagelist = get_paging($config[cf_write_pages], $page, $total_page, "$_SERVER[PHP_SELF]?$qstr&amp;page=");
?>
<div class="paginate">
<div class="pg">
<?=$pagelist?>
</div>
</form>

View File

@ -97,7 +97,7 @@ if ($i == 0)
<?
$pagelist = get_paging($config[cf_write_pages], $page, $total_page, "$_SERVER[PHP_SELF]?$qstr&amp;page=");
?>
<div class="paginate">
<div class="pg">
<?=$pagelist?>
</div>

View File

@ -109,7 +109,7 @@ if ($i == 0)
$page = get_paging($config[cf_write_pages], $page, $total_page, "$_SERVER[PHP_SELF]?$qstr&amp;domain=$domain&amp;page=");
if ($page) {
?>
<div class="paginate">
<div class="pg">
<?=$page?>
</div>
<?