浏览代码

btn列优化

tags/6.1.8
xushubieli 3 年前
父节点
当前提交
044f476d9a
共有 2 个文件被更改,包括 3 次插入12 次删除
  1. +1
    -1
      src/admin/catalog_edit.php
  2. +2
    -11
      src/theme/plus/recommend.htm

+ 1
- 1
src/admin/catalog_edit.php 查看文件

@@ -165,7 +165,7 @@ if ($dopost == 'time') {
<input type="hidden" name="moresite" value="<?php echo $myrow['moresite']; ?>"> <input type="hidden" name="moresite" value="<?php echo $myrow['moresite']; ?>">
<table width="100%" border="0" cellpadding="0" cellspacing="0"> <table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr> <tr>
<td width="150" class='bline' height="26" align="center">是否支持投稿:</td>
<td width="160" class='bline' height="26" align="center">是否支持投稿:</td>
<td class='bline'> <td class='bline'>
<label><input type='radio' name='issend' value='0' class='np' <?php if ($myrow['issend'] == "0") echo " checked='1' "; ?>>&nbsp;不支持</label> <label><input type='radio' name='issend' value='0' class='np' <?php if ($myrow['issend'] == "0") echo " checked='1' "; ?>>&nbsp;不支持</label>
<label><input type='radio' name='issend' value='1' class='np' <?php if ($myrow['issend'] == "1") echo " checked='1' "; ?>>&nbsp;支持</label> <label><input type='radio' name='issend' value='1' class='np' <?php if ($myrow['issend'] == "1") echo " checked='1' "; ?>>&nbsp;支持</label>


+ 2
- 11
src/theme/plus/recommend.htm 查看文件

@@ -9,13 +9,9 @@
<link rel="stylesheet" href="<?php echo $cfg_cmsurl; ?>/static/web/css/style.css"> <link rel="stylesheet" href="<?php echo $cfg_cmsurl; ?>/static/web/css/style.css">
</head> </head>
<body class="flinkpage"> <body class="flinkpage">

<?php include("plus_header.htm") ;?> <?php include("plus_header.htm") ;?>
<div class="container"> <div class="container">
<div class="sp-title mt-3">
推荐:<?php echo $title; ?>
</div>
<div class="sp-title mt-3">推荐:<?php echo $title; ?></div>
<div class="formbox"> <div class="formbox">
<form name="form1" method="post" action="recommend.php"> <form name="form1" method="post" action="recommend.php">
<input type="hidden" name="arcurl" value="<?php echo $arcurl; ?>"> <input type="hidden" name="arcurl" value="<?php echo $arcurl; ?>">
@@ -23,7 +19,7 @@
<input type="hidden" name="arcID" value="<?php echo $aid; ?>"> <input type="hidden" name="arcID" value="<?php echo $aid; ?>">
<table width="100%" border="0" class="table" cellspacing="2" cellpadding="1"> <table width="100%" border="0" class="table" cellspacing="2" cellpadding="1">
<tr> <tr>
<td height="30" align="right" width="150">您好友的Email:</td>
<td height="30" align="right" width="160">您好友的Email:</td>
<td height="30" align="left"><input name="email" type="text" class="form-control" id="email" value="@" /></td> <td height="30" align="left"><input name="email" type="text" class="form-control" id="email" value="@" /></td>
</tr> </tr>
<tr> <tr>
@@ -31,9 +27,7 @@
<td height="30" align="left"><textarea name="msg" cols="80" rows="16" id="msg" class="form-control"> <td height="30" align="left"><textarea name="msg" cols="80" rows="16" id="msg" class="form-control">
您好,我在 [<?php echo $cfg_webname; ?>] 发现了一个很好的东东: 您好,我在 [<?php echo $cfg_webname; ?>] 发现了一个很好的东东:
您不妨去看看吧 您不妨去看看吧

文档的名称是:<?php echo $title; ?> 文档的名称是:<?php echo $title; ?>

网址是:<?php $arcUrl = ($cfg_multi_site != 'Y' ? $cfg_basehost : '').$arcurl; echo $arcUrl;?> 网址是:<?php $arcUrl = ($cfg_multi_site != 'Y' ? $cfg_basehost : '').$arcurl; echo $arcUrl;?>
</textarea></td> </textarea></td>
</tr> </tr>
@@ -47,9 +41,6 @@
</form> </form>
</div> </div>
</div> </div>
<?php include("plus_footer.htm") ;?> <?php include("plus_footer.htm") ;?>

</body> </body>

</html> </html>

正在加载...
取消
保存