Browse Source

移除不要的属性

tags/6.2.0
xushubieli 2 years ago
parent
commit
7de89a25f8
18 changed files with 55 additions and 55 deletions
  1. +4
    -4
      src/admin/catalog_edit.php
  2. +14
    -14
      src/admin/templets/ad_add.htm
  3. +1
    -1
      src/admin/templets/ad_edit.htm
  4. +5
    -5
      src/admin/templets/catalog_add.htm
  5. +13
    -13
      src/admin/templets/catalog_edit.htm
  6. +1
    -1
      src/admin/templets/stepselect_main.htm
  7. +6
    -6
      src/admin/templets/stepselect_showajax.htm
  8. +1
    -1
      src/theme/plus/carbuyaction.htm
  9. +1
    -1
      src/user/templets/album_add.htm
  10. +1
    -1
      src/user/templets/album_edit.htm
  11. +1
    -1
      src/user/templets/archives_add.htm
  12. +1
    -1
      src/user/templets/archives_edit.htm
  13. +1
    -1
      src/user/templets/archives_sg_add.htm
  14. +1
    -1
      src/user/templets/archives_sg_edit.htm
  15. +1
    -1
      src/user/templets/article_add.htm
  16. +1
    -1
      src/user/templets/article_edit.htm
  17. +1
    -1
      src/user/templets/soft_add.htm
  18. +1
    -1
      src/user/templets/soft_edit.htm

+ 4
- 4
src/admin/catalog_edit.php View File

