code stringlengths 1 2.01M | repo_name stringlengths 3 62 | path stringlengths 1 267 | language stringclasses 231
values | license stringclasses 13
values | size int64 1 2.01M |
|---|---|---|---|---|---|
<?php
//系统设置为维护状态后仍可访问后台
$cfg_IsCanView = true;
//允许在后台上传PHP文件
$cfg_NoUploadSafeCheck = true;
define('DEDEADMIN',dirname(__FILE__));
require_once(DEDEADMIN."/../include/config_base.php");
require_once(DEDEADMIN."/../include/inc_userlogin.php");
require_once(DEDEADMIN."/inc/inc_admin_pub.php");
header("Cache-C... | zyyhong | trunk/jiaju001/news/lic/config.php | PHP | asf20 | 1,668 |
/*Powered by http://www.dedecms.com
Design & CSS By Pig.Z (QQ:7859301)*/
*{
padding:0px;
margin:0px;
font-family:瀹嬩綋, Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
}
html{
padding-top:5px;
padding-bottom:5px;
padding-right:5px;
}
body{
font-family:瀹嬩綋, Verdana, Arial, Helvetica, sans-seri... | zyyhong | trunk/jiaju001/news/lic/css_body.css | CSS | asf20 | 4,447 |
<?php
require_once(dirname(__FILE__)."/../config.php");
require_once(dirname(__FILE__)."/creatminiature.php");
CheckPurview('sys_ArcBatch');
$t1 = ExecTime();
require_once(dirname(__FILE__)."/../../include/inc_archives_view.php");
if(empty($startid)) $startid = 1;//起始ID号
if(empty($endid)) $endid = 0;//结束ID号
if... | zyyhong | trunk/jiaju001/news/lic/makeminiature/makeminiature_action.php | PHP | asf20 | 6,577 |
<?php
/***************************************
*作者:落梦天蝎(beluckly)
*邮箱&MSN:smpluckly@gmail.com
*完成时间:2006-12-18
*类名:CreatMiniature
*功能:生成多种类型的缩略图
*基本参数:$srcFile,$echoType
*方法用到的参数:
$toFile,生成的文件
$toW,生成的宽
$toH,生成的高
$bk1,背景颜色参数 以255为最高
$bk2,背景颜色参数
$bk3,背景颜色参数
*例:
include("creatmin... | zyyhong | trunk/jiaju001/news/lic/makeminiature/creatminiature.php | PHP | asf20 | 5,912 |
<?php
require_once(dirname(__FILE__)."/../config.php");
require_once(dirname(__FILE__)."/../../include/inc_typelink.php");
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-eq... | zyyhong | trunk/jiaju001/news/lic/makeminiature/makeminiature.php | PHP | asf20 | 5,241 |
<?php
require_once(dirname(__FILE__)."/config.php");
require_once(dirname(__FILE__)."/../include/inc_typelink.php");
require_once(dirname(__FILE__)."/../include/pub_datalist_dm.php");
require_once(dirname(__FILE__)."/inc/inc_list_functions.php");
setcookie("ENV_GOBACK_URL",$dedeNowurl,time()+3600,"/");
if(!iss... | zyyhong | trunk/jiaju001/news/lic/content_select_list.php | PHP | asf20 | 2,013 |
<?php
require_once(dirname(__FILE__)."/config.php");
require_once(dirname(__FILE__)."/../include/inc_typelink.php");
require_once(dirname(__FILE__)."/templets/content_batch_up2.htm");
ClearAllLink();
?> | zyyhong | trunk/jiaju001/news/lic/content_batch_up2.php | PHP | asf20 | 212 |
<?php
require_once(dirname(__FILE__)."/config.php");
require_once(dirname(__FILE__)."/../include/inc_typelink.php");
require_once(dirname(__FILE__)."/inc/inc_batchup.php");
CheckPurview('sys_ArcBatch');
@set_time_limit(0);
$dsql = new DedeSql(false);
if($action=='modddpic')
{
$query = "select ID,maintable fro... | zyyhong | trunk/jiaju001/news/lic/content_batchup_action2.php | PHP | asf20 | 1,978 |
<?php
require_once(dirname(__FILE__)."/config.php");
@set_time_limit(0);
CheckPurview('sys_ArcBatch');
if(empty($dopost)) $dopost = '';
$dsql = new DedeSql(false);
if($dopost=='analyse'){
$channelid = intval($channelid);
$maintable = $dsql->getone("select maintable from #@__channeltype where ID=$channelid... | zyyhong | trunk/jiaju001/news/lic/article_test_same.php | PHP | asf20 | 2,448 |
<?php
require_once(dirname(__FILE__)."/config.php");
require_once(dirname(__FILE__)."/inc/inc_catalog_options.php");
require_once(DEDEADMIN."/inc/inc_archives_functions.php");
if(empty($channelid)) $channelid=4;
if(empty($cid)) $cid = 0;
$dsql = new DedeSql(false);
if($cid>0)
{
$query = "Select t.type... | zyyhong | trunk/jiaju001/news/lic/flash_add.php | PHP | asf20 | 824 |
<?php
require_once(dirname(__FILE__)."/config.php");
require_once(DEDEADMIN."/inc/inc_catalog_options.php");
require_once(DEDEADMIN."/inc/inc_archives_functions.php");
if(empty($channelid)) $channelid=1;
if(empty($cid)) $cid = 0;
$dsql = new DedeSql(false);
if($cid>0)
{
$query = "Select t.typename as ... | zyyhong | trunk/jiaju001/news/lic/album_add.php | PHP | asf20 | 818 |
<?php
require_once(dirname(__FILE__)."/config.php");
CheckPurview('sys_Data');
$bkdir = dirname(__FILE__)."/".$cfg_backup_dir;
$filelists = Array();
$structfile = "没找到数据结构文件";
if(is_dir($bkdir)){
$dh = dir($bkdir);
while($filename=$dh->read()){
if(!ereg('sql|txt$',$filename)) continue;
if(ereg('tab... | zyyhong | trunk/jiaju001/news/lic/sys_data_revert.php | PHP | asf20 | 575 |
<?php
require_once(dirname(__FILE__)."/config.php");
CheckPurview('co_PlayNote');
require_once(dirname(__FILE__)."/../include/pub_collection.php");
if(empty($islisten)) $islisten = 0;
if($nid=="")
{
ShowMsg("参数无效!","-1");
exit();
}
if(empty($glstart)) $glstart = 0;
if(empty($totalnum)) $totalnum = 0;
... | zyyhong | trunk/jiaju001/news/lic/co_getsource_url_action.php | PHP | asf20 | 1,636 |
<?php
require_once(dirname(__FILE__)."/config.php");
CheckPurview('a_Edit,a_AccEdit,a_MyEdit');
require_once(DEDEADMIN."/inc/inc_catalog_options.php");
require_once(DEDEADMIN."/../include/pub_dedetag.php");
require_once(DEDEADMIN."/inc/inc_archives_functions.php");
$aid = intval($aid);
$dsql = new DedeSql(fal... | zyyhong | trunk/jiaju001/news/lic/archives_edit.php | PHP | asf20 | 1,467 |
<?php
require_once(dirname(__FILE__)."/config.php");
@set_time_limit(3600);
if(empty($dopost)) $dopost = '';
header("Content-Type: text/html; charset={$cfg_ver_lang}");
//逻辑函数
//-------------------------------------
function GoSearchVir($fdir){
global $tcc,$scc,$ddfiles,$shortname,$minsize,$maxsize,$crday... | zyyhong | trunk/jiaju001/news/lic/virus_search.php | PHP | asf20 | 4,970 |
<?php
require_once(dirname(__FILE__)."/config.php");
CheckPurview('sys_Feedback');
if($fid=="")
{
ShowMsg("你没选中任何选项!",$_COOKIE['ENV_GOBACK_URL'],0,500);
exit;
}
$dsql = new DedeSql(false);
$fids=ereg_replace("[^0-9`]","",$fid);
$ids = split("`",$fids);
$msg = "";
if($job=="del")
{
$wherestr = "(";
$... | zyyhong | trunk/jiaju001/news/lic/feedback_d.php | PHP | asf20 | 1,051 |
<?php
require_once(dirname(__FILE__)."/config.php");
if(empty($dopost)) $dopost = "";
isset($_COOKIE['ENV_GOBACK_URL']) ? $backurl=$_COOKIE['ENV_GOBACK_URL'] : $backurl="javascript:history.go(-1);";
/*---------------------------
function __del_file() //删除附件
-----------------------------*/
if($dopost=='del'){
... | zyyhong | trunk/jiaju001/news/lic/media_edit.php | PHP | asf20 | 5,048 |
<?php
//------------------------------------
//计划任务配置及一些函数封装
//------------------------------------
//系统设置为维护状态后仍可访问后台
$cfg_IsCanView = true;
define('DEDEADMIN',dirname(__FILE__));
require_once(DEDEADMIN."/../include/config_base.php");
header("Cache-Control:private");
//获得当前脚本
$dedeNowurl = "";
$s_scriptName... | zyyhong | trunk/jiaju001/news/lic/task_config.php | PHP | asf20 | 1,162 |
<?php
@ob_start();
@set_time_limit(3600);
require_once(dirname(__FILE__)."/config.php");
CheckPurview('sys_description');
if(empty($action)) $action = '';
$tjnum = 0;
if($action=='getfields')
{
AjaxHead();
$dsql = new DedeSql(false);
if(!$dsql->linkID){
echo "<font color='red'>连接数据源的数据库失败!</font><br>... | zyyhong | trunk/jiaju001/news/lic/pagination_fetch_action.php | PHP | asf20 | 3,828 |
<?php
require_once(dirname(__FILE__)."/config.php");
CheckPurview('sys_plus');
require_once(dirname(__FILE__)."/../include/pub_datalist.php");
require_once(dirname(__FILE__)."/../include/inc_functions.php");
setcookie("ENV_GOBACK_URL",$dedeNowurl,time()+3600,"/");
function GetSta($sta,$ID,$title)
{
if($sta=... | zyyhong | trunk/jiaju001/news/lic/plus_main.php | PHP | asf20 | 1,110 |
<?php
require_once(dirname(__FILE__)."/config.php");
CheckPurview('sys_ArcBatch');
require_once(dirname(__FILE__)."/../include/inc_typelink.php");
require_once(dirname(__FILE__)."/inc/inc_batchup.php");
@set_time_limit(0);
$t1 = $t2 = 0;
$dsql = new DedeSql(false);
if(empty($startid)) $startid = 0;
if(empt... | zyyhong | trunk/jiaju001/news/lic/content_batchup_action.php | PHP | asf20 | 6,163 |
<?php
@ob_start();
@set_time_limit(3600);
require_once(dirname(__FILE__)."/config.php");
CheckPurview('sys_Keyword');
if(empty($action))
{
require_once(dirname(__FILE__)."/templets/pagination_fetch.htm");
exit;
}
?> | zyyhong | trunk/jiaju001/news/lic/pagination_main.php | PHP | asf20 | 233 |
<?php
require_once(dirname(__FILE__)."/config.php");
CheckPurview('sys_User');
require_once(dirname(__FILE__)."/../include/inc_typelink.php");
if(empty($dopost)) $dopost = "";
$ID = ereg_replace("[^0-9]","",$ID);
//----------------------------
$ntime = time();
function TjMonth($uid){
global $dsql,$ntime;
$... | zyyhong | trunk/jiaju001/news/lic/sys_admin_user_tj.php | PHP | asf20 | 2,509 |
<?php
require_once(dirname(__FILE__)."/config.php");
CheckPurview('sys_ArcBatch');
header("Content-Type: text/html; charset={$cfg_ver_lang}");
if($_POST){
$isMagic = @ini_get("magic_quotes_gpc");
if($isMagic) foreach($_POST AS $key => $value) $$key = stripslashes($value);
else foreach($_POST AS $key => $valu... | zyyhong | trunk/jiaju001/news/lic/ruletest.php | PHP | asf20 | 924 |
<?php
@ob_start();
@set_time_limit(3600);
require_once(dirname(__FILE__)."/config.php");
CheckPurview('sys_Keyword');
require_once(dirname(__FILE__)."/../include/pub_splitword_www.php");
if(empty($action)) $action = '';
/*-------------------------------
//列出数据库表里的字段
function __getfields()
--------------------... | zyyhong | trunk/jiaju001/news/lic/keywords_fetch_action.php | PHP | asf20 | 4,101 |
<?php
require_once(dirname(__FILE__)."/config.php");
require_once(dirname(__FILE__)."/../include/inc_typelink.php");
require_once(dirname(__FILE__)."/templets/content_batch_up.htm");
ClearAllLink();
?> | zyyhong | trunk/jiaju001/news/lic/content_batch_up.php | PHP | asf20 | 211 |
<?php
@set_time_limit(0);
require_once(dirname(__FILE__)."/config.php");
require_once(dirname(__FILE__)."/../include/inc_modules.php");
CheckPurview('sys_module');
if(empty($action)) $action = '';
if($action=='')
{
$modules = array();
require_once(dirname(__FILE__)."/templets/module_make.htm");
exit();
... | zyyhong | trunk/jiaju001/news/lic/module_make.php | PHP | asf20 | 5,139 |
<?php
require_once(dirname(__FILE__)."/config.php");
CheckPurview('temp_Other');
require_once(dirname(__FILE__)."/../include/pub_datalist.php");
require_once(dirname(__FILE__)."/../include/inc_functions.php");
setcookie("ENV_GOBACK_URL",$dedeNowurl,time()+3600,"/");
function TestType($tname)
{
if($tname==""... | zyyhong | trunk/jiaju001/news/lic/mytag_main.php | PHP | asf20 | 869 |
<?php
require_once(dirname(__FILE__)."/config.php");
CheckPurview('co_AddNote');
if($linkareas!=""&&$linkareae!="") $linkarea = $linkareas.'[var:区域]'.$linkareae;
else $linkarea = '';
if($sppages!="" && $sppagee!="") $sppage = $sppages.'[var:分页区域]'.$sppagee;
else $sppage = '';
$itemconfig = "
{!-- 节点基本信息 ... | zyyhong | trunk/jiaju001/news/lic/co_add_action.php | PHP | asf20 | 3,105 |
<?php
require_once(dirname(__FILE__)."/config.php");
CheckPurview('a_Edit,a_AccEdit,a_MyEdit');
require_once(DEDEADMIN."/inc/inc_catalog_options.php");
require_once(DEDEADMIN."/../include/pub_dedetag.php");
require_once(DEDEADMIN."/inc/inc_archives_functions.php");
$aid = intval($aid);
$dsql = new DedeSql(fal... | zyyhong | trunk/jiaju001/news/lic/article_edit.php | PHP | asf20 | 1,611 |
<?php
require_once(dirname(__FILE__)."/config.php");
require_once(dirname(__FILE__)."/../include/inc_typelink.php");
$dsql = new DedeSql(false);
require_once(dirname(__FILE__)."/templets/freelist_add.htm");
ClearAllLink();
?> | zyyhong | trunk/jiaju001/news/lic/freelist_add.php | PHP | asf20 | 236 |
<?php
require_once(dirname(__FILE__)."/config.php");
CheckPurview('spec_New');
require_once(DEDEADMIN."/inc/inc_catalog_options.php");
require_once(DEDEADMIN."/inc/inc_archives_functions.php");
$channelid = -1;
if(empty($cid)) $cid = 0;
$dsql = new DedeSql(false);
$query = " Select * From #@__channeltype ... | zyyhong | trunk/jiaju001/news/lic/spec_add.php | PHP | asf20 | 518 |
<?php
require_once(dirname(__FILE__)."/config.php");
CheckPurview('sys_User');
require_once(dirname(__FILE__)."/../include/inc_typelink.php");
if(empty($dopost)) $dopost = "";
$ID = ereg_replace("[^0-9]","",$ID);
//----------------------------
if($dopost=="saveedit")
{
$pwd = trim($pwd);
if($pwd!=''){
... | zyyhong | trunk/jiaju001/news/lic/sys_admin_user_edit.php | PHP | asf20 | 2,186 |
<?php
require_once(dirname(__FILE__)."/config.php");
CheckPurview('member_Type');
if(empty($dopost)) $dopost = "";
$dsql = new DedeSql(false);
//保存更改
//--------------------
if($dopost=="save")
{
$startID = 1;
$endID = $idend;
for(;$startID<=$endID;$startID++)
{
$query = "";
$ID = ... | zyyhong | trunk/jiaju001/news/lic/member_rank.php | PHP | asf20 | 1,330 |
<?php
require_once(dirname(__FILE__)."/config.php");
require_once(dirname(__FILE__)."/../include/pub_datalist_dm.php");
require_once(dirname(__FILE__)."/../include/inc_functions.php");
CheckPurview('member_Scores');
$db = new DedeSql(false);
if(!isset($action)) $action = '';
if($action=='save'){
if(!empty($add... | zyyhong | trunk/jiaju001/news/lic/member_scores.php | PHP | asf20 | 1,352 |
if(moz) {
extendEventObject();
extendElementModel();
emulateAttachEvent();
}
function viewArc(aid){
if(aid==0) aid = getOneItem();
window.open("archives_do.php?aid="+aid+"&dopost=viewArchives");
}
function editArc(aid){
if(aid==0) aid = getOneItem();
location="archives_do.php?aid="+aid+"&dopost=editAr... | zyyhong | trunk/jiaju001/news/lic/arclist.js | JavaScript | asf20 | 3,087 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>发布产品</title>
<link href="css_body.css" rel="stylesheet" type="tex... | zyyhong | trunk/jiaju001/news/lic/templets/product_add.htm | HTML | asf20 | 19,834 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>TAG管理</title>
<link href="css_body.css" rel="stylesheet" type="te... | zyyhong | trunk/jiaju001/news/lic/templets/tag_main.htm | HTML | asf20 | 5,636 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>采集内容预览</title>
<link href="css_body.css" rel="stylesheet" type="tex... | zyyhong | trunk/jiaju001/news/lic/templets/co_view.htm | HTML | asf20 | 2,121 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>模块打包</title>
<link href="css_body.css" rel="stylesheet" type="tex... | zyyhong | trunk/jiaju001/news/lic/templets/module_upload.htm | HTML | asf20 | 2,415 |
{dede:page pagesize="20"/}
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv='Content-Type' content='text/html; charset=utf-8'>
<title>单独页面管理</title>
<link href="css_body.css... | zyyhong | trunk/jiaju001/news/lic/templets/templets_one.htm | HTML | asf20 | 2,945 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>增加文章</title>
<link href="css_body.css" rel="stylesheet" type="text/... | zyyhong | trunk/jiaju001/news/lic/templets/article_add.htm | HTML | asf20 | 18,232 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>测试节点</title>
<link href="css_body.css" rel="stylesheet" type="text/... | zyyhong | trunk/jiaju001/news/lic/templets/co_test_rule.htm | HTML | asf20 | 2,392 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv='Content-Type' content='text/html; charset=utf-8'>
<title>智能标记向导</title>
<link href="css_body.css" rel="stylesheet" type="t... | zyyhong | trunk/jiaju001/news/lic/templets/mytag_tag_guide.htm | HTML | asf20 | 8,828 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv='Content-Type' content='text/html; charset=utf-8'>
<title>增加自定义标记</title>
<link href="css_body.css" rel="stylesheet" type="... | zyyhong | trunk/jiaju001/news/lic/templets/mytag_add.htm | HTML | asf20 | 4,211 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>采集内容管理</title>
<link href="css_body.css" rel="stylesheet" type="text/... | zyyhong | trunk/jiaju001/news/lic/templets/co_url_2.htm | HTML | asf20 | 2,774 |
{dede:page pagesize="20"/}
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv='Content-Type' content='text/html; charset=utf-8'>
<title>用户短信管理</title>
<link href="css_body.css... | zyyhong | trunk/jiaju001/news/lic/templets/member_pm.htm | HTML | asf20 | 3,895 |
{dede:page pagesize="50"/}
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv='Content-Type' content='text/html; charset=utf-8'>
<title>插件管理</title>
<link href="css_body.css" ... | zyyhong | trunk/jiaju001/news/lic/templets/plus_main.htm | HTML | asf20 | 1,764 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv='Content-Type' content='text/html; charset=utf-8'>
<title>组权限设置</title>
<link href="css_body.css" rel="stylesheet" type="text... | zyyhong | trunk/jiaju001/news/lic/templets/sys_group_edit.htm | HTML | asf20 | 3,432 |
1227667040
| zyyhong | trunk/jiaju001/news/lic/templets/ad_main.htm.cache.t | Perl | asf20 | 11 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>生成专题列表HTML</title>
<link href="css_body.css" rel="stylesheet" type=... | zyyhong | trunk/jiaju001/news/lic/templets/makehtml_spec.htm | HTML | asf20 | 2,739 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv='Content-Type' content='text/html; charset=utf-8'>
<title>更改文件</title>
<link href="css_body.css" rel="stylesheet" type="text/... | zyyhong | trunk/jiaju001/news/lic/templets/media_edit.htm | HTML | asf20 | 4,945 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv='Content-Type' content='text/html; charset=utf-8'>
<title>增加投票</title>
<link href="css_body.css" rel="stylesheet" type="text/... | zyyhong | trunk/jiaju001/news/lic/templets/vote_add.htm | HTML | asf20 | 3,423 |
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>重复文档检测</title>
<script language="javascript">
//获得选中文件的文件名
function getCheckboxItem()
{
var allSel="";
if(document.form2.arcTitle.value) return document.form2.arcTitle.value;
for(i=0;i<document.form2.arcTitle.length;... | zyyhong | trunk/jiaju001/news/lic/templets/article_result_same.htm | HTML | asf20 | 3,514 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>关键字管理</title>
<link href="div.css" rel="stylesheet" type="text/css"... | zyyhong | trunk/jiaju001/news/lic/templets/article_keywords_main.htm | HTML | asf20 | 4,767 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>百度新闻地图</title>
<link href="css_body.css" rel="stylesheet" type="t... | zyyhong | trunk/jiaju001/news/lic/templets/baidunews.htm | HTML | asf20 | 2,219 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>编辑软件</title>
<link href="css_body.css" rel="stylesheet" type="tex... | zyyhong | trunk/jiaju001/news/lic/templets/soft_edit.htm | HTML | asf20 | 23,900 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>附加论坛插件</title>
<link href="css_body.css" rel="stylesheet" type="tex... | zyyhong | trunk/jiaju001/news/lic/templets/bbs_addons.htm | HTML | asf20 | 4,080 |
<html>
<head>
<meta http-equiv='Content-Type' content='text/html; charset=utf-8'>
<title>智能标记向导</title>
<link href='base.css' rel='stylesheet' type='text/css'>
</head>
<body leftmargin='0' topmargin='10'>
<table width="99%" border="0" cellspacing="0" cellpadding="0">
<form action="tag_test_action.php" metho... | zyyhong | trunk/jiaju001/news/lic/templets/mytag_tag_guide_ok.htm | HTML | asf20 | 697 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv='Content-Type' content='text/html; charset=utf-8'>
<title>站内新闻发布</title>
<link href="css_body.css" rel="stylesheet" type="t... | zyyhong | trunk/jiaju001/news/lic/templets/mynews_add.htm | HTML | asf20 | 3,841 |
{dede:page pagesize="20"/}
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv='Content-Type' content='text/html; charset=utf-8'>
<title>友情链接管理</title>
<link href="css_body.css... | zyyhong | trunk/jiaju001/news/lic/templets/friendlink_main.htm | HTML | asf20 | 4,095 |
{dede:page pagesize="20"/}
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv='Content-Type' content='text/html; charset=utf-8'>
<title>自定义标记</title>
<link href="css_body.css"... | zyyhong | trunk/jiaju001/news/lic/templets/mytag_main.htm | HTML | asf20 | 2,072 |
1227667086
| zyyhong | trunk/jiaju001/news/lic/templets/file_edit_view.htm.cache.t | Perl | asf20 | 11 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv='Content-Type' content='text/html; charset=utf-8'>
<title>系统配置参数 - 图片水印设置</title>
<link href="css_body.css" rel="stylesheet... | zyyhong | trunk/jiaju001/news/lic/templets/sys_info_mark.htm | HTML | asf20 | 6,043 |
{dede:page pagesize="50"/}
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv='Content-Type' content='text/html; charset=utf-8'>
<title>频道模型管理</title>
<link href="css_body.css... | zyyhong | trunk/jiaju001/news/lic/templets/mychannel_main.htm | HTML | asf20 | 3,286 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>生成HTML</title>
<script language="javascript" src="main.js">... | zyyhong | trunk/jiaju001/news/lic/templets/makehtml_story.htm | HTML | asf20 | 4,062 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>选择数据规则模型</title>
<link href="css_body.css" rel="stylesheet" type="t... | zyyhong | trunk/jiaju001/news/lic/templets/co_sel_exrule.htm | HTML | asf20 | 3,115 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv='Content-Type' content='text/html; charset=utf-8'>
<title>查看会员</title>
<link href="css_body.css" rel="stylesheet" type="text/... | zyyhong | trunk/jiaju001/news/lic/templets/member_view.htm | HTML | asf20 | 12,832 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>生成HTML</title>
<link href="css_body.css" rel="stylesheet" type="t... | zyyhong | trunk/jiaju001/news/lic/templets/makehtml_js.htm | HTML | asf20 | 4,698 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>修改采集节点</title>
<link href="css_body.css" rel="stylesheet" type="tex... | zyyhong | trunk/jiaju001/news/lic/templets/co_edit.htm | HTML | asf20 | 20,665 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv='Content-Type' content='text/html; charset=utf-8'>
<title>更改自由列表</title>
<link href="css_body.css" rel="stylesheet" type="t... | zyyhong | trunk/jiaju001/news/lic/templets/freelist_edit.htm | HTML | asf20 | 13,874 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>一键更新</title>
<link href="css_body.css" rel="stylesheet" type="tex... | zyyhong | trunk/jiaju001/news/lic/templets/makehtml_all.htm | HTML | asf20 | 3,847 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv='Content-Type' content='text/html; charset=utf-8'>
<title>新建数据导入规则</title>
<script language='javascript'>
var fieldstart = 6... | zyyhong | trunk/jiaju001/news/lic/templets/co_export_rule_add.htm | HTML | asf20 | 12,372 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv='Content-Type' content='text/html; charset=utf-8'>
<title>管理员帐号--新增帐号</title>
<link href="css_body.css" rel="stylesheet" ty... | zyyhong | trunk/jiaju001/news/lic/templets/sys_admin_user_add.htm | HTML | asf20 | 4,815 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv='Content-Type' content='text/html; charset=utf-8'>
<title>更改自定义页面</title>
<link href="css_body.css" rel="stylesheet" type="... | zyyhong | trunk/jiaju001/news/lic/templets/templets_one_edit.htm | HTML | asf20 | 3,160 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv='Content-Type' content='text/html; charset=utf-8'>
<title>用户短信管理</title>
<link href="css_body.css" rel="stylesheet" type="tex... | zyyhong | trunk/jiaju001/news/lic/templets/member_pmall.htm | HTML | asf20 | 3,574 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv='Content-Type' content='text/html; charset=utf-8'>
<title>新增自由列表</title>
<link href="css_body.css" rel="stylesheet" type="t... | zyyhong | trunk/jiaju001/news/lic/templets/freelist_add.htm | HTML | asf20 | 14,880 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv='Content-Type' content='text/html; charset=utf-8'>
<title>查看会员</title>
<link href="css_body.css" rel="stylesheet" type="tex... | zyyhong | trunk/jiaju001/news/lic/templets/company_view.htm | HTML | asf20 | 10,648 |
{dede:page pagesize="20"/}
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><head>
<meta http-equiv='Content-Type' content='text/html; charset=utf-8'>
<title>网站会员管理</title>
<link href="css_body.css" ... | zyyhong | trunk/jiaju001/news/lic/templets/member_main.htm | HTML | asf20 | 5,101 |
1227667339
| zyyhong | trunk/jiaju001/news/lic/templets/sys_admin_user.htm.cache.t | Perl | asf20 | 11 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>文件上传</title>
<link href="css_body.css" rel="stylesheet" type="text/... | zyyhong | trunk/jiaju001/news/lic/templets/file_upload.htm | HTML | asf20 | 2,138 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>更改文档</title>
<link href="css_body.css" rel="stylesheet" type="text/... | zyyhong | trunk/jiaju001/news/lic/templets/archives_edit.htm | HTML | asf20 | 16,188 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>文档管理</title>
<link href="css_body.css" rel="stylesheet" type="text/... | zyyhong | trunk/jiaju001/news/lic/templets/content_list.htm | HTML | asf20 | 7,043 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>专题管理</title>
<link href="css_body.css" rel="stylesheet" type="text/... | zyyhong | trunk/jiaju001/news/lic/templets/content_s_list.htm | HTML | asf20 | 8,150 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>木马扫描检测插件</title>
<link href="css_body.css" rel="stylesheet" type=... | zyyhong | trunk/jiaju001/news/lic/templets/virus_search.htm | HTML | asf20 | 5,973 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>安装新插件</title>
<link href="css_body.css" rel="stylesheet" type="te... | zyyhong | trunk/jiaju001/news/lic/templets/plus_add.htm | HTML | asf20 | 2,403 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>主页更新向导</title>
<link href="css_body.css" rel="stylesheet" type="t... | zyyhong | trunk/jiaju001/news/lic/templets/makehtml_homepage.htm | HTML | asf20 | 4,990 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv='Content-Type' content='text/html; charset=utf-8'>
<title>友情链接管理</title>
<script language='javascript'>
function CheckSubm... | zyyhong | trunk/jiaju001/news/lic/templets/friendlink_add.htm | HTML | asf20 | 3,589 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv='Content-Type' content='text/html; charset=utf-8'>
<title>增加自定义页面</title>
<link href="css_body.css" rel="stylesheet" type="te... | zyyhong | trunk/jiaju001/news/lic/templets/templets_one_add.htm | HTML | asf20 | 2,985 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>系统日志管理</title>
<link href="css_body.css" rel="stylesheet" type="tex... | zyyhong | trunk/jiaju001/news/lic/templets/log_list.htm | HTML | asf20 | 4,478 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>地区管理</title>
<meta http-equiv='Content-Type' content='text/html; charset=utf-8'>
<link href="css_body.css" rel="stylesheet" type="text/... | zyyhong | trunk/jiaju001/news/lic/templets/area.htm | HTML | asf20 | 6,375 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>更新RSS文件</title>
<link href="css_body.css" rel="stylesheet" type="te... | zyyhong | trunk/jiaju001/news/lic/templets/makehtml_rss.htm | HTML | asf20 | 2,661 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>修改插件</title>
<link href="css_body.css" rel="stylesheet" type="text/... | zyyhong | trunk/jiaju001/news/lic/templets/plus_edit.htm | HTML | asf20 | 2,361 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title></title>
<link href="css_body.css" rel="stylesheet" type="text/css"... | zyyhong | trunk/jiaju001/news/lic/templets/soft_config.htm | HTML | asf20 | 4,867 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<script language='javascript' src='main.js'></script>
<script language='... | zyyhong | trunk/jiaju001/news/lic/templets/co_add.htm | HTML | asf20 | 21,203 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<script language="javascript" src="../include/dedeajax2.js"></script>
<scr... | zyyhong | trunk/jiaju001/news/lic/templets/module_help.htm | HTML | asf20 | 2,948 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv='Content-Type' content='text/html; charset=utf-8'>
<title>获取代码</title>
<link href="css_body.css" rel="stylesheet" type="tex... | zyyhong | trunk/jiaju001/news/lic/templets/vote_getcode.htm | HTML | asf20 | 2,485 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>选择文章</title>
<link href="css_body.css" rel="stylesheet" type="tex... | zyyhong | trunk/jiaju001/news/lic/templets/content_select_list.htm | HTML | asf20 | 4,264 |
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>可视化编辑器</title>
<link rel="stylesheet" type="text/css" href="base.css">
<script>
function Post() {
if (document.form1.filename.value==""){
alert("文件名不能为空。");
document.form1.filename.focus();
return false;
}
}
... | zyyhong | trunk/jiaju001/news/lic/templets/file_edit_view.htm | HTML | asf20 | 2,372 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>文档批量管理</title>
<link href="css_body.css" rel="stylesheet" type="tex... | zyyhong | trunk/jiaju001/news/lic/templets/content_batch_up.htm | HTML | asf20 | 6,206 |