bkjxxxw/WebContent/static/simpleboot3/portal/down.html

74 lines
2.7 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!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/assets/css/reset.css">
<link rel="stylesheet" href="__TMPL__/public/assets/css/common.css">
<link rel="stylesheet" href="__TMPL__/public/assets/css/second.css">
<link rel="short icon" type="image/ico" href="favicon.ico">
<title>吉林农业大学</title>
</head>
<body>
<!-- header -->
<div class="header">
<div class="clearfix">
<img class="header_logo" src="__TMPL__/public/assets/images/index/logo.png" alt="吉林农业大学">
<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">
<div class="navContent">
<a href="{:cmf_url('portal/index/index')}">
<div class="navMoudle">
<img src="__TMPL__/public/assets/images/second/nav1.png">
<p>首页</p>
</div>
</a>
<volist name="nav_menu" id="vo" key="key">
<a href="{:cmf_url('portal/List/index',array('id'=>$vo['id']))}">
<div class="navMoudle">
<img src="__TMPL__/public/assets/images/second/nav{$key+1}.png">
<p>{$vo['name']}</p>
</div>
</a>
</volist>
</div>
</div>
<!-- 主控内容区tab切换 -->
<div class="tabContainer">
<div class="tabContent clearfix">
<!-- 主控区头部 -->
<!--<h5 class="tabHeader">-->
<!--位置:{$position}-->
<!--</h5>-->
<!-- tab导航主控区 -->
<!-- 主控区显示内容 -->
<div class="tabTextContent" style="width: 97%;">
<!-- 每一条内容 -->
<volist name="article" id="vo">
<a href="{:cmf_url('portal/Article/download',array('url'=>urlencode($vo['url']),'name'=>$vo['name']))}">
<div class="tabTextModule clearfix">
<img src="__TMPL__/public/assets/images/second/arrow.png">
<span class="tabTextTitle">{$vo['name']}</span>
<span class="tabTextDate">[点击下载]</span>
</div>
</a>
</volist>
</div>
</div>
</div>
<!-- footer -->
<include file="public@footer"/>
<script src="__TMPL__/public/assets/js/second.js"></script>
</body>
</html>