ZtUrl.php
1.37 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<?php
define('EmpireCMSAdmin','1');
require("../../class/connect.php");
require("../../class/db_sql.php");
require("../../class/functions.php");
require("../../data/dbcache/class.php");
$link=db_connect();
$empire=new mysqlquery();
$editor=1;
//驗證用戶
$lur=is_login();
$logininid=$lur['userid'];
$loginin=$lur['username'];
$loginrnd=$lur['rnd'];
$loginlevel=$lur['groupid'];
$loginadminstyleid=$lur['adminstyleid'];
//ehash
$ecms_hashur=hReturnEcmsHashStrAll();
$ztid=(int)$_GET['ztid'];
if(empty($class_zr[$ztid][zturl]))
{$url=$public_r[newsurl].$class_zr[$ztid][ztpath]."/";}
else
{$url=$class_zr[$ztid][zturl];}
$jspath=$public_r['newsurl'].'d/js/class/zt'.$ztid.'_';
?>
<link href="../adminstyle/<?=$loginadminstyleid?>/adminstyle.css" rel="stylesheet" type="text/css">
<title>調用地址</title>
<table width="100%" border="0" cellpadding="3" cellspacing="1" class="tableborder">
<tr class=header>
<td height="25"> </td>
<td height="25">調用地址</td>
<td height="25"> <div align="center">預覽</div></td>
</tr>
<tr bgcolor="#FFFFFF">
<td width="22%" height="25">專題地址:</td>
<td width="71%" height="25"> <input name="textfield" type="text" value="<?=$url?>" size="35"></td>
<td width="7%" height="25"> <div align="center"><a href="<?=$url?>" target="_blank">預覽</a></div></td>
</tr>
</table>