⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 classurl.php

📁 相关软件: ·帝国网站管理系统(Ecms) v3.5 繁体版 ·搜索更多与"帝国网站管理系统(Ecms) "相关的软件 注意事项: ·注意:本站软件一律只用鼠标左键打开
💻 PHP
字号:
<?
error_reporting(7);
include("../../class/class.php");
include("../../class/config.php");
$classid=$_GET['classid'];
?>
<link href="../../data/images/css.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">&nbsp;</td>
    <td height="25"><font color="#FFFFFF">调用地址</font></td>
    <td height="25"> <div align="center"><font color="#FFFFFF">预览</font></div></td>
  </tr>
  <tr bgcolor="#FFFFFF"> 
    <td width="22%" height="25">类别地址:</td>
    <td width="71%" height="25"> <input name="textfield" type="text" value="<?=$public_r[newsurl]?><?=$class_r[$classid][classpath]?>" size="35"></td>
    <td width="7%" height="25"> <div align="center"><a href="<?=$public_r[newsurl]?><?=$class_r[$classid][classpath]?>" target="_blank">预览</a></div></td>
  </tr>
  <tr bgcolor="#FFFFFF"> 
    <td height="25">最新新闻JS:</td>
    <td height="25"> <input name="textfield2" type="text" value="<?=$public_r[newsurl]?><?=$class_r[$classid][classpath]?>/js/newnews.js" size="35"></td>
    <td height="25"> <div align="center"><a href="js.php?classid=<?=$classid?>&js=<? echo urlencode($public_r[newsurl].$class_r[$classid][classpath]."/js/newnews.js");?>" target="_blank">预览</a></div></td>
  </tr>
  <tr bgcolor="#FFFFFF"> 
    <td height="25">热门新闻JS:</td>
    <td height="25"> <input name="textfield3" type="text" value="<?=$public_r[newsurl]?><?=$class_r[$classid][classpath]?>/js/hotnews.js" size="35"></td>
    <td height="25"> <div align="center"><a href="js.php?classid=<?=$classid?>&js=<? echo urlencode($public_r[newsurl].$class_r[$classid][classpath]."/js/hotnews.js");?>" target="_blank">预览</a></div></td>
  </tr>
  <tr bgcolor="#FFFFFF"> 
    <td height="25">推荐新闻JS:</td>
    <td height="25"> <input name="textfield4" type="text" value="<?=$public_r[newsurl]?><?=$class_r[$classid][classpath]?>/js/goodnews.js" size="35"></td>
    <td height="25"> <div align="center"><a href="js.php?classid=<?=$classid?>&js=<? echo urlencode($public_r[newsurl].$class_r[$classid][classpath]."/js/goodnews.js");?>" target="_blank">预览</a></div></td>
  </tr>

  <tr bgcolor="#FFFFFF"> 
    <td height="25">热点评论新闻JS:</td>
    <td height="25"> <input name="textfield4" type="text" value="<?=$public_r[newsurl]?><?=$class_r[$classid][classpath]?>/js/hotplnews.js" size="35"></td>
    <td height="25"> <div align="center"><a href="js.php?classid=<?=$classid?>&js=<? echo urlencode($public_r[newsurl].$class_r[$classid][classpath]."/js/hotplnews.js");?>" target="_blank">预览</a></div></td>
  </tr>
</table>

⌨️ 快捷键说明

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