Exemple #1
0
$db = get_db();
$industry = $db->query("select * from fb_invest_industry");
$count = $db->record_count;
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3c.org/TR/1999/REC-html401-19991224/loose.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">

<head>
	<title>报名加入创业者数据库-福布斯中文网</title>
	<meta http-equiv=Content-Type content="text/html; charset=utf-8">
	<meta http-equiv=Content-Language content=zh-cn>
	<?php 
use_jquery();
js_include_tag('public', 'right', 'sign');
#validate_form("sign");
css_include_tag('public', 'right_inc', 'sign', 'admin');
?>
</head>

<body>
	<div id=icaption>
    <div id=title><?php 
if ($id != '') {
    echo "编辑会员";
} else {
    echo "添加会员";
}
?>
</div>
	  <a href="user.php" id=btn_back></a>
</div>
Exemple #2
0
<?php 
	session_start();
	require_once('../frame.php');
	$db = get_db();
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3c.org/TR/1999/REC-html401-19991224/loose.dtd">
<head>
   <meta http-equiv=Content-Type content="text/html; charset=utf-8">
	<meta http-equiv=Content-Language content=zh-cn>
	<title>福布斯-榜单首页</title>
	<?php
		use_jquery();
		js_include_tag('select2css','index');
		css_include_tag('charts_index','public','index');
	?>
</head>
<body>
	<div id=ibody>
		<? require_once('../inc/top.inc.php');?>
		<div id=top>
			<div id=cyindex><img src="/images/html/list/title.gif"></div>
			<div id=cytitle><a style="color:#666666;" href="/">福布斯中文网 > </a><a >榜单首页</a></div>
			<div id=cyline></div>
		</div>
		<div id="left">
			<div id=t_l_t>
				<?php $record_show = get_news_by_pos('榜单头条','榜单首页');?>
				<div id=t_l_t_t>
					<div class=headline_pic id=headline_pic_0><a href=""><img border=0 width=300 height=200 src="<?php echo $record_show[0]->image_src; ?>"></a></div>
					<div class=headline_pic id=headline_pic_1 style="display:none;"><a href=""><img border=0 width=300 height=200 src="<?php echo $record_show[1]->image_src; ?>"></a></div>
					<div class=headline_pic id=headline_pic_2 style="display:none;"><a href=""><img border=0 width=300 height=200 src="<?php echo $record_show[2]->image_src; ?>"></a></div>
Exemple #3
0
        }
    }
    $sql .= " and name like '%{$sea}%' or item_type like '%{$sea}%' or company_name like '%{$sea}%' or item_name like '%{$sea}%' or email like '%{$sea}%'";
}
$record = $db->paginate($sql, 30);
$count = count($record);
?>

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3c.org/TR/1999/REC-html401-19991224/loose.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
	<meta http-equiv=Content-Type content="text/html; charset=utf-8">
	<meta http-equiv=Content-Language content=zh-CN>
	<title>forbes</title>
	<?php 
css_include_tag('admin');
use_jquery();
js_include_tag('admin_pub');
?>
</head>

<body>
<div id=icaption>
    <div id=title>投资人报名信息</div>
</div>
<div id=isearch>
		<input class="sau_search" name="title" type="text" value="<?php 
echo $_REQUEST['sea'];
?>
">
		<input type="button" value="搜索" id="search_button">
Exemple #4
0
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3c.org/TR/1999/REC-html401-19991224/loose.dtd">
<html>
<head>
	<meta http-equiv=Content-Type content="text/html; charset=utf-8">
	<title>小院子</title>
	<?php 
