This commit is contained in:
123 2025-07-18 17:16:12 +08:00
parent 5fc6009c0e
commit 6e79a8bba6
5 changed files with 10 additions and 3 deletions

View File

@ -59,6 +59,10 @@
<span class="iconfont iconliulan"></span>浏览量 {dreamer-cms:article field="clicks" /} <span class="iconfont iconliulan"></span>浏览量 {dreamer-cms:article field="clicks" /}
<span class="iconfont iconshijian"></span>时间 {dreamer-cms:article field="showTime" function="format('yyyy-MM-dd HH:mm:ss')" /} <span class="iconfont iconshijian"></span>时间 {dreamer-cms:article field="showTime" function="format('yyyy-MM-dd HH:mm:ss')" /}
</div> </div>
<div class="name">
<span style="font-size: 20px;">公告类型 :{dreamer-cms:article field="info_type" /}</span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<span style="font-size: 20px;">项目类型 :{dreamer-cms:article field="project_type" /}</span>
</div>
<div class="articleCon"> <div class="articleCon">
<!-- <iframe id="zhaocaiframe" src="http://192.168.1.88:8888/resources/uploads/20250412/1910939575449645056.pdf"></iframe > --> <!-- <iframe id="zhaocaiframe" src="http://192.168.1.88:8888/resources/uploads/20250412/1910939575449645056.pdf"></iframe > -->
<!-- <p>{dreamer-cms:article field="url" /}<p><br/> --> <!-- <p>{dreamer-cms:article field="url" /}<p><br/> -->

Binary file not shown.

After

Width:  |  Height:  |  Size: 958 B

View File

@ -46,7 +46,7 @@
<div class="pull-right" style="position: relative; <div class="pull-right" style="position: relative;
right:50px"> right:50px">
<a class="item" href="/" title="首页">首页</a> <a class="item" href="/" title="首页">首页</a>
{dreamer-cms:categoryartlist length="10"} {dreamer-cms:categoryartlist start="2" length="10"}
{dreamer-cms:if test="('true' eq [field:haschildren/])"} {dreamer-cms:if test="('true' eq [field:haschildren/])"}
<a class="item" href="javascript:void(0);" title="[field:typenamecn /]" id="navtop_[field:typecode/]"> <a class="item" href="javascript:void(0);" title="[field:typenamecn /]" id="navtop_[field:typecode/]">
<span id="topspan_[field:typecode /]">[field:typenamecn /]</span> <span id="topspan_[field:typecode /]">[field:typenamecn /]</span>

View File

@ -75,17 +75,20 @@
<thead> <thead>
<tr > <tr >
<!-- <th style="width:50px;">选择</th> --> <!-- <th style="width:50px;">选择</th> -->
<th style="height: 30px;font-size:20px;color:blue;">项目地区</th>
<th style="height: 30px;font-size:20px;color:blue;">名称</th> <th style="height: 30px;font-size:20px;color:blue;">名称</th>
<th style="height: 30px;font-size:20px;color:blue;">公告类型</th>
<th style="height: 30px;font-size:20px;color:blue;">发布时间</th> <th style="height: 30px;font-size:20px;color:blue;">发布时间</th>
<!-- <th>变量值</th> --> <!-- <th>变量值</th> -->
<!-- <th style="width:300px;">操作</th> --> <!-- <th style="width:300px;">操作</th> -->
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
{dreamer-cms:pagelist sortBy="show_time" sortWay="desc"} {dreamer-cms:pagelist sortBy="show_time" sortWay="desc" formkey="qn334n41" addfields="info_type,project_area"}
<tr style="height: 50px;font-size:30px"> <tr style="height: 50px;font-size:30px">
<td ><img src="{dreamer-cms:template /}\images\area.png">[field:project_area/]</td>
<td><a href="[field:arcurl/]">[field:title/]</a></td> <td><a href="[field:arcurl/]">[field:title/]</a></td>
<td>[field:info_type/]</td>
<td>[field:showtime <td>[field:showtime
function="format('yyyy-MM-dd')" /]</td> function="format('yyyy-MM-dd')" /]</td>
<!-- <td></td><a href="[field:arcurl/]">[field:showtime <!-- <td></td><a href="[field:arcurl/]">[field:showtime

Binary file not shown.

After

Width:  |  Height:  |  Size: 186 KiB