@@ -166,9 +166,7 @@ else if ($dopost == 'save') { | |||||
} | } | ||||
$imgurls = "{dede:pagestyle maxwidth='$maxwidth' pagepicnum='$pagepicnum' ddmaxwidth='$ddmaxwidth' row='$row' col='$col' value='$pagestyle'/}\r\n"; | $imgurls = "{dede:pagestyle maxwidth='$maxwidth' pagepicnum='$pagepicnum' ddmaxwidth='$ddmaxwidth' row='$row' col='$col' value='$pagestyle'/}\r\n"; | ||||
$hasone = false; | $hasone = false; | ||||
//---------------------------------------- | |||||
//检查旧的图片是否有更新,并保存 | //检查旧的图片是否有更新,并保存 | ||||
//----------------------------------------- | |||||
for ($i = 1; $i <= 120; $i++) { | for ($i = 1; $i <= 120; $i++) { | ||||
if (!isset(${'imgurl'.$i})) continue; | if (!isset(${'imgurl'.$i})) continue; | ||||
$info = ''; | $info = ''; | ||||
@@ -221,9 +219,7 @@ else if ($dopost == 'save') { | |||||
$imgurls .= "{dede:img ddimg='$ddurl' text='$iinfo' width='".$imginfos[0]."' height='".$imginfos[1]."'} $iurl {/dede:img}\r\n"; | $imgurls .= "{dede:img ddimg='$ddurl' text='$iinfo' width='".$imginfos[0]."' height='".$imginfos[1]."'} $iurl {/dede:img}\r\n"; | ||||
} | } | ||||
} | } | ||||
//---------------------------- | |||||
//从HTML中获取新图片 | //从HTML中获取新图片 | ||||
//---------------------------- | |||||
if ($formhtml == 1 && !empty($imagebody)) { | if ($formhtml == 1 && !empty($imagebody)) { | ||||
$imagebody = stripslashes($imagebody); | $imagebody = stripslashes($imagebody); | ||||
$imgurls .= GetCurContentAlbum($imagebody, $copysource, $litpicname); | $imgurls .= GetCurContentAlbum($imagebody, $copysource, $litpicname); | ||||
@@ -14,8 +14,6 @@ CheckPurview('sys_StringMix'); | |||||
if (empty($dopost)) $dopost = ''; | if (empty($dopost)) $dopost = ''; | ||||
$templates = empty($templates) ? '' : stripslashes($templates); | $templates = empty($templates) ? '' : stripslashes($templates); | ||||
$m_file = DEDEDATA.'/template.rand.php'; | $m_file = DEDEDATA.'/template.rand.php'; | ||||
//----------------------action | |||||
$okmsg = ''; | $okmsg = ''; | ||||
//保存配置 | //保存配置 | ||||
if ($dopost == 'save') { | if ($dopost == 'save') { | ||||
@@ -64,8 +62,6 @@ else if ($dopost == 'clearold') { | |||||
echo "全部清除操作成功"; | echo "全部清除操作成功"; | ||||
exit(); | exit(); | ||||
} | } | ||||
//-------------------------read | |||||
//读出 | //读出 | ||||
if (empty($templates) && filesize($m_file) > 0) { | if (empty($templates) && filesize($m_file) > 0) { | ||||
$fp = fopen($m_file, 'r'); | $fp = fopen($m_file, 'r'); | ||||
@@ -76,7 +72,7 @@ $wintitle = "随机模板防采集设置"; | |||||
$wecome_info = "随机模板防采集设置"; | $wecome_info = "随机模板防采集设置"; | ||||
make_hash(); | make_hash(); | ||||
$msg = " | $msg = " | ||||
<link href='css/base.css' rel='stylesheet' type='text/css' /> | |||||
<link rel='stylesheet' href='css/base.css' /> | |||||
<script language='javascript' src='js/main.js'></script> | <script language='javascript' src='js/main.js'></script> | ||||
<script language='javascript' src='../static/js/webajax.js'></script> | <script language='javascript' src='../static/js/webajax.js'></script> | ||||
<script language='javascript'> | <script language='javascript'> | ||||
@@ -109,7 +105,6 @@ function DoRand(jobname) | |||||
<td><textarea name='templates' id='templates' style='width:100%;height:250px'>$templates</textarea></td> | <td><textarea name='templates' id='templates' style='width:100%;height:250px'>$templates</textarea></td> | ||||
</tr> | </tr> | ||||
</table>"; | </table>"; | ||||
$win = new OxWindow(); | $win = new OxWindow(); | ||||
$win->Init('article_template_rand.php', 'js/blank.js', 'POST'); | $win->Init('article_template_rand.php', 'js/blank.js', 'POST'); | ||||
$win->AddHidden('dopost', 'save'); | $win->AddHidden('dopost', 'save'); | ||||
@@ -117,4 +112,4 @@ $win->AddHidden('token', $_SESSION['token']); | |||||
$win->AddTitle("本设置仅适用于系统默认的文章模型,设置后发布文章时会自动按指定的模板随机获取一个,如果不想使用此功能,把它设置为空即可"); | $win->AddTitle("本设置仅适用于系统默认的文章模型,设置后发布文章时会自动按指定的模板随机获取一个,如果不想使用此功能,把它设置为空即可"); | ||||
$win->AddMsgItem($msg); | $win->AddMsgItem($msg); | ||||
$winform = $win->GetWindow('ok'); | $winform = $win->GetWindow('ok'); | ||||
$win->Display(); | |||||
$win->Display(); |
@@ -42,36 +42,28 @@ $adminid = $cuserLogin->getUserID(); | |||||
$maintable = '#@__archives'; | $maintable = '#@__archives'; | ||||
setcookie('ENV_GOBACK_URL', $dedeNowurl, time() + 3600, '/'); | setcookie('ENV_GOBACK_URL', $dedeNowurl, time() + 3600, '/'); | ||||
$tl = new TypeLink($cid); | $tl = new TypeLink($cid); | ||||
//---------------------------------------- | |||||
//在不指定排序条件和关键字的情况下直接统计微表 | //在不指定排序条件和关键字的情况下直接统计微表 | ||||
//---------------------------------------- | |||||
if (empty($totalresult) && empty($keyword) && empty($orderby) && empty($flag)) { | if (empty($totalresult) && empty($keyword) && empty($orderby) && empty($flag)) { | ||||
$tinyQuerys = array(); | $tinyQuerys = array(); | ||||
if (!empty($userCatalogSql)) { | if (!empty($userCatalogSql)) { | ||||
$tinyQuerys[] = str_replace('arc.', '', $userCatalogSql); | $tinyQuerys[] = str_replace('arc.', '', $userCatalogSql); | ||||
} | } | ||||
if (!empty($channelid) && empty($cid)) { | if (!empty($channelid) && empty($cid)) { | ||||
$tinyQuerys[] = " channel = '$channelid' "; | $tinyQuerys[] = " channel = '$channelid' "; | ||||
} else { | } else { | ||||
$tinyQuerys[] = " channel>0 "; | $tinyQuerys[] = " channel>0 "; | ||||
} | } | ||||
if (!empty($arcrank)) { | if (!empty($arcrank)) { | ||||
$tinyQuerys[] = " arcrank='$arcrank' "; | $tinyQuerys[] = " arcrank='$arcrank' "; | ||||
} else { | } else { | ||||
$tinyQuerys[] = " arcrank > -2 "; | $tinyQuerys[] = " arcrank > -2 "; | ||||
} | } | ||||
if (!empty($mid)) { | if (!empty($mid)) { | ||||
$tinyQuerys[] = " mid='$mid' "; | $tinyQuerys[] = " mid='$mid' "; | ||||
} | } | ||||
if (!empty($cid)) { | if (!empty($cid)) { | ||||
$tinyQuerys[] = " typeid in(".GetSonIds($cid).") "; | $tinyQuerys[] = " typeid in(".GetSonIds($cid).") "; | ||||
} | } | ||||
if (count($tinyQuerys) > 0) { | if (count($tinyQuerys) > 0) { | ||||
$tinyQuery = "WHERE ".join(' AND ', $tinyQuerys); | $tinyQuery = "WHERE ".join(' AND ', $tinyQuerys); | ||||
} | } | ||||
@@ -622,7 +622,7 @@ args = { | |||||
// 这里用到了一个展开语法 | // 这里用到了一个展开语法 | ||||
// https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Reference/Operators/Spread_syntax | // https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Reference/Operators/Spread_syntax | ||||
function ShowMsg(content, ...args) { | function ShowMsg(content, ...args) { | ||||
title = "DedeBIZ信息提示"; | |||||
title = "系统提示"; | |||||
if (typeof content == "undefined") content = ""; | if (typeof content == "undefined") content = ""; | ||||
modalID = guid(); | modalID = guid(); | ||||
var footer = `<button type="button" class="btn btn-primary" onClick="CloseModal(\'GKModal${modalID}\')">Ok</button>`; | var footer = `<button type="button" class="btn btn-primary" onClick="CloseModal(\'GKModal${modalID}\')">Ok</button>`; | ||||
@@ -140,9 +140,7 @@ function tb_show(caption, url, refParent) | |||||
$("#TB_load").remove(); | $("#TB_load").remove(); | ||||
$("#TB_window").css({display:"block"}); | $("#TB_window").css({display:"block"}); | ||||
} | } | ||||
} | |||||
else | |||||
{ | |||||
} else { | |||||
$("#TB_ajaxContent").load(url += "&random=" + (new Date().getTime()),function(){//to do a post change this load method | $("#TB_ajaxContent").load(url += "&random=" + (new Date().getTime()),function(){//to do a post change this load method | ||||
tb_position(); | tb_position(); | ||||
$("#TB_load").remove(); | $("#TB_load").remove(); | ||||
@@ -339,7 +339,6 @@ EOT; | |||||
mda_set_setting('channel_secret', $channel_secret); | mda_set_setting('channel_secret', $channel_secret); | ||||
} | } | ||||
} | } | ||||
//------------------------------------------------------------------------ | |||||
/*-------------------------------- | /*-------------------------------- | ||||
function __index(){ } | function __index(){ } | ||||
-------------------------------*/ | -------------------------------*/ | ||||
@@ -13,7 +13,6 @@ require_once(DEDEINC."/datalistcp.class.php"); | |||||
require_once(DEDEINC."/common.func.php"); | require_once(DEDEINC."/common.func.php"); | ||||
setcookie("ENV_GOBACK_URL", $dedeNowurl, time() + 3600, "/"); | setcookie("ENV_GOBACK_URL", $dedeNowurl, time() + 3600, "/"); | ||||
if (empty($dopost)) $dopost = ''; | if (empty($dopost)) $dopost = ''; | ||||
//文件式管理器 | //文件式管理器 | ||||
if ($dopost == 'filemanager') { | if ($dopost == 'filemanager') { | ||||
if (file_exists('./file_manage_main.php')) { | if (file_exists('./file_manage_main.php')) { | ||||
@@ -23,9 +22,7 @@ if ($dopost == 'filemanager') { | |||||
} | } | ||||
exit(); | exit(); | ||||
} | } | ||||
//数据库管理 | //数据库管理 | ||||
//------------------------------------------------------------------------ | |||||
if (empty($keyword)) $keyword = ""; | if (empty($keyword)) $keyword = ""; | ||||
$addsql = " WHERE (u.title LIKE '%$keyword%' OR u.url LIKE '%$keyword%') "; | $addsql = " WHERE (u.title LIKE '%$keyword%' OR u.url LIKE '%$keyword%') "; | ||||
if (empty($membertype)) { | if (empty($membertype)) { | ||||
@@ -43,8 +40,7 @@ if (empty($mediatype)) { | |||||
if ($mediatype > 1) { | if ($mediatype > 1) { | ||||
$addsql .= " AND u.mediatype='$membertype' "; | $addsql .= " AND u.mediatype='$membertype' "; | ||||
} | } | ||||
$sql = "SELECT u.aid,u.title,u.url,u.mediatype,u.filesize,u.mid,u.uptime | |||||
,a.userid AS adminname,m.userid AS membername | |||||
$sql = "SELECT u.aid,u.title,u.url,u.mediatype,u.filesize,u.mid,u.uptime,a.userid AS adminname,m.userid AS membername | |||||
FROM #@__uploads u | FROM #@__uploads u | ||||
LEFT JOIN #@__admin a ON a.id = u.mid | LEFT JOIN #@__admin a ON a.id = u.mid | ||||
LEFT JOIN #@__member m ON m.mid = u.mid | LEFT JOIN #@__member m ON m.mid = u.mid | ||||
@@ -57,7 +53,6 @@ $dlist->SetParameter("membertype", $membertype); | |||||
$dlist->SetTemplate(DEDEADMIN."/templets/media_main.htm"); | $dlist->SetTemplate(DEDEADMIN."/templets/media_main.htm"); | ||||
$dlist->SetSource($sql); | $dlist->SetSource($sql); | ||||
$dlist->Display(); | $dlist->Display(); | ||||
function MediaType($tid, $nurl) | function MediaType($tid, $nurl) | ||||
{ | { | ||||
if ($tid == 1) { | if ($tid == 1) { | ||||
@@ -70,15 +65,13 @@ function MediaType($tid, $nurl) | |||||
return "附件/其它"; | return "附件/其它"; | ||||
} | } | ||||
} | } | ||||
function GetFileSize($fs) | function GetFileSize($fs) | ||||
{ | { | ||||
$fs = $fs / 1024; | $fs = $fs / 1024; | ||||
return trim(sprintf("%10.1f", $fs)." K"); | return trim(sprintf("%10.1f", $fs)." K"); | ||||
} | } | ||||
function UploadAdmin($adminid, $mid) | function UploadAdmin($adminid, $mid) | ||||
{ | { | ||||
if ($adminid != '') return $adminid; | if ($adminid != '') return $adminid; | ||||
else return $mid; | else return $mid; | ||||
} | |||||
} |
@@ -86,7 +86,7 @@ function TestSafe($tdir) | |||||
//检测 | //检测 | ||||
if ($action == 'test') { | if ($action == 'test') { | ||||
$message = '<link rel="stylesheet" href="../static/css/bootstrap.min.css"><link href="../static/font-awesome/css/font-awesome.min.css" rel="stylesheet">'; | |||||
$message = '<link rel="stylesheet" href="../static/css/bootstrap.min.css"><link rel="stylesheet" href="../static/font-awesome/css/font-awesome.min.css">'; | |||||
AjaxHead(); | AjaxHead(); | ||||
TestSafe(DEDEROOT); | TestSafe(DEDEROOT); | ||||
@@ -4,8 +4,8 @@ | |||||
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>"> | <meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>"> | ||||
<title>操作搜索</title> | <title>操作搜索</title> | ||||
<link rel="stylesheet" href="../static/css/bootstrap.min.css"> | <link rel="stylesheet" href="../static/css/bootstrap.min.css"> | ||||
<link href="../static/font-awesome/css/font-awesome.min.css" rel="stylesheet"> | |||||
<link href="css/base.css" rel="stylesheet" type="text/css"> | |||||
<link rel="stylesheet" href="../static/font-awesome/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="css/base.css"> | |||||
</head> | </head> | ||||
<body background="images/allbg.gif" leftmargin="8" topmargin="8"> | <body background="images/allbg.gif" leftmargin="8" topmargin="8"> | ||||
<table width="98%" border="0" align="center" cellpadding="3" cellspacing="1" bgcolor="#D6D6D6" class="table maintable table-bordered mt-3"> | <table width="98%" border="0" align="center" cellpadding="3" cellspacing="1" bgcolor="#D6D6D6" class="table maintable table-bordered mt-3"> | ||||
@@ -4,8 +4,8 @@ | |||||
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>"> | <meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>"> | ||||
<title>增加广告</title> | <title>增加广告</title> | ||||
<link rel="stylesheet" href="../static/css/bootstrap.min.css"> | <link rel="stylesheet" href="../static/css/bootstrap.min.css"> | ||||
<link href="../static/font-awesome/css/font-awesome.min.css" rel="stylesheet"> | |||||
<link href="css/base.css" rel="stylesheet" type="text/css"> | |||||
<link rel="stylesheet" href="../static/font-awesome/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="css/base.css"> | |||||
<link href="../static/css/daterangepicker.css" rel="stylesheet"> | <link href="../static/css/daterangepicker.css" rel="stylesheet"> | ||||
<script src="../static/js/jquery.js" language="javascript" type="text/javascript"></script> | <script src="../static/js/jquery.js" language="javascript" type="text/javascript"></script> | ||||
<script type="text/javascript" src="../static/js/moment.min.js"></script> | <script type="text/javascript" src="../static/js/moment.min.js"></script> | ||||
@@ -82,8 +82,8 @@ | |||||
<tr> | <tr> | ||||
<td height="200" bgcolor="#FFFFFF" valign="top"> | <td height="200" bgcolor="#FFFFFF" valign="top"> | ||||
<table width="100%" border="0" cellspacing="4" cellpadding="4" class="table table-borderless"> | <table width="100%" border="0" cellspacing="4" cellpadding="4" class="table table-borderless"> | ||||
<input name="normbody[style]" type="hidden" value="code" id="adstyle" /> | |||||
<input type="hidden" name="_csrf_token" value="<?php echo $GLOBALS['csrf_token'];?>" /> | |||||
<input name="normbody[style]" type="hidden" value="code" id="adstyle"> | |||||
<input type="hidden" name="_csrf_token" value="<?php echo $GLOBALS['csrf_token'];?>"> | |||||
<input type='hidden' name='dopost' value='save'> | <input type='hidden' name='dopost' value='save'> | ||||
<tr> | <tr> | ||||
<td height="26" colspan="3">广告代码的调用方法:{dede:myad name='广告位标识'/} </td> | <td height="26" colspan="3">广告代码的调用方法:{dede:myad name='广告位标识'/} </td> | ||||
@@ -119,16 +119,15 @@ | |||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
<td height="26" align="center">时间限制:</td> | <td height="26" align="center">时间限制:</td> | ||||
<td colspan="2"><input name="timeset" type="radio" class="np" value="0" checked='1' id="notimelimit" /> | |||||
<td colspan="2"><input name="timeset" type="radio" class="np" value="0" checked='1' id="notimelimit"> | |||||
<label for="notimelimit">永不过期</label> | <label for="notimelimit">永不过期</label> | ||||
<input type="radio" name="timeset" class="np" value="1" id="timelimit" /> | |||||
<input type="radio" name="timeset" class="np" value="1" id="timelimit"> | |||||
<label for="timelimit">在设内时间内有效</label></td> | <label for="timelimit">在设内时间内有效</label></td> | ||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
<td height="26" align="center">投放时间:</td> | <td height="26" align="center">投放时间:</td> | ||||
<td colspan="2">从 | <td colspan="2">从 | ||||
<input name="starttime" type="text" id="starttime" value="<?php echo $startDay?>" | |||||
class='iptxt datepicker' /> | |||||
<input name="starttime" type="text" id="starttime" value="<?php echo $startDay?>" class='iptxt datepicker' /> | |||||
到 | 到 | ||||
<input name="endtime" type="text" id="endtime" value="<?php echo $endDay?>" class='iptxt datepicker' /> | <input name="endtime" type="text" id="endtime" value="<?php echo $endDay?>" class='iptxt datepicker' /> | ||||
</td> | </td> | ||||
@@ -263,5 +262,4 @@ | |||||
})(jQuery); | })(jQuery); | ||||
</script> | </script> | ||||
</body> | </body> | ||||
</html> | </html> |
@@ -4,8 +4,8 @@ | |||||
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>"> | <meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>"> | ||||
<title>修改广告</title> | <title>修改广告</title> | ||||
<link rel="stylesheet" href="../static/css/bootstrap.min.css"> | <link rel="stylesheet" href="../static/css/bootstrap.min.css"> | ||||
<link href="../static/font-awesome/css/font-awesome.min.css" rel="stylesheet"> | |||||
<link href="css/base.css" rel="stylesheet" type="text/css"> | |||||
<link rel="stylesheet" href="../static/font-awesome/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="css/base.css"> | |||||
<link href="../static/css/daterangepicker.css" rel="stylesheet"> | <link href="../static/css/daterangepicker.css" rel="stylesheet"> | ||||
<script src="../static/js/jquery.js" language="javascript" type="text/javascript"></script> | <script src="../static/js/jquery.js" language="javascript" type="text/javascript"></script> | ||||
<script type="text/javascript" src="../static/js/moment.min.js"></script> | <script type="text/javascript" src="../static/js/moment.min.js"></script> | ||||
@@ -54,7 +54,7 @@ | |||||
<form action="ad_edit.php" method="post" enctype="multipart/form-data" name="form1"> | <form action="ad_edit.php" method="post" enctype="multipart/form-data" name="form1"> | ||||
<input type='hidden' name='aid' value='<?php echo $aid?>'> | <input type='hidden' name='aid' value='<?php echo $aid?>'> | ||||
<input type='hidden' name='dopost' value='saveedit'> | <input type='hidden' name='dopost' value='saveedit'> | ||||
<input type="hidden" name="_csrf_token" value="<?php echo $GLOBALS['csrf_token'];?>" /> | |||||
<input type="hidden" name="_csrf_token" value="<?php echo $GLOBALS['csrf_token'];?>"> | |||||
<tr> | <tr> | ||||
<td height="26" align="center">广告位标识:</td> | <td height="26" align="center">广告位标识:</td> | ||||
<td colspan="2"><?php echo $row['tagname']; ?></td> | <td colspan="2"><?php echo $row['tagname']; ?></td> | ||||
@@ -63,9 +63,7 @@ | |||||
<td height="26" align="center">广告分类:</td> | <td height="26" align="center">广告分类:</td> | ||||
<td colspan="2"><select name='clsid' style='width:150' id="clsid"> | <td colspan="2"><select name='clsid' style='width:150' id="clsid"> | ||||
<option value='0'>默认分类</option> | <option value='0'>默认分类</option> | ||||
<?php echo $option;?> | <?php echo $option;?> | ||||
</select></td> | </select></td> | ||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
@@ -83,8 +81,7 @@ | |||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
<td height="26" align="center">广告位名称:</td> | <td height="26" align="center">广告位名称:</td> | ||||
<td colspan="2"><input name="adname" type="text" id="adname" size="30" value="<?php echo $row['adname']?>" | |||||
class='iptxt' /></td> | |||||
<td colspan="2"><input name="adname" type="text" id="adname" size="30" value="<?php echo $row['adname']?>" class='iptxt' /></td> | |||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
<td height="26" align="center">时间限制:</td> | <td height="26" align="center">时间限制:</td> | ||||
@@ -99,11 +96,9 @@ | |||||
<tr> | <tr> | ||||
<td height="26" align="center">投放时间:</td> | <td height="26" align="center">投放时间:</td> | ||||
<td colspan="2">从 | <td colspan="2">从 | ||||
<input name="starttime" type="text" id="starttime" value="<?php echo GetDateTimeMk($row['starttime'])?>" | |||||
class='iptxt datepicker' /> | |||||
<input name="starttime" type="text" id="starttime" value="<?php echo GetDateTimeMk($row['starttime'])?>" class='iptxt datepicker' /> | |||||
到 | 到 | ||||
<input name="endtime" type="text" id="endtime" value="<?php echo GetDateTimeMk($row['endtime'])?>" | |||||
class='iptxt datepicker' /></td> | |||||
<input name="endtime" type="text" id="endtime" value="<?php echo GetDateTimeMk($row['endtime'])?>" class='iptxt datepicker' /></td> | |||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
<td height="80" align="center">正常显示内容:</td> | <td height="80" align="center">正常显示内容:</td> | ||||
@@ -126,5 +121,4 @@ | |||||
</tr> | </tr> | ||||
</table> | </table> | ||||
</body> | </body> | ||||
</html> | </html> |
@@ -5,8 +5,8 @@ | |||||
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>"> | <meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>"> | ||||
<title>广告管理</title> | <title>广告管理</title> | ||||
<link rel="stylesheet" href="../static/css/bootstrap.min.css"> | <link rel="stylesheet" href="../static/css/bootstrap.min.css"> | ||||
<link href="../static/font-awesome/css/font-awesome.min.css" rel="stylesheet"> | |||||
<link href="css/base.css" rel="stylesheet" type="text/css"> | |||||
<link rel="stylesheet" href="../static/font-awesome/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="css/base.css"> | |||||
</head> | </head> | ||||
<body background="images/allbg.gif" leftmargin="8" topmargin='8'> | <body background="images/allbg.gif" leftmargin="8" topmargin='8'> | ||||
<table width="98%" border="0" align="center" cellpadding="3" cellspacing="1" bgcolor="#D6D6D6" class="table maintable table-bordered mt-3"> | <table width="98%" border="0" align="center" cellpadding="3" cellspacing="1" bgcolor="#D6D6D6" class="table maintable table-bordered mt-3"> | ||||
@@ -79,5 +79,4 @@ | |||||
</tr> | </tr> | ||||
</table> | </table> | ||||
</body> | </body> | ||||
</html> | </html> |
@@ -3,7 +3,7 @@ | |||||
<head> | <head> | ||||
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>"> | <meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>"> | ||||
<title>广告分类管理</title> | <title>广告分类管理</title> | ||||
<link href="css/base.css" rel="stylesheet" type="text/css" /> | |||||
<link rel="stylesheet" href="css/base.css"> | |||||
</head> | </head> | ||||
<body background="images/allbg.gif" leftmargin="8" topmargin='8'> | <body background="images/allbg.gif" leftmargin="8" topmargin='8'> | ||||
<table width="98%" border="0" align="center" cellpadding="3" cellspacing="1" bgcolor="#D6D6D6"> | <table width="98%" border="0" align="center" cellpadding="3" cellspacing="1" bgcolor="#D6D6D6"> | ||||
@@ -26,7 +26,7 @@ | |||||
?> | ?> | ||||
<tr align="center" bgcolor="#FFFFFF"> | <tr align="center" bgcolor="#FFFFFF"> | ||||
<td height="26" valign="top"> <input type="hidden" name="ID_<?php echo $k?>" value="<?php echo $row->id?>"/><?php echo $row->id; ?></td> | <td height="26" valign="top"> <input type="hidden" name="ID_<?php echo $k?>" value="<?php echo $row->id?>"/><?php echo $row->id; ?></td> | ||||
<td height="26" valign="top"><input name="pname_<?php echo $k?>" value="<?php echo $row->typename?>" type="text" id="pname_<?php echo $k?>" class='pubinputs' style="width:90%" /></td> | |||||
<td height="26" valign="top"><input name="pname_<?php echo $k?>" value="<?php echo $row->typename?>" type="text" id="pname_<?php echo $k?>" class='pubinputs' style="width:90%"></td> | |||||
<td><input name="check_<?php echo $k?>" type="checkbox" id="check_<?php echo $k?>" value="1" checked='1' class='np' /> | <td><input name="check_<?php echo $k?>" type="checkbox" id="check_<?php echo $k?>" value="1" checked='1' class='np' /> | ||||
保留 </td> | 保留 </td> | ||||
</tr> | </tr> | ||||
@@ -38,12 +38,12 @@ | |||||
<td height="26" colspan="5" valign="top" bgcolor="#F9FCEF"><strong>新增一个广告类型:</strong></td> | <td height="26" colspan="5" valign="top" bgcolor="#F9FCEF"><strong>新增一个广告类型:</strong></td> | ||||
</tr> | </tr> | ||||
<tr height="26" align="center" bgcolor="#FFFFFF"> | <tr height="26" align="center" bgcolor="#FFFFFF"> | ||||
<td colspan="2" valign="top"><input name="pname_new" type="text" id="pname_new" class='pubinputs' style="width:90%" /></td> | |||||
<td colspan="2" valign="top"><input name="pname_new" type="text" id="pname_new" class='pubinputs' style="width:90%"></td> | |||||
<td align="center" bgcolor="#FFFFFF"><input name="check_new" type="checkbox" id="check_new" value="1" checked='1' class='np' /> | <td align="center" bgcolor="#FFFFFF"><input name="check_new" type="checkbox" id="check_new" value="1" checked='1' class='np' /> | ||||
新增 </td> | 新增 </td> | ||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
<td height="30" colspan="5" align="center" bgcolor="#F9FCEF"><input name="imageField" type="submit" class="np coolbg" value="确定" /></td> | |||||
<td height="30" colspan="5" align="center" bgcolor="#F9FCEF"><input name="imageField" type="submit" class="np coolbg" value="确定"></td> | |||||
</tr> | </tr> | ||||
</form> | </form> | ||||
</table> | </table> | ||||
@@ -4,9 +4,9 @@ | |||||
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>"> | <meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>"> | ||||
<title>增加图片集</title> | <title>增加图片集</title> | ||||
<link rel="stylesheet" href="../static/css/bootstrap.min.css"> | <link rel="stylesheet" href="../static/css/bootstrap.min.css"> | ||||
<link href="../static/font-awesome/css/font-awesome.min.css" rel="stylesheet"> | |||||
<link href="css/base.css" rel="stylesheet" type="text/css"> | |||||
<link href="css/albumupload.css" rel="stylesheet" type="text/css" /> | |||||
<link rel="stylesheet" href="../static/font-awesome/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="css/base.css"> | |||||
<link href="css/albumupload.css" rel="stylesheet"> | |||||
<script language="javascript" src="../static/js/jquery.js"></script> | <script language="javascript" src="../static/js/jquery.js"></script> | ||||
<script src="../static/js/bootstrap.bundle.js"></script> | <script src="../static/js/bootstrap.bundle.js"></script> | ||||
<script type="text/javascript" src="../static/js/webajax.js"></script> | <script type="text/javascript" src="../static/js/webajax.js"></script> | ||||
@@ -56,11 +56,11 @@ table{border-collapse:separate} | |||||
<body topmargin="8" background="images/allbg.gif"> | <body topmargin="8" background="images/allbg.gif"> | ||||
<form name="form1" action="album_add.php" enctype="multipart/form-data" method="post" | <form name="form1" action="album_add.php" enctype="multipart/form-data" method="post" | ||||
onSubmit="return checkSubmitAlb();"> | onSubmit="return checkSubmitAlb();"> | ||||
<input type="hidden" name="channelid" value="<?php echo $channelid?>" /> | |||||
<input type="hidden" name="cid" value="<?php echo $cid; ?>" /> | |||||
<input type="hidden" name="imagebody" value="" /> | |||||
<input type="hidden" name="dopost" value="save" /> | |||||
<input name="maxwidth" type="hidden" id="maxwidth" size="10" value="<?php echo $cfg_album_width; ?>" /> | |||||
<input type="hidden" name="channelid" value="<?php echo $channelid?>"> | |||||
<input type="hidden" name="cid" value="<?php echo $cid; ?>"> | |||||
<input type="hidden" name="imagebody" value=""> | |||||
<input type="hidden" name="dopost" value="save"> | |||||
<input name="maxwidth" type="hidden" id="maxwidth" size="10" value="<?php echo $cfg_album_width; ?>"> | |||||
<input type="hidden" id="litpic_b64" name="litpic_b64" value=""> | <input type="hidden" id="litpic_b64" name="litpic_b64" value=""> | ||||
<input type="hidden" id="albums" name="albums" value=""> | <input type="hidden" id="albums" name="albums" value=""> | ||||
<table width="98%" border="0" align="center" cellpadding="0" cellspacing="0" class="mt-3"> | <table width="98%" border="0" align="center" cellpadding="0" cellspacing="0" class="mt-3"> | ||||
@@ -134,7 +134,7 @@ table{border-collapse:separate} | |||||
<tr> | <tr> | ||||
<td width="90"> 跳转网址:</td> | <td width="90"> 跳转网址:</td> | ||||
<td> | <td> | ||||
<input name="redirecturl" type="text" id="redirecturl" style="width:300px" value="" /> | |||||
<input name="redirecturl" type="text" id="redirecturl" style="width:300px" value=""> | |||||
</td> | </td> | ||||
</tr> | </tr> | ||||
</table> | </table> | ||||
@@ -145,9 +145,9 @@ table{border-collapse:separate} | |||||
<table width="800" border="0" cellspacing="0" cellpadding="0"> | <table width="800" border="0" cellspacing="0" cellpadding="0"> | ||||
<tr> | <tr> | ||||
<td width="90"> Tag标签:</td> | <td width="90"> Tag标签:</td> | ||||
<td><input name="tags" type="text" id="tags" value="" style="width:300px" />(','号分开,单个标签小于12字节)</td> | |||||
<td><input name="tags" type="text" id="tags" value="" style="width:300px">(','号分开,单个标签小于12字节)</td> | |||||
<td width="50">权重:</td> | <td width="50">权重:</td> | ||||
<td><input name="weight" type="text" id="weight" style="width:50px" value="<?php echo $maxWright['cc'];?>" />(越小越靠前)</td> | |||||
<td><input name="weight" type="text" id="weight" style="width:50px" value="<?php echo $maxWright['cc'];?>">(越小越靠前)</td> | |||||
</tr> | </tr> | ||||
</table> | </table> | ||||
</td> | </td> | ||||
@@ -161,7 +161,7 @@ table{border-collapse:separate} | |||||
<table width="100%" border="0" cellspacing="1" cellpadding="1"> | <table width="100%" border="0" cellspacing="1" cellpadding="1"> | ||||
<tr> | <tr> | ||||
<td height="26"> | <td height="26"> | ||||
<input name="picname" type="text" id="picname" style="width:240px" /> | |||||
<input name="picname" type="text" id="picname" style="width:240px"> | |||||
<label><input type='checkbox' class='np' name='ddisremote' value='1' id='ddisremote' /> 远程</label> | <label><input type='checkbox' class='np' name='ddisremote' value='1' id='ddisremote' /> 远程</label> | ||||
<span class="btn btn-success btn-sm fileinput-button">上传图片<input type="file" name="files[]" id="iptAddImages"></span> | <span class="btn btn-success btn-sm fileinput-button">上传图片<input type="file" name="files[]" id="iptAddImages"></span> | ||||
<button type="button" name="Submit2" onClick="SelectImage('form1.picname','small');" class="btn btn-success btn-sm">选择图片</button> | <button type="button" name="Submit2" onClick="SelectImage('form1.picname','small');" class="btn btn-success btn-sm">选择图片</button> | ||||
@@ -275,10 +275,10 @@ table{border-collapse:separate} | |||||
<tr> | <tr> | ||||
<td width="90"> <b>上传方式:</b></td> | <td width="90"> <b>上传方式:</b></td> | ||||
<td> | <td> | ||||
<input name="isrm" class="np" type="hidden" id="isrm" value="1" /> | |||||
<input name="isrm" class="np" type="hidden" id="isrm" value="1"> | |||||
<label><input name="byhand" class="np" type="checkbox" id="byhand" value="1" disabled="ture" checked /> | <label><input name="byhand" class="np" type="checkbox" id="byhand" value="1" disabled="ture" checked /> | ||||
手工上传</label> | 手工上传</label> | ||||
<label><input name="formzip" class="np" type="checkbox" id="formzip" value="1" onClick="showZipField(this,'zipff','htmlfield');" /> | |||||
<label><input name="formzip" class="np" type="checkbox" id="formzip" value="1" onClick="showZipField(this,'zipff','htmlfield')"> | |||||
从ZIP压缩包中解压图片</label> | 从ZIP压缩包中解压图片</label> | ||||
</td> | </td> | ||||
</tr> | </tr> | ||||
@@ -292,7 +292,7 @@ table{border-collapse:separate} | |||||
<td width="100"> 压缩包文件:</td> | <td width="100"> 压缩包文件:</td> | ||||
<td><input type='text' name='zipfile' id='zipfile' style='width:300px'> | <td><input type='text' name='zipfile' id='zipfile' style='width:300px'> | ||||
<button name='addon_bt' type='button' onClick="SelectSoft('form1.zipfile')" class="btn btn-success btn-sm">浏览</button> | <button name='addon_bt' type='button' onClick="SelectSoft('form1.zipfile')" class="btn btn-success btn-sm">浏览</button> | ||||
<label><input name="delzip" type="checkbox" id="delzip" value="1" checked="checked" /> | |||||
<label><input name="delzip" type="checkbox" id="delzip" value="1" checked="checked"> | |||||
处理后删除压缩文件</label></td> | 处理后删除压缩文件</label></td> | ||||
</tr> | </tr> | ||||
</table> | </table> | ||||
@@ -454,7 +454,7 @@ table{border-collapse:separate} | |||||
<table width="800" border="0" cellspacing="0" cellpadding="0"> | <table width="800" border="0" cellspacing="0" cellpadding="0"> | ||||
<tr> | <tr> | ||||
<td width="90"> 关键字:</td> | <td width="90"> 关键字:</td> | ||||
<td colspan="2"><input type='text' name="keywords" id="keywords" style="width:290px;" value="" /> <button type="button" name="Submit" onClick="SelectKeywords('form1.keywords');" class="btn btn-success btn-sm">浏览</button></td> | |||||
<td colspan="2"><input type='text' name="keywords" id="keywords" style="width:290px;" value=""> <button type="button" name="Submit" onClick="SelectKeywords('form1.keywords');" class="btn btn-success btn-sm">浏览</button></td> | |||||
</tr> | </tr> | ||||
</table> | </table> | ||||
</td> | </td> | ||||
@@ -475,7 +475,7 @@ table{border-collapse:separate} | |||||
<table width="800" border="0" cellspacing="0" cellpadding="0"> | <table width="800" border="0" cellspacing="0" cellpadding="0"> | ||||
<tr> | <tr> | ||||
<td width="120"> 自定义文件名:</td> | <td width="120"> 自定义文件名:</td> | ||||
<td width="450"><input type="text" name="filename" id="filename" />(不包括后缀名如.html等)</td> | |||||
<td width="450"><input type="text" name="filename" id="filename">(不包括后缀名如.html等)</td> | |||||
<td width="260"> </td> | <td width="260"> </td> | ||||
</tr> | </tr> | ||||
</table> | </table> | ||||
@@ -4,9 +4,9 @@ | |||||
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>"> | <meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>"> | ||||
<title>修改图片集</title> | <title>修改图片集</title> | ||||
<link rel="stylesheet" href="../static/css/bootstrap.min.css"> | <link rel="stylesheet" href="../static/css/bootstrap.min.css"> | ||||
<link href="../static/font-awesome/css/font-awesome.min.css" rel="stylesheet"> | |||||
<link href="css/base.css" rel="stylesheet" type="text/css"> | |||||
<link href="css/albumupload.css" rel="stylesheet" type="text/css" /> | |||||
<link rel="stylesheet" href="../static/font-awesome/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="css/base.css"> | |||||
<link href="css/albumupload.css" rel="stylesheet"> | |||||
<script language="javascript" src="../static/js/jquery.js"></script> | <script language="javascript" src="../static/js/jquery.js"></script> | ||||
<script type="text/javascript" src="../static/js/webajax.js"></script> | <script type="text/javascript" src="../static/js/webajax.js"></script> | ||||
<link href="../static/css/daterangepicker.css" rel="stylesheet"> | <link href="../static/css/daterangepicker.css" rel="stylesheet"> | ||||
@@ -56,10 +56,10 @@ table{border-collapse:separate} | |||||
</head> | </head> | ||||
<body topmargin="8"> | <body topmargin="8"> | ||||
<form name="form1" action="album_edit.php" enctype="multipart/form-data" method="post" onSubmit="return checkSubmitAlb();"> | <form name="form1" action="album_edit.php" enctype="multipart/form-data" method="post" onSubmit="return checkSubmitAlb();"> | ||||
<input type="hidden" name="channelid" value="<?php echo $channelid?>" /> | |||||
<input type="hidden" name="id" value="<?php echo $aid?>" /> | |||||
<input type="hidden" name="imagebody" value="" /> | |||||
<input type="hidden" name="dopost" value="save" /> | |||||
<input type="hidden" name="channelid" value="<?php echo $channelid?>"> | |||||
<input type="hidden" name="id" value="<?php echo $aid?>"> | |||||
<input type="hidden" name="imagebody" value=""> | |||||
<input type="hidden" name="dopost" value="save"> | |||||
<input type="hidden" id="albums" name="albums" value=""> | <input type="hidden" id="albums" name="albums" value=""> | ||||
<input type="hidden" id="litpic_b64" name="litpic_b64" value=""> | <input type="hidden" id="litpic_b64" name="litpic_b64" value=""> | ||||
<table width="98%" border="0" align="center" cellpadding="0" cellspacing="0" class="mt-3"> | <table width="98%" border="0" align="center" cellpadding="0" cellspacing="0" class="mt-3"> | ||||
@@ -129,7 +129,7 @@ table{border-collapse:separate} | |||||
<table width="800" border="0" cellspacing="0" cellpadding="0"> | <table width="800" border="0" cellspacing="0" cellpadding="0"> | ||||
<tr> | <tr> | ||||
<td width="90"> 跳转网址:</td> | <td width="90"> 跳转网址:</td> | ||||
<td><input name="redirecturl" type="text" id="redirecturl" style="width:300px" value="<?php echo $addRow["redirecturl"]?>" /></td> | |||||
<td><input name="redirecturl" type="text" id="redirecturl" style="width:300px" value="<?php echo $addRow["redirecturl"]?>"></td> | |||||
</tr> | </tr> | ||||
</table> | </table> | ||||
</td> | </td> | ||||
@@ -139,9 +139,9 @@ table{border-collapse:separate} | |||||
<table width="800" border="0" cellspacing="0" cellpadding="0"> | <table width="800" border="0" cellspacing="0" cellpadding="0"> | ||||
<tr> | <tr> | ||||
<td width="90"> Tag标签:</td> | <td width="90"> Tag标签:</td> | ||||
<td><input name="tags" type="text" id="tags" value="<?php echo $tags; ?>" style="width:300px" />(','号分开,单个标签小于12字节)</td> | |||||
<td><input name="tags" type="text" id="tags" value="<?php echo $tags; ?>" style="width:300px">(','号分开,单个标签小于12字节)</td> | |||||
<td width="50">权重:</td> | <td width="50">权重:</td> | ||||
<td><input name="weight" type="text" id="weight" style="width:50px" value="<?php echo $arcRow['weight'];?>" />(越小越靠前)</td> | |||||
<td><input name="weight" type="text" id="weight" style="width:50px" value="<?php echo $arcRow['weight'];?>">(越小越靠前)</td> | |||||
</tr> | </tr> | ||||
</table> | </table> | ||||
</td> | </td> | ||||
@@ -310,7 +310,7 @@ if($cfg_need_typeid2=='Y') { | |||||
<table width="800" border="0" cellspacing="0" cellpadding="0"> | <table width="800" border="0" cellspacing="0" cellpadding="0"> | ||||
<tr> | <tr> | ||||
<td width="90" height="50"> 关键字:</td> | <td width="90" height="50"> 关键字:</td> | ||||
<td><input type="text" name="keywords" id="keywords" style="width:60%" value="<?php echo $arcRow["keywords"]?>" /></td> | |||||
<td><input type="text" name="keywords" id="keywords" style="width:60%" value="<?php echo $arcRow["keywords"]?>"></td> | |||||
</tr> | </tr> | ||||
</table> | </table> | ||||
</td> | </td> | ||||
@@ -330,7 +330,7 @@ if($cfg_need_typeid2=='Y') { | |||||
<table width="800" border="0" cellspacing="0" cellpadding="0"> | <table width="800" border="0" cellspacing="0" cellpadding="0"> | ||||
<tr> | <tr> | ||||
<td width="120"> 自定义文件名:</td> | <td width="120"> 自定义文件名:</td> | ||||
<td width="450"><input type="text" name="filename" id="filename" value="<?php echo $arcRow["filename"]?>" />(不包括后缀名如.html等)</td> | |||||
<td width="450"><input type="text" name="filename" id="filename" value="<?php echo $arcRow["filename"]?>">(不包括后缀名如.html等)</td> | |||||
<td width="260"></td> | <td width="260"></td> | ||||
</tr> | </tr> | ||||
</table> | </table> | ||||
@@ -405,7 +405,7 @@ if($cfg_need_typeid2=='Y') { | |||||
<td><input name="isrm" class="np" type="hidden" id="isrm" value="1" /> | <td><input name="isrm" class="np" type="hidden" id="isrm" value="1" /> | ||||
<label><input name="byhand" class="np" type="checkbox" id="byhand" value="1" disabled="ture" checked /> | <label><input name="byhand" class="np" type="checkbox" id="byhand" value="1" disabled="ture" checked /> | ||||
手工上传</label> | 手工上传</label> | ||||
<label><input name="formzip" class="np" type="checkbox" id="formzip" value="1" onClick="showZipField(this,'zipff','htmlfield');" /> | |||||
<label><input name="formzip" class="np" type="checkbox" id="formzip" value="1" onClick="showZipField(this,'zipff','htmlfield')"> | |||||
从ZIP压缩包中解压图片</label> | 从ZIP压缩包中解压图片</label> | ||||
</tr> | </tr> | ||||
</table> | </table> | ||||
@@ -417,7 +417,7 @@ if($cfg_need_typeid2=='Y') { | |||||
<td width="100"> 压缩包文件:</td> | <td width="100"> 压缩包文件:</td> | ||||
<td><input type='text' name='zipfile' id='zipfile' style='width:300px'> | <td><input type='text' name='zipfile' id='zipfile' style='width:300px'> | ||||
<button name='addon_bt' type='button' class='btn btn-success btn-sm' onClick="SelectSoft('form1.zipfile')">浏览</button> | <button name='addon_bt' type='button' class='btn btn-success btn-sm' onClick="SelectSoft('form1.zipfile')">浏览</button> | ||||
<label><input name="delzip" type="checkbox" id="delzip" value="1" checked="checked" /> | |||||
<label><input name="delzip" type="checkbox" id="delzip" value="1" checked="checked"> | |||||
处理后删除压缩文件</label> | 处理后删除压缩文件</label> | ||||
</td> | </td> | ||||
</tr> | </tr> | ||||
@@ -4,8 +4,8 @@ | |||||
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>"> | <meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>"> | ||||
<title>增加商品</title> | <title>增加商品</title> | ||||
<link rel="stylesheet" href="../static/css/bootstrap.min.css"> | <link rel="stylesheet" href="../static/css/bootstrap.min.css"> | ||||
<link href="../static/font-awesome/css/font-awesome.min.css" rel="stylesheet"> | |||||
<link href="css/base.css" rel="stylesheet" type="text/css"> | |||||
<link rel="stylesheet" href="../static/font-awesome/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="css/base.css"> | |||||
<script language="javascript" src="../static/js/jquery.js"></script> | <script language="javascript" src="../static/js/jquery.js"></script> | ||||
<script language="javascript" src="../static/js/webajax.js"></script> | <script language="javascript" src="../static/js/webajax.js"></script> | ||||
<link href="../static/css/daterangepicker.css" rel="stylesheet"> | <link href="../static/css/daterangepicker.css" rel="stylesheet"> | ||||
@@ -69,9 +69,9 @@ table{border-collapse:separate} | |||||
</tr> | </tr> | ||||
</table> | </table> | ||||
<form name="form1" action="archives_add.php" enctype="multipart/form-data" method="post" onSubmit="return checkSubmit()"> | <form name="form1" action="archives_add.php" enctype="multipart/form-data" method="post" onSubmit="return checkSubmit()"> | ||||
<input type="hidden" name="channelid" value="<?php echo $channelid?>" /> | |||||
<input type="hidden" name="cid" value="<?php echo $cid?>" /> | |||||
<input type="hidden" name="dopost" value="save" /> | |||||
<input type="hidden" name="channelid" value="<?php echo $channelid?>"> | |||||
<input type="hidden" name="cid" value="<?php echo $cid?>"> | |||||
<input type="hidden" name="dopost" value="save"> | |||||
<input type="hidden" id="litpic_b64" name="litpic_b64" value=""> | <input type="hidden" id="litpic_b64" name="litpic_b64" value=""> | ||||
<table width="98%" border="0" align="center" cellpadding="2" cellspacing="2" id="needset" style="border:1px solid #cfcfcf;background:#ffffff;"> | <table width="98%" border="0" align="center" cellpadding="2" cellspacing="2" id="needset" style="border:1px solid #cfcfcf;background:#ffffff;"> | ||||
<tr> | <tr> | ||||
@@ -113,7 +113,7 @@ table{border-collapse:separate} | |||||
<table width="800" border="0" cellspacing="0" cellpadding="0"> | <table width="800" border="0" cellspacing="0" cellpadding="0"> | ||||
<tr> | <tr> | ||||
<td width="90"> 跳转网址:</td> | <td width="90"> 跳转网址:</td> | ||||
<td><input name="redirecturl" type="text" id="redirecturl" style="width:300px" value="" /></td> | |||||
<td><input name="redirecturl" type="text" id="redirecturl" style="width:300px" value=""></td> | |||||
</tr> | </tr> | ||||
</table> | </table> | ||||
</td> | </td> | ||||
@@ -123,9 +123,9 @@ table{border-collapse:separate} | |||||
<table width="800" border="0" cellspacing="0" cellpadding="0"> | <table width="800" border="0" cellspacing="0" cellpadding="0"> | ||||
<tr> | <tr> | ||||
<td width="90"> Tag标签:</td> | <td width="90"> Tag标签:</td> | ||||
<td><input name="tags" type="text" id="tags" value="" style="width:300px" />(','号分开,单个标签小于12字节)</td> | |||||
<td><input name="tags" type="text" id="tags" value="" style="width:300px">(','号分开,单个标签小于12字节)</td> | |||||
<td width="50">权重:</td> | <td width="50">权重:</td> | ||||
<td><input name="weight" type="text" id="weight" style="width:50px" value="<?php echo $maxWright['cc'];?>" />(越小越靠前)</td> | |||||
<td><input name="weight" type="text" id="weight" style="width:50px" value="<?php echo $maxWright['cc'];?>">(越小越靠前)</td> | |||||
</tr> | </tr> | ||||
</table> | </table> | ||||
</td> | </td> | ||||
@@ -139,7 +139,7 @@ table{border-collapse:separate} | |||||
<table width="100%" border="0" cellspacing="1" cellpadding="1"> | <table width="100%" border="0" cellspacing="1" cellpadding="1"> | ||||
<tr> | <tr> | ||||
<td height="30"> | <td height="30"> | ||||
<input name="picname" type="text" id="picname" style="width:240px" /> | |||||
<input name="picname" type="text" id="picname" style="width:240px"> | |||||
<label><input type='checkbox' class='np' name='ddisremote' value='1' id='ddisremote' /> 远程</label> | <label><input type='checkbox' class='np' name='ddisremote' value='1' id='ddisremote' /> 远程</label> | ||||
<span class="btn btn-success btn-sm fileinput-button">上传图片<input type="file" name="files[]" id="iptAddImages"></span> | <span class="btn btn-success btn-sm fileinput-button">上传图片<input type="file" name="files[]" id="iptAddImages"></span> | ||||
<button type="button" name="Submit2" onClick="SelectImage('form1.picname','small');" class='btn btn-success btn-sm'>选择图片</button> | <button type="button" name="Submit2" onClick="SelectImage('form1.picname','small');" class='btn btn-success btn-sm'>选择图片</button> | ||||
@@ -330,7 +330,7 @@ table{border-collapse:separate} | |||||
<table width="800" border="0" cellspacing="0" cellpadding="0"> | <table width="800" border="0" cellspacing="0" cellpadding="0"> | ||||
<tr> | <tr> | ||||
<td width="90"> 关键字:</td> | <td width="90"> 关键字:</td> | ||||
<td width="450"><input type='text' name="keywords" id="keywords" style="width:80%" value="" /></td> | |||||
<td width="450"><input type='text' name="keywords" id="keywords" style="width:80%" value=""></td> | |||||
<td width="260"><label><input name="autokey" type="checkbox" onClick="ShowHide('keywords');" ; class="np" id="autokey" value="1" <?php if($cfg_arc_autokeyword=='Y') echo ' checked'; ?>> | <td width="260"><label><input name="autokey" type="checkbox" onClick="ShowHide('keywords');" ; class="np" id="autokey" value="1" <?php if($cfg_arc_autokeyword=='Y') echo ' checked'; ?>> | ||||
自动获取,手动填写用","分开</label><br> | 自动获取,手动填写用","分开</label><br> | ||||
<button type="button" name="Submit" value="" class="btn btn-success btn-sm" onClick="SelectKeywords('form1.keywords');">浏览</button> | <button type="button" name="Submit" value="" class="btn btn-success btn-sm" onClick="SelectKeywords('form1.keywords');">浏览</button> | ||||
@@ -355,7 +355,7 @@ table{border-collapse:separate} | |||||
<table width="800" border="0" cellspacing="0" cellpadding="0"> | <table width="800" border="0" cellspacing="0" cellpadding="0"> | ||||
<tr> | <tr> | ||||
<td width="120"> 自定义文件名:</td> | <td width="120"> 自定义文件名:</td> | ||||
<td width="450"><input type="text" name="filename" id="filename" />(不包括后缀名如.html等)</td> | |||||
<td width="450"><input type="text" name="filename" id="filename">(不包括后缀名如.html等)</td> | |||||
<td width="260"> </td> | <td width="260"> </td> | ||||
</tr> | </tr> | ||||
</table> | </table> | ||||
@@ -4,8 +4,8 @@ | |||||
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>"> | <meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>"> | ||||
<title>修改商品</title> | <title>修改商品</title> | ||||
<link rel="stylesheet" href="../static/css/bootstrap.min.css"> | <link rel="stylesheet" href="../static/css/bootstrap.min.css"> | ||||
<link href="../static/font-awesome/css/font-awesome.min.css" rel="stylesheet"> | |||||
<link href="css/base.css" rel="stylesheet" type="text/css"> | |||||
<link rel="stylesheet" href="../static/font-awesome/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="css/base.css"> | |||||
<script src="../static/js/jquery.js"></script> | <script src="../static/js/jquery.js"></script> | ||||
<script language="javascript" src="../static/js/webajax.js"></script> | <script language="javascript" src="../static/js/webajax.js"></script> | ||||
<script src="../static/js/bootstrap.bundle.js"></script> | <script src="../static/js/bootstrap.bundle.js"></script> | ||||
@@ -65,9 +65,9 @@ table{border-collapse:separate} | |||||
</tr> | </tr> | ||||
</table> | </table> | ||||
<form name="form1" action="archives_edit.php" enctype="multipart/form-data" method="post" onSubmit="return checkSubmit();"> | <form name="form1" action="archives_edit.php" enctype="multipart/form-data" method="post" onSubmit="return checkSubmit();"> | ||||
<input type="hidden" name="channelid" value="<?php echo $channelid?>" /> | |||||
<input type="hidden" name="id" value="<?php echo $aid?>" /> | |||||
<input type="hidden" name="dopost" value="save" /> | |||||
<input type="hidden" name="channelid" value="<?php echo $channelid?>"> | |||||
<input type="hidden" name="id" value="<?php echo $aid?>"> | |||||
<input type="hidden" name="dopost" value="save"> | |||||
<input type="hidden" id="litpic_b64" name="litpic_b64" value=""> | <input type="hidden" id="litpic_b64" name="litpic_b64" value=""> | ||||
<table width="98%" border="0" align="center" cellpadding="2" cellspacing="2" id="needset" style="border:1px solid #cfcfcf;background:#ffffff;"> | <table width="98%" border="0" align="center" cellpadding="2" cellspacing="2" id="needset" style="border:1px solid #cfcfcf;background:#ffffff;"> | ||||
<tr> | <tr> | ||||
@@ -112,7 +112,7 @@ table{border-collapse:separate} | |||||
<table width="800" border="0" cellspacing="0" cellpadding="0"> | <table width="800" border="0" cellspacing="0" cellpadding="0"> | ||||
<tr> | <tr> | ||||
<td width="90"> 跳转网址:</td> | <td width="90"> 跳转网址:</td> | ||||
<td><input name="redirecturl" type="text" id="redirecturl" style="width:300px" value="<?php echo $addRow['redirecturl']; ?>" /></td> | |||||
<td><input name="redirecturl" type="text" id="redirecturl" style="width:300px" value="<?php echo $addRow['redirecturl']; ?>"></td> | |||||
</tr> | </tr> | ||||
</table> | </table> | ||||
</td> | </td> | ||||
@@ -122,9 +122,9 @@ table{border-collapse:separate} | |||||
<table width="800" border="0" cellspacing="0" cellpadding="0"> | <table width="800" border="0" cellspacing="0" cellpadding="0"> | ||||
<tr> | <tr> | ||||
<td width="90"> Tag标签:</td> | <td width="90"> Tag标签:</td> | ||||
<td><input name="tags" type="text" id="tags" value="<?php echo $tags; ?>" style="width:300px" />(','号分开,单个标签小于12字节)</td> | |||||
<td><input name="tags" type="text" id="tags" value="<?php echo $tags; ?>" style="width:300px">(','号分开,单个标签小于12字节)</td> | |||||
<td width="50">权重:</td> | <td width="50">权重:</td> | ||||
<td><input name="weight" type="text" id="weight" style="width:50px" value="<?php echo $arcRow['weight'];?>" />(越小越靠前)</td> | |||||
<td><input name="weight" type="text" id="weight" style="width:50px" value="<?php echo $arcRow['weight'];?>">(越小越靠前)</td> | |||||
</tr> | </tr> | ||||
</table> | </table> | ||||
</td> | </td> | ||||
@@ -323,7 +323,7 @@ table{border-collapse:separate} | |||||
<table width="800" border="0" cellspacing="0" cellpadding="0"> | <table width="800" border="0" cellspacing="0" cellpadding="0"> | ||||
<tr> | <tr> | ||||
<td width="90" height="50"> 关键字:</td> | <td width="90" height="50"> 关键字:</td> | ||||
<td><input type="text" name="keywords" id="keywords" style="width:60%" value="<?php echo $arcRow["keywords"]?>" /></td> | |||||
<td><input type="text" name="keywords" id="keywords" style="width:60%" value="<?php echo $arcRow["keywords"]?>"></td> | |||||
</tr> | </tr> | ||||
</table> | </table> | ||||
</td> | </td> | ||||
@@ -343,7 +343,7 @@ table{border-collapse:separate} | |||||
<table width="800" border="0" cellspacing="0" cellpadding="0"> | <table width="800" border="0" cellspacing="0" cellpadding="0"> | ||||
<tr> | <tr> | ||||
<td width="120"> 自定义文件名:</td> | <td width="120"> 自定义文件名:</td> | ||||
<td width="450"><input type="text" name="filename" id="filename" value="<?php echo $arcRow["filename"]?>" />(不包括后缀名如.html等)</td> | |||||
<td width="450"><input type="text" name="filename" id="filename" value="<?php echo $arcRow["filename"]?>">(不包括后缀名如.html等)</td> | |||||
<td width="260"></td> | <td width="260"></td> | ||||
</tr> | </tr> | ||||
</table> | </table> | ||||
@@ -4,8 +4,8 @@ | |||||
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>"> | <meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>"> | ||||
<title>增加分类</title> | <title>增加分类</title> | ||||
<link rel="stylesheet" href="../static/css/bootstrap.min.css"> | <link rel="stylesheet" href="../static/css/bootstrap.min.css"> | ||||
<link href="../static/font-awesome/css/font-awesome.min.css" rel="stylesheet"> | |||||
<link href="css/base.css" rel="stylesheet" type="text/css"> | |||||
<link rel="stylesheet" href="../static/font-awesome/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="css/base.css"> | |||||
<script language="javascript" src="../static/js/jquery.js"></script> | <script language="javascript" src="../static/js/jquery.js"></script> | ||||
<script src="../static/js/bootstrap.bundle.js"></script> | <script src="../static/js/bootstrap.bundle.js"></script> | ||||
<script language="javascript" src="../static/js/webajax.js"></script> | <script language="javascript" src="../static/js/webajax.js"></script> | ||||
@@ -58,9 +58,9 @@ table{border-collapse:separate} | |||||
</tr> | </tr> | ||||
</table> | </table> | ||||
<form name="form1" action="archives_sg_add.php" enctype="multipart/form-data" method="post" onSubmit="return checkSubmit()"> | <form name="form1" action="archives_sg_add.php" enctype="multipart/form-data" method="post" onSubmit="return checkSubmit()"> | ||||
<input type="hidden" name="channelid" value="<?php echo $channelid?>" /> | |||||
<input type="hidden" name="cid" value="<?php echo $cid?>" /> | |||||
<input type="hidden" name="dopost" value="save" /> | |||||
<input type="hidden" name="channelid" value="<?php echo $channelid?>"> | |||||
<input type="hidden" name="cid" value="<?php echo $cid?>"> | |||||
<input type="hidden" name="dopost" value="save"> | |||||
<input type="hidden" id="litpic_b64" name="litpic_b64" value=""> | <input type="hidden" id="litpic_b64" name="litpic_b64" value=""> | ||||
<table width="98%" border="0" align="center" cellpadding="2" cellspacing="2" id="needset" style="border:1px solid #cfcfcf;background:#ffffff;"> | <table width="98%" border="0" align="center" cellpadding="2" cellspacing="2" id="needset" style="border:1px solid #cfcfcf;background:#ffffff;"> | ||||
<tr> | <tr> | ||||
@@ -101,7 +101,7 @@ table{border-collapse:separate} | |||||
<table width="100%" border="0" cellspacing="1" cellpadding="1"> | <table width="100%" border="0" cellspacing="1" cellpadding="1"> | ||||
<tr> | <tr> | ||||
<td height="26"> | <td height="26"> | ||||
<input name="picname" type="text" id="picname" style="width:260px" /> | |||||
<input name="picname" type="text" id="picname" style="width:260px"> | |||||
<label><input type='checkbox' class='np' name='ddisremote' value='1' id='ddisremote' /> 远程</label> | <label><input type='checkbox' class='np' name='ddisremote' value='1' id='ddisremote' /> 远程</label> | ||||
<span class="btn btn-success btn-sm fileinput-button">上传图片<input type="file" name="files[]" id="iptAddImages"></span> | <span class="btn btn-success btn-sm fileinput-button">上传图片<input type="file" name="files[]" id="iptAddImages"></span> | ||||
<button type="button" name="Submit2" onclick="SelectImage('form1.picname','small');" class="btn btn-success btn-sm">选择图片</button> | <button type="button" name="Submit2" onclick="SelectImage('form1.picname','small');" class="btn btn-success btn-sm">选择图片</button> | ||||
@@ -4,8 +4,8 @@ | |||||
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>"> | <meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>"> | ||||
<title>修改分类</title> | <title>修改分类</title> | ||||
<link rel="stylesheet" href="../static/css/bootstrap.min.css"> | <link rel="stylesheet" href="../static/css/bootstrap.min.css"> | ||||
<link href="../static/font-awesome/css/font-awesome.min.css" rel="stylesheet"> | |||||
<link href="css/base.css" rel="stylesheet" type="text/css"> | |||||
<link rel="stylesheet" href="../static/font-awesome/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="css/base.css"> | |||||
<script language="javascript" src="../static/js/jquery.js"></script> | <script language="javascript" src="../static/js/jquery.js"></script> | ||||
<script language="javascript" src="../static/js/webajax.js"></script> | <script language="javascript" src="../static/js/webajax.js"></script> | ||||
<script type="text/javascript" src="../static/js/moment.min.js"></script> | <script type="text/javascript" src="../static/js/moment.min.js"></script> | ||||
@@ -54,10 +54,10 @@ table{border-collapse:separate} | |||||
</tr> | </tr> | ||||
</table> | </table> | ||||
<form name="form1" action="archives_sg_edit.php" enctype="multipart/form-data" method="post" onSubmit="return checkSubmit();"> | <form name="form1" action="archives_sg_edit.php" enctype="multipart/form-data" method="post" onSubmit="return checkSubmit();"> | ||||
<input type="hidden" name="channelid" value="<?php echo $channelid; ?>" /> | |||||
<input type="hidden" name="id" value="<?php echo $aid; ?>" /> | |||||
<input type="hidden" name="sortrank" value="<?php echo $addRow['senddate']; ?>" /> | |||||
<input type="hidden" name="dopost" value="save" /> | |||||
<input type="hidden" name="channelid" value="<?php echo $channelid; ?>"> | |||||
<input type="hidden" name="id" value="<?php echo $aid; ?>"> | |||||
<input type="hidden" name="sortrank" value="<?php echo $addRow['senddate']; ?>"> | |||||
<input type="hidden" name="dopost" value="save"> | |||||
<input type="hidden" id="litpic_b64" name="litpic_b64" value=""> | <input type="hidden" id="litpic_b64" name="litpic_b64" value=""> | ||||
<table width="98%" border="0" align="center" cellpadding="2" cellspacing="2" id="needset" style="border:1px solid #cfcfcf;background:#ffffff;"> | <table width="98%" border="0" align="center" cellpadding="2" cellspacing="2" id="needset" style="border:1px solid #cfcfcf;background:#ffffff;"> | ||||
<tr> | <tr> | ||||
@@ -4,8 +4,8 @@ | |||||
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>"> | <meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>"> | ||||
<title>单页采集规则管理</title> | <title>单页采集规则管理</title> | ||||
<link rel="stylesheet" href="../static/css/bootstrap.min.css"> | <link rel="stylesheet" href="../static/css/bootstrap.min.css"> | ||||
<link href="../static/font-awesome/css/font-awesome.min.css" rel="stylesheet"> | |||||
<link rel="stylesheet" type="text/css" href="css/base.css"> | |||||
<link rel="stylesheet" href="../static/font-awesome/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="css/base.css"> | |||||
<script language="javascript" src="../static/js/jquery.js"></script> | <script language="javascript" src="../static/js/jquery.js"></script> | ||||
<script src="../static/js/bootstrap.bundle.js"></script> | <script src="../static/js/bootstrap.bundle.js"></script> | ||||
<script language='javascript' src='js/main.js'></script> | <script language='javascript' src='js/main.js'></script> | ||||
@@ -154,30 +154,30 @@ | |||||
<table width="430" border="0" cellspacing="0" cellpadding="0"> | <table width="430" border="0" cellspacing="0" cellpadding="0"> | ||||
<tr> | <tr> | ||||
<td width="102" height="30">网站名称:</td> | <td width="102" height="30">网站名称:</td> | ||||
<td width="302"><input name="title" type="text" id="title" style="width:200px" /></td> | |||||
<td width="302"><input name="title" type="text" id="title" style="width:200px"></td> | |||||
<td width="26" align="center"><a href="javascript:CloseAddNode()" class="mr-3"><img src="images/close.gif"></a></td> | <td width="26" align="center"><a href="javascript:CloseAddNode()" class="mr-3"><img src="images/close.gif"></a></td> | ||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
<td height="30">原内容编码:</td> | <td height="30">原内容编码:</td> | ||||
<td colspan="2"> | <td colspan="2"> | ||||
<label><input type="radio" name="lang" value="utf-8" checked="checked" /> | |||||
<label><input type="radio" name="lang" value="utf-8" checked="checked"> | |||||
UTF-8</label> | UTF-8</label> | ||||
<label> | <label> | ||||
<input type="radio" name="lang" value="gb2312" /> | |||||
<input type="radio" name="lang" value="gb2312"> | |||||
GB2312/GBK</label> | GB2312/GBK</label> | ||||
</td> | </td> | ||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
<td height="30">用作文章来源:</td> | <td height="30">用作文章来源:</td> | ||||
<td colspan="2"> | <td colspan="2"> | ||||
<label><input type="radio" name="issource" value="0" /> | |||||
<label><input type="radio" name="issource" value="0"> | |||||
否</label> | 否</label> | ||||
<label><input name="issource" type="radio" value="1" checked="checked" /> | |||||
<label><input name="issource" type="radio" value="1" checked="checked"> | |||||
是</label></td> | 是</label></td> | ||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
<td height="30">网站网址:</td> | <td height="30">网站网址:</td> | ||||
<td colspan="2"><input name="url" type="text" id="url" style="width:200px" /></td> | |||||
<td colspan="2"><input name="url" type="text" id="url" style="width:200px"></td> | |||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
<td height="30"> </td> | <td height="30"> </td> | ||||
@@ -203,5 +203,4 @@ | |||||
</div> | </div> | ||||
</body> | </body> | ||||
</html> | </html> |
@@ -4,8 +4,8 @@ | |||||
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>"> | <meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>"> | ||||
<title>文档自动摘要自动分页</title> | <title>文档自动摘要自动分页</title> | ||||
<link rel="stylesheet" href="../static/css/bootstrap.min.css"> | <link rel="stylesheet" href="../static/css/bootstrap.min.css"> | ||||
<link href="../static/font-awesome/css/font-awesome.min.css" rel="stylesheet"> | |||||
<link href="css/base.css" rel="stylesheet" type="text/css"> | |||||
<link rel="stylesheet" href="../static/font-awesome/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="css/base.css"> | |||||
</head> | </head> | ||||
<body background="images/allbg.gif" leftmargin="8" topmargin="8"> | <body background="images/allbg.gif" leftmargin="8" topmargin="8"> | ||||
<table width="98%" border="0" cellpadding="3" cellspacing="1" bgcolor="#CFCFCF" align="center" class="table maintable table-bordered mt-3"> | <table width="98%" border="0" cellpadding="3" cellspacing="1" bgcolor="#CFCFCF" align="center" class="table maintable table-bordered mt-3"> | ||||
@@ -4,8 +4,8 @@ | |||||
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>"> | <meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>"> | ||||
<title>关键字管理</title> | <title>关键字管理</title> | ||||
<link rel="stylesheet" href="../static/css/bootstrap.min.css"> | <link rel="stylesheet" href="../static/css/bootstrap.min.css"> | ||||
<link href="../static/font-awesome/css/font-awesome.min.css" rel="stylesheet"> | |||||
<link href="css/base.css" rel="stylesheet" type="text/css"> | |||||
<link rel="stylesheet" href="../static/font-awesome/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="css/base.css"> | |||||
<style> | <style> | ||||
.nnpp { | .nnpp { | ||||
border-bottom: 1px solid #666666; | border-bottom: 1px solid #666666; | ||||
@@ -61,7 +61,7 @@ | |||||
<td width="100">链接网址:</td> | <td width="100">链接网址:</td> | ||||
<td width="140"><input name="rpurl" type="text" id="rpurl"/></td> | <td width="140"><input name="rpurl" type="text" id="rpurl"/></td> | ||||
<td width="86">频率:</td> | <td width="86">频率:</td> | ||||
<td width="60"><input name="rank" type="text" id="rank" style="width:50px" value="30" /></td> | |||||
<td width="60"><input name="rank" type="text" id="rank" style="width:50px" value="30"></td> | |||||
<td width="86"><button type="submit" name="Submit" class="btn btn-success btn-sm">保存</button></td> | <td width="86"><button type="submit" name="Submit" class="btn btn-success btn-sm">保存</button></td> | ||||
</tr> | </tr> | ||||
</table> | </table> | ||||
@@ -123,5 +123,4 @@ | |||||
</table> | </table> | ||||
</div> | </div> | ||||
</body> | </body> | ||||
</html> | </html> |
@@ -4,30 +4,32 @@ | |||||
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>"> | <meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>"> | ||||
<title>关键字维护</title> | <title>关键字维护</title> | ||||
<link rel="stylesheet" href="../static/css/bootstrap.min.css"> | <link rel="stylesheet" href="../static/css/bootstrap.min.css"> | ||||
<link href="../static/font-awesome/css/font-awesome.min.css" rel="stylesheet"> | |||||
<link href="css/base.css" rel="stylesheet" type="text/css"> | |||||
<link rel="stylesheet" href="../static/font-awesome/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="css/base.css"> | |||||
</head> | </head> | ||||
<body background="images/allbg.gif" leftmargin="8" topmargin="8"> | <body background="images/allbg.gif" leftmargin="8" topmargin="8"> | ||||
<table width="98%" border="0" cellpadding="3" cellspacing="1" bgcolor="#D6D6D6" align="center" class="table maintable table-bordered mt-3"> | <table width="98%" border="0" cellpadding="3" cellspacing="1" bgcolor="#D6D6D6" align="center" class="table maintable table-bordered mt-3"> | ||||
<tr> | <tr> | ||||
<td height="26" background='images/tbg.gif'> <table width="98%" border="0" cellpadding="0" cellspacing="0" class="table table-borderless"> | |||||
<td height="26" background='images/tbg.gif'> | |||||
<table width="98%" border="0" cellpadding="0" cellspacing="0" class="table table-borderless"> | |||||
<tr> | <tr> | ||||
<td width="30%" height="18" style="padding-left:10px"><strong>关键字维护:</strong></td> | <td width="30%" height="18" style="padding-left:10px"><strong>关键字维护:</strong></td> | ||||
<td width="70%" align="right"> | <td width="70%" align="right"> | ||||
<button class="btn btn-success btn-sm" name="kw" type="button" id="kw" onClick="location='article_keywords_main.php';">返回关键字管理页</button> | <button class="btn btn-success btn-sm" name="kw" type="button" id="kw" onClick="location='article_keywords_main.php';">返回关键字管理页</button> | ||||
</td> | </td> | ||||
</tr> | </tr> | ||||
</table></td> | |||||
</table> | |||||
</td> | |||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
<td height="36" bgcolor="#FFFFFF">本向导帮助自动分析您系统内的关键字,并统计关键字的数量,对其进行排序,您可以清理掉错误的关键字或无意义的关键字,以提高文档关连和搜索的准确性,本分析器是直接在内存中对关键字进行分析排序后加入到数据库的,因此本操作比较占用内存,如果您的文档数量很大并且使用的又是虚拟主机,可能无法完成本操作<br> | <td height="36" bgcolor="#FFFFFF">本向导帮助自动分析您系统内的关键字,并统计关键字的数量,对其进行排序,您可以清理掉错误的关键字或无意义的关键字,以提高文档关连和搜索的准确性,本分析器是直接在内存中对关键字进行分析排序后加入到数据库的,因此本操作比较占用内存,如果您的文档数量很大并且使用的又是虚拟主机,可能无法完成本操作<br> | ||||
本程序只分析文章频道的关键字数据,其它频道或自定义频道请自行手工指定内容的关系字<br> | |||||
如果您的文章是采集回来的,请先用“自动获取关键字”的功能对未有关键字的文章进行分词索引,然后再检测关键字</td> | |||||
本程序只分析文章频道的关键字数据,其它频道或自定义频道请自行手工指定内容的关系字<br> | |||||
如果您的文章是采集回来的,请先用“自动获取关键字”的功能对未有关键字的文章进行分词索引,然后再检测关键字 | |||||
</td> | |||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
<td height="30" bgcolor="#ffffff" align="center"> | <td height="30" bgcolor="#ffffff" align="center"> | ||||
<a href="article_keywords_make.php?dopost=analyse" target="stafrm" class="btn btn-success btn-sm">检测已有的关键字</a> | |||||
| |||||
<a href="article_keywords_make.php?dopost=analyse" target="stafrm" class="btn btn-success btn-sm">检测已有的关键字</a> | |||||
<a href="article_keywords_make.php?dopost=fetch" target="stafrm" class="btn btn-success btn-sm">自动获取关键字</a> | <a href="article_keywords_make.php?dopost=fetch" target="stafrm" class="btn btn-success btn-sm">自动获取关键字</a> | ||||
</td> | </td> | ||||
</tr> | </tr> | ||||
@@ -46,15 +48,18 @@ | |||||
[<a href='javascript:;' onClick="ResizeDiv('mdv','+');">增大</a>] [<a href='javascript:;' onClick="ResizeDiv('mdv','-');">缩小</a>] | [<a href='javascript:;' onClick="ResizeDiv('mdv','+');">增大</a>] [<a href='javascript:;' onClick="ResizeDiv('mdv','-');">缩小</a>] | ||||
</td> | </td> | ||||
</tr> | </tr> | ||||
</table></td> | |||||
</table> | |||||
</td> | |||||
</tr> | </tr> | ||||
<tr bgcolor="#FFFFFF"> | <tr bgcolor="#FFFFFF"> | ||||
<td id="mtd"> <div id='mdv' style='width:100%;height:350px;'> | |||||
<td id="mtd"> | |||||
<div id='mdv' style='width:100%;height:350px'> | |||||
<iframe name="stafrm" frameborder="0" id="stafrm" width="100%" height="100%"></iframe> | <iframe name="stafrm" frameborder="0" id="stafrm" width="100%" height="100%"></iframe> | ||||
</div> | </div> | ||||
<script language="JavaScript"> | <script language="JavaScript"> | ||||
document.all.mdv.style.pixelHeight = screen.height - 360; | |||||
</script> </td> | |||||
document.all.mdv.style.pixelHeight = screen.height - 360; | |||||
</script> | |||||
</td> | |||||
</tr> | </tr> | ||||
</table> | </table> | ||||
</body> | </body> |
@@ -37,8 +37,8 @@ function AddNewKw() | |||||
} | } | ||||
</script> | </script> | ||||
<link rel="stylesheet" href="../static/css/bootstrap.min.css"> | <link rel="stylesheet" href="../static/css/bootstrap.min.css"> | ||||
<link href="../static/font-awesome/css/font-awesome.min.css" rel="stylesheet"> | |||||
<link href="css/base.css" rel="stylesheet" type="text/css"> | |||||
<link rel="stylesheet" href="../static/font-awesome/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="css/base.css"> | |||||
</head> | </head> | ||||
<body background="images/allbg.gif" leftmargin="1" topmargin="1"> | <body background="images/allbg.gif" leftmargin="1" topmargin="1"> | ||||
<div class="main"> | <div class="main"> | ||||
@@ -50,21 +50,21 @@ function AddNewKw() | |||||
<table border="0" cellspacing="0" cellpadding="0" class="table table-borderless"> | <table border="0" cellspacing="0" cellpadding="0" class="table table-borderless"> | ||||
<tr> | <tr> | ||||
<td width="60" align="center">关键字:</td> | <td width="60" align="center">关键字:</td> | ||||
<td width="140"><input name="keyword" type="text" id="keyword" style="width:130px" /></td> | |||||
<td width="140"><input name="keyword" type="text" id="keyword" style="width:130px"></td> | |||||
<td width="40">链接:</td> | <td width="40">链接:</td> | ||||
<td width="140"><input name="rpurl" type="text" id="rpurl" style="width:130px" /></td> | |||||
<td width="140"><input name="rpurl" type="text" id="rpurl" style="width:130px"></td> | |||||
<td width="40">频率:</td> | <td width="40">频率:</td> | ||||
<td width="50"><input name="rank" type="text" id="rank" style="width:30px" value="30" /></td> | |||||
<td width="50"><input name="rank" type="text" id="rank" style="width:30px" value="30"></td> | |||||
<td width="86"><input type="submit" name="Submit" value="保存" class="np"></td> | <td width="86"><input type="submit" name="Submit" value="保存" class="np"></td> | ||||
</tr> | </tr> | ||||
</table> | </table> | ||||
</td> | |||||
</td> | |||||
</tr> | </tr> | ||||
</form> | </form> | ||||
<form name='form2'> | <form name='form2'> | ||||
<tr> | <tr> | ||||
<td width="100%" height="26" colspan="2" background="images/tbg.gif"> | <td width="100%" height="26" colspan="2" background="images/tbg.gif"> | ||||
<table width="100%" border="0" cellpadding="0" cellspacing="0" class="table table-borderless"> | |||||
<table width="100%" border="0" cellpadding="0" cellspacing="0" class="table table-borderless"> | |||||
<tr> | <tr> | ||||
<td width="31%"><strong>选择关键字</strong></td> | <td width="31%"><strong>选择关键字</strong></td> | ||||
<td width="69%" align="right"> | <td width="69%" align="right"> | ||||
@@ -72,7 +72,8 @@ function AddNewKw() | |||||
<button class="btn btn-success btn-sm" type="button" name="kwm" onClick="location='article_keywords_main.php';">关键字管理</button> | <button class="btn btn-success btn-sm" type="button" name="kwm" onClick="location='article_keywords_main.php';">关键字管理</button> | ||||
</td> | </td> | ||||
</tr> | </tr> | ||||
</table></td> | |||||
</table> | |||||
</td> | |||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
<td bgcolor="#FFFFFF" style="line-height:180%"> | <td bgcolor="#FFFFFF" style="line-height:180%"> | ||||
@@ -44,34 +44,6 @@ function noSelAll() | |||||
} | } | ||||
} | } | ||||
</script> | </script> | ||||
<style type="text/css"> | |||||
<!-- | |||||
body { | |||||
margin-left: 0px; | |||||
margin-top: 0px; | |||||
margin-right: 0px; | |||||
margin-bottom: 0px; | |||||
} | |||||
body,td,th { | |||||
font-size: 12px; | |||||
} | |||||
a:link { | |||||
text-decoration: none; | |||||
} | |||||
a:visited { | |||||
text-decoration: none; | |||||
} | |||||
a:hover { | |||||
text-decoration: none; | |||||
} | |||||
a:active { | |||||
text-decoration: none; | |||||
} | |||||
a { | |||||
font-size: 12px; | |||||
} | |||||
--> | |||||
</style> | |||||
</head> | </head> | ||||
<body> | <body> | ||||
<table width="100%" border="0" cellpadding="2" cellspacing="1" class="tbtitle"> | <table width="100%" border="0" cellpadding="2" cellspacing="1" class="tbtitle"> | ||||
@@ -95,33 +67,26 @@ a { | |||||
<?php | <?php | ||||
while($row = $dsql->GetArray()) | while($row = $dsql->GetArray()) | ||||
{ | { | ||||
if($row['dd']==1 ) break; | |||||
if($row['dd']==1 ) break; | |||||
?> | ?> | ||||
<tr bgcolor="#FFFFFF" align="center" height="26" onMouseMove="javascript:this.bgColor='#EFEFEF';" onMouseOut="javascript:this.bgColor='#FFFFFF';"> | <tr bgcolor="#FFFFFF" align="center" height="26" onMouseMove="javascript:this.bgColor='#EFEFEF';" onMouseOut="javascript:this.bgColor='#FFFFFF';"> | ||||
<td> | |||||
<input name="arcTitles" type="checkbox" id="arcTitle" value="<?php echo urlencode($row['title'])?>" class="np" /> | |||||
</td> | |||||
<td><input name="arcTitles" type="checkbox" id="arcTitle" value="<?php echo urlencode($row['title'])?>" class="np"></td> | |||||
<td> | <td> | ||||
<?php | <?php | ||||
$allarc += $row['dd']; | |||||
echo $row['dd']; | |||||
$allarc += $row['dd']; | |||||
echo $row['dd']; | |||||
?> | ?> | ||||
</td> | </td> | ||||
<td> | |||||
<?php echo $row['title']; ?> | |||||
</td> | |||||
<td><?php echo $row['title']; ?></td> | |||||
</tr> | </tr> | ||||
<?php | <?php | ||||
} | |||||
} | |||||
?> | ?> | ||||
<tr bgcolor="#E5F9FF"> | <tr bgcolor="#E5F9FF"> | ||||
<td height="26" colspan="3" bgcolor="#EDF9D5"> | <td height="26" colspan="3" bgcolor="#EDF9D5"> | ||||
| |||||
<input type='button' name='bt1' value='全选' onclick='selAll()' /> | |||||
| |||||
<input type='button' name='bt2' value='反选' onclick='noSelAll()' /> | |||||
| |||||
<input type='button' name='bt3' value='删除' onclick='delArc()' /> | |||||
<input type='button' name='bt1' value='全选' onclick='selAll()' /> | |||||
<input type='button' name='bt2' value='反选' onclick='noSelAll()' /> | |||||
<input type='button' name='bt3' value='删除' onclick='delArc()' /> | |||||
(共有 <?php echo $allarc; ?> 篇重复标题的文档) | (共有 <?php echo $allarc; ?> 篇重复标题的文档) | ||||
</td> | </td> | ||||
</tr> | </tr> | ||||
@@ -4,13 +4,13 @@ | |||||
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>"> | <meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>"> | ||||
<title>重复文档检测</title> | <title>重复文档检测</title> | ||||
<link rel="stylesheet" href="../static/css/bootstrap.min.css"> | <link rel="stylesheet" href="../static/css/bootstrap.min.css"> | ||||
<link href="../static/font-awesome/css/font-awesome.min.css" rel="stylesheet"> | |||||
<link href="css/base.css" rel="stylesheet" type="text/css" /> | |||||
<link rel="stylesheet" href="../static/font-awesome/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="css/base.css"> | |||||
</head> | </head> | ||||
<body background='images/allbg.gif' leftmargin='8' topmargin='8'> | <body background='images/allbg.gif' leftmargin='8' topmargin='8'> | ||||
<div class="bodytitle mt-3"> | <div class="bodytitle mt-3"> | ||||
<div class="bodytitleleft"></div> | <div class="bodytitleleft"></div> | ||||
<div class="bodytitletxt" style="padding-left:10px">批量管理</div> | |||||
<div class="bodytitletxt">批量管理</div> | |||||
</div> | </div> | ||||
<table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" class="table maintable table-bordered" style="background:#CFCFCF;"> | <table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" class="table maintable table-bordered" style="background:#CFCFCF;"> | ||||
<form action="article_test_same.php" name="form1" target="stafrm"> | <form action="article_test_same.php" name="form1" target="stafrm"> | ||||
@@ -4,13 +4,13 @@ | |||||
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>"> | <meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>"> | ||||
<title>百度新闻地图</title> | <title>百度新闻地图</title> | ||||
<link rel="stylesheet" href="../static/css/bootstrap.min.css"> | <link rel="stylesheet" href="../static/css/bootstrap.min.css"> | ||||
<link href="../static/font-awesome/css/font-awesome.min.css" rel="stylesheet"> | |||||
<link href="css/base.css" rel="stylesheet" type="text/css" /> | |||||
<link rel="stylesheet" href="../static/font-awesome/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="css/base.css"> | |||||
</head> | </head> | ||||
<body background="images/allbg.gif" leftmargin="8" topmargin="8"> | <body background="images/allbg.gif" leftmargin="8" topmargin="8"> | ||||
<div class="bodytitle mt-3"> | <div class="bodytitle mt-3"> | ||||
<div class="bodytitleleft"></div> | <div class="bodytitleleft"></div> | ||||
<div class="bodytitletxt" style="padding-left:10px">辅助插件</div> | |||||
<div class="bodytitletxt">辅助插件</div> | |||||
</div> | </div> | ||||
<table width="98%" border="0" align="center" cellpadding="4" cellspacing="1" class="table maintable table-bordered" style="background:#CFCFCF;"> | <table width="98%" border="0" align="center" cellpadding="4" cellspacing="1" class="table maintable table-bordered" style="background:#CFCFCF;"> | ||||
<tr> | <tr> | ||||
@@ -47,10 +47,9 @@ | |||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
<td align="center" bgcolor="#FFFFFF" colspan="2"> | <td align="center" bgcolor="#FFFFFF" colspan="2"> | ||||
<iframe name="stafrm" frameborder="0" id="stafrm" width="96%" height="350px" /> | |||||
<iframe name="stafrm" frameborder="0" id="stafrm" width="96%" height="350px"> | |||||
</td> | </td> | ||||
</tr> | </tr> | ||||
</table> | </table> | ||||
</body> | </body> | ||||
</html> | </html> |
@@ -4,13 +4,13 @@ | |||||
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>"> | <meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>"> | ||||
<title>点卡生成向导</title> | <title>点卡生成向导</title> | ||||
<link rel="stylesheet" href="../static/css/bootstrap.min.css"> | <link rel="stylesheet" href="../static/css/bootstrap.min.css"> | ||||
<link href="../static/font-awesome/css/font-awesome.min.css" rel="stylesheet"> | |||||
<link href="css/base.css" rel="stylesheet" type="text/css" /> | |||||
<link rel="stylesheet" href="../static/font-awesome/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="css/base.css"> | |||||
</head> | </head> | ||||
<body background='images/allbg.gif' leftmargin='8' topmargin='8'> | <body background='images/allbg.gif' leftmargin='8' topmargin='8'> | ||||
<table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" class="table maintable table-bordered mt-3" style="background:#CFCFCF;"> | <table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" class="table maintable table-bordered mt-3" style="background:#CFCFCF;"> | ||||
<form action="cards_make.php" name="form1" target="stafrm"> | <form action="cards_make.php" name="form1" target="stafrm"> | ||||
<input type="hidden" name="dopost" value="make" /> | |||||
<input type="hidden" name="dopost" value="make"> | |||||
<tr> | <tr> | ||||
<td height="26" bgcolor="#EDF9D5" background='images/tbg.gif'> | <td height="26" bgcolor="#EDF9D5" background='images/tbg.gif'> | ||||
<table width="98%" border="0" cellspacing="0" cellpadding="0" class="table table-borderless"> | <table width="98%" border="0" cellspacing="0" cellpadding="0" class="table table-borderless"> | ||||
@@ -18,8 +18,7 @@ | |||||
<td width="30%" style="padding-left:10px"><strong>点卡生成向导:</strong> </td> | <td width="30%" style="padding-left:10px"><strong>点卡生成向导:</strong> </td> | ||||
<td align="right"> | <td align="right"> | ||||
<button type="button" name="ss1" onClick="location='cards_type.php';" class='btn btn-success btn-sm'>点卡产品分类</button> | <button type="button" name="ss1" onClick="location='cards_type.php';" class='btn btn-success btn-sm'>点卡产品分类</button> | ||||
<button type="button" name="ss2" onClick="location='cards_manage.php';" | |||||
class='btn btn-success btn-sm'>点卡使用记录</button> | |||||
<button type="button" name="ss2" onClick="location='cards_manage.php';" class='btn btn-success btn-sm'>点卡使用记录</button> | |||||
</td> | </td> | ||||
</tr> | </tr> | ||||
</table> | </table> | ||||
@@ -103,5 +102,4 @@ $dsql->Close(); | |||||
</tr> | </tr> | ||||
</table> | </table> | ||||
</body> | </body> | ||||
</html> | </html> |
@@ -4,8 +4,8 @@ | |||||
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>"> | <meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>"> | ||||
<title>点卡业务记录</title> | <title>点卡业务记录</title> | ||||
<link rel="stylesheet" href="../static/css/bootstrap.min.css"> | <link rel="stylesheet" href="../static/css/bootstrap.min.css"> | ||||
<link href="../static/font-awesome/css/font-awesome.min.css" rel="stylesheet"> | |||||
<link href="css/base.css" rel="stylesheet" type="text/css" /> | |||||
<link rel="stylesheet" href="../static/font-awesome/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="css/base.css"> | |||||
<script language="javascript"> | <script language="javascript"> | ||||
//获得选中项 | //获得选中项 | ||||
function getCheckboxItem() { | function getCheckboxItem() { | ||||
@@ -97,5 +97,4 @@ | |||||
</tr> | </tr> | ||||
</table> | </table> | ||||
</body> | </body> | ||||
</html> | </html> |
@@ -4,8 +4,8 @@ | |||||
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>"> | <meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>"> | ||||
<title>点卡产品分类</title> | <title>点卡产品分类</title> | ||||
<link rel="stylesheet" href="../static/css/bootstrap.min.css"> | <link rel="stylesheet" href="../static/css/bootstrap.min.css"> | ||||
<link href="../static/font-awesome/css/font-awesome.min.css" rel="stylesheet"> | |||||
<link href="css/base.css" rel="stylesheet" type="text/css" /> | |||||
<link rel="stylesheet" href="../static/font-awesome/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="css/base.css"> | |||||
</head> | </head> | ||||
<body background='images/allbg.gif' leftmargin='8' topmargin='8'> | <body background='images/allbg.gif' leftmargin='8' topmargin='8'> | ||||
<table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" class="table maintable table-bordered mt-3" style="background:#cfcfcf;"> | <table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" class="table maintable table-bordered mt-3" style="background:#cfcfcf;"> | ||||
@@ -32,15 +32,15 @@ | |||||
<tr align="center" bgcolor="#FFFFFF"> | <tr align="center" bgcolor="#FFFFFF"> | ||||
<td height="26" valign="top"> | <td height="26" valign="top"> | ||||
<input name="pname_<?php echo $k?>" value="<?php echo $row->pname?>" type="text" id="pname_<?php echo $k?>" | <input name="pname_<?php echo $k?>" value="<?php echo $row->pname?>" type="text" id="pname_<?php echo $k?>" | ||||
class='pubinputs' style="width:90%" /> | |||||
class='pubinputs' style="width:90%"> | |||||
</td> | </td> | ||||
<td height="26" valign="top"> | <td height="26" valign="top"> | ||||
<input name="num_<?php echo $k?>" value="<?php echo $row->num?>" type="text" id="num_<?php echo $k?>" | <input name="num_<?php echo $k?>" value="<?php echo $row->num?>" type="text" id="num_<?php echo $k?>" | ||||
class='pubinputs' style="width:80%" /> | |||||
class='pubinputs' style="width:80%"> | |||||
</td> | </td> | ||||
<td> | <td> | ||||
<input name="money_<?php echo $k?>" value="<?php echo $row->money?>" type="text" id="money_<?php echo $k?>" | <input name="money_<?php echo $k?>" value="<?php echo $row->money?>" type="text" id="money_<?php echo $k?>" | ||||
class='pubinputs' style="width:80%" /> | |||||
class='pubinputs' style="width:80%"> | |||||
(元) | (元) | ||||
</td> | </td> | ||||
<td> | <td> | ||||
@@ -59,13 +59,13 @@ | |||||
</tr> | </tr> | ||||
<tr height="26" align="center" bgcolor="#FFFFFF"> | <tr height="26" align="center" bgcolor="#FFFFFF"> | ||||
<td valign="top"> | <td valign="top"> | ||||
<input name="pname_new" type="text" id="pname_new" class='pubinputs' style="width:90%" /> | |||||
<input name="pname_new" type="text" id="pname_new" class='pubinputs' style="width:90%"> | |||||
</td> | </td> | ||||
<td valign="top"> | <td valign="top"> | ||||
<input name="num_new" value="100" type="text" id="num_new" class='pubinputs' style="width:80%" /> | |||||
<input name="num_new" value="100" type="text" id="num_new" class='pubinputs' style="width:80%"> | |||||
</td> | </td> | ||||
<td valign="top"> | <td valign="top"> | ||||
<input name="money_new" type="text" id="money_new" class='pubinputs' style='width:80%' value="30" /> | |||||
<input name="money_new" type="text" id="money_new" class='pubinputs' style='width:80%' value="30"> | |||||
(元) | (元) | ||||
</td> | </td> | ||||
<td align="center" bgcolor="#FFFFFF"> | <td align="center" bgcolor="#FFFFFF"> | ||||
@@ -80,5 +80,4 @@ | |||||
</form> | </form> | ||||
</table> | </table> | ||||
</body> | </body> | ||||
</html> | </html> |
@@ -74,8 +74,8 @@ | |||||
} | } | ||||
</script> | </script> | ||||
<link rel="stylesheet" href="../static/css/bootstrap.min.css"> | <link rel="stylesheet" href="../static/css/bootstrap.min.css"> | ||||
<link href="../static/font-awesome/css/font-awesome.min.css" rel="stylesheet"> | |||||
<link href='css/base.css' rel='stylesheet' type='text/css'> | |||||
<link rel="stylesheet" href="../static/font-awesome/css/font-awesome.min.css"> | |||||
<link rel='stylesheet' href='css/base.css'> | |||||
<style> | <style> | ||||
.table { | .table { | ||||
margin: 0; | margin: 0; | ||||
@@ -84,8 +84,8 @@ | |||||
</head> | </head> | ||||
<body leftmargin='15' topmargin='10'> | <body leftmargin='15' topmargin='10'> | ||||
<form name="form1" action="catalog_add.php" method="post"> | <form name="form1" action="catalog_add.php" method="post"> | ||||
<input type="hidden" name="dopost" value="savequick" /> | |||||
<input type="hidden" name="savetype" value="" id="savetype" /> | |||||
<input type="hidden" name="dopost" value="savequick"> | |||||
<input type="hidden" name="savetype" value="" id="savetype"> | |||||
<table width="98%" border="0" align="center" cellpadding="0" cellspacing="0" bordercolor="#111111" style="BORDER-COLLAPSE: collapse" class="mt-3"> | <table width="98%" border="0" align="center" cellpadding="0" cellspacing="0" bordercolor="#111111" style="BORDER-COLLAPSE: collapse" class="mt-3"> | ||||
<tr> | <tr> | ||||
<td width="100%" height="26" valign="top"> | <td width="100%" height="26" valign="top"> | ||||
@@ -146,10 +146,10 @@ | |||||
echo $pardir; | echo $pardir; | ||||
?> | ?> | ||||
)</label> | )</label> | ||||
<input name="referpath" type="radio" id="truepath2" class="np" value="cmspath" /> | |||||
<input name="referpath" type="radio" id="truepath2" class="np" value="cmspath"> | |||||
<label for="truepath2">CMS根目录</label> | <label for="truepath2">CMS根目录</label> | ||||
<input name="nextdir" type="hidden" id="nextdir" value="<?php echo $pardir; ?>" /> | |||||
<span id="pathtype" style="display:none"><input name="referpath" type="radio" id="truepath3" class="np" value="typepath" /> | |||||
<input name="nextdir" type="hidden" id="nextdir" value="<?php echo $pardir; ?>"> | |||||
<span id="pathtype" style="display:none"><input name="referpath" type="radio" id="truepath3" class="np" value="typepath"> | |||||
隶属栏目所属的目录</span></td> | 隶属栏目所属的目录</span></td> | ||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
@@ -188,7 +188,7 @@ | |||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
<td class='bline' height="26" style="padding-left:10px">默认页的名称:</td> | <td class='bline' height="26" style="padding-left:10px">默认页的名称:</td> | ||||
<td class='bline'><input name="defaultname" type="text" value="index.html" class="pubinputs" /></td> | |||||
<td class='bline'><input name="defaultname" type="text" value="index.html" class="pubinputs"></td> | |||||
</tr> | </tr> | ||||
<tr id='helpvar2' style='display:none'> | <tr id='helpvar2' style='display:none'> | ||||
<td height="26" bgcolor="#F3F7EA" style="padding-left:10px">支持变量:</td> | <td height="26" bgcolor="#F3F7EA" style="padding-left:10px">支持变量:</td> | ||||
@@ -204,8 +204,8 @@ | |||||
<tr> | <tr> | ||||
<td height="26" class='bline' style="padding-left:10px">文章命名规则:</td> | <td height="26" class='bline' style="padding-left:10px">文章命名规则:</td> | ||||
<td class='bline'><input name="namerule" type="text" id="namerule" value="{typedir}/{Y}{M}{D}/{aid}.html" | <td class='bline'><input name="namerule" type="text" id="namerule" value="{typedir}/{Y}{M}{D}/{aid}.html" | ||||
size="40" class="pubinputs" /> | |||||
<img src="images/help.gif" alt="帮助" border="0" style="cursor:pointer" onClick="ShowHide('helpvar2')" /> </td> | |||||
size="40" class="pubinputs"> | |||||
<img src="images/help.gif" alt="帮助" border="0" style="cursor:pointer" onClick="ShowHide('helpvar2')"> </td> | |||||
</tr> | </tr> | ||||
<tr id='helpvar3' style='display:none'> | <tr id='helpvar3' style='display:none'> | ||||
<td height="26" bgcolor="#F3F7EA" style="padding-left:10px">支持变量:</td> | <td height="26" bgcolor="#F3F7EA" style="padding-left:10px">支持变量:</td> | ||||
@@ -213,8 +213,8 @@ | |||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
<td height="26" style="padding-left:10px">列表命名规则:</td> | <td height="26" style="padding-left:10px">列表命名规则:</td> | ||||
<td><input name="namerule2" type="text" id="namerule2" value="{typedir}/list_{tid}_{page}.html" size="40" class="pubinputs" /> | |||||
<img src="images/help.gif" alt="帮助" border="0" style="cursor:pointer" onClick="ShowHide('helpvar3')" /></td> | |||||
<td><input name="namerule2" type="text" id="namerule2" value="{typedir}/list_{tid}_{page}.html" size="40" class="pubinputs"> | |||||
<img src="images/help.gif" alt="帮助" border="0" style="cursor:pointer" onClick="ShowHide('helpvar3')"></td> | |||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
<td height="26" bgcolor="#F9FCEF" style="padding-left:10px"><strong>栏目填写:</strong></td> | <td height="26" bgcolor="#F9FCEF" style="padding-left:10px"><strong>栏目填写:</strong></td> | ||||
@@ -233,21 +233,21 @@ | |||||
</tr> | </tr> | ||||
<tr bgcolor="#FFFFFF" height="30" align="center"> | <tr bgcolor="#FFFFFF" height="30" align="center"> | ||||
<td class="rank" style="padding:5px;"><input type="hidden" name="posttype" value="" | <td class="rank" style="padding:5px;"><input type="hidden" name="posttype" value="" | ||||
class="pubinputs" /> | |||||
<input type="text" name="rank" id="rank" value="1" class="pubinputs" style="width:50px;" /></td> | |||||
class="pubinputs"> | |||||
<input type="text" name="rank" id="rank" value="1" class="pubinputs" style="width:50px"></td> | |||||
<td align='center'><input type="text" name="toptype" id="toptype" class="pubinputs" | <td align='center'><input type="text" name="toptype" id="toptype" class="pubinputs" | ||||
style="width:160px;" /></td> | |||||
<td><input type="text" name="sontype" id="sontype" class="pubinputs" style="width:480px;" /></td> | |||||
style="width:160px"></td> | |||||
<td><input type="text" name="sontype" id="sontype" class="pubinputs" style="width:480px"></td> | |||||
<td align="center"><button name="" type="button" id="add" class="btn btn-success btn-sm del">删除</button></td> | <td align="center"><button name="" type="button" id="add" class="btn btn-success btn-sm del">删除</button></td> | ||||
</tr> | </tr> | ||||
<?php for($i=2;$i<=10;$i++) { ?> | <?php for($i=2;$i<=10;$i++) { ?> | ||||
<tr bgcolor="#FFFFFF" height="30" class="repeat" align="center"> | <tr bgcolor="#FFFFFF" height="30" class="repeat" align="center"> | ||||
<td class="rank"><input type="hidden" name="posttype<?php echo $i; ?>" value="<?php echo $i; ?>" /> | |||||
<input type="text" name="rank<?php echo $i; ?>" id="rank<?php echo $i; ?>" value="<?php echo $i; ?>" class="pubinputs" style="width:50px;" /></td> | |||||
<td class="rank"><input type="hidden" name="posttype<?php echo $i; ?>" value="<?php echo $i; ?>"> | |||||
<input type="text" name="rank<?php echo $i; ?>" id="rank<?php echo $i; ?>" value="<?php echo $i; ?>" class="pubinputs" style="width:50px"></td> | |||||
<td align='center'><input type="text" name="toptype<?php echo $i; ?>" | <td align='center'><input type="text" name="toptype<?php echo $i; ?>" | ||||
id="toptype<?php echo $i; ?>" class="pubinputs" style="width:160px;" /></td> | |||||
id="toptype<?php echo $i; ?>" class="pubinputs" style="width:160px"></td> | |||||
<td><input type="text" name="sontype<?php echo $i; ?>" id="sontype<?php echo $i; ?>" | <td><input type="text" name="sontype<?php echo $i; ?>" id="sontype<?php echo $i; ?>" | ||||
class="pubinputs" style="width:480px;" /></td> | |||||
class="pubinputs" style="width:480px"></td> | |||||
<td align="center"><button name="" type="button" id="add" class="btn btn-success btn-sm del">删除</button></td> | <td align="center"><button name="" type="button" id="add" class="btn btn-success btn-sm del">删除</button></td> | ||||
</tr> | </tr> | ||||
<?php } ?> | <?php } ?> | ||||
@@ -265,18 +265,18 @@ | |||||
</tr> | </tr> | ||||
<tr bgcolor="#FFFFFF" height="30" align="center"> | <tr bgcolor="#FFFFFF" height="30" align="center"> | ||||
<td class="rank" style="padding:5px;"><input type="hidden" name="posttype" value="" | <td class="rank" style="padding:5px;"><input type="hidden" name="posttype" value="" | ||||
class="pubinputs" /> | |||||
<input type="text" name="rank" id="rank" value="1" class="pubinputs" style="width:50px;" /></td> | |||||
class="pubinputs"> | |||||
<input type="text" name="rank" id="rank" value="1" class="pubinputs" style="width:50px"></td> | |||||
<td align='center'><input type="text" name="reltype" id="reltype" class="pubinputs" | <td align='center'><input type="text" name="reltype" id="reltype" class="pubinputs" | ||||
style="width:160px;" /></td> | |||||
style="width:160px"></td> | |||||
<td align="center"><button name="" type="button" id="add" class="btn btn-success btn-sm del">删除</button></td> | <td align="center"><button name="" type="button" id="add" class="btn btn-success btn-sm del">删除</button></td> | ||||
</tr> | </tr> | ||||
<?php for($i=2;$i<=10;$i++) { ?> | <?php for($i=2;$i<=10;$i++) { ?> | ||||
<tr bgcolor="#FFFFFF" height="30" class="repeat" align="center"> | <tr bgcolor="#FFFFFF" height="30" class="repeat" align="center"> | ||||
<td class="rank"><input type="hidden" name="posttype<?php echo $i; ?>" value="<?php echo $i; ?>" /> | |||||
<input type="text" name="rank<?php echo $i; ?>" id="rank<?php echo $i; ?>" value="<?php echo $i; ?>" class="pubinputs" style="width:50px;" /></td> | |||||
<td class="rank"><input type="hidden" name="posttype<?php echo $i; ?>" value="<?php echo $i; ?>"> | |||||
<input type="text" name="rank<?php echo $i; ?>" id="rank<?php echo $i; ?>" value="<?php echo $i; ?>" class="pubinputs" style="width:50px"></td> | |||||
<td align='center'><input type="text" name="reltype<?php echo $i; ?>" | <td align='center'><input type="text" name="reltype<?php echo $i; ?>" | ||||
id="reltype<?php echo $i; ?>" class="pubinputs" style="width:160px;" /></td> | |||||
id="reltype<?php echo $i; ?>" class="pubinputs" style="width:160px"></td> | |||||
<td align="center"><button type="button" id="add" class="btn btn-success btn-sm del">删除</button></td> | <td align="center"><button type="button" id="add" class="btn btn-success btn-sm del">删除</button></td> | ||||
</tr> | </tr> | ||||
<?php } ?> | <?php } ?> | ||||
@@ -298,5 +298,4 @@ | |||||
</table> | </table> | ||||
</form> | </form> | ||||
</body> | </body> | ||||
</html> | </html> |
@@ -3,7 +3,7 @@ | |||||
<head> | <head> | ||||
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>"> | <meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>"> | ||||
<title>类别管理</title> | <title>类别管理</title> | ||||
<link href="css/base.css" rel="stylesheet" type="text/css" /> | |||||
<link rel="stylesheet" href="css/base.css"> | |||||
<script language="javascript" src="js/context_menu.js"></script> | <script language="javascript" src="js/context_menu.js"></script> | ||||
<script language="javascript" src="js/ieemu.js"></script> | <script language="javascript" src="js/ieemu.js"></script> | ||||
<script language="javascript" src="../static/js/webajax.js"></script> | <script language="javascript" src="../static/js/webajax.js"></script> | ||||
@@ -161,7 +161,7 @@ body | |||||
background-color:#9ad075; | background-color:#9ad075; | ||||
} | } | ||||
</style> | </style> | ||||
<base target="main" /> | |||||
<base target="main"> | |||||
</head> | </head> | ||||
<body target="main" onLoad="ContextMenu.intializeContextMenu()"> | <body target="main" onLoad="ContextMenu.intializeContextMenu()"> | ||||
<form name="formjump" method="post" target="main" action=""></form> | <form name="formjump" method="post" target="main" action=""></form> | ||||
@@ -171,19 +171,19 @@ body | |||||
<form name="form1" target="main" action="public_guide.php"><input type='hidden' name='action' value='edit' /></form> | <form name="form1" target="main" action="public_guide.php"><input type='hidden' name='action' value='edit' /></form> | ||||
<form name="form2" target="main" action="catalog_main.php"></form> | <form name="form2" target="main" action="catalog_main.php"></form> | ||||
<form name="form3" target="menu" action="index_menu.php"></form> | <form name="form3" target="menu" action="index_menu.php"></form> | ||||
<form name="form5" target="main" action="catalog_add.php"><input type="hidden" name="dopost" value="quick" /></form> | |||||
<form name="form5" target="main" action="catalog_add.php"><input type="hidden" name="dopost" value="quick"></form> | |||||
<form name="form6" target="main" action="content_list.php"></form> | <form name="form6" target="main" action="content_list.php"></form> | ||||
<input type="button" name="sb5" value="批量增加栏目" class="nbt" style="width:80px" onClick="document.form5.submit();" /> | |||||
<input type="button" name="sb2" value="栏目管理" class="nbt" style="width:71px" onClick="document.form2.submit();" /> | |||||
<input type="button" name="sb5" value="批量增加栏目" class="nbt" style="width:80px" onClick="document.form5.submit()"> | |||||
<input type="button" name="sb2" value="栏目管理" class="nbt" style="width:71px" onClick="document.form2.submit()"> | |||||
<br> | <br> | ||||
<input type="button" name="sb3" value="菜单" class="nbt" style="width:36px" onClick="document.form3.submit();" /> | |||||
<input type="button" name="sb6" value="文档列表" class="nbt" style="width:56px" onClick="document.form6.submit();" /> | |||||
<input type="button" name="sb1" value="发布向导" class="nbt" style="width:56px" onClick="document.form1.submit();" /> | |||||
<input type="button" name="sb3" value="菜单" class="nbt" style="width:36px" onClick="document.form3.submit()"> | |||||
<input type="button" name="sb6" value="文档列表" class="nbt" style="width:56px" onClick="document.form6.submit()"> | |||||
<input type="button" name="sb1" value="发布向导" class="nbt" style="width:56px" onClick="document.form1.submit()"> | |||||
</td> | </td> | ||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
<td width="23%" align='center' background='images/mtbg1.gif' style='border-left: 1px solid #74c63f;'> | <td width="23%" align='center' background='images/mtbg1.gif' style='border-left: 1px solid #74c63f;'> | ||||
<a href="javascript:;" onClick="showHide('items1')" target="_self"><img src="images/mtimg1.gif" width="21" height="26" border="0" /></a> | |||||
<a href="javascript:;" onClick="showHide('items1')" target="_self"><img src="images/mtimg1.gif" width="21" height="26" border="0"></a> | |||||
</td> | </td> | ||||
<td width="77%" background='images/mtbg1.gif' style='border-right: 1px solid #74c63f;'>站点目录树</td> | <td width="77%" background='images/mtbg1.gif' style='border-right: 1px solid #74c63f;'>站点目录树</td> | ||||
</tr> | </tr> | ||||
@@ -4,13 +4,13 @@ | |||||
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>"> | <meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>"> | ||||
<title>自定义属性管理</title> | <title>自定义属性管理</title> | ||||
<link rel="stylesheet" href="../static/css/bootstrap.min.css"> | <link rel="stylesheet" href="../static/css/bootstrap.min.css"> | ||||
<link href="../static/font-awesome/css/font-awesome.min.css" rel="stylesheet"> | |||||
<link href="css/base.css" rel="stylesheet" type="text/css"> | |||||
<link rel="stylesheet" href="../static/font-awesome/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="css/base.css"> | |||||
</head> | </head> | ||||
<body background='images/allbg.gif' leftmargin='8'> | <body background='images/allbg.gif' leftmargin='8'> | ||||
<table width="98%" border="0" cellpadding="0" cellspacing="1" bgcolor="#D6D6D6" align="center" class="table maintable table-bordered mt-3"> | <table width="98%" border="0" cellpadding="0" cellspacing="1" bgcolor="#D6D6D6" align="center" class="table maintable table-bordered mt-3"> | ||||
<form name="form1" action="content_att.php" method="post"> | <form name="form1" action="content_att.php" method="post"> | ||||
<input type="hidden" name="dopost" value="save" /> | |||||
<input type="hidden" name="dopost" value="save"> | |||||
<tr> | <tr> | ||||
<td height="26" colspan="3" background='images/tbg.gif' style="padding-left:10px"><strong>文档自定义属性管理</strong> | <td height="26" colspan="3" background='images/tbg.gif' style="padding-left:10px"><strong>文档自定义属性管理</strong> | ||||
</td> | </td> | ||||
@@ -36,7 +36,7 @@ | |||||
{ | { | ||||
$k++; | $k++; | ||||
?> | ?> | ||||
<input type="hidden" name="att_<?php echo $k?>" value="<?php echo $row->att?>" /> | |||||
<input type="hidden" name="att_<?php echo $k?>" value="<?php echo $row->att?>"> | |||||
<tr bgcolor="#FFFFFF" height="26"> | <tr bgcolor="#FFFFFF" height="26"> | ||||
<td align="center"> | <td align="center"> | ||||
<?php echo $row->att; ?> | <?php echo $row->att; ?> | ||||
@@ -53,7 +53,7 @@ | |||||
<?php | <?php | ||||
} | } | ||||
?> | ?> | ||||
<input type="hidden" name="idend" value="<?php echo $k?>" /> | |||||
<input type="hidden" name="idend" value="<?php echo $k?>"> | |||||
<tr> | <tr> | ||||
<td height="26" colspan="3" bgcolor="#F9FCEF"> </td> | <td height="26" colspan="3" bgcolor="#F9FCEF"> </td> | ||||
</tr> | </tr> | ||||
@@ -65,5 +65,4 @@ | |||||
</form> | </form> | ||||
</table> | </table> | ||||
</body> | </body> | ||||
</html> | </html> |
@@ -4,8 +4,8 @@ | |||||
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>"> | <meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>"> | ||||
<title>文档批量管理</title> | <title>文档批量管理</title> | ||||
<link rel="stylesheet" href="../static/css/bootstrap.min.css"> | <link rel="stylesheet" href="../static/css/bootstrap.min.css"> | ||||
<link href="../static/font-awesome/css/font-awesome.min.css" rel="stylesheet"> | |||||
<link href="css/base.css" rel="stylesheet" type="text/css"> | |||||
<link rel="stylesheet" href="../static/font-awesome/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="css/base.css"> | |||||
<link href="../static/css/daterangepicker.css" rel="stylesheet"> | <link href="../static/css/daterangepicker.css" rel="stylesheet"> | ||||
<script src="../static/js/jquery.js" language="javascript" type="text/javascript"></script> | <script src="../static/js/jquery.js" language="javascript" type="text/javascript"></script> | ||||
<script type="text/javascript" src="../static/js/moment.min.js"></script> | <script type="text/javascript" src="../static/js/moment.min.js"></script> | ||||
@@ -100,11 +100,11 @@ | |||||
<tr id='seltimeField' style='display:none' height='26'> | <tr id='seltimeField' style='display:none' height='26'> | ||||
<td width="250">开始: | <td width="250">开始: | ||||
<?php $nowtime = GetDateTimeMk(time()-(24*3600*30)); ?> | <?php $nowtime = GetDateTimeMk(time()-(24*3600*30)); ?> | ||||
<input name="starttime" value="<?php echo $nowtime; ?>" type="text" id="starttime" class="datepicker" /> | |||||
<input name="starttime" value="<?php echo $nowtime; ?>" type="text" id="starttime" class="datepicker"> | |||||
</td> | </td> | ||||
<td width="250">结束: | <td width="250">结束: | ||||
<?php $nowtime = GetDateTimeMk(time()); ?> | <?php $nowtime = GetDateTimeMk(time()); ?> | ||||
<input name="endtime" value="<?php echo $nowtime; ?>" type="text" id="endtime" class="datepicker" /> | |||||
<input name="endtime" value="<?php echo $nowtime; ?>" type="text" id="endtime" class="datepicker"> | |||||
</td> | </td> | ||||
</tr> | </tr> | ||||
</table> | </table> | ||||
@@ -112,7 +112,7 @@ | |||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
<td height="26" align="center" bgcolor="#FFFFFF">用户的登录id:</td> | <td height="26" align="center" bgcolor="#FFFFFF">用户的登录id:</td> | ||||
<td height="26" bgcolor="#FFFFFF"><input name="userid" type="text" id="userid" size="20" /> | |||||
<td height="26" bgcolor="#FFFFFF"><input name="userid" type="text" id="userid" size="20"> | |||||
(网址uid=后面跟的id)</td> | (网址uid=后面跟的id)</td> | ||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
@@ -121,11 +121,11 @@ | |||||
<label><input name="action" type="radio" class="np" id="checkradio" onClick="ShowHideMove()" value="check" | <label><input name="action" type="radio" class="np" id="checkradio" onClick="ShowHideMove()" value="check" | ||||
checked='1' /> | checked='1' /> | ||||
审核文档</label> | 审核文档</label> | ||||
<label><input name="action" type="radio" class="np" value="makehtml" id="makehtmlradio" onClick="ShowHideMove()" /> | |||||
<label><input name="action" type="radio" class="np" value="makehtml" id="makehtmlradio" onClick="ShowHideMove()"> | |||||
更新HTML</label> | 更新HTML</label> | ||||
<label><input name="action" type="radio" class="np" value="move" id="moveradio" onClick="ShowHideMove()" /> | |||||
<label><input name="action" type="radio" class="np" value="move" id="moveradio" onClick="ShowHideMove()"> | |||||
移动文档</label> | 移动文档</label> | ||||
<label><input name="action" type="radio" class="np" id="delradio" value="del" onClick="ShowHideMove()" /> | |||||
<label><input name="action" type="radio" class="np" id="delradio" value="del" onClick="ShowHideMove()"> | |||||
删除文档</label></td> | 删除文档</label></td> | ||||
</tr> | </tr> | ||||
<tr height="26" bgcolor="#FFFFFF"> | <tr height="26" bgcolor="#FFFFFF"> | ||||
@@ -204,5 +204,4 @@ | |||||
</form> | </form> | ||||
</table> | </table> | ||||
</body> | </body> | ||||
</html> | </html> |
@@ -5,7 +5,7 @@ | |||||
<title>专题文档管理</title> | <title>专题文档管理</title> | ||||
<link rel="stylesheet" href="../static/css/bootstrap.min.css"> | <link rel="stylesheet" href="../static/css/bootstrap.min.css"> | ||||
<link rel="stylesheet" href="../static/font-awesome/css/font-awesome.min.css"> | <link rel="stylesheet" href="../static/font-awesome/css/font-awesome.min.css"> | ||||
<link rel="stylesheet" type="text/css" href="css/base.css"> | |||||
<link rel="stylesheet" href="css/base.css"> | |||||
<script src="js/context_menu.js"></script> | <script src="js/context_menu.js"></script> | ||||
<script src="js/ieemu.js"></script> | <script src="js/ieemu.js"></script> | ||||
<script> | <script> | ||||
@@ -62,7 +62,6 @@ function ShowMenu(evt, obj, aid, atitle) { | |||||
] | ] | ||||
ContextMenu.display(evt, popupoptions) | ContextMenu.display(evt, popupoptions) | ||||
} | } | ||||
//获得选中文件的文件名 | //获得选中文件的文件名 | ||||
function getCheckboxItem() { | function getCheckboxItem() { | ||||
var allSel = ""; | var allSel = ""; | ||||
@@ -4,8 +4,8 @@ | |||||
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>"> | <meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>"> | ||||
<title>选择文章</title> | <title>选择文章</title> | ||||
<link rel="stylesheet" href="../static/css/bootstrap.min.css"> | <link rel="stylesheet" href="../static/css/bootstrap.min.css"> | ||||
<link href="../static/font-awesome/css/font-awesome.min.css" rel="stylesheet"> | |||||
<link rel="stylesheet" type="text/css" href="css/base.css"> | |||||
<link rel="stylesheet" href="../static/font-awesome/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="css/base.css"> | |||||
<script language="javascript"> | <script language="javascript"> | ||||
//获得选中文件的文件名 | //获得选中文件的文件名 | ||||
function getCheckboxItem() { | function getCheckboxItem() { | ||||
@@ -129,5 +129,4 @@ | |||||
</tr> | </tr> | ||||
</table> | </table> | ||||
</body> | </body> | ||||
</html> | </html> |
@@ -4,8 +4,8 @@ | |||||
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>"> | <meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>"> | ||||
<title>文档管理</title> | <title>文档管理</title> | ||||
<link rel="stylesheet" href="../static/css/bootstrap.min.css"> | <link rel="stylesheet" href="../static/css/bootstrap.min.css"> | ||||
<link href="../static/font-awesome/css/font-awesome.min.css" rel="stylesheet"> | |||||
<link rel="stylesheet" type="text/css" href="css/base.css"> | |||||
<link rel="stylesheet" href="../static/font-awesome/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="css/base.css"> | |||||
<script language="javascript" src="../static/js/jquery.js"></script> | <script language="javascript" src="../static/js/jquery.js"></script> | ||||
<script src="../static/js/bootstrap.bundle.js"></script> | <script src="../static/js/bootstrap.bundle.js"></script> | ||||
<script language="javascript" src="../static/js/webajax.js"></script> | <script language="javascript" src="../static/js/webajax.js"></script> | ||||
@@ -311,5 +311,4 @@ | |||||
</tr> | </tr> | ||||
</table> | </table> | ||||
</body> | </body> | ||||
</html> | </html> |
@@ -3,7 +3,7 @@ | |||||
<head> | <head> | ||||
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>"> | <meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>"> | ||||
<title>文档信息统计</title> | <title>文档信息统计</title> | ||||
<link href="css/base.css" rel="stylesheet" type="text/css"> | |||||
<link rel="stylesheet" href="css/base.css"> | |||||
</head> | </head> | ||||
<body background='images/allbg.gif' leftmargin='8' topmargin='8'> | <body background='images/allbg.gif' leftmargin='8' topmargin='8'> | ||||
<table width="98%" border="0" cellpadding="3" cellspacing="1" bgcolor="#D6D6D6" align="center"> | <table width="98%" border="0" cellpadding="3" cellspacing="1" bgcolor="#D6D6D6" align="center"> | ||||
@@ -23,15 +23,15 @@ | |||||
<td><table width="300" border="0" cellpadding="1" cellspacing="1" bgcolor="#996666"> | <td><table width="300" border="0" cellpadding="1" cellspacing="1" bgcolor="#996666"> | ||||
<tr bgcolor="#FFFFFF"> | <tr bgcolor="#FFFFFF"> | ||||
<td width="140" bgcolor="#F3ECDA"> 文档总数:</td> | <td width="140" bgcolor="#F3ECDA"> 文档总数:</td> | ||||
<td width="152"> [<?php echo $row1['dd']?>]</td> | |||||
<td width="150">[<?php echo $row1['dd']?>]</td> | |||||
</tr> | </tr> | ||||
<tr bgcolor="#FFFFFF"> | <tr bgcolor="#FFFFFF"> | ||||
<td bgcolor="#F3ECDA"> 评论总数:</td> | <td bgcolor="#F3ECDA"> 评论总数:</td> | ||||
<td> [<?php echo $row2['dd']?>]</td> | |||||
<td>[<?php echo $row2['dd']?>]</td> | |||||
</tr> | </tr> | ||||
<tr bgcolor="#FFFFFF"> | <tr bgcolor="#FFFFFF"> | ||||
<td bgcolor="#F3ECDA"> 会员总数:</td> | <td bgcolor="#F3ECDA"> 会员总数:</td> | ||||
<td> [<?php echo $row3['dd']?>]</td> | |||||
<td>[<?php echo $row3['dd']?>]</td> | |||||
</tr> | </tr> | ||||
</table></td> | </table></td> | ||||
</tr> | </tr> | ||||
@@ -4,8 +4,8 @@ | |||||
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>"> | <meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>"> | ||||
<title>新增频道</title> | <title>新增频道</title> | ||||
<link rel="stylesheet" href="../static/css/bootstrap.min.css"> | <link rel="stylesheet" href="../static/css/bootstrap.min.css"> | ||||
<link href="../static/font-awesome/css/font-awesome.min.css" rel="stylesheet"> | |||||
<link href="css/base.css" rel="stylesheet" type="text/css" /> | |||||
<link rel="stylesheet" href="../static/font-awesome/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="css/base.css"> | |||||
<script language="javascript" src="../static/js/jquery.js"></script> | <script language="javascript" src="../static/js/jquery.js"></script> | ||||
<script src="../static/js/bootstrap.bundle.js"></script> | <script src="../static/js/bootstrap.bundle.js"></script> | ||||
<script language="javascript" src="js/main.js"></script> | <script language="javascript" src="js/main.js"></script> | ||||
@@ -52,7 +52,7 @@ | |||||
<td bgcolor="#FFFFFF"> | <td bgcolor="#FFFFFF"> | ||||
<input name="diyid" type="text" id="diyid" size="10" value="<?php echo $newdiyid?>" class='pubinputs' | <input name="diyid" type="text" id="diyid" size="10" value="<?php echo $newdiyid?>" class='pubinputs' | ||||
style='width:60px' /> | style='width:60px' /> | ||||
* <img src="images/help.gif" alt="帮助" border="0" style="cursor:hand" onClick="showHide2('help1')" /> | |||||
* <img src="images/help.gif" alt="帮助" border="0" style="cursor:hand" onClick="showHide2('help1')"> | |||||
</td> | </td> | ||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
@@ -63,7 +63,7 @@ | |||||
<td bgcolor="#FFFFFF"> | <td bgcolor="#FFFFFF"> | ||||
<input name="name" type="text" id="name" style="width:180px" value="自定义表单<?php echo $newdiyid;?>" | <input name="name" type="text" id="name" style="width:180px" value="自定义表单<?php echo $newdiyid;?>" | ||||
class='pubinputs' /> | class='pubinputs' /> | ||||
*<img src="images/help.gif" alt="帮助" border="0" style="cursor:hand" onClick="showHide2('help3')" /> | |||||
*<img src="images/help.gif" alt="帮助" border="0" style="cursor:hand" onClick="showHide2('help3')"> | |||||
</td> | </td> | ||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
@@ -72,7 +72,7 @@ | |||||
<td bgcolor="#FFFFFF"> | <td bgcolor="#FFFFFF"> | ||||
<input name="table" type="text" id="table" style="width:180px" | <input name="table" type="text" id="table" style="width:180px" | ||||
value="<?php echo $cfg_dbprefix; ?>diyform<?php echo $newdiyid; ?>" class='pubinputs' /> | value="<?php echo $cfg_dbprefix; ?>diyform<?php echo $newdiyid; ?>" class='pubinputs' /> | ||||
*<img src="images/help.gif" alt="帮助" border="0" style="cursor:hand" onClick="showHide2('help5')" /> | |||||
*<img src="images/help.gif" alt="帮助" border="0" style="cursor:hand" onClick="showHide2('help5')"> | |||||
</td> | </td> | ||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
@@ -121,5 +121,4 @@ | |||||
</form> | </form> | ||||
</table> | </table> | ||||
</body> | </body> | ||||
</html> | </html> |
@@ -4,8 +4,8 @@ | |||||
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>"> | <meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>"> | ||||
<title>修改自定义表单</title> | <title>修改自定义表单</title> | ||||
<link rel="stylesheet" href="../static/css/bootstrap.min.css"> | <link rel="stylesheet" href="../static/css/bootstrap.min.css"> | ||||
<link href="../static/font-awesome/css/font-awesome.min.css" rel="stylesheet"> | |||||
<link href="css/base.css" rel="stylesheet" type="text/css" /> | |||||
<link rel="stylesheet" href="../static/font-awesome/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="css/base.css"> | |||||
<script language="javascript" src="../static/js/jquery.js"></script> | <script language="javascript" src="../static/js/jquery.js"></script> | ||||
<script src="../static/js/bootstrap.bundle.js"></script> | <script src="../static/js/bootstrap.bundle.js"></script> | ||||
<script language="javascript" src="js/main.js"></script> | <script language="javascript" src="js/main.js"></script> | ||||
@@ -44,7 +44,7 @@ | |||||
<body background='images/allbg.gif' leftmargin='8' topmargin='8'> | <body background='images/allbg.gif' leftmargin='8' topmargin='8'> | ||||
<div class="bodytitle mt-3"> | <div class="bodytitle mt-3"> | ||||
<div class="bodytitleleft"></div> | <div class="bodytitleleft"></div> | ||||
<div class="bodytitletxt" style="padding-left:10px">自定义表单管理</div> | |||||
<div class="bodytitletxt">自定义表单管理</div> | |||||
</div> | </div> | ||||
<table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" class="table maintable table-bordered mt-3" style="background:#CFCFCF;"> | <table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" class="table maintable table-bordered mt-3" style="background:#CFCFCF;"> | ||||
<form name="form1" action="diy_edit.php" method="post" onSubmit="return checkSubmit();"> | <form name="form1" action="diy_edit.php" method="post" onSubmit="return checkSubmit();"> | ||||
@@ -60,8 +60,9 @@ | |||||
<td width="170" height="26" align="left" bgcolor="#FFFFFF">自定义表单 diyid:<br> | <td width="170" height="26" align="left" bgcolor="#FFFFFF">自定义表单 diyid:<br> | ||||
<span class="STYLE2" id='help1'>数字,创建后不可修改,并具有唯一性</span> </td> | <span class="STYLE2" id='help1'>数字,创建后不可修改,并具有唯一性</span> </td> | ||||
<td bgcolor="#FFFFFF"> | <td bgcolor="#FFFFFF"> | ||||
<?php echo $diyid;?> | |||||
* <img src="images/help.gif" alt="帮助" border="0" style="cursor:hand" onClick="showHide2('help1')" /></td> | |||||
<?php echo $diyid; ?> | |||||
<img src="images/help.gif" alt="帮助" border="0" style="cursor:hand" onClick="showHide2('help1')"> | |||||
</td> | |||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
<td height="26" align="left" bgcolor="#F9FCEF">自定义表单名称:<br> | <td height="26" align="left" bgcolor="#F9FCEF">自定义表单名称:<br> | ||||
@@ -69,7 +70,7 @@ | |||||
<td bgcolor="#F9FCEF"> | <td bgcolor="#F9FCEF"> | ||||
<input name="name" type="text" id="name" value="<?php echo $row['name']?>" style="width:180px" | <input name="name" type="text" id="name" value="<?php echo $row['name']?>" style="width:180px" | ||||
class='alltxt' /> | class='alltxt' /> | ||||
*<img src="images/help.gif" alt="帮助" border="0" style="cursor:hand" onClick="showHide2('help3')" /> | |||||
*<img src="images/help.gif" alt="帮助" border="0" style="cursor:hand" onClick="showHide2('help3')"> | |||||
</td> | </td> | ||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
@@ -78,7 +79,7 @@ | |||||
<td bgcolor="#FFFFFF"> | <td bgcolor="#FFFFFF"> | ||||
<input name="table" type="text" id="table" style="width:180px" value="<?php echo $row['table']; ?>" | <input name="table" type="text" id="table" style="width:180px" value="<?php echo $row['table']; ?>" | ||||
class='alltxt' disabled='1' /> | class='alltxt' disabled='1' /> | ||||
*<img src="images/help.gif" alt="帮助" border="0" style="cursor:hand" onClick="showHide2('help5')" /> | |||||
*<img src="images/help.gif" alt="帮助" border="0" style="cursor:hand" onClick="showHide2('help5')"> | |||||
</td> | </td> | ||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
@@ -202,5 +203,4 @@ foreach($dtp->CTags as $ctag) | |||||
</form> | </form> | ||||
</table> | </table> | ||||
</body> | </body> | ||||
</html> | </html> |
@@ -9,8 +9,8 @@ body { | |||||
} | } | ||||
</style> | </style> | ||||
<link rel="stylesheet" href="../static/css/bootstrap.min.css"> | <link rel="stylesheet" href="../static/css/bootstrap.min.css"> | ||||
<link href="../static/font-awesome/css/font-awesome.min.css" rel="stylesheet"> | |||||
<link href="css/base.css" rel="stylesheet" type="text/css" /> | |||||
<link rel="stylesheet" href="../static/font-awesome/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="css/base.css"> | |||||
<script language="javascript" src="../static/js/jquery.js"></script> | <script language="javascript" src="../static/js/jquery.js"></script> | ||||
<script src="../static/js/bootstrap.bundle.js"></script> | <script src="../static/js/bootstrap.bundle.js"></script> | ||||
</head> | </head> | ||||
@@ -23,9 +23,9 @@ body { | |||||
<tr> | <tr> | ||||
<td height="167" colspan="2" align="center" bgcolor="#FFFFFF" valign="top"> | <td height="167" colspan="2" align="center" bgcolor="#FFFFFF" valign="top"> | ||||
<form name="form1" method="post" enctype="multipart/form-data" action="diy_list.php?action=edit&diyid=<?php echo $diy->diyid ?>&id=<?php echo $row['id'] ?>&do=2"> | <form name="form1" method="post" enctype="multipart/form-data" action="diy_list.php?action=edit&diyid=<?php echo $diy->diyid ?>&id=<?php echo $row['id'] ?>&do=2"> | ||||
<input type="hidden" name="dopost" value="edit" /> | |||||
<input type="hidden" name="id" value="<?php echo $row['id']; ?>" /> | |||||
<table width="100%" border="0" cellpadding="3" cellspacing="1" style="text-align:left;"> | |||||
<input type="hidden" name="dopost" value="edit"> | |||||
<input type="hidden" name="id" value="<?php echo $row['id']; ?>"> | |||||
<table width="100%" border="0" cellpadding="3" cellspacing="1" style="text-align:left"> | |||||
<?php | <?php | ||||
$formfields = ''; | $formfields = ''; | ||||
foreach($fieldlist as $field=>$fielddata) | foreach($fieldlist as $field=>$fielddata) | ||||
@@ -4,8 +4,8 @@ | |||||
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>"> | <meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>"> | ||||
<title>增加字段</title> | <title>增加字段</title> | ||||
<link rel="stylesheet" href="../static/css/bootstrap.min.css"> | <link rel="stylesheet" href="../static/css/bootstrap.min.css"> | ||||
<link href="../static/font-awesome/css/font-awesome.min.css" rel="stylesheet"> | |||||
<link href="css/base.css" rel="stylesheet" type="text/css" /> | |||||
<link rel="stylesheet" href="../static/font-awesome/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="css/base.css"> | |||||
<script language="javascript" src="../static/js/jquery.js"></script> | <script language="javascript" src="../static/js/jquery.js"></script> | ||||
<script src="../static/js/bootstrap.bundle.js"></script> | <script src="../static/js/bootstrap.bundle.js"></script> | ||||
<script language='javascript' src="js/main.js"></script> | <script language='javascript' src="js/main.js"></script> | ||||
@@ -97,7 +97,7 @@ td{ padding:2px; padding-left:6px; line-height:150%; } | |||||
<td bgcolor="#FFFFFF"><strong>表单提示文字:</strong><br> | <td bgcolor="#FFFFFF"><strong>表单提示文字:</strong><br> | ||||
<span class="STYLE2">发布内容时显示的提示文字</span></td> | <span class="STYLE2">发布内容时显示的提示文字</span></td> | ||||
<td bgcolor="#FFFFFF"> | <td bgcolor="#FFFFFF"> | ||||
<input name="itemname" type="text" id="itemname" class="pubinputs" /> | |||||
<input name="itemname" type="text" id="itemname" class="pubinputs"> | |||||
*</td> | *</td> | ||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
@@ -107,7 +107,7 @@ td{ padding:2px; padding-left:6px; line-height:150%; } | |||||
</span> | </span> | ||||
</td> | </td> | ||||
<td width="72%" bgcolor="#FFFFFF"> | <td width="72%" bgcolor="#FFFFFF"> | ||||
<input name="fieldname" type="text" id="fieldname" class="pubinputs" /> | |||||
<input name="fieldname" type="text" id="fieldname" class="pubinputs"> | |||||
* | * | ||||
</td> | </td> | ||||
</tr> | </tr> | ||||
@@ -117,7 +117,7 @@ td{ padding:2px; padding-left:6px; line-height:150%; } | |||||
<span class="STYLE2">如果内容需要分页符,不论何种内容,都可以用#P#副标题#e#作为分页符号实现内容分页,但一个模型里仅允许一个这样的字段!</span> | <span class="STYLE2">如果内容需要分页符,不论何种内容,都可以用#P#副标题#e#作为分页符号实现内容分页,但一个模型里仅允许一个这样的字段!</span> | ||||
</td> | </td> | ||||
<td bgcolor="#FFFFFF"> | <td bgcolor="#FFFFFF"> | ||||
<input name="isnull" type="hidden" value="1" /> | |||||
<input name="isnull" type="hidden" value="1"> | |||||
<label><input name="spage" type="radio" value="split" class='np' /> | <label><input name="spage" type="radio" value="split" class='np' /> | ||||
是</label> | 是</label> | ||||
| | ||||
@@ -166,7 +166,7 @@ td{ padding:2px; padding-left:6px; line-height:150%; } | |||||
</span> | </span> | ||||
</td> | </td> | ||||
<td bgcolor="#FFFFFF"> | <td bgcolor="#FFFFFF"> | ||||
<input name="maxlength" type="text" id="maxlength" class="pubinputs" value="250" style="width:80px;" /> | |||||
<input name="maxlength" type="text" id="maxlength" class="pubinputs" value="250" style="width:80px"> | |||||
</td> | </td> | ||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
@@ -4,8 +4,8 @@ | |||||
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>"> | <meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>"> | ||||
<title>修改字段</title> | <title>修改字段</title> | ||||
<link rel="stylesheet" href="../static/css/bootstrap.min.css"> | <link rel="stylesheet" href="../static/css/bootstrap.min.css"> | ||||
<link href="../static/font-awesome/css/font-awesome.min.css" rel="stylesheet"> | |||||
<link href="css/base.css" rel="stylesheet" type="text/css" /> | |||||
<link rel="stylesheet" href="../static/font-awesome/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="css/base.css"> | |||||
<script language="javascript" src="../static/js/jquery.js"></script> | <script language="javascript" src="../static/js/jquery.js"></script> | ||||
<script src="../static/js/bootstrap.bundle.js"></script> | <script src="../static/js/bootstrap.bundle.js"></script> | ||||
<script language='javascript' src="js/main.js"></script> | <script language='javascript' src="js/main.js"></script> | ||||
@@ -134,7 +134,7 @@ td{ padding:2px; padding-left:6px; } | |||||
<td bgcolor="#FFFFFF"><strong>内容是否需要分页符:</strong><br> | <td bgcolor="#FFFFFF"><strong>内容是否需要分页符:</strong><br> | ||||
<span class="STYLE2">如果内容需要分页符,不论何种内容,都可以用#P#副标题#e#作为分页符号实现内容分页,但一个模型里仅允许一个这样的字段!</span></td> | <span class="STYLE2">如果内容需要分页符,不论何种内容,都可以用#P#副标题#e#作为分页符号实现内容分页,但一个模型里仅允许一个这样的字段!</span></td> | ||||
<td bgcolor="#FFFFFF"> | <td bgcolor="#FFFFFF"> | ||||
<input name="isnull" type="hidden" value="1" /> | |||||
<input name="isnull" type="hidden" value="1"> | |||||
<label><input name="spage" type="radio" value="split"<?php if($ctag->GetAtt('page')=='split') echo " checked='1' "; ?> class='np' /> | <label><input name="spage" type="radio" value="split"<?php if($ctag->GetAtt('page')=='split') echo " checked='1' "; ?> class='np' /> | ||||
是 </label> | 是 </label> | ||||
<label><input name="spage" type="radio" value="no"<?php if($ctag->GetAtt('page')=='no'||$ctag->GetAtt('page')=='') echo " checked='1' "; ?> class='np' /> | <label><input name="spage" type="radio" value="no"<?php if($ctag->GetAtt('page')=='no'||$ctag->GetAtt('page')=='') echo " checked='1' "; ?> class='np' /> | ||||
@@ -13,7 +13,7 @@ | |||||
<body background="images/allbg.gif" leftmargin="8" topmargin="8"> | <body background="images/allbg.gif" leftmargin="8" topmargin="8"> | ||||
<div class="bodytitle mt-3"> | <div class="bodytitle mt-3"> | ||||
<div class="bodytitleleft"></div> | <div class="bodytitleleft"></div> | ||||
<div class="bodytitletxt" style="padding-left:10px"><?php echo $diy->name; ?>列表</div> | |||||
<div class="bodytitletxt"><?php echo $diy->name; ?>列表</div> | |||||
</div> | </div> | ||||
<form action="diy_list.php" method="post"> | <form action="diy_list.php" method="post"> | ||||
<input type="hidden" name="diyid" value="<?php echo $diyid; ?>"> | <input type="hidden" name="diyid" value="<?php echo $diyid; ?>"> | ||||
@@ -13,7 +13,7 @@ | |||||
<body background="images/allbg.gif" leftmargin="8" topmargin="8"> | <body background="images/allbg.gif" leftmargin="8" topmargin="8"> | ||||
<div class="bodytitle mt-3"> | <div class="bodytitle mt-3"> | ||||
<div class="bodytitleleft"></div> | <div class="bodytitleleft"></div> | ||||
<div class="bodytitletxt" style="padding-left:10px">自定义表单管理</div> | |||||
<div class="bodytitletxt">自定义表单管理</div> | |||||
</div> | </div> | ||||
<table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" class="maintable" style="margin-top:10px;border:1px solid #CFCFCF;border-bottom:none"> | <table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" class="maintable" style="margin-top:10px;border:1px solid #CFCFCF;border-bottom:none"> | ||||
<tr> | <tr> | ||||
@@ -3,7 +3,7 @@ | |||||
<head> | <head> | ||||
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>"> | <meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>"> | ||||
<title><?php echo $diy->name;?></title> | <title><?php echo $diy->name;?></title> | ||||
<link href="css/base.css" rel="stylesheet" type="text/css" /> | |||||
<link rel="stylesheet" href="css/base.css"> | |||||
<script language="javascript" src="../static/js/webajax.js"></script> | <script language="javascript" src="../static/js/webajax.js"></script> | ||||
<script language="javascript" src="js/main.js"></script> | <script language="javascript" src="js/main.js"></script> | ||||
<script language="javascript"> | <script language="javascript"> | ||||
@@ -11,8 +11,7 @@ function SelectTemplets(fname){ | |||||
if(document.all){ | if(document.all){ | ||||
var posLeft = window.event.clientY-100; | var posLeft = window.event.clientY-100; | ||||
var posTop = window.event.clientX-400; | var posTop = window.event.clientX-400; | ||||
} | |||||
else{ | |||||
} else { | |||||
var posLeft = 100; | var posLeft = 100; | ||||
var posTop = 100; | var posTop = 100; | ||||
} | } | ||||
@@ -28,9 +27,9 @@ function SelectTemplets(fname){ | |||||
</div> | </div> | ||||
</div> | </div> | ||||
<form name="form1" action="diy_list.php" method="post" > | <form name="form1" action="diy_list.php" method="post" > | ||||
<input type="hidden" name="action" value="post" /> | |||||
<input type="hidden" name="diyid" value="<?php echo $diyid;?>" /> | |||||
<input type="hidden" name="do" value="2" /> | |||||
<input type="hidden" name="action" value="post"> | |||||
<input type="hidden" name="diyid" value="<?php echo $diyid;?>"> | |||||
<input type="hidden" name="do" value="2"> | |||||
<table width="98%" border="0" align="center" cellpadding="3" cellspacing="1" bgcolor="#ffffff"> | <table width="98%" border="0" align="center" cellpadding="3" cellspacing="1" bgcolor="#ffffff"> | ||||
<tr> | <tr> | ||||
<td bgcolor="#ffffff"> | <td bgcolor="#ffffff"> | ||||
@@ -43,13 +42,11 @@ function SelectTemplets(fname){ | |||||
<table width="98%" border="0" align="center" cellpadding="3" cellspacing="1" bgcolor="#D6D6D6"> | <table width="98%" border="0" align="center" cellpadding="3" cellspacing="1" bgcolor="#D6D6D6"> | ||||
<tr> | <tr> | ||||
<td bgcolor="#F9FCEF" height="36" align="center"> | <td bgcolor="#F9FCEF" height="36" align="center"> | ||||
<input type="submit" name="submit" value="提交" class='np coolbg' /> | |||||
| |||||
<input type="submit" name="submit" value="提交" class='np coolbg' /> | |||||
<input type="reset" name="reset" value="重置" class='np coolbg' /> | <input type="reset" name="reset" value="重置" class='np coolbg' /> | ||||
</td> | </td> | ||||
</tr> | </tr> | ||||
</table> | </table> | ||||
</form> | </form> | ||||
</body> | </body> | ||||
</html> | </html> |
@@ -5,7 +5,7 @@ | |||||
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>"> | <meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>"> | ||||
<title>挑错管理</title> | <title>挑错管理</title> | ||||
<link rel="stylesheet" href="../static/css/bootstrap.min.css"> | <link rel="stylesheet" href="../static/css/bootstrap.min.css"> | ||||
<link href="../static/font-awesome/css/font-awesome.min.css" rel="stylesheet"> | |||||
<link rel="stylesheet" href="../static/font-awesome/css/font-awesome.min.css"> | |||||
<link href="css/base.css" rel='stylesheet' type='text/css'> | <link href="css/base.css" rel='stylesheet' type='text/css'> | ||||
</head> | </head> | ||||
<body background='images/allbg.gif' leftmargin='8' topmargin='8'> | <body background='images/allbg.gif' leftmargin='8' topmargin='8'> | ||||
@@ -99,5 +99,4 @@ | |||||
</table> | </table> | ||||
</form> | </form> | ||||
</body> | </body> | ||||
</html> | </html> |
@@ -9,8 +9,8 @@ | |||||
} | } | ||||
</style> | </style> | ||||
<link rel="stylesheet" href="../static/css/bootstrap.min.css"> | <link rel="stylesheet" href="../static/css/bootstrap.min.css"> | ||||
<link href="../static/font-awesome/css/font-awesome.min.css" rel="stylesheet"> | |||||
<link href="css/base.css" rel="stylesheet" type="text/css"> | |||||
<link rel="stylesheet" href="../static/font-awesome/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="css/base.css"> | |||||
</head> | </head> | ||||
<body> | <body> | ||||
<table width="98%" border="0" align="center" cellpadding="1" cellspacing="1" bgcolor="#cfcfcf" class="table maintable table-bordered mt-3"> | <table width="98%" border="0" align="center" cellpadding="1" cellspacing="1" bgcolor="#cfcfcf" class="table maintable table-bordered mt-3"> | ||||
@@ -21,9 +21,9 @@ | |||||
<tr> | <tr> | ||||
<td height="187" colspan="2" align="center" bgcolor="#FFFFFF"> | <td height="187" colspan="2" align="center" bgcolor="#FFFFFF"> | ||||
<form name="form1" method="post" action="feedback_edit.php"> | <form name="form1" method="post" action="feedback_edit.php"> | ||||
<input type="hidden" name="dopost" value="edit" /> | |||||
<input type="hidden" name="id" value="<?php echo $row['id']; ?>" /> | |||||
<table width="100%" border="0" cellpadding="3" cellspacing="1" style="text-align:left;" class="table table-borderless"> | |||||
<input type="hidden" name="dopost" value="edit"> | |||||
<input type="hidden" name="id" value="<?php echo $row['id']; ?>"> | |||||
<table width="100%" border="0" cellpadding="3" cellspacing="1" style="text-align:left" class="table table-borderless"> | |||||
<tr bgcolor="#FFFFFF"> | <tr bgcolor="#FFFFFF"> | ||||
<td width="120" height="26">评论所属文章:</td> | <td width="120" height="26">评论所属文章:</td> | ||||
<td> | <td> | ||||
@@ -33,7 +33,7 @@ | |||||
<tr bgcolor="#FFFFFF"> | <tr bgcolor="#FFFFFF"> | ||||
<td height="26">评论人:</td> | <td height="26">评论人:</td> | ||||
<td> | <td> | ||||
<input name="username" type="text" id="username" size="20" value="<?php echo $row['username']; ?>" /> | |||||
<input name="username" type="text" id="username" size="20" value="<?php echo $row['username']; ?>"> | |||||
</td> | </td> | ||||
</tr> | </tr> | ||||
<tr bgcolor="#FFFFFF"> | <tr bgcolor="#FFFFFF"> | ||||
@@ -79,5 +79,4 @@ | |||||
</tr> | </tr> | ||||
</table> | </table> | ||||
</body> | </body> | ||||
</html> | </html> |
@@ -62,8 +62,8 @@ | |||||
} | } | ||||
</script> | </script> | ||||
<link rel="stylesheet" href="../static/css/bootstrap.min.css"> | <link rel="stylesheet" href="../static/css/bootstrap.min.css"> | ||||
<link href="../static/font-awesome/css/font-awesome.min.css" rel="stylesheet"> | |||||
<link href="css/base.css" rel="stylesheet" type="text/css"> | |||||
<link rel="stylesheet" href="../static/font-awesome/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="css/base.css"> | |||||
</head> | </head> | ||||
<body background='images/allbg.gif' leftmargin='8' topmargin='8'> | <body background='images/allbg.gif' leftmargin='8' topmargin='8'> | ||||
<table width="98%" border="0" cellpadding="3" align="center" cellspacing="1" bgcolor="#D6D6D6" | <table width="98%" border="0" cellpadding="3" align="center" cellspacing="1" bgcolor="#D6D6D6" | ||||
@@ -178,5 +178,4 @@ | |||||
</form> | </form> | ||||
</table> | </table> | ||||
</body> | </body> | ||||
</html> | </html> |
@@ -4,8 +4,8 @@ | |||||
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>"> | <meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>"> | ||||
<title>文件管理器</title> | <title>文件管理器</title> | ||||
<link rel="stylesheet" href="../static/css/bootstrap.min.css"> | <link rel="stylesheet" href="../static/css/bootstrap.min.css"> | ||||
<link href="../static/font-awesome/css/font-awesome.min.css" rel="stylesheet"> | |||||
<link rel="stylesheet" type="text/css" href="css/base.css"> | |||||
<link rel="stylesheet" href="../static/font-awesome/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="css/base.css"> | |||||
<script language="javascript" src="../static/js/jquery.js"></script> | <script language="javascript" src="../static/js/jquery.js"></script> | ||||
<script src="../static/js/bootstrap.bundle.js"></script> | <script src="../static/js/bootstrap.bundle.js"></script> | ||||
<script language='javascript' src='js/main.js'></script> | <script language='javascript' src='js/main.js'></script> | ||||
@@ -18,7 +18,7 @@ | |||||
} | } | ||||
} | } | ||||
</script> | </script> | ||||
<link rel="stylesheet" type="text/css" href="css/codemirror.css"> | |||||
<link rel="stylesheet" href="css/codemirror.css"> | |||||
<script type="text/javascript" src="js/codemirror.js"></script> | <script type="text/javascript" src="js/codemirror.js"></script> | ||||
<script type="text/javascript" src="js/mode/xml/xml.js"></script> | <script type="text/javascript" src="js/mode/xml/xml.js"></script> | ||||
<script type="text/javascript" src="js/mode/javascript/javascript.js"></script> | <script type="text/javascript" src="js/mode/javascript/javascript.js"></script> | ||||
@@ -34,9 +34,9 @@ | |||||
</tr> | </tr> | ||||
</table> | </table> | ||||
<form method="POST" action="file_manage_control.php" name=form1 onSubmit="return Post()"> | <form method="POST" action="file_manage_control.php" name=form1 onSubmit="return Post()"> | ||||
<input type="hidden" name="fmdo" value="edit" /> | |||||
<input type="hidden" name="backurl" value="{dede:global name='backurl' function='urlencode(@me)'/}" /> | |||||
<input type="hidden" name="_csrf_token" value="{dede:global name='csrf_token'/}" /> | |||||
<input type="hidden" name="fmdo" value="edit"> | |||||
<input type="hidden" name="backurl" value="{dede:global name='backurl' function='urlencode(@me)'/}"> | |||||
<input type="hidden" name="_csrf_token" value="{dede:global name='csrf_token'/}"> | |||||
<table width='100%' border='0' align="center" cellpadding='3' cellspacing='1' bgcolor='#cfcfcf' class="table maintable table-borderless"> | <table width='100%' border='0' align="center" cellpadding='3' cellspacing='1' bgcolor='#cfcfcf' class="table maintable table-borderless"> | ||||
<tr bgcolor='#EEF4EA'> | <tr bgcolor='#EEF4EA'> | ||||
<td colspan='2' background='images/wbg.gif' height='26' style="padding-left:10px"> | <td colspan='2' background='images/wbg.gif' height='26' style="padding-left:10px"> | ||||
@@ -46,14 +46,14 @@ | |||||
<tr bgcolor='#FFFFFF'> | <tr bgcolor='#FFFFFF'> | ||||
<td>工作目录</td> | <td>工作目录</td> | ||||
<td> | <td> | ||||
<input name='activepath' size='40' value="{dede:global name='activepath'/}" /> | |||||
<input name='activepath' size='40' value="{dede:global name='activepath'/}"> | |||||
(空白表示根目录 ,不允许用 “..” 形式的路径) | (空白表示根目录 ,不允许用 “..” 形式的路径) | ||||
</td> | </td> | ||||
</tr> | </tr> | ||||
<tr bgcolor='#FFFFFF'> | <tr bgcolor='#FFFFFF'> | ||||
<td>文件名称</td> | <td>文件名称</td> | ||||
<td> | <td> | ||||
<input name=filename size=40 value="{dede:global name='filename'/}" /> | |||||
<input name=filename size=40 value="{dede:global name='filename'/}"> | |||||
(不允许用 “..” 形式的路径) | (不允许用 “..” 形式的路径) | ||||
</td> | </td> | ||||
</tr> | </tr> | ||||
@@ -4,8 +4,8 @@ | |||||
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>"> | <meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>"> | ||||
<title>文件管理器</title> | <title>文件管理器</title> | ||||
<link rel="stylesheet" href="../static/css/bootstrap.min.css"> | <link rel="stylesheet" href="../static/css/bootstrap.min.css"> | ||||
<link href="../static/font-awesome/css/font-awesome.min.css" rel="stylesheet"> | |||||
<link href="css/base.css" rel="stylesheet" type="text/css"> | |||||
<link rel="stylesheet" href="../static/font-awesome/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="css/base.css"> | |||||
<style> | <style> | ||||
.linerow { | .linerow { | ||||
border-bottom:1px solid #CBD8AC; | border-bottom:1px solid #CBD8AC; | ||||
@@ -324,5 +324,4 @@ foreach ($files as $file) | |||||
</table> | </table> | ||||
</body> | </body> | ||||
</html> | </html> |
@@ -3,7 +3,7 @@ | |||||
<head> | <head> | ||||
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>"> | <meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>"> | ||||
<title>文件上传</title> | <title>文件上传</title> | ||||
<link href="css/base.css" rel="stylesheet" type="text/css"> | |||||
<link rel="stylesheet" href="css/base.css"> | |||||
<script src="menu.js" language="JavaScript"></script> | <script src="menu.js" language="JavaScript"></script> | ||||
</head> | </head> | ||||
<body background="images/allbg.gif" leftmargin="0" topmargin="0"> | <body background="images/allbg.gif" leftmargin="0" topmargin="0"> | ||||
@@ -4,12 +4,12 @@ | |||||
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>"> | <meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>"> | ||||
<title>新增自由列表</title> | <title>新增自由列表</title> | ||||
<link rel="stylesheet" href="../static/css/bootstrap.min.css"> | <link rel="stylesheet" href="../static/css/bootstrap.min.css"> | ||||
<link href="../static/font-awesome/css/font-awesome.min.css" rel="stylesheet"> | |||||
<link href="css/base.css" rel="stylesheet" type="text/css"> | |||||
<link rel="stylesheet" href="../static/font-awesome/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="css/base.css"> | |||||
<script language="javascript" src="../static/js/jquery.js"></script> | <script language="javascript" src="../static/js/jquery.js"></script> | ||||
<script src="../static/js/bootstrap.bundle.js"></script> | <script src="../static/js/bootstrap.bundle.js"></script> | ||||
<script src="js/main.js" language="javascript"></script> | <script src="js/main.js" language="javascript"></script> | ||||
<link rel="stylesheet" type="text/css" href="css/codemirror.css"> | |||||
<link rel="stylesheet" href="css/codemirror.css"> | |||||
<script type="text/javascript" src="js/codemirror.js"></script> | <script type="text/javascript" src="js/codemirror.js"></script> | ||||
<script type="text/javascript" src="js/mode/xml/xml.js"></script> | <script type="text/javascript" src="js/mode/xml/xml.js"></script> | ||||
<script type="text/javascript" src="js/mode/javascript/javascript.js"></script> | <script type="text/javascript" src="js/mode/javascript/javascript.js"></script> | ||||
@@ -19,7 +19,7 @@ | |||||
<body background='images/allbg.gif' leftmargin='8' topmargin='8'> | <body background='images/allbg.gif' leftmargin='8' topmargin='8'> | ||||
<div class="bodytitle mt-3"> | <div class="bodytitle mt-3"> | ||||
<div class="bodytitleleft"></div> | <div class="bodytitleleft"></div> | ||||
<div class="bodytitletxt" style="padding-left:10px">频道管理</div> | |||||
<div class="bodytitletxt">频道管理</div> | |||||
</div> | </div> | ||||
<center> | <center> | ||||
<div style="display:none" id="list1"> | <div style="display:none" id="list1"> | ||||
@@ -329,5 +329,4 @@ | |||||
} | } | ||||
</script> | </script> | ||||
</body> | </body> | ||||
</html> | </html> |
@@ -4,8 +4,8 @@ | |||||
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>"> | <meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>"> | ||||
<title>修改自由列表</title> | <title>修改自由列表</title> | ||||
<link rel="stylesheet" href="../static/css/bootstrap.min.css"> | <link rel="stylesheet" href="../static/css/bootstrap.min.css"> | ||||
<link href="../static/font-awesome/css/font-awesome.min.css" rel="stylesheet"> | |||||
<link href="css/base.css" rel="stylesheet" type="text/css"> | |||||
<link rel="stylesheet" href="../static/font-awesome/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="css/base.css"> | |||||
<script language="javascript" src="../static/js/jquery.js"></script> | <script language="javascript" src="../static/js/jquery.js"></script> | ||||
<script src="../static/js/bootstrap.bundle.js"></script> | <script src="../static/js/bootstrap.bundle.js"></script> | ||||
<script src="js/main.js" language="javascript"></script> | <script src="js/main.js" language="javascript"></script> | ||||
@@ -46,7 +46,7 @@ | |||||
return true; | return true; | ||||
} | } | ||||
</script> | </script> | ||||
<link rel="stylesheet" type="text/css" href="css/codemirror.css"> | |||||
<link rel="stylesheet" href="css/codemirror.css"> | |||||
<script type="text/javascript" src="js/codemirror.js"></script> | <script type="text/javascript" src="js/codemirror.js"></script> | ||||
<script type="text/javascript" src="js/mode/xml/xml.js"></script> | <script type="text/javascript" src="js/mode/xml/xml.js"></script> | ||||
<script type="text/javascript" src="js/mode/javascript/javascript.js"></script> | <script type="text/javascript" src="js/mode/javascript/javascript.js"></script> | ||||
@@ -56,7 +56,7 @@ | |||||
<body background='images/allbg.gif' leftmargin='8' topmargin='8'> | <body background='images/allbg.gif' leftmargin='8' topmargin='8'> | ||||
<div class="bodytitle mt-3"> | <div class="bodytitle mt-3"> | ||||
<div class="bodytitleleft"></div> | <div class="bodytitleleft"></div> | ||||
<div class="bodytitletxt" style="padding-left:10px">频道管理</div> | |||||
<div class="bodytitletxt">频道管理</div> | |||||
</div> | </div> | ||||
<center> | <center> | ||||
<table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" class="table maintable table-bordered" style="background:#CFCFCF;"> | <table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" class="table maintable table-bordered" style="background:#CFCFCF;"> | ||||
@@ -126,7 +126,7 @@ | |||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
<td height="26" align="left">关键字:</td> | <td height="26" align="left">关键字:</td> | ||||
<td align="left"><input name="keywords" type="text" id="keywords" style="width:60%" value="<?php echo $row['keywords']; ?>" /></td> | |||||
<td align="left"><input name="keywords" type="text" id="keywords" style="width:60%" value="<?php echo $row['keywords']; ?>"></td> | |||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
<td height="26" align="left">列表描述:</td> | <td height="26" align="left">列表描述:</td> | ||||
@@ -305,5 +305,4 @@ | |||||
}); | }); | ||||
</script> | </script> | ||||
</body> | </body> | ||||
</html> | </html> |
@@ -4,8 +4,8 @@ | |||||
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>"> | <meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>"> | ||||
<title>自由列表管理</title> | <title>自由列表管理</title> | ||||
<link rel="stylesheet" href="../static/css/bootstrap.min.css"> | <link rel="stylesheet" href="../static/css/bootstrap.min.css"> | ||||
<link href="../static/font-awesome/css/font-awesome.min.css" rel="stylesheet"> | |||||
<link href="css/base.css" rel="stylesheet" type="text/css"> | |||||
<link rel="stylesheet" href="../static/font-awesome/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="css/base.css"> | |||||
<script language="javascript" src="../static/js/jquery.js"></script> | <script language="javascript" src="../static/js/jquery.js"></script> | ||||
<script language="javascript" src="../static/js/webajax.js"></script> | <script language="javascript" src="../static/js/webajax.js"></script> | ||||
<script language="javascript" src="js/main.js"></script> | <script language="javascript" src="js/main.js"></script> | ||||
@@ -93,7 +93,7 @@ | |||||
<body background='images/allbg.gif' leftmargin='8' topmargin='8'> | <body background='images/allbg.gif' leftmargin='8' topmargin='8'> | ||||
<div class="bodytitle mt-3"> | <div class="bodytitle mt-3"> | ||||
<div class="bodytitleleft"></div> | <div class="bodytitleleft"></div> | ||||
<div class="bodytitletxt" style="padding-left:10px">频道管理</div> | |||||
<div class="bodytitletxt">频道管理</div> | |||||
</div> | </div> | ||||
<table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" class="maintable" | <table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" class="maintable" | ||||
@@ -126,8 +126,7 @@ | |||||
<form action="freelist_main.php" name="form1" id="form1"> | <form action="freelist_main.php" name="form1" id="form1"> | ||||
<tr> | <tr> | ||||
<td width="200" align="center"> | <td width="200" align="center"> | ||||
<input type="text" name="keyword" id="keyword" class='alltxt' style="width:170px" | |||||
value="<?php echo $keyword?>" /> | |||||
<input type="text" name="keyword" id="keyword" class='alltxt' style="width:170px" value="<?php echo $keyword?>"> | |||||
</td> | </td> | ||||
<td width="86" align="left"> | <td width="86" align="left"> | ||||
<button type="submit" name="Submit2" class="btn btn-success btn-sm">搜索</button> | <button type="submit" name="Submit2" class="btn btn-success btn-sm">搜索</button> | ||||
@@ -150,5 +149,4 @@ | |||||
</tr> | </tr> | ||||
</table> | </table> | ||||
</body> | </body> | ||||
</html> | </html> |
@@ -25,8 +25,8 @@ function CheckSubmit() | |||||
} | } | ||||
</script> | </script> | ||||
<link rel="stylesheet" href="../static/css/bootstrap.min.css"> | <link rel="stylesheet" href="../static/css/bootstrap.min.css"> | ||||
<link href="../static/font-awesome/css/font-awesome.min.css" rel="stylesheet"> | |||||
<link href="css/base.css" rel="stylesheet" type="text/css"> | |||||
<link rel="stylesheet" href="../static/font-awesome/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="css/base.css"> | |||||
</head> | </head> | ||||
<body background='images/allbg.gif' leftmargin='8' topmargin='8'> | <body background='images/allbg.gif' leftmargin='8' topmargin='8'> | ||||
<table width="98%" border="0" align="center" cellpadding="3" cellspacing="1" bgcolor="#D6D6D6" class="table maintable table-bordered mt-3"> | <table width="98%" border="0" align="center" cellpadding="3" cellspacing="1" bgcolor="#D6D6D6" class="table maintable table-bordered mt-3"> | ||||
@@ -36,7 +36,7 @@ function CheckSubmit() | |||||
<tr> | <tr> | ||||
<td height="200" bgcolor="#FFFFFF" valign="top"> | <td height="200" bgcolor="#FFFFFF" valign="top"> | ||||
<form action="friendlink_add.php" method="post" enctype="multipart/form-data" name="form1" onSubmit="return CheckSubmit();";> | <form action="friendlink_add.php" method="post" enctype="multipart/form-data" name="form1" onSubmit="return CheckSubmit();";> | ||||
<input type="hidden" name="dopost" value="add" /> | |||||
<input type="hidden" name="dopost" value="add"> | |||||
<table width="80%" border="0" cellspacing="1" cellpadding="3" class="table table-borderless"> | <table width="80%" border="0" cellspacing="1" cellpadding="3" class="table table-borderless"> | ||||
<tr> | <tr> | ||||
<td width="19%" height="26">网址:</td> | <td width="19%" height="26">网址:</td> | ||||
@@ -67,7 +67,7 @@ function CheckSubmit() | |||||
<tr> | <tr> | ||||
<td height="26">上传Logo:</td> | <td height="26">上传Logo:</td> | ||||
<td> | <td> | ||||
<input name="logoimg" type="file" id="logoimg" size="30" /> | |||||
<input name="logoimg" type="file" id="logoimg" size="30"> | |||||
</td> | </td> | ||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
@@ -4,8 +4,8 @@ | |||||
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>"> | <meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>"> | ||||
<title>友情链接修改</title> | <title>友情链接修改</title> | ||||
<link rel="stylesheet" href="../static/css/bootstrap.min.css"> | <link rel="stylesheet" href="../static/css/bootstrap.min.css"> | ||||
<link href="../static/font-awesome/css/font-awesome.min.css" rel="stylesheet"> | |||||
<link href="css/base.css" rel="stylesheet" type="text/css"> | |||||
<link rel="stylesheet" href="../static/font-awesome/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="css/base.css"> | |||||
</head> | </head> | ||||
<body background='images/allbg.gif' leftmargin='8' topmargin='8'> | <body background='images/allbg.gif' leftmargin='8' topmargin='8'> | ||||
<table width="98%" border="0" align="center" cellpadding="3" cellspacing="1" bgcolor="#D6D6D6" class="table table-bordered maintable mt-3"> | <table width="98%" border="0" align="center" cellpadding="3" cellspacing="1" bgcolor="#D6D6D6" class="table table-bordered maintable mt-3"> | ||||
@@ -28,7 +28,7 @@ | |||||
<tr> | <tr> | ||||
<td width="19%" height="26">排列位置:</td> | <td width="19%" height="26">排列位置:</td> | ||||
<td width="81%"> | <td width="81%"> | ||||
<input name="sortrank" type="text" id="sortrank" value="<?php echo $myLink['sortrank']?>" size="10" class='pubinputs' style="width:60px" /> | |||||
<input name="sortrank" type="text" id="sortrank" value="<?php echo $myLink['sortrank']?>" size="10" class='pubinputs' style="width:60px"> | |||||
(由小到大排列) | (由小到大排列) | ||||
</td> | </td> | ||||
</tr> | </tr> | ||||
@@ -46,7 +46,7 @@ | |||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
<td height="26">上传Logo:</td> | <td height="26">上传Logo:</td> | ||||
<td><input name="logoimg" type="file" id="logoimg" size="30" /></td> | |||||
<td><input name="logoimg" type="file" id="logoimg" size="30"></td> | |||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
<td height="26">网站简况:</td> | <td height="26">网站简况:</td> | ||||
@@ -95,5 +95,4 @@ | |||||
</tr> | </tr> | ||||
</table> | </table> | ||||
</body> | </body> | ||||
</html> | </html> |
@@ -5,8 +5,8 @@ | |||||
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>"> | <meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>"> | ||||
<title>友情链接管理</title> | <title>友情链接管理</title> | ||||
<link rel="stylesheet" href="../static/css/bootstrap.min.css"> | <link rel="stylesheet" href="../static/css/bootstrap.min.css"> | ||||
<link href="../static/font-awesome/css/font-awesome.min.css" rel="stylesheet"> | |||||
<link href="css/base.css" rel="stylesheet" type='text/css'> | |||||
<link rel="stylesheet" href="../static/font-awesome/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="css/base.css" type='text/css'> | |||||
<script language="javascript" src="../static/js/jquery.js"></script> | <script language="javascript" src="../static/js/jquery.js"></script> | ||||
<script src="../static/js/bootstrap.bundle.js"></script> | <script src="../static/js/bootstrap.bundle.js"></script> | ||||
<script language="javascript" src="js/main.js"></script> | <script language="javascript" src="js/main.js"></script> | ||||
@@ -54,7 +54,7 @@ | |||||
<table border="0" cellspacing="0" cellpadding="3" class="table table-borderless"> | <table border="0" cellspacing="0" cellpadding="3" class="table table-borderless"> | ||||
<tr> | <tr> | ||||
<td>关键字:</td> | <td>关键字:</td> | ||||
<td><input name="keyword" type="text" id="keyword" size="12" style="width:250px" value="<?php echo $keyword; ?>" /></td> | |||||
<td><input name="keyword" type="text" id="keyword" size="12" style="width:250px" value="<?php echo $keyword; ?>"></td> | |||||
<td> | <td> | ||||
<select name="ischeck" id="ischeck"> | <select name="ischeck" id="ischeck"> | ||||
<?php | <?php | ||||
@@ -4,8 +4,8 @@ | |||||
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>"> | <meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>"> | ||||
<title>网站类型管理</title> | <title>网站类型管理</title> | ||||
<link rel="stylesheet" href="../static/css/bootstrap.min.css"> | <link rel="stylesheet" href="../static/css/bootstrap.min.css"> | ||||
<link href="../static/font-awesome/css/font-awesome.min.css" rel="stylesheet"> | |||||
<link href="css/base.css" rel="stylesheet" type="text/css" /> | |||||
<link rel="stylesheet" href="../static/font-awesome/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="css/base.css"> | |||||
</head> | </head> | ||||
<body background="images/allbg.gif" leftmargin='8' topmargin='8'> | <body background="images/allbg.gif" leftmargin='8' topmargin='8'> | ||||
<table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" class="table maintable table-bordered mt-3" style="background:#CFCFCF;"> | <table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" class="table maintable table-bordered mt-3" style="background:#CFCFCF;"> | ||||
@@ -37,7 +37,7 @@ | |||||
</td> | </td> | ||||
<td height="26" valign="top"><input name="pname_<?php echo $k?>" value="<?php echo $row->typename?>" type="text" | <td height="26" valign="top"><input name="pname_<?php echo $k?>" value="<?php echo $row->typename?>" type="text" | ||||
id="pname_<?php echo $k?>" class='pubinputs' style="width:90%" /> </td> | |||||
id="pname_<?php echo $k?>" class='pubinputs' style="width:90%"> </td> | |||||
<td> | <td> | ||||
<label><input name="check_<?php echo $k?>" type="checkbox" id="check_<?php echo $k?>" value="1" checked='1' | <label><input name="check_<?php echo $k?>" type="checkbox" id="check_<?php echo $k?>" value="1" checked='1' | ||||
class='np' /> | class='np' /> | ||||
@@ -52,7 +52,7 @@ | |||||
</tr> | </tr> | ||||
<tr height="26" align="center" bgcolor="#FFFFFF"> | <tr height="26" align="center" bgcolor="#FFFFFF"> | ||||
<td colspan="2" valign="top"> | <td colspan="2" valign="top"> | ||||
<input name="pname_new" type="text" id="pname_new" class='pubinputs' style="width:90%" /> </td> | |||||
<input name="pname_new" type="text" id="pname_new" class='pubinputs' style="width:90%"> </td> | |||||
<td align="center" bgcolor="#FFFFFF"> | <td align="center" bgcolor="#FFFFFF"> | ||||
<label><input name="check_new" type="checkbox" id="check_new" value="1" checked='1' class='np' /> | <label><input name="check_new" type="checkbox" id="check_new" value="1" checked='1' class='np' /> | ||||
@@ -60,10 +60,9 @@ | |||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
<td height="30" colspan="5" align="center" bgcolor="#F9FCEF"> | <td height="30" colspan="5" align="center" bgcolor="#F9FCEF"> | ||||
<input name="imageField" type="submit" class="np coolbg" value="确定" /> </td> | |||||
<input name="imageField" type="submit" class="np coolbg" value="确定"> </td> | |||||
</tr> | </tr> | ||||
</form> | </form> | ||||
</table> | </table> | ||||
</body> | </body> | ||||
</html> | </html> |
@@ -151,10 +151,10 @@ function ReturnImg(reimg) | |||||
<body> | <body> | ||||
<div id="box"> | <div id="box"> | ||||
<form id="setFace" name="setFace" method="post" action="imagecut.php"> | <form id="setFace" name="setFace" method="post" action="imagecut.php"> | ||||
<input type="hidden" name="action" value="cut" /> | |||||
<input type="hidden" name="f" value="<?php echo $f;?>" /> | |||||
<input type="hidden" name="file" value="<?php echo $file;?>" /> | |||||
<input type="hidden" name="isupload" value="<?php echo (empty($isupload) ? '' : $isupload); ?>" /> | |||||
<input type="hidden" name="action" value="cut"> | |||||
<input type="hidden" name="f" value="<?php echo $f;?>"> | |||||
<input type="hidden" name="file" value="<?php echo $file;?>"> | |||||
<input type="hidden" name="isupload" value="<?php echo (empty($isupload) ? '' : $isupload); ?>"> | |||||
<div id="imgBox"> | <div id="imgBox"> | ||||
<img id="faceImg" src="<?php echo $file;?>"> | <img id="faceImg" src="<?php echo $file;?>"> | ||||
<div id="imgCut"></div> | <div id="imgCut"></div> | ||||
@@ -169,10 +169,10 @@ function ReturnImg(reimg) | |||||
</p> | </p> | ||||
</div> | </div> | ||||
<div id="data" style='color:#ffffff'> | <div id="data" style='color:#ffffff'> | ||||
left<input name="left" type="text" id="left" size="3" readonly="readonly" /> | |||||
top<input name="top" type="text" id="top" size="3" readonly="readonly" /> | |||||
宽<input name="width" type="text" id="width" size="3" readonly="readonly" /> | |||||
高<input name="height" type="text" id="height" size="3" readonly="readonly" /> | |||||
left<input name="left" type="text" id="left" size="3" readonly="readonly"> | |||||
top<input name="top" type="text" id="top" size="3" readonly="readonly"> | |||||
宽<input name="width" type="text" id="width" size="3" readonly="readonly"> | |||||
高<input name="height" type="text" id="height" size="3" readonly="readonly"> | |||||
<a href='javascript:changeRang();' id='changeRang'>改变比例</a> | <a href='javascript:changeRang();' id='changeRang'>改变比例</a> | ||||
</div> | </div> | ||||
</form> | </form> | ||||
@@ -3,7 +3,7 @@ | |||||
<head> | <head> | ||||
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>"> | <meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>"> | ||||
<title>DedeBIZ</title> | <title>DedeBIZ</title> | ||||
<link href="css/base.css" rel="stylesheet" type="text/css"> | |||||
<link rel="stylesheet" href="css/base.css"> | |||||
<script language='javascript'> | <script language='javascript'> | ||||
var preFrameW = '206,*'; | var preFrameW = '206,*'; | ||||
var FrameHide = 0; | var FrameHide = 0; | ||||
@@ -124,13 +124,13 @@ a:link,a:visited { | |||||
<body bgColor='#ffffff'> | <body bgColor='#ffffff'> | ||||
<table width="100%" border="0" cellpadding="0" cellspacing="0" background="../static/topbg2.gif"> | <table width="100%" border="0" cellpadding="0" cellspacing="0" background="../static/topbg2.gif"> | ||||
<tr> | <tr> | ||||
<td width='20%'><img src="images/df_dedetitle2.gif" alt="DedeBIZ logo" title="DedeBIZ logo" /></td> | |||||
<td width='20%'><img src="images/df_dedetitle2.gif" alt="DedeBIZ logo" title="DedeBIZ logo"></td> | |||||
<td width='80%'> | <td width='80%'> | ||||
<div id='rpart'> | <div id='rpart'> | ||||
<dl id="tpa"> | <dl id="tpa"> | ||||
<dd class='img'><a href="javascript:ChangeMenu(-1);"><img vspace="5" src="../static/arrl.gif" border="0" width="5" height="8" alt="缩小左框架" title="缩小左框架" /></a></dd> | |||||
<dd class='img'><a href="javascript:ChangeMenu(0);"><img vspace="3" src="../static/arrfc.gif" border="0" width="12" height="12" alt="显示/隐藏左框架" title="显示/隐藏左框架" /></a></dd> | |||||
<dd class='img' style="margin-right:10px;"><a href="javascript:ChangeMenu(1);"><img vspace="5" src="images/arrr.gif" border="0" width="5" height="8" alt="增大左框架" title="增大左框架" /></a></dd> | |||||
<dd class='img'><a href="javascript:ChangeMenu(-1);"><img vspace="5" src="../static/arrl.gif" border="0" width="5" height="8" alt="缩小左框架" title="缩小左框架"></a></dd> | |||||
<dd class='img'><a href="javascript:ChangeMenu(0);"><img vspace="3" src="../static/arrfc.gif" border="0" width="12" height="12" alt="显示/隐藏左框架" title="显示/隐藏左框架"></a></dd> | |||||
<dd class='img' style="margin-right:10px;"><a href="javascript:ChangeMenu(1);"><img vspace="5" src="images/arrr.gif" border="0" width="5" height="8" alt="增大左框架" title="增大左框架"></a></dd> | |||||
<dd class='txt'> | <dd class='txt'> | ||||
<a href="index_menu.php" target="menu">主菜单</a> | | <a href="index_menu.php" target="menu">主菜单</a> | | ||||
<a href="catalog_menu.php" target="menu">内容发布</a> | | <a href="catalog_menu.php" target="menu">内容发布</a> | | ||||
@@ -4,10 +4,9 @@ | |||||
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>"> | <meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>"> | ||||
<title>采集内容管理</title> | <title>采集内容管理</title> | ||||
<link rel="stylesheet" href="../static/css/bootstrap.min.css"> | <link rel="stylesheet" href="../static/css/bootstrap.min.css"> | ||||
<link href="../static/font-awesome/css/font-awesome.min.css" rel="stylesheet"> | |||||
<link href="css/base.css" rel="stylesheet" type="text/css"> | |||||
<link rel="stylesheet" href="../static/font-awesome/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="css/base.css"> | |||||
<script language="javascript"> | <script language="javascript"> | ||||
//获得选中文件的文件名 | //获得选中文件的文件名 | ||||
function getCheckboxItem() { | function getCheckboxItem() { | ||||
var allSel = ""; | var allSel = ""; | ||||
@@ -22,14 +21,12 @@ | |||||
} | } | ||||
return allSel; | return allSel; | ||||
} | } | ||||
function ReSel() { | function ReSel() { | ||||
for (i = 0; i < document.form1.logs.length; i++) { | for (i = 0; i < document.form1.logs.length; i++) { | ||||
if (document.form1.logs[i].checked) document.form1.logs[i].checked = false; | if (document.form1.logs[i].checked) document.form1.logs[i].checked = false; | ||||
else document.form1.logs[i].checked = true; | else document.form1.logs[i].checked = true; | ||||
} | } | ||||
} | } | ||||
function DelSel() { | function DelSel() { | ||||
var nid = getCheckboxItem(); | var nid = getCheckboxItem(); | ||||
if (nid == "") { | if (nid == "") { | ||||
@@ -38,11 +35,9 @@ | |||||
} | } | ||||
location.href = "log_edit.php?dopost=del&ids=" + nid; | location.href = "log_edit.php?dopost=del&ids=" + nid; | ||||
} | } | ||||
function ClearLog() { | function ClearLog() { | ||||
location.href = "log_edit.php?dopost=clear"; | location.href = "log_edit.php?dopost=clear"; | ||||
} | } | ||||
</script> | </script> | ||||
</head> | </head> | ||||
<body background='images/allbg.gif' leftmargin='8' topmargin='8'> | <body background='images/allbg.gif' leftmargin='8' topmargin='8'> | ||||
@@ -69,7 +64,7 @@ | |||||
<?php echo $adminlist?> | <?php echo $adminlist?> | ||||
</select> | </select> | ||||
IP地址: | IP地址: | ||||
<input name="cip" type="text" id="cip" size="15" style="width:100px" /> | |||||
<input name="cip" type="text" id="cip" size="15" style="width:100px"> | |||||
时间: | 时间: | ||||
<select name="dtime" id="dtime"> | <select name="dtime" id="dtime"> | ||||
<option value="0" selected>--全部--</option> | <option value="0" selected>--全部--</option> | ||||
@@ -105,7 +100,7 @@ | |||||
{dede:field.userid/} | {dede:field.userid/} | ||||
</td> | </td> | ||||
<td> | <td> | ||||
<input class="np" type="text" value="{dede:field.filename/}" name="t0" style="width:100px" /> | |||||
<input class="np" type="text" value="{dede:field.filename/}" name="t0" style="width:100px"> | |||||
</td> | </td> | ||||
<td> | <td> | ||||
{dede:field.method/} | {dede:field.method/} | ||||
@@ -117,7 +112,7 @@ | |||||
{dede:field.dtime function="MyDate('y/m/d H:i:s',@me)" /} | {dede:field.dtime function="MyDate('y/m/d H:i:s',@me)" /} | ||||
</td> | </td> | ||||
<td> | <td> | ||||
<input class="np" type="text" value="{dede:field.query/}" name="t1" style="width:280px" /> | |||||
<input class="np" type="text" value="{dede:field.query/}" name="t1" style="width:280px"> | |||||
</td> | </td> | ||||
</tr> | </tr> | ||||
{/dede:datalist} | {/dede:datalist} | ||||
@@ -136,5 +131,4 @@ | |||||
</tr> | </tr> | ||||
</table> | </table> | ||||
</body> | </body> | ||||
</html> | </html> |
@@ -3,7 +3,7 @@ | |||||
<head> | <head> | ||||
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>"> | <meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>"> | ||||
<title>邮件列表文件管理</title> | <title>邮件列表文件管理</title> | ||||
<link href="css/base.css" rel="stylesheet" type="text/css" /> | |||||
<link rel="stylesheet" href="css/base.css"> | |||||
<style type="text/css"> | <style type="text/css"> | ||||
.rb{ border-right:1px solid #98CAEF } | .rb{ border-right:1px solid #98CAEF } | ||||
.tb{ border-top:1px solid #98CAEF } | .tb{ border-top:1px solid #98CAEF } | ||||
@@ -3,7 +3,7 @@ | |||||
<head> | <head> | ||||
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>"> | <meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>"> | ||||
<title>发送邮件</title> | <title>发送邮件</title> | ||||
<link href="css/base.css" rel="stylesheet" type="text/css" /> | |||||
<link rel="stylesheet" href="css/base.css"> | |||||
<style type="text/css"> | <style type="text/css"> | ||||
.rb{ border-right:1px solid #98CAEF } | .rb{ border-right:1px solid #98CAEF } | ||||
.tb{ border-top:1px solid #98CAEF } | .tb{ border-top:1px solid #98CAEF } | ||||
@@ -13,7 +13,7 @@ | |||||
<body> | <body> | ||||
<div class="bodytitle"> | <div class="bodytitle"> | ||||
<div class="bodytitleleft"></div> | <div class="bodytitleleft"></div> | ||||
<div class="bodytitletxt" style="padding-left:10px">邮件订阅</div> | |||||
<div class="bodytitletxt">邮件订阅</div> | |||||
</div> | </div> | ||||
<table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" class="tbtitle" style="background:#cfcfcf;"> | <table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" class="tbtitle" style="background:#cfcfcf;"> | ||||
<tr> | <tr> | ||||
@@ -22,12 +22,12 @@ | |||||
<tr bgcolor="#ffffff" height="26"> | <tr bgcolor="#ffffff" height="26"> | ||||
<td colspan="7" align="left"> | <td colspan="7" align="left"> | ||||
<form method="post" action="mail_getfile.php"> | <form method="post" action="mail_getfile.php"> | ||||
<input name="dopost" type="hidden" value="save" /> | |||||
<input name="dopost" type="hidden" value="save"> | |||||
<table width="100%" border="0" cellpadding="1" cellspacing="1" bgcolor="#ffffff"> | <table width="100%" border="0" cellpadding="1" cellspacing="1" bgcolor="#ffffff"> | ||||
<tr> | <tr> | ||||
<td width="15%" height="30" align="right">条件:</td> | <td width="15%" height="30" align="right">条件:</td> | ||||
<td width="85%" height="26">开始MID<input name="start" type="text" id="start" class="company_manage_form_label" style="width:50px;height:16px;margin-top:5px;margin-left:10px;" /> | |||||
-- 结束MID<input name="end" type="text" id="end" class="company_manage_form_label" style="width:50px;height:16px;margin-top:5px;margin-left:10px;" />(获取全部可以不填写)</td> | |||||
<td width="85%" height="26">开始MID<input name="start" type="text" id="start" class="company_manage_form_label" style="width:50px;height:16px;margin-top:5px;margin-left:10px"> | |||||
-- 结束MID<input name="end" type="text" id="end" class="company_manage_form_label" style="width:50px;height:16px;margin-top:5px;margin-left:10px">(获取全部可以不填写)</td> | |||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
<td width="15%" height="30" align="right">保存邮件列表的文件名:</td> | <td width="15%" height="30" align="right">保存邮件列表的文件名:</td> | ||||
@@ -36,7 +36,7 @@ | |||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
<td height="26" align="right" valign="top"> </td> | <td height="26" align="right" valign="top"> </td> | ||||
<td height="30"><input type="submit" value="提交" class="button01" /></td> | |||||
<td height="30"><input type="submit" value="提交" class="button01"></td> | |||||
</tr> | </tr> | ||||
</table> | </table> | ||||
</form> | </form> | ||||
@@ -3,7 +3,7 @@ | |||||
<head> | <head> | ||||
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>"> | <meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>"> | ||||
<title>发送邮件</title> | <title>发送邮件</title> | ||||
<link href="css/base.css" rel="stylesheet" type="text/css" /> | |||||
<link rel="stylesheet" href="css/base.css"> | |||||
<style type="text/css"> | <style type="text/css"> | ||||
.rb{ border-right:1px solid #98CAEF } | .rb{ border-right:1px solid #98CAEF } | ||||
.tb{ border-top:1px solid #98CAEF } | .tb{ border-top:1px solid #98CAEF } | ||||
@@ -23,7 +23,7 @@ function ShowMore(formitem,one,more,group) | |||||
<body> | <body> | ||||
<div class="bodytitle"> | <div class="bodytitle"> | ||||
<div class="bodytitleleft"></div> | <div class="bodytitleleft"></div> | ||||
<div class="bodytitletxt" style="padding-left:10px">邮件订阅</div> | |||||
<div class="bodytitletxt">邮件订阅</div> | |||||
</div> | </div> | ||||
<table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" class="tbtitle" style="background:#cfcfcf;"> | <table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" class="tbtitle" style="background:#cfcfcf;"> | ||||
<tr> | <tr> | ||||
@@ -32,25 +32,23 @@ function ShowMore(formitem,one,more,group) | |||||
<tr bgcolor="#ffffff" height="26"> | <tr bgcolor="#ffffff" height="26"> | ||||
<td colspan="7" align="left"> | <td colspan="7" align="left"> | ||||
<form method="post" action="mail_send.php"> | <form method="post" action="mail_send.php"> | ||||
<input name="action" type="hidden" value="post" /> | |||||
<input name="action" type="hidden" value="post"> | |||||
<table width="100%" border="0" cellpadding="1" cellspacing="1" bgcolor="#ffffff"> | <table width="100%" border="0" cellpadding="1" cellspacing="1" bgcolor="#ffffff"> | ||||
<tr> | <tr> | ||||
<td width="15%" height="30" align="right">发送到:</td> | <td width="15%" height="30" align="right">发送到:</td> | ||||
<td height="26" colspan="2"> | <td height="26" colspan="2"> | ||||
<input type="radio" name="mode" id="radio" value="one" onClick="ShowMore(this,'one','more','group');" checked />单人 | |||||
<input type="radio" name="mode" id="radio" value="more" onClick="ShowMore(this,'more','one','group');" />多人 | |||||
<input type="radio" name="mode" id="radio" value="group" onClick="ShowMore(this,'group','one','more');" />邮件群发 | |||||
<input type="radio" name="mode" id="radio" value="one" onClick="ShowMore(this,'one','more','group');" checked /> 单人 | |||||
<input type="radio" name="mode" id="radio" value="more" onClick="ShowMore(this,'more','one','group')"> 多人 | |||||
<input type="radio" name="mode" id="radio" value="group" onClick="ShowMore(this,'group','one','more')"> 邮件群发 | |||||
</td> | </td> | ||||
</tr> | </tr> | ||||
<tr id="one"> | <tr id="one"> | ||||
<td height="30" align="right">E-Mail地址:</td> | <td height="30" align="right">E-Mail地址:</td> | ||||
<td height="26" colspan="2"><input name="address" type="text" class="text" value="@" size="28" maxlength="40" style="width:250px;margin-top:5px;margin-left:10px"> | |||||
填写用户的E-Mail地址</td> | |||||
<td height="26" colspan="2"><input name="address" type="text" class="text" value="@" size="28" maxlength="40" style="width:250px;margin-top:10px;margin-left:10px"> 填写用户的E-Mail地址</td> | |||||
</tr> | </tr> | ||||
<tr id="more" style="display:none"> | <tr id="more" style="display:none"> | ||||
<td height="30" align="right">E-Mail地址:</td> | <td height="30" align="right">E-Mail地址:</td> | ||||
<td height="26" colspan="2"><textarea name="address2" cols="28" rows="4" class="text" style="width:250px;margin-top:5px;margin-left:10px;">@,@</textarea> | |||||
不同的E-Mail地址之间用,号隔开</td> | |||||
<td height="26" colspan="2"><textarea name="address2" cols="28" rows="4" class="text" style="width:250px;margin-top:10px;margin-left:10px;">@,@</textarea> 不同的E-Mail地址之间用,号隔开</td> | |||||
</tr> | </tr> | ||||
<tr id="group" style="display:none"> | <tr id="group" style="display:none"> | ||||
<td height="30" align="right">邮件列表:</td> | <td height="30" align="right">邮件列表:</td> | ||||
@@ -59,7 +57,7 @@ function ShowMore(formitem,one,more,group) | |||||
<?php | <?php | ||||
foreach($mailfiles as $i=>$mailfile) | foreach($mailfiles as $i=>$mailfile) | ||||
{ | { | ||||
$selected = ($mailfile==$filename) ? " selected " : ""; | |||||
$selected = ($mailfile==$filename) ? " selected " : ""; | |||||
?> | ?> | ||||
<option value="<?php echo $mailfile; ?>" <?php echo $selected; ?> ><?php echo $mailfile; ?></option> | <option value="<?php echo $mailfile; ?>" <?php echo $selected; ?> ><?php echo $mailfile; ?></option> | ||||
<?php | <?php | ||||
@@ -70,26 +68,25 @@ function ShowMore(formitem,one,more,group) | |||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
<td height="30" align="right">邮件标题:</td> | <td height="30" align="right">邮件标题:</td> | ||||
<td height="26" colspan="2"><input name="title" type="text" id="title" class="company_manage_form_label" style="width:250px;margin-top:5px;margin-left:10px;" /> | |||||
标题少于70个字符内</td> | |||||
<td height="26" colspan="2"><input name="title" type="text" id="title" class="company_manage_form_label" style="width:250px;margin-top:10px;margin-left:10px"> 标题少于70个字符内</td> | |||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
<td height="12" align="right" valign="top" style="padding-top:5px;"><label for="pm_textarea">邮件内容:</label></td> | |||||
<td height="120" width="568" style="padding-left: 12px;"> | |||||
<td height="26" align="right" valign="top" style="padding-top:10px"><label for="pm_textarea">邮件内容:</label></td> | |||||
<td height="120" width="560" style="padding-left:10px"> | |||||
<div style="width:568px;"><?php GetEditor("message","",450,"MemberLit"); ?></div> | <div style="width:568px;"><?php GetEditor("message","",450,"MemberLit"); ?></div> | ||||
</td> | </td> | ||||
<td width="314" > </td> | |||||
<td width="310"></td> | |||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
<td height="26" align="right" valign="top"> </td> | |||||
<td height="30" colspan="2" ><input type="submit" value="提交" class="button01" /></td> | |||||
<td height="26" align="right" valign="top"></td> | |||||
<td height="26" colspan="2" ><input type="submit" value="提交" class="button01"></td> | |||||
</tr> | </tr> | ||||
</table> | </table> | ||||
</form> | </form> | ||||
</td> | </td> | ||||
</tr> | </tr> | ||||
<tr bgcolor="#F8FBFB"> | <tr bgcolor="#F8FBFB"> | ||||
<td height="26" colspan="9" align="center" bgcolor="#F9FCEF"> </td> | |||||
<td height="30" colspan="9" align="center" bgcolor="#F9FCEF"> </td> | |||||
</tr> | </tr> | ||||
</table> | </table> | ||||
</body> | </body> |
@@ -3,7 +3,7 @@ | |||||
<head> | <head> | ||||
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>"> | <meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>"> | ||||
<title>发送邮件</title> | <title>发送邮件</title> | ||||
<link href="css/base.css" rel="stylesheet" type="text/css" /> | |||||
<link rel="stylesheet" href="css/base.css"> | |||||
<style type="text/css"> | <style type="text/css"> | ||||
.rb{ border-right:1px solid #98CAEF } | .rb{ border-right:1px solid #98CAEF } | ||||
.tb{ border-top:1px solid #98CAEF } | .tb{ border-top:1px solid #98CAEF } | ||||
@@ -13,7 +13,7 @@ | |||||
<body> | <body> | ||||
<div class="bodytitle"> | <div class="bodytitle"> | ||||
<div class="bodytitleleft"></div> | <div class="bodytitleleft"></div> | ||||
<div class="bodytitletxt" style="padding-left:10px">邮件订阅</div> | |||||
<div class="bodytitletxt">邮件订阅</div> | |||||
</div> | </div> | ||||
<table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" class="tbtitle" style="background:#cfcfcf;"> | <table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" class="tbtitle" style="background:#cfcfcf;"> | ||||
<tr> | <tr> | ||||
@@ -22,7 +22,7 @@ | |||||
<tr bgcolor="#ffffff" height="26"> | <tr bgcolor="#ffffff" height="26"> | ||||
<td colspan="7" align="left"> | <td colspan="7" align="left"> | ||||
<form method="post" action="mail_title.php"> | <form method="post" action="mail_title.php"> | ||||
<input name="dopost" type="hidden" value="addsave" /> | |||||
<input name="dopost" type="hidden" value="addsave"> | |||||
<table width="100%" border="0" cellpadding="1" cellspacing="1" bgcolor="#ffffff"> | <table width="100%" border="0" cellpadding="1" cellspacing="1" bgcolor="#ffffff"> | ||||
<tr> | <tr> | ||||
<td width="129" height="30" align="right" >期刊号:</td> | <td width="129" height="30" align="right" >期刊号:</td> | ||||
@@ -44,7 +44,7 @@ | |||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
<td width="129" height="30" align="right">邮件标题:</td> | <td width="129" height="30" align="right">邮件标题:</td> | ||||
<td height="26" colspan="2"><input name="title" type="text" id="title" class="company_manage_form_label" style="width:250px;height:16px;margin-top:5px" /> | |||||
<td height="26" colspan="2"><input name="title" type="text" id="title" class="company_manage_form_label" style="width:250px;height:16px;margin-top:5px"> | |||||
标题少于70个字符内</td> | 标题少于70个字符内</td> | ||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
@@ -57,7 +57,7 @@ | |||||
<tr> | <tr> | ||||
<td height="26" align="right" valign="top" bgcolor="#ffffff"> </td> | <td height="26" align="right" valign="top" bgcolor="#ffffff"> </td> | ||||
<td height="30" colspan="2" bgcolor="#ffffff"><input type="submit" value="提交" class="button01" /></td> | |||||
<td height="30" colspan="2" bgcolor="#ffffff"><input type="submit" value="提交" class="button01"></td> | |||||
</tr> | </tr> | ||||
</table> | </table> | ||||
</form> | </form> | ||||
@@ -3,7 +3,7 @@ | |||||
<head> | <head> | ||||
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>"> | <meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>"> | ||||
<title>发送邮件</title> | <title>发送邮件</title> | ||||
<link href="css/base.css" rel="stylesheet" type="text/css" /> | |||||
<link rel="stylesheet" href="css/base.css"> | |||||
<style type="text/css"> | <style type="text/css"> | ||||
.rb{ border-right:1px solid #98CAEF } | .rb{ border-right:1px solid #98CAEF } | ||||
.tb{ border-top:1px solid #98CAEF } | .tb{ border-top:1px solid #98CAEF } | ||||
@@ -13,7 +13,7 @@ | |||||
<body> | <body> | ||||
<div class="bodytitle"> | <div class="bodytitle"> | ||||
<div class="bodytitleleft"></div> | <div class="bodytitleleft"></div> | ||||
<div class="bodytitletxt" style="padding-left:10px">邮件订阅</div> | |||||
<div class="bodytitletxt">邮件订阅</div> | |||||
</div> | </div> | ||||
<table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" class="tbtitle" style="background:#cfcfcf;"> | <table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" class="tbtitle" style="background:#cfcfcf;"> | ||||
<tr> | <tr> | ||||
@@ -22,8 +22,8 @@ | |||||
<tr bgcolor="#ffffff" height="26"> | <tr bgcolor="#ffffff" height="26"> | ||||
<td colspan="7" align="left"> | <td colspan="7" align="left"> | ||||
<form method="post" action="mail_title.php"> | <form method="post" action="mail_title.php"> | ||||
<input name="dopost" type="hidden" value="editsave" /> | |||||
<input name="id" type="hidden" value="<?php echo $row['id'] ?>" /> | |||||
<input name="dopost" type="hidden" value="editsave"> | |||||
<input name="id" type="hidden" value="<?php echo $row['id'] ?>"> | |||||
<table width="100%" border="0" cellpadding="1" cellspacing="1" bgcolor="#ffffff"> | <table width="100%" border="0" cellpadding="1" cellspacing="1" bgcolor="#ffffff"> | ||||
<tr> | <tr> | ||||
<td width="129" height="30" align="right">期刊号:</td> | <td width="129" height="30" align="right">期刊号:</td> | ||||
@@ -57,7 +57,7 @@ | |||||
<tr> | <tr> | ||||
<td height="26" align="right" valign="top" bgcolor="#ffffff"> </td> | <td height="26" align="right" valign="top" bgcolor="#ffffff"> </td> | ||||
<td height="30" colspan="2" bgcolor="#ffffff"><input type="submit" value="提交" class="button01" /></td> | |||||
<td height="30" colspan="2" bgcolor="#ffffff"><input type="submit" value="提交" class="button01"></td> | |||||
</tr> | </tr> | ||||
</table> | </table> | ||||
</form> | </form> | ||||
@@ -3,18 +3,18 @@ | |||||
<head> | <head> | ||||
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>"> | <meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>"> | ||||
<title>发送邮件</title> | <title>发送邮件</title> | ||||
<link href="css/base.css" rel="stylesheet" type="text/css" /> | |||||
<link rel="stylesheet" href="css/base.css"> | |||||
</head> | </head> | ||||
<body> | <body> | ||||
<div class="bodytitle"> | <div class="bodytitle"> | ||||
<div class="bodytitleleft"></div> | <div class="bodytitleleft"></div> | ||||
<div class="bodytitletxt" style="padding-left:10px">邮件订阅</div> | |||||
<div class="bodytitletxt">邮件订阅</div> | |||||
</div> | </div> | ||||
<table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" class="tbtitle" style="background:#cfcfcf;"> | <table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" class="tbtitle" style="background:#cfcfcf;"> | ||||
<tr> | <tr> | ||||
<td height="26" colspan="8" bgcolor="#EDF9D5" background="images/tbg.gif"> | <td height="26" colspan="8" bgcolor="#EDF9D5" background="images/tbg.gif"> | ||||
<div style="float:left;padding-right:5px;padding-left:10px;"><b>期刊管理</b></div> | <div style="float:left;padding-right:5px;padding-left:10px;"><b>期刊管理</b></div> | ||||
<div style='float:right;padding-right:8px;'>[<a href="mail_title.php?dopost=add">添加期刊</a>]</div> | |||||
<div style='float:right;padding-right:10px;'>[<a href="mail_title.php?dopost=add">添加期刊</a>]</div> | |||||
</td> | </td> | ||||
</tr> | </tr> | ||||
<tr bgcolor="#FBFCE2" > | <tr bgcolor="#FBFCE2" > | ||||
@@ -3,17 +3,17 @@ | |||||
<head> | <head> | ||||
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>"> | <meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>"> | ||||
<title>发送邮件</title> | <title>发送邮件</title> | ||||
<link href="css/base.css" rel="stylesheet" type="text/css" /> | |||||
<link rel="stylesheet" href="css/base.css"> | |||||
</head> | </head> | ||||
<body> | <body> | ||||
<div class="bodytitle"> | <div class="bodytitle"> | ||||
<div class="bodytitleleft"></div> | <div class="bodytitleleft"></div> | ||||
<div class="bodytitletxt" style="padding-left:10px">邮件订阅</div> | |||||
<div class="bodytitletxt">邮件订阅</div> | |||||
</div> | </div> | ||||
<table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" class="tbtitle" style="background:#cfcfcf;"> | <table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" class="tbtitle" style="background:#cfcfcf;"> | ||||
<td height="26" colspan="10" bgcolor="#EDF9D5" background="images/tbg.gif"> | <td height="26" colspan="10" bgcolor="#EDF9D5" background="images/tbg.gif"> | ||||
<div style="float:left;padding-right:5px;padding-left:10px;"><b>群发期刊</b></div> | <div style="float:left;padding-right:5px;padding-left:10px;"><b>群发期刊</b></div> | ||||
<div style='float:right;padding-right:8px;'>[<a href="mail_title.php?dopost=add">添加期刊</a>]</div> | |||||
<div style='float:right;padding-right:10px;'>[<a href="mail_title.php?dopost=add">添加期刊</a>]</div> | |||||
</td> | </td> | ||||
</tr> | </tr> | ||||
<tr bgcolor="#FBFCE2"> | <tr bgcolor="#FBFCE2"> | ||||
@@ -3,12 +3,12 @@ | |||||
<head> | <head> | ||||
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>"> | <meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>"> | ||||
<title>发送邮件</title> | <title>发送邮件</title> | ||||
<link href="css/base.css" rel="stylesheet" type="text/css" /> | |||||
<link rel="stylesheet" href="css/base.css"> | |||||
</head> | </head> | ||||
<body> | <body> | ||||
<div class="bodytitle"> | <div class="bodytitle"> | ||||
<div class="bodytitleleft"></div> | <div class="bodytitleleft"></div> | ||||
<div class="bodytitletxt" style="padding-left:10px">邮件订阅</div> | |||||
<div class="bodytitletxt">邮件订阅</div> | |||||
</div> | </div> | ||||
<table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" class="tbtitle" style="background:#cfcfcf;"> | <table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" class="tbtitle" style="background:#cfcfcf;"> | ||||
<tr> | <tr> | ||||
@@ -17,11 +17,11 @@ | |||||
<tr bgcolor="#ffffff" height="26"> | <tr bgcolor="#ffffff" height="26"> | ||||
<td colspan="7" align="left"> | <td colspan="7" align="left"> | ||||
<form method="post" action="mail_type.php"> | <form method="post" action="mail_type.php"> | ||||
<input name="dopost" type="hidden" value="addsave" /> | |||||
<input name="dopost" type="hidden" value="addsave"> | |||||
<table width="100%" border="0" cellpadding="1" cellspacing="1"> | <table width="100%" border="0" cellpadding="1" cellspacing="1"> | ||||
<tr> | <tr> | ||||
<td width="129" height="30" align="right">分类名称:</td> | <td width="129" height="30" align="right">分类名称:</td> | ||||
<td height="30" colspan="2"><input name="typename" type="text" id="typename" class="company_manage_form_label" style="width:250px;margin-top:5px;margin-left:10px;" /></td> | |||||
<td height="30" colspan="2"><input name="typename" type="text" id="typename" class="company_manage_form_label" style="width:250px;margin-top:5px;margin-left:10px"></td> | |||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
<td height="12" align="right" valign="top" style="padding-top:5px;">分类描述:</td> | <td height="12" align="right" valign="top" style="padding-top:5px;">分类描述:</td> | ||||
@@ -30,7 +30,7 @@ | |||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
<td height="26" align="right" valign="top"> </td> | <td height="26" align="right" valign="top"> </td> | ||||
<td height="30" colspan="2"><input type="submit" value="提交" class="button01" /></td> | |||||
<td height="30" colspan="2"><input type="submit" value="提交" class="button01"></td> | |||||
</tr> | </tr> | ||||
</table> | </table> | ||||
</form> | </form> | ||||
@@ -3,12 +3,12 @@ | |||||
<head> | <head> | ||||
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>"> | <meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>"> | ||||
<title>发送邮件</title> | <title>发送邮件</title> | ||||
<link href="css/base.css" rel="stylesheet" type="text/css" /> | |||||
<link rel="stylesheet" href="css/base.css"> | |||||
</head> | </head> | ||||
<body> | <body> | ||||
<div class="bodytitle"> | <div class="bodytitle"> | ||||
<div class="bodytitleleft"></div> | <div class="bodytitleleft"></div> | ||||
<div class="bodytitletxt" style="padding-left:10px">邮件订阅</div> | |||||
<div class="bodytitletxt">邮件订阅</div> | |||||
</div> | </div> | ||||
<table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" class="tbtitle" style="background:#cfcfcf;"> | <table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" class="tbtitle" style="background:#cfcfcf;"> | ||||
<tr> | <tr> | ||||
@@ -17,12 +17,12 @@ | |||||
<tr bgcolor="#ffffff" height="26"> | <tr bgcolor="#ffffff" height="26"> | ||||
<td colspan="7" align="left"> | <td colspan="7" align="left"> | ||||
<form method="post" action="mail_type.php"> | <form method="post" action="mail_type.php"> | ||||
<input name="dopost" type="hidden" value="editsave" /> | |||||
<input name="id" type="hidden" value="<?php echo $row['id'] ?>" /> | |||||
<input name="dopost" type="hidden" value="editsave"> | |||||
<input name="id" type="hidden" value="<?php echo $row['id'] ?>"> | |||||
<table width="100%" border="0" cellpadding="1" cellspacing="1"> | <table width="100%" border="0" cellpadding="1" cellspacing="1"> | ||||
<tr> | <tr> | ||||
<td width="129" height="30" align="right" bgcolor="#ffffff">分类名称:</td> | <td width="129" height="30" align="right" bgcolor="#ffffff">分类名称:</td> | ||||
<td height="30" colspan="2" bgcolor="#ffffff"><input name="typename" type="text" id="typename" class="company_manage_form_label" style="width:250px;height:16px;margin-top:5px;margin-left:10px;" value="<?php echo $row['typename'] ?>" /></td> | |||||
<td height="30" colspan="2" bgcolor="#ffffff"><input name="typename" type="text" id="typename" class="company_manage_form_label" style="width:250px;height:16px;margin-top:5px;margin-left:10px;" value="<?php echo $row['typename'] ?>"></td> | |||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
<td height="12" align="right" valign="top" bgcolor="#ffffff" style="padding-top:5px;">分类描述:</td> | <td height="12" align="right" valign="top" bgcolor="#ffffff" style="padding-top:5px;">分类描述:</td> | ||||
@@ -32,7 +32,7 @@ | |||||
<tr> | <tr> | ||||
<td height="26" align="right" valign="top" bgcolor="#F9FCEF"> </td> | <td height="26" align="right" valign="top" bgcolor="#F9FCEF"> </td> | ||||
<td height="30" colspan="2" bgcolor="#ffffff"><input type="submit" value="提交" class="button01" /></td> | |||||
<td height="30" colspan="2" bgcolor="#ffffff"><input type="submit" value="提交" class="button01"></td> | |||||
</tr> | </tr> | ||||
</table> | </table> | ||||
</form> | </form> | ||||
@@ -3,18 +3,18 @@ | |||||
<head> | <head> | ||||
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>"> | <meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>"> | ||||
<title>发送邮件</title> | <title>发送邮件</title> | ||||
<link href="css/base.css" rel="stylesheet" type="text/css" /> | |||||
<link rel="stylesheet" href="css/base.css"> | |||||
</head> | </head> | ||||
<body> | <body> | ||||
<div class="bodytitle"> | <div class="bodytitle"> | ||||
<div class="bodytitleleft"></div> | <div class="bodytitleleft"></div> | ||||
<div class="bodytitletxt" style="padding-left:10px">邮件订阅</div> | |||||
<div class="bodytitletxt">邮件订阅</div> | |||||
</div> | </div> | ||||
<table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" class="tbtitle" style="background:#cfcfcf;"> | <table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" class="tbtitle" style="background:#cfcfcf;"> | ||||
<tr> | <tr> | ||||
<td width="92%" height="26" colspan="4" bgcolor="#EDF9D5" background="images/tbg.gif"> | <td width="92%" height="26" colspan="4" bgcolor="#EDF9D5" background="images/tbg.gif"> | ||||
<div style='float:left;padding-right:5px;padding-left:10px;'><b>分类管理</b></div> | <div style='float:left;padding-right:5px;padding-left:10px;'><b>分类管理</b></div> | ||||
<div style='float:right;padding-right:8px;'>[<a href="mail_type.php?dopost=add">新增分类</a>]</div> | |||||
<div style='float:right;padding-right:10px;'>[<a href="mail_type.php?dopost=add">新增分类</a>]</div> | |||||
</td> | </td> | ||||
</tr> | </tr> | ||||
<tr bgcolor="#FBFCE2"> | <tr bgcolor="#FBFCE2"> | ||||
@@ -5,7 +5,7 @@ | |||||
<title>一键更新</title> | <title>一键更新</title> | ||||
<link rel="stylesheet" href="../static/css/bootstrap.min.css"> | <link rel="stylesheet" href="../static/css/bootstrap.min.css"> | ||||
<link rel="stylesheet" href="../static/font-awesome/css/font-awesome.min.css"> | <link rel="stylesheet" href="../static/font-awesome/css/font-awesome.min.css"> | ||||
<link rel="stylesheet" href="css/base.css" rel="stylesheet"> | |||||
<link rel="stylesheet" rel="stylesheet" href="css/base.css"> | |||||
<link rel="stylesheet" href="../static/css/daterangepicker.css"> | <link rel="stylesheet" href="../static/css/daterangepicker.css"> | ||||
<script src="../static/js/jquery.js"></script> | <script src="../static/js/jquery.js"></script> | ||||
<script src="../static/js/moment.min.js"></script> | <script src="../static/js/moment.min.js"></script> | ||||
@@ -4,8 +4,8 @@ | |||||
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>"> | <meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>"> | ||||
<title>更新文档</title> | <title>更新文档</title> | ||||
<link rel="stylesheet" href="../static/css/bootstrap.min.css"> | <link rel="stylesheet" href="../static/css/bootstrap.min.css"> | ||||
<link href="../static/font-awesome/css/font-awesome.min.css" rel="stylesheet"> | |||||
<link href="css/base.css" rel="stylesheet" type="text/css"> | |||||
<link rel="stylesheet" href="../static/font-awesome/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="css/base.css"> | |||||
</head> | </head> | ||||
<body background='images/allbg.gif' leftmargin='8' topmargin='8'> | <body background='images/allbg.gif' leftmargin='8' topmargin='8'> | ||||
<table width="98%" border="0" cellpadding="3" cellspacing="1" bgcolor="#D6D6D6" align="center" class="table maintable table-bordered mt-3"> | <table width="98%" border="0" cellpadding="3" cellspacing="1" bgcolor="#D6D6D6" align="center" class="table maintable table-bordered mt-3"> | ||||
@@ -88,5 +88,4 @@ | |||||
</tr> | </tr> | ||||
</table> | </table> | ||||
</body> | </body> | ||||
</html> | </html> |
@@ -4,13 +4,13 @@ | |||||
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>"> | <meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>"> | ||||
<title>更新自由列表</title> | <title>更新自由列表</title> | ||||
<link rel="stylesheet" href="../static/css/bootstrap.min.css"> | <link rel="stylesheet" href="../static/css/bootstrap.min.css"> | ||||
<link href="../static/font-awesome/css/font-awesome.min.css" rel="stylesheet"> | |||||
<link href="css/base.css" rel="stylesheet" type="text/css"> | |||||
<link rel="stylesheet" href="../static/font-awesome/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="css/base.css"> | |||||
</head> | </head> | ||||
<body background="images/allbg.gif"> | <body background="images/allbg.gif"> | ||||
<div class="bodytitle mt-3"> | <div class="bodytitle mt-3"> | ||||
<div class="bodytitleleft"></div> | <div class="bodytitleleft"></div> | ||||
<div class="bodytitletxt" style="padding-left:10px">更新自由列表</div> | |||||
<div class="bodytitletxt">更新自由列表</div> | |||||
</div> | </div> | ||||
<table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" class="table maintable table-bordered" style="background:#CFCFCF;"> | <table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" class="table maintable table-bordered" style="background:#CFCFCF;"> | ||||
<form name="form1" action="makehtml_freelist_action.php" method="get" target='stafrm'> | <form name="form1" action="makehtml_freelist_action.php" method="get" target='stafrm'> | ||||
@@ -5,8 +5,8 @@ | |||||
<title>更新首页</title> | <title>更新首页</title> | ||||
<script src="../static/js/jquery.js" language="javascript" type="text/javascript"></script> | <script src="../static/js/jquery.js" language="javascript" type="text/javascript"></script> | ||||
<link rel="stylesheet" href="../static/css/bootstrap.min.css"> | <link rel="stylesheet" href="../static/css/bootstrap.min.css"> | ||||
<link href="../static/font-awesome/css/font-awesome.min.css" rel="stylesheet"> | |||||
<link href="css/base.css" rel="stylesheet" type="text/css"> | |||||
<link rel="stylesheet" href="../static/font-awesome/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="css/base.css"> | |||||
<script language="javascript"> | <script language="javascript"> | ||||
function SelectTemplets(fname) { | function SelectTemplets(fname) { | ||||
var posLeft = 200; | var posLeft = 200; | ||||
@@ -4,8 +4,8 @@ | |||||
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>"> | <meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>"> | ||||
<title>更新脚本</title> | <title>更新脚本</title> | ||||
<link rel="stylesheet" href="../static/css/bootstrap.min.css"> | <link rel="stylesheet" href="../static/css/bootstrap.min.css"> | ||||
<link href="../static/font-awesome/css/font-awesome.min.css" rel="stylesheet"> | |||||
<link href="css/base.css" rel="stylesheet" type="text/css"> | |||||
<link rel="stylesheet" href="../static/font-awesome/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="css/base.css"> | |||||
<script language="javascript"> | <script language="javascript"> | ||||
function SelectTemplets(fname) { | function SelectTemplets(fname) { | ||||
if (document.all) { | if (document.all) { | ||||
@@ -4,8 +4,8 @@ | |||||
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>"> | <meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>"> | ||||
<title>更新栏目</title> | <title>更新栏目</title> | ||||
<link rel="stylesheet" href="../static/css/bootstrap.min.css"> | <link rel="stylesheet" href="../static/css/bootstrap.min.css"> | ||||
<link href="../static/font-awesome/css/font-awesome.min.css" rel="stylesheet"> | |||||
<link href="css/base.css" rel="stylesheet" type="text/css"> | |||||
<link rel="stylesheet" href="../static/font-awesome/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="css/base.css"> | |||||
</head> | </head> | ||||
<body background="images/allbg.gif" leftmargin='8' topmargin='8'> | <body background="images/allbg.gif" leftmargin='8' topmargin='8'> | ||||
<table width="98%" border="0" cellpadding="3" cellspacing="1" bgcolor="#D6D6D6" align="center" class="table maintable table-bordered mt-3"> | <table width="98%" border="0" cellpadding="3" cellspacing="1" bgcolor="#D6D6D6" align="center" class="table maintable table-bordered mt-3"> | ||||
@@ -46,7 +46,7 @@ | |||||
<td height="26" valign="top" bgcolor="#FFFFFF"> | <td height="26" valign="top" bgcolor="#FFFFFF"> | ||||
<label><input name="upnext" type="radio" class="np" value="1" checked='1' /> | <label><input name="upnext" type="radio" class="np" value="1" checked='1' /> | ||||
更新子级栏目</label> | 更新子级栏目</label> | ||||
<label><input type="radio" name="upnext" class="np" value="0" /> | |||||
<label><input type="radio" name="upnext" class="np" value="0"> | |||||
仅更新所选栏目</label> | 仅更新所选栏目</label> | ||||
</td> | </td> | ||||
</tr> | </tr> | ||||
@@ -4,8 +4,8 @@ | |||||
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>"> | <meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>"> | ||||
<title>更新网站地图</title> | <title>更新网站地图</title> | ||||
<link rel="stylesheet" href="../static/css/bootstrap.min.css"> | <link rel="stylesheet" href="../static/css/bootstrap.min.css"> | ||||
<link href="../static/font-awesome/css/font-awesome.min.css" rel="stylesheet"> | |||||
<link href="css/base.css" rel="stylesheet" type="text/css"> | |||||
<link rel="stylesheet" href="../static/font-awesome/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="css/base.css"> | |||||
</head> | </head> | ||||
<body background="images/allbg.gif" leftmargin='8' topmargin='8'> | <body background="images/allbg.gif" leftmargin='8' topmargin='8'> | ||||
<table width="98%" border="0" cellpadding="3" cellspacing="1" bgcolor="#D6D6D6" align="center" class="table maintable table-bordered mt-3"> | <table width="98%" border="0" cellpadding="3" cellspacing="1" bgcolor="#D6D6D6" align="center" class="table maintable table-bordered mt-3"> | ||||
@@ -63,5 +63,4 @@ | |||||
</tr> | </tr> | ||||
</table> | </table> | ||||
</body> | </body> | ||||
</html> | </html> |
@@ -4,8 +4,8 @@ | |||||
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>"> | <meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>"> | ||||
<title>更新订阅</title> | <title>更新订阅</title> | ||||
<link rel="stylesheet" href="../static/css/bootstrap.min.css"> | <link rel="stylesheet" href="../static/css/bootstrap.min.css"> | ||||
<link href="../static/font-awesome/css/font-awesome.min.css" rel="stylesheet"> | |||||
<link href="css/base.css" rel="stylesheet" type="text/css"> | |||||
<link rel="stylesheet" href="../static/font-awesome/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="css/base.css"> | |||||
</head> | </head> | ||||
<body background="images/allbg.gif" leftmargin='8' topmargin='8'> | <body background="images/allbg.gif" leftmargin='8' topmargin='8'> | ||||
<table width="98%" border="0" cellpadding="3" cellspacing="1" bgcolor="#D6D6D6" align="center" class="table maintable table-bordered mt-3"> | <table width="98%" border="0" cellpadding="3" cellspacing="1" bgcolor="#D6D6D6" align="center" class="table maintable table-bordered mt-3"> | ||||
@@ -59,5 +59,4 @@ | |||||
</tr> | </tr> | ||||
</table> | </table> | ||||
</body> | </body> | ||||
</html> | </html> |
@@ -4,8 +4,8 @@ | |||||
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>"> | <meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>"> | ||||
<title>更新专题</title> | <title>更新专题</title> | ||||
<link rel="stylesheet" href="../static/css/bootstrap.min.css"> | <link rel="stylesheet" href="../static/css/bootstrap.min.css"> | ||||
<link href="../static/font-awesome/css/font-awesome.min.css" rel="stylesheet"> | |||||
<link href="css/base.css" rel="stylesheet" type="text/css"> | |||||
<link rel="stylesheet" href="../static/font-awesome/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="css/base.css"> | |||||
</head> | </head> | ||||
<body background="images/allbg.gif" leftmargin='8' topmargin='8'> | <body background="images/allbg.gif" leftmargin='8' topmargin='8'> | ||||
<table width="98%" border="0" cellpadding="3" cellspacing="1" bgcolor="#D6D6D6" align="center" class="table maintable table-bordered mt-3"> | <table width="98%" border="0" cellpadding="3" cellspacing="1" bgcolor="#D6D6D6" align="center" class="table maintable table-bordered mt-3"> | ||||
@@ -3,8 +3,8 @@ | |||||
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>"> | <meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>"> | ||||
<title>更新标签</title> | <title>更新标签</title> | ||||
<link rel="stylesheet" href="../static/css/bootstrap.min.css"> | <link rel="stylesheet" href="../static/css/bootstrap.min.css"> | ||||
<link href="../static/font-awesome/css/font-awesome.min.css" rel="stylesheet"> | |||||
<link href="css/base.css" rel="stylesheet" type="text/css"> | |||||
<link rel="stylesheet" href="../static/font-awesome/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="css/base.css"> | |||||
</head> | </head> | ||||
<body background='images/allbg.gif' leftmargin='8' topmargin='8'> | <body background='images/allbg.gif' leftmargin='8' topmargin='8'> | ||||
<table width="98%" border="0" cellpadding="3" cellspacing="1" bgcolor="#D1DDAA" align="center" class="table maintable table-bordered mt-3"> | <table width="98%" border="0" cellpadding="3" cellspacing="1" bgcolor="#D1DDAA" align="center" class="table maintable table-bordered mt-3"> | ||||
@@ -24,25 +24,24 @@ | |||||
<tr> | <tr> | ||||
<td width="300" valign="top" bgcolor="#FFFFFF">选择标签:</td> | <td width="300" valign="top" bgcolor="#FFFFFF">选择标签:</td> | ||||
<td width="377" valign="top" bgcolor="#FFFFFF"> | <td width="377" valign="top" bgcolor="#FFFFFF"> | ||||
<?php | |||||
$dd = $dsql->GetOne("SELECT ROUND(AVG(total)) as tt FROM `#@__tagindex`"); //取一个平均 | |||||
$dd['tt'] = ($dd['tt'] > 5)? $dd['tt'] : 0; | |||||
$sql="select * from #@__tagindex where total > {$dd['tt']} order by tag asc"; | |||||
$dsql->Execute('al',$sql); | |||||
echo "<select name='tagid' style='width:300px'>\r\n"; | |||||
if($tid == 0) echo "<option value='0' selected='1'>更新所有标签</option>\r\n"; | |||||
while($row=$dsql->GetObject('al')){ | |||||
if($tid > 0 && $tid == $row->id) echo "<option value='".$row->id."' selected='1'>".$row->tag."</option>"; | |||||
else echo "<option value='".$row->id."'>".$row->tag."</option>"; | |||||
} | |||||
echo "</select>"; | |||||
?> | |||||
<?php | |||||
$dd = $dsql->GetOne("SELECT ROUND(AVG(total)) as tt FROM `#@__tagindex`"); //取一个平均 | |||||
$dd['tt'] = ($dd['tt'] > 5)? $dd['tt'] : 0; | |||||
$sql="select * from #@__tagindex where total > {$dd['tt']} order by tag asc"; | |||||
$dsql->Execute('al',$sql); | |||||
echo "<select name='tagid' style='width:300px'>\r\n"; | |||||
if($tid == 0) echo "<option value='0' selected='1'>更新所有标签</option>\r\n"; | |||||
while($row=$dsql->GetObject('al')){ | |||||
if($tid > 0 && $tid == $row->id) echo "<option value='".$row->id."' selected='1'>".$row->tag."</option>"; | |||||
else echo "<option value='".$row->id."'>".$row->tag."</option>"; | |||||
} | |||||
echo "</select>"; | |||||
?> | |||||
</td> | </td> | ||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
<td height="26" valign="top" bgcolor="#FFFFFF">每次最大创建页数:</td> | <td height="26" valign="top" bgcolor="#FFFFFF">每次最大创建页数:</td> | ||||
<td height="26" valign="top" bgcolor="#FFFFFF"><input name="maxpagesize" type="text" id="maxpagesize" value="50" size="10"> | |||||
个文件 </td> | |||||
<td height="26" valign="top" bgcolor="#FFFFFF"><input name="maxpagesize" type="text" id="maxpagesize" value="50" size="10"> 个文件</td> | |||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
<td height="26" valign="top" bgcolor="#FFFFFF">说明:</td> | <td height="26" valign="top" bgcolor="#FFFFFF">说明:</td> | ||||
@@ -3,8 +3,8 @@ | |||||
<head> | <head> | ||||
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>"> | <meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>"> | ||||
<title>远程服务器同步</title> | <title>远程服务器同步</title> | ||||
<link href="css/base.css" rel="stylesheet" type="text/css"> | |||||
<link rel="stylesheet" type="text/css" media="all" href="../static/js/calendar/calendar-win2k-1.css" title="win2k-1" /> | |||||
<link rel="stylesheet" href="css/base.css"> | |||||
<link rel="stylesheet" media="all" href="../static/js/calendar/calendar-win2k-1.css" title="win2k-1"> | |||||
<script type="text/javascript" src="../static/js/calendar/calendar.js"></script> | <script type="text/javascript" src="../static/js/calendar/calendar.js"></script> | ||||
<script type="text/javascript" src="../static/js/calendar/calendar-cn.js"></script> | <script type="text/javascript" src="../static/js/calendar/calendar-cn.js"></script> | ||||
<script language="javascript"> | <script language="javascript"> | ||||
@@ -33,37 +33,35 @@ function changeDopost(postval) | |||||
<input type="hidden" name="dopost" value="make"> | <input type="hidden" name="dopost" value="make"> | ||||
<input type="hidden" name="maketype" value=""> | <input type="hidden" name="maketype" value=""> | ||||
<tr> | <tr> | ||||
<td height="26" colspan="5" background='images/tbg.gif'><table width="98%" border="0" cellpadding="0" cellspacing="0"> | |||||
<td height="26" colspan="5" background='images/tbg.gif'> | |||||
<table width="98%" border="0" cellpadding="0" cellspacing="0"> | |||||
<tr> | <tr> | ||||
<td width="30%" height="18"><strong>远程服务器同步向导:</strong></td> | <td width="30%" height="18"><strong>远程服务器同步向导:</strong></td> | ||||
<td width="70%" align="right"><a href="makeremote_all.php?dopost=updateremote"> [更新同步目录]</a></td> | <td width="70%" align="right"><a href="makeremote_all.php?dopost=updateremote"> [更新同步目录]</a></td> | ||||
</tr> | </tr> | ||||
</table></td> | |||||
</table> | |||||
</td> | |||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
<td width="61" valign="top" bgcolor="#FFFFFF"><label> | |||||
<input type="checkbox" name="remoteiterm" id="remoteiterm" onChange="javascript:checkAll()"> | |||||
</label> | |||||
选择</td> | |||||
<td width="185" align="center" valign="top" bgcolor="#FFFFFF">项目(站点根目录)</td> | |||||
<td width="61" valign="top" bgcolor="#FFFFFF"> | |||||
<label><input type="checkbox" name="remoteiterm" id="remoteiterm" onChange="javascript:checkAll()"></label> 选择 | |||||
</td> | |||||
<td width="185" align="center" valign="top" bgcolor="#FFFFFF">项目(站点根目录)</td> | |||||
<td width="265" align="center" valign="top" bgcolor="#FFFFFF">项目说明</td> | <td width="265" align="center" valign="top" bgcolor="#FFFFFF">项目说明</td> | ||||
<td width="195" align="center" valign="top" bgcolor="#FFFFFF">选择服务器</td> | <td width="195" align="center" valign="top" bgcolor="#FFFFFF">选择服务器</td> | ||||
<td width="196" align="center" valign="top" bgcolor="#FFFFFF">状态</td> | <td width="196" align="center" valign="top" bgcolor="#FFFFFF">状态</td> | ||||
</tr> | </tr> | ||||
<?php | <?php | ||||
foreach($remotefile as $key => $value) | foreach($remotefile as $key => $value) | ||||
{ | |||||
{ | |||||
$bgcolor = ($key % 2 == 0)? '#E6F3CD' : '#FFFFFF'; | $bgcolor = ($key % 2 == 0)? '#E6F3CD' : '#FFFFFF'; | ||||
?> | ?> | ||||
<tr> | <tr> | ||||
<td width="61" align="center" valign="top" bgcolor="<?php echo $bgcolor;?>"><input name="Iterm[<?php echo $key;?>]" type="checkbox" id="Iterm" value="<?php echo $value['filedir'] ;?>"></td> | |||||
<td width="60" align="center" valign="top" bgcolor="<?php echo $bgcolor;?>"><input name="Iterm[<?php echo $key;?>]" type="checkbox" id="Iterm" value="<?php echo $value['filedir'] ;?>"></td> | |||||
<td width="185" align="left" valign="top" bgcolor="<?php echo $bgcolor;?>"><?php echo $value['filedir'] ;?><?php echo ($value['issystem']==1)? '<span style='color:#dc3545'>[系统]</span>' : '' ;?></td> | <td width="185" align="left" valign="top" bgcolor="<?php echo $bgcolor;?>"><?php echo $value['filedir'] ;?><?php echo ($value['issystem']==1)? '<span style='color:#dc3545'>[系统]</span>' : '' ;?></td> | ||||
<td width="265" valign="top" bgcolor="<?php echo $bgcolor;?>"><?php echo $value['description'] ;?></td> | |||||
<td width="195" align="center" valign="top" bgcolor="<?php echo $bgcolor;?>"><label> | |||||
</label></td> | |||||
<td width="196" align="center" valign="top" bgcolor="<?php echo $bgcolor;?>"><?php echo GetState($value['state']) ;?></td> | |||||
<td width="260" valign="top" bgcolor="<?php echo $bgcolor;?>"><?php echo $value['description'] ;?></td> | |||||
<td width="190" align="center" valign="top" bgcolor="<?php echo $bgcolor;?>"><label></label></td> | |||||
<td width="190" align="center" valign="top" bgcolor="<?php echo $bgcolor;?>"><?php echo GetState($value['state']) ;?></td> | |||||
</tr> | </tr> | ||||
<?php | <?php | ||||
} | } | ||||
@@ -72,9 +70,10 @@ function changeDopost(postval) | |||||
<td height="30" colspan="5" bgcolor="#FAFAF1" align="left">功能说明:本功能主要用于本地服务器文件同远程服务器进行同步,这里我们有几个是系统文件夹(Html生成、文件上传、专题)是必须要同远程服务器同步的,当然也有可选文件夹,用户可以在系统根目录\data\config.file.inc.php文件中进行修改(修改方法已在文件中说明)</td> | <td height="30" colspan="5" bgcolor="#FAFAF1" align="left">功能说明:本功能主要用于本地服务器文件同远程服务器进行同步,这里我们有几个是系统文件夹(Html生成、文件上传、专题)是必须要同远程服务器同步的,当然也有可选文件夹,用户可以在系统根目录\data\config.file.inc.php文件中进行修改(修改方法已在文件中说明)</td> | ||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
<td height="30" colspan="5" bgcolor="#FAFAF1" align="center"><input type="submit" class='coolbg np' name="Submit2" value="更新选择" /> | |||||
<td height="30" colspan="5" bgcolor="#FAFAF1" align="center"><input type="submit" class='coolbg np' name="Submit2" value="更新选择"> | |||||
| | ||||
<input type="submit" class='coolbg np' name="Submit" value="同步更新所有" onClick="changeDopost('makeall')" /></td> | |||||
<input type="submit" class='coolbg np' name="Submit" value="同步更新所有" onClick="changeDopost('makeall')"> | |||||
</td> | |||||
</tr> | </tr> | ||||
</form> | </form> | ||||
<tr bgcolor="#E6F3CD"> | <tr bgcolor="#E6F3CD"> | ||||
@@ -95,7 +94,8 @@ function changeDopost(postval) | |||||
<tr bgcolor="#FFFFFF"> | <tr bgcolor="#FFFFFF"> | ||||
<td colspan="5" id="mtd"><div id='mdv' style='width:100%;height:350px;'> | <td colspan="5" id="mtd"><div id='mdv' style='width:100%;height:350px;'> | ||||
<iframe name="stafrm" frameborder="0" id="stafrm" width="100%" height="100%"></iframe> | <iframe name="stafrm" frameborder="0" id="stafrm" width="100%" height="100%"></iframe> | ||||
</div></td> | |||||
</div> | |||||
</td> | |||||
</tr> | </tr> | ||||
</table> | </table> | ||||
</body> | </body> |
@@ -4,8 +4,8 @@ | |||||
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>"> | <meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>"> | ||||
<title>上传新文件</title> | <title>上传新文件</title> | ||||
<link rel="stylesheet" href="../static/css/bootstrap.min.css"> | <link rel="stylesheet" href="../static/css/bootstrap.min.css"> | ||||
<link href="../static/font-awesome/css/font-awesome.min.css" rel="stylesheet"> | |||||
<link href="css/base.css" rel="stylesheet" type="text/css" /> | |||||
<link rel="stylesheet" href="../static/font-awesome/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="css/base.css"> | |||||
<script language="javascript" src="../static/js/jquery.js"></script> | <script language="javascript" src="../static/js/jquery.js"></script> | ||||
<script language="javascript" src="../static/js/bootstrap.bundle.js"></script> | <script language="javascript" src="../static/js/bootstrap.bundle.js"></script> | ||||
<script language="javascript" src="js/main.js"></script> | <script language="javascript" src="js/main.js"></script> | ||||
@@ -57,65 +57,59 @@ | |||||
</td> | </td> | ||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
<td height="19" bgcolor="#ffffff"> | |||||
<img src="images/help.gif" border="0" /> | |||||
提示:图片类型仅支持jpg、png、gif、wbmp格式,flash为.swf格式,视音频和附件为限定扩展名的类型(可在系统参数中修改) | |||||
</td> | |||||
<td height="19" bgcolor="#ffffff"><img src="images/help.gif">提示:图片类型仅支持jpg、png、gif、wbmp格式,flash为.swf格式,视音频和附件为限定扩展名的类型(可在系统参数中修改)</td> | |||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
<td height="69" align="center" valign="top" bgcolor="#FFFFFF"> | <td height="69" align="center" valign="top" bgcolor="#FFFFFF"> | ||||
<table width="100%" border="0" cellpadding="0" cellspacing="0" class="table table-borderless"> | <table width="100%" border="0" cellpadding="0" cellspacing="0" class="table table-borderless"> | ||||
<form enctype="multipart/form-data" name='form1' action="media_add.php" method="POST" | <form enctype="multipart/form-data" name='form1' action="media_add.php" method="POST" | ||||
onSubmit="return CheckSubmit();"> | onSubmit="return CheckSubmit();"> | ||||
<input type="hidden" name="dopost" value="upload" /> | |||||
<input type="hidden" name="_csrf_token" value="<?php echo $GLOBALS['csrf_token'];?>" /> | |||||
<input type="hidden" name="dopost" value="upload"> | |||||
<input type="hidden" name="_csrf_token" value="<?php echo $GLOBALS['csrf_token'];?>"> | |||||
<tr> | <tr> | ||||
<td width="15%" height="30" align="center" bgcolor="#FFFFFF" class='bline'>媒体类型:</td> | <td width="15%" height="30" align="center" bgcolor="#FFFFFF" class='bline'>媒体类型:</td> | ||||
<td width="85%" height="26" bgcolor="#FFFFFF" class='bline' style="text-align:left;"> | |||||
<td width="85%" height="26" bgcolor="#FFFFFF" class='bline' style="text-align:left"> | |||||
<label><input name="mediatype" type="radio" class="np" value="1" checked='1' /> | <label><input name="mediatype" type="radio" class="np" value="1" checked='1' /> | ||||
图片 </label> | 图片 </label> | ||||
<label><input type="radio" name="mediatype" class="np" value="2" /> | |||||
<label><input type="radio" name="mediatype" class="np" value="2"> | |||||
FLASH </label> | FLASH </label> | ||||
<label><input type="radio" name="mediatype" class="np" value="3" /> | |||||
<label><input type="radio" name="mediatype" class="np" value="3"> | |||||
视频/音频 </label> | 视频/音频 </label> | ||||
<label><input type="radio" name="mediatype" class="np" value="4" /> | |||||
<label><input type="radio" name="mediatype" class="np" value="4"> | |||||
附件/其它 </label> | 附件/其它 </label> | ||||
</td> | </td> | ||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
<td height="30" align="center" bgcolor="#FFFFFF" class='bline'>说明标题:</td> | <td height="30" align="center" bgcolor="#FFFFFF" class='bline'>说明标题:</td> | ||||
<td height="26" bgcolor="#FFFFFF" class='bline' style="text-align:left;"> | |||||
<input name="title" type="text" id="title" size="30" style="width:300px" /> | |||||
<td height="26" bgcolor="#FFFFFF" class='bline' style="text-align:left"> | |||||
<input name="title" type="text" id="title" size="30" style="width:300px"> | |||||
</td> | </td> | ||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
<td height="30" align="center" bgcolor="#FFFFFF" class='bline'>参数说明:</td> | <td height="30" align="center" bgcolor="#FFFFFF" class='bline'>参数说明:</td> | ||||
<td height="30" bgcolor="#FFFFFF" class='bline' colspan='2' style="text-align:left;"> | |||||
<td height="30" bgcolor="#FFFFFF" class='bline' colspan='2' style="text-align:left"> | |||||
图片不需要指定“宽”、“高”,其它附加参数仅方便多媒体文件管理,没其它含义 | 图片不需要指定“宽”、“高”,其它附加参数仅方便多媒体文件管理,没其它含义 | ||||
</td> | </td> | ||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
<td height="30" align="center" bgcolor="#FFFFFF" class='bline'>附加参数:</td> | <td height="30" align="center" bgcolor="#FFFFFF" class='bline'>附加参数:</td> | ||||
<td height="26" bgcolor="#FFFFFF" class='bline' style="text-align:left;">宽: | |||||
<input name="mediawidth" type="text" id="mediawidth" size="5" /> | |||||
(像素) 高: | |||||
<input name="mediaheight" type="text" id="mediaheight" size="5" /> | |||||
(像素) 播放时间: | |||||
<input name="playtime" type="text" id="mediawidth3" size="5" /> | |||||
(分钟)</td> | |||||
<td height="26" bgcolor="#FFFFFF" class='bline' style="text-align:left"> | |||||
宽:<input name="mediawidth" type="text" id="mediawidth" size="5">(像素) | |||||
高:<input name="mediaheight" type="text" id="mediaheight" size="5">(像素) | |||||
播放时间:<input name="playtime" type="text" id="mediawidth3" size="5">(分钟) | |||||
</td> | |||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
<td height="30" align="center" bgcolor="#FFFFFF" class='bline'>上传文件:</td> | <td height="30" align="center" bgcolor="#FFFFFF" class='bline'>上传文件:</td> | ||||
<td bgcolor="#FFFFFF" class='bline' style="text-align:left;">数量: | |||||
<input name="picnum" type="text" id="picnum" value="5" size="6" /> | |||||
<button type="button" name="Submit" class="btn btn-success btn-sm" onClick="MakeUpload()">增加</button> | |||||
| |||||
<td bgcolor="#FFFFFF" class='bline' style="text-align:left">数量: | |||||
<input name="picnum" type="text" id="picnum" value="5" size="6"> | |||||
<button type="button" name="Submit" class="btn btn-success btn-sm" onClick="MakeUpload()">增加</button> | |||||
<button type="button" name="Submit" class="btn btn-success btn-sm" onClick="ResetUpload()">恢复</button> | <button type="button" name="Submit" class="btn btn-success btn-sm" onClick="ResetUpload()">恢复</button> | ||||
</td> | </td> | ||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
<td align="center" bgcolor="#FFFFFF"> </td> | <td align="center" bgcolor="#FFFFFF"> </td> | ||||
<td bgcolor="#FFFFFF" style="text-align:left;"> | |||||
<td bgcolor="#FFFFFF" style="text-align:left"> | |||||
<input name="upfile1" type="file" id="upfile1" style='width:300px' size='30' class='pubinputs' /><br> | <input name="upfile1" type="file" id="upfile1" style='width:300px' size='30' class='pubinputs' /><br> | ||||
<input name="upfile2" type="file" id="upfile2" style='width:300px' size='30' class='pubinputs' /><br> | <input name="upfile2" type="file" id="upfile2" style='width:300px' size='30' class='pubinputs' /><br> | ||||
<input name="upfile3" type="file" id="upfile3" style='width:300px' size='30' class='pubinputs' /><br> | <input name="upfile3" type="file" id="upfile3" style='width:300px' size='30' class='pubinputs' /><br> | ||||
@@ -4,8 +4,8 @@ | |||||
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>"> | <meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>"> | ||||
<title>修改文件</title> | <title>修改文件</title> | ||||
<link rel="stylesheet" href="../static/css/bootstrap.min.css"> | <link rel="stylesheet" href="../static/css/bootstrap.min.css"> | ||||
<link href="../static/font-awesome/css/font-awesome.min.css" rel="stylesheet"> | |||||
<link href="css/base.css" rel="stylesheet" type="text/css"> | |||||
<link rel="stylesheet" href="../static/font-awesome/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="css/base.css"> | |||||
<script language="javascript" src="../static/js/jquery.js"></script> | <script language="javascript" src="../static/js/jquery.js"></script> | ||||
<script language="javascript" src="../static/js/bootstrap.bundle.js"></script> | <script language="javascript" src="../static/js/bootstrap.bundle.js"></script> | ||||
<script language="javascript" src="js/main.js"></script> | <script language="javascript" src="js/main.js"></script> | ||||
@@ -33,8 +33,7 @@ | |||||
<td height="19" background='images/tbg.gif'> | <td height="19" background='images/tbg.gif'> | ||||
<table width="98%" border="0" cellpadding="0" cellspacing="0" class="table table-borderless"> | <table width="98%" border="0" cellpadding="0" cellspacing="0" class="table table-borderless"> | ||||
<tr> | <tr> | ||||
<td width="2%" align="center" valign="middle"><img src="images/item_tt2.gif" width="7" | |||||
height="15"></td> | |||||
<td width="2%" align="center" valign="middle"><img src="images/item_tt2.gif"></td> | |||||
<td width="44%"><strong>修改媒体:</strong></td> | <td width="44%"><strong>修改媒体:</strong></td> | ||||
<td width="54%" align="right"><a href='media_main.php' class="btn btn-success btn-sm">附件/媒体数据管理</a></td> | <td width="54%" align="right"><a href='media_main.php' class="btn btn-success btn-sm">附件/媒体数据管理</a></td> | ||||
</tr> | </tr> | ||||
@@ -54,30 +53,25 @@ | |||||
<form enctype="multipart/form-data" name='form1' action="media_edit.php" method="POST" | <form enctype="multipart/form-data" name='form1' action="media_edit.php" method="POST" | ||||
onSubmit="return CheckSubmit();"> | onSubmit="return CheckSubmit();"> | ||||
<input type="hidden" name="dopost" value="save"> | <input type="hidden" name="dopost" value="save"> | ||||
<input type="hidden" name="_csrf_token" value="<?php echo $GLOBALS['csrf_token'];?>" /> | |||||
<input type="hidden" name="_csrf_token" value="<?php echo $GLOBALS['csrf_token'];?>"> | |||||
<input type="hidden" name="aid" value="<?php echo $aid?>"> | <input type="hidden" name="aid" value="<?php echo $aid?>"> | ||||
<tr> | <tr> | ||||
<td width="15%" height="30" align="left" bgcolor="#FFFFFF" class='bline'>媒体类型:</td> | <td width="15%" height="30" align="left" bgcolor="#FFFFFF" class='bline'>媒体类型:</td> | ||||
<td width="85%" height="26" align="left" bgcolor="#FFFFFF" class='bline'> | <td width="85%" height="26" align="left" bgcolor="#FFFFFF" class='bline'> | ||||
<label><input type="radio" name="mediatype" class="np" value="1" | |||||
<?php if($myrow['mediatype']==1) echo " checked"; ?>> | |||||
<label><input type="radio" name="mediatype" class="np" value="1" <?php if($myrow['mediatype']==1) echo " checked"; ?>> | |||||
图片</label> | 图片</label> | ||||
<label><input type="radio" name="mediatype" class="np" value="2" | |||||
<?php if($myrow['mediatype']==2) echo " checked"; ?>> | |||||
<label><input type="radio" name="mediatype" class="np" value="2" <?php if($myrow['mediatype']==2) echo " checked"; ?>> | |||||
FLASH</label> | FLASH</label> | ||||
<label><input type="radio" name="mediatype" class="np" value="3" | |||||
<?php if($myrow['mediatype']==3) echo " checked"; ?>> | |||||
<label><input type="radio" name="mediatype" class="np" value="3" <?php if($myrow['mediatype']==3) echo " checked"; ?>> | |||||
视频/音频</label> | 视频/音频</label> | ||||
<label><input type="radio" name="mediatype" class="np" value="4" | |||||
<?php if($myrow['mediatype']==4) echo " checked"; ?>> | |||||
<label><input type="radio" name="mediatype" class="np" value="4" <?php if($myrow['mediatype']==4) echo " checked"; ?>> | |||||
附件/其它</label> | 附件/其它</label> | ||||
</td> | </td> | ||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
<td height="30" align="center" bgcolor="#FFFFFF" class='bline'>说明标题:</td> | <td height="30" align="center" bgcolor="#FFFFFF" class='bline'>说明标题:</td> | ||||
<td height="26" align="left" bgcolor="#FFFFFF" class='bline'> | <td height="26" align="left" bgcolor="#FFFFFF" class='bline'> | ||||
<input name="title" type="text" id="title" size="30" | |||||
value="<?php echo $myrow['title']?>"> | |||||
<input name="title" type="text" id="title" size="30" value="<?php echo $myrow['title']?>"> | |||||
</td> | </td> | ||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
@@ -88,50 +82,38 @@ | |||||
<tr> | <tr> | ||||
<td height="30" align="center" bgcolor="#FFFFFF" class='bline'>附加参数:</td> | <td height="30" align="center" bgcolor="#FFFFFF" class='bline'>附加参数:</td> | ||||
<td height="26" align="left" bgcolor="#FFFFFF" class='bline'> | <td height="26" align="left" bgcolor="#FFFFFF" class='bline'> | ||||
宽: | |||||
<input name="mediawidth" type="text" id="mediawidth" size="5" | |||||
value="<?php echo $myrow['width']?>"> | |||||
(像素) 高: | |||||
<input name="mediaheight" type="text" id="mediaheight" size="5" | |||||
value="<?php echo $myrow['height']?>"> | |||||
(像素) 播放时间: | |||||
<input name="playtime" type="text" id="playtime" size="5" | |||||
value="<?php echo $myrow['playtime']?>"> | |||||
(分钟) | |||||
宽:<input name="mediawidth" type="text" id="mediawidth" size="5" value="<?php echo $myrow['width']?>">(像素) | |||||
高:<input name="mediaheight" type="text" id="mediaheight" size="5" value="<?php echo $myrow['height']?>">(像素) | |||||
播放时间:<input name="playtime" type="text" id="playtime" size="5" value="<?php echo $myrow['playtime']?>">(分钟) | |||||
</td> | </td> | ||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
<td height="30" align="center" bgcolor="#FFFFFF" class='bline'>原文件:</td> | <td height="30" align="center" bgcolor="#FFFFFF" class='bline'>原文件:</td> | ||||
<td align="left" bgcolor="#FFFFFF" class='bline'> | <td align="left" bgcolor="#FFFFFF" class='bline'> | ||||
<input name="filename" type="text" id="filename" style='width:350px' | |||||
value="<?php echo $myrow['url']?>"> | |||||
<input name="filename" type="text" id="filename" style='width:350px' value="<?php echo $myrow['url']?>"> | |||||
<a href='<?php echo $myrow['url']?>' target='_blank'>[查看]</a> | <a href='<?php echo $myrow['url']?>' target='_blank'>[查看]</a> | ||||
</td> | </td> | ||||
</tr> | </tr> | ||||
<?php | <?php | ||||
if($myrow['mediatype']==1) | |||||
{ | |||||
$fullfilename = $cfg_basedir.$myrow['url']; | |||||
if(file_exists($fullfilename)){ | |||||
$info = ""; | |||||
$sizes = getimagesize($fullfilename,$info); | |||||
if(is_array($sizes)){ | |||||
if($sizes[0]>200) $w=200; | |||||
else $w = $sizes[0]; | |||||
?> | |||||
if($myrow['mediatype']==1) | |||||
{ | |||||
$fullfilename = $cfg_basedir.$myrow['url']; | |||||
if(file_exists($fullfilename)){ | |||||
$info = ""; | |||||
$sizes = getimagesize($fullfilename,$info); | |||||
if(is_array($sizes)){ | |||||
if($sizes[0]>200) $w=200; | |||||
else $w = $sizes[0]; | |||||
?> | |||||
<tr> | <tr> | ||||
<td height="30" align="center" bgcolor="#FFFFFF" class='bline'>预览:</td> | <td height="30" align="center" bgcolor="#FFFFFF" class='bline'>预览:</td> | ||||
<td align="left" bgcolor="#FFFFFF" class='bline'> | <td align="left" bgcolor="#FFFFFF" class='bline'> | ||||
<a href='<?php echo $myrow['url']?>' target='_blank'><img | |||||
src='<?php echo $myrow['url']."?q=".time()?>' width='<?php echo $w?>' border='0' | |||||
id='picview'></a> | |||||
<a href="<?php echo $myrow['url']?>" target="_blank"><img src="<?php echo $myrow['url'].'?q='.time()?>" width="<?php echo $w?>" id="picview"></a> | |||||
</td> | </td> | ||||
</tr> | </tr> | ||||
<?php } } } ?> | <?php } } } ?> | ||||
<tr> | <tr> | ||||
<td height="26" align="center" bgcolor="#FFFFFF" class='bline'> | |||||
修改文件: | |||||
</td> | |||||
<td height="26" align="center" bgcolor="#FFFFFF" class='bline'>修改文件:</td> | |||||
<td align="left" bgcolor="#FFFFFF" class='bline'> | <td align="left" bgcolor="#FFFFFF" class='bline'> | ||||
<input name="upfile" type="file" id="upfile" style='width:300px' size='30'> | <input name="upfile" type="file" id="upfile" style='width:300px' size='30'> | ||||
</td> | </td> | ||||
@@ -153,5 +135,4 @@ if($myrow['mediatype']==1) | |||||
</tr> | </tr> | ||||
</table> | </table> | ||||
</body> | </body> | ||||
</html> | </html> |
@@ -4,8 +4,8 @@ | |||||
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>"> | <meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>"> | ||||
<title>附件数据管理</title> | <title>附件数据管理</title> | ||||
<link rel="stylesheet" href="../static/css/bootstrap.min.css"> | <link rel="stylesheet" href="../static/css/bootstrap.min.css"> | ||||
<link href="../static/font-awesome/css/font-awesome.min.css" rel="stylesheet"> | |||||
<link href="css/base.css" rel="stylesheet" type="text/css"> | |||||
<link rel="stylesheet" href="../static/font-awesome/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="css/base.css"> | |||||
<style> | <style> | ||||
.napisdiv { | .napisdiv { | ||||
left: 10; | left: 10; | ||||
@@ -83,7 +83,7 @@ | |||||
<td width="10"> </td> | <td width="10"> </td> | ||||
<td width="100" align="center">关键字:</td> | <td width="100" align="center">关键字:</td> | ||||
<td width="100"> | <td width="100"> | ||||
<input name="keyword" type="text" id="keyword" style="width:100" value="<?php echo $keyword?>" /> | |||||
<input name="keyword" type="text" id="keyword" style="width:100" value="<?php echo $keyword?>"> | |||||
</td> | </td> | ||||
<td width="100" align="center"> | <td width="100" align="center"> | ||||
<select name='mediatype' style='width:80'> | <select name='mediatype' style='width:80'> | ||||
@@ -156,5 +156,4 @@ | |||||
</tr> | </tr> | ||||
</table> | </table> | ||||
</body> | </body> | ||||
</html> | </html> |
@@ -5,8 +5,8 @@ | |||||
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>"> | <meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>"> | ||||
<title>网站会员管理</title> | <title>网站会员管理</title> | ||||
<link rel="stylesheet" href="../static/css/bootstrap.min.css"> | <link rel="stylesheet" href="../static/css/bootstrap.min.css"> | ||||
<link href="../static/font-awesome/css/font-awesome.min.css" rel="stylesheet"> | |||||
<link href="css/base.css" rel="stylesheet" type="text/css"> | |||||
<link rel="stylesheet" href="../static/font-awesome/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="css/base.css"> | |||||
<script language="javascript" src="js/member.js"></script> | <script language="javascript" src="js/member.js"></script> | ||||
<style type="text/css"> | <style type="text/css"> | ||||
.rb { | .rb { | ||||
@@ -25,7 +25,7 @@ | |||||
<table border="0" cellspacing="0" cellpadding="3" class="table table-borderless" style="width: 790px;"> | <table border="0" cellspacing="0" cellpadding="3" class="table table-borderless" style="width: 790px;"> | ||||
<tr> | <tr> | ||||
<td>关键字:</td> | <td>关键字:</td> | ||||
<td><input name="keyword" type="text" id="keyword" size="12" style="width:120px" value="{dede:global name='keyword'/}" /></td> | |||||
<td><input name="keyword" type="text" id="keyword" size="12" style="width:120px" value="{dede:global name='keyword'/}"></td> | |||||
<td> 排序:</td> | <td> 排序:</td> | ||||
<td> | <td> | ||||
<select name="sortkey" id="sortkey" style="width:120px"> | <select name="sortkey" id="sortkey" style="width:120px"> | ||||
@@ -96,7 +96,7 @@ | |||||
</tr> | </tr> | ||||
{dede:datalist} | {dede:datalist} | ||||
<tr height="26" align="center" bgcolor="#FFFFFF" onMouseMove="javascript:this.bgColor='#FCFDEE';" onMouseOut="javascript:this.bgColor='#FFFFFF';"> | <tr height="26" align="center" bgcolor="#FFFFFF" onMouseMove="javascript:this.bgColor='#FCFDEE';" onMouseOut="javascript:this.bgColor='#FFFFFF';"> | ||||
<td><input name="mid" type="checkbox" id="mid" value="{dede:field.mid/}" class="np" /></td> | |||||
<td><input name="mid" type="checkbox" id="mid" value="{dede:field.mid/}" class="np"></td> | |||||
<td>{dede:field.mid/}</td> | <td>{dede:field.mid/}</td> | ||||
<td><a href="../user/index.php?uid={dede:field.userid/}" target='_blank'> | <td><a href="../user/index.php?uid={dede:field.userid/}" target='_blank'> | ||||
<?php | <?php | ||||
@@ -153,5 +153,4 @@ | |||||
</table> | </table> | ||||
</form> | </form> | ||||
</body> | </body> | ||||
</html> | </html> |
@@ -4,8 +4,8 @@ | |||||
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>"> | <meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>"> | ||||
<title>业务管理</title> | <title>业务管理</title> | ||||
<link rel="stylesheet" href="../static/css/bootstrap.min.css"> | <link rel="stylesheet" href="../static/css/bootstrap.min.css"> | ||||
<link href="../static/font-awesome/css/font-awesome.min.css" rel="stylesheet"> | |||||
<link href="css/base.css" rel="stylesheet" type="text/css" /> | |||||
<link rel="stylesheet" href="../static/font-awesome/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="css/base.css"> | |||||
<script language="javascript"> | <script language="javascript"> | ||||
//获得选中项 | //获得选中项 | ||||
function getCheckboxItem() { | function getCheckboxItem() { | ||||
@@ -148,5 +148,4 @@ | |||||
</tr> | </tr> | ||||
</table> | </table> | ||||
</body> | </body> | ||||
</html> | </html> |
@@ -5,8 +5,8 @@ | |||||
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>"> | <meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>"> | ||||
<title>用户短信管理</title> | <title>用户短信管理</title> | ||||
<link rel="stylesheet" href="../static/css/bootstrap.min.css"> | <link rel="stylesheet" href="../static/css/bootstrap.min.css"> | ||||
<link href="../static/font-awesome/css/font-awesome.min.css" rel="stylesheet"> | |||||
<link href="css/base.css" rel="stylesheet" type="text/css" /> | |||||
<link rel="stylesheet" href="../static/font-awesome/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="css/base.css"> | |||||
<style type="text/css"> | <style type="text/css"> | ||||
.rb { | .rb { | ||||
border-right: 1px solid #98CAEF | border-right: 1px solid #98CAEF | ||||
@@ -27,7 +27,7 @@ | |||||
<body background="images/allbg.gif"> | <body background="images/allbg.gif"> | ||||
<div class="bodytitle mt-3"> | <div class="bodytitle mt-3"> | ||||
<div class="bodytitleleft"></div> | <div class="bodytitleleft"></div> | ||||
<div class="bodytitletxt" style="padding-left:10px">短信管理</div> | |||||
<div class="bodytitletxt">短信管理</div> | |||||
</div> | </div> | ||||
<table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" class="table maintable table-borderless" style="background:#CFCFCF;margin-bottom:10px;"> | <table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" class="table maintable table-borderless" style="background:#CFCFCF;margin-bottom:10px;"> | ||||
<tr> | <tr> | ||||
@@ -37,10 +37,10 @@ | |||||
<tr> | <tr> | ||||
<td width="90"> 关键字:</td> | <td width="90"> 关键字:</td> | ||||
<td width="110" align="center"> | <td width="110" align="center"> | ||||
<input name="keyword" type="text" id="keyword" size="12" style="width:100" value="{dede:global name='keyword'/}" /> | |||||
<input name="keyword" type="text" id="keyword" size="12" style="width:100" value="{dede:global name='keyword'/}"> | |||||
</td> | </td> | ||||
<td width="86"> 用户:</td> | <td width="86"> 用户:</td> | ||||
<td width="74"><input name="username" type="text" id="username" size="12" style="width:100" value="{dede:global name='username'/}" /></td> | |||||
<td width="74"><input name="username" type="text" id="username" size="12" style="width:100" value="{dede:global name='username'/}"></td> | |||||
<td width="100" align="center"> | <td width="100" align="center"> | ||||
<select name="folder" id="folder"> | <select name="folder" id="folder"> | ||||
<option value="inbox">收件箱</option> | <option value="inbox">收件箱</option> | ||||
@@ -100,5 +100,4 @@ | |||||
</table> | </table> | ||||
</body> | </body> | ||||
</html> | </html> |
@@ -3,7 +3,7 @@ | |||||
<head> | <head> | ||||
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>"> | <meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>"> | ||||
<title>用户短信管理</title> | <title>用户短信管理</title> | ||||
<link href="css/base.css" rel="stylesheet" type="text/css" /> | |||||
<link rel="stylesheet" href="css/base.css"> | |||||
<style type="text/css"> | <style type="text/css"> | ||||
.rb{ border-right:1px solid #98CAEF } | .rb{ border-right:1px solid #98CAEF } | ||||
.tb{ border-top:1px solid #98CAEF } | .tb{ border-top:1px solid #98CAEF } | ||||
@@ -22,10 +22,9 @@ | |||||
<table border="0" cellpadding="0" cellspacing="0"> | <table border="0" cellpadding="0" cellspacing="0"> | ||||
<tr> | <tr> | ||||
<td width="90"> 关键字:</td> | <td width="90"> 关键字:</td> | ||||
<td width="110" align="center"> | |||||
<input name="keyword" type="text" id="keyword" size="12" style="width:100px"></td> | |||||
<td width="110" align="center"><input name="keyword" type="text" id="keyword" size="12" style="width:100px"></td> | |||||
<td width="86"> 用户:</td> | <td width="86"> 用户:</td> | ||||
<td width="74"><input name="username" type="text" id="username" size="12" style="width:100px" /></td> | |||||
<td width="74"><input name="username" type="text" id="username" size="12" style="width:100px"></td> | |||||
<td width="100" align="center"><select name="folder" id="folder"> | <td width="100" align="center"><select name="folder" id="folder"> | ||||
<option value="inbox">收件箱</option> | <option value="inbox">收件箱</option> | ||||
<option value="outbox">发件箱</option> | <option value="outbox">发件箱</option> | ||||
@@ -47,22 +46,22 @@ | |||||
<tr bgcolor="#ffffff" height="26"> | <tr bgcolor="#ffffff" height="26"> | ||||
<td colspan="7" align="left"> | <td colspan="7" align="left"> | ||||
<form id="postall" method="post" action="member_pmall.php"> | <form id="postall" method="post" action="member_pmall.php"> | ||||
<input name="action" type="hidden" value="post" /> | |||||
<input name="action" type="hidden" value="post"> | |||||
<table width="100%" border="0" cellpadding="1" cellspacing="1"> | <table width="100%" border="0" cellpadding="1" cellspacing="1"> | ||||
<tr> | <tr> | ||||
<td width="13%" height="30" align="right">标题:</td> | <td width="13%" height="30" align="right">标题:</td> | ||||
<td width="87%" height="26"><input name="subject" type="text" id="subject" class="company_manage_form_label" style="width:250px;height:16px;margin-top:5px;margin-left:10px;" /> | |||||
<td width="87%" height="26"><input name="subject" type="text" id="subject" class="company_manage_form_label" style="width:250px;height:16px;margin-top:10px;margin-left:10px"> | |||||
标题少于70个字符内</td> | 标题少于70个字符内</td> | ||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
<td height="12" align="right" valign="top" style="padding-top:5px;"><label for="pm_textarea">内容:</label></td> | <td height="12" align="right" valign="top" style="padding-top:5px;"><label for="pm_textarea">内容:</label></td> | ||||
<td height="120" ><textarea name="message" id="message" cols="40" rows="5" class="company_manage_form_label1" style="width:350px;height:100px;margin-top:5px;margin-left:10px;"></textarea> | |||||
<td height="120" ><textarea name="message" id="message" cols="40" rows="5" class="company_manage_form_label1" style="width:350px;height:100px;margin-top:10px;margin-left:10px"></textarea> | |||||
1000个字符以内</td> | 1000个字符以内</td> | ||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
<td height="26" align="right" valign="top"> </td> | <td height="26" align="right" valign="top"> </td> | ||||
<td height="30"><input type="submit" value="提交" class="button01" /></td> | |||||
<td height="30"><input type="submit" value="提交" class="button01"></td> | |||||
</tr> | </tr> | ||||
</table> | </table> | ||||
</form> | </form> | ||||
@@ -3,7 +3,7 @@ | |||||
<head> | <head> | ||||
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>"> | <meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>"> | ||||
<title>用户短信管理</title> | <title>用户短信管理</title> | ||||
<link href="css/base.css" rel="stylesheet" type="text/css" /> | |||||
<link rel="stylesheet" href="css/base.css"> | |||||
<style type="text/css"> | <style type="text/css"> | ||||
.rb{ border-right:1px solid #98CAEF } | .rb{ border-right:1px solid #98CAEF } | ||||
.tb{ border-top:1px solid #98CAEF } | .tb{ border-top:1px solid #98CAEF } | ||||
@@ -25,7 +25,7 @@ | |||||
<td width="110" align="center"> | <td width="110" align="center"> | ||||
<input name="keyword" type="text" id="keyword" size="12" style="width:100px"></td> | <input name="keyword" type="text" id="keyword" size="12" style="width:100px"></td> | ||||
<td width="86"> 用户:</td> | <td width="86"> 用户:</td> | ||||
<td width="74"><input name="username" type="text" id="username" size="12" style="width:100px" /></td> | |||||
<td width="74"><input name="username" type="text" id="username" size="12" style="width:100px"></td> | |||||
<td width="100" align="center"><select name="folder" id="folder"> | <td width="100" align="center"><select name="folder" id="folder"> | ||||
<option value="inbox">收件箱</option> | <option value="inbox">收件箱</option> | ||||
<option value="outbox">发件箱</option> | <option value="outbox">发件箱</option> | ||||
@@ -47,7 +47,7 @@ | |||||
<tr bgcolor="#ffffff" height="26"> | <tr bgcolor="#ffffff" height="26"> | ||||
<td colspan="7" align="left"> | <td colspan="7" align="left"> | ||||
<form id="postall" method="post" action="member_pmone.php"> | <form id="postall" method="post" action="member_pmone.php"> | ||||
<input name="action" type="hidden" value="post" /> | |||||
<input name="action" type="hidden" value="post"> | |||||
<table width="100%" border="0" cellpadding="1" cellspacing="1"> | <table width="100%" border="0" cellpadding="1" cellspacing="1"> | ||||
<tr> | <tr> | ||||
<td width="13%" height="30" align="right">发送到:</td> | <td width="13%" height="30" align="right">发送到:</td> | ||||
@@ -56,7 +56,7 @@ | |||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
<td width="13%" height="30" align="right">标题:</td> | <td width="13%" height="30" align="right">标题:</td> | ||||
<td width="87%" height="26"><input name="subject" type="text" id="subject" class="company_manage_form_label" style="width:250px;height:16px;margin-top:5px;margin-left:10px;" /> | |||||
<td width="87%" height="26"><input name="subject" type="text" id="subject" class="company_manage_form_label" style="width:250px;height:16px;margin-top:5px;margin-left:10px"> | |||||
标题少于70个字符内</td> | 标题少于70个字符内</td> | ||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
@@ -67,7 +67,7 @@ | |||||
<tr> | <tr> | ||||
<td height="26" align="right" valign="top"> </td> | <td height="26" align="right" valign="top"> </td> | ||||
<td height="30"><input type="submit" value="提交" class="button01" /></td> | |||||
<td height="30"><input type="submit" value="提交" class="button01"></td> | |||||
</tr> | </tr> | ||||
</table> | </table> | ||||
</form> | </form> | ||||
@@ -4,8 +4,8 @@ | |||||
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>"> | <meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>"> | ||||
<title>会员权限管理</title> | <title>会员权限管理</title> | ||||
<link rel="stylesheet" href="../static/css/bootstrap.min.css"> | <link rel="stylesheet" href="../static/css/bootstrap.min.css"> | ||||
<link href="../static/font-awesome/css/font-awesome.min.css" rel="stylesheet"> | |||||
<link href="css/base.css" rel="stylesheet" type="text/css"> | |||||
<link rel="stylesheet" href="../static/font-awesome/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="css/base.css"> | |||||
</head> | </head> | ||||
<body background='images/allbg.gif' leftmargin='8' topmargin='8'> | <body background='images/allbg.gif' leftmargin='8' topmargin='8'> | ||||
<form name="form1" action="member_rank.php" method="post"> | <form name="form1" action="member_rank.php" method="post"> | ||||
@@ -85,5 +85,4 @@ | |||||
</table> | </table> | ||||
</form> | </form> | ||||
</body> | </body> | ||||
</html> | </html> |
@@ -17,16 +17,16 @@ | |||||
} | } | ||||
</script> | </script> | ||||
<link rel="stylesheet" href="../static/css/bootstrap.min.css"> | <link rel="stylesheet" href="../static/css/bootstrap.min.css"> | ||||
<link href="../static/font-awesome/css/font-awesome.min.css" rel="stylesheet"> | |||||
<link href="css/base.css" rel="stylesheet" type="text/css" /> | |||||
<link rel="stylesheet" href="../static/font-awesome/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="css/base.css"> | |||||
</head> | </head> | ||||
<body background="images/allbg.gif"> | <body background="images/allbg.gif"> | ||||
<div class="bodytitle mt-3"> | <div class="bodytitle mt-3"> | ||||
<div class="bodytitleleft"></div> | <div class="bodytitleleft"></div> | ||||
<div class="bodytitletxt" style="padding-left:10px">积分头衔设置</div> | |||||
<div class="bodytitletxt">积分头衔设置</div> | |||||
</div> | </div> | ||||
<form action="member_scores.php" method="post"> | <form action="member_scores.php" method="post"> | ||||
<input name="action" type="hidden" value="save" /> | |||||
<input name="action" type="hidden" value="save"> | |||||
<table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" class="tbtitle" style="border:1px solid #CFCFCF;border-bottom:none;"> | <table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" class="tbtitle" style="border:1px solid #CFCFCF;border-bottom:none;"> | ||||
<tr bgcolor="#EDF9D5"> | <tr bgcolor="#EDF9D5"> | ||||
<td width="100%" height="26" background='images/tbg.gif' style="padding-left:10px"> | <td width="100%" height="26" background='images/tbg.gif' style="padding-left:10px"> | ||||
@@ -54,13 +54,13 @@ | |||||
</td> | </td> | ||||
<td align="left" style="padding:5px;"> | <td align="left" style="padding:5px;"> | ||||
<input name="integral-<?php echo $v['id']?>" type="text" id="integral-<?php echo $v['id']?>" | <input name="integral-<?php echo $v['id']?>" type="text" id="integral-<?php echo $v['id']?>" | ||||
value="<?php echo $v['integral']?>" size="10" /></td> | |||||
value="<?php echo $v['integral']?>" size="10"></td> | |||||
<td align="left" style="padding:5px;"> | <td align="left" style="padding:5px;"> | ||||
<input name="icon-<?php echo $v['id']?>" type="text" id="icon-<?php echo $v['id']?>" | <input name="icon-<?php echo $v['id']?>" type="text" id="icon-<?php echo $v['id']?>" | ||||
value="<?php echo $v['icon']?>" size="3" /></td> | |||||
value="<?php echo $v['icon']?>" size="3"></td> | |||||
<td align="left" style="padding:5px;"> | <td align="left" style="padding:5px;"> | ||||
<input name="titles-<?php echo $v['id']?>" type="text" id="titles-<?php echo $v['id']?>" | <input name="titles-<?php echo $v['id']?>" type="text" id="titles-<?php echo $v['id']?>" | ||||
value="<?php echo $v['titles']?>" size="20" /></td> | |||||
value="<?php echo $v['titles']?>" size="20"></td> | |||||
<td align="left" style="padding:5px;"> | <td align="left" style="padding:5px;"> | ||||
<select name="isdefault-<?php echo $v['id']?>" id="isdefault-<?php echo $v['id']?>"> | <select name="isdefault-<?php echo $v['id']?>" id="isdefault-<?php echo $v['id']?>"> | ||||
<option value="1" <?php if($v['isdefault']) echo " selected='selected'";?>>是</option> | <option value="1" <?php if($v['isdefault']) echo " selected='selected'";?>>是</option> | ||||
@@ -73,9 +73,9 @@ | |||||
?> | ?> | ||||
<tr bgcolor="#F9FCEF"> | <tr bgcolor="#F9FCEF"> | ||||
<td >新增:</td> | <td >新增:</td> | ||||
<td style="padding:5px;"><input name="add_integral" type="text" id="add_integral" size="10" /></td> | |||||
<td style="padding:5px;"><input name="add_icon" type="text" id="add_icon" size="3" /></td> | |||||
<td style="padding:5px;"><input name="add_titles" type="text" id="add_titles" size="20" /></td> | |||||
<td style="padding:5px;"><input name="add_integral" type="text" id="add_integral" size="10"></td> | |||||
<td style="padding:5px;"><input name="add_icon" type="text" id="add_icon" size="3"></td> | |||||
<td style="padding:5px;"><input name="add_titles" type="text" id="add_titles" size="20"></td> | |||||
<td style="padding:5px;"> | <td style="padding:5px;"> | ||||
<select name="add_isdefault" id="add_isdefault"> | <select name="add_isdefault" id="add_isdefault"> | ||||
<option value="1">是</option> | <option value="1">是</option> | ||||
@@ -93,5 +93,4 @@ | |||||
</form> | </form> | ||||
</body> | </body> | ||||
</html> | </html> |
@@ -4,8 +4,8 @@ | |||||
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>"> | <meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>"> | ||||
<title>提升为管理员</title> | <title>提升为管理员</title> | ||||
<link rel="stylesheet" href="../static/css/bootstrap.min.css"> | <link rel="stylesheet" href="../static/css/bootstrap.min.css"> | ||||
<link href="../static/font-awesome/css/font-awesome.min.css" rel="stylesheet"> | |||||
<link href="css/base.css" rel="stylesheet" type="text/css"> | |||||
<link rel="stylesheet" href="../static/font-awesome/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="css/base.css"> | |||||
<script language='javascript' src='../data/enums/area.js'></script> | <script language='javascript' src='../data/enums/area.js'></script> | ||||
<script language="javascript" src="../static/js/jquery.js"></script> | <script language="javascript" src="../static/js/jquery.js"></script> | ||||
<script language="javascript" src="../static/js/bootstrap.bundle.js"></script> | <script language="javascript" src="../static/js/bootstrap.bundle.js"></script> | ||||
@@ -42,9 +42,9 @@ | |||||
<td colspan="2" height="10"></td> | <td colspan="2" height="10"></td> | ||||
</tr> | </tr> | ||||
<form name="form2" action="member_toadmin.php" method="post" onSubmit="return checkSubmit();"> | <form name="form2" action="member_toadmin.php" method="post" onSubmit="return checkSubmit();"> | ||||
<input type="hidden" name="dopost" value="toadmin" /> | |||||
<input type="hidden" name="userid" value="<?php echo $row['userid']?>" /> | |||||
<input type="hidden" name="id" value="<?php echo $id?>" /> | |||||
<input type="hidden" name="dopost" value="toadmin"> | |||||
<input type="hidden" name="userid" value="<?php echo $row['userid']?>"> | |||||
<input type="hidden" name="id" value="<?php echo $id?>"> | |||||
<tr> | <tr> | ||||
<td width="17%" align="right" class='bline'>用户名:</td> | <td width="17%" align="right" class='bline'>用户名:</td> | ||||
<td width="83%" class='bline' align="left"><?php | <td width="83%" class='bline' align="left"><?php | ||||
@@ -57,12 +57,12 @@ | |||||
<tr> | <tr> | ||||
<td height="30" align="right">用户笔名:</td> | <td height="30" align="right">用户笔名:</td> | ||||
<td align="left"> | <td align="left"> | ||||
<input name="uname" type="text" id="uname" size="16" value="<?php echo $row['uname']?>" style="width:200px" /> (发布文章后显示责任编辑的名字) | |||||
<input name="uname" type="text" id="uname" size="16" value="<?php echo $row['uname']?>" style="width:200px"> (发布文章后显示责任编辑的名字) | |||||
</td> | </td> | ||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
<td height="30" align="right">用户密码:</td> | <td height="30" align="right">用户密码:</td> | ||||
<td align="left"><input name="pwd" type="text" id="pwd" size="16" style="width:200px" /> | |||||
<td align="left"><input name="pwd" type="text" id="pwd" size="16" style="width:200px"> | |||||
(留空则不修改,只能用'0-9a-zA-Z.@_-!'以内范围的字符) </td> | (留空则不修改,只能用'0-9a-zA-Z.@_-!'以内范围的字符) </td> | ||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
@@ -89,18 +89,18 @@ | |||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
<td height="30" align="right">真实姓名:</td> | <td height="30" align="right">真实姓名:</td> | ||||
<td align="left"><input name="tname" type="text" id="tname" size="16" style="width:200px" value="" /> | |||||
<td align="left"><input name="tname" type="text" id="tname" size="16" style="width:200px" value=""> | |||||
</td> | </td> | ||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
<td height="30" align="right">电子邮箱:</td> | <td height="30" align="right">电子邮箱:</td> | ||||
<td align="left"><input name="email" type="text" id="email" size="16" style="width:200px" value="<?php echo $row['email']?>" /> | |||||
<td align="left"><input name="email" type="text" id="email" size="16" style="width:200px" value="<?php echo $row['email']?>"> | |||||
</td> | </td> | ||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
<td height="30" align="right">安全验证串:</td> | <td height="30" align="right">安全验证串:</td> | ||||
<td align="left"><input name="safecode" type="text" id="safecode" size="16" style="width:200px" /> | |||||
<input name="randcode" type="hidden" value="<?php echo $randcode; ?>" /> | |||||
<td align="left"><input name="safecode" type="text" id="safecode" size="16" style="width:200px"> | |||||
<input name="randcode" type="hidden" value="<?php echo $randcode; ?>"> | |||||
| | ||||
(复制本代码:<span style='color:#e74d58'><?php echo $safecode; ?></span> ) </td> | (复制本代码:<span style='color:#e74d58'><?php echo $safecode; ?></span> ) </td> | ||||
</tr> | </tr> | ||||
@@ -119,5 +119,4 @@ | |||||
</tr> | </tr> | ||||
</table> | </table> | ||||
</body> | </body> | ||||
</html> | </html> |
@@ -4,13 +4,13 @@ | |||||
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>"> | <meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>"> | ||||
<title>会员类型管理</title> | <title>会员类型管理</title> | ||||
<link rel="stylesheet" href="../static/css/bootstrap.min.css"> | <link rel="stylesheet" href="../static/css/bootstrap.min.css"> | ||||
<link href="../static/font-awesome/css/font-awesome.min.css" rel="stylesheet"> | |||||
<link href="css/base.css" rel="stylesheet" type="text/css" /> | |||||
<link rel="stylesheet" href="../static/font-awesome/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="css/base.css"> | |||||
</head> | </head> | ||||
<body background='images/allbg.gif' leftmargin='8' topmargin='8'> | <body background='images/allbg.gif' leftmargin='8' topmargin='8'> | ||||
<table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" class="table maintable table-bordered mt-3" style="background:#cfcfcf;"> | <table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" class="table maintable table-bordered mt-3" style="background:#cfcfcf;"> | ||||
<form name="form1" action="member_type.php" method="post"> | <form name="form1" action="member_type.php" method="post"> | ||||
<input type="hidden" name="dopost" value="save" /> | |||||
<input type="hidden" name="dopost" value="save"> | |||||
<tr> | <tr> | ||||
<td height="26" colspan="5" bgcolor="#EDF9D5" background='images/tbg.gif'> | <td height="26" colspan="5" bgcolor="#EDF9D5" background='images/tbg.gif'> | ||||
<table width="98%" border="0" cellspacing="0" cellpadding="0" class="table table-borderless"> | <table width="98%" border="0" cellspacing="0" cellpadding="0" class="table table-borderless"> | ||||
@@ -39,7 +39,7 @@ | |||||
{ | { | ||||
$k++; | $k++; | ||||
?> | ?> | ||||
<input type="hidden" name="ID_<?php echo $k?>" value="<?php echo $row->aid?>" /> | |||||
<input type="hidden" name="ID_<?php echo $k?>" value="<?php echo $row->aid?>"> | |||||
<tr align="center" bgcolor="#FFFFFF"> | <tr align="center" bgcolor="#FFFFFF"> | ||||
<td height="26" valign="top"> | <td height="26" valign="top"> | ||||
<input name="pname_<?php echo $k?>" value="<?php echo $row->pname?>" type="text" id="pname_<?php echo $k?>" | <input name="pname_<?php echo $k?>" value="<?php echo $row->pname?>" type="text" id="pname_<?php echo $k?>" | ||||
@@ -125,5 +125,4 @@ | |||||
</form> | </form> | ||||
</table> | </table> | ||||
</body> | </body> | ||||
</html> | </html> |
@@ -4,8 +4,8 @@ | |||||
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>"> | <meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>"> | ||||
<title>查看会员</title> | <title>查看会员</title> | ||||
<link rel="stylesheet" href="../static/css/bootstrap.min.css"> | <link rel="stylesheet" href="../static/css/bootstrap.min.css"> | ||||
<link href="../static/font-awesome/css/font-awesome.min.css" rel="stylesheet"> | |||||
<link href="css/base.css" rel="stylesheet" type="text/css"> | |||||
<link rel="stylesheet" href="../static/font-awesome/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="css/base.css"> | |||||
<script language="javascript" src="../static/js/jquery.js"></script> | <script language="javascript" src="../static/js/jquery.js"></script> | ||||
<script language="javascript" src="../static/js/bootstrap.bundle.js"></script> | <script language="javascript" src="../static/js/bootstrap.bundle.js"></script> | ||||
<script language='javascript'src='../data/enums/area.js'></script> | <script language='javascript'src='../data/enums/area.js'></script> | ||||
@@ -43,11 +43,11 @@ function checkSubmit() | |||||
<td colspan="2" height="10" ></td> | <td colspan="2" height="10" ></td> | ||||
</tr> | </tr> | ||||
<form name="form2" action="member_do.php" method="post" onSubmit="return checkSubmit();"> | <form name="form2" action="member_do.php" method="post" onSubmit="return checkSubmit();"> | ||||
<input type="hidden" name="dopost" value="edituser" /> | |||||
<input type="hidden" name="id" value="<?php echo $id?>" /> | |||||
<input type="hidden" name="dopost" value="edituser"> | |||||
<input type="hidden" name="id" value="<?php echo $id?>"> | |||||
<tr> | <tr> | ||||
<td width="17%" align="right" class='bline'>用户名:</td> | <td width="17%" align="right" class='bline'>用户名:</td> | ||||
<td width="83%" class='bline' style="text-align:left;"> | |||||
<td width="83%" class='bline' style="text-align:left"> | |||||
<?php | <?php | ||||
echo "<b>".$row['userid']."</b>"; | echo "<b>".$row['userid']."</b>"; | ||||
if($row['face']!='') { | if($row['face']!='') { | ||||
@@ -58,14 +58,14 @@ function checkSubmit() | |||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
<td align="right" class='bline'>密 码:</td> | <td align="right" class='bline'>密 码:</td> | ||||
<td class='bline' style="text-align:left;"> | |||||
<input type="text" name="pwd" id="pwd" /> | |||||
<td class='bline' style="text-align:left"> | |||||
<input type="text" name="pwd" id="pwd"> | |||||
(不修改留空) | (不修改留空) | ||||
</td> | </td> | ||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
<td align="right" class='bline'>注册时间:</td> | <td align="right" class='bline'>注册时间:</td> | ||||
<td class='bline' style="text-align:left;"> | |||||
<td class='bline' style="text-align:left"> | |||||
<?php echo GetDateTimeMk($row['jointime'])?> | <?php echo GetDateTimeMk($row['jointime'])?> | ||||
IP: | IP: | ||||
<?php echo $row['joinip']?> | <?php echo $row['joinip']?> | ||||
@@ -73,7 +73,7 @@ function checkSubmit() | |||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
<td align="right" class='bline'>最近登录时间:</td> | <td align="right" class='bline'>最近登录时间:</td> | ||||
<td class='bline' style="text-align:left;"> | |||||
<td class='bline' style="text-align:left"> | |||||
<?php echo GetDateTimeMk($row['logintime'])?> | <?php echo GetDateTimeMk($row['logintime'])?> | ||||
IP: | IP: | ||||
<?php echo $row['loginip']?> | <?php echo $row['loginip']?> | ||||
@@ -81,25 +81,25 @@ function checkSubmit() | |||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
<td align="right" class='bline'>用户类型:</td> | <td align="right" class='bline'>用户类型:</td> | ||||
<td class='bline' style="text-align:left;"> | |||||
<td class='bline' style="text-align:left"> | |||||
<?php echo $row['mtype']; ?> | <?php echo $row['mtype']; ?> | ||||
</td> | </td> | ||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
<td align="right" class='bline'>电子邮箱:</td> | <td align="right" class='bline'>电子邮箱:</td> | ||||
<td class='bline' style="text-align:left;"> | |||||
<input name="email" type="text" id="email" value="<?php echo $row['email']?>" style="width:150px;" /> | |||||
<td class='bline' style="text-align:left"> | |||||
<input name="email" type="text" id="email" value="<?php echo $row['email']?>" style="width:150px"> | |||||
</td> | </td> | ||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
<td align="right" class='bline'>昵 称:</td> | <td align="right" class='bline'>昵 称:</td> | ||||
<td class='bline' style="text-align:left;"> | |||||
<input name="uname" type="text" value="<?php echo $row['uname']?>" id="uname" size="20" style="width:150px;" /> | |||||
<td class='bline' style="text-align:left"> | |||||
<input name="uname" type="text" value="<?php echo $row['uname']?>" id="uname" size="20" style="width:150px"> | |||||
</td> | </td> | ||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
<td align="right" class='bline'>性 别:</td> | <td align="right" class='bline'>性 别:</td> | ||||
<td class='bline' style="text-align:left;"> | |||||
<td class='bline' style="text-align:left"> | |||||
<label><input type="radio" name="sex" class="np" value="男"<?php if($row['sex']=="男" ) echo" checked='1'" ;?>> | <label><input type="radio" name="sex" class="np" value="男"<?php if($row['sex']=="男" ) echo" checked='1'" ;?>> | ||||
男</label> | 男</label> | ||||
<label><input type="radio" name="sex" class="np" value="女"<?php if($row['sex']=="女" ) echo" checked='1'" ;?>> | <label><input type="radio" name="sex" class="np" value="女"<?php if($row['sex']=="女" ) echo" checked='1'" ;?>> | ||||
@@ -110,13 +110,13 @@ function checkSubmit() | |||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
<td align="right" class='bline'>金币 :</td> | <td align="right" class='bline'>金币 :</td> | ||||
<td class='bline' style="text-align:left;"> | |||||
<input name="money" type="text" id="money" value="<?php echo $row['money']; ?>" style="width:80px;" /> | |||||
积分:<input name="scores" type="text" id="scores" value="<?php echo $row['scores']; ?>" style="width:80px;" /></td> | |||||
<td class='bline' style="text-align:left"> | |||||
<input name="money" type="text" id="money" value="<?php echo $row['money']; ?>" style="width:80px"> | |||||
积分:<input name="scores" type="text" id="scores" value="<?php echo $row['scores']; ?>" style="width:80px"></td> | |||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
<td align="right" class='bline'>等级:</td> | <td align="right" class='bline'>等级:</td> | ||||
<td class='bline' style="text-align:left;"><?php | |||||
<td class='bline' style="text-align:left"><?php | |||||
$MemberTypes = array(); | $MemberTypes = array(); | ||||
$dsql->SetQuery("Select `rank`,membername From `#@__arcrank` where `rank`>0"); | $dsql->SetQuery("Select `rank`,membername From `#@__arcrank` where `rank`>0"); | ||||
$dsql->Execute('n'); | $dsql->Execute('n'); | ||||
@@ -136,33 +136,33 @@ function checkSubmit() | |||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
<td align="right" class='bline'>升级时间:</td> | <td align="right" class='bline'>升级时间:</td> | ||||
<td class='bline' style="text-align:left;"> | |||||
<td class='bline' style="text-align:left"> | |||||
<input type="text" style="width: 200px;" value="<?php echo $row['uptime']=($row['uptime']=="0")? GetDateTimeMk(time()) : GetDateTimeMk($row['uptime']);?>" id="uptime" name="uptime"> | <input type="text" style="width: 200px;" value="<?php echo $row['uptime']=($row['uptime']=="0")? GetDateTimeMk(time()) : GetDateTimeMk($row['uptime']);?>" id="uptime" name="uptime"> | ||||
(如果您要升级会员,必须设置此时间为当前时间)</td> | (如果您要升级会员,必须设置此时间为当前时间)</td> | ||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
<td align="right" class='bline'>会员天数:</td> | <td align="right" class='bline'>会员天数:</td> | ||||
<td class='bline' style="text-align:left;"><input type="text" style="width: 200px;" value="<?php echo $row['exptime']?>" id="exptime" name="exptime"> | |||||
<td class='bline' style="text-align:left"><input type="text" style="width: 200px;" value="<?php echo $row['exptime']?>" id="exptime" name="exptime"> | |||||
(如果您要升级会员,会员天数必须大于0) </td> | (如果您要升级会员,会员天数必须大于0) </td> | ||||
</tr> | </tr> | ||||
<?php if($mhasDay!=0){ $mhasDay=($mhasDay>0)? $mhasDay : '<span style="color:#dc3545">该会员已经到期</span>';?> | <?php if($mhasDay!=0){ $mhasDay=($mhasDay>0)? $mhasDay : '<span style="color:#dc3545">该会员已经到期</span>';?> | ||||
<tr> | <tr> | ||||
<td align="right" class='bline'>会员剩余天数:</td> | <td align="right" class='bline'>会员剩余天数:</td> | ||||
<td class='bline' style="text-align:left;"><?php echo $mhasDay; ?></td> | |||||
<td class='bline' style="text-align:left"><?php echo $mhasDay; ?></td> | |||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
<?php } ?> | <?php } ?> | ||||
<td align="right" class='bline'>推荐级别:</td> | <td align="right" class='bline'>推荐级别:</td> | ||||
<td class='bline' style="text-align:left;"> | |||||
<input name="oldmatt" type="hidden" id="oldmatt" value="<?php echo $row['matt']?>" /> | |||||
<input name="matt" type="text" id="matt" value="<?php echo $row['matt']?>" size="3" /> | |||||
<td class='bline' style="text-align:left"> | |||||
<input name="oldmatt" type="hidden" id="oldmatt" value="<?php echo $row['matt']?>"> | |||||
<input name="matt" type="text" id="matt" value="<?php echo $row['matt']?>" size="3"> | |||||
(0为普通,1为推荐,10为管理员[不能在前台登录] | (0为普通,1为推荐,10为管理员[不能在前台登录] | ||||
<span style='color:#dc3545'>{非管理员ID是严格使用10属性的,要新建管理在 <a href='sys_admin_user_add.php' target='_blank'>系统帐号</a> 的地方增加}</span>) | <span style='color:#dc3545'>{非管理员ID是严格使用10属性的,要新建管理在 <a href='sys_admin_user_add.php' target='_blank'>系统帐号</a> 的地方增加}</span>) | ||||
</td> | </td> | ||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
<td align="right" class='bline'>资料状况:</td> | <td align="right" class='bline'>资料状况:</td> | ||||
<td class='bline' style="text-align:left;"> | |||||
<td class='bline' style="text-align:left"> | |||||
<select name='spacesta'> | <select name='spacesta'> | ||||
<?php | <?php | ||||
foreach($staArr as $k=>$v) | foreach($staArr as $k=>$v) | ||||
@@ -176,7 +176,7 @@ function checkSubmit() | |||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
<td height="60" align="right" class='bline'>空间信息:</td> | <td height="60" align="right" class='bline'>空间信息:</td> | ||||
<td class='bline' style="text-align:left;"> | |||||
<td class='bline' style="text-align:left"> | |||||
<?php | <?php | ||||
$nrow = $dsql->GetOne("Select * From `#@__member_tj` where mid='{$row['mid']}' "); | $nrow = $dsql->GetOne("Select * From `#@__member_tj` where mid='{$row['mid']}' "); | ||||
echo "文章:{$nrow['article']} 图集:{$nrow['album']} 文档:{$nrow['archives']} 收藏:{$nrow['stow']}"; | echo "文章:{$nrow['article']} 图集:{$nrow['album']} 文档:{$nrow['archives']} 收藏:{$nrow['stow']}"; | ||||
@@ -186,7 +186,7 @@ function checkSubmit() | |||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
<td width="17%" align="right" class='bline'>特殊操作:</td> | <td width="17%" align="right" class='bline'>特殊操作:</td> | ||||
<td width="83%" class='bline' style="text-align:left;"> | |||||
<td width="83%" class='bline' style="text-align:left"> | |||||
<a href='member_do.php?dopost=memberlogin&id=<?php echo $row['mid']; ?>&jumpurl=../user/edit_fullinfo.php' target='_blank'>查看/修改详细资料</a> | <a href='member_do.php?dopost=memberlogin&id=<?php echo $row['mid']; ?>&jumpurl=../user/edit_fullinfo.php' target='_blank'>查看/修改详细资料</a> | ||||
| | | | ||||
<a href='member_do.php?dopost=memberlogin&id=<?php echo $row['mid']; ?>' target='_blank'>登录到此用户控制面板</a> | <a href='member_do.php?dopost=memberlogin&id=<?php echo $row['mid']; ?>' target='_blank'>登录到此用户控制面板</a> | ||||
@@ -3,7 +3,7 @@ | |||||
<head> | <head> | ||||
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>"> | <meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>"> | ||||
<link rel="stylesheet" href="../static/css/bootstrap.min.css"> | <link rel="stylesheet" href="../static/css/bootstrap.min.css"> | ||||
<link href="../static/font-awesome/css/font-awesome.min.css" rel="stylesheet"> | |||||
<link rel="stylesheet" href="../static/font-awesome/css/font-awesome.min.css"> | |||||
<script language="javascript" src="../static/js/webajax.js"></script> | <script language="javascript" src="../static/js/webajax.js"></script> | ||||
<script language="javascript"> | <script language="javascript"> | ||||
function ShowHideField(cbox,vid,nid) | function ShowHideField(cbox,vid,nid) | ||||
@@ -30,7 +30,7 @@ function ShowHideMb(rbox1,nid) | |||||
} | } | ||||
</script> | </script> | ||||
<title>模块打包</title> | <title>模块打包</title> | ||||
<link href="css/base.css" rel="stylesheet" type="text/css" /> | |||||
<link rel="stylesheet" href="css/base.css"> | |||||
<style> | <style> | ||||
td{padding-left:8px} | td{padding-left:8px} | ||||
</style> | </style> | ||||
@@ -38,7 +38,7 @@ td{padding-left:8px} | |||||
<body background='images/allbg.gif' leftmargin='8' topmargin='8'> | <body background='images/allbg.gif' leftmargin='8' topmargin='8'> | ||||
<div class="bodytitle mt-3"> | <div class="bodytitle mt-3"> | ||||
<div class="bodytitleleft"></div> | <div class="bodytitleleft"></div> | ||||
<div class="bodytitletxt" style="padding-left:10px">模块管理</div> | |||||
<div class="bodytitletxt">模块管理</div> | |||||
</div> | </div> | ||||
<table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" class="table maintable mb-3" style="background:#CFCFCF;"> | <table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" class="table maintable mb-3" style="background:#CFCFCF;"> | ||||
<form action="module_make.php" method="post" enctype="multipart/form-data" name="form1"> | <form action="module_make.php" method="post" enctype="multipart/form-data" name="form1"> | ||||
@@ -140,7 +140,7 @@ td{padding-left:8px} | |||||
自动生成(由系统自动处理安装)</label> | 自动生成(由系统自动处理安装)</label> | ||||
<br> | <br> | ||||
<div style='display:<?php if(!isset($autosetup) || $autosetup==0) echo "block"; else echo 'none'; ?>' id='autosetupinput'> | <div style='display:<?php if(!isset($autosetup) || $autosetup==0) echo "block"; else echo 'none'; ?>' id='autosetupinput'> | ||||
<input name="setup" type="file" id="setup" style="width:350px" /> | |||||
<input name="setup" type="file" id="setup" style="width:350px"> | |||||
</div> | </div> | ||||
<div style='margin:5px 0px 5px 5px;display:<?php if(isset($autosetup) && $autosetup==1) echo "block"; else echo 'none'; ?>' id='autosetupct'> | <div style='margin:5px 0px 5px 5px;display:<?php if(isset($autosetup) && $autosetup==1) echo "block"; else echo 'none'; ?>' id='autosetupct'> | ||||
<table width="80%" border="0" cellpadding="5" cellspacing="1" bgcolor="#83B771"> | <table width="80%" border="0" cellpadding="5" cellspacing="1" bgcolor="#83B771"> | ||||
@@ -170,7 +170,7 @@ td{padding-left:8px} | |||||
自动生成(由系统自动处理卸载)</label> | 自动生成(由系统自动处理卸载)</label> | ||||
<br> | <br> | ||||
<div style='display:<?php if(!isset($autodel) || $autodel==0) echo 'block'; else echo 'none'; ?>' id='autodelinput'> | <div style='display:<?php if(!isset($autodel) || $autodel==0) echo 'block'; else echo 'none'; ?>' id='autodelinput'> | ||||
<input name="uninstall" type="file" id="uninstall" style="width:350px" /> | |||||
<input name="uninstall" type="file" id="uninstall" style="width:350px"> | |||||
</div> | </div> | ||||
<div style='margin:5px 0px 5px 5px;display:<?php if(isset($autodel) && $autodel==1) echo 'block'; else echo 'none'; ?>' id='autodelct'> | <div style='margin:5px 0px 5px 5px;display:<?php if(isset($autodel) && $autodel==1) echo 'block'; else echo 'none'; ?>' id='autodelct'> | ||||
<table width="80%" border="0" cellpadding="5" cellspacing="1" bgcolor="#83B771"> | <table width="80%" border="0" cellpadding="5" cellspacing="1" bgcolor="#83B771"> | ||||
@@ -28,7 +28,7 @@ | |||||
} | } | ||||
</script> | </script> | ||||
<title>模块打包</title> | <title>模块打包</title> | ||||
<link href="css/base.css" rel="stylesheet" type="text/css" /> | |||||
<link rel="stylesheet" href="css/base.css"> | |||||
<style> | <style> | ||||
td { | td { | ||||
padding-left: 8px | padding-left: 8px | ||||
@@ -98,5 +98,4 @@ | |||||
</tr> | </tr> | ||||
</table> | </table> | ||||
</body> | </body> | ||||
</html> | </html> |
@@ -22,7 +22,7 @@ | |||||
<body background='images/allbg.gif' leftmargin='8' topmargin='8'> | <body background='images/allbg.gif' leftmargin='8' topmargin='8'> | ||||
<div class="bodytitle mt-3"> | <div class="bodytitle mt-3"> | ||||
<div class="bodytitleleft"></div> | <div class="bodytitleleft"></div> | ||||
<div class="bodytitletxt" style="padding-left:10px">模块管理</div> | |||||
<div class="bodytitletxt">模块管理</div> | |||||
<div class="bodytitletxt" style="float:right;padding-right:10px"> | <div class="bodytitletxt" style="float:right;padding-right:10px"> | ||||
<a href="<?php echo $cfg_biz_dedebizUrl;?>?from=module" target="_blank">应用市场</a> | <a href="<?php echo $cfg_biz_dedebizUrl;?>?from=module" target="_blank">应用市场</a> | ||||
<a href="module_upload.php">模块上传</a> | <a href="module_upload.php">模块上传</a> | ||||
@@ -36,7 +36,7 @@ | |||||
<tr> | <tr> | ||||
<td height="26" colspan="7" bgcolor="#EDF9D5" background="images/tbg.gif" style="padding-left:10px"> | <td height="26" colspan="7" bgcolor="#EDF9D5" background="images/tbg.gif" style="padding-left:10px"> | ||||
<div style='float:left'><a href='module_main.php'><b>模块管理</b></a> > <b>模块列表:</b></div> | <div style='float:left'><a href='module_main.php'><b>模块管理</b></a> > <b>模块列表:</b></div> | ||||
<div style='float:right;padding-right:8px;'> | |||||
<div style='float:right;padding-right:10px'> | |||||
<a href='module_main.php'>全部</a> | | <a href='module_main.php'>全部</a> | | ||||
<a href='module_main.php?moduletype=soft'>模块</a> | | <a href='module_main.php?moduletype=soft'>模块</a> | | ||||
<a href='module_main.php?moduletype=templets'>模板</a> | | <a href='module_main.php?moduletype=templets'>模板</a> | | ||||
@@ -3,7 +3,7 @@ | |||||
<head> | <head> | ||||
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>"> | <meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>"> | ||||
<link rel="stylesheet" href="../static/css/bootstrap.min.css"> | <link rel="stylesheet" href="../static/css/bootstrap.min.css"> | ||||
<link href="../static/font-awesome/css/font-awesome.min.css" rel="stylesheet"> | |||||
<link rel="stylesheet" href="../static/font-awesome/css/font-awesome.min.css"> | |||||
<script language="javascript" src="../static/js/webajax.js"></script> | <script language="javascript" src="../static/js/webajax.js"></script> | ||||
<script language="javascript"> | <script language="javascript"> | ||||
function ShowHideField(cbox, vid, nid) { | function ShowHideField(cbox, vid, nid) { | ||||
@@ -26,7 +26,7 @@ | |||||
} | } | ||||
</script> | </script> | ||||
<title>模块打包</title> | <title>模块打包</title> | ||||
<link href="css/base.css" rel="stylesheet" type="text/css" /> | |||||
<link rel="stylesheet" href="css/base.css"> | |||||
<style> | <style> | ||||
td { | td { | ||||
padding-left: 8px | padding-left: 8px | ||||
@@ -36,7 +36,7 @@ | |||||
<body background='images/allbg.gif' leftmargin='8' topmargin='8'> | <body background='images/allbg.gif' leftmargin='8' topmargin='8'> | ||||
<div class="bodytitle mt-3"> | <div class="bodytitle mt-3"> | ||||
<div class="bodytitleleft"></div> | <div class="bodytitleleft"></div> | ||||
<div class="bodytitletxt" style="padding-left:10px"><b>模块管理</b></div> | |||||
<div class="bodytitletxt"><b>模块管理</b></div> | |||||
</div> | </div> | ||||
<table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" class="table maintable" style="background:#CFCFCF;"> | <table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" class="table maintable" style="background:#CFCFCF;"> | ||||
<form action="module_make.php" method="post" enctype="multipart/form-data" name="form1"> | <form action="module_make.php" method="post" enctype="multipart/form-data" name="form1"> | ||||
@@ -84,16 +84,16 @@ | |||||
<td align="center" bgcolor="#FFFFFF"><b>是否涉及会员系统:</b></td> | <td align="center" bgcolor="#FFFFFF"><b>是否涉及会员系统:</b></td> | ||||
<td bgcolor="#FFFFFF"> | <td bgcolor="#FFFFFF"> | ||||
<label><input name="ismember" type="radio" class='np' id="ismember0" value="0" | <label><input name="ismember" type="radio" class='np' id="ismember0" value="0" | ||||
onclick="ShowHideMb('ismember0','rboxct')" checked="checked" /> | |||||
onclick="ShowHideMb('ismember0','rboxct')" checked="checked"> | |||||
不涉及</label> | 不涉及</label> | ||||
<label><input name="ismember" type="radio" id="ismember1" value="1" onclick="ShowHideMb('ismember0','rboxct')" | <label><input name="ismember" type="radio" id="ismember1" value="1" onclick="ShowHideMb('ismember0','rboxct')" | ||||
class='np' /> 涉及</label> | class='np' /> 涉及</label> | ||||
<div id='rboxct' style='display:none'> | <div id='rboxct' style='display:none'> | ||||
导航使用名称: | 导航使用名称: | ||||
<input name="indexname" type="text" id="indexname" style="width:180px" value="" /> | |||||
<input name="indexname" type="text" id="indexname" style="width:180px" value=""> | |||||
<br> | <br> | ||||
导航使用网址: | 导航使用网址: | ||||
<input name="indexurl" type="text" id="indexurl" style="width:180px" value="" /> | |||||
<input name="indexurl" type="text" id="indexurl" style="width:180px" value=""> | |||||
(用相对于会员中心的网址,如:../ask) | (用相对于会员中心的网址,如:../ask) | ||||
</div> | </div> | ||||
@@ -111,11 +111,11 @@ | |||||
<td align="center" bgcolor="#FFFFFF"><b>使用说明文件:</b></td> | <td align="center" bgcolor="#FFFFFF"><b>使用说明文件:</b></td> | ||||
<td bgcolor="#FFFFFF"> | <td bgcolor="#FFFFFF"> | ||||
<label><input type="checkbox" name="autoreadme" value='1' id="autoreadme" class="np" | <label><input type="checkbox" name="autoreadme" value='1' id="autoreadme" class="np" | ||||
onclick="ShowHideField('autoreadme','autoreadmeinput','autoreadmect')" /> | |||||
onclick="ShowHideField('autoreadme','autoreadmeinput','autoreadmect')"> | |||||
直接填写</label> | 直接填写</label> | ||||
<br> | <br> | ||||
<div style='display:block' id='autoreadmeinput'> | <div style='display:block' id='autoreadmeinput'> | ||||
<input name="readme" type="file" id="readme" style="width:350px" /> | |||||
<input name="readme" type="file" id="readme" style="width:350px"> | |||||
</div> | </div> | ||||
<div style='margin:5px 0px 5px 5px;display:none' id='autoreadmect'> | <div style='margin:5px 0px 5px 5px;display:none' id='autoreadmect'> | ||||
<table width="80%" border="0" cellpadding="5" cellspacing="1" bgcolor="#83B771"> | <table width="80%" border="0" cellpadding="5" cellspacing="1" bgcolor="#83B771"> | ||||
@@ -138,11 +138,11 @@ | |||||
<td align="center" bgcolor="#FFFFFF"><b>安装程序:</b></td> | <td align="center" bgcolor="#FFFFFF"><b>安装程序:</b></td> | ||||
<td bgcolor="#FFFFFF"> | <td bgcolor="#FFFFFF"> | ||||
<label><input type="checkbox" name="autosetup" value='1' id="autosetup" class="np" | <label><input type="checkbox" name="autosetup" value='1' id="autosetup" class="np" | ||||
onclick="ShowHideField('autosetup','autosetupinput','autosetupct')" /> | |||||
onclick="ShowHideField('autosetup','autosetupinput','autosetupct')"> | |||||
自动生成(由系统自动处理安装)</label> | 自动生成(由系统自动处理安装)</label> | ||||
<br> | <br> | ||||
<div style='display:block' id='autosetupinput'> | <div style='display:block' id='autosetupinput'> | ||||
<input name="setup" type="file" id="setup" style="width:350px" /> | |||||
<input name="setup" type="file" id="setup" style="width:350px"> | |||||
</div> | </div> | ||||
<div style='margin:5px 0px 5px 5px;display:none' id='autosetupct'> | <div style='margin:5px 0px 5px 5px;display:none' id='autosetupct'> | ||||
<table width="80%" border="0" cellpadding="5" cellspacing="1" bgcolor="#83B771"> | <table width="80%" border="0" cellpadding="5" cellspacing="1" bgcolor="#83B771"> | ||||
@@ -170,11 +170,11 @@ | |||||
<td align="center" bgcolor="#FFFFFF"><b>删除程序:</b></td> | <td align="center" bgcolor="#FFFFFF"><b>删除程序:</b></td> | ||||
<td bgcolor="#FFFFFF"> | <td bgcolor="#FFFFFF"> | ||||
<label><input type="checkbox" name="autodel" value='1' id="autodel" class="np" | <label><input type="checkbox" name="autodel" value='1' id="autodel" class="np" | ||||
onclick="ShowHideField('autodel','autodelinput','autodelct')" /> | |||||
onclick="ShowHideField('autodel','autodelinput','autodelct')"> | |||||
自动生成(由系统自动处理卸载)</label> | 自动生成(由系统自动处理卸载)</label> | ||||
<br> | <br> | ||||
<div style='display:block' id='autodelinput'> | <div style='display:block' id='autodelinput'> | ||||
<input name="uninstall" type="file" id="uninstall" style="width:350px" /> | |||||
<input name="uninstall" type="file" id="uninstall" style="width:350px"> | |||||
</div> | </div> | ||||
<div style='margin:5px 0px 5px 5px;display:none' id='autodelct'> | <div style='margin:5px 0px 5px 5px;display:none' id='autodelct'> | ||||
<table width="80%" border="0" cellpadding="5" cellspacing="1" bgcolor="#83B771"> | <table width="80%" border="0" cellpadding="5" cellspacing="1" bgcolor="#83B771"> | ||||
@@ -240,5 +240,4 @@ | |||||
</form> | </form> | ||||
</table> | </table> | ||||
</body> | </body> | ||||
</html> | </html> |