Example #1
0
require_once '../../frame.php';
judge_role();
$id = $_GET['id'];
$teach = new table_class('eb_teach');
$teach->find($id);
?>
<!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>eachbb</title>
	<?php 
css_include_tag('admin', 'colorbox');
use_jquery();
js_include_tag('../ckeditor/ckeditor', 'jquery.colorbox-min');
validate_form("teach");
?>
</head>
<body>
<div id=icaption>
	<div id=title>早教课程编辑</div>
	  <a href="index.php" id=btn_back></a>
</div>
<form id="teach" action="edit.post.php" enctype="multipart/form-data" method="post">
<div id=itable>
 	<table cellspacing="1" align="center">
		<tr class=tr4>
			<td align="center" width="15%">标题</td>
			<td width="85%" align="left"><input type="text" name="post[title]" value="<?php 
echo $teach->title;
Example #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>
Example #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">
</div>
<div id=itable>
Example #4
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';
judge_role();
css_include_tag('admin');
use_jquery();
js_include_tag('category_class');
validate_form("industry");
$category = new category_class('news');
$category->echo_jsdata();
?>
</head>

<?php 
$db = get_db();
$id = $_REQUEST['id'];
$record = new table_class('fb_position');
$record->find($id);
if ($record->category_id == '') {
    $category = -1;
} else {
    $category = $record->category_id;
}
?>

<body>
Example #5
0
} else {
    $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>
Example #6
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>
				</div>
			</div>
Example #7
0
echo $investor->name;
?>
-福布斯中文网</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>
Example #8
0
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 
}
?>
Example #9
0
<?php

require_once '../frame.php';
require_role('admin');
?>
<!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>Manage : Forbeschina</title>
	<?php 
css_include_tag('admin', 'colorbox');
use_jquery();
js_include_tag('jquery.cookie.js', 'pubfun', 'jquery.colorbox-min');
?>
</head>
<body style="background:url(/images/admin/bg.jpg) repeat-x;">
	<div id=admin_body>
		<div id=part1>
			<div id=nav>欢迎你:  <?php 
echo $_SESSION["admin_nick_name"];
?>
 [<a href="/login/logout.post.php">退出</a>]</div>
			<div id=title><?php 
echo $site_name;
?>
后台管理</div>
			<div id=index><a href="/index.php" target="_blank">动态主页</a></div>
		</div>
		<div id=part2>
Example #10
0
    echo $pos_items->{$posname}->display;
    if ($i < 9) {
        ?>
 -<?php 
    }
}
?>
</a>
</div>
<div id="bottom_word">
	<div>本站翻译支持由东西网提供<a href="http://www.dongxi.net">http://www.dongxi.net</a></div>
	Copyright @ 2010 Forbes.com Inc 福布斯公司 版权所有<br>
	沪ICP备09033453号
</div>
<?php 
js_include_tag('get_ad');
?>
<span style="display:none;">
<script src="http://s9.cnzz.com/stat.php?id=2154547&web_id=2154547" language="JavaScript"></script>
</span>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-16303233-1");
pageTracker._trackPageview();
} 
catch(err) {}
</script>
Example #11
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('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>
Example #12
0
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>
		</div>
		<div id=itable>
Example #13
0
<?php

session_start();
?>
<!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');
use_jquery();
js_include_tag('admin_pub', 'admin/gl/search');
?>
</head>

<?php 
$content = $_REQUEST['content'];
$type = $_REQUEST['type'];
$db = get_db();
if ($content != '') {
    $sql = "select * from fb_company where " . $type . " like '%" . trim($content) . "%'";
} else {
    $sql = "select * from fb_company";
}
$record = $db->paginate($sql, 30);
?>
<body>
Example #14
0
$record = $db->paginate($sql, 15);
$count = count($record);
$activity = $db->query("select * from fb_position_relation where type='activity' and position_id={$id}");
$activity_count = count($activity);
?>

<!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');
use_jquery();
js_include_tag('admin/position/column_list');
?>
</head>

<body>
<div id=icaption>
    <div id=title>自定义活动</div>
	  <a href="index.php" id=btn_back></a>
</div>
<div id=isearch>	
		<input id="search" type="text" value="<? echo $_REQUEST['search']?>">
		<input type="button" value="搜索" id="search_button">
</div>
<div id=itable>
	<table cellspacing="1" align="center">
		<tr class="itable_title">
Example #15
0
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('admin');
use_jquery();
js_include_tag('admin_pub', 'admin/list/list');
?>
</head>

<body>
	<?php 
$list = new table_class('fb_custom_list_type');
if ($_REQUEST['s_text']) {
    $conditions[] = "name like '%{$_REQUEST['s_text']}%'";
}
$conditions[] = "list_type=5";
if ($conditions) {
    $conditions = array('conditions' => implode(' and ', $conditions));
}
$order = ' priority asc, created_at desc';
$conditions['order'] = $order;
Example #16
0
    }
}
$sql .= " order by priority asc,created_at desc";
$record = $db->paginate($sql, 30);
?>

<!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');
use_jquery();
js_include_tag('category_class', 'admin/magazine/relation');
$category = new category_class('news');
$category->echo_jsdata();
?>
</head>

<body>
<div id=icaption>
    <div id=title>加入文章</div>
	  <a href="index.php" id=btn_back></a>
