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

Last change on this file since 1912 was 1900, checked in by rub, 17 years ago

Apply property svn:eol-style Value: LF

  • Property svn:eol-style set to LF
  • 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.