SRCMS(轻响应)企业应急响应中心开发框架模版
This commit is contained in:
martinzhou2015
2015-07-28 15:15:57 +08:00
parent 0da4a2951c
commit c1dc9cf28e
856 changed files with 242152 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
<extend name="Public:common"/>
<block name="main">
<!-- 公告详情 -->
<div class="gallery">
<div class="container">
<div class="col-md-6 col-md-offset-3">
<h3><strong>{$model.title}</strong></h3><hr/>
<div class="row">
<?php
$html = $model;
foreach($model as $value);
echo html_entity_decode($value);
?>
</div>
<div class="row">
<hr/>
<a href="{:U('page/index')}">返回列表</a>
</div>
</div>
</div>
</block>