Last change
on this file since 12003 was
5550,
checked in by grum, 15 years ago
|
Release 3.0.0 : the plugin has been completely rewritten
|
File size:
1.1 KB
|
Line | |
---|
1 | |
---|
2 | <h3>{'List of shared modules'|@translate}</h3> |
---|
3 | <div class="table"> |
---|
4 | |
---|
5 | <table class="table2 littlefont" > |
---|
6 | <tr class="throw"> |
---|
7 | <td>{'Module'|@translate}</td> |
---|
8 | <td>{'Version'|@translate}</td> |
---|
9 | </tr> |
---|
10 | {foreach from=$datas.modules key=name item=data name=plugins_loop} |
---|
11 | <tr class="StatTableRow {if $smarty.foreach.plugins_loop.index is odd}row1{else}row2{/if}"> |
---|
12 | <td>{$data.name}</td> |
---|
13 | <td>{$data.version}</td> |
---|
14 | </tr> |
---|
15 | {/foreach} |
---|
16 | </table> |
---|
17 | |
---|
18 | </div> |
---|
19 | |
---|
20 | |
---|
21 | <h3>{'List of installed plugins using Grum Plugin Classes'|@translate}</h3> |
---|
22 | <div class="table"> |
---|
23 | |
---|
24 | <table class="table2 littlefont" > |
---|
25 | <tr class="throw"> |
---|
26 | <td>{'Plugin'|@translate}</td> |
---|
27 | <td>{'Version'|@translate}</td> |
---|
28 | <td>{'GPC required'|@translate}</td> |
---|
29 | <td>{'Installed'|@translate}</td> |
---|
30 | </tr> |
---|
31 | |
---|
32 | {foreach from=$datas.plugins key=name item=data name=plugins_loop} |
---|
33 | <tr class="StatTableRow {if $smarty.foreach.plugins_loop.index is odd}row1{else}row2{/if}"> |
---|
34 | <td>{$data.name}</td> |
---|
35 | <td>{$data.release}</td> |
---|
36 | <td>{$data.needed}</td> |
---|
37 | <td>{$data.date}</td> |
---|
38 | </tr> |
---|
39 | {/foreach} |
---|
40 | |
---|
41 | </table> |
---|
42 | |
---|
43 | </div> |
---|
Note: See
TracBrowser
for help on using the repository browser.