</div>
<div id=isearch>
		<input class="sau_search" name="title" type="text" value="<? echo $_REQUEST['title']?>">
		<select id="language_tag" name="language_tag" class="sau_search">					
				<option value="0" <? if($_REQUEST['language_tag']=="0"){?>selected="selected"<? }?>>中文</option>
				<option value="1" <? if($_REQUEST['language_tag']=="1"){?>selected="selected"<? }?>>English</option>
Example #17
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>
Example #18
0
}
if ($conditions != null) {
    $conditions = implode(' and ', $conditions);
}
?>

<!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');
use_jquery();
js_include_tag('admin_pub', 'admin/comment');
?>
</head>
<body>
	<div id=icaption>
	    <div id=title>评论管理</div>
		  <a href="news_edit.php" id=btn_add></a>
	</div>
	<div id="itable">
		<table width="795" border="0" id="list">
			<tr class=tr1>
				<td colspan="5" width="795">   
				搜索<span style="margin-left:100px; font-size:13px">留言人&nbsp;&nbsp;<input id=user_name type="text" value="<?php 
echo $_REQUEST['key1'];
?>
">&nbsp;&nbsp留言内容&nbsp;&nbsp;<input id=comment type="text" value="<?php 
Example #19
0
        $count = $db->record_count;
    } 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 
Example #20
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';
css_include_tag('admin');
use_jquery();
js_include_tag('admin/role/edit');
$id = intval($_REQUEST['id']);
$db = get_db();
class Right
{
    public $id;
    public $name;
    public $nick_name;
    public $type;
    public $cat_name;
}
$rights = $db->query("select a.*,c.name as cat_name from fb_rights a left join fb_admin_menu b on a.name = b.id left join fb_admin_menu c on b.parent_id = c.id order by c.parent_id asc, c.priority asc, cat_name desc");
foreach ($rights as $val) {
    $right = new Right();
    $right->id = $val->id;
    $right->name = $val->name;
    $right->nick_name = $val->nick_name;
    $right->type = $val->type;
    $right->cat_name = $val->cat_name;
    if ($val->type == 2) {
        $nrights[$val->cat_name][] = $right;
Example #21
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}");
    }
Example #22
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';
judge_role();
css_include_tag('admin', 'thickbox');
use_jquery();
validate_form("gsgl_edit");
js_include_tag('admin/company', '../ckeditor/ckeditor.js');
?>
</head>

<?php 
$id = $_REQUEST['id'];
if ($id != '') {
    $record = new table_class('fb_company');
    $record->find($id);
}
$db = get_db();
$sql = "select * from fb_currency";
$hbzl = $db->query($sql);
?>

<body>
	<div id=icaption>
    <div id=title><?php 
if ($id) {
Example #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();
Example #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">
Example #25
0
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)) {
    $category_id = -1;
}
?>
Example #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 '编辑榜单';
Example #27
0
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) {
    echo '编辑EDM';
Example #28
0
    $c[] = "publisher={$_SESSION['admin_user_id']}";
}
$news = new table_class($tb_news);
$record = $news->paginate('all', array('conditions' => implode(' and ', $c), 'order' => 'created_at desc,category_id'), 30);
?>

<!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');
use_jquery();
js_include_tag('admin_pub', 'category_class', 'admin/pub/search', 'admin/news/news_list');
$category->echo_jsdata();
?>
</head>
<body>
<div id=icaption>
    <div id=title>新闻管理</div>
	  <a href="news_edit.php" id=btn_add></a>
</div>
<div id=isearch>
		<input class="sau_search" name="title" type="text" value="<?php 
echo $_REQUEST['title'];
?>
">
		<span id="span_category"></span>
		<select id="language_tag" name="language_tag" class="sau_search">					
Example #29
0
	<?php 
include_once '../frame.php';
$user = User::current_user();
if (!$user) {
    alert("请您先登录!");
    redirect('/login/');
    exit;
}
$id = $user->id;
$member = new table_class('eachbb_member.member');
$member->find($id);
$db = get_db();
$avatars = $db->query("SELECT id,photo,status FROM eachbb_member.member_avatar where u_id=" . $user->id . ' order by create_at desc limit 3');
$avatar_count = $db->record_count;
$name = $user->name;
js_include_tag('baby_info');
?>
    <div id="c_c" style="float:right">
			<div id="cc_t" style="float:left"></div>
			<div id="cc_c" style="float:left">
				<div id="cc_pg">
					<div class=r_title id="r_log"><span><?php 
echo $member->true_name;
?>
</span>的账户管理</div>
					<div id="r_log_hr">
						<div>个人资料</div>
					</div>
					<div class="c_menu_pg_p" >
					</div>
					<form>
Example #30
0
    $conditions = array("conditions" => $conditions, "order" => "priority asc,created_at desc");
} else {
    $conditions = array("order" => "priority asc,created_at desc");
}
?>

<!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', 'jquery.colorbox-min');
?>
	<style type="text/css">
	</style>
</head>
<body>
	<div id=icaption>
	    <div id=title>评论管理</div>
	</div>
	<div id=isearch>
		<input id="s_text" type="text" value="<?php 
echo $_GET['s_text'];
?>
" />
		<select id="comment_type">
			<option value="news">新闻评论</option>