@@ -4,6 +4,9 @@ | |||
<meta charset="<?php echo $cfg_soft_lang; ?>"> | |||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | |||
<title>批量增加栏目</title> | |||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | |||
<link rel="stylesheet" href="../static/web/css/admin.css"> | |||
<script type="text/javascript" src="../static/web/js/jquery.min.js"></script> | |||
<script type="text/javascript"> | |||
var $ = jQuery; | |||
@@ -74,9 +77,6 @@ | |||
} | |||
} | |||
</script> | |||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | |||
<link rel="stylesheet" href="../static/web/css/admin.css"> | |||
</head> | |||
<body> | |||
<form name="form1" action="catalog_add.php" method="post"> | |||
@@ -4,7 +4,6 @@ | |||
<meta charset="<?php echo $cfg_soft_lang; ?>"> | |||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | |||
<title>栏目管理</title> | |||
<meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"> | |||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | |||
<link rel="stylesheet" href="../static/web/css/admin.css"> | |||
@@ -7,7 +7,7 @@ | |||
<title>挑错管理</title> | |||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | |||
<link href="../static/web/css/admin.css" rel='stylesheet' type='text/css'> | |||
<link rel="stylesheet" href="../static/web/css/admin.css"> | |||
</head> | |||
<body> | |||
<script type="text/javascript"> | |||
@@ -4,6 +4,9 @@ | |||
<meta charset="<?php echo $cfg_soft_lang; ?>"> | |||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | |||
<title>评论管理</title> | |||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | |||
<link rel="stylesheet" href="../static/web/css/admin.css"> | |||
<script language="javascript" src="../static/web/js/jquery.min.js"></script> | |||
<script src="../static/web/js/bootstrap.bundle.min.js"></script> | |||
<script type="text/javascript" src="js/main.js"></script> | |||
@@ -62,9 +65,6 @@ | |||
else location.href = "feedback_edit.php?job=edit&fid=" + qstr; | |||
} | |||
</script> | |||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | |||
<link rel="stylesheet" href="../static/web/css/admin.css"> | |||
</head> | |||
<body> | |||
<table width="98%" cellpadding="3" align="center" cellspacing="1" class="table maintable mt-3 mb-3"> | |||
@@ -4,30 +4,30 @@ | |||
<meta charset="<?php echo $cfg_soft_lang; ?>"> | |||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | |||
<title>友情链接管理</title> | |||
<script src="../static/web/js/jquery.min.js" language="javascript" type="text/javascript"></script> | |||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | |||
<link rel="stylesheet" href="../static/web/css/admin.css"> | |||
<script src="../static/web/js/jquery.min.js"></script> | |||
<script src="../static/web/js/bootstrap.bundle.min.js"></script> | |||
<script language="javascript" src="js/main.js"></script> | |||
<script language='javascript'> | |||
function CheckSubmit() | |||
{ | |||
if(document.form1.url.value=="http://"||document.form1.url.value=="") | |||
{ | |||
document.form1.url.focus(); | |||
ShowMsg("网址不能为空"); | |||
return false; | |||
} | |||
if(document.form1.webname.value=="") | |||
{ | |||
document.form1.webname.focus(); | |||
ShowMsg("网站名称不能为空"); | |||
return false; | |||
} | |||
return true; | |||
} | |||
</script> | |||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | |||
<link rel="stylesheet" href="../static/web/css/admin.css"> | |||
<script language='javascript'> | |||
function CheckSubmit() | |||
{ | |||
if(document.form1.url.value=="http://"||document.form1.url.value=="") | |||
{ | |||
document.form1.url.focus(); | |||
ShowMsg("网址不能为空"); | |||
return false; | |||
} | |||
if(document.form1.webname.value=="") | |||
{ | |||
document.form1.webname.focus(); | |||
ShowMsg("网站名称不能为空"); | |||
return false; | |||
} | |||
return true; | |||
} | |||
</script> | |||
</head> | |||
<body> | |||
<table width="98%" cellpadding="3" cellspacing="1" align="center" class="table maintable mt-3 mb-3"> | |||
@@ -13,8 +13,8 @@ | |||
<td height="26" background="../static/web/img/tbg.gif" style="padding-left:10px"><a href="mytag_main.php">自定义标记管理</a> > 修改标记</td> | |||
</tr> | |||
<tr> | |||
<td height="200"> | |||
<table width="100%" cellspacing="4" cellpadding="4" class="table table-borderless"> | |||
<td height="200"> | |||
<table width="100%" cellspacing="4" cellpadding="4" class="table table-borderless"> | |||
<form action="mytag_edit.php" method="post" enctype="multipart/form-data" name="form1"> | |||
<input type='hidden' name='aid' value='<?php echo $aid?>'> | |||
<input type='hidden' name='dopost' value='saveedit'> | |||
@@ -22,15 +22,15 @@ | |||
<tr> | |||
<td width="15%" height="26" align="center">所属栏目:</td> | |||
<td colspan="2"> | |||
<?php | |||
<?php | |||
$tl = new TypeLink(0); | |||
$typeOptions = $tl->GetOptionArray($row['typeid'],0,0); | |||
echo "<select name='typeid' style='width:260px'>"; | |||
echo "<option value='0' selected>显示在没有继承本标记的所有栏目</option>"; | |||
echo $typeOptions; | |||
echo "</select>"; | |||
?> | |||
</td> | |||
?> | |||
</td> | |||
</tr> | |||
<tr> | |||
<td height="26" align="center">标记名称:</td> | |||
@@ -53,16 +53,12 @@ | |||
</tr> | |||
<tr> | |||
<td height="80" align="center">正常显示内容:</td> | |||
<td width="70%"> | |||
<textarea name="normbody" id="normbody" style="width:80%;height:100px"><?php echo $row['normbody']?></textarea> | |||
</td> | |||
<td width="70%"><textarea name="normbody" id="normbody" style="width:80%;height:100px"><?php echo $row['normbody']?></textarea></td> | |||
<td width="9%"></td> | |||
</tr> | |||
<tr> | |||
<td height="80" align="center">过期显示内容:</td> | |||
<td> | |||
<textarea name="expbody" id="expbody" style="width:80%;height:100px"><?php echo $row['expbody']?></textarea> | |||
</td> | |||
<td><textarea name="expbody" id="expbody" style="width:80%;height:100px"><?php echo $row['expbody']?></textarea> </td> | |||
<td></td> | |||
</tr> | |||
<tr> | |||