include_once '../frame.php';
use_jquery();
css_include_tag('yyard', 'colorbox');
js_include_tag('yard/yard', 'jquery.colorbox-min');
$db = get_db();
$id = $_GET['id'];
$flag = true;
$user = User::current_user();
if (!$user) {
    alert("请您先登录!");
    redirect('/login/?last_url=/yard/');
    exit;
}
$info = $db->query("select * from eachbb_member.member where id={$id}");
if ($id != $user->id && $id != '') {
    $flag = false;
    $db->execute("insert into eachbb_member.member_status (uid,created_at,last_login,score,level,friend_count,unread_msg_count,visit_count) values ({$info[0]->uid},now(),now(),0,0,0,0,1) ON DUPLICATE KEY update visit_count = visit_count +1");
    $vis_id = $db->query("select id from eachbb_member.visit_history where u_id= {$info[0]->id} and f_id= {$user->id}");
    if (!$vis_id) {
        if (!$db->execute("insert into eachbb_member.visit_history(create_at,u_id,f_id,f_name,f_avatar)values(now(),{$id},{$user->id},'{$user->name}','{$user->avatar}');")) {
            echo "添加失败!";
        }
    } else {
        $db->execute("update eachbb_member.visit_history set create_at =now()}' where id={$vis_id[0]->id}");
    }
Exemple #5
0
    $uname = $_COOKIE['login_name'];
}
if (!isset($_SESSION['new_user_info'])) {
    $_SESSION['new_user_info'] = rand_str();
}
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3c.org/TR/1999/REC-html401-19991224/loose.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
	<meta http-equiv=Content-Type content="text/html; charset=utf-8">
	<meta http-equiv=Content-Language content=zh-cn>
	<title>用户中心_福布斯中文网</title>
	<?php 
use_jquery();
js_include_tag('public', 'jquery.colorbox-min.js', 'user/user2');
css_include_tag('complete_info', 'public', 'colorbox');
?>
</head>
<body>
 <div id="ibody">		
	<?php 
include_top();
?>
	<div id=bread>用户中心 > 个人信息</div>
	<div id=bread_line></div>
	<div id=register>
		<div id="info">
			<div id="content">
				<div id="content_left">
					<div class="context"><a href="user_favorites.php">我的收藏</a></div>
					<div class="context"><a href="user_order.php">订阅信息</a></div>
Exemple #6
0
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3c.org/TR/1999/REC-html401-19991224/loose.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
	<meta http-equiv=Content-Type content="text/html; charset=utf-8">
	<meta http-equiv=Content-Language content=zh-CN>
	<title>富豪编辑</title>
	<?php 
include_once '../../frame.php';
judge_role();
css_include_tag('admin', 'thickbox');
use_jquery();
?>
</head>

<?php 
$db = get_db();
$id = $_REQUEST['id'];
$record = new table_class('fb_fhb');
if ($id != '') {
    $record->find($id);
}
?>

<body style="background:#E1F0F7">
	<form id="fhgl_edit" enctype="multipart/form-data" action="bdedit.post.php" method="post"> 
	<table width="795" border="0">
		<tr class=tr1>
			<td colspan="2" width="795">  编辑榜单</td>
		</tr>
		<tr class=tr4>
			<td width="130">榜单名称</td><td width="695" align="left"><input id="fhb_year" type="text" name="fhb[year]" value="<?php 
Exemple #7
0
<?php

include_once dirname(__FILE__) . '/../frame.php';
use_jquery_ui();
css_include_tag('article', 'news_list');
init_page_items('_news_right');
$category_id = $_GET["category_id"];
$id = $_GET["id"];
$db = get_db();
?>
<style>
#brr_img{width:297px; height:195px;  float:right; display:inline;}
</style>
<div id="list_container">
		<div id="class">
		<div id="brr_img" class="ad_banner"></div>
		<div class="cla_t"></div>
		<div class="cla_c">
			<div class="cla_title">早教课程</div>
			<div class="cla_img">
				<?php 
$db = get_db();
//				$list=$db->query("SELECT id FROM eb_category where category_type = 'news'");
//				$count = $db->query("SELECT count(id)id FROM eb_category where category_type = 'news'");
//				$news_id;
//				for($i = 0 ; $i < $count[0]->id ;  $i++)
//				{
//					//echo $result_id->id;
//						$news_id .= $list[$i]->id.",";
//				}
//				$list=$db->query("SELECT id,name,url FROM eb_images  where category_id in (".$news_id.") and is_adopt=1 order by create_time desc,click_count desc limit 3;");
Exemple #8
0
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3c.org/TR/1999/REC-html401-19991224/loose.dtd">
<html>
<head>
	<meta http-equiv=Content-Type content="text/html; charset=utf-8">
	<title>小院子</title>
	<?php 
include_once '../frame.php';
use_jquery();
css_include_tag('yard', 'member', 'photo_show', 'diary_show');
js_include_tag('yard/yard', 'member', 'yard/uphoto_show');
$user = User::current_user();
if (!$user) {
    alert("请您先登录!");
    redirect('/login/');
    exit;
}
$id = trim($_GET['id']);
$album_id = intval($_GET['album_id']);
if (!is_numeric($id)) {
    die('invlid request!');
}
$db = get_db();
$photo = $db->query("SELECT id,u_id,u_name,photo,width,height,created_at,description FROM eachbb_member.photo p where album_id={$id} order by created_at desc;");
$album = $db->query("SELECT id,u_id FROM eachbb_member.album a where id={$id};");
$member = $db->query("select name from `eachbb_member`.member where id = {$album[0]->u_id};");
?>
</head>
<body>
<input type="hidden" id="album_id" name="album_id" value="<?php 
echo $album_id;
?>
Exemple #9
0
<?php

session_start();
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
	<head>
		<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
		<title>编辑专题</title>
		<?php 
require_once '../../frame.php';
$subject_id = intval($_REQUEST['id']);
if ($subject_id <= 0) {
    die('非法的专题id!');
}
css_include_tag("admin2", "subject/subject.css", "subject/subject1.css", "contextmenu/jquery.contextmenu", "thickbox");
use_jquery_ui();
js_include_tag('jquery.contextmenu', 'admin/subject_edit', 'thickbox', 'admin/subject_module_class', 'ajaxfileupload');
/*
 * get data
 */
$subject = new table_class('fb_subject');
if ($subject->find($subject_id) === false) {
    die('无法找到匹配的专题!');
}
?>
	</head>
	<body>
		<div id=icaption>
		    <div id=title>发布专题</div>
			  <a href="index.php" id=btn_back></a>
Exemple #10
0
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3c.org/TR/1999/REC-html401-19991224/loose.dtd">
<html>
<head>
	<meta http-equiv=Content-Type content="text/html; charset=utf-8">
	<title>小院子</title>
	<?php 
include_once '../frame.php';
use_jquery();
css_include_tag('yard', 'member', 'diary', 'diary_list');
js_include_tag('yard/yard', 'member', '../ckeditor/ckeditor.js', 'yard/diary');
$id = trim($_GET["id"]);
$db = get_db();
if ($id) {
    if (!is_numeric($id)) {
        die('invlid request!');
    } else {
        $member = new table_class('eachbb_member.member');
        $member->find($id);
        if (!$member) {
            alert("非法操作!");
            ?>
				<script>window.location.href="/login/";</script>
			<?php 
        }
        $user_id = $id;
    }
} else {
    $user = User::current_user();
    if (!$user) {
        alert("请您先登录!");
        ?>
Exemple #11
0
$record = $db->paginate($sql . $condition . " order by created_at desc", 10);
$totle_count = $top_news ? $page_record_count + 1 : $page_record_count;
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3c.org/TR/1999/REC-html401-19991224/loose.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
	<meta http-equiv=Content-Type content="text/html; charset=utf-8">
	<meta http-equiv=Content-Language content=zh-cn>
	<title><?php 
echo $title;
?>
_新闻列表_福布斯中文网</title>
	<?php 
use_jquery();
js_include_tag('public', 'right');
css_include_tag('news', 'public', 'right_inc');
?>
</head>
<body <?php 
if ($news->forbbide_copy == 1) {
    ?>
 oncontextmenu="return false" ondragstart="return false" onselectstart ="return false" onselect="return false" oncopy="return false" onbeforecopy="return false" onmouseup="return false" <?php 
}
?>
>
<div id=ibody>
		<?php 
include_top();
?>
		<div id=bread>
			<?php 
Exemple #12
0
<?php

include_once '../../frame.php';
?>

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3c.org/TR/1999/REC-html401-19991224/loose.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
	<meta http-equiv=Content-Type content="text/html; charset=utf-8">
	<meta http-equiv=Content-Language content=zh-CN>
	<title></title>
<?php 
css_include_tag('admin2', 'thickbox', 'jquery_ui');
use_jquery_ui();
js_include_tag('admin/vote/vote', 'thickbox', '../ckeditor/ckeditor.js');
validate_form("vote_form");
?>
</head>

<body>
<div id=icaption>
	<div id=title>添加调查表</div>
	  <a href="index.php" id=btn_back></a>
</div>
<form id="vote_form" method="post" enctype="multipart/form-data" action="vote.post.php">
	<div id=itable>
 	<table cellspacing="1" align="center" width="1026">
		<tr class=tr4>
			<td align="center" width="15%">标题:</td>
			<td width="85%" align="left"><input type="text" class="required" name="vote[name]"></td>
		</tr>
Exemple #13
0
<?php 
session_start();
require_once '../frame.php';
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3c.org/TR/1999/REC-html401-19991224/loose.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
	<meta http-equiv=Content-Type content="text/html; charset=utf-8">
	<meta http-equiv=Content-Language content=zh-cn>
	<title>福布斯-富豪检索</title>
	<?php 
use_jquery();
js_include_tag('select2css');
css_include_tag('searchfh', 'top', 'bottom', 'right');
?>
</head>
<body>
	<div id=ibody>
	<? require_once('../inc/top.inc.php');?>
		<div id=cyindex></div>
		<div id=cytitle><a style="color:#666666;" href="">福布斯中文网 > <a href="">富豪检索结果</a></div>
		<div id=cyline></div>
		<div id=searchfh_left>
			<div id=s_l_t>
				富豪姓名 <input type="text">  年龄段 <select></select>  资产规模 <select></select>
				<div id=s_l_t_l>国 籍 <select></select>  行 业 <select></select></div>
				<div id=s_l_t_r><button></button></div>
			</div>
			<div id=s_l_title_left></div>
			<div id=s_l_title_center>
				<div id=wz>搜索结果如下</div>
Exemple #14
0
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3c.org/TR/1999/REC-html401-19991224/loose.dtd">
<html>
<head>
	<meta http-equiv=Content-Type content="text/html; charset=utf-8">
	<meta http-equiv=Content-Language content=zh-cn>
	<title>网趣宝贝</title>
	<?php 
include_once dirname(__FILE__) . "/../../frame.php";
include_once dirname(__FILE__) . "/../../lib/page_pos.class.php";
use_jquery_ui();
js_include_tag('jquery.colorbox-min', 'admin/page_pos/edit');
css_include_tag('jquery_ui', 'admin');
$pos = new table_class('eb_page_pos');
$pos->find('first', array('conditions' => "page='{$_GET['page']}' and name='{$_GET['pos_name']}'"));
$fields['default'] = array("标题", "描述", "链接", "静态链接", "图片一", "图片二", "备用字段", "备用字段2");
$fields['link_d_i'] = array("标题", "描述", "链接", "", "图片", "", "", "");
$fields['link'] = array("标题", "", "链接", "", "", "", "", "");
$fields['link_i'] = array("", "", "链接", "", "图片", "", "", "");
$fields['link_t_i'] = array("标题", "", "链接", "", "图片", "", "", "");
$fields['link_t_d'] = array("标题", "描述", "链接", "", "", "", "", "");
$fields['link_i2'] = array("", "", "链接", "", "图片1", "图片2", "", "");
$fields['qa'] = array("问题", "", "链接", "", "", "", "", "");
$fields['pg'] = array("标题", "描述", "链接", "", "图片", "", "", "");
$fields['link_t_time'] = array("类型", "标题", "链接", "", "", "", "时间", "");
$fields['link_day'] = array("标题", "", "链接", "", "", "", "", "");
$fields['link_desc'] = array("", "描述", "链接", "", "", "", "", "");
$names = array_key_exists($_GET['name'], $fields) ? $fields[$_GET['name']] : $fields['default'];
?>
</head>
<body>
<div id=pos_caption>
Exemple #15
0
echo $seo[0]->title;
?>
</title>
	<meta http-equiv=Content-Type content="text/html; charset=utf-8">
	<meta http-equiv=Content-Language content=zh-cn>
	<meta name="keywords" content="<?php 
echo $seo[0]->keywords;
?>
" />
	<meta name="description" content="<?php 
echo $seo[0]->description;
?>
" />
	<?php 
use_jquery();
js_include_tag('public');
css_include_tag('public', 'common', 'right_inc');
?>
</head>
<body>
	<div id=ibody>
		<?php 
$pos = "initiate_";
init_page_items();
include_once dirname(__FILE__) . '/../inc/top.inc.php';
include dirname(__FILE__) . '/../_index.php';
include_once dirname(__FILE__) . '/../inc/bottom.inc.php';
?>
	</div>
</body>
</html>
<?php 
session_start();
require_once '../frame.php';
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3c.org/TR/1999/REC-html401-19991224/loose.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
	<meta http-equiv=Content-Type content="text/html; charset=utf-8">
	<meta http-equiv=Content-Language content=zh-cn>
	<title>福布斯-富豪检索</title>
	<?php 
use_jquery();
js_include_tag('right');
css_include_tag('public', 'billinaires', 'right_inc');
?>
</head>
<body>
	
	<div id=ibody>
		<? require_once('../inc/top.inc.php');?>
		<div id=bread><a href="#">富豪检索</a></div>
		<div id=bread_line></div>
		<div id=searchbillinaires_left>
			<div id=s_l_t>
				<div class=everydiv>富豪姓名 <input type="text"></div><div class=everydiv>年龄段 <select></select></div><div class=everydiv>资产规模 <select></select></div>
				<div class=everydiv>国  籍 <select></select></div><div class=everydiv>行 业 <select></select></div>
				<div id=s_l_t_r><button></button></div>
			</div>
			<div id=s_l_title_left></div>
			<div id=s_l_title_center>
				<div id=wz>搜索结果如下</div>
Exemple #17
0
    $id = '0';
}
$show_id = $_REQUEST['id'] + 1;
$default_load = $_GET['load'] ? $_GET['load'] : "drd{$id}.php";
if ($_REQUEST['newsid']) {
    $default_load .= "?id={$_REQUEST['newsid']}";
}
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3c.org/TR/1999/REC-html401-19991224/loose.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
	<meta http-equiv=Content-Type content="text/html; charset=utf-8">
	<meta http-equiv=Content-Language content=zh-CN>
	<title>天地华宇-定日达</title><meta name="Keywords" content="天地华宇,天地华宇物流,天地华宇物流查询,华宇,华宇物流,华宇物流查询,天地华宇俱乐部,华宇俱乐部"/><meta name="Description" content="天地华宇-中国公路快运领导者"/>
	<?php 
css_include_tag('drd', 'tb');
use_jquery();
js_include_tag('top', 'adjust_iframe');
?>
</head>
<body>
	<?php 
include '../inc/menu.html';
?>
	<div id=ibody>
		<div id=top>
			<div id=logo>
				<div id=logo_img>
					<a href="/drd/">
					<img border="0" src="/images/drd/logo.gif" width="269" height="90">
					</a>
Exemple #18
0
<?php

session_start();
include_once '../../frame.php';
judge_role();
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3c.org/TR/1999/REC-html401-19991224/loose.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
	<meta http-equiv=Content-Type content="text/html; charset=utf-8">
	<meta http-equiv=Content-Language content=zh-CN>
	<title>发布新闻</title>
	<?php 
css_include_tag('admin2', 'colorbox', 'jquery_ui');
use_jquery_ui();
validate_form("news_edit");
js_include_tag('category_class.js', 'admin/news_pub', 'admin/news_edit', 'jquery.colorbox-min.js', '../ckeditor/ckeditor.js', 'pubfun');
$column_roles = array('column_editor', 'column_writer');
?>
</head>
<?php 
//initialize the categroy;
$category = new category_class('news');
$category->echo_jsdata();
if (role_name() == 'column_editor' || role_name() == 'column_writer') {
    ?>
	<script>
		var uncheck_keyword = true;
	</script>		
<?php 
}
Exemple #19
0
    } else {
        $count = 0;
        $page_record_count = 0;
    }
}
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3c.org/TR/1999/REC-html401-19991224/loose.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
	<meta http-equiv=Content-Type content="text/html; charset=utf-8">
	<meta http-equiv=Content-Language content=zh-cn>
	<title>作者检索_福布斯中文网</title>
	<?php 
