📄 q4.php
字号:
<table width='100%' align=center cellpadding=3 cellspacing=1 class=tableborder>
<tr>
<td width=16% height=25 bgcolor=ffffff>作品名(*)</td>
<td bgcolor=ffffff><input name="title" type="text" size="42" value="<?=DoReqValue($tbname,'title',stripSlashes($r[title]))?>"></td>
</tr>
<tr>
<td width='16%' height=25 bgcolor='ffffff'>关键字</td>
<td bgcolor='ffffff'><input name="keyboard" type="text" size=42 value="<?=stripSlashes($r[keyboard])?>">
<font color="#666666">(多个请用","格开)</font></td>
</tr>
<tr>
<td width=16% height=25 bgcolor=ffffff>作品预览图</td>
<td bgcolor=ffffff><input type="file" name="titlepicfile" size="32"></td>
</tr>
<tr>
<td width=16% height=25 bgcolor=ffffff>作者</td>
<td bgcolor=ffffff><input name="flashwriter" type="text" size=42 id="flashwriter" value="<?=$ecmsfirstpost==1?"":DoReqValue($tbname,'flashwriter',stripSlashes($r[flashwriter]))?>">
</td>
</tr>
<tr>
<td width=16% height=25 bgcolor=ffffff>作者邮箱</td>
<td bgcolor=ffffff><input name="email" type="text" size=42 id="email" value="<?=$ecmsfirstpost==1?"":DoReqValue($tbname,'email',stripSlashes($r[email]))?>">
</td>
</tr>
<tr>
<td width=16% height=25 bgcolor=ffffff>文件大小</td>
<td bgcolor=ffffff><input name="filesize" type="text" size=42 id="filesize" value="<?=$ecmsfirstpost==1?"":DoReqValue($tbname,'filesize',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 type="file" name="flashurlfile" size="32">
</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":DoReqValue($tbname,'width',stripSlashes($r[width]))?>">
*<input name="height" type="text" size=6 id="height" value="<?=$ecmsfirstpost==1?"450":DoReqValue($tbname,'height',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="60" rows="10" id="flashsay"><?=$ecmsfirstpost==1?"":DoReqValue($tbname,'flashsay',stripSlashes($r[flashsay]))?></textarea>
</td>
</tr>
</table>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -