| 12345678910111213141516171819202122 | <?phpif(!defined('InEmpireCMS')){	exit();}?><tr><td bgcolor=ffffff>标题</td><td bgcolor=ffffff><table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#DBEAF5"><tr>   <td height="25" bgcolor="#FFFFFF">	<?=$tts?"<select name='ttid'><option value='0'>标题分类</option>$tts</select>":""?>	<input type=text name=title value="<?=ehtmlspecialchars(stripSlashes($r[title]))?>" size="60"> 	<input type="button" name="button" value="图文" onclick="document.add.title.value=document.add.title.value+'(图文)';">   </td></tr><tr>   <td height="25" bgcolor="#FFFFFF">属性: 	<input name="titlefont[b]" type="checkbox" value="b"<?=$titlefontb?>>粗体	<input name="titlefont[i]" type="checkbox" value="i"<?=$titlefonti?>>斜体	<input name="titlefont[s]" type="checkbox" value="s"<?=$titlefonts?>>删除线	       颜色: <input name="titlecolor" type="text" value="<?=stripSlashes($r[titlecolor])?>" size="10" class="color">  </td></tr></table></td></tr>
 |