~vanhoof/+junk/znc

« back to all changes in this revision

Viewing changes to modules/webadmin/tmpl/traffic.tmpl

  • Committer: Bazaar Package Importer
  • Author(s): Patrick Matthäi
  • Date: 2011-02-06 17:41:38 UTC
  • mfrom: (21.1.2 experimental)
  • Revision ID: james.westby@ubuntu.com-20110206174138-ush4l5mkr4wg738n
Tags: 0.096-2
* Merge 0.092-3~bpo50+1 changelog.
* Upload to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
                        <table>
10
10
                                <tbody>
11
11
                                        <tr class="oddrow">
12
 
                                                <td>Uptime</td>
 
12
                                                <th>Uptime</th>
13
13
                                                <td><? VAR Uptime ?></td>
14
14
                                        </tr>
15
15
                                <? IF IsAdmin ?>
16
16
                                        <tr class="evenrow">
17
 
                                                <td>Total Users</td>
 
17
                                                <th>Total Users</th>
18
18
                                                <td><? VAR TotalUsers ?></td>
19
19
                                        </tr>
20
20
                                        <tr class="oddrow">
21
 
                                                <td>Attached Users</td>
 
21
                                                <th>Attached Users</th>
22
22
                                                <td><? VAR AttachedUsers ?></td>
23
23
                                        </tr>
24
24
                                        <tr class="evenrow">
25
 
                                                <td>Total Client Connections</td>
 
25
                                                <th>Total Client Connections</th>
26
26
                                                <td><? VAR TotalCConnections ?></td>
27
27
                                        </tr>
28
28
                                        <tr class="oddrow">
29
 
                                                <td>Total IRC Connections</td>
 
29
                                                <th>Total IRC Connections</th>
30
30
                                                <td><? VAR TotalIRCConnections ?></td>
31
31
                                        </tr>
32
32
                                <? ENDIF ?>