Browse Source

布局修改

tags/6.1.8
xushubieli 2 years ago
parent
commit
d54ad88ca5
5 changed files with 16 additions and 16 deletions
  1. +4
    -4
      src/admin/templets/friendlink_add.htm
  2. +4
    -4
      src/admin/templets/friendlink_edit.htm
  3. +4
    -4
      src/admin/templets/module_edit.htm
  4. +2
    -2
      src/admin/templets/module_make.htm
  5. +2
    -2
      src/admin/templets/plus_edit.htm

+ 4
- 4
src/admin/templets/friendlink_add.htm View File

@@ -39,8 +39,8 @@ function CheckSubmit()
<input type="hidden" name="dopost" value="add">
<table width="80%" border="0" cellspacing="1" cellpadding="3" class="table table-borderless">
<tr>
<td width="19%" height="26">网址:</td>
<td width="81%">
<td width="20%" height="26">网址:</td>
<td width="80%">
<input name="url" type="text" id="url" value="http://" size="30" class='pubinputs' />
</td>
</tr>
@@ -51,8 +51,8 @@ function CheckSubmit()
</td>
</tr>
<tr>
<td width="19%" height="26">排列位置:</td>
<td width="81%">
<td width="20%" height="26">排列位置:</td>
<td width="80%">
<input name="sortrank" type="text" id="sortrank" value="1" size="10" class='pubinputs' style='width:60px' />
(由小到大排列)
</td>


+ 4
- 4
src/admin/templets/friendlink_edit.htm View File

@@ -20,14 +20,14 @@
<input type="hidden" name="dopost" value="saveedit">
<table width="80%" border="0" cellspacing="1" cellpadding="3" class="table table-borderless">
<tr>
<td width="19%" height="26">网址:</td>
<td width="81%">
<td width="20%" height="26">网址:</td>
<td width="80%">
<input name="url" type="text" id="url" value="<?php echo $myLink['url']?>" size="30" class='pubinputs' />
</td>
</tr>
<tr>
<td width="19%" height="26">排列位置:</td>
<td width="81%">
<td width="20%" height="26">排列位置:</td>
<td width="80%">
<input name="sortrank" type="text" id="sortrank" value="<?php echo $myLink['sortrank']?>" size="10" class='pubinputs' style="width:60px">
(由小到大排列)
</td>


+ 4
- 4
src/admin/templets/module_edit.htm View File

@@ -44,14 +44,14 @@ td{padding-left:8px}
<td height="26" colspan="2" background='../static/web/img/wbg.gif' style="padding-left:10px"><a href="module_main.php">模块管理</a> &gt; 模块修改</td>
</tr>
<tr>
<td width="19%" align="center" bgcolor="#ffffff">模块名称:</td>
<td width="81%" bgcolor="#ffffff">
<td width="20%" align="center" bgcolor="#ffffff">模块名称:</td>
<td width="80%" bgcolor="#ffffff">
<input name="modulname" type="text" id="modulname" style="width:180px" value="<?php echo $name; ?>" class='alltxt'/>
</td>
</tr>
<tr>
<td width="19%" align="center" bgcolor="#ffffff">开发者ID:</td>
<td width="81%" bgcolor="#ffffff">
<td width="20%" align="center" bgcolor="#ffffff">开发者ID:</td>
<td width="80%" bgcolor="#ffffff">
<input name="dev_id2" type="text" id="dev_id2" style="width:180px" value="<?php echo $dev_id; ?>" class='alltxt' disabled/> <a href="<?php echo $cfg_biz_dedebizUrl; ?>/developer" target="_blank" class="text-success">如何获取开发者ID</a>
</td>
</tr>


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

@@ -41,8 +41,8 @@
<td height="26" colspan="2" background="../static/web/img/tbg.gif" style="padding-left:10px"><a href="module_main.php">模块管理</a> &gt; 模块打包</td>
</tr>
<tr>
<td width="19%" align="center" bgcolor="#ffffff">模块名称:</td>
<td width="81%" bgcolor="#ffffff">
<td width="20%" align="center" bgcolor="#ffffff">模块名称:</td>
<td width="80%" bgcolor="#ffffff">
<input name="modulname" type="text" id="modulname" style="width:180px" class='alltxt' /> </td>
</tr>
<tr>


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

@@ -14,8 +14,8 @@
<td height="26" colspan="2" background="../static/web/img/tbg.gif" style="padding-left:10px"><a href="plus_main.php">插件管理</a> &gt; 修改插件</td>
</tr>
<tr>
<td width="19%" align="center" bgcolor="#ffffff">插件名称</td>
<td width="81%" bgcolor="#ffffff">
<td width="20%" align="center" bgcolor="#ffffff">插件名称</td>
<td width="80%" bgcolor="#ffffff">
<input type='text' name='plusname' style='width:180px' value='<?php echo $row['plusname']?>'>
</td>
</tr>


Loading…
Cancel
Save