2011-10-25 09:52:00 +00:00
|
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
|
|
<head>
|
|
|
|
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
|
|
|
<link rel="stylesheet" type="text/css" media="screen"
|
|
|
|
href="/css/default.css" />
|
2012-04-12 04:08:29 +00:00
|
|
|
<script src='/js/navi.js' type="text/javascript"></script>
|
|
|
|
<link rel="shortcut icon" href="/favicon_64.png" />
|
2011-10-25 09:52:00 +00:00
|
|
|
<link rel="alternate" type="application/rss+xml" title="WestDC RSS Feed" href="/data/feed" />
|
|
|
|
<link rel="pingback" href="http://westdc.westgis.ac.cn/data/pingback" />
|
|
|
|
<?= $this->headTitle() ?>
|
|
|
|
<?= $this->headScript() ?>
|
|
|
|
<?= $this->headLink() ?>
|
|
|
|
<?= $this->headStyle() ?>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<?= $this->render('header.phtml') ?>
|
|
|
|
<div class="clearLine"/>
|
|
|
|
<div id="divBreadCrumb"><?= $this->breadcrumb() ?> </div>
|
|
|
|
<div id="divContent"><?= $this->layout()->content ?></div>
|
|
|
|
<div class="clearLine"/>
|
|
|
|
<?= $this->render('footer.phtml') ?>
|
|
|
|
<script type="text/javascript">setPage();</script>
|
|
|
|
<!-- Piwik -->
|
|
|
|
<script type="text/javascript">
|
|
|
|
var pkBaseURL = (("https:" == document.location.protocol) ? "https://piwik.westgis.ac.cn/" : "http://piwik.westgis.ac.cn/");
|
|
|
|
document.write(unescape("%3Cscript src='" + pkBaseURL + "piwik.js' type='text/javascript'%3E%3C/script%3E"));
|
|
|
|
</script><script type="text/javascript">
|
|
|
|
try {
|
|
|
|
var piwikTracker = Piwik.getTracker(pkBaseURL + "piwik.php", 5);
|
|
|
|
piwikTracker.trackPageView();
|
|
|
|
piwikTracker.enableLinkTracking();
|
|
|
|
} catch( err ) {}
|
|
|
|
</script><noscript><p><img src="http://piwik.westgis.ac.cn/piwik.php?idsite=5" style="border:0" alt="" /></p></noscript>
|
|
|
|
<!-- End Piwik Tracking Code -->
|
|
|
|
</body>
|
|
|
|
</html>
|