관리자: 페이징 기본 스타일 지정
This commit is contained in:
@ -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>
|
||||
|
||||
|
||||
@ -206,7 +206,7 @@ if ($i == 0)
|
||||
<?
|
||||
$pagelist = get_paging($config[cf_write_pages], $page, $total_page, $_SERVER['PHP_SELF'].'?'.$qstr.'&page=');
|
||||
?>
|
||||
<div class="paginate">
|
||||
<div class="pg">
|
||||
<?=$pagelist?>
|
||||
</div>
|
||||
|
||||
|
||||
@ -169,7 +169,7 @@ if ($i == 0)
|
||||
<?
|
||||
$pagelist = get_paging($config[cf_write_pages], $page, $total_page, $_SERVER['PHP_SELF'].'?'.$qstr.'&page=');
|
||||
?>
|
||||
<div class="paginate">
|
||||
<div class="pg">
|
||||
<?=$pagelist?>
|
||||
</div>
|
||||
|
||||
|
||||
@ -122,7 +122,7 @@ if ($i == 0)
|
||||
<?
|
||||
$pagelist = get_paging($config[cf_write_pages], $page, $total_page, "{$_SERVER['PHP_SELF']}?$qstr&gr_id=$gr_id&page=");
|
||||
if ($pagelist) {?>
|
||||
<div class="paginate">
|
||||
<div class="pg">
|
||||
<?=$pagelist?>
|
||||
</div>
|
||||
<?}?>
|
||||
|
||||
@ -241,7 +241,7 @@ if ($i == 0)
|
||||
<?
|
||||
$pagelist = get_paging($config[cf_write_pages], $page, $total_page, '?'.$qstr.'&page=');
|
||||
?>
|
||||
<div class="paginate">
|
||||
<div class="pg">
|
||||
<?=$pagelist?>
|
||||
</div>
|
||||
|
||||
|
||||
@ -177,7 +177,7 @@ if ($i == 0)
|
||||
<?
|
||||
$pagelist = get_paging($config[cf_write_pages], $page, $total_page, "$_SERVER[PHP_SELF]?$qstr&page=");
|
||||
?>
|
||||
<div class="paginate">
|
||||
<div class="pg">
|
||||
<?=$pagelist?>
|
||||
</div>
|
||||
|
||||
|
||||
@ -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>
|
||||
<?}?>
|
||||
|
||||
@ -140,7 +140,7 @@ if ($i == 0)
|
||||
<?
|
||||
$pagelist = get_paging($config[cf_write_pages], $page, $total_page, "$_SERVER[PHP_SELF]?$qstr&page=");
|
||||
?>
|
||||
<div class="paginate">
|
||||
<div class="pg">
|
||||
<?=$pagelist?>
|
||||
</div>
|
||||
</form>
|
||||
|
||||
@ -97,7 +97,7 @@ if ($i == 0)
|
||||
<?
|
||||
$pagelist = get_paging($config[cf_write_pages], $page, $total_page, "$_SERVER[PHP_SELF]?$qstr&page=");
|
||||
?>
|
||||
<div class="paginate">
|
||||
<div class="pg">
|
||||
<?=$pagelist?>
|
||||
</div>
|
||||
|
||||
|
||||
@ -109,7 +109,7 @@ if ($i == 0)
|
||||
$page = get_paging($config[cf_write_pages], $page, $total_page, "$_SERVER[PHP_SELF]?$qstr&domain=$domain&page=");
|
||||
if ($page) {
|
||||
?>
|
||||
<div class="paginate">
|
||||
<div class="pg">
|
||||
<?=$page?>
|
||||
</div>
|
||||
<?
|
||||
|
||||
Reference in New Issue
Block a user