home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2011 November
/
CHIP_2011_11.iso
/
Programy
/
Narzedzia
/
TeamSpeak
/
TeamSpeak3-Client-win32-3.0.0.exe
/
styles
/
default
/
serverinfo.tpl
< prev
Wrap
Text File
|
2011-04-12
|
2KB
|
94 lines
<!--
TeamSpeak 3 Server Infoframe Template (EN)
Copyright 2009-2011 (c) TeamSpeak Systems GmbH
The replaceable variables are embedded in "%%" like %%SERVER_NAME%%. At this time you can also use
%%?SERVER_NAME%% (note the questionmark), which is a tiny "if"- query. Use it, to remove the whole
line, if a variable is empty or just "0".
Templates can be placed in "styles/" for default theme or in a sub folder named like an available
theme (e.g. "styles/bluesky/"). Be aware that this template will not automaticly be translated when
displayed.
-->
<style type="text/css">
table#info {
border-collapse: collapse;
border-spacing: 0px;
}
table#list {
border-collapse: collapse;
border-spacing: 0px;
margin-bottom: 10px;
}
td {
padding: 0px 4px 0px 1px;
}
td.label {
font-weight: bold;
white-space: nowrap;
}
td.space {
padding-top: 6px;
}
td.list {
padding: 0px 1px 0px 8px;
}
.active {
color: green;
text-decoration: underline;
}
.inactive {
color: gray;
text-decoration: underline;
}
.red {
color: red;
}
</style>
<table id="info">
<tr>
<td class="label">Name:</td>
<td>%%SERVER_NAME%%</td>
</tr>
<tr>
<td class="label">Address:</td>
<td>%%SERVER_ADDRESS%%
:%%?SERVER_PORT%%
</td>
</tr>
<tr>
<td class="label">Version:</td>
<td>%%SERVER_VERSION%% on %%SERVER_PLATFORM%%</td>
</tr>
<tr>
<td class="label">Uptime:</td>
<td>%%SERVER_UPTIME%%</td>
</tr>
<tr>
<td class="label">Current Channels:</td>
<td>%%SERVER_CHANNELS_ONLINE%%</td>
</tr>
<tr title="Total Client Connections: %%SERVER_CLIENT_CONNECTIONS%%">
<td class="label">Current Clients:</td>
<td>%%SERVER_CLIENTS_ONLINE%% / %%SERVER_MAXCLIENTS%% %%?SERVER_NO_RESERVED_SLOTS%%</td>
<td>%%SERVER_CLIENTS_ONLINE%% / %%SERVER_MAXCLIENTS%% (<span class="red">-%%?SERVER_RESERVED_SLOTS%% reserved</span>)</td>
</tr>
<tr title="Total ServerQuery Connections: %%SERVER_QUERY_CLIENT_CONNECTIONS%%">
<td class="label">Current Queries:</td>
<td>%%SERVER_QUERYCLIENTS_ONLINE%% / %%SERVER_MAXCLIENTS%%</td>
</tr>
%%?PLUGIN_INFO_DATA%%
</table>
<table id="list">
<tr><td class="space">
<img src="iconpath:16x16_check_update.png" height="12" width="12" alt="">
<a class="inactive" href="%%?SERVER_REFRESH_INACTIVE%%">Refresh</a>
<a class="active" href="%%?SERVER_REFRESH_ACTIVE%%">Refresh</a>
</td></tr>
</table>