loadtemp.php

来自「帝国CMS,功能全面的CMS源码,下载试用下」· PHP 代码 · 共 59 行

PHP
59
字号
<?php
require("../../class/connect.php");
include("../../class/db_sql.php");
include("../../class/config.php");
include("../../class/functions.php");
$link=db_connect();
$empire=new mysqlquery();
$logininid=getcvar('loginuserid');
$loginin=getcvar('loginusername');
$loginrnd=getcvar('loginrnd');
$loginlevel=getcvar('loginlevel');
$editor=1;
is_login($logininid,$loginin,$loginrnd);
//验证权限
CheckLevel($logininid,$loginin,$classid,"template");
$url="<a href=LoadTemp.php>批量导入栏目模板</a>";
db_close();
$empire=null;
//风格
$loginadminstyleid=(int)getcvar('loginadminstyleid');
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>批量导入栏目模板</title>
<link href="../adminstyle/<?=$loginadminstyleid?>/adminstyle.css" rel="stylesheet" type="text/css">
</head>

<body>
<table width="98%%" border="0" align="center" cellpadding="3" cellspacing="1">
  <tr>
    <td height="25">位置:<?=$url?></td>
  </tr>
</table>

<form name="form1" method="post" action="../enews.php" onsubmit="return confirm('确认要导入?');">
  <table width="98%" border="0" align="center" cellpadding="3" cellspacing="1" class="tableborder">
    <tr class="header"> 
      <td height="25"><div align="center">批量导入栏目模板 
          <input name="enews" type="hidden" id="enews" value="LoadTempInClass">
        </div></td>
    </tr>
    <tr bgcolor="#FFFFFF"> 
      <td height="25"> <div align="center"><br>
          <input type="submit" name="Submit" value="开始导入模板">
          <br>
          <br>
        </div></td>
    </tr>
    <tr bgcolor="#FFFFFF">
      <td height="25"><div align="center">(说明:非终极栏目有效,请将要导入的模板上传至:<a href="ShowLoadTempPath.php" target="_blank"><strong>/e/data/LoadTemp</strong></a>,然后点击导入模板.<br>
          模板文件命名形式:<strong><font color="#FF0000">栏目ID.htm</font></strong> ,系统会搜索相应的&quot;ID文件&quot;进行导入.)</div></td>
    </tr>
  </table>
</form>
</body>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?