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_de.tpl < prev    next >
Text File  |  2011-04-12  |  2KB  |  94 lines

  1. <!--
  2. TeamSpeak 3 Server Infoframe Template (DE)
  3. Copyright 2009-2011 (c) TeamSpeak Systems GmbH
  4.  
  5. The replaceable variables are embedded in "%%" like %%SERVER_NAME%%. At this time you can also use 
  6. %%?SERVER_NAME%% (note the questionmark), which is a tiny "if"- query. Use it, to remove the whole 
  7. line, if a variable is empty or just "0".
  8.  
  9. Templates can be placed in "styles/" for default theme or in a sub folder named like an available 
  10. theme (e.g. "styles/bluesky/"). Be aware that this template will not automaticly be translated when 
  11. displayed.
  12.  
  13. -->
  14.  
  15. <style type="text/css">
  16.   table#info {
  17.     border-collapse: collapse;
  18.     border-spacing: 0px;
  19.   }
  20.   table#list {
  21.     border-collapse: collapse;
  22.     border-spacing: 0px;
  23.   margin-bottom: 10px;
  24.   }
  25.   td {
  26.     padding: 0px 4px 0px 1px;
  27.   }
  28.   td.label {
  29.     font-weight: bold;
  30.   white-space: nowrap;
  31.   }
  32.   td.space {
  33.     padding-top: 6px;
  34.   }
  35.   td.list {
  36.     padding: 0px 1px 0px 8px;
  37.   }
  38.   .active {
  39.     color: green;
  40.   text-decoration: underline;
  41.   }
  42.   .inactive {
  43.     color: gray;
  44.   text-decoration: underline;
  45.   }
  46.   .red {
  47.     color: red;
  48.   }
  49. </style>
  50.  
  51. <table id="info">
  52.   <tr>
  53.     <td class="label">Name:</td>
  54.     <td>%%SERVER_NAME%%</td>
  55.   </tr>
  56.   <tr>
  57.     <td class="label">Adresse:</td>
  58.     <td>%%SERVER_ADDRESS%%
  59.         :%%?SERVER_PORT%%
  60.     </td>
  61.   </tr>
  62.   <tr>
  63.     <td class="label">Version:</td>
  64.     <td>%%SERVER_VERSION%% auf %%SERVER_PLATFORM%%</td>
  65.   </tr>
  66.   <tr>
  67.     <td class="label">Online seit:</td>
  68.     <td>%%SERVER_UPTIME%%</td>
  69.   </tr>
  70.   <tr>
  71.     <td class="label">Aktuelle Channel:</td>
  72.     <td>%%SERVER_CHANNELS_ONLINE%%</td>
  73.   </tr>
  74.   <tr title="Client Verbindungen Gesamt: %%SERVER_CLIENT_CONNECTIONS%%">
  75.     <td class="label">Aktuelle Clients:</td>
  76.     <td>%%SERVER_CLIENTS_ONLINE%% / %%SERVER_MAXCLIENTS%% %%?SERVER_NO_RESERVED_SLOTS%%</td>
  77.     <td>%%SERVER_CLIENTS_ONLINE%% / %%SERVER_MAXCLIENTS%% (<span class="red">-%%?SERVER_RESERVED_SLOTS%% reserviert</span>)</td>
  78.   </tr>
  79.   <tr title="ServerQuery Verbindungen Gesamt: %%SERVER_QUERY_CLIENT_CONNECTIONS%%">
  80.     <td class="label">Aktuelle Queries:</td>
  81.     <td>%%SERVER_QUERYCLIENTS_ONLINE%% / %%SERVER_MAXCLIENTS%%</td>
  82.   </tr>
  83.   %%?PLUGIN_INFO_DATA%%
  84. </table>
  85.  
  86. <table id="list">
  87.   <tr><td class="space">
  88.     <img src="iconpath:16x16_check_update.png" height="12" width="12" alt="">
  89.      
  90.     <a class="inactive" href="%%?SERVER_REFRESH_INACTIVE%%">Aktualisieren</a>
  91.     <a class="active" href="%%?SERVER_REFRESH_ACTIVE%%">Aktualisieren</a>
  92.   </td></tr>
  93. </table>
  94.