Browse Source

修改遗漏

tags/6.1.8
xushubieli 2 years ago
parent
commit
e9f6a35cc5
8 changed files with 12 additions and 18 deletions
  1. +1
    -1
      src/admin/templets/album_add.htm
  2. +1
    -1
      src/admin/templets/album_edit.htm
  3. +1
    -1
      src/admin/templets/archives_add.htm
  4. +5
    -5
      src/admin/templets/archives_edit.htm
  5. +1
    -1
      src/admin/templets/article_add.htm
  6. +1
    -1
      src/admin/templets/article_edit.htm
  7. +1
    -4
      src/admin/templets/soft_add.htm
  8. +1
    -4
      src/admin/templets/soft_edit.htm

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

@@ -247,7 +247,7 @@ table{border-collapse:separate}
<td height="26" colspan="4" class="bline">
<table width="800" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="90">&nbsp;内容摘要:</td>
<td width="90">&nbsp;描述:</td>
<td><textarea name="description" id="description" style="width:360px;height:50px"></textarea></td>
</tr>
</table>


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

@@ -233,7 +233,7 @@ table{border-collapse:separate}
<td height="26" class="bline">
<table width="800" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="90">&nbsp;内容摘要:</td>
<td width="90">&nbsp;描述:</td>
<td><textarea name="description" id="description" style="width:360px;height:50px"><?php echo $arcRow['description']?></textarea></td>
</tr>
</table>


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

@@ -234,7 +234,7 @@ table{border-collapse:separate}
<td height="26" colspan="4" class="bline">
<table width="800" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="90">&nbsp;内容摘要:</td>
<td width="90">&nbsp;描述:</td>
<td><textarea name="description" id="description" style="width:360px;height:50px"></textarea></td>
</tr>
</table>


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

@@ -204,7 +204,7 @@ table{border-collapse:separate}
<td>
<span id='typeid2ct'></span>
<input type='text' name='typeid2' id='typeid2' value='<?php echo ($arcRow['typeid2']=='0' ? '' : $arcRow['typeid2']); ?>' style='width:260px;' />
<img src='../static/web/img/menusearch2.gif' onClick="ShowCatMap(event, this, <?php echo $channelid; ?>,'typeid2','<?php echo $arcRow['typeid2']; ?>')" title='选择副栏目' style='cursor:pointer'>
<img src='../static/web/img/menusearch2.gif' onClick="ShowCatMap(event,this,<?php echo $channelid; ?>,'typeid2','<?php echo $arcRow['typeid2']; ?>')" title='选择副栏目' style='cursor:pointer'>
</td>
</tr>
</table>
@@ -214,8 +214,8 @@ table{border-collapse:separate}
<td height="26" class="bline">
<table width="800" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="90" height="50">&nbsp;关键词:</td>
<td><input type="text" name="keywords" id="keywords" style="width:60%" value="<?php echo $arcRow["keywords"]?>"></td>
<td width="90">&nbsp;关键词:</td>
<td><input type="text" name="keywords" id="keywords" value="<?php echo $arcRow['keywords']?>" style="width:360px"></td>
</tr>
</table>
</td>
@@ -224,8 +224,8 @@ table{border-collapse:separate}
<td height="26" class="bline">
<table width="800" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="90" height="50">&nbsp;文档摘要:</td>
<td><textarea name="description" rows="3" id="description" style="width:60%"><?php echo $arcRow['description']?></textarea></td>
<td width="90">&nbsp;描述:</td>
<td><textarea name="description" id="description" style="width:360px;height:50px"><?php echo $arcRow['description']?></textarea></td>
</tr>
</table>
</td>


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

@@ -237,7 +237,7 @@ table{border-collapse:separate}
<td height="26" colspan="5" class="bline">
<table width="800" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="90">&nbsp;内容摘要:</td>
<td width="90">&nbsp;描述:</td>
<td><textarea name="description" id="description" style="width:360px;height:50px"><?php echo $description; ?></textarea></td>
</tr>
</table>


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

@@ -230,7 +230,7 @@ table{border-collapse:separate}
<td height="26" class="bline">
<table width="800" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="90">&nbsp;文章摘要:</td>
<td width="90">&nbsp;描述:</td>
<td><textarea name="description" id="description" style="width:360px;height:50px"><?php echo $arcRow['description']?></textarea></td>
</tr>
</table>


+ 1
- 4
src/admin/templets/soft_add.htm View File

@@ -239,7 +239,7 @@ table{border-collapse:separate}
<td height="26" colspan="4" class="bline">
<table width="800" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="90">&nbsp;内容摘要:</td>
<td width="90">&nbsp;描述:</td>
<td><textarea name="description" id="description" style="width:360px;height:50px"></textarea></td>
</tr>
</table>
@@ -432,9 +432,6 @@ table{border-collapse:separate}
</div>
</td>
</tr>
<tr>
<td height="26" bgcolor="#f8f8f8" class="bline2">&nbsp;软件详细介绍:</td>
</tr>
<tr>
<td height="26" class="bline">
<table width="800" border="0" cellspacing="0" cellpadding="0">


+ 1
- 4
src/admin/templets/soft_edit.htm View File

@@ -230,7 +230,7 @@ table{border-collapse:separate}
<td height="26" class="bline">
<table width="800" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="90">&nbsp;简要说明:</td>
<td width="90">&nbsp;描述:</td>
<td><textarea name="description" id="description" style="width:360px;height:50px"><?php echo $arcRow['description']?></textarea></td>
</tr>
</table>
@@ -384,9 +384,6 @@ table{border-collapse:separate}
</div>
</td>
</tr>
<tr>
<td height="26" colspan="4" bgcolor="#f8f8f8" class="bline2">&nbsp;软件详细介绍:</td>
</tr>
<tr>
<td height="26" colspan="4" bgcolor="#F1F5F2" class="bline">
<table width="800" border="0" cellspacing="0" cellpadding="0">


Loading…
Cancel
Save