Example #1
0
">
        (如:普通邮递) </td>
    </tr>
    <tr bgcolor="#FFFFFF"> 
      <td height="25">运费金额:</td>
      <td height="25"><input name="price" type="text" id="price" value="<?php 
echo $r[price];
?>
" size="8">
        元</td>
    </tr>
    <tr bgcolor="#FFFFFF"> 
      <td height="25" valign="top">详细说明:</td>
      <td height="25">
		<?php 
echo ECMS_ShowEditorVar('psay', $r[psay], 'Default', '../ecmseditor/infoeditor/');
?>
      </td>
    </tr>
    <tr bgcolor="#FFFFFF">
      <td height="25">是否启用</td>
      <td height="25"><input type="radio" name="isclose" value="0"<?php 
echo $r[isclose] == 0 ? ' checked' : '';
?>
>
开启
  <input type="radio" name="isclose" value="1"<?php 
echo $r[isclose] == 1 ? ' checked' : '';
?>
>
关闭</td>
Example #2
0
    <tr bgcolor="#FFFFFF"> 
      <td height="25">标签格式:</td>
      <td height="25"><input name="add[bqgs]" type="text" id="add[bqgs]" value="<?php 
echo stripSlashes($r[bqgs]);
?>
" size="80"></td>
    </tr>
    <tr bgcolor="#FFFFFF"> 
      <td height="25">&nbsp;</td>
      <td height="25">如:<font color="#FF0000">[phomenews]栏目ID/专题ID,显示条数,标题截取数,是否显示时间,操作类型[/phomenews]</font></td>
    </tr>
    <tr bgcolor="#FFFFFF"> 
      <td height="25" valign="top">标签说明:</td>
      <td height="25"> 
        <?php 
echo ECMS_ShowEditorVar('bqsay', stripSlashes($r[bqsay]), 'Default', '../ecmseditor/infoeditor/');
?>
      </td>
    </tr>
    <tr bgcolor="#FFFFFF"> 
      <td height="25">是否开启标签:</td>
      <td height="25"><input type="radio" name="add[isclose]" value="0"<?php 
echo $r[isclose] == 0 ? ' checked' : '';
?>
>
        是 
        <input type="radio" name="add[isclose]" value="1"<?php 
echo $r[isclose] == 1 ? ' checked' : '';
?>
>
        否 <font color="#666666">(开启才会在模板中生效)</font></td>
Example #3
0
File: 6.php Project: novnan/meiju
?>
&filepass=<?php 
echo $filepass;
?>
&sinfo=1&doing=1&field=productpic<?php 
echo $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 height=25 colspan=2 bgcolor=ffffff><div align=left>商品介绍(*)</div></td>
  </tr>
</table>
<div style="background-color:#D0D0D0"><?php 
echo ECMS_ShowEditorVar("newstext", $ecmsfirstpost == 1 ? "" : stripSlashes($r[newstext]), "Default", "", "300", "100%");
?>
<table width="100%" border="0" cellpadding="3" cellspacing="1" bgcolor="#DBEAF5">
          <tr> 
            <td bgcolor="#FFFFFF"> <input name="dokey" type="checkbox" value="1"<?php 
