You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

80 lines
2.2 KiB

<div class="widget" style="margin-top: 0px;">
<div class="title">
<h5>{#mod_title#}</h5>
<div class="num">
<a class="redNum clearLog" href="index.php?do=modules&action=modedit&mod=workdocs&moduleaction=clear&work_id={$work_id}&cp={$sess}">{#mod_log_btn_clear#}</a>
</div>
</div>
</div>
<div class="widget" style="margin-top: 0px;">
<div class="body">
{#mod_description#}
</div>
</div>
<div class="breadCrumbHolder module">
<div class="breadCrumb module">
<ul>
<li class="firstB"><a href="index.php" title="{#MAIN_PAGE#}">{#MAIN_PAGE#}</a></li>
<li><a href="index.php?do=modules&cp={$sess}">{#MODULES_SUB_TITLE#}</a></li>
<li><a href="index.php?do=modules&action=modedit&mod=workdocs&moduleaction=1&cp={$sess}">{#mod_title#}</a></li>
<li>{#mod_log_breadcrumbs#}</li>
<li>{$work.title}</li>
</ul>
</div>
</div>
<link rel="stylesheet" href="{$ABS_PATH}modules/workdocs/css/workdocs.css">
<div id="stepDocs" class="widget first">
<div class="head">
<h5 class="iFrames">{#mod_log_tbl_docs#}</h5>
</div>
<table cellpadding="0" cellspacing="0" width="100%" class="display" id="logsTable" data-work-id="{$work.id}">
<col width="30">
<col>
<col width="150">
<col width="500">
<thead>
<tr>
<th class="col-id">{#mod_log_tbl_docs_id#}</th>
<th class="col-title">{#mod_log_tbl_docs_name#}</th>
<th class="col-run">{#mod_log_tbl_docs_date#}</th>
<th class="col-logs">{#mod_log_tbl_docs_logs#}</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-id"></td>
<td class="col-title"></td>
<td class="col-run"></td>
<td class="col-logs"></td>
</tr>
</tbody>
</table>
</div>
<script type="text/javascript" src="{$ABS_PATH}modules/workdocs/js/workdocs.js"></script>
<script type="text/javascript" language="JavaScript">
var logs,
clear_confirm = '{#mod_log_clear_confirm#}',
clear_title = '{#mod_log_clear_title#}',
sLengthMenu = '{#mod_log_sLengthMenu#}',
sZeroRecords = '{#mod_log_sZeroRecords#}',
sInfo = '{#mod_log_sInfo#}',
sInfoEmpty = '{#mod_log_sInfoEmpty#}',
sInfoFiltered = '{#mod_log_sInfoFiltered#}';
{literal}
$(document).ready(function() {
"use strict";
ModuleWorkDocs.init();
ModuleWorkDocs.log();
});
{/literal}
</script>