2013-03-19 09:16:41 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<?= $this->headTitle() ?>
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
2013-10-15 09:38:52 +00:00
|
|
|
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
2014-05-28 08:51:28 +00:00
|
|
|
<link href="/sjyportal/css/bootstrap.min.css" rel="stylesheet" media="screen">
|
|
|
|
<link href="/sjyportal/css/bootstrap-responsive.min.css" rel="stylesheet" media="screen">
|
2013-10-15 09:38:52 +00:00
|
|
|
<link rel="stylesheet" href="/js/lib/bootstrap/css/font-awesome.min.css">
|
2015-01-30 05:32:22 +00:00
|
|
|
|
|
|
|
<!-- <link rel="stylesheet type="text/css" href="/sjyportal/css/style.css">-->
|
|
|
|
|
|
|
|
|
2014-05-27 09:57:11 +00:00
|
|
|
|
2013-10-15 09:38:52 +00:00
|
|
|
<!--[if IE 7]>
|
|
|
|
<link rel="stylesheet" href="/js/lib/bootstrap/css/font-awesome-ie7.min.css">
|
2014-05-27 09:57:11 +00:00
|
|
|
<![endif]-->
|
|
|
|
|
|
|
|
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
|
|
|
|
<!--[if lt IE 9]>
|
|
|
|
<script src="/sjyprotal/js/html5shiv.js"></script>
|
|
|
|
<![endif]-->
|
|
|
|
|
2015-01-30 05:32:22 +00:00
|
|
|
|
2014-05-27 09:57:11 +00:00
|
|
|
<!-- Fav and touch icons -->
|
2015-01-30 05:32:22 +00:00
|
|
|
|
2013-03-19 09:16:41 +00:00
|
|
|
<script src="/js/lib/jquery.lasted.js"></script>
|
2013-10-15 09:38:52 +00:00
|
|
|
<script src="/js/lib/bootstrap/js/bootstrap.min.js"></script>
|
2013-03-26 14:22:40 +00:00
|
|
|
<script src="/js/navi.js"></script>
|
2013-03-19 09:16:41 +00:00
|
|
|
<?= $this->headScript() ?>
|
|
|
|
<?= $this->headLink() ?>
|
|
|
|
<?= $this->headStyle() ?>
|
|
|
|
<link rel="shortcut icon" href="/favicon_64.png" />
|
2014-06-11 14:14:14 +00:00
|
|
|
<link rel="alternate" type="application/rss+xml" title="WestDC RSS Feed" href="/service/feed" />
|
2014-06-20 01:28:59 +00:00
|
|
|
<link rel="pingback" href="http://www.sanjiangyuan.org.cn/service/pingback" />
|
2015-01-30 05:32:22 +00:00
|
|
|
<link rel="stylesheet" type="text/css" href="/sjyportal/css/style.css">
|
2013-03-19 09:16:41 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
2014-03-20 19:16:21 +00:00
|
|
|
|
2014-05-27 09:57:11 +00:00
|
|
|
<?= $this->render('header.phtml') ?>
|
|
|
|
<?= $this->layout()->content ?>
|
|
|
|
<?= $this->render('footer.phtml') ?>
|
|
|
|
|
|
|
|
</body>
|
2014-05-28 09:44:03 +00:00
|
|
|
<!-- Piwik -->
|
|
|
|
<script type="text/javascript">
|
|
|
|
var _paq = _paq || [];
|
|
|
|
_paq.push(['trackPageView']);
|
|
|
|
_paq.push(['enableLinkTracking']);
|
|
|
|
(function() {
|
|
|
|
var u=(("https:" == document.location.protocol) ? "https" : "http") + "://piwik.westgis.ac.cn/";
|
|
|
|
_paq.push(['setTrackerUrl', u+'piwik.php']);
|
|
|
|
_paq.push(['setSiteId', 12]);
|
|
|
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0]; g.type='text/javascript';
|
|
|
|
g.defer=true; g.async=true; g.src=u+'piwik.js'; s.parentNode.insertBefore(g,s);
|
|
|
|
})();
|
|
|
|
</script>
|
|
|
|
<noscript><p><img src="http://piwik.westgis.ac.cn/piwik.php?idsite=12" style="border:0;" alt="" /></p></noscript>
|
|
|
|
<!-- End Piwik Code -->
|
2013-03-26 14:22:40 +00:00
|
|
|
<script>setPage();</script>
|
2013-03-19 09:16:41 +00:00
|
|
|
</html>
|