Reupload after bitbucket wipe
This commit is contained in:
1
web/pages/templates/teamspeak/channel.html
Normal file
1
web/pages/templates/teamspeak/channel.html
Normal file
@ -0,0 +1 @@
|
||||
[channel][subchannels]
|
10
web/pages/templates/teamspeak/channelstats.html
Normal file
10
web/pages/templates/teamspeak/channelstats.html
Normal file
@ -0,0 +1,10 @@
|
||||
<tr class="bg1">
|
||||
<td width="50%">[channels]</td>
|
||||
<td width="50%">
|
||||
<table class="data-table" style="border:0;">
|
||||
<form>
|
||||
[info]
|
||||
</form>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
1
web/pages/templates/teamspeak/subchannels.html
Normal file
1
web/pages/templates/teamspeak/subchannels.html
Normal file
@ -0,0 +1 @@
|
||||
[subchannels]
|
60
web/pages/templates/teamspeak/teamspeak.html
Normal file
60
web/pages/templates/teamspeak/teamspeak.html
Normal file
@ -0,0 +1,60 @@
|
||||
<span class="fHeading"> <img src="./hlstatsimg/downarrow.gif" alt="" /> [head]</span><br /><br />
|
||||
<div class="subblock">
|
||||
<table class="data-table">
|
||||
<tr class="data-table-head">
|
||||
<td colspan="2"> </td>
|
||||
</tr>
|
||||
<tr class="bg1">
|
||||
<td>[t_name]:</td>
|
||||
<td>[name]</td>
|
||||
</tr>
|
||||
<tr class="bg1">
|
||||
<td>[t_os]:</td>
|
||||
<td>[os]</td>
|
||||
</tr>
|
||||
<tr class="bg1">
|
||||
<td>[t_uptime]:</td>
|
||||
<td>[uptime]</td>
|
||||
</tr>
|
||||
<tr class="bg1">
|
||||
<td>[t_channels]:</td>
|
||||
<td>[channels]</td>
|
||||
</tr>
|
||||
<tr class="bg1">
|
||||
<td>[t_user]:</td>
|
||||
<td>[user]</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<br /><br />
|
||||
<span class="fHeading"> <img src="./hlstatsimg/downarrow.gif" alt="" /> [users_head]</span><br /><br />
|
||||
<div class="subblock">
|
||||
<table class="data-table">
|
||||
<tr class="data-table-head">
|
||||
<td>[player]</td>
|
||||
<td>[channel]</td>
|
||||
<td>[logintime]</td>
|
||||
<td>[idletime]</td>
|
||||
</tr>
|
||||
[userstats]
|
||||
</table>
|
||||
</div>
|
||||
<br /><br />
|
||||
<span class="fHeading"> <img src="./hlstatsimg/downarrow.gif" alt="" /> [channel_head]</span><br /><br />
|
||||
<div class="subblock">
|
||||
<table class="data-table">
|
||||
<tr class="bg1">
|
||||
<td style="vertical-align:top;width:50%;">[uchannels]</td>
|
||||
<td style="vertical-align:top;width:50%;">
|
||||
<form name="ts" action="" method="post">
|
||||
<table>
|
||||
[info]
|
||||
</table>
|
||||
</form>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="6"></td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
6
web/pages/templates/teamspeak/userstats.html
Normal file
6
web/pages/templates/teamspeak/userstats.html
Normal file
@ -0,0 +1,6 @@
|
||||
<tr class="bg1">
|
||||
<td><img src="hlstatsimg/teamspeak/channel.gif" class="tsicon" /> [player]</td>
|
||||
<td>[channel]</td>
|
||||
<td>[misc3]</td>
|
||||
<td>[misc4]</td>
|
||||
</tr>
|
Reference in New Issue
Block a user