예제 #1
0
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, minimum-scale=1, maximum-scale=1, user-scalable=no">
<title>企业推荐</title>
<meta name="description" content="">
<meta name="keywords" content="">
<link rel="stylesheet" type="text/css" href="statics/css/yumleeM.css" />
<link rel="stylesheet" type="text/css" href="statics/css/mcr.css" />
<link rel="stylesheet" type="text/css" href="com/icomoon/style.css" />
</head>
<body unselectable="on" style="-moz-user-select:none;-webkit-user-select:none;" onselectstart="return false;">
<?php 
include 'public.html';
include_once 'mcr_sc_fns.php';
viewrecord("企业推荐");
?>
<header class="header">
	<div><a href="javascript:history.back();"><i class="icon-arrow-back"></i></a></div>
	<h1>企业推荐</h1>
	<div><a href="index.php"><i class="icon-home"></i></a></div>
</header>
<section>
	<form>
		<div class="searchGroup">
			<input type="text" id="numberInput" placeholder="" />
			<input type="button" value="搜索" class="ser_btn" onclick="start(1);" />

		</div>
	</form>
</section>
예제 #2
0
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, minimum-scale=1, maximum-scale=1, user-scalable=no">
<title>原木待售</title>
<meta name="description" content="">
<meta name="keywords" content="">
<link rel="stylesheet" type="text/css" href="statics/css/yumleeM.css" />
<link rel="stylesheet" type="text/css" href="statics/css/mcr.css" />
<link rel="stylesheet" type="text/css" href="com/icomoon/style.css" />
</head>
<?php 
session_start();
include_once 'mcr_sc_fns.php';
include_once 'system/model/wood.php';
viewrecord("原木待售");
if (isset($_SESSION['portid'])) {
    $portid = $_SESSION['portid'];
} else {
    $portid = 1;
}
$wood = new wood($portid);
$wood->realrelease();
$stuff_array = $wood->stuff;
?>
<body unselectable="on" style="-moz-user-select:none;-webkit-user-select:none;" onselectstart="return false;">
<?php 
include 'public.html';
?>
<!--scroll_top start-->
<div class="scroll_top">
예제 #3
0
	<div class="header_home"><span>满洲里<i class="icon-caret-down"></i></span></div>
	<div class="header_home moddle">
		<form action="search.php" method="POST" class="searchGroup" id="search_form">
			<input type="tel" id="numberInput" name="numberInput" placeholder="车皮号/手机号" />
			<input type="submit" value="搜索" id="ser_submit"/>
		</form>
	</div>
</header>
<?php 
session_start();
$_SESSION['portid'] = 1;
$portid = $_SESSION['portid'];
include_once 'system/model/db_fns.php';
include_once 'mcr_fns.php';
//
viewrecord("index");
//
$new_array = get_mydata('call p_train_sum');
?>
<ul class="flex menuIcon first">
	<li class="flex_li" style="height:87px;" id="railway"><a><div class="home8"><i class="icon-road"></i></div><span>铁路现货</span></a></li>
	<li class="flex_li" style="height:87px;"><a href="buylist.php"><div class="home5"><i class="icon-bag"></i></div><span>求购</span></a></li>
	<li class="flex_li" style="height:87px;"><a href="search2.php"><div class="home2"><i class="icon-search"></i></div><span>智能找货</span></a></li>
	
</ul>
<!--铁路现货弹出层 start-->
<div class="tip">
	<div class="triangle"></div>
	<ul class="t_tiplist">
		<li>
			<a href="logsell.php"><span>原木</span></a>
예제 #4
0
<title>智能找货</title>
<meta name="description" content="">
<meta name="keywords" content="">
<link rel="stylesheet" type="text/css" href="statics/css/yumleeM.css" />
<link rel="stylesheet" type="text/css" href="statics/css/mcr.css" />
<link rel="stylesheet" type="text/css" href="com/icomoon/style.css" />
</head>
<body class="bgWhite">
<header class="header">
	<div><a href="javascript:history.back();"><i class="icon-arrow-back"></i></a></div>
	<h1>智能找货</h1>
	<div><a href="index.php"><i class="icon-home"></i></a></div>
