📄 4.php
字号:
<table width=100% align=center cellpadding=3 cellspacing=1 class=tableborder>
<tr>
<td width=16% height=25 bgcolor=ffffff>作品名(*)</td>
<td bgcolor=ffffff><table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#DBEAF5">
<tr>
<td height="25" bgcolor="#FFFFFF">
<input type=text name=title value="<?=htmlspecialchars(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"><a onclick="foreColor();"><img src="../data/images/color.gif" width="21" height="21" align="absbottom"></a>
</td>
</tr>
</table></td>
</tr>
<tr>
<td width='16%' height=25 bgcolor='ffffff'>特殊属性</td>
<td bgcolor='ffffff'><table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#DBEAF5">
<tr>
<td height="25" bgcolor="#FFFFFF">信息属性:
<input name="isgood" type="checkbox" value="1"<?=$r[isgood]?' checked':''?>>推荐
<input name="checked" type="checkbox" value="1"<?=$r[checked]?' checked':''?>>审核
<input name="firsttitle" type="checkbox" value="1"<?=$r[firsttitle]?' checked':''?>>头条
</td>
</tr>
<tr>
<td height="25" bgcolor="#FFFFFF">关键字 :
<input name="keyboard" type="text" size="49" value="<?=stripSlashes($r[keyboard])?>">
<font color="#666666">(多个请用","格开)</font></td>
</tr>
<tr>
<td height="25" bgcolor="#FFFFFF">外部链接:
<input name="titleurl" type="text" value="<?=stripSlashes($r[titleurl])?>" size="49">
<font color="#666666">(填写后信息连接地址将为此链接)</font></td>
</tr>
</table></td>
</tr>
<tr>
<td width=16% height=25 bgcolor=ffffff>发布时间</td>
<td bgcolor=ffffff><input name="newstime" type="text" value="<?=$r[newstime]?>"><input type=button name=button value="设为当前时间" onclick="document.add.newstime.value='<?=$todaytime?>'"></td>
</tr>
<tr>
<td width=16% height=25 bgcolor=ffffff>作品预览图</td>
<td bgcolor=ffffff><input name="titlepic" type="text" value="<?=stripSlashes($r[titlepic])?>" size="60">
<a onclick="window.open('editor/file.php?userid=<?=$logininid?>&username=<?=$loginin?>&rnd=<?=$loginrnd?>&type=1&classid=<?=$classid?>&filepass=<?=$filepass?>&doing=1&field=titlepic','','width=700,height=550,scrollbars=yes');" title="选择已上传的图片"><img src="../data/images/changeimg.gif" width="22" height="22" border="0" align="absbottom"></a></td>
</tr>
<tr>
<td width=16% height=25 bgcolor=ffffff>作者</td>
<td bgcolor=ffffff><input name="flashwriter" type="text" size=60 id="flashwriter" value="<?=$ecmsfirstpost==1?"":htmlspecialchars(stripSlashes($r[flashwriter]))?>">
</td>
</tr>
<tr>
<td width=16% height=25 bgcolor=ffffff>作者邮箱</td>
<td bgcolor=ffffff><input name="email" type="text" size=60 id="email" value="<?=$ecmsfirstpost==1?"":htmlspecialchars(stripSlashes($r[email]))?>">
</td>
</tr>
<tr>
<td width=16% height=25 bgcolor=ffffff>作品评价</td>
<td bgcolor=ffffff><select name="star" id="star"><option value="1"<?=$r[star]=="1"?' selected':''?>>1星</option><option value="2"<?=$r[star]=="2"||$ecmsfirstpost==1?' selected':''?>>2星</option><option value="3"<?=$r[star]=="3"?' selected':''?>>3星</option><option value="4"<?=$r[star]=="4"?' selected':''?>>4星</option><option value="5"<?=$r[star]=="5"?' selected':''?>>5星</option></select></td>
</tr>
<tr>
<td width=16% height=25 bgcolor=ffffff>文件大小</td>
<td bgcolor=ffffff><input name="filesize" type="text" size=60 id="filesize" value="<?=$ecmsfirstpost==1?"":htmlspecialchars(stripSlashes($r[filesize]))?>">
<select name="select" onchange="document.add.filesize.value+=this.value">
<option value="">单位</option>
<option value=" MB">MB</option>
<option value=" KB">KB</option>
<option value=" GB">GB</option>
<option value=" BYTES">BYTES</option>
</select></td>
</tr>
<tr>
<td width=16% height=25 bgcolor=ffffff>Flash地址(*)</td>
<td bgcolor=ffffff><input name="flashurl" type="text" size="60" id="flashurl" value="<?=$ecmsfirstpost==1?"":htmlspecialchars(stripSlashes($r[flashurl]))?>" size="45">
<a onclick="window.open('editor/file.php?userid=<?=$logininid?>&username=<?=$loginin?>&rnd=<?=$loginrnd?>&type=2&classid=<?=$classid?>&filepass=<?=$filepass?>&doing=1&field=flashurl','','width=700,height=550,scrollbars=yes');" title="选择已上传的FLASH"><img src="../data/images/changeflash.gif" border="0" align="absbottom"></a>
</td>
</tr>
<tr>
<td width=16% height=25 bgcolor=ffffff>Flash规格</td>
<td bgcolor=ffffff><input name="width" type="text" size=6 id="width" value="<?=$ecmsfirstpost==1?"600":htmlspecialchars(stripSlashes($r[width]))?>">
*<input name="height" type="text" size=6 id="height" value="<?=$ecmsfirstpost==1?"450":htmlspecialchars(stripSlashes($r[height]))?>">
<font color="#666666">(宽度*高度)</font></td>
</tr>
<tr>
<td width=16% height=25 bgcolor=ffffff>作品简介(*)</td>
<td bgcolor=ffffff><textarea name="flashsay" cols="80" rows="10" id="flashsay"><?=$ecmsfirstpost==1?"":htmlspecialchars(stripSlashes($r[flashsay]))?></textarea>
</td>
</tr>
</table>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -