瀏覽代碼

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']; ?>">
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="150" class='bline' height="26" align="center">是否支持投稿:</td>
<td width="160" class='bline' height="26" align="center">是否支持投稿:</td>
<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='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">
</head>
<body class="flinkpage">

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

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

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

</body>

</html>

Loading…
取消
儲存