修复HTML tag不严格的问题。
This commit is contained in:
parent
d9bfbe9273
commit
fb4380824c
|
@ -5,9 +5,9 @@
|
||||||
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
||||||
<link rel="stylesheet" type="text/css" media="screen"
|
<link rel="stylesheet" type="text/css" media="screen"
|
||||||
href="/css/default.css" />
|
href="/css/default.css" />
|
||||||
<script src='/js/navi.js'></script>
|
<script src='/js/navi.js' type="text/javascript"></script>
|
||||||
<link rel="alternate" type="application/rss+xml" title="WestDC RSS Feed" href="/data/feed" />
|
<link rel="alternate" type="application/rss+xml" title="WestDC RSS Feed" href="/data/feed" />
|
||||||
<link rel="pingback" href="http://test.westgis.ac.cn/data/pingback" />
|
<link rel="pingback" href="http://westdc.westgis.ac.cn/data/pingback" />
|
||||||
<?= $this->headTitle() ?>
|
<?= $this->headTitle() ?>
|
||||||
<?= $this->headScript() ?>
|
<?= $this->headScript() ?>
|
||||||
<?= $this->headLink() ?>
|
<?= $this->headLink() ?>
|
||||||
|
@ -15,10 +15,10 @@
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<?= $this->render('header.phtml') ?>
|
<?= $this->render('header.phtml') ?>
|
||||||
<div class="clearLine"/> </div>
|
<div class="clearLine"/>
|
||||||
<div id="divBreadCrumb"><?= $this->breadcrumb() ?> </div>
|
<div id="divBreadCrumb"><?= $this->breadcrumb() ?> </div>
|
||||||
<div id="divContent"><?= $this->layout()->content ?></div>
|
<div id="divContent"><?= $this->layout()->content ?></div>
|
||||||
<div class="clearLine"/> </div>
|
<div class="clearLine"/>
|
||||||
<?= $this->render('footer.phtml') ?>
|
<?= $this->render('footer.phtml') ?>
|
||||||
<script type="text/javascript">setPage();</script>
|
<script type="text/javascript">setPage();</script>
|
||||||
</body>
|
</body>
|
||||||
|
|
Loading…
Reference in New Issue