관리자: #116 처리
This commit is contained in:
@ -132,17 +132,14 @@ if ($i==0)
|
|||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<?
|
|
||||||
$pagelist = get_paging($config['cf_write_pages'], $page, $total_page, $_SERVER['PHP_SELF'].'?'.$qstr.'&page=');
|
|
||||||
?>
|
|
||||||
|
|
||||||
<div class="btn_list">
|
<div class="btn_list">
|
||||||
<button onclick="btn_check(this.form, 'delete')">선택삭제</button>
|
<button onclick="btn_check(this.form, 'delete')">선택삭제</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="pg">
|
<?
|
||||||
<?=$pagelist?>
|
$pagelist = get_paging($config['cf_write_pages'], $page, $total_page, $_SERVER['PHP_SELF'].'?'.$qstr.'&page=');
|
||||||
</div>
|
echo $pagelist;
|
||||||
|
?>
|
||||||
|
|
||||||
<?
|
<?
|
||||||
if (isset($stx))
|
if (isset($stx))
|
||||||
|
|||||||
@ -185,10 +185,8 @@ if ($i == 0)
|
|||||||
|
|
||||||
<?
|
<?
|
||||||
$pagelist = get_paging($config['cf_write_pages'], $page, $total_page, $_SERVER['PHP_SELF'].'?'.$qstr.'&page=');
|
$pagelist = get_paging($config['cf_write_pages'], $page, $total_page, $_SERVER['PHP_SELF'].'?'.$qstr.'&page=');
|
||||||
|
echo $pagelist;
|
||||||
?>
|
?>
|
||||||
<div class="pg">
|
|
||||||
<?=$pagelist?>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
|
|||||||
@ -179,10 +179,8 @@ if ($i == 0)
|
|||||||
|
|
||||||
<?
|
<?
|
||||||
$pagelist = get_paging($config['cf_write_pages'], $page, $total_page, $_SERVER['PHP_SELF'].'?'.$qstr.'&page=');
|
$pagelist = get_paging($config['cf_write_pages'], $page, $total_page, $_SERVER['PHP_SELF'].'?'.$qstr.'&page=');
|
||||||
|
echo $pagelist;
|
||||||
?>
|
?>
|
||||||
<div class="pg">
|
|
||||||
<?=$pagelist?>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<?
|
<?
|
||||||
if (isset($stx))
|
if (isset($stx))
|
||||||
|
|||||||
@ -118,11 +118,8 @@ if ($i == 0)
|
|||||||
|
|
||||||
<?
|
<?
|
||||||
$pagelist = get_paging($config['cf_write_pages'], $page, $total_page, "{$_SERVER['PHP_SELF']}?$qstr&gr_id=$gr_id&page=");
|
$pagelist = get_paging($config['cf_write_pages'], $page, $total_page, "{$_SERVER['PHP_SELF']}?$qstr&gr_id=$gr_id&page=");
|
||||||
if ($pagelist) {?>
|
echo $pagelist;
|
||||||
<div class="pg">
|
?>
|
||||||
<?=$pagelist?>
|
|
||||||
</div>
|
|
||||||
<?}?>
|
|
||||||
|
|
||||||
<?
|
<?
|
||||||
if (isset($stx))
|
if (isset($stx))
|
||||||
|
|||||||
@ -173,10 +173,8 @@ if ($i == 0)
|
|||||||
|
|
||||||
<?
|
<?
|
||||||
$pagelist = get_paging($config['cf_write_pages'], $page, $total_page, "{$_SERVER['PHP_SELF']}?$qstr&page=");
|
$pagelist = get_paging($config['cf_write_pages'], $page, $total_page, "{$_SERVER['PHP_SELF']}?$qstr&page=");
|
||||||
|
echo $pagelist;
|
||||||
?>
|
?>
|
||||||
<div class="pg">
|
|
||||||
<?=$pagelist?>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<?
|
<?
|
||||||
if (isset($stx))
|
if (isset($stx))
|
||||||
|
|||||||
@ -117,12 +117,8 @@ if ($i==0)
|
|||||||
|
|
||||||
<?
|
<?
|
||||||
$pagelist = get_paging($config['cf_write_pages'], $page, $total_page, "{$_SERVER['PHP_SELF']}?$qstr&page=");
|
$pagelist = get_paging($config['cf_write_pages'], $page, $total_page, "{$_SERVER['PHP_SELF']}?$qstr&page=");
|
||||||
if ($pagelist) {
|
echo $pagelist;
|
||||||
?>
|
?>
|
||||||
<div class="pg">
|
|
||||||
<?=$pagelist?>
|
|
||||||
</div>
|
|
||||||
<?}?>
|
|
||||||
|
|
||||||
<?
|
<?
|
||||||
if (isset($stx))
|
if (isset($stx))
|
||||||
|
|||||||
@ -139,10 +139,9 @@ if ($i == 0)
|
|||||||
|
|
||||||
<?
|
<?
|
||||||
$pagelist = get_paging($config['cf_write_pages'], $page, $total_page, "{$_SERVER['PHP_SELF']}?$qstr&page=");
|
$pagelist = get_paging($config['cf_write_pages'], $page, $total_page, "{$_SERVER['PHP_SELF']}?$qstr&page=");
|
||||||
|
echo $pagelist;
|
||||||
?>
|
?>
|
||||||
<div class="pg">
|
|
||||||
<?=$pagelist?>
|
|
||||||
</div>
|
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
<?
|
<?
|
||||||
|
|||||||
@ -105,13 +105,9 @@ if ($i == 0)
|
|||||||
if (isset($domain))
|
if (isset($domain))
|
||||||
$qstr .= "&domain=$domain";
|
$qstr .= "&domain=$domain";
|
||||||
$qstr .= "&page=";
|
$qstr .= "&page=";
|
||||||
$page = get_paging($config['cf_write_pages'], $page, $total_page, "{$_SERVER['PHP_SELF']}?$qstr");
|
|
||||||
if ($page) {
|
$pagelist = get_paging($config['cf_write_pages'], $page, $total_page, "{$_SERVER['PHP_SELF']}?$qstr");
|
||||||
?>
|
echo $pagelist;
|
||||||
<div class="pg">
|
|
||||||
<?=$page?>
|
|
||||||
</div>
|
|
||||||
<?
|
|
||||||
}
|
|
||||||
include_once('./admin.tail.php');
|
include_once('./admin.tail.php');
|
||||||
?>
|
?>
|
||||||
|
|||||||
Reference in New Issue
Block a user