Esempio n. 1
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>
Esempio n. 2
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;");
Esempio n. 3
0
<?php

session_start();
include_once dirname(__FILE__) . '/../frame.php';
$user = User::current_user();
$db = get_db();
init_page_items('assistant_index');
if (!isset($_SESSION['login'])) {
    $_SESSION['login'] = rand_str();
}
$count = $db->query("SELECT count(id)id FROM eachbb_member.message m where status=0 and recieve_id=" . $user->id);
if ($user) {
    $count_comment = mysql_query('SELECT id FROM eachbb_member.`comment` c where user_id=3');
    $num_rows = mysql_num_rows($count_comment);
    ?>
<div id="lp_t">用户登录</div>
<div id="lp_p">
	<div id="lp_l"><img src="<?php 
    echo $user->avatar ? $user->avatar : '/images/class/l_peo.jpg';
    ?>
"></div>
	<div id="lp_word"><?php 
    echo $user->name;
    ?>
</div>
</div>
<div id="l_b_wa"><a href="/baby/message_index.php" target="_blank">您有<font><?php 
    echo $count[0]->id;
    ?>
</font>条消息</a></div>
<div id="l_b_wb"><a href="/yard/" target="_blank">我家小院子</a></div>
Esempio n. 4
0
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3c.org/TR/1999/REC-html401-19991224/loose.dtd">
<?php 
include_once dirname(__FILE__) . '/frame.php';
?>
<html>
<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();
css_include_tag('feedback', 'index', 'top_inc/test_left', 'test_left_inc');
js_include_tag('jquery.cookie', 'feedback/feedback', 'swfobject');
init_page_items('feedback');
?>
</head>
<body>
<div id="ibody">
	<div id="top_menu">
			<div id="menu_left"></div>
			<div id="menu_center">
				<div id="menu_flash" style="margin-top:-5px;">
				</div>
				<script type="text/javascript">
					var flashvar = {defaultIndex:''};
					var flashparam = {wmode:'Transparent'};
					swfobject.embedSWF("flash/menu.swf","menu_flash","702","103","8",false,flashvar,flashparam);
				</script>
			</div>
			<div id="menu_right"></div>
	</div>
Esempio n. 5
0
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3c.org/TR/1999/REC-html401-19991224/loose.dtd">
<html>
<head>
<?php 
include_once dirname(__FILE__) . '/../frame.php';
?>
<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('test/test', 'swfobject', 'jquery.colorbox-min');
css_include_tag('top_inc/test_top', 'test', 'top_inc/test_left', 'test_left_inc', 'colorbox');
init_page_items('test_index');
?>
</head>
<body>
<div id="ibody">
	<div id="fbody" style="position: relative;">
		<?php 
include_once dirname(__FILE__) . '/../inc/_test_top.php';
?>
		<div id="content">
			<?php 
include_once dirname(__FILE__) . '/../test/left_inc.php';
?>
			<div id="c_r">
				<div id="cr_flash">
					<div id="cr_banner">
						<div id="crf_l">flash</div>
						<script type="text/javascript">
Esempio n. 6
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>bbs</title>
<?php 
include_once dirname(__FILE__) . '/frame.php';
use_jquery_ui();
css_include_tag('bbs', 'jquery_ui', 'bottom');
js_include_tag('bbs/bbs');
init_page_items('bbs');
?>
<link href="./css/bbs.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="ibody">
	<?php 
include_once dirname(__FILE__) . '/inc/_bbs_top.php';
?>
	<div id="fbody">
		<div id="b_l">
			<div id="bl_a">
					<div id="bla_img">
						<?php 
for ($i = 1; $i < 6; $i++) {
    ?>
						<div class="fr_img"<?php 
    $pos = "bbs_fr_img_pg_{$i}";
    show_page_pos($pos, 'link_i');
    ?>
Esempio n. 7
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';
use_jquery();
use_jquery_ui();
css_include_tag('consult', 'colorbox');
js_include_tag('news/index', 'jquery.colorbox-min');
init_page_items('consult_index');
$db = get_db();
function news_type($data)
{
    switch ($data) {
        case 1:
            return "育儿早班车";
        case 2:
            return "邻家育儿";
        case 3:
            return "海外传真";
        case 4:
            return "潮爸潮妈";
        case 5:
            return "网趣动态";
    }
}
?>
</head>
Esempio n. 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">
<meta http-equiv=Content-Language content=zh-CN>
	<title>网趣宝贝-首页</title>
	<?php 
include_once dirname(__FILE__) . '/frame.php';
use_jquery_ui();
css_include_tag('index', 'jquery_ui', 'bottom', 'colorbox');
js_include_tag('index', 'swfobject', 'jquery.colorbox-min');
init_page_items('index');
$db = get_db();
?>
</head>
<body>
<div id="ibody">
	<div id="top_menu">
			<div id="menu_left"></div>
			<div id="menu_center">
				<div id="menu_flash" style="margin-top:-5px;">
				</div>
				<script type="text/javascript">
					var flashvar = {defaultIndex:'1'};
					var flashparam = {wmode:'Transparent'};
					swfobject.embedSWF("flash/menu.swf","menu_flash","702","113","8",false,flashvar,flashparam);
				</script>
			</div>
			<div id="menu_right"></div>
	</div>
	<div id="fbody">
Esempio n. 9
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>
<link href="./css/class_s.css" rel="stylesheet" type="text/css" />
<?php 
include_once dirname(__FILE__) . '/../frame.php';
use_jquery();
css_include_tag('course/course_top', 'class_s', 'colorbox', 'top_inc/test_left');
js_include_tag('class/class_s', 'swfobject', 'jquery.colorbox-min');
init_page_items('course_index');
?>
</head>
<body>
<div id="ibody">
	<div id="fbody">
		<?php 
include_once dirname(__FILE__) . '/../inc/_top_course.php';
?>
		<div id="content">
		<?php 
include_once dirname(__FILE__) . '/../course/left_inc.php';
?>
			<div id="c_r">
				<div id="cr_top">
					<div id="cr_flash">flash</div>
					<script type="text/javascript">
						var flashvar = {};
						swfobject.embedSWF("/flash/course.swf","cr_flash","520","300","8",false,flashvar,flashparam);