Browse Source

添加高度

tags/6.1.7
xushubieli 2 years ago
parent
commit
b277402ca1
17 changed files with 40 additions and 59 deletions
  1. +1
    -1
      src/admin/templets/ad_add.htm
  2. +4
    -8
      src/admin/templets/diy_add.htm
  3. +3
    -6
      src/admin/templets/diy_edit.htm
  4. +3
    -3
      src/admin/templets/freelist_add.htm
  5. +3
    -3
      src/admin/templets/freelist_edit.htm
  6. +1
    -1
      src/admin/templets/makehtml_archives.htm
  7. +1
    -1
      src/admin/templets/makehtml_homepage.htm
  8. +2
    -3
      src/admin/templets/makehtml_js.htm
  9. +1
    -1
      src/admin/templets/makehtml_taglist.htm
  10. +3
    -6
      src/admin/templets/member_scores.htm
  11. +3
    -6
      src/admin/templets/mychannel_edit.htm
  12. +1
    -1
      src/admin/templets/mynews_edit.htm
  13. +3
    -3
      src/admin/templets/mytag_add.htm
  14. +3
    -3
      src/admin/templets/mytag_edit.htm
  15. +1
    -1
      src/admin/templets/spec_add.htm
  16. +2
    -2
      src/admin/templets/spec_edit.htm
  17. +5
    -10
      src/admin/templets/sys_info_mark.htm

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

@@ -152,7 +152,7 @@
</tr>
<tr>
<td height="80" align="center">过期显示内容:</td>
<td><textarea name="expbody" rows="10" id="expbody" style="width:80%;height:100"></textarea></td>
<td><textarea name="expbody" rows="10" id="expbody" style="width:80%;height:100px"></textarea></td>
<td></td>
</tr>
<tr>


+ 4
- 8
src/admin/templets/diy_add.htm View File

@@ -70,8 +70,7 @@
<td height="26" align="left" bgcolor="#FFFFFF">数据表:<br>
<span class="STYLE2" id="help5">必须由英文、数字、下划线组成,用于保存自定义表单数据,不能和已有表名重复,创建后不可修改表名</span></td>
<td bgcolor="#FFFFFF">
<input name="table" type="text" id="table" style="width:180px"
value="<?php echo $cfg_dbprefix; ?>diyform<?php echo $newdiyid; ?>" class='pubinputs' />
<input name="table" type="text" id="table" style="width:180px" value="<?php echo $cfg_dbprefix; ?>diyform<?php echo $newdiyid; ?>" class='pubinputs' />
*<img src="../static/web/img/help.gif" alt="帮助" border="0" style="cursor:hand" onClick="showHide2('help5')">
</td>
</tr>
@@ -81,18 +80,15 @@
</tr>
<tr>
<td height="26" align="left" bgcolor="#FFFFFF">列表模板:</td>
<td bgcolor="#FFFFFF"><input name="listtemplate" type="text" id="listtemplate" style="width:180px"
value="list_diyform<?php echo $newdiyid; ?>.htm" class='pubinputs' /></td>
<td bgcolor="#FFFFFF"><input name="listtemplate" type="text" id="listtemplate" style="width:180px" value="list_diyform<?php echo $newdiyid; ?>.htm" class='pubinputs' /></td>
</tr>
<tr>
<td height="26" align="left" bgcolor="#FFFFFF">内容模板:</td>
<td bgcolor="#FFFFFF"><input name="viewtemplate" type="text" id="viewtemplate" style="width:180px"
value="view_diyform<?php echo $newdiyid; ?>.htm" class='pubinputs' /></td>
<td bgcolor="#FFFFFF"><input name="viewtemplate" type="text" id="viewtemplate" style="width:180px" value="view_diyform<?php echo $newdiyid; ?>.htm" class='pubinputs' /></td>
</tr>
<tr>
<td height="26" align="left" bgcolor="#FFFFFF">发布模板:</td>
<td bgcolor="#FFFFFF"><input name="posttemplate" type="text" id="posttemplate" style="width:180px"
value="post_diyform<?php echo $newdiyid; ?>.htm" class='pubinputs' /></td>
<td bgcolor="#FFFFFF"><input name="posttemplate" type="text" id="posttemplate" style="width:180px" value="post_diyform<?php echo $newdiyid; ?>.htm" class='pubinputs' /></td>
</tr>
<tr>
<td height="26" align="left" bgcolor="#FFFFFF">前台列表和内容页公开:</td>