use_jquery();
js_include_tag('public', 'right', 'search/author');
css_include_tag('search/author', 'public', 'right_inc');
?>
</head>
<body>
	<div id=ibody>
	<?php 
include_top();
?>
		<div id=bread>专栏作者检索	</div>
		<div id=bread_line></div>
		<div id=cy_left>
			<div id=cy_title>
				<div id=title_left></div>
				<div id=title_center>
					<?php 
if ($type == 'role') {
Exemple #20
0
require_once '../frame.php';
$menu_show = menu_show();
$id = $_REQUEST['id'];
if ($id == 0) {
    $id = '0';
}
$show_id = $_REQUEST['id'] + 1;
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3c.org/TR/1999/REC-html401-19991224/loose.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
	<meta http-equiv=Content-Type content="text/html; charset=utf-8">
	<meta http-equiv=Content-Language content=zh-CN>
	<title>天地华宇-关于我们</title><meta name="Keywords" content="天地华宇,天地华宇物流,天地华宇物流查询,华宇,华宇物流,华宇物流查询,天地华宇俱乐部,华宇俱乐部"/><meta name="Description" content="天地华宇-中国公路快运领导者"/>
	<?php 
css_include_tag('gywm', 'tb');
use_jquery();
js_include_tag('top', 'adjust_iframe');
?>
</head>
<body>
	<?php 
include '../inc/menu.html';
?>
	<div id=ibody>
		<div id=top>
			<div id=logo>
				<div id=logo_img>
					<a href="/"><img border="0" src="/images/logo.jpg"></a>
				</div>
			</div>
Exemple #21
0
?>
-福布斯中文网</title>
	<meta http-equiv=Content-Type content="text/html; charset=utf-8">
	<meta http-equiv=Content-Language content=zh-cn>
	<meta name="keywords" content="<?php 
echo $investor->name;
?>
 福布斯中文网 投资人" />
	<meta name="description" content="<?php 
echo strip_tags($investor->description);
?>
" />
	<?php 
use_jquery();
js_include_tag('public', 'right', 'search/investor');
css_include_tag('public', 'right_inc', 'investor');
?>
</head>

<body>
	<div id=ibody>
		<?php 
include_top();
?>
		<div id=bread>
				<a href="/investor">投资人</a> > <?php 
echo $investor->name;
?>
		</div>
		<div id="bread_line"></div>
			<div id="info">
Exemple #22
0
<?php

require_once '../frame.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-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>无标题文档</title>
<?php 
use_jquery();
css_include_tag('breadcom');
?>
<style type="text/css">
<!--
.STYLE1 {font-size: 12px}
.STYLE2 {color: #FF6600}
.STYLE3 {color: #666666}
.STYLE4 {
	font-size: 13px;
	color: #666666;
}
.td_style{ border-bottom:1px dashed #CCCCCC; height:25px;
}
-->
</style>
</head>

<body>
<table width="650" border="0" cellspacing="0" cellpadding="0">
  <tr>
Exemple #23
0
<?php 
include_once dirname(__FILE__) . '/../frame.php';
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3c.org/TR/1999/REC-html401-19991224/loose.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
	<title>杂志列表_福布斯中文网</title>
	<meta http-equiv=Content-Type content="text/html; charset=utf-8">
	<meta http-equiv=Content-Language content=zh-cn>
	<?php 
use_jquery();
js_include_tag('public', 'right');
css_include_tag('magazine/list', 'public', 'right_inc');
?>
</head>
<body>
	<div id=ibody>
	<?php 
include_top();
?>
		<div id=bread>
			<a href="/magazine/">杂志</a> > 杂志列表
		</div>
		<div id=bread_line></div>
		<div id=zzleft>
			<div id=l_t_content>
				<div class=l_title>
					<div class=wz>杂志列表信息</div>
				</div>
				<?php 
$db = get_db();
Exemple #24
0
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3c.org/TR/1999/REC-html401-19991224/loose.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
	<meta http-equiv=Content-Type content="text/html; charset=utf-8">
	<meta http-equiv=Content-Language content=zh-CN>
	<title>富豪编辑</title>
	<?php 
include_once '../../frame.php';
judge_role();
css_include_tag('admin', 'autocomplete', 'jquery_ui');
use_jquery();
js_include_tag('autocomplete.jquery', 'admin/rich/main_edit', '../ckeditor/ckeditor.js', 'jquery-ui-1.7.2.custom.min.js');
validate_form("fhgl_edit");
?>
</head>
<?php 
$db = get_db();
$id = $_REQUEST['id'];
$record = new table_class('fb_rich');
if ($id != '') {
    $record->find($id);
}
?>
<body>
		<div id=icaption>
		    <div id=title><span style="cursor:pointer" class=rich_btn id=-1>基本信息管理</span> <span style="cursor:pointer; color:#cccccc" class=rich_btn id=-2>富豪公司管理</span> <span style="cursor:pointer; color:#cccccc" class=rich_btn id=-3>富豪财富管理</span></div>
			  <a href="list.php" id=btn_back></a>
		</div>

		<div id="tabs-1" class=tabs>
		<div id="itable">
	<?php 
require_once '../../frame.php';
$list_id = intval($_REQUEST['list_id']);
if (!$list_id) {
    alert('invalid request');
    redirect('file_list_list.php');
    die;
}
$id = intval($_REQUEST['id']);
$news = new table_class('fb_file_list_items');
if ($id) {
    $news = $news->find($id);
}
$news->list_id = $list_id;
judge_role();
css_include_tag('admin', 'colorbox', 'autocomplete');
use_jquery();
validate_form("news_edit");
js_include_tag('category_class.js', 'admin/news_pub', 'admin/list/file_list_item_edit.js', 'jquery.colorbox-min.js', 'jquery-ui-1.7.2.custom.min.js', '../ckeditor/ckeditor.js', 'autocomplete.jquery', 'pubfun');
?>
</head>
<body style="background:#E1F0F7">
	<?php 
$category = new category_class('file_list');
$category->echo_jsdata();
if ($id) {
    $category_id = $news->category_id;
} else {
    $category_id = -1;
}
if (empty($category_id)) {
Exemple #26
0
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3c.org/TR/1999/REC-html401-19991224/loose.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
	<meta http-equiv=Content-Type content="text/html; charset=utf-8">
	<meta http-equiv=Content-Language content=zh-CN>
	<title>富豪编辑</title>
	<?php 
require_once '../../frame.php';
css_include_tag('admin', 'autocomplete');
use_jquery();
validate_form("city_edit");
js_include_tag('admin/city/add', 'autocomplete.jquery');
?>
</head>

<?php 
$id = $_REQUEST['id'];
$list_id = $_REQUEST['list_id'];
if ($id != '') {
    $city = new table_class('fb_city');
    $city->find($id);
}
?>

<body style="background:#E1F0F7">
	<form id="city_edit" action="detail_edit.post.php" method="post"> 
	<table width="795" border="0">
		<tr class=tr1>
			<td colspan="2" width="795">  <?php 
if ($id != '') {
    echo '编辑榜单';
Exemple #27
0
<?php

session_start();
include_once '../../frame.php';
judge_role();
?>

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3c.org/TR/1999/REC-html401-19991224/loose.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
	<meta http-equiv=Content-Type content="text/html; charset=utf-8">
	<meta http-equiv=Content-Language content=zh-CN>
	<title>forbes</title>
	<?php 
css_include_tag('jquery_ui', 'colorbox', 'admin');
use_jquery_ui();
js_include_tag('admin/edm/edit');
?>
</head>
<?php 
$db = get_db();
$id = $_REQUEST['id'];
$record = new table_class('fb_edm');
if (isset($_REQUEST['id'])) {
    $record->find($id);
}
?>
<body>
	<div id=icaption>
    <div id=title><?php 
if ($id) {
Exemple #28
0
require_once '../../frame.php';
judge_role();
$id = $_GET['id'];
$db = get_db();
$images = $db->paginate("select * from fb_magazine_image where magazine_id=" . $id . " order by priority asc,created_at desc", 12);
?>

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3c.org/TR/1999/REC-html401-19991224/loose.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
	<meta http-equiv=Content-Type content="text/html; charset=utf-8">
	<meta http-equiv=Content-Language content=zh-CN>
	<title>迅傲信息</title>
	<?php 
css_include_tag('admin', 'colorbox');
use_jquery();
js_include_tag('admin_pub');
?>
</head>
<body>
<div id=icaption>
    <div id=title>图片管理</div>
    <a href="index.php" id=btn_back></a>
	  <a href="image_edit.php?pid=<?php 
echo $id;
?>
" id=btn_add></a>
</div>
<div id=itable>
	<table cellspacing="1" align="center">
Exemple #29
0
<?php 
require_once '../frame.php';
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!-- saved from url=(0014)about:internet -->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>天地华宇-中国公路快运领导者</title><meta name="Keywords" content="天地华宇,天地华宇物流,天地华宇物流查询,华宇,华宇物流,华宇物流查询,天地华宇俱乐部,华宇俱乐部"/><meta name="Description" content="天地华宇-中国公路快运领导者"/>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<?php 
use_jquery();
css_include_tag('news_list', 'breadcom');
?>
<style type="text/css">
td img {display: block;}.STYLE2 {
	font-size: 12px;
	color: #666666;
	line-height:200%;
}
.STYLE4 {
	font-size: 12px;
	font-weight: bold;
	color: #FF9900;
	line-height:18px;
}
</style>
<!--Fireworks CS3 Dreamweaver CS3 target.  Created Wed Feb 03 18:27:54 GMT+0800 2010-->
</head>
<body bgcolor="#ffffff">
	<div id="title">
Exemple #30
0
<?php

require_once '../frame.php';
$db = get_db();
$_SESSION['get_pwd'] = rand_str();
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3c.org/TR/1999/REC-html401-19991224/loose.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
	<head>
		<meta http-equiv=Content-Type content="text/html; charset=utf-8">
		<meta http-equiv=Content-Language content=zh-cn>
		<title>福布斯-密码找回</title>
		<?php 
use_jquery();
js_include_tag('public');
css_include_tag('comlogin', 'public');
validate_form('form_login');
?>
</head>
<body>
<div id=ibody>		
	 <?php 
include "../inc/top.inc.php";
?>
	 <div id=bread><span>密码找回</span></div>
	 <div id=bread_line></div>
	 <div id="left">
	 	<?php 
$verify = $_GET['verify'];
if (empty($verify)) {
    echo "<div id='error'>您的申请不合法或者已经过期</div>";