You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
161 lines
9.1 KiB
161 lines
9.1 KiB
<?php
|
|
if(!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><tr><td bgcolor=ffffff>发布时间</td><td bgcolor=ffffff><input name="newstime" type="text" value="<?=$r[newstime]?>" size="28" class="Wdate" onClick="WdatePicker({skin:'default',dateFmt:'yyyy-MM-dd HH:mm:ss'})"><input type=button name=button value="设为当前时间" onclick="document.add.newstime.value='<?=$todaytime?>'">
|
|
</td></tr><tr><td bgcolor=ffffff>文件大小</td><td bgcolor=ffffff><input name="filesize" type="text" id="filesize" value="<?=$ecmsfirstpost==1?"":ehtmlspecialchars(stripSlashes($r[filesize]))?>" size="60">
|
|
<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 bgcolor=ffffff>图片尺寸</td><td bgcolor=ffffff><input name="picsize" type="text" id="picsize" value="<?=$ecmsfirstpost==1?"":ehtmlspecialchars(stripSlashes($r[picsize]))?>" size="">
|
|
</td></tr><tr><td bgcolor=ffffff>图片分辨率</td><td bgcolor=ffffff><input name="picfbl" type="text" id="picfbl" value="<?=$ecmsfirstpost==1?"":ehtmlspecialchars(stripSlashes($r[picfbl]))?>" size="">
|
|
</td></tr><tr><td bgcolor=ffffff>来源</td><td bgcolor=ffffff><input name="picfrom" type="text" id="picfrom" value="<?=$ecmsfirstpost==1?"":ehtmlspecialchars(stripSlashes($r[picfrom]))?>" size="60">
|
|
</td></tr><tr><td bgcolor=ffffff>图片小图</td><td bgcolor=ffffff><input name="titlepic" type="text" id="titlepic" value="<?=$ecmsfirstpost==1?"":ehtmlspecialchars(stripSlashes($r[titlepic]))?>" size="45">
|
|
<a onclick="window.open('ecmseditor/FileMain.php?type=1&classid=<?=$classid?>&infoid=<?=$id?>&filepass=<?=$filepass?>&sinfo=1&doing=1&field=titlepic<?=$ecms_hashur[ehref]?>','','width=700,height=550,scrollbars=yes');" title="选择已上传的图片"><img src="../data/images/changeimg.gif" border="0" align="absbottom"></a>
|
|
</td></tr><tr><td bgcolor=ffffff>图片大图</td><td bgcolor=ffffff><input name="picurl" type="text" id="picurl" value="<?=$ecmsfirstpost==1?"":ehtmlspecialchars(stripSlashes($r[picurl]))?>" size="45">
|
|
<a onclick="window.open('ecmseditor/FileMain.php?type=1&classid=<?=$classid?>&infoid=<?=$id?>&filepass=<?=$filepass?>&sinfo=1&doing=1&field=picurl<?=$ecms_hashur[ehref]?>','','width=700,height=550,scrollbars=yes');" title="选择已上传的图片"><img src="../data/images/changeimg.gif" border="0" align="absbottom"></a>
|
|
</td></tr><tr><td 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 id=msmallpic"+j+" ondblclick=SpOpenChFile(1,'msmallpic"+j+"')><br><input type=file name=msmallpfile[] size=15></div></td><td width=30%><div align=center><input name=mbigpic[] type=text size=28 id=mbigpic"+j+" ondblclick=SpOpenChFile(1,'mbigpic"+j+"')><br><input type=file name=mbigpfile[] size=15></div></td><td width=30%><div align=center><input name=mpicname[] type=text></div></td></tr>";
|
|
}
|
|
document.getElementById("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">
|
|
<input type="checkbox" name="msavepic" value="1">远程保存 <input type="checkbox" name="mcreatespic" value="1" onclick="if(this.checked){setmcreatespic.style.display='';}else{setmcreatespic.style.display='none';}">生成缩图
|
|
<span id="setmcreatespic" style="display:none">:<input type=text name="mcreatespicwidth" size=4 value="<?=$public_r[spicwidth]?>">*<input type=text name="mcreatespicheight" size=4 value="<?=$public_r[spicheight]?>">(宽*高)</span>
|
|
<?php
|
|
if(TranmoreIsOpen())
|
|
{
|
|
?>
|
|
<input type="button" name="Submit" value="多选上传" onclick="window.open('ecmseditor/tranmore/tranmore.php?type=1&classid=<?=$classid?>&filepass=<?=$filepass?>&infoid=<?=$id?>&modtype=0&sinfo=1&ecmsdo=ecmstmmorepic&tranfrom=2<?=$ecms_hashur['ehref']?>&oldmorepicnum='+document.add.morepicnum.value,'ecmstmpage','width=700,height=550,scrollbars=yes');">
|
|
<?php
|
|
}
|
|
?>
|
|
</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>缩图 <font color="#666666">(双击选择)</font></div></td>
|
|
<td width="30%"><div align=center>大图 <font color="#666666">(双击选择)</font></div></td>
|
|
<td width="30%"><div align=center>图片说明</div></td>
|
|
</tr>
|
|
</table></td>
|
|
</tr>
|
|
<tr>
|
|
<td id=defmorepicid>
|
|
<?php
|
|
if($ecmsfirstpost==1)
|
|
{
|
|
?>
|
|
<table width='100%' border=0 align=center cellpadding=3 cellspacing=1>
|
|
<?php
|
|
$morepicnum=3;
|
|
for($mppathi=1;$mppathi<=$morepicnum;$mppathi++)
|
|
{
|
|
?>
|
|
<tr>
|
|
<td width='7%'><div align=center><?=$mppathi?></div></td>
|
|
<td width='33%'><div align=center>
|
|
<input name=msmallpic[] type=text id='msmallpic<?=$mppathi?>' size=28 ondblclick="SpOpenChFile(1,'msmallpic<?=$mppathi?>');">
|
|
<br><input type=file name=msmallpfile[] size=15>
|
|
</div></td>
|
|
<td width='30%'><div align=center>
|
|
<input name=mbigpic[] type=text id='mbigpic<?=$mppathi?>' size=28 ondblclick="SpOpenChFile(1,'mbigpic<?=$mppathi?>');">
|
|
<br><input type=file name=mbigpfile[] size=15>
|
|
</div></td>
|
|
<td width='30%'><div align=center>
|
|
<input name=mpicname[] type=text id='mpicname<?=$mppathi?>'>
|
|
</div></td>
|
|
</tr>
|
|
<?php
|
|
}
|
|
?>
|
|
</table>
|
|
<?php
|
|
}
|
|
else
|
|
{
|
|
$morepicpath="";
|
|
$morepicnum=0;
|
|
if($r[morepic])
|
|
{
|
|
$r[morepic]=stripSlashes($r[morepic]);
|
|
//地址
|
|
$j=0;
|
|
$pd_record=explode("\r\n",$r[morepic]);
|
|
for($i=0;$i<count($pd_record);$i++)
|
|
{
|
|
$j=$i+1;
|
|
$pd_field=explode("::::::",$pd_record[$i]);
|
|
$morepicpath.="<tr>
|
|
<td width='7%'><div align=center>".$j."</div></td>
|
|
<td width='33%'><div align=center>
|
|
<input name=msmallpic[] type=text value='".$pd_field[0]."' size=28 id=msmallpic".$j." ondblclick=\"SpOpenChFile(1,'msmallpic".$j."');\">
|
|
<br><input type=file name=msmallpfile[] size=15>
|
|
</div></td>
|
|
<td width='30%'><div align=center>
|
|
<input name=mbigpic[] type=text value='".$pd_field[1]."' size=28 id=mbigpic".$j." ondblclick=\"SpOpenChFile(1,'mbigpic".$j."');\">
|
|
<br><input type=file name=mbigpfile[] size=15>
|
|
</div></td>
|
|
<td width='30%'><div align=center>
|
|
<input name=mpicname[] type=text value='".$pd_field[2]."'><input type=hidden name=mpicid[] value=".$j."><input type=checkbox name=mdelpicid[] value=".$j.">删
|
|
</div></td>
|
|
</tr>";
|
|
}
|
|
$morepicnum=$j;
|
|
$morepicpath="<table width='100%' border=0 cellspacing=1 cellpadding=3>".$morepicpath."</table>";
|
|
}
|
|
echo $morepicpath;
|
|
}
|
|
?>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td height="25">地址扩展数量: <input name="morepicnum" type="hidden" id="morepicnum" value="<?=$morepicnum?>">
|
|
<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 bgcolor=ffffff>每行显示条数</td><td bgcolor=ffffff><input name="num" type="text" id="num" value="<?=$ecmsfirstpost==1?"3":ehtmlspecialchars(stripSlashes($r[num]))?>" size="">
|
|
</td></tr><tr><td bgcolor=ffffff>缩图宽度</td><td bgcolor=ffffff><input name="width" type="text" id="width" value="<?=$ecmsfirstpost==1?"":ehtmlspecialchars(stripSlashes($r[width]))?>" size="6">
|
|
</td></tr><tr><td bgcolor=ffffff>缩图高度</td><td bgcolor=ffffff><input name="height" type="text" id="height" value="<?=$ecmsfirstpost==1?"":ehtmlspecialchars(stripSlashes($r[height]))?>" size="6">
|
|
</td></tr><tr><td bgcolor=ffffff>图片简介</td><td bgcolor=ffffff><textarea name="picsay" cols="80" rows="10" id="picsay"><?=$ecmsfirstpost==1?"":ehtmlspecialchars(stripSlashes($r[picsay]))?></textarea>
|
|
</td></tr>
|