2009-03-06 03:20:46 +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" xml:lang="en" lang="en">
|
|
|
|
<head>
|
|
|
|
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
|
|
|
<link rel="stylesheet" type="text/css" media="screen"
|
|
|
|
href="/css/default.css" />
|
2009-10-12 14:30:25 +00:00
|
|
|
<script src='/js/navi.js' type="text/javascript"></script>
|
2009-03-06 03:20:46 +00:00
|
|
|
<link rel="alternate" type="application/rss+xml" title="WestDC RSS Feed" href="/data/feed" />
|
2009-10-12 14:30:25 +00:00
|
|
|
<link rel="pingback" href="http://westdc.westgis.ac.cn/data/pingback" />
|
2009-03-06 03:20:46 +00:00
|
|
|
<?= $this->headTitle() ?>
|
|
|
|
<?= $this->headScript() ?>
|
|
|
|
<?= $this->headLink() ?>
|
|
|
|
<?= $this->headStyle() ?>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<?= $this->render('header.phtml') ?>
|
2009-10-12 14:30:25 +00:00
|
|
|
<div class="clearLine"/>
|
2009-03-06 03:20:46 +00:00
|
|
|
<div id="divBreadCrumb"><?= $this->breadcrumb() ?> </div>
|
|
|
|
<div id="divContent"><?= $this->layout()->content ?></div>
|
2009-10-12 14:30:25 +00:00
|
|
|
<div class="clearLine"/>
|
2009-03-06 03:20:46 +00:00
|
|
|
<?= $this->render('footer.phtml') ?>
|
|
|
|
<script type="text/javascript">setPage();</script>
|
|
|
|
</body>
|
|
|
|
</html>
|