q13.php 596 B

12345678910
  1. <?php
  2. if(!defined('InEmpireCMS'))
  3. {
  4. exit();
  5. }
  6. ?><table width=100% align=center cellpadding=3 cellspacing=1 bgcolor=#DBEAF5><tr><td width='16%' height=25 bgcolor='ffffff'>图片名称</td><td bgcolor='ffffff'><input name="title" type="text" size="42" value="<?=$ecmsfirstpost==1?"":DoReqValue($mid,'title',stripSlashes($r[title]))?>">
  7. </td></tr><tr><td width='16%' height=25 bgcolor='ffffff'>特殊属性</td><td bgcolor='ffffff'>
  8. <input name="keyboard" type="text" size=42 value="<?=stripSlashes($r[keyboard])?>">
  9. <font color="#666666">(多个请用&quot;,&quot;隔开)</font>
  10. </td></tr></table>