Размер файла: 899B
- <!-- START ./acp/acp_edit_cat.tpl -->
- <div class="all">
- <div class="title">
- <?=$lng_arr['ADMIN_PANEL']?>
- </div>
-
- <div class="title">
- <?=$lng_arr['ADMIN_CAT_MANAGE']?> / <?=$lng_arr['ADMIN_EDIT']?>
- </div><br/>
-
- <?php if(!empty($systemMess)) echo $systemMess; ?>
-
- <form action="./acp.php" method="get"><div class="form">
-
- <?php $getCat = $mysqli->query($getCat);
- while($getCatRes = $getCat->fetch_assoc()){ ?>
- <input type="radio" name="edit_id" value="<?=(int)$getCatRes['id']?>"/>
- <?=htmlspecialchars($getCatRes['name'])?> [
- <?=bParseCount($getCatRes['num_ann'],"CALL")?>
- ]<br/>
- <?php } ?>
-
- <input type="submit" value="<?=$lng_arr['NEXT']?>"/>
- <input type="hidden" name="index" value="edit_cat"/>
- <input type="hidden" name="<?=session_name()?>" value="<?=session_id()?>"/>
- </div></form>
-
-
-
-
- </div>
- <!-- END ./acp/acp_edit_cat.tpl -->
-