@@ -184,11 +184,11 @@ if ($dopost == 'time') {
</tr>
<tr>
<td class="bline" align="center">栏目名称:</td>
<td class="bline"><input type="text" name="typename" value="<?php echo $myrow['typename'] ?>" style="width:260px" class="iptxt"></td>
<td class="bline"><input type="text" name="typename" value="<?php echo $myrow['typename'] ?>" style="width:260px"></td>
</tr>
<tr>
<td class="bline" align="center"> 排列顺序:</td>
<td class="bline"> <input type="text" name="sortrank" value="<?php echo $myrow['sortrank'] ?>" style="width:100px" class="iptxt">(由低 &gt; 高)</td>
<td class="bline"> <input type="text" name="sortrank" value="<?php echo $myrow['sortrank'] ?>" style="width:100px">(由低 &gt; 高)</td>
</tr>
<tr>
<td class="bline" align="center">浏览权限:</td>
@@ -209,7 +209,7 @@ if ($dopost == 'time') {
</tr>
<tr>
<td class="bline" align="center">文件保存目录:</td>
<td class="bline"><input type="text" name="typedir" value="<?php echo $myrow['typedir'] ?>" style="width:260px" class="iptxt"></td>
<td class="bline"><input type="text" name="typedir" value="<?php echo $myrow['typedir'] ?>" style="width:260px"></td>
</tr>
<tr>
<td align="center" class="bline">栏目列表选项:</td>
@@ -221,7 +221,7 @@ if ($dopost == 'time') {
</tr>
<tr>
<td class="bline" align="center">默认页的名称:</td>
<td class="bline"><input type="text" name="defaultname" value="<?php echo $myrow['defaultname'] ?>" style="width:260px" class="iptxt"></td>
<td class="bline"><input type="text" name="defaultname" value="<?php echo $myrow['defaultname'] ?>" style="width:260px"></td>
</tr>
<tr>
<td class="bline" align="center">栏目属性:</td>


+ 14
- 14
src/admin/templets/ad_add.htm View File

@@ -90,7 +90,7 @@
</tr>
<tr>
<td>广告位标识:</td>
<td colspan="2"><input type="text" name="tagname" id="tagname" class="iptxt" style="width:260px">(使用英文或数字表示的简洁标识)</td>
<td colspan="2"><input type="text" name="tagname" id="tagname" style="width:260px">(使用英文或数字表示的简洁标识)</td>
</tr>
<tr>
<td>广告分类:</td>
@@ -116,7 +116,7 @@
</tr>
<tr>
<td>广告位名称:</td>
<td colspan="2"><input type="text" name="adname" id="adname" class="iptxt" style="width:260px"></td>
<td colspan="2"><input type="text" name="adname" id="adname" style="width:260px"></td>
</tr>
<tr>
<td>时间限制:</td>
@@ -175,19 +175,19 @@
<table width="80%" cellpadding="3" cellspacing="1" class="i_table">
<tr>
<td width="260">文字内容 *</td>
<td><input type="text" name="normbody[title]" value="" class="iptxt" style="width:360px"></td>
<td><input type="text" name="normbody[title]" value="" style="width:360px"></td>
</tr>
<tr>
<td>文字链接 *</td>
<td><input type="text" name="normbody[link]" value="" class="iptxt" style="width:360px"></td>
<td><input type="text" name="normbody[link]" value="" style="width:360px"></td>
</tr>
<tr>
<td>文字颜色</td>
<td><input type="text" name="normbody[color]" value="" class="iptxt" style="width:360px"></td>
<td><input type="text" name="normbody[color]" value="" style="width:360px"></td>
</tr>
<tr>
<td>文字大小</td>
<td><input type="text" name="normbody[size]" value="" class="iptxt" style="width:360px"></td>
<td><input type="text" name="normbody[size]" value="" style="width:360px"></td>
</tr>
</table>
</div>
@@ -195,23 +195,23 @@
<table width="80%" cellpadding="3" cellspacing="1" class="i_table">
<tr>
<td width="260">图片地址 *</td>
<td><input type="text" name="normbody[url]" value="" class="iptxt" style="width:360px"></td>
<td><input type="text" name="normbody[url]" value="" style="width:360px"></td>
</tr>
<tr>
<td>图片链接 *</td>
<td><input type="text" name="normbody[link]" value="" class="iptxt" style="width:360px"></td>
<td><input type="text" name="normbody[link]" value="" style="width:360px"></td>
</tr>
<tr>
<td>图片宽度</td>
<td><input type="text" name="normbody[width]" value="" class="iptxt" style="width:360px"></td>
<td><input type="text" name="normbody[width]" value="" style="width:360px"></td>
</tr>
<tr>
<td>图片高度</td>
<td><input type="text" name="normbody[height]" value="" class="iptxt" style="width:360px"></td>
<td><input type="text" name="normbody[height]" value="" style="width:360px"></td>
</tr>
<tr>
<td>图片描述</td>
<td><input type="text" name="normbody[descrip]" value="" class="iptxt" style="width:360px"></td>
<td><input type="text" name="normbody[descrip]" value="" style="width:360px"></td>
</tr>
</table>
</div>
@@ -219,15 +219,15 @@
<table width="80%" cellpadding="3" cellspacing="1" class="i_table">
<tr>
<td width="260">flash链接</td>
<td><input type="text" name="normbody[link]" value="" class="iptxt" style="width:360px"></td>
<td><input type="text" name="normbody[link]" value="" style="width:360px"></td>
</tr>
<tr>
<td>flash宽度</td>
<td><input type="text" name="normbody[width]" value="" class="iptxt" style="width:360px"></td>
<td><input type="text" name="normbody[width]" value="" style="width:360px"></td>
</tr>
<tr>
<td>flash高度</td>
<td><input type="text" name="normbody[height]" value="" class="iptxt" style="width:360px"></td>
<td><input type="text" name="normbody[height]" value="" style="width:360px"></td>
</tr>
</table>
</div>


+ 1
- 1
src/admin/templets/ad_edit.htm View File

@@ -84,7 +84,7 @@
</tr>
<tr>
<td>广告位名称:</td>
<td colspan="2"><input type="text" name="adname" id="adname" value="<?php echo $row['adname']?>" class="iptxt" style="width:260px"></td>
<td colspan="2"><input type="text" name="adname" id="adname" value="<?php echo $row['adname']?>" style="width:260px"></td>
</tr>
<tr>
<td>时间限制:</td>


+ 5
- 5
src/admin/templets/catalog_add.htm View File

@@ -211,19 +211,19 @@
</tr>
<tr>
<td class="bline">中文名称:</td>
<td class="bline"><input type="text" name="typename" class="iptxt" style="width:260px"></td>
<td class="bline"><input type="text" name="typename" style="width:260px"></td>
</tr>
<tr>
<td class="bline">中文概述:</td>
<td class="bline"><input type="text" name="cnoverview" class="iptxt" style="width:260px"></td>
<td class="bline"><input type="text" name="cnoverview" style="width:260px"></td>
</tr>
<tr>
<td class="bline">英文名称:</td>
<td class="bline"><input type="text" name="enname" class="iptxt" style="width:260px"></td>
<td class="bline"><input type="text" name="enname" style="width:260px"></td>
</tr>
<tr>
<td class="bline">英文概述:</td>
<td class="bline"><input type="text" name="enoverview" class="iptxt" style="width:260px"></td>
<td class="bline"><input type="text" name="enoverview" style="width:260px"></td>
</tr>
<tr>
<td class="bline">栏目大图:</td>
@@ -308,7 +308,7 @@
</tr>
<tr>
<td class="bline">默认页的名称:</td>
<td class="bline"><input type="text" name="defaultname" value="index.html" class="iptxt" style="width:260px"></td>
<td class="bline"><input type="text" name="defaultname" value="index.html" style="width:260px"></td>
</tr>
<tr>
<td class="bline">栏目属性:</td>


+ 13
- 13
src/admin/templets/catalog_edit.htm View File

@@ -188,19 +188,19 @@
</tr>
<tr>
<td class="bline">中文名称:</td>
<td class="bline"><input type="text" name="typename" value="<?php echo $myrow['typename']?>" class="iptxt" style="width:260px"></td>
<td class="bline"><input type="text" name="typename" value="<?php echo $myrow['typename']?>" style="width:260px"></td>
</tr>
<tr>
<td class="bline">中文概述:</td>
<td class="bline"><input type="text" name="cnoverview" value="<?php echo $myrow['cnoverview']?>" class="iptxt" style="width:260px"></td>
<td class="bline"><input type="text" name="cnoverview" value="<?php echo $myrow['cnoverview']?>" style="width:260px"></td>
</tr>
<tr>
<td class="bline">英文名称:</td>
<td class="bline"><input type="text" name="enname" value="<?php echo $myrow['enname']?>" class="iptxt" style="width:260px"></td>
<td class="bline"><input type="text" name="enname" value="<?php echo $myrow['enname']?>" style="width:260px"></td>
</tr>
<tr>
<td class="bline">英文概述:</td>
<td class="bline"><input type="text" name="enoverview" value="<?php echo $myrow['enoverview']?>" class="iptxt" style="width:260px"></td>
<td class="bline"><input type="text" name="enoverview" value="<?php echo $myrow['enoverview']?>" style="width:260px"></td>
</tr>
<tr>
<td class="bline">栏目大图:</td>
@@ -218,7 +218,7 @@
</tr>
<tr>
<td class="bline">排列顺序:</td>
<td class="bline"><input type="text" name="sortrank" value="<?php echo $myrow['sortrank']?>" class="iptxt" style="width:60px">(由低 &gt; 高)</td>
<td class="bline"><input type="text" name="sortrank" value="<?php echo $myrow['sortrank']?>" style="width:60px">(由低 &gt; 高)</td>
</tr>
<tr>
<td class="bline">浏览权限:</td>
@@ -241,7 +241,7 @@
</tr>
<tr>
<td class="bline">文件保存目录:</td>
<td class="bline"><input type="text" name="typedir" id="typedir" value="<?php echo $myrow['typedir']?>" class="iptxt" style="width:260px">(标签“{cmspath}”必填,请勿删除)</td>
<td class="bline"><input type="text" name="typedir" id="typedir" value="<?php echo $myrow['typedir']?>" style="width:260px">(标签“{cmspath}”必填,请勿删除)</td>
</tr>
<tr>
<td>栏目列表选项:</td>
@@ -253,7 +253,7 @@
</tr>
<tr>
<td class="bline">默认页的名称:</td>
<td class="bline"><input type="text" name="defaultname" value="<?php echo $myrow['defaultname']?>" class="iptxt" style="width:260px"></td>
<td class="bline"><input type="text" name="defaultname" value="<?php echo $myrow['defaultname']?>" style="width:260px"></td>
</tr>
<tr>
<td class="bline">栏目属性:</td>
@@ -322,7 +322,7 @@
</tr>
<tr>
<td class="bline">绑定域名:</td>
<td class="bline"><input type="text" name="siteurl" id="siteurl" value="<?php echo $myrow['siteurl']?>" class="iptxt" style="width:260px">(需加 http://,一级或二级域名的根网址)</td>
<td class="bline"><input type="text" name="siteurl" id="siteurl" value="<?php echo $myrow['siteurl']?>" style="width:260px">(需加 http://,一级或二级域名的根网址)</td>
</tr>
<tr>
<td class="bline">站点根目录:</td>
@@ -346,7 +346,7 @@
<tr>
<td>封面模板:</td>
<td>
<input type="text" name="tempindex" value="<?php echo $myrow['tempindex']?>" class="iptxt" style="width:260px">
<input type="text" name="tempindex" value="<?php echo $myrow['tempindex']?>" style="width:260px">
<button type="button" name="set1" class="btn btn-success btn-sm" onClick="SelectTemplets('form1.tempindex')">浏览</button>
<i class="fa fa-question-circle" title="帮助" onClick="ShowHide('helpvar1')" style="cursor:pointer"></i>
</td>
@@ -354,14 +354,14 @@
<tr>
<td>列表模板:</td>
<td>
<input type="text" name="templist" value="<?php echo $myrow['templist']?>" class="iptxt" style="width:260px">
<input type="text" name="templist" value="<?php echo $myrow['templist']?>" style="width:260px">
<button type="button" name="set3" class="btn btn-success btn-sm" onClick="SelectTemplets('form1.templist')">浏览</button>
</td>
</tr>
<tr>
<td>文章模板:</td>
<td>
<input type="text" name="temparticle" value="<?php echo $myrow['temparticle']?>" class="iptxt" style="width:260px">
<input type="text" name="temparticle" value="<?php echo $myrow['temparticle']?>" style="width:260px">
<button type="button" name="set4" class="btn btn-success btn-sm" onClick="SelectTemplets('form1.temparticle')">浏览</button>
</td>
</tr>
@@ -383,7 +383,7 @@
<tr>
<td>文章命名规则:</td>
<td>
<input type="text" name="namerule" id="namerule" value="<?php echo $myrow['namerule']?>" class="iptxt" style="width:260px">
<input type="text" name="namerule" id="namerule" value="<?php echo $myrow['namerule']?>" style="width:260px">
<i class="fa fa-question-circle" title="帮助" onClick="ShowHide('helpvar2')" style="cursor:pointer"></i>
</td>
</tr>
@@ -399,7 +399,7 @@
<tr>
<td>列表命名规则:</td>
<td>
<input type="text" name="namerule2" id="namerule2" value="<?php echo $myrow['namerule2']?>" class="iptxt" style="width:260px">
<input type="text" name="namerule2" id="namerule2" value="<?php echo $myrow['namerule2']?>" style="width:260px">
<i class="fa fa-question-circle" title="帮助" onClick="ShowHide('helpvar3')" style="cursor:pointer"></i>
</td>
</tr>


+ 1
- 1
src/admin/templets/stepselect_main.htm View File

@@ -221,7 +221,7 @@
<?php echo $options; ?>
</select>
</span>
<span class="float-left ml-2">分类名称:<input type="text" name="ename" class="iptxt" style="width:260px"></span>
<span class="float-left ml-2">分类名称:<input type="text" name="ename" style="width:260px"></span>
<span class="float-left ml-2"><button type="submit" name="sb2" class="btn btn-success btn-sm">增加分类</button></span>
</form>
</td>


+ 6
- 6
src/admin/templets/stepselect_showajax.htm View File

@@ -10,8 +10,8 @@ if($arr['issystem']==0) $sbjs = '';
<form action="stepselect_main.php" method="post" <?php echo $sbjs; ?>>
<input type="hidden" name="action" value="edit_save">
<input type="hidden" name="id" value="<?php echo $arr['id']; ?>">
<div>类 别 名:<input type="text" name="itemname" class="iptxt" value="<?php echo $arr['itemname']; ?>" style="width:160px"></div>
<div>缓存组名:<input type="text" name="egroup" class="iptxt" value="<?php echo $arr['egroup']; ?>" style="width:160px"></div>
<div>类 别 名:<input type="text" name="itemname" value="<?php echo $arr['itemname']; ?>" style="width:160px"></div>
<div>缓存组名:<input type="text" name="egroup" value="<?php echo $arr['egroup']; ?>" style="width:160px"></div>
<div>缓存组名必须为英文或数字组合</div>
<div><button type="submit" class="btn btn-success btn-sm">保存</button></div>
</form>
@@ -23,8 +23,8 @@ if($arr['issystem']==0) $sbjs = '';
<br style="clear:both">
<form action="stepselect_main.php" method="post">
<input type="hidden" name="action" value="addnew_save">
<div>类 别 名:<input type="text" name="itemname" class="iptxt" style="width:160px"></div>
<div>缓存组名:<input type="text" name="egroup" class="iptxt" style="width:160px"></div>
<div>类 别 名:<input type="text" name="itemname" style="width:160px"></div>
<div>缓存组名:<input type="text" name="egroup" style="width:160px"></div>
<div>缓存组名必须为英文或数字组合</div>
<div><button type="submit" class="btn btn-success btn-sm">保存</button></div>
</form>
@@ -51,8 +51,8 @@ if($arr['issign']==0)
<?php echo $options; ?>
</select>
</div>
<div>枚举名:<input type="text" name="ename" class="iptxt" style="width:160px"></div>
<div>排序值:<input type="text" name="disorder" class="iptxt" style="width:160px"></div>
<div>枚举名:<input type="text" name="ename" style="width:160px"></div>
<div>排序值:<input type="text" name="disorder" style="width:160px"></div>
<div>如果不指定,默认以枚举添加先后来排序</div>
<div><input type="submit" value="保存" class="np coolbg"/></div>
</form>


+ 1
- 1
src/theme/plus/carbuyaction.htm View File

@@ -19,7 +19,7 @@
<?php if(!$cfg_ml->IsLogin()){ ?>
<table cellpadding="0" cellspacing="0" class="table">
<tr>
<td style="color:#F00">欢迎来到本网站,请 <a href="../user/login.php?gourl=<?php echo urlencode(GetCurUrl());?>">登录</a> 或 <a href="../user/index_do.php?fmdo=user&dopost=regnew">注册</a></td>
<td class="btn-danger">欢迎来到本网站,请 <a href="../user/login.php?gourl=<?php echo urlencode(GetCurUrl());?>">登录</a> 或 <a href="../user/index_do.php?fmdo=user&dopost=regnew">注册</a></td>
</tr>
</table>
<?php } ?>


+ 1
- 1
src/user/templets/album_add.htm View File

@@ -61,7 +61,7 @@
echo $typeOptions;
echo "</select>";
?>
<span style="color:#F00">*</span>(不能选择带颜色的分类)
<span class="text-danger">*</span>(不能选择带颜色的分类)
</div>
</div>
<div class="form-group row">


+ 1
- 1
src/user/templets/album_edit.htm View File

@@ -64,7 +64,7 @@
echo $typeOptions;
echo "</select>";
?>
<span style="color:#F00">*</span>(不能选择带颜色的分类)
<span class="text-danger">*</span>(不能选择带颜色的分类)
</div>
</div>
<div class="form-group row">


+ 1
- 1
src/user/templets/archives_add.htm View File

@@ -59,7 +59,7 @@
echo $typeOptions;
echo "</select>";
?>
<span style="color:#F00">*</span>(不能选择带颜色的分类)
<span class="text-danger">*</span>(不能选择带颜色的分类)
</div>
</div>
<div class="form-group row">


+ 1
- 1
src/user/templets/archives_edit.htm View File

@@ -58,7 +58,7 @@
echo $typeOptions;
echo "</select>";
?>
<span style="color:#F00">*</span>(不能选择带颜色的分类)
<span class="text-danger">*</span>(不能选择带颜色的分类)
</div>
</div>
<div class="form-group row">


+ 1
- 1
src/user/templets/archives_sg_add.htm View File

@@ -59,7 +59,7 @@
echo $typeOptions;
echo "</select>";
?>
<span style="color:#F00">*</span>(不能选择带颜色的分类)
<span class="text-danger">*</span>(不能选择带颜色的分类)
</div>
</div>
<div class="form-group row">


+ 1
- 1
src/user/templets/archives_sg_edit.htm View File

@@ -52,7 +52,7 @@
echo $typeOptions;
echo "</select>";
?>
<span style="color:#F00">*</span>(不能选择带颜色的分类)
<span class="text-danger">*</span>(不能选择带颜色的分类)
</div>
</div>
<div class="form-group row">


+ 1
- 1
src/user/templets/article_add.htm View File

@@ -60,7 +60,7 @@
echo $typeOptions;
echo "</select>";
?>
<span style="color:#F00">*</span>(不能选择带颜色的分类)
<span class="text-danger">*</span>(不能选择带颜色的分类)
</div>
</div>
<div class="form-group row">


+ 1
- 1
src/user/templets/article_edit.htm View File

@@ -62,7 +62,7 @@
echo $typeOptions;
echo "</select>";
?>
<span style="color:#F00">*</span>(不能选择带颜色的分类)
<span class="text-danger">*</span>(不能选择带颜色的分类)
</div>
</div>
<div class="form-group row">


+ 1
- 1
src/user/templets/soft_add.htm View File

@@ -81,7 +81,7 @@
echo $typeOptions;
echo "</select>";
?>
<span style="color:#F00">*</span>(不能选择带颜色的分类)
<span class="text-danger">*</span>(不能选择带颜色的分类)
</div>
</div>
<div class="form-row">


+ 1
- 1
src/user/templets/soft_edit.htm View File

@@ -83,7 +83,7 @@
echo $typeOptions;
echo "</select>";
?>
<span style="color:#F00">*</span>(不能选择带颜色的分类)
<span class="text-danger">*</span>(不能选择带颜色的分类)
</div>
</div>
<div class="form-row">


Loading…
Cancel
Save