⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 12.php

📁 帝国CMS,功能全面的CMS源码,下载试用下
💻 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="3" cellspacing="1" bgcolor="#DBEAF5">
          <tr> 
            <td 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 bgcolor="#FFFFFF"> <table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
                <tr> 
                  <td width="45%">属性: 
                    <input name="titlefont[b]" type="checkbox" id="titlefont[b]" value="b"<?=$titlefontb?>>
                    粗体 
                    <input name="titlefont[i]" type="checkbox" id="titlefont[i]" value="i"<?=$titlefonti?>>
                    斜体 
                    <input name="titlefont[s]" type="checkbox" id="titlefont[s]" value="s"<?=$titlefonts?>>
                    删除线</td>
                  <td width="55%">颜色: 
                    <input name="titlecolor" type="text" id="titlecolor" 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>
        </table></td>
  </tr>
  <tr> 
    <td width=16% height=25 bgcolor=ffffff>发布时间</td>
    <td bgcolor=ffffff><input name="newstime" type="text" id="newstime" 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="filesize" type="text" id="filesize" value="<?=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>单图属性</td>
    <td bgcolor=ffffff>图片尺寸:
<input name="picsize" type="text" id="picsize" value="<?=htmlspecialchars(stripSlashes($r[picsize]))?>">
,图片分辨率:
<input name="picfbl" type="text" id="picfbl" value="<?=htmlspecialchars(stripSlashes($r[picfbl]))?>">
</td>
  </tr>
  <tr> 
    <td width=16% height=25 bgcolor=ffffff>来源</td>
    <td bgcolor=ffffff><input name="picfrom" type="text" size=56 id="picfrom" value="<?=htmlspecialchars(stripSlashes($r[picfrom]))?>">
</td>
  </tr>
  <tr> 
    <td width=16% height=25 bgcolor=ffffff>图片小图</td>
    <td bgcolor=ffffff><input name="titlepic" type="text" id="titlepic" value="<?=stripSlashes($r[titlepic])?>" size="56"> 
        <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="picurl" type="text" size=56 id="picurl" value="<?=htmlspecialchars(stripSlashes($r[picurl]))?>" size="45">
<a onclick="window.open('editor/file.php?userid=<?=$logininid?>&username=<?=$loginin?>&rnd=<?=$loginrnd?>&type=1&classid=<?=$classid?>&filepass=<?=$filepass?>&doing=1&field=picurl','','width=700,height=550,scrollbars=yes');" title="选择已上传的图片"><img src="../data/images/changeimg.gif" border="0" align="absbottom"></a> 
</td>
  </tr>
  <tr> 
    <td width=16% height=25 bgcolor=ffffff>图片集</td>
    <td bgcolor=ffffff>
<script>
function dopicadd()
{var i;
var str="";
var oldi=0;
var j=0;
oldi=parseInt(document.add.morepicnum.value);
for(i=1;i<=document.add.downmorepicnum.value;i++)
{
j=i+oldi;
str=str+"<tr><td width=7%><div align=center>"+j+"</div></td><td width=33%><div align=center><input name=msmallpic[] type=text size=28><br><input type=file name=msmallpfile[] size=15></div></td><td width=30%><div align=center><input name=mbigpic[] type=text size=28><br><input type=file name=mbigpfile[] size=15></div></td><td width=30%><div align=center><input name=mpicname[] type=text></div></td></tr>";
}
window.addpicdown.innerHTML="<table width=100% border=0 cellspacing=1 cellpadding=3>"+str+"</table>";
}
</script>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td height="25">
	图片地址前缀:
      <input name="mpicurl_qz" type="text" id="mpicurl_qz" size="32">&nbsp;&nbsp;
	  <input type="checkbox" name="msavepic" value="1">远程保存图片
 </td>
  </tr>
  <tr> 
    <td><table width=100% border=0 align=center cellpadding=3 cellspacing=1>
  <tr bgcolor=#DBEAF5> 
    <td width=7%><div align=center>编号</div></td>
    <td width=33%><div align=center>缩图</div></td>
    <td width=30%><div align=center>大图</div></td>
    <td width=30%><div align=center>图片说明</div></td>
  </tr>
</table></td>
  </tr>
  <tr> 
    <td> 
      <?=$morepicpath?>
      <input name="morepicnum" type="hidden" id="morepicnum" value="<?=$morepicnum?>"> 
    </td>
  </tr>
  <tr> 
    <td height="25">地址扩展数量: 
      <input name="downmorepicnum" type="text" value="1" size="6"> <input type="button" name="Submit5" value="输出地址" onclick="javascript:dopicadd();"></td>
  </tr>
  <tr> 
    <td id=addpicdown></td>
  </tr>
</table>
</td>
  </tr>
  <tr> 
    <td width=16% height=25 bgcolor=ffffff>图集属性</td>
    <td bgcolor=ffffff>每行显示条数:<input name="num" type="text" size=3 id="num" value="<?=htmlspecialchars(stripSlashes($r[num]))?>">
,缩图大小:<input name="width" type="text" size=6 id="width" value="<?=htmlspecialchars(stripSlashes($r[width]))?>">
*<input name="height" type="text" size=6 id="height" value="<?=htmlspecialchars(stripSlashes($r[height]))?>">
<font color="#666666">(宽*高)</font></td>
  </tr>
  <tr> 
    <td width=16% height=25 bgcolor=ffffff>图片简介(*)</td>
    <td bgcolor=ffffff><textarea name="picsay" cols="80" rows="10" id="picsay"><?=htmlspecialchars(stripSlashes($r[picsay]))?></textarea>
</td>
  </tr>
</table>
<table width=100% align=center cellpadding=3 cellspacing=1 class="tableborder"><tr><td class=header>特殊属性</td></tr><tr><td bgcolor=ffffff> <table width="100%" border="0" cellpadding="3" cellspacing="1" bgcolor="#DBEAF5">
  <tr> 
    <td height="25" bgcolor="#FFFFFF"> <input name="isgood" type="checkbox" id="isgood2" value="1"<?=$isgood?>>
      推荐&nbsp;&nbsp; <input name="checked" type="checkbox" id="checked4" value="1"<?=$checked?>>
      审核&nbsp;&nbsp; <input name="firsttitle" type="checkbox" id="firsttitle2" value="1"<?=$firsttitle?>>
      头条&nbsp;&nbsp;&nbsp;<strong>&nbsp;置顶级别:</strong> <select name="istop" id="select3">
        <option value="0"<?=$istop0?>>0级置顶</option>
        <option value="1"<?=$istop1?>>1级置顶</option>
        <option value="2"<?=$istop2?>>2级置顶</option>
        <option value="3"<?=$istop3?>>3级置顶</option>
        <option value="4"<?=$istop4?>>4级置顶</option>
        <option value="5"<?=$istop5?>>5级置顶</option>
        <option value="6"<?=$istop6?>>6级置顶</option>
      </select> <strong>所用内容模板:</strong> <select name="newstempid" id="select4">
        <?=$newstemp?>
      </select> </td>
  </tr>
  <tr> 
    <td height="25" bgcolor="#FFFFFF"><strong>权限设置:</strong> <select name="fh" id="select5">
        <option value="0"<?=$fh0?>>&gt;=</option>
        <option value="1"<?=$fh1?>>=</option>
      </select> <select name="groupid" id="select6">
        <option value="0">游客</option>
        <?=$group?>
      </select>
      查看扣除点数: 
      <input name="userfen" type="text" id="userfen" value="<?=$r[userfen]?>" size="6">
      (&quot;=&quot;:本级别的用户才能查看[对游客无效])</td>
  </tr>
  <tr> 
    <td height="25" bgcolor="#FFFFFF">文件名前缀: <input name="filenameqz" type="text" id="filenameqz" value="<?=stripSlashes($r[filenameqz])?>">
      (如photeshop_),<input type=checkbox name=closepl value=1<?=$r[closepl]==1?" checked":""?>>关闭评论</td>
  </tr>
</table>
        <table width="100%" border="0" cellpadding="3" cellspacing="1" bgcolor="#DBEAF5">
          <tr> 
            <td height="25">签发(多个签发人员,请用&quot;,&quot;格开.不想使用签发,请留空) </td>
          </tr>
          <tr> 
            <td height="25" bgcolor="#FFFFFF"> <input name="checkuser" type="text" id="checkuser" value="<?=stripSlashes($r[checkuser])?>" size="66"<?=$checkuserreadonly?>> 
              <?=$changeuser?> 
            </td>
          </tr>
          <tr>
            <td height="25" bgcolor="#FFFFFF"><input name="recheckuser" type="checkbox" id="recheckuser" value="1">
              重新签发(稿件被退下来后重新提交给未签发的人员的操作,如修改签发人员,所有人员需重新签发)</td>
          </tr>
        </table>
        <table width="100%" border="0" cellpadding="3" cellspacing="1" bgcolor="#DBEAF5">
          <tr> 
            <td height="25">所属专题:</td>
          </tr>
          <tr> 
            <td height="25" bgcolor="#FFFFFF"> 
              <?=$z_class?>
            </td>
          </tr>
        </table> <table width="100%" border="0" cellpadding="3" cellspacing="1" bgcolor="#DBEAF5">
          <tr> 
            <td height="25" bgcolor="#FFFFFF"><strong>关键字:</strong> <input name="keyboard" type="text" id="keyboard" size="43" value="<?=stripSlashes($r[keyboard])?>">
              (多个请用&quot;,&quot;格开)</td>
          </tr>
          <tr> 
            <td height="25" bgcolor="#FFFFFF">外部链接: 
              <input name="titleurl" type="text" id="titleurl2" value="<?=stripSlashes($r[titleurl])?>" size="42">
              (填写后标题的连接地址将是此链接)</td>
          </tr>
        </table></td></tr></table>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -