熊猫办公系统
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

33 lines
1.4 KiB

<?php
if(!defined('InEmpireCMS'))
{
exit();
}
?>
<tr bgcolor="#FFFFFF">
<td height="22" valign="top"><strong>标题正则:</strong><br>
(<input name="textfield" type="text" id="textfield" value="[!--title--]" size="20">)</td>
<td><table width="100%" border="0" cellspacing="1" cellpadding="3">
<tr>
<td><textarea name="add[zz_title]" cols="60" rows="10" id="textarea"><?=ehtmlspecialchars(stripSlashes($r[zz_title]))?></textarea></td>
</tr>
<tr>
<td><input name="add[z_title]" type="text" id="add[z_title]" value="<?=stripSlashes($r[z_title])?>">
(如填写这里,将为字段的值)</td>
</tr>
</table></td>
</tr>
<tr bgcolor="#FFFFFF">
<td height="22" valign="top"><strong>发布时间正则:</strong><br>
(<input name="textfield" type="text" id="textfield" value="[!--newstime--]" size="20">)</td>
<td><table width="100%" border="0" cellspacing="1" cellpadding="3">
<tr>
<td><textarea name="add[zz_newstime]" cols="60" rows="10" id="textarea"><?=ehtmlspecialchars(stripSlashes($r[zz_newstime]))?></textarea></td>
</tr>
<tr>
<td><input name="add[z_newstime]" type="text" id="add[z_newstime]" value="<?=stripSlashes($r[z_newstime])?>">
(如填写这里,将为字段的值)</td>
</tr>
</table></td>
</tr>