saimod_webcraft_updates/tpl/saimod_webcraft_updates.tpl

31 lines
796 B
Smarty

<div class="row-fluid">
<div class="col-md-12 sai_padding_off">
<h4>&nbsp;<span class="glyphicon glyphicon-check" aria-hidden="true"></span>&nbsp;&nbsp;<b>Webcraft Updates</b></h4>
</div>
</div>
<div class="row-fluid">
<div class="col-md-12 sai_padding_off">
<hr>
</div>
</div>
<div class="row-fluid">
<div class="col-md-12">
<h3>Updates</h3>
<table style="width: 100%" class="sai_table">
<tr>
<th>time</th>
<th>commit</th>
<th>commit_last</th>
<th>complete</th>
</tr>
${updates}
</table>
${projects}
${commits}
</div>
</div>
<div class="row-fluid">
<div class="col-md-12">
${error}
</div>
</div>