489 lines
22 KiB
HTML
489 lines
22 KiB
HTML
<!DOCTYPE html>
|
||
<html lang="en">
|
||
|
||
<head>
|
||
<meta charset="utf-8">
|
||
<meta content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=0" name="viewport">
|
||
<meta content="telephone=no" name="format-detection">
|
||
<link rel="stylesheet" href="__TMPL__/public/skins/aero.css">
|
||
<link rel="stylesheet" href="__TMPL__/public/assets/css/reset.css">
|
||
<link rel="stylesheet" href="__TMPL__/public/assets/css/index.css">
|
||
<link rel="stylesheet" href="__TMPL__/public/assets/css/common.css">
|
||
<link rel="short icon" type="image/ico" href="favicon.ico">
|
||
<title>{$site_info.site_name|default=''}</title>
|
||
<script src="__TMPL__/public/source/artDialog.min.js"></script>
|
||
<script src="__TMPL__/public/source/artDialog.plugins.min.js"></script>
|
||
<script type="text/javascript">
|
||
function toBrowserValidate(){
|
||
var userAgent = navigator.userAgent;
|
||
var isIE = userAgent.indexOf("compatible") > -1 && userAgent.indexOf("MSIE") > -1;
|
||
if(isIE) {
|
||
location.href = "/portal/index/forbid.html";
|
||
}
|
||
}
|
||
function initialize(){
|
||
$("#titleComplaint").val("请输入投诉关键字...");
|
||
$("#contentComplaint").val("请输入投诉内容...");
|
||
complaint();
|
||
}
|
||
|
||
function complaint(){
|
||
art.dialog({
|
||
title:"投诉建议",
|
||
content:$('#complaint')[0],
|
||
fixed:true,
|
||
lock:true,
|
||
okValue:"提交",
|
||
cancelValue:"取消",
|
||
ok:function () {
|
||
if($("#titleComplaint").val() == "请输入投诉关键字..." || $("#titleComplaint").val() == ""){
|
||
art.dialog({
|
||
title: '消息提示',
|
||
content:"您好,请输入投诉建议!",
|
||
fixed:true,
|
||
lock:true,
|
||
beforeunload: function () {
|
||
complaint();
|
||
}
|
||
});
|
||
} else if($("#contentComplaint").val() == "请输入投诉内容..." || $("#contentComplaint").val() == ""){
|
||
art.dialog({
|
||
title: '消息提示',
|
||
content:"您好,请输入投诉内容!",
|
||
fixed:true,
|
||
lock:true,
|
||
beforeunload: function () {
|
||
complaint();
|
||
}
|
||
});
|
||
} else {
|
||
$.ajax({
|
||
type: "POST",
|
||
url: "/portal/index/addPost.html",
|
||
data: {"TITLE":$("#titleComplaint").val(), "CONTENT":$("#contentComplaint").val()},
|
||
dataType: "json",
|
||
success: function(data){
|
||
art.dialog({
|
||
title: '消息提示',
|
||
content:data.msg,
|
||
fixed:true,
|
||
lock:true,
|
||
time:2000
|
||
});
|
||
}
|
||
});
|
||
}
|
||
}, cancel: function () {
|
||
art.dialog().close();
|
||
}
|
||
});
|
||
}
|
||
|
||
function validate(){
|
||
var userAgentInfo = navigator.userAgent;
|
||
var Agents = ["Android", "iPhone", "SymbianOS", "Windows Phone", "iPad", "iPod"];
|
||
var flag = true;
|
||
for (var v = 0; v < Agents.length; v++) {
|
||
if (userAgentInfo.indexOf(Agents[v]) > 0) {
|
||
flag = false;
|
||
break;
|
||
}
|
||
}
|
||
if(!flag){
|
||
location.href = "http://jwc.jlau.edu.cn/mobile";
|
||
}
|
||
//toBrowserValidate();
|
||
}
|
||
validate();
|
||
</script>
|
||
</head>
|
||
|
||
<body>
|
||
<div class="bg"></div>
|
||
<!-- header -->
|
||
<div class="header">
|
||
<div class="clearfix">
|
||
<a href="http://www.jlau.edu.cn"><img class="header_logo" src="__TMPL__/public/assets/images/index/logo.png" alt="吉林农业大学"></a>
|
||
<div class="searchBox">
|
||
<form method="post" action="{:cmf_url('portal/search/index')}">
|
||
<input type="text" name="keyword" class="searchInput" style="color:white"><input type="submit" class="searchBtn" value="搜索">
|
||
</form>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<!-- 上级nav -->
|
||
<div class="navContainer clearfix">
|
||
<ul>
|
||
<!-- 风琴区域,类open为展开样式 -->
|
||
<volist name="modules" id="vo" key="k">
|
||
<li <?php if($k === 1){echo 'class="open clearfix"';}?>>
|
||
<!-- 左侧导航内容 -->
|
||
<div class="navLeftContainer nav_left{$k}"></div>
|
||
<div class="navLeftContent">
|
||
<img src="__TMPL__/public/assets/images/index/navItem{$k}.png">
|
||
<i>{$vo.name}</i>
|
||
<?php $more = json_decode($vo['more'],true)?>
|
||
<img class="nav_sign_img" src="{:cmf_get_image_url($more['thumbnail'])}">
|
||
</div>
|
||
<!-- 右侧显示区域 -->
|
||
<div class="navRightContent <?php if($k === 1){echo 'clearfix';}?>">
|
||
<!-- 右侧导航 -->
|
||
<php>$count = count($vo['son']);</php>
|
||
<ul class="navRightUl">
|
||
<volist name="vo.son" id="v" offset="0" length='6'>
|
||
<if condition="$v.url == ''">
|
||
<li>
|
||
<a href="{:cmf_url('portal/List/index',array('id'=>$v['id']))}">
|
||
<?php $son_more = json_decode($v['more'],true)?>
|
||
<img src="{:cmf_get_image_url($son_more['thumbnail'])}">
|
||
<p>{$v.name}</p>
|
||
</a>
|
||
</li>
|
||
<else/>
|
||
<li>
|
||
<a href="{$v.url}">
|
||
<?php $son_more = json_decode($v['more'],true)?>
|
||
<img src="{:cmf_get_image_url($son_more['thumbnail'])}">
|
||
<p>{$v.name}</p>
|
||
</a>
|
||
</li>
|
||
</if>
|
||
</volist>
|
||
</ul>
|
||
<if condition="$count gt 6">
|
||
<ul class="navRightUl">
|
||
<volist name="vo.son" id="v" offset="6" length='6'>
|
||
<li>
|
||
<a href="{:cmf_url('portal/List/index',array('id'=>$v['id']))}">
|
||
<?php $son_more = json_decode($v['more'],true)?>
|
||
<img src="{:cmf_get_image_url($son_more['thumbnail'])}">
|
||
<p>{$v.name}</p>
|
||
</a>
|
||
</li>
|
||
</volist>
|
||
</ul>
|
||
</if>
|
||
</div>
|
||
</li>
|
||
</volist>
|
||
</ul>
|
||
</div>
|
||
<!-- 主控内容区:tab切换 -->
|
||
<div class="tabContainer clearfix">
|
||
<ul>
|
||
<volist name="left_menu" id="vo" key="key">
|
||
<li <if condition="$key == 1">class="container_active"<elseif condition="$vo['href'] neq 'home'" /></if> data-index="{$key-1}">
|
||
<if condition="$vo['href'] eq 'home'">
|
||
<img src="{$vo['icon']}">
|
||
<p>{$vo['name']}</p>
|
||
<else/>
|
||
<a href="{$vo['href']}" style="color: #fff;">
|
||
<img src="{$vo['icon']}">
|
||
<p>{$vo['name']}</p>
|
||
</a>
|
||
</if>
|
||
</li>
|
||
</volist>
|
||
<li data-index="0" onclick="initialize()">
|
||
<img src="/themes/simpleboot3/public/assets/images/index/tab5.png">
|
||
<p>投诉建议</p>
|
||
</li>
|
||
</ul>
|
||
<div id="tabContent" class="tabContent">
|
||
<!-- 咨询中心主体,包含4个内容区域 -->
|
||
<div class="content_module content_active content_zx">
|
||
<!-- 咨询展示图 -->
|
||
<div class="zxContent">
|
||
<!-- 切换按钮 -->
|
||
<div class="tab-nav" id="tab-nav4">
|
||
<volist name="banner" id="vo" key="key">
|
||
<a href="{:cmf_url('portal/lists/index',array('id' => $vo['id']))}">
|
||
<span data-index="{$key-1}" <if condition="$key == 1">class="current"</if>>{$vo.name}</span>
|
||
</a>
|
||
</volist>
|
||
</div>
|
||
<!-- 切换选项主体 -->
|
||
<div class="tab-con" id="tab-con57">
|
||
<!-- 单一选项主体 -->
|
||
<volist name="banner" id="vo" key="key">
|
||
<div class="tab-con-item" <if condition="$key == 1">style="display:block;"</if>>
|
||
<div class="slider" id="slider{$key-1}">
|
||
<div class="slider-inner">
|
||
<volist name="vo['list']" id="v" key="k">
|
||
<div class="item">
|
||
<?php $more = json_decode($v['more'],true);?>
|
||
<a href="{:cmf_url('portal/Article/index',array('id' => $v['id'],'cid' => $v['cid']))}" title="{$v.title}">
|
||
<img src="{:cmf_get_image_url($more.thumbnail)}">
|
||
</a>
|
||
<a href="{:cmf_url('portal/Article/index',array('id'=>$v['id'],'cid' => $v['cid']))}" title="{$v.title}" class="slider-sign">{$v.title}</a>
|
||
</div>
|
||
</volist>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</volist>
|
||
</div>
|
||
</div>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<!-- 教学信息 -->
|
||
<volist name="zixun" id="vo" key="key">
|
||
<div class="zxContent">
|
||
<!-- 切换按钮 -->
|
||
<div class="tab-nav" id="tab-nav{$key}">
|
||
<volist name="vo['lanmu']" id="vv" key="k">
|
||
<a href="{:cmf_url('portal/list/index',array('id' => $vv['portal_id']))}">
|
||
<span data-index="{$k-1}" <if condition="$k == 1">class="current"</if>>{$vv['name']}</span>
|
||
</a>
|
||
</volist>
|
||
</div>
|
||
<!-- 切换选项主体 -->
|
||
<div class="tab-con" id="tab-con{$vo['id']}">
|
||
<!-- 单一选项主体 -->
|
||
<volist name="vo['lanmu']" id="v" key="k">
|
||
<div class="tab-con-item" <if condition="$k == 1">style="display:block;"</if>>
|
||
<if condition="!empty($v['portal_list'])">
|
||
<volist name="v['portal_list']" id="vs" key="ks">
|
||
<div class="tab-item-module clearfix">
|
||
<img src="__TMPL__/public/assets/images/index/arrow.png">
|
||
<a href="{:cmf_url('portal/Article/index',array('id'=>$vs['id'],'cid'=>$vs['cid']))}"><p>{$vs['title']}</p></a>
|
||
<span><php>echo date("Y-m-d",$vs['time']);</php></span>
|
||
</div>
|
||
</volist>
|
||
</if>
|
||
</div>
|
||
</volist>
|
||
<!-- 单一主体完成 -->
|
||
</div>
|
||
</div>
|
||
</volist>
|
||
</div>
|
||
<!-- 服务中心 -->
|
||
<div class="content_module clearfix">
|
||
<div class="fwContent">
|
||
<div class="fw_top">
|
||
<img class="titleImg" src="__TMPL__/public/assets/images/index/fw1.png">
|
||
<span>教师专区</span>
|
||
</div>
|
||
<a href="{:cmf_url('portal/List/index',array('id'=>66))}" class="fw_middle">
|
||
<span>教师下载</span>
|
||
<span>more></span>
|
||
</a>
|
||
<div class="fw_bottom">
|
||
<a href="{:cmf_url('portal/List/index',array('id'=>54))}" style="color:black"><h3>教师FAQ</h3></a>
|
||
<volist name="teacher_down" id="vo" key="key">
|
||
<div class="fw_bottom_content">
|
||
<if condition="!empty($vo['files'])">
|
||
<a href="{:cmf_url('portal/Article/download',array('url'=>urlencode($vo['files']['url']),'name'=>$vo['files']['name']))}">
|
||
<div class="tab-item-module clearfix">
|
||
<img src="__TMPL__/public/assets/images/index/arrow.png">
|
||
<p>{$vo['title']}</p>
|
||
<span><php>echo date("Y-m-d",$vo['time']);</php></span>
|
||
</div>
|
||
|
||
</a>
|
||
<else/>
|
||
<a href="JavaScript:alert('您好,未检测到任何附件!!!')">
|
||
<div class="tab-item-module clearfix">
|
||
<img src="__TMPL__/public/assets/images/index/arrow.png">
|
||
<p>{$vo['title']}</p>
|
||
<span><php>echo date("Y-m-d",$vo['time']);</php></span>
|
||
</div>
|
||
|
||
</a>
|
||
</if>
|
||
</div>
|
||
</volist>
|
||
</div>
|
||
</div>
|
||
<div class="fwContent">
|
||
<div class="fw_top">
|
||
<img class="titleImg" src="__TMPL__/public/assets/images/index/fw2.png">
|
||
<span>学生专区</span>
|
||
</div>
|
||
<a href="{:cmf_url('portal/List/index',array('id'=>71))}" class="fw_middle">
|
||
<span>学生下载</span>
|
||
<span>more></span>
|
||
</a>
|
||
<div class="fw_bottom">
|
||
<a href="{:cmf_url('portal/List/index',array('id'=>55))}" style="color:black"><h3>学生FAQ</h3></a>
|
||
<volist name="student_down" id="vo" key="key">
|
||
<div class="fw_bottom_content">
|
||
<if condition="!empty($vo['files'])">
|
||
<a href="{:cmf_url('portal/Article/download',array('url'=>urlencode($vo['files']['url']),'name'=>$vo['files']['name']))}">
|
||
<div class="tab-item-module clearfix">
|
||
<img src="__TMPL__/public/assets/images/index/arrow.png">
|
||
<p>{$vo['title']}</p>
|
||
<span><php>echo date("Y-m-d",$vo['time']);</php></span>
|
||
</div>
|
||
</a>
|
||
<else/>
|
||
<a href="JavaScript:alert('您好,未检测到任何附件!!!')">
|
||
<div class="tab-item-module clearfix">
|
||
<img src="__TMPL__/public/assets/images/index/arrow.png">
|
||
<p>{$vo['title']}</p>
|
||
<span><php>echo date("Y-m-d",$vo['time']);</php></span>
|
||
</div>
|
||
</a>
|
||
</if>
|
||
</div>
|
||
</volist>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<!-- 快递通道 -->
|
||
<div class="content_module clearfix">
|
||
<div class="ks_content">
|
||
<a href="http://jw.chaoxing.com/jlau" class="ks_top">
|
||
<img class="titleImg" src="__TMPL__/public/assets/images/index/fw1.png">
|
||
<span>教务管理系统11</span>
|
||
<span class="ks_sign">立即2前往>></span>
|
||
</a>
|
||
<a href="http://n.caicool.cn" class="ks_top">
|
||
<img class="titleImg" src="__TMPL__/public/assets/images/index/fw1.png">
|
||
<span>教材管理系统</span>
|
||
<span class="ks_sign">立即前往>></span>
|
||
</a>
|
||
<a href="http://jlau.fanya.chaoxing.com" class="ks_top">
|
||
<img class="titleImg" src="__TMPL__/public/assets/images/index/fw1.png">
|
||
<span>在线课堂</span>
|
||
<span class="ks_sign">立即前往>></span>
|
||
</a>
|
||
<a href="http://jw.chaoxing.com/jlau" class="ks_top">
|
||
<img class="titleImg" src="__TMPL__/public/assets/images/index/fw1.png">
|
||
<span>课程平台</span>
|
||
<span class="ks_sign">立即前往>></span>
|
||
</a>
|
||
<a href="http://jw.chaoxing.com/jlau" class="ks_top">
|
||
<img class="titleImg" src="__TMPL__/public/assets/images/index/fw1.png">
|
||
<span>教学日历</span>
|
||
<span class="ks_sign">立即前往>></span>
|
||
</a>
|
||
<a href="http://jw.chaoxing.com/jlau" class="ks_top noMarginBottom">
|
||
<img class="titleImg" src="__TMPL__/public/assets/images/index/fw1.png">
|
||
<span>上课时间</span>
|
||
<span class="ks_sign">立即前往>></span>
|
||
</a>
|
||
</div>
|
||
<div class="ks_content">
|
||
<a href="JavaScript:void(0)" class="ks_top noMarginBottom">
|
||
<img class="titleImg" src="__TMPL__/public/assets/images/index/fw1.png">
|
||
<span>课表查询</span>
|
||
<span class="ks_sign" style="display:none">立即前往>></span>
|
||
<a class="ks_top_a" href="http://202.198.0.54/jwweb/ZNPK/KBFB_LessonSel.aspx">课程课表>></a>
|
||
<a class="ks_top_a" href="http://202.198.0.54/jwweb/ZNPK/TeacherKBFB.aspx">教师课表>></a>
|
||
<a class="ks_top_a" href="http://202.198.0.54/jwweb/ZNPK/KBFB_ClassSel.aspx">班级课表>></a>
|
||
<a class="ks_top_a" href="http://202.198.0.54/jwweb/ZNPK/KBFB_RoomSel.aspx">教室课表>></a>
|
||
<a class="ks_top_a" href="http://202.198.0.54/jwweb/ZNPK/KBFB_RXKBSel.aspx">任选课表>></a>
|
||
<a class="ks_top_a" href="http://202.198.0.54/jwweb/ZNPK/KBFB_DayJCSel.aspx">周日节次课表>></a>
|
||
<a class="ks_top_a" href="http://202.198.0.54/jwweb/ZNPK/KBFB_LSHD.aspx">查看临时活动安排>></a>
|
||
</a>
|
||
<a href="JavaScript:void(0)" class="ks_top noMarginBottom">
|
||
<img class="titleImg" src="__TMPL__/public/assets/images/index/fw1.png">
|
||
<span>信息反馈</span>
|
||
<a class="ks_top_a" href="JavaScript:initialize()">信息建设与综合管理科>></a>
|
||
<a class="ks_top_a" href="JavaScript:initialize()">公众邮箱>></a>
|
||
</a>
|
||
</div>
|
||
</div>
|
||
|
||
<!-- 规章制度 -->
|
||
<div class="content_module clearfix">
|
||
<div class="gz_left">
|
||
<div class="gzContent">
|
||
<div class="gz_top">
|
||
<a href="{:cmf_url('portal/List/index',array('id'=>16))}" style="color:black">
|
||
<img class="titleImg" src="__TMPL__/public/assets/images/index/gz1.png">
|
||
<span>国家文件</span>
|
||
</a>
|
||
</div>
|
||
<volist name="country_files" id="vo">
|
||
<div class="gz_bottom">
|
||
<div class="gz_bottom_content">
|
||
<a href="{:cmf_url('portal/Article/index',array('id'=>$vo['id'],'cid'=>$vo['cid']))}">
|
||
<div class="tab-item-module clearfix">
|
||
<img src="__TMPL__/public/assets/images/index/arrow.png">
|
||
<p>{$vo['title']}</p>
|
||
<span><php>echo date("Y-m-d",$vo['time']);</php></span>
|
||
</div>
|
||
</a>
|
||
</div>
|
||
</div>
|
||
</volist>
|
||
</div>
|
||
</div>
|
||
<div class="gz_right">
|
||
<div class="gzContent">
|
||
<div class="gz_top">
|
||
<a href="{:cmf_url('portal/List/index',array('id'=>17))}" style="color:black">
|
||
<img class="titleImg" src="__TMPL__/public/assets/images/index/gz2.png">
|
||
<span>校级文件</span>
|
||
</a>
|
||
</div>
|
||
<volist name="school_files" id="vo">
|
||
<div class="gz_bottom">
|
||
<div class="gz_bottom_content">
|
||
<a href="{:cmf_url('portal/Article/index',array('id'=>$vo['id'],'cid'=>$vo['cid']))}">
|
||
<div class="tab-item-module clearfix">
|
||
<img src="__TMPL__/public/assets/images/index/arrow.png">
|
||
<p>{$vo['title']}</p>
|
||
<span><php>echo date("Y-m-d",$vo['time']);</php></span>
|
||
</div>
|
||
</a>
|
||
</div>
|
||
</div>
|
||
</volist>
|
||
</div>
|
||
<div class="gzContent">
|
||
<div class="gz_top">
|
||
<a href="{:cmf_url('portal/List/index',array('id'=>18))}" style="color:black">
|
||
<img class="titleImg" src="__TMPL__/public/assets/images/index/gz3.png">
|
||
<span>处发文件</span>
|
||
</a>
|
||
</div>
|
||
<volist name="office_files" id="vo">
|
||
<div class="gz_bottom">
|
||
<div class="gz_bottom_content">
|
||
<a href="{:cmf_url('portal/Article/index',array('id'=>$vo['id'],'cid'=>$vo['cid']))}">
|
||
<div class="tab-item-module clearfix">
|
||
<img src="__TMPL__/public/assets/images/index/arrow.png">
|
||
<p>{$vo['title']}</p>
|
||
<span><php>echo date("Y-m-d",$vo['time']);</php></span>
|
||
</div>
|
||
</a>
|
||
</div>
|
||
</div>
|
||
</volist>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<!-- footer -->
|
||
<div id="complaint" style="display:none">
|
||
<table>
|
||
<tr>
|
||
<td><input type="text" id="titleComplaint" name="titleComplaint" style="width:100%; height:30px; border:1px solid #3793a0" onfocus="this.select()" maxlength="50"/></td>
|
||
</tr>
|
||
<tr>
|
||
<td> </td>
|
||
</tr>
|
||
<tr>
|
||
<td><textarea id="contentComplaint" name="contentComplaint" style="width:100%; border:1px solid #3793a0" rows="18" cols="100" onfocus="this.select()"></textarea></td>
|
||
</tr>
|
||
</table>
|
||
</div>
|
||
<include file="public@footer"/>
|
||
<script src="__TMPL__/public/assets/js/index.js"></script>
|
||
<script src="__TMPL__/public/assets/lib/slider.js"></script>
|
||
</body>
|
||
|
||
</html>
|