📄 for_link_list.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');
?>
<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> 友情连接显示数量</td>
<td colspan=2> <input name="count" type="text" id="count" size="5" value="12"> 显示多少个友情连接</td>
</tr>
<tr class='EBY_ds'>
<td colspan=2> 站点名字长度</td>
<td colspan=2> <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="495" 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="显示友情站点连接地址">站点地址</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_LINK_LIST(<?php echo $_POST['count'];?>,<?php echo $_POST['len'];?>)】
中间填循环内容
【/EBY_LINK_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 + -