echo $r[dokey] == 1 ? ' checked' : '';
?>
>
              关键字替换&nbsp;&nbsp; <input name="copyimg" type="checkbox" id="copyimg" value="1">
      远程保存图片(
      <input name="mark" type="checkbox" id="mark" value="1">
      <a href="SetEnews.php<?php 
echo $ecms_hashur[whehref];
?>
" target="_blank">加水印</a>)&nbsp;&nbsp; 
      <input name="copyflash" type="checkbox" id="copyflash" value="1">
Example #4
0
File: q1.php Project: novnan/meiju
if (!defined('InEmpireCMS')) {
    exit;
}
?>
<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="<?php 
echo $ecmsfirstpost == 1 ? "" : DoReqValue($mid, 'title', stripSlashes($r[title]));
?>
"></td></tr><tr><td width='16%' height=25 bgcolor='ffffff'>副标题</td><td bgcolor='ffffff'><input name="ftitle" type="text" size=42 id="ftitle" value="<?php 
echo $ecmsfirstpost == 1 ? "" : DoReqValue($mid, 'ftitle', stripSlashes($r[ftitle]));
?>
">
</td></tr><tr><td width='16%' height=25 bgcolor='ffffff'>关键字</td><td bgcolor='ffffff'><input name="keyboard" type="text" size=42 value="<?php 
echo stripSlashes($r[keyboard]);
?>
">
<font color="#666666">(多个请用&quot;,&quot;隔开)</font></td></tr><tr><td width='16%' height=25 bgcolor='ffffff'>标题图片</td><td bgcolor='ffffff'><input type="file" name="titlepicfile" size="45"></td></tr><tr><td width='16%' height=25 bgcolor='ffffff'>内容简介</td><td bgcolor='ffffff'><textarea name="smalltext" cols="60" rows="10" id="smalltext"><?php 
echo $ecmsfirstpost == 1 ? "" : DoReqValue($mid, 'smalltext', stripSlashes($r[smalltext]));
?>
</textarea>
</td></tr><tr><td width='16%' height=25 bgcolor='ffffff'>作者</td><td bgcolor='ffffff'><input name="writer" type="text" id="writer" value="<?php 
echo $ecmsfirstpost == 1 ? "" : DoReqValue($mid, 'writer', stripSlashes($r[writer]));
?>
" size="">
</td></tr><tr><td width='16%' height=25 bgcolor='ffffff'>信息来源</td><td bgcolor='ffffff'><input name="befrom" type="text" id="befrom" value="<?php 
echo $ecmsfirstpost == 1 ? "" : DoReqValue($mid, 'befrom', stripSlashes($r[befrom]));
?>
" size="">
</td></tr><tr><td height=25 colspan=2 bgcolor='ffffff'><div align=left>新闻正文(*)</div></td></tr></table><div style="background-color:#D0D0D0"><?php 
echo ECMS_ShowEditorVar("newstext", $ecmsfirstpost == 1 ? "" : DoReqValue($mid, 'newstext', stripSlashes($r[newstext])), "Default", "", "300", "100%");
?>
</div>
Example #5
0
?>
" size="42"></td>
    </tr>
	<?php 
if ($pagemod == 2) {
    //--------------------html编辑器
    include '../ecmseditor/infoeditor/fckeditor.php';
    ?>
	<tr bgcolor="#FFFFFF"> 
      <td height="25" valign="top"><strong>页面内容</strong>(*)</td>
      <td height="25"></td>
    </tr>
    <tr bgcolor="#FFFFFF"> 
      <td height="25" colspan="2" valign="top"> 
        <?php 
    echo ECMS_ShowEditorVar('pagetext', stripSlashes($r[pagetext]), 'Default', '../ecmseditor/infoeditor/', '300', '100%');
    ?>
      </td>
    </tr>
	<?php 
} else {
    ?>
    <tr bgcolor="#FFFFFF"> 
      <td height="25" valign="top"><strong>页面内容</strong>(*)</td>
      <td height="25">请将页面内容<a href="#ecms" onclick="window.clipboardData.setData('Text',document.form1.pagetext.value);document.form1.pagetext.select()" title="点击复制模板内容"><strong>复制到Dreamweaver(推荐)</strong></a>或者使用<a href="#ecms" onclick="window.open('editor.php?getvar=opener.document.form1.pagetext.value&returnvar=opener.document.form1.pagetext.value&fun=ReturnHtml<?php 
    echo $ecms_hashur['ehref'];
    ?>
','edittemp','width=880,height=600,scrollbars=auto,resizable=yes');"><strong>模板在线编辑</strong></a>进行可视化编辑</td>
    </tr>
    <tr bgcolor="#FFFFFF"> 
      <td height="25" colspan="2" valign="top"><div align="center">