first commit
Цей коміт міститься в:
@@ -0,0 +1,42 @@
|
||||
<#def designatedPath="/"+zhiqim_announcement+"/announcement.htm"/>
|
||||
${zhiqim_manager_breadcrumb("公告回收站")}
|
||||
${zhiqim_manager_content()}
|
||||
|
||||
<#-- 导航 -->
|
||||
<div class="z-tabnav-main z-mg-b20 ${zmr_color_class}">
|
||||
<nav>
|
||||
<ul>
|
||||
<li onclick="Z.L.href('announcement.htm');">公告信息</li>
|
||||
<li class="z-active">公告回收站</li>
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
|
||||
<#-- 列表 -->
|
||||
<table class="z-table z-bordered z-pd10 z-bg-white z-text-center">
|
||||
<tr class="z-h40" bgcolor="${zmr_thead_bgcolor}">
|
||||
<td width="110">公告类型</td>
|
||||
<td width="*">公告标题</td>
|
||||
<td width="100">发布人</td>
|
||||
<td width="160">发布时间</td>
|
||||
<td width="100">操作</td>
|
||||
</tr>
|
||||
${zhiqim_manager_tr_no_record(result, 6, "没有公告信息")}
|
||||
<#for item : result.list()>
|
||||
<tr class="z-pointer z-h50" ${zhiqim_manager_tr_onmouse()} ${zhiqim_manager_tr_click_radio()}>
|
||||
<td><#if item.getAnnouncementType()==1>行政公告</#if><#if item.getAnnouncementType()==2>假日公告</#if><#if item.getAnnouncementType()==3>会议公告</#if></td>
|
||||
<td><a href="announcementItem.htm?announcementId=${item.getAnnouncementId()}">${item.getAnnouncementTitle()}</a></td>
|
||||
<td>${item.getAnnouncementPublisher()}</td>
|
||||
<td>${Sqls.toDateTimeString(item.getAnnouncementTime())}</td>
|
||||
<td>
|
||||
<#if ZmrAdminRule.check(request)>
|
||||
<button class="z-button z-xsmall z-h25 z-font z-delete zi-px14 z-red" title="删除" onclick="Z.L.confirm('announcementRecycleDelete.htm?announcementId=${item.getAnnouncementId()}', '是否彻底删除该公告?', null, zCallFrame);"></button>
|
||||
<#else>
|
||||
--
|
||||
</#if>
|
||||
</td>
|
||||
</tr>
|
||||
</#for>
|
||||
</table>
|
||||
${zhiqim_manager_paging(result)}
|
||||
${zhiqim_manager_content_end()}
|
||||
Посилання в новій задачі
Заблокувати користувача