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
/*
[Discuz!] (C)2001-2007 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$Id: magic_color.inc.php 9806 2007-08-15 06:04:37Z cnteacher $
*/
if(!defined('IN_DISCUZ')) {
exit('Access Denied');
}
if(submitcheck('usesubmit')) {
if(empty($highlight_color)) {
showmessage... | zyyhong | trunk/jiaju001/bbs/include/magic/magic_color.inc.php | PHP | asf20 | 2,251 |
<?php
/*
[Discuz!] (C)2001-2007 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$Id: magic_move.inc.php 9806 2007-08-15 06:04:37Z cnteacher $
*/
if(!defined('IN_DISCUZ')) {
exit('Access Denied');
}
if(submitcheck('usesubmit')) {
if(empty($tid) && empty($moveto)) {
showme... | zyyhong | trunk/jiaju001/bbs/include/magic/magic_move.inc.php | PHP | asf20 | 2,067 |
<?php
/*
[Discuz!] (C)2001-2007 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$Id: magic_top.inc.php 9806 2007-08-15 06:04:37Z cnteacher $
*/
if(!defined('IN_DISCUZ')) {
exit('Access Denied');
}
if(submitcheck('usesubmit')) {
if(empty($tid)) {
showmessage('magics_info_... | zyyhong | trunk/jiaju001/bbs/include/magic/magic_top.inc.php | PHP | asf20 | 1,029 |
<?php
/*
[Discuz!] (C)2001-2007 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$Id: forumdisplay.php 10115 2007-08-24 00:58:08Z cnteacher $
*/
define('CURSCRIPT', 'forumdisplay');
require_once './include/common.inc.php';
require_once DISCUZ_ROOT.'./include/forum.func.php';
$d... | zyyhong | trunk/jiaju001/bbs/forumdisplay.php | PHP | asf20 | 17,679 |
<?php
if(!defined('IN_DISCUZ')) {
exit('Access Denied');
}
define('DISCUZ_VERSION', '6.0.0');
define('DISCUZ_RELEASE', '20090818');
?> | zyyhong | trunk/jiaju001/bbs/discuz_version.php | PHP | asf20 | 147 |
<?php
/*
[Discuz!] (C)2001-2007 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$Id: post.php 10215 2007-08-25 01:08:25Z liuqiang $
*/
define('CURSCRIPT', 'post');
define('NOROBOT', TRUE);
require_once './include/common.inc.php';
require_once DISCUZ_ROOT.'./include/post.func.php... | zyyhong | trunk/jiaju001/bbs/post.php | PHP | asf20 | 10,884 |
<?php
/*
[Discuz!] (C)2001-2007 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$Id: topic.php 9804 2007-08-15 05:56:19Z cnteacher $
*/
require_once './include/common.inc.php';
$randnum = !empty($qihoo['relate']['webnum']) ? rand(1, 1000) : '';
$statsdata = $statsdata ? dhtmlspec... | zyyhong | trunk/jiaju001/bbs/topic.php | PHP | asf20 | 1,033 |
<?php
/*
[Discuz!] (C)2001-2007 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$Id: my.php 10115 2007-08-24 00:58:08Z cnteacher $
*/
define('NOROBOT', TRUE);
require_once './include/common.inc.php';
require_once DISCUZ_ROOT.'./forumdata/cache/cache_forums.php';
$discuz_action =... | zyyhong | trunk/jiaju001/bbs/my.php | PHP | asf20 | 30,736 |
<?
/*
[Discuz!] (C)2001-2007 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$Id: plugin.php 10115 2007-08-24 00:58:08Z cnteacher $
*/
require_once './include/common.inc.php';
$pluginmodule = isset($pluginlinks[$identifier][$module]) ? $pluginlinks[$identifier][$module] : '';
i... | zyyhong | trunk/jiaju001/bbs/plugin.php | PHP | asf20 | 909 |
<?php
/*
[Discuz!] (C)2001-2007 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$Id: sitemap.php 10363 2007-08-27 07:56:42Z chenchen $
*/
error_reporting(0);
define('IN_DISCUZ', TRUE);
define('DISCUZ_ROOT', './');
if(PHP_VERSION < '4.1.0') {
$_GET = &$HTTP_GET_VARS;
$_SERVER... | zyyhong | trunk/jiaju001/bbs/sitemap.php | PHP | asf20 | 3,505 |
<?php
/*
[Discuz!] (C)2001-2007 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$Id: index.php 16713 2008-11-17 03:25:20Z cnteacher $
*/
define('CURSCRIPT', 'wap');
require_once '../include/common.inc.php';
if(preg_match('/(mozilla|m3gate|winwap|openwave)/i', $_SERVER['HTTP_USER_... | zyyhong | trunk/jiaju001/bbs/wap/index.php | PHP | asf20 | 1,182 |
<?php
/*
[Discuz!] (C)2001-2007 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$Id: thread.inc.php 11169 2007-11-08 06:30:00Z tiger $
*/
if(!defined('IN_DISCUZ')) {
exit('Access Denied');
}
$discuz_action = 193;
$breaked = 0;
$threadposts = '';
$start = isset($star... | zyyhong | trunk/jiaju001/bbs/wap/include/thread.inc.php | PHP | asf20 | 5,829 |
<?php
/*
[Discuz!] (C)2001-2007 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$Id: post.inc.php 16713 2008-11-17 03:25:20Z cnteacher $
*/
if(!defined('IN_DISCUZ')) {
exit('Access Denied');
}
require_once DISCUZ_ROOT.'./include/discuzcode.func.php';
require_once DISCUZ... | zyyhong | trunk/jiaju001/bbs/wap/include/post.inc.php | PHP | asf20 | 8,161 |
<?php
/*
[Discuz!] (C)2001-2007 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$Id: goto.inc.php 16725 2008-11-17 04:41:46Z cnteacher $
*/
if(!defined('IN_DISCUZ')) {
exit('Access Denied');
}
$discuz_action = 194;
$do = !empty($do) && in_array($do, array('last', 'nex... | zyyhong | trunk/jiaju001/bbs/wap/include/goto.inc.php | PHP | asf20 | 1,679 |
<?php
/*
[Discuz!] (C)2001-2007 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$Id: myphone.inc.php 9806 2007-08-15 06:04:37Z cnteacher $
*/
if(!defined('IN_DISCUZ')) {
exit('Access Denied');
}
$discuz_action = 194;
echo "<p>$lang[my_phone]<br />$_SERVER[HTTP_USER_AG... | zyyhong | trunk/jiaju001/bbs/wap/include/myphone.inc.php | PHP | asf20 | 731 |
<?php
/*
[Discuz!] (C)2001-2007 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$Id: stats.inc.php 11169 2007-11-08 06:30:00Z tiger $
*/
if(!defined('IN_DISCUZ')) {
exit('Access Denied');
}
$discuz_action = 194;
$members = $totalmembers;
@extract($db->fetch_first("SE... | zyyhong | trunk/jiaju001/bbs/wap/include/stats.inc.php | PHP | asf20 | 584 |
<?php
/*
[Discuz!] (C)2001-2007 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$Id: pm.inc.php 16713 2008-11-17 03:25:20Z cnteacher $
*/
if(!defined('IN_DISCUZ')) {
exit('Access Denied');
}
$discuz_action = 197;
if(!$discuz_uid) {
wapmsg('not_loggedin');
}
if(e... | zyyhong | trunk/jiaju001/bbs/wap/include/pm.inc.php | PHP | asf20 | 6,193 |
<?php
/*
[Discuz!] (C)2001-2007 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$Id: home.inc.php 11169 2007-11-08 06:30:00Z tiger $
*/
if(!defined('IN_DISCUZ')) {
exit('Access Denied');
}
$newthreads = round(($timestamp - $lastvisit + 600) / 1000) * 1000;
$onlinemem = ... | zyyhong | trunk/jiaju001/bbs/wap/include/home.inc.php | PHP | asf20 | 2,945 |
<?php
/*
[Discuz!] (C)2001-2007 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$Id: forum.inc.php 11169 2007-11-08 06:30:00Z tiger $
*/
if(!defined('IN_DISCUZ')) {
exit('Access Denied');
}
$discuz_action = 192;
$page = max(1, intval($page));
$start_limit = $number =... | zyyhong | trunk/jiaju001/bbs/wap/include/forum.inc.php | PHP | asf20 | 4,307 |
<?php
/*
[Discuz!] (C)2001-2007 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$Id: global.func.php 16713 2008-11-17 03:25:20Z cnteacher $
*/
if(!defined('IN_DISCUZ')) {
exit('Access Denied');
}
function wapheader($title) {
global $action, $_SERVER;
header("Content-... | zyyhong | trunk/jiaju001/bbs/wap/include/global.func.php | PHP | asf20 | 5,560 |
<?php
/*
[Discuz!] (C)2001-2007 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$Id: search.inc.php 16713 2008-11-17 03:25:20Z cnteacher $
*/
if(!defined('IN_DISCUZ')) {
exit('Access Denied');
}
$cachelife_time = 300; // Life span for cache of searching in specified ran... | zyyhong | trunk/jiaju001/bbs/wap/include/search.inc.php | PHP | asf20 | 6,008 |
<?php
/*
[Discuz!] (C)2001-2007 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$Id: register.inc.php 16725 2008-11-17 04:41:46Z cnteacher $
*/
if(!defined('IN_DISCUZ')) {
exit('Access Denied');
}
if($discuz_uid) {
wapmsg('login_succeed');
}
if(!$wapregister) {
w... | zyyhong | trunk/jiaju001/bbs/wap/include/register.inc.php | PHP | asf20 | 5,371 |
<?php
/*
[Discuz!] (C)2001-2007 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$Id: login.inc.php 16713 2008-11-17 03:25:20Z cnteacher $
*/
if(!defined('IN_DISCUZ')) {
exit('Access Denied');
}
require_once DISCUZ_ROOT.'./include/misc.func.php';
if(empty($logout)) {
... | zyyhong | trunk/jiaju001/bbs/wap/include/login.inc.php | PHP | asf20 | 3,657 |
<?php
/*
[Discuz!] (C)2001-2007 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$Id: my.inc.php 11169 2007-11-08 06:30:00Z tiger $
*/
if(!defined('IN_DISCUZ')) {
exit('Access Denied');
}
if(empty($discuz_uid)) {
wapmsg('not_loggedin');
}
$uid = !empty($uid) ? intva... | zyyhong | trunk/jiaju001/bbs/wap/include/my.inc.php | PHP | asf20 | 3,798 |
<?php
/*
[Discuz!] (C)2001-2007 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$Id: index.php 10486 2007-09-03 06:53:29Z liuqiang $
*/
define('CURSCRIPT', 'index');
require_once './include/common.inc.php';
require_once DISCUZ_ROOT.'./include/forum.func.php';
$discuz_action = ... | zyyhong | trunk/jiaju001/bbs/shy.php | PHP | asf20 | 10,579 |
<?php
/*
[Discuz!] (C)2001-2007 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$Id: eccredit.php 10496 2007-09-03 08:57:02Z monkey $
*/
define('NOROBOT', TRUE);
require_once './include/common.inc.php';
require_once DISCUZ_ROOT.'./include/ec_credit.func.php';
if(empty($action)) ... | zyyhong | trunk/jiaju001/bbs/eccredit.php | PHP | asf20 | 8,039 |
<?php
/*
[Discuz!] (C)2001-2007 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$Id: admincp.php 10318 2007-08-25 12:26:40Z heyond $
*/
define('IN_ADMINCP', TRUE);
define('NOROBOT', TRUE);
require_once './include/common.inc.php';
require_once DISCUZ_ROOT.'./admin/global.func.php';... | zyyhong | trunk/jiaju001/bbs/admincp.php | PHP | asf20 | 16,192 |
<?php
/*
[Discuz!] (C)2001-2007 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$Id: logging.php 10115 2007-08-24 00:58:08Z cnteacher $
*/
define('NOROBOT', TRUE);
define('CURSCRIPT', 'logging');
require_once './include/common.inc.php';
require_once DISCUZ_ROOT.'./include/misc.f... | zyyhong | trunk/jiaju001/bbs/logging.php | PHP | asf20 | 6,308 |
<?php
/*
[Discuz!] (C)2001-2007 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$Id: rss.php 10257 2007-08-25 03:44:26Z cnteacher $
*/
//error_reporting(E_ERROR | E_WARNING | E_PARSE);
error_reporting(0);
define('IN_DISCUZ', TRUE);
define('DISCUZ_ROOT', '');
$timestamp = ti... | zyyhong | trunk/jiaju001/bbs/rss.php | PHP | asf20 | 5,869 |
<?php
require_once './include/config.inc.php';
require_once("./cache/list.php");$lists_db = unserialize(stripslashes($lists_db));
if($listename){
$attrd=$attrd?str_replace("\"",".",json_encode($attrd)):"";$shops=$shops?$shops:array();
$path="/list/".$listename."-1-".$attrd."-".implode(".",$shops).".html";
ObHeade... | zyyhong | trunk/jiaju001/site/search.php | PHP | asf20 | 1,721 |
<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head><body>
<?php
require_once './include/config.inc.php';
?><h3>活动自动报名程序</h3>
<form action="" method="post">
活动ID:<input name="cid" value="<?php echo $cid?>" /><br />
活动举行时间:<input name="etime" value="<?php echo $etime?>" /><b... | zyyhong | trunk/jiaju001/site/bm.php | PHP | asf20 | 1,761 |
<?php if($data): ?>
<!--<style type="text/css">
.STYLE1 {color: #FF0000}
</style>-->
<div class="wrap">
<div class="col_l fl"><div id="lm_nav"></div>
<div class="guwen"><dl><dt><img src="/images/v2/liu.jpg" width="100" height="100" class="avt" /><strong>心心</strong> 选材顾问<br />
<IMG alt=qq hspace=3 src="image... | zyyhong | trunk/jiaju001/site/ad.index.php | PHP | asf20 | 17,940 |
<?php
require_once './include/config.inc.php';
!$id && exit("ID丢失");
!$odiyname && exit("下载资料请先登录或注册");
$shop=$db->get_one("select * from odiy_shops where shopid='$id'");
header("Location: ".$shop['path']."");
?> | zyyhong | trunk/jiaju001/site/file.php | PHP | asf20 | 246 |
<!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>
</head>
<body>
{dede:arclist row=10 titlelen=24... | zyyhong | trunk/jiaju001/site/123.htm | HTML | asf20 | 450 |
<?php
require_once './include/config.inc.php';
if(!$userid)
{
if($_SERVER['HTTP_REFERER'] == '')
{
if($_SESSION['jumps'] != true)
{
$ipt = getip();
include_once('./include/getip.php');
$myobj=new ipLocation();
$address = $myobj->geta... | zyyhong | trunk/jiaju001/site/index.php | PHP | asf20 | 3,339 |
<?php
require_once(dirname(__FILE__)."/include/config_base.php");
$aid = intval($aid);
if(empty($aid)) exit();
$dsql = new DedeSql(false);
$tbs = GetChannelTable($dsql,$aid,'arc');
$dsql->ExecuteNoneQuery("Update `#@__full_search` set digg=digg+1,diggtime=".time()." where aid='$aid' ");
$dsql->ExecuteNoneQuery("... | zyyhong | trunk/jiaju001/news/diggindex.php | PHP | asf20 | 775 |
<?php
require_once(dirname(__FILE__)."/include/config_base.php");
if(!isset($action)) $action = '';
if(empty($action)){
require_once(dirname(__FILE__)."/include/inc_digglist_view.php");
$typeid = (empty($typeid) ? 0 : intval($typeid));
$sorttype = (empty($sorttype) ? 'time' : preg_replace('/[^a-z]/isU','',$... | zyyhong | trunk/jiaju001/news/digg.php | PHP | asf20 | 1,235 |
<!--
self.onError=null;
currentX = currentY = 0;
whichIt = null;
lastScrollX = 0; lastScrollY = 0;
NS = (document.layers) ? 1 : 0;
IE = (document.all) ? 1: 0;
function heartBeat()
{
if(IE) { diffY = document.body.scrollTop; diffX = document.body.scrollLeft; }
if(NS) { diffY = self.pageYOffset; diffX... | zyyhong | trunk/jiaju001/news/member/js/float.js | JavaScript | asf20 | 4,203 |
var ie = document.all != null;
var moz = !ie && document.getElementById != null && document.layers == null;
/*
* Extends the event object with srcElement, cancelBubble, returnValue,
* fromElement and toElement
*/
function extendEventObject() {
Event.prototype.__defineSetter__("returnValue", function (b) {
... | zyyhong | trunk/jiaju001/news/member/js/ieemu.js | JavaScript | asf20 | 7,763 |
<!--
function CheckSubmit()
{
return true;
}
--> | zyyhong | trunk/jiaju001/news/member/js/blank.js | JavaScript | asf20 | 55 |
var MenuWidth = 120;
var ItemHeight = 16;
var ItemNumber = 0;
//WebFX右键菜单程序被织梦修改的项为:
//增加了默认宽度和菜单高度的定义
//这样可以修正原来第一次载入时显示不正确的情况
ContextMenu.intializeContextMenu=function()
{
document.body.insertAdjacentHTML("BeforeEnd", '<iframe src="#" scrolling="no" class="WebFX-ContextMenu" marginwidth="0" marginheight="0" ... | zyyhong | trunk/jiaju001/news/member/js/context_menu.js | JavaScript | asf20 | 4,804 |
.WebFX-ContextMenu {
border: 0;/*2px outset;*/
width: 10px;
}
.WebFX-ContextMenu-Body {
background-color: Menu;
margins: 0px;
padding: 1px;
border: 2px outset;
}
.WebFX-ContextMenu-Item {
cursor: default;
font: m... | zyyhong | trunk/jiaju001/news/member/js/contextmenu.css | CSS | asf20 | 2,376 |
<!--
function DedeAjax(WiteOKFunc){ //WiteOKFunc 为异步状态处理函数
//xmlhttp和xmldom对象
this.xhttp = null;
this.xdom = null;
//post或get发送数据的键值对
this.keys = Array();
this.values = Array();
this.keyCount = -1;
//http请求头
this.rkeys = Array();
this.rvalues = Array();
this.rkeyCount = -1;
//初始化xmlhttp
if(window... | zyyhong | trunk/jiaju001/news/member/js/dedeajax.js | JavaScript | asf20 | 2,627 |
<!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="company_style.css" rel="stylesheet" type="... | zyyhong | trunk/jiaju001/news/member/templets/my_friends.htm | HTML | asf20 | 3,128 |
<!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="company_style.css" rel="stylesheet" type="... | zyyhong | trunk/jiaju001/news/member/templets/article_add.htm | HTML | asf20 | 8,509 |
<!-- 头部开始 -->
<div id="manage_company_header">
<div id="manage_company_top">
<div class="manage_company_logo">
</div>
<div class="manage_company_welcome"><span class="manage_company_welcome_green"><?php echo $cfg_ml->M_UserName?></span> 你好,欢迎登录会员中心。<?php if($cfg_ml->M_Newpm >... | zyyhong | trunk/jiaju001/news/member/templets/head.htm | HTML | asf20 | 2,710 |
<?php
if($cfg_ml->M_utype == 0){
require_once(dirname(__FILE__)."/menu.php");
}else
{
?>
<script src="<?php echo $cfg_member_dir;?>/jquery.js" language="javascript" type="text/javascript"></script>
<script language="javascript" type="text/ecmascript">
<!--
$(document).ready(function(){
smenu = $(".mana... | zyyhong | trunk/jiaju001/news/member/templets/commenu.php | PHP | asf20 | 4,937 |
<!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="newskin.css" rel="stylesheet" type="text/... | zyyhong | trunk/jiaju001/news/member/templets/edit_info.htm | HTML | asf20 | 9,708 |
<table width="770" border="0" align="center" cellpadding="0" cellspacing="0" class="toplinespace">
<tr>
<td width="270" height="24">
<a href="index.php"><u>管理中心</u></a>
</td>
<td width="500" align="center" background="img/ttbg.gif">
<a href="index.php?uid=<?php echo $uid?>">... | zyyhong | trunk/jiaju001/news/member/templets/space/com_head.htm | HTML | asf20 | 1,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" />
<link href="css/space.css" rel="stylesheet" type="text/css" />
<title><?... | zyyhong | trunk/jiaju001/news/member/templets/space/member_threads.htm | HTML | asf20 | 3,606 |
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
<title><?php echo $spacename?></title>
<link href="newskin.css" rel="stylesheet" type="text/css">
<link href="../base.css" rel="stylesheet" type="text/css">
</head>
<body leftmargin="0" topmargin="0">
<div align="center">
<?php i... | zyyhong | trunk/jiaju001/news/member/templets/space/com_index.htm | HTML | asf20 | 6,015 |
<!--头部开始-->
<div id="spaceheader">
<div id="space_top">
<div style="float:left;">
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0" class="toplinespace">
<tr>
<td height="24" align="right">
<a href="index.php?uid=<?php echo $... | zyyhong | trunk/jiaju001/news/member/templets/space/member_head.htm | HTML | asf20 | 1,004 |
<!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" />
<link href="css/space.css" rel="stylesheet" type="text/css" />
<title><?... | zyyhong | trunk/jiaju001/news/member/templets/space/member_info.htm | HTML | asf20 | 7,541 |
<!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" />
<link href="css/space.css" rel="stylesheet" type="text/css" />
<title><?... | zyyhong | trunk/jiaju001/news/member/templets/space/member_infos.htm | HTML | asf20 | 2,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" />
<link href="css/space.css" rel="stylesheet" type="text/css" />
<title><?... | zyyhong | trunk/jiaju001/news/member/templets/space/member_group.htm | HTML | asf20 | 3,479 |
公司首页<br>
公司介绍<br>
产品展示<br>
商业机会<br>
联系方式<br>
<table width="100%" border="0" cellpadding="0" cellspacing="0" style="margin-bottom:6px">
<tr align="center">
<td height="26" colspan="2" background="img/mmbg.gif" class="mmt1m">
<table width="100%" border="0" cellspacing="0" cellpadding="0" style="margin-top... | zyyhong | trunk/jiaju001/news/member/templets/space/com_menu.php | PHP | asf20 | 4,656 |
<!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" />
<link href="css/space.css" rel="stylesheet" type="text/css" />
<title><?... | zyyhong | trunk/jiaju001/news/member/templets/space/member_archives.htm | HTML | asf20 | 3,621 |
<?php
$userNumID = ereg_replace("[^0-9]","",$userNumID);
?>
<div id="space_left"><!--左边开始-->
<div class="space_form"><!--个人信息-->
<div class="space_title">
<ul>
<li>个人基本信息</li>
</ul>
</div>
... | zyyhong | trunk/jiaju001/news/member/templets/space/member_left.htm | HTML | asf20 | 5,846 |
<!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" />
<link href="css/space.css" rel="stylesheet" type="text/css" />
<title><?... | zyyhong | trunk/jiaju001/news/member/templets/space/member_asks.htm | HTML | asf20 | 3,632 |
<div class="space_footer">
<div class="space_footer_bg"><?php echo str_replace("<br>","",$cfg_powerby)?>
</div>
</div>
<?php
if(isset($dsql) && is_object($dsql)) $dsql->Close();
?>
| zyyhong | trunk/jiaju001/news/member/templets/space/member_footer.htm | HTML | asf20 | 210 |
<table width="770" border="0" align="center" cellpadding="0" cellspacing="0" style="margin-top:5px">
<tr>
<td height="12" align="center" bgcolor="#F9F9F9"><hr size="1" style="color:#D6DACF"></td>
</tr>
<tr>
<td height="30" align="center">
<?php echo $cfg_powerby?>
</td>
</tr>
</tabl... | zyyhong | trunk/jiaju001/news/member/templets/space/foot.htm | HTML | asf20 | 390 |
<!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" />
<link href="css/space.css" rel="stylesheet" type="text/css" />
<title><?... | zyyhong | trunk/jiaju001/news/member/templets/space/member_index.htm | HTML | asf20 | 3,307 |
<!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" />
<link href="css/space.css" rel="stylesheet" type="text/css" />
<title><?... | zyyhong | trunk/jiaju001/news/member/templets/space/member_guestbook_form.htm | HTML | asf20 | 4,863 |
<!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="company_style.css" rel="stylesheet" type... | zyyhong | trunk/jiaju001/news/member/templets/addjob.htm | HTML | asf20 | 2,515 |
<!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>更改企业用户登录密码</title>
<link href="company_style.css" rel="style... | zyyhong | trunk/jiaju001/news/member/templets/com_edit_pwd.htm | HTML | asf20 | 3,634 |
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>确认订单</title>
<link href="company_style.css" rel="stylesheet" type="text/css">
</head>
<body leftmargin="0" topmargin="0">
<div align="center">
<?php include(dirname(__FILE__)."/head.htm"); ?>
<table width="900" borde... | zyyhong | trunk/jiaju001/news/member/templets/buy_action_none.htm | HTML | asf20 | 2,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>
<link href="company_style.css" rel="stylesheet" type=... | zyyhong | trunk/jiaju001/news/member/templets/com_archives_type.htm | HTML | asf20 | 6,971 |
<!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="company_style.css" rel="stylesheet" type=... | zyyhong | trunk/jiaju001/news/member/templets/comlink.htm | HTML | asf20 | 6,552 |
<!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="company_style.css" rel="stylesheet" typ... | zyyhong | trunk/jiaju001/news/member/templets/buy_action_allbuy.htm | HTML | asf20 | 3,119 |
<!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="company_style.css" rel="stylesheet" type=... | zyyhong | trunk/jiaju001/news/member/templets/archives_type.htm | HTML | asf20 | 6,377 |
<!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="company_style.css" rel="stylesheet" ... | zyyhong | trunk/jiaju001/news/member/templets/control.htm | HTML | asf20 | 7,430 |
<!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="company_style.css" rel="stylesheet" type="... | zyyhong | trunk/jiaju001/news/member/templets/infoedit.htm | HTML | asf20 | 11,100 |
<?php
if(isset($dsql) && is_object($dsql)) $dsql->Close();
?>
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0" style="margin-top:5px">
<tr>
<td height="60" align="center" style='background-image:url(img/fbg.gif);border-top:1px solid #dedede'>
<?php echo $cfg_powerby?>
... | zyyhong | trunk/jiaju001/news/member/templets/comfoot.htm | HTML | asf20 | 348 |
<!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="company_style.css" rel="stylesheet" type=... | zyyhong | trunk/jiaju001/news/member/templets/edit_pwd.htm | HTML | asf20 | 3,475 |
<div id="joblist">
<ul>
<li>招聘职位:<a href="editjob.php?id=<?php echo $job['id'];?>"><?php echo $job['job'];?></a></li>
<li>招聘人数:<?php echo $job['nums'];?></li>
<li>招聘部门:<?php echo $job['department'];?></li>
<li>工作地区:<?php echo $job['address'];?></li>
<li>发布时间:<?php echo strftime("%Y-%m-%d",$job['pubdate']);?></li>... | zyyhong | trunk/jiaju001/news/member/templets/job.htm | HTML | asf20 | 698 |
@charset "gbk";
/* ------------------------------------------------------------ 企业空间管理中心首页 -------------------------------------------------------------*/
/* -- 全局定位 --*/
* { margin:0px; padding:0px; font-size:12px; font-weight:normal; list-style-type:none; }
html, body { margin:auto; padding:0px;background-color:... | zyyhong | trunk/jiaju001/news/member/templets/company_style.css | CSS | asf20 | 11,679 |
<!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="company_style.css" rel="stylesheet" type="... | zyyhong | trunk/jiaju001/news/member/templets/archives_edit.htm | HTML | asf20 | 7,619 |
<!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="company_style.css" rel="stylesheet" type="... | zyyhong | trunk/jiaju001/news/member/templets/content_list.htm | HTML | asf20 | 5,221 |
<?php
if($cfg_ml->M_utype == 1){
require_once(dirname(__FILE__)."/commenu.php");
}else
{
?>
<script src="<?php echo $cfg_member_dir;?>/jquery.js" language="javascript" type="text/javascript"></script>
<script language="javascript" type="text/ecmascript">
<!--
$(document).ready(function(){
smenu = $(".m... | zyyhong | trunk/jiaju001/news/member/templets/menu.php | PHP | asf20 | 5,361 |
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>修改附件</title>
<link href="company_style.css" rel="stylesheet" type="text/css">
<script language='javascript' src='main.js'></script>
<script language="javascript">
<!--
function checkSubmit()
{
if(document.form1.title.va... | zyyhong | trunk/jiaju001/news/member/templets/comupload_edit.htm | HTML | asf20 | 5,237 |
<!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" />
<link href="templets/company/css/style.css" rel="stylesheet" type="text/c... | zyyhong | trunk/jiaju001/news/member/templets/company/company_job.htm | HTML | asf20 | 4,023 |
<!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" />
<link href="templets/company/css/style.css" rel="stylesheet" type="text/c... | zyyhong | trunk/jiaju001/news/member/templets/company/company_info.htm | HTML | asf20 | 4,343 |
<!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" />
<link href="templets/company/css/style.css" rel="stylesheet" type="text/c... | zyyhong | trunk/jiaju001/news/member/templets/company/company_contact.htm | HTML | asf20 | 3,914 |
人才招聘:
<?php
$mylist = $dlist->GetDataList();
while($row = $mylist->GetArray('dm'))
{
$row['arcurl'] = "job.php?id=$row[id]";
?>
<a href='<?php echo $row['arcurl']?>' target='_blank'><?php echo $row['job']?></a><br>
<?php
}
?>
<?php echo $dlist->GetPageList(7);?>
<?php
$dlist->Close();
$dsql->Close();... | zyyhong | trunk/jiaju001/news/member/templets/company/job.htm | HTML | asf20 | 334 |
<!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" />
<link href="templets/company/css/style.css" rel="stylesheet" type="text/c... | zyyhong | trunk/jiaju001/news/member/templets/company/company_index.htm | HTML | asf20 | 5,973 |
产品展示:
<?php
$mylist = $dlist->GetDataList();
while($row = $mylist->GetArray('dm'))
{
$row['arcurl'] = GetFileUrl($row['ID'],$row['typeid'],$row['senddate'],
$row['title'],$row['ismake'],$row['arcrank'],$row['namerule'],
$row['typedir'],$row['money'],true,$row['siteurl']);
if($row['litpic']=="") $row['litp... | zyyhong | trunk/jiaju001/news/member/templets/company/product.htm | HTML | asf20 | 1,505 |
<!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" />
<link href="templets/company/css/style.css" rel="stylesheet" type="text/c... | zyyhong | trunk/jiaju001/news/member/templets/company/company_online.htm | HTML | asf20 | 5,583 |
<a href="/member/index.php?uid=<?php echo $uid?>">公司首页</a>
<a href="/member/index.php?uid=<?php echo $uid?>&type=cominfo">公司简介</a>
<a href="/member/index.php?uid=<?php echo $uid?>&type=culture">企业文化</a>
<a href="/member/index.php?uid=<?php echo $uid?>&type=news">公司新闻</a>
<a href="/member/index.php?uid=<?php echo $u... | zyyhong | trunk/jiaju001/news/member/templets/company/company.htm | HTML | asf20 | 2,199 |
<!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" />
<link href="templets/company/css/style.css" rel="stylesheet" type="text/c... | zyyhong | trunk/jiaju001/news/member/templets/company/company_product.htm | HTML | asf20 | 8,499 |
<!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" />
<link href="templets/company/css/style.css" rel="stylesheet" type="text/c... | zyyhong | trunk/jiaju001/news/member/templets/company/company_about.htm | HTML | asf20 | 3,580 |
<!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" />
<link href="templets/company/css/style.css" rel="stylesheet" type="text/c... | zyyhong | trunk/jiaju001/news/member/templets/company/company_news.htm | HTML | asf20 | 4,230 |
公司新闻:
<?php
$mylist = $dlist->GetDataList();
while($row = $mylist->GetArray('dm'))
{
$row['arcurl'] = GetFileUrl($row['ID'],$row['typeid'],$row['senddate'],
$row['title'],$row['ismake'],$row['arcrank'],$row['namerule'],
$row['typedir'],$row['money'],true,$row['siteurl']);
if($row['litpic']=="") $row['litp... | zyyhong | trunk/jiaju001/news/member/templets/company/news.htm | HTML | asf20 | 1,505 |
企业文化:
<?php echo $cominfo['culture']?> | zyyhong | trunk/jiaju001/news/member/templets/company/culture.htm | HTML | asf20 | 49 |
<!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" />
<link href="templets/company/css/style.css" rel="stylesheet" type="text/c... | zyyhong | trunk/jiaju001/news/member/templets/company/company_job_view.htm | HTML | asf20 | 4,195 |
<!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" />
<link href="templets/company/css/style.css" rel="stylesheet" type="text/c... | zyyhong | trunk/jiaju001/news/member/templets/company/company_culture.htm | HTML | asf20 | 3,592 |
<!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="company_style.css" rel="stylesheet" type="... | zyyhong | trunk/jiaju001/news/member/templets/company/infotype.htm | HTML | asf20 | 2,140 |
/* ----------------------------------------------------------------- 企业空间首页 -------------------------------------------------------------------*/
/* 整体布局 */
* { margin:0px; padding:0px; font-size:12px; font-weight:normal; }
html, body { margin:auto; padding:0px;background-color:#e4f5c8; text-align:center;}
#con... | zyyhong | trunk/jiaju001/news/member/templets/company/css/style.css | CSS | asf20 | 12,222 |
公司简介:
<?php echo $cominfo['cominfo']; ?> | zyyhong | trunk/jiaju001/news/member/templets/company/cominfo.htm | HTML | asf20 | 51 |
供求信息:
<?php
$mylist = $dlist->GetDataList();
while($row = $mylist->GetArray('dm'))
{
$row['arcurl'] = GetFileUrl($row['ID'],$row['typeid'],$row['senddate'],
$row['title'],$row['ismake'],$row['arcrank'],$row['namerule'],
$row['typedir'],$row['money'],true,$row['siteurl']);
if($row['litpic']=="") $row['litp... | zyyhong | trunk/jiaju001/news/member/templets/company/info.htm | HTML | asf20 | 1,505 |
<html>
<head>
<meta http-equiv='Content-Type' content='text/html; charset=utf-8'>
<title>我的留言本</title>
<link href="company_style.css" rel="stylesheet" type="text/css">
<style>
.napisdiv {left:10;top:0;width:150;height:100;position:absolute;z-index:3}
</style>
<script language="javascript" src="../include/dedeaj... | zyyhong | trunk/jiaju001/news/member/templets/comguestbook.htm | HTML | asf20 | 5,969 |