</header>
<?php 
include_once 'mcr_sc_fns.php';
viewrecord("智能找货");
session_start();
//$stuffnum=0;
//$stuff_array=get_stuff($stuffnum);
include_once 'system/model/wood.php';
include_once 'system/model/user.php';
if (isset($_SESSION['portid'])) {
    $portid = $_SESSION['portid'];
} else {
    $portid = 1;
}
$wood = new wood($portid);
$wood->release();
if (isset($_SESSION['userid'])) {
    //用户或管理员登录后才可以发表信息
    $user = new user($_SESSION['userid']);
예제 #5
0
include 'public.html';
?>
<header class="header">
		<div>
			<a href="javascript:history.back();"><i class="icon-arrow-back"></i></a>
		</div>
		<h1>精确查找</h1>
		<div>
			<a href="index.php"><i class="icon-home"></i></a>
		</div>
	</header>
<?php 
include_once 'mcr_sc_fns.php';
include_once 'system/model/user.php';
//
viewrecord("手机号查找");
//
session_start();
$portid = $_SESSION['portid'];
if (isset($_POST["numberInput"])) {
    $inputnumber = $_POST["numberInput"];
} else {
    $inputnumber = $_SESSION["searchphone"];
}
if (isset($_SESSION['userid'])) {
    //用户或管理员登录后才可以发表信息
    $user = new user($_SESSION['userid']);
    if ($user->login() === false) {
        //用户不存在
        echo "<script>alert('您的账户异常 ,请速和管理员联系!');history.back();</script>";
    } else {
예제 #6
0
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, minimum-scale=1, maximum-scale=1, user-scalable=no">
<title>板材待售</title>
<meta name="description" content="">
<meta name="keywords" content="">

<link rel="stylesheet" type="text/css" href="statics/css/yumleeM.css" />
<link rel="stylesheet" type="text/css" href="statics/css/mcr.css" />
<link rel="stylesheet" type="text/css" href="com/icomoon/style.css" />
</head>
<?php 
include_once 'mcr_sc_fns.php';
viewrecord("板材待售");
session_start();
if (isset($_SESSION['portid'])) {
    $portid = $_SESSION['portid'];
} else {
    $portid = 1;
}
include_once 'system/model/wood.php';
$wood = new wood($portid);
$wood->release();
$kindid = $_GET['kindid'];
if ($kindid == 2) {
    $title = "其他待售";
} else {
    if ($kindid == 3) {
        $title = "口料待售";
예제 #7
0
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, minimum-scale=1, maximum-scale=1, user-scalable=no">
<title>到货列表</title>
<meta name="description" content="">
<meta name="keywords" content="">
<link rel="stylesheet" type="text/css" href="statics/css/yumleeM.css" />
<link rel="stylesheet" type="text/css" href="statics/css/mcr.css" />
<link rel="stylesheet" type="text/css" href="com/icomoon/style.css" />
<link rel="stylesheet" href="iconfont/iconfont.css">
</head>
<?php 
session_start();
include_once 'mcr_sc_fns.php';
viewrecord("列到货列表");
include_once 'system/model/wood.php';
if (isset($_SESSION['portid'])) {
    $portid = $_SESSION['portid'];
} else {
    $portid = 1;
}
if (isset($_GET["train"]) && isset($_GET["trainDate"])) {
    $train = $_GET["train"];
    $trainDate = $_GET["trainDate"];
} else {
    $train = "-1";
    $trainDate = "-1";
}
$new_array = getdata("call p_scroll_train('" . $portid . "','" . $train . "','" . $trainDate . "')");
?>
예제 #8
0
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, minimum-scale=1, maximum-scale=1, user-scalable=no">
<meta name="format-detection" content="telephone=no">
<title>预售</title>
<meta name="description" content="">
<meta name="keywords" content="">
<link rel="stylesheet" type="text/css" href="statics/css/yumleeM.css" />
<link rel="stylesheet" type="text/css" href="statics/css/mcr.css" />
<link rel="stylesheet" type="text/css" href="com/icomoon/style.css" />
</head>
<?php 
session_start();
include_once 'mcr_sc_fns.php';
viewrecord("预售");
include_once 'system/model/wood.php';
$portid = $_SESSION['portid'];
$wood = new wood($portid);
$wood->release();
//$stuffnum=0;
//$stuff_array=get_stuff($stuffnum);
?>
<body unselectable="on" style="-moz-user-select:none;-webkit-user-select:none;" onselectstart="return false;">

<?php 
include 'public.html';
?>
<!--scroll_top start-->
<div class="scroll_top">
	<span id="s_btn"></span>
예제 #9
0
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, minimum-scale=1, maximum-scale=1, user-scalable=no">
<title>个人中心</title>
<link rel="stylesheet" type="text/css" href="statics/css/yumleeM.css" />
<link rel="stylesheet" type="text/css" href="statics/css/mcr.css" />
<link rel="stylesheet" type="text/css" href="com/icomoon/style.css" />
</head>
<body>
<?php 
//
include_once 'mcr_sc_fns.php';
viewrecord("companylist");
//
session_start();
include_once "/system/model/db_fns.php";
include_once 'system/model/user.php';
if (isset($_SESSION['user'])) {
    //用户或管理员
    $user = new user($_SESSION['userid']);
    if ($user->login() === false) {
        //用户不存在
        echo "<script>alert('您的账户异常 ,请速和管理员联系!');history.back();</script>";
    } else {
        if ($_SESSION['freeze'] == 1) {
            //冻结用户
            echo "<script>alert('您的账户异常,请速和管理员联系!');history.back();</script>";
        } else {
예제 #10
0
	<div class="header_home"><span>满洲里<i class="icon-caret-down"></i></span></div>
	<div class="header_home moddle">
		<form action="search.php" method="POST" class="searchGroup" id="search_form">
			<input type="tel" id="numberInput" name="numberInput" placeholder="车皮号/手机号" />
			<input type="submit" value="搜索" id="ser_submit"/>
		</form>
	</div>
</header>
<?php 
session_start();
$_SESSION['portid'] = 1;
$portid = $_SESSION['portid'];
include_once 'system/model/db_fns.php';
include_once 'mcr_fns.php';
//
viewrecord("首页");
//
$new_array = get_mydata('call p_train_sum');
$query = "call mcr.p_getdatatoindex('" . $portid . "');";
//
$data_array = get_mydata($query);
?>
<ul class="flex menuIcon first">
	<li class="flex_li" style="height:87px;" id="railway"><a><div class="home8"><i class="icon-road"></i></div><span>铁路现货</span></a></li>
	<li class="flex_li" style="height:87px;"><a href="buylist.php"><div class="home5"><i class="icon-bag"></i></div><span>求购</span></a></li>
	<li class="flex_li" style="height:87px;"><a href="search2.php"><div class="home2"><i class="icon-search"></i></div><span>智能找货</span></a></li>
	
</ul>
<!--铁路现货弹出层 start-->
<div class="tip">
	<div class="triangle"></div>
예제 #11
0
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, minimum-scale=1, maximum-scale=1, user-scalable=no">
<meta name="format-detection" content="telephone=no">
<title>未售散货</title>
<meta name="description" content="">
<meta name="keywords" content="">
<link rel="stylesheet" type="text/css" href="statics/css/yumleeM.css" />
<link rel="stylesheet" type="text/css" href="statics/css/mcr.css" />
<link rel="stylesheet" type="text/css" href="com/icomoon/style.css" />
</head>
<?php 
session_start();
include_once 'mcr_sc_fns.php';
include_once 'system/model/wood.php';
viewrecord("散货列表");
if (isset($_SESSION['portid'])) {
    $portid = $_SESSION['portid'];
} else {
    $portid = 1;
}
//用来判断是否进入详细页
// if(!isset($_SESSION['localFlag'])) $_SESSION['localFlag']=0;
//用来保存页码
//if(!isset($_SESSION['page'])) $_SESSION['page']=1;
//echo $localFlag;
$wood = new wood($portid);
$wood->release();
$stuff_array = $wood->stuff;
//树种
//	$stuffnum=0;
예제 #12
0
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, minimum-scale=1, maximum-scale=1, user-scalable=no">
<title>求购信息列表</title>
<meta name="description" content="">
<meta name="keywords" content="">
<link rel="stylesheet" type="text/css" href="statics/css/yumleeM.css" />
<link rel="stylesheet" type="text/css" href="statics/css/mcr.css" />
<link rel="stylesheet" type="text/css" href="com/icomoon/style.css" />
<!--弹框-->
<link rel="stylesheet" type="text/css" href="css/reminder.css" />
</head>
<?php 
session_start();
include_once 'mcr_sc_fns.php';
include_once 'system/model/wood.php';
viewrecord("求购列表");
$portid = $_SESSION['portid'];
$wood = new wood($portid);
$wood->release();
$stuff_array = $wood->stuff;
//树种
//$stuff_array=get_stuff($stuffnum);
?>
<body unselectable="on" style="-moz-user-select:none;-webkit-user-select:none;" onselectstart="return false;">
<?php 
include 'public.html';
?>
<!--scroll_top start-->
<div class="scroll_top">
	<span id="s_btn"></span>
</div>
예제 #13
0
<meta name="description" content="">
<meta name="keywords" content="">

<link rel="stylesheet" type="text/css" href="statics/css/yumleeM.css" />
<link rel="stylesheet" type="text/css" href="statics/css/mcr.css" />
<link rel="stylesheet" type="text/css" href="css/chat.css" />
<link rel="stylesheet" type="text/css" href="com/icomoon/style.css" />
<style>
	
</style>
</head>
<body>
<?php 
include_once 'mcr_sc_fns.php';
include_once 'system/model/user.php';
viewrecord("留言板");
session_start();
// 启用session支持
if (isset($_SESSION['userid'])) {
    $userid = $_SESSION['userid'];
    $userphone = $_SESSION['user'];
    $portid = $_SESSION["portid"];
    // 目标口岸
    $userclass = new user($_SESSION['userid']);
    if ($userclass->login() === false) {
        //用户不存在
        echo "<script>alert('您的账户异常 ,请速和管理员联系!');history.back();</script>";
        return;
    } else {
        if ($_SESSION['freeze'] == 1) {
            //冻结用户