source: trunk/plugins/event_tracer/event_list.tpl @ 1793

Last change on this file since 1793 was 1793, checked in by rvelices, 17 years ago
  • added plugin action loc_end_picture
  • enhanced the event tracer plugin to show a list of all events and actions trigered by pwg
  • small reorganization in picture.php
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 375 bytes
Line 
1There are {NB_EVENTS} calls to triger_event or triger_action.
2
3<table width="99%" class="table2">
4<tr class="throw">
5  <th><a href="{U_SORT0}">Type</a></th>
6  <th><a href="{U_SORT1}">Name</a></th>
7  <th><a href="{U_SORT2}">File</a></th>
8</tr>
9<!-- BEGIN event -->
10<tr>
11  <td>{event.TYPE}</td>
12  <td>{event.NAME}</td>
13  <td>{event.FILE}</td>
14</tr>
15<!-- END event -->
16</table>
Note: See TracBrowser for help on using the repository browser.