Example #1
0
                <td colspan="2">
                  是
                  <input name="kq_islast" type="radio" id="radio3" value="1"  />
                  否
                  <input type="radio" name="kq_islast" id="radio4" value="0" checked="checked" />
                </td>
                <td width="497"><span class="red">否为最终的分类,不能再有子类。</span></td>
              </tr>
              <tr>
                <td align="right">所属目录:</td>
                <td colspan="2">

                  <select name="kq_fid" id="kq_fid">
                    <option value="0">根城市</option>
                    <?php 
get_tree_class(0, 0, get_city_array());
?>
                  </select>
                </td>
                 <td></td>
              </tr>

            </tbody>
          </table>
        </div>

      </div>
      <!--kq-->
      <table class="tableBasic" border="0" cellpadding="8" cellspacing="0" width="100%">
        <tbody>
          <tr>
Example #2
0
    exit;
}
$sqlshow = $conn->selectall("" . DB_EXT . "city", "where kq_uuid='" . $id . "'");
$show_r = dell_slashes($conn->result($sqlshow));
$bid = $show_r['kq_fid'];
//本页配置信息
$pagename = "栏目";
$backurl = "city_list";
$addname = '';
$ctionmd5 = md5("city_update");
$btnaction = "";
//提交状态
$actionurl = "action/ac_update.php";
$message = "权限不够不能添加信息";
//游客提示语
$classarr = get_city_array();
$cofig = get_config();
$setlanmu = array();
if ($cofig['kq_setlanmu']) {
    $setlanmu = json_decode($cofig['kq_setlanmu'], true);
}
?>
<div id="urHere"> 管理中心<b>&gt;</b><strong><?php 
echo $pagename;
?>
添加</strong> </div> 
<div id="mainBox">
  <h3><a href="index.php?name=<?php 
echo $backurl;
?>
" class="actionBtn"><span class="iconfont">&#xe609;</span> 返回<?php 
Example #3
0
if (permission("news_dl")) {
    $delpass = 1;
}
if (permission("news_edt")) {
    $updpass = 1;
}
$hasaccess = 0;
if (permission("root")) {
    $hasaccess = 1;
} else {
    $hasaccess = 0;
}
$attr = get_config('kq_shuxing');
$attr = json_decode($attr['kq_shuxing'], true);
//城市选择
$classarr = get_city_array('order by kq_sort desc');
$bid = $cityid;
?>

<!-- 当前位置 -->
<div id="urHere">
  管理中心 <b>&gt;</b> <strong><?php 
echo $pagename;
?>
</strong>
</div>
<div id="mainBox">
  <h3>
    <a href="index.php?name=<?php 
echo "news_add&lmid=" . $lanmuid;
?>