+ 3
- 6
src/admin/templets/diy_edit.htm View File

@@ -154,22 +154,19 @@ foreach($dtp->CTags as $ctag)
<tr>
<td height="26" align="left" bgcolor="#FFFFFF">列表模板:</td>
<td bgcolor="#FFFFFF">
<input name="listtemplate" type="text" id="listtemplate" style="width:180px"
value="<?php echo $row['listtemplate']; ?>" class='alltxt' />
<input name="listtemplate" type="text" id="listtemplate" style="width:180px" value="<?php echo $row['listtemplate']; ?>" class='alltxt' />
</td>
</tr>
<tr>
<td height="26" align="left" bgcolor="#FFFFFF">内容模板:</td>
<td bgcolor="#FFFFFF">
<input name="viewtemplate" type="text" id="viewtemplate" style="width:180px"
value="<?php echo $row['viewtemplate']; ?>" class='alltxt' />
<input name="viewtemplate" type="text" id="viewtemplate" style="width:180px" value="<?php echo $row['viewtemplate']; ?>" class='alltxt' />
</td>
</tr>
<tr>
<td height="26" align="left" bgcolor="#FFFFFF">发布模板:</td>
<td bgcolor="#FFFFFF">
<input name="posttemplate" type="text" id="posttemplate" style="width:180px"
value="<?php echo $row['posttemplate']; ?>" class='alltxt' />
<input name="posttemplate" type="text" id="posttemplate" style="width:180px" value="<?php echo $row['posttemplate']; ?>" class='alltxt' />
</td>
</tr>
<tr>


+ 3
- 3
src/admin/templets/freelist_add.htm View File

@@ -169,7 +169,7 @@
<tr>
<td height="26" align="left"> 限定栏目:
<?php
echo "<select name='typeid' style='width:100'>\r\n";
echo "<select name='typeid' style='width:100px'>\r\n";
echo "<option value='0'>不限栏目</option>\r\n";
$dsql->SetQuery("Select ID,typename, channeltype From #@__arctype");
$dsql->Execute();
@@ -187,7 +187,7 @@
<tr>
<td height="26" align="left"> 限定频道:
<?php
echo "<select name='channel' style='width:100'>\r\n";
echo "<select name='channel' style='width:100px'>\r\n";
echo "<option value='0' selected>不限</option>\r\n";
$dsql->SetQuery("Select ID,typename From #@__channeltype where ID>0");
$dsql->Execute();
@@ -202,7 +202,7 @@
<tr>
<td height="26" align="left">附加属性:
<?php
echo "<select name='att' style='width:100'>\r\n";
echo "<select name='att' style='width:100px'>\r\n";
echo "<option value='0' selected>不限</option>\r\n";
$dsql->SetQuery("Select * From #@__arcatt");
$dsql->Execute();


+ 3
- 3
src/admin/templets/freelist_edit.htm View File

@@ -134,7 +134,7 @@
限定栏目:
<?php
$typeid = $ctag->GetAtt('typeid');
echo "<select name='typeid' style='width:100'>\r\n";
echo "<select name='typeid' style='width:100px'>\r\n";
echo "<option value='0'>不限栏目</option>\r\n";
$dsql->SetQuery("Select id,typename, channeltype From #@__arctype");
$dsql->Execute();
@@ -154,7 +154,7 @@
<td height="26" align="left"> 限定频道:
<?php
$channel = $ctag->GetAtt('channel');
echo "<select name='channel' style='width:100'><option value='0'>不限</option>\r\n";
echo "<select name='channel' style='width:100px'><option value='0'>不限</option>\r\n";
$dsql->SetQuery("Select id,typename From #@__channeltype where id>0");
$dsql->Execute();
while($nrow = $dsql->GetObject())
@@ -170,7 +170,7 @@
<td height="26" align="left">附加属性:
<?php
$att = $ctag->GetAtt('att');
echo "<select name='att' style='width:100'>\r\n";
echo "<select name='att' style='width:100px'>\r\n";
echo "<option value='0'>不限</option>\r\n";
$dsql->SetQuery("Select * From #@__arcatt");
$dsql->Execute();


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

@@ -32,7 +32,7 @@
if(empty($cid)) $cid="0";
$tl = new TypeLink($cid);
$typeOptions = $tl->GetOptionArray($cid,$admin_catalogs,0);
echo "<select name='typeid' style='width:300'>\r\n";
echo "<select name='typeid' style='width:300px'>\r\n";
if($cid=="0") echo "<option value='0' selected>更新所有文档</option>\r\n";
echo $typeOptions;
echo "</select>";


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

@@ -36,7 +36,7 @@
<tr>
<td width="177" valign="top" bgcolor="#FFFFFF">选择首页模板:</td>
<td width="791" valign="top" bgcolor="#FFFFFF">
<input name="templet" type="text" id="templet" style="width:300" value="<?php echo $row['templet']?>">
<input name="templet" type="text" id="templet" style="width:300px" value="<?php echo $row['templet']?>">
<button class="btn btn-success btn-sm" type="button" name="set4" value="" onClick="SelectTemplets('form1.templet');">浏览</button>
</td>
</tr>


+ 2
- 3
src/admin/templets/makehtml_js.htm View File

@@ -35,7 +35,7 @@
if(empty($cid)) $cid="0";
$tl = new TypeLink($cid);
$typeOptions = $tl->GetOptionArray($cid,$admin_catalogs,0,1);
echo "<select name='typeid' style='width:300'>\r\n";
echo "<select name='typeid' style='width:300px'>\r\n";
if($cid=="0") echo "<option value='0' selected>所有栏目</option>\r\n";
echo $typeOptions;
echo "</select>";
@@ -52,8 +52,7 @@
</tr>
<tr>
<td height="26" valign="top" bgcolor="#FFFFFF">模板文件:</td>
<td height="26" valign="top" bgcolor="#FFFFFF"><input name="templet" type="text" id="templet" style="width:300"
value="plus/js.htm">
<td height="26" valign="top" bgcolor="#FFFFFF"><input name="templet" type="text" id="templet" style="width:300px" value="plus/js.htm">
<button type="button" class="btn btn-success btn-sm" name="set4" onClick="SelectTemplets('form1.templet');">浏览</button>
</td>
</tr>


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

@@ -49,7 +49,7 @@
</td>
</tr>
<tr>
<td width="300" valign="top" bgcolor="#FFFFFF">选择标签:</td>
<td width="300" valign="top" bgcolor="#FFFFFF">输入标签:</td>
<td width="377" valign="top" bgcolor="#FFFFFF">
<select id='tagid' name='tagid' style='width:300px'>
</td>


+ 3
- 6
src/admin/templets/member_scores.htm View File

@@ -52,14 +52,11 @@
<input name="Ids-<?php echo $v['id']?>" type="checkbox" id="Ids-<?php echo $v['id']?>" value="1" class='np' />
</td>
<td align="left" style="padding:5px;">
<input name="integral-<?php echo $v['id']?>" type="text" id="integral-<?php echo $v['id']?>"
value="<?php echo $v['integral']?>" size="10"></td>
<input name="integral-<?php echo $v['id']?>" type="text" id="integral-<?php echo $v['id']?>" value="<?php echo $v['integral']?>" size="10"></td>
<td align="left" style="padding:5px;">
<input name="icon-<?php echo $v['id']?>" type="text" id="icon-<?php echo $v['id']?>"
value="<?php echo $v['icon']?>" size="3"></td>
<input name="icon-<?php echo $v['id']?>" type="text" id="icon-<?php echo $v['id']?>" value="<?php echo $v['icon']?>" size="3"></td>
<td align="left" style="padding:5px;">
<input name="titles-<?php echo $v['id']?>" type="text" id="titles-<?php echo $v['id']?>"
value="<?php echo $v['titles']?>" size="20"></td>
<input name="titles-<?php echo $v['id']?>" type="text" id="titles-<?php echo $v['id']?>" value="<?php echo $v['titles']?>" size="20"></td>
<td align="left" style="padding:5px;">
<select name="isdefault-<?php echo $v['id']?>" id="isdefault-<?php echo $v['id']?>">
<option value="1" <?php if($v['isdefault']) echo " selected='selected'"; ?>>是</option>


+ 3
- 6
src/admin/templets/mychannel_edit.htm View File

@@ -205,18 +205,15 @@
</tr>
<tr>
<td bgcolor="#FFFFFF">前台会员发布程序</td>
<td bgcolor="#FFFFFF"><input name="useraddcon" type="text" id="useraddcon"
value="<?php echo $row['useraddcon']; ?>" class="pubinputs"></td>
<td bgcolor="#FFFFFF"><input name="useraddcon" type="text" id="useraddcon" value="<?php echo $row['useraddcon']; ?>" class="pubinputs"></td>
</tr>
<tr>
<td bgcolor="#FFFFFF">前台会员修改程序</td>
<td bgcolor="#FFFFFF"><input name="usereditcon" type="text" id="usereditcon"
value="<?php echo $row['usereditcon']; ?>" class="pubinputs"></td>
<td bgcolor="#FFFFFF"><input name="usereditcon" type="text" id="usereditcon" value="<?php echo $row['usereditcon']; ?>" class="pubinputs"></td>
</tr>
<tr>
<td bgcolor="#FFFFFF">前台会员管理程序</td>
<td bgcolor="#FFFFFF"><input name="usermancon" type="text" id="usermancon"
value="<?php echo $row['usermancon']; ?>" class="pubinputs"></td>
<td bgcolor="#FFFFFF"><input name="usermancon" type="text" id="usermancon" value="<?php echo $row['usermancon']; ?>" class="pubinputs"></td>
</tr>
<tr>
<td bgcolor="#FFFFFF">列表附加字段<br>


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

@@ -42,7 +42,7 @@ function checkSubmit()
</tr>
<tr>
<td width="10%" height="30" align="right">标题:</td>
<td align="left"> <input name="title" type="text" id="title" value="<?php echo $myNews['title']?>" size="30" style="width:300">
<td align="left"> <input name="title" type="text" id="title" value="<?php echo $myNews['title']?>" size="30" style="width:300px">
</td>
</tr>
<tr>


+ 3
- 3
src/admin/templets/mytag_add.htm View File

@@ -79,7 +79,7 @@
<?php
$tl = new TypeLink(0);
$typeOptions = $tl->GetOptionArray(0,0,0);
echo "<select name='typeid' style='width:300'>\r\n";
echo "<select name='typeid' style='width:300px'>\r\n";
echo "<option value='0' selected>显示在没有继承本标记的所有栏目</option>\r\n";
echo $typeOptions;
echo "</select>";
@@ -114,14 +114,14 @@
<tr>
<td height="80" align="center">正常显示内容:</td>
<td width="76%">
<textarea name="normbody" id="normbody" style="width:80%;height:100"></textarea>
<textarea name="normbody" id="normbody" style="width:80%;height:100px"></textarea>
</td>
<td width="9%"></td>
</tr>
<tr>
<td height="80" align="center">过期显示内容:</td>
<td>
<textarea name="expbody" id="expbody" style="width:80%;height:100"></textarea>
<textarea name="expbody" id="expbody" style="width:80%;height:100px"></textarea>
</td>
<td></td>
</tr>


+ 3
- 3
src/admin/templets/mytag_edit.htm View File

@@ -23,7 +23,7 @@
<?php
$tl = new TypeLink(0);
$typeOptions = $tl->GetOptionArray($row['typeid'],0,0);
echo "<select name='typeid' style='width:300'>\r\n";
echo "<select name='typeid' style='width:300px'>\r\n";
echo "<option value='0' selected>显示在没有继承本标记的所有栏目</option>\r\n";
echo $typeOptions;
echo "</select>";
@@ -52,14 +52,14 @@
<tr>
<td height="80" align="center">正常显示内容:</td>
<td width="76%">
<textarea name="normbody" id="normbody" style="width:80%;height:100"><?php echo $row['normbody']?></textarea>
<textarea name="normbody" id="normbody" style="width:80%;height:100px"><?php echo $row['normbody']?></textarea>
</td>
<td width="9%"></td>
</tr>
<tr>
<td height="80" align="center">过期显示内容:</td>
<td>
<textarea name="expbody" id="expbody" style="width:80%;height:100"><?php echo $row['expbody']?></textarea>
<textarea name="expbody" id="expbody" style="width:80%;height:100px"><?php echo $row['expbody']?></textarea>
</td>
<td></td>
</tr>


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

@@ -357,7 +357,7 @@ table{border-collapse:separate}
<tr>
<td>节点容器模板:</td>
<td colspan="2">
<input name="notetemplet<?php echo $i?>" type="text" id="notetemplet<?php echo $i?>" value="system/channel_spec_note.htm" style="width:300">
<input name="notetemplet<?php echo $i?>" type="text" id="notetemplet<?php echo $i?>" value="system/channel_spec_note.htm" style="width:300px">
<button type="button" name="selno<?php echo $i?>" class="btn btn-success btn-sm" onClick="SelectTemplets('form1.notetemplet<?php echo $i?>');">浏览</button>
</td>
</tr>


+ 2
- 2
src/admin/templets/spec_edit.htm View File

@@ -338,7 +338,7 @@ table{border-collapse:separate}
<td colspan="2">
<table width="600" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="310"><input name="notename<?php echo $i?>" type="text" id="notename<?php echo $i?>" style="width:300" value="<?php echo $notename?>"></td>
<td width="310"><input name="notename<?php echo $i?>" type="text" id="notename<?php echo $i?>" style="width:300px" value="<?php echo $notename?>"></td>
<td width="90" align="center">节点标识:</td>
<td width="200"><input name="noteid<?php echo $i?>" type="text" id="noteid<?php echo $i?>" style="width:100px" value="<?php echo $noteid?>"></td>
</tr>
@@ -394,7 +394,7 @@ table{border-collapse:separate}
<td colspan="2">
<table width="600" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="310"><input name="notename<?php echo $i?>" type="text" id="notename<?php echo $i?>" style="width:300"></td>
<td width="310"><input name="notename<?php echo $i?>" type="text" id="notename<?php echo $i?>" style="width:300px"></td>
<td width="90" align="center">节点标识:</td>
<td width="200"><input name="noteid<?php echo $i?>" type="text" id="noteid<?php echo $i?>" style="width:100px"></td>
</tr>


+ 5
- 10
src/admin/templets/sys_info_mark.htm View File

@@ -13,8 +13,7 @@
<input type="hidden" name="action" value="save">
<input type="hidden" name="get_photo_markimg" value="<?php echo $photo_markimg?>">
<tr>
<td height="26" colspan="2" bgcolor="#FFFFFF" background="../static/web/img/tbg.gif" style="padding-left:10px">
系统配置变量 - 图片水印设置 </td>
<td height="26" colspan="2" bgcolor="#FFFFFF" background="../static/web/img/tbg.gif" style="padding-left:10px">系统配置变量 - 图片水印设置 </td>
</tr>
<tr bgcolor="#FFFFFF">
<td width="41%" height="26">上传的图片是否使用图片水印功能:<br> </td>
@@ -49,7 +48,6 @@
<?php if($photo_marktype == 1) echo 'checked'?>> png </label>
&nbsp;<label><input type="radio" name="get_photo_marktype" value="2"
<?php if($photo_marktype == 2) echo 'checked'?>> 文字 </label>

</td>
</tr>
<tr bgcolor="#FFFFFF">
@@ -60,7 +58,6 @@
<input name="get_photo_wheight" type=text id="get_photo_wheight" value="<?php echo $photo_wheight?>" size="5">
</td>
</tr>

<tr bgcolor="#FFFFFF">
<td height="26">水印图片文件名(如果不存在,则使用文字水印):</td>
<td><img src="../data/mark/<?php echo $photo_markimg; ?>" alt="dede"></td>
@@ -68,7 +65,7 @@
<tr bgcolor="#FFFFFF">
<td height="26">上传新图片:</td>
<td>
<input name="newimg" type="file" id="newimg" style="width:300">
<input name="newimg" type="file" id="newimg" style="width:300px">
<br>
<?php echo "支持的图片格式:gif png"; ?> </td>
</tr>
@@ -94,8 +91,7 @@
</tr>
<tr bgcolor="#FFFFFF">
<td height="26">设置 GIF 类型水印图片与原始图片的融合度,水印透明度(0—100,值越小越透明):</td>
<td><input name="get_photo_diaphaneity" type=text id="get_photo_diaphaneity"
value="<?php echo $photo_diaphaneity?>"></td>
<td><input name="get_photo_diaphaneity" type=text id="get_photo_diaphaneity" value="<?php echo $photo_diaphaneity?>"></td>
</tr>
<tr bgcolor="#FFFFFF">
<td height="26">水印位置:</td>
@@ -149,7 +145,6 @@
</table>
</td>
</tr>

<tr bgcolor="#f8f8f8">
<td height="36" colspan="2">
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="table table-borderless">
@@ -157,8 +152,8 @@
<td width="7%"></td>
<td width="93%" align="center">
<button type="submit" class="btn btn-success">确定</button>
 &nbsp;
<button type="reset" class="btn btn-success">重置</button> </td>
<button type="reset" class="btn btn-success">重置</button>
</td>
</tr>
</table>
</td>


Loading…
Cancel
Save