📄 loadtemp.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=$_COOKIE['enewsloginuserid'];
$loginin=$_COOKIE['enewsloginusername'];
$loginrnd=$_COOKIE['enewsloginrnd'];
$loginlevel=$_COOKIE['enewsloginlevel'];
$editor=1;
is_login($logininid,$loginin,$loginrnd);
//验证权限
CheckLevel($logininid,$loginin,$classid,"template");
$url=" 批量导入类别模板";
db_close();
$empire=null;
?>
<!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="../../data/images/css.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" cellpadding="3" cellspacing="1" class="tableborder">
<tr class="header">
<td height="25"><div align="center"><strong><font color="#FFFFFF">批量导入类别模板</font></strong>
<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> ,系统会搜索相应的"ID文件"进行导入.)</div></td>
</tr>
</table>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -