Browse Source

修正文字

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

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

@@ -170,7 +170,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 width="250">
<input name="source" type="text" id="source" value=""style="width:160px" >
<button name="selsource" type="button" id="selsource" class="btn btn-success btn-sm">选择</button>
@@ -188,7 +188,7 @@ table{border-collapse:separate}
<td height="26" colspan="4" class="bline">
<table width="600" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="90">&nbsp;图集主栏目:</td>
<td width="90">&nbsp;发布栏目:</td>
<td>
<span id='typeidct'>
<?php


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

@@ -167,7 +167,7 @@ table{border-collapse:separate}
<tr>
<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 width="250">
<input name="source" type="text" id="source" value="<?php echo $arcRow['source']?>" style="width:160px">
<button name="selsource" type="button" id="selsource" class="btn btn-success btn-sm">选择</button>
@@ -185,7 +185,7 @@ table{border-collapse:separate}
<td height="26" colspan="4" class="bline">
<table width="570" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="90">&nbsp;图集主栏目:</td>
<td width="90">&nbsp;发布栏目:</td>
<td>
<?php
$typeOptions = GetOptionList($arcRow['typeid'],$cuserLogin->getUserChannel(),$channelid);


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

@@ -150,7 +150,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 width="250">
<input name="source" type="text" id="source" style="width:160px" value="" size="16">
<button name="selsource" type="button" id="selsource" class="btn btn-success btn-sm">选择</button>
@@ -175,7 +175,7 @@ table{border-collapse:separate}
<td height="26" colspan="4" class="bline">
<table width="600" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="90">&nbsp;商品主栏目:</td>
<td width="90">&nbsp;发布栏目:</td>
<td>
<span id='typeidct'>
<?php


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

@@ -151,7 +151,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 width="250">
<input name="source" type="text" id="source" value="<?php echo $arcRow['source']?>" style="width:160px">
<button name="selsource" type="button" id="selsource" class="btn btn-success btn-sm">选择</button>
@@ -176,7 +176,7 @@ table{border-collapse:separate}
<td height="26" class="bline">
<table width="570" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="90">&nbsp;商品主栏目:</td>
<td width="90">&nbsp;发布栏目:</td>
<td>
<?php
$typeOptions = GetOptionList($arcRow['typeid'],$cuserLogin->getUserChannel(),$channelid);
@@ -200,7 +200,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>
<span id='typeid2ct'></span>
<input type='text' name='typeid2' id='typeid2' value='<?php echo ($arcRow['typeid2']=='0' ? '' : $arcRow['typeid2']); ?>' style='width:260px;' />


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

@@ -116,7 +116,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>
<span id='typeidct'>
<?php


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

@@ -139,7 +139,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>
<?php
$typeOptions = GetOptionList($addRow['typeid'],$cuserLogin->getUserChannel(),$channelid);


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

@@ -160,7 +160,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 width="250">
<input name="source" type="text" id="source" value="<?php echo $source; ?>" style="width:160px">
<button name="selsource" type="button" id="selsource" class="btn btn-success btn-sm">选择</button>
@@ -178,7 +178,7 @@ table{border-collapse:separate}
<td height="26" colspan="5" class="bline">
<table width="600" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="90">&nbsp;文章主栏目:</td>
<td width="90">&nbsp;发布栏目:</td>
<td>
<span id="typeidct">
<?php


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

@@ -161,7 +161,7 @@ table{border-collapse:separate}
<td height="26" colspan="2" class="bline">
<table width="800" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="90">&nbsp;文章来源:</td>
<td width="90">&nbsp;来源:</td>
<td width="250">
<input name="source" type="text" id="source" value="<?php echo $arcRow['source']?>" style="width:160px">
<button name="selsource" type="button" id="selsource" class="btn btn-success btn-sm">选择</button>
@@ -179,7 +179,7 @@ table{border-collapse:separate}
<td height="26" colspan="2" class="bline">
<table width="570" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="90">&nbsp;文章主栏目:</td>
<td width="90">&nbsp;发布栏目:</td>
<td>
<?php
$typeOptions = GetOptionList($arcRow['typeid'],$cuserLogin->getUserChannel(),$channelid);


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

@@ -162,7 +162,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 width="250">
<input name="source" type="text" id="source" style="width:160px">
<button name="selsource" type="button" id="selsource" class="btn btn-success btn-sm">选择</button>
@@ -180,7 +180,7 @@ table{border-collapse:separate}
<td height="26" class="bline">
<table width="600" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="90">&nbsp;软件主栏目:</td>
<td width="90">&nbsp;发布栏目:</td>
<td>
<span id='typeidct'>
<?php


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

@@ -162,7 +162,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 width="250">
<input name="source" type="text" id="source"value="<?php echo $arcRow['source']?>" style="width:160px">
<button name="selsource" type="button" id="selsource" class="btn btn-success btn-sm">选择</button>
@@ -180,7 +180,7 @@ table{border-collapse:separate}
<td height="26" colspan="4" class="bline">
<table width="570" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="90">&nbsp;软件主栏目:</td>
<td width="90">&nbsp;发布栏目:</td>
<td>
<?php
$typeOptions = GetOptionList($arcRow["typeid"],$cuserLogin->getUserChannel(),$channelid);


Loading…
Cancel
Save