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

📄 for_cls_menu.php

📁 程序功能(Program function) 1、支持网站基本设置功能,公告系统,友情连接 2、支持栏目管理,专辑管理,风格管理 3、可自定义模板,官方会逐渐提供更多模板 4、支持mp3
💻 PHP
字号:
<HTML>
<HEAD>
<TITLE>标签中心</TITLE>
<meta http-equiv=content-type content='text/html; charset=gb2312' />
<link href='Css.css' rel='stylesheet' type='text/css'>
<script language="javascript">
function insertLabel(strLabel)
{
  myform.zzz.focus();
  var str = document.selection.createRange();
  str.text = strLabel
}
</script>
<style type="text/css">
a,a:link  { color: #000000; text-decoration: none; }
a:visited { color: #000000; text-decoration: none; }
a:active  { color: #FF0000;  text-decoration: none; }
a:hover   { color: #FF0000;  text-decoration: none; }

body      { margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;
            cursor: crosshair; overflow: hidden; }

body,td   { font-family: 'Tahoma','Verdana','Arial'; font-size: 9pt; }
</style>
</HEAD>
<BODY LEFTMARGIN=0 TOPMARGIN=0 MARGINWIDTH=0 MARGINHEIGHT=0>



<?php
if (!isset($_GET['MusicListTag']))
{	
	require_once('../in.php');
		
	$arrMRs=D('music')->getclstree();
	if ($arrMRs==0)
	{
		exit('请先添加栏目!');
	}	
	$arrMRsCount=count($arrMRs);
?>
	<form name="myform" id="myform" method="post" action="?MusicListTag=add">
	<table bgcolor="#ffffff" border="0" width="700" height="500" align="center" cellpadding="0" cellspacing="1" class="b4" style="border-collapse: collapse">
  	<tr>
   	<td valign="top">
	<table bgcolor="#ffffff" borderColor="#F0F0F0" Border="1" Cellspacing="0" Cellpadding="5" width="700" align="Center" style="border-collapse: collapse">
 
 
  	
 
  <tr class='EBY_ds'> 
    <td colspan=2>&nbsp;&nbsp;&nbsp;栏目显示数量</td>
    <td colspan=2>&nbsp;&nbsp;&nbsp;<input name="count" type="text" id="count" size="5" value="12"> 显示多少个栏目</td>
  </tr>

  
  <tr class='EBY_ds'> 
    <td colspan=2>&nbsp;&nbsp;&nbsp;栏目名字长度</td>
    <td colspan=2>&nbsp;&nbsp;&nbsp;<input name="len" type="text" id="len" size="5" value="20"> 如:8,将不会超过8个汉字</td>
  </tr>
 
<table bgcolor="#ffffff" borderColor="#F0F0F0" Border="1" Cellspacing="0" Cellpadding="5" width="700" align="Center" style="border-collapse: collapse">
  <tr class='EBY_qs'> 
    <td align="Center"><input name="Submit" type="submit" id="Submit" class="button" value="生成标签">           <a href="TagFaq.php"  target="_blank" title="查看更多标签/说明"><font color="blue">标签说明</font></a></td>
  </tr>
</table>
</table>
</form>
<?php
}
else 
{
	?>
	
	
	
	
	
	
	<form name="myform" id="myform" method="post" action="">
<table bgcolor="#ffffff" border="0" width="700" height="580" align="center" cellpadding="0" cellspacing="1" class="b4" style="border-collapse: collapse">
  <tr>
   <td valign="top">
<table bgcolor="#ffffff" borderColor="#F0F0F0" Border="1" Cellspacing="0" Cellpadding="5" width="400" align="Center" style="border-collapse: collapse">
  <tr> 
    <td align="Center"><font color="#FF0000">栏目列表循环内容支持标签(以下)</font></td>
  </tr>
  <tr> 
    <td>
        <table border='0' cellpadding='0' cellspacing='0' width='100%' height='100%' align='center'>

         <tr>
           <td valign='top'><a href="javascript:insertLabel('{%PROTECTED_栏目编号%}')" title="显示栏目编号">栏目编号</a></td>
            <td valign='top'><a href="javascript:insertLabel('{%PROTECTED_循环编号%}')" title="显示从1开始计算的循环编号">循环编号</a></td>
           <td valign='top'><a href="javascript:insertLabel('{%PROTECTED_栏目名称%}')" title="显示栏目名称">栏目名称</a></td>
			<td valign='top'><a href="javascript:insertLabel('{%PROTECTED_栏目连接%}')" title="用于连接栏目页面的地址">栏目连接</a></td>
            </tr>
   
        </table>
    </td>
  </tr>
</table>
<table bgcolor="#ffffff" borderColor="#F0F0F0" Border="1" Cellspacing="0" Cellpadding="5" width="495" align="Center" style="border-collapse: collapse">
  <tr> 
    <td align="Center"><textarea rows="6" name="zzz" cols="100" style="width:490px;height:165px">
【EBY_CLS_MENU_LIST(<?php echo $_POST['count'];?>,<?php echo $_POST['len'];?>)】
中间填循环内容
【/EBY_CLS_MENU_LIST】

</textarea></td>
  </tr>
</table>
<table bgcolor="#ffffff" borderColor="#F0F0F0" Border="1" Cellspacing="0" Cellpadding="5" width="495" align="Center" style="border-collapse: collapse">
  <tr> 
    <td align="Center"><font color="#FF0000">把以上标签复制到相关的模板里面</font></td>
  </tr>
  <tr> 
    <td align="Center"><a href="javascript:history.back()">后 退</a></td>
  </tr>
</table>
</form>
</table>
	
<?php } ?>


⌨️ 快捷键说明

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