Skip to content
Snippets Groups Projects
Commit cea37e08 authored by ands's avatar ands
Browse files

huge touchscreen-optimized designupdate

parent 8583f95c
No related branches found
No related tags found
No related merge requests found
...@@ -14,12 +14,12 @@ class ZoneOffen implements iWidget ...@@ -14,12 +14,12 @@ class ZoneOffen implements iWidget
{ {
$widgetOutput = '<script src="widgets/ZoneOffen/ZoneOffen.js" type="text/javascript"></script>'."\n"; $widgetOutput = '<script src="widgets/ZoneOffen/ZoneOffen.js" type="text/javascript"></script>'."\n";
$widgetOutput .= '<h1>Warpzone Live:</h1>'."\n"; $widgetOutput .= '<h1>Warpzone Live:</h1>'."\n";
$widgetOutput .= '<center><table width="60%" border="0" cellpadding="0" cellspacing="4">'."\n"; $widgetOutput .= '<center><div class="box"><table width="60%" border="0" cellpadding="0" cellspacing="4">'."\n";
$widgetOutput .= ' <tr>'."\n"; $widgetOutput .= ' <tr>'."\n";
$widgetOutput .= ' <td width="50%" align="right"><b><p>Status: </p><p>Lounge: </p><p>Werkstatt: </p></b></td>'."\n"; $widgetOutput .= ' <td width="50%" align="right"><b><p>Status: </p><p>Lounge: </p><p>Werkstatt: </p></b></td>'."\n";
$widgetOutput .= ' <td width="50%" align="right"><span id="ZoneOffen_values"><font color="#cc3300"><p>Unbekannt</p><p>Unbekannt</p><p>Unbekannt</p></font></span></td>'."\n"; $widgetOutput .= ' <td width="50%" align="right"><span id="ZoneOffen_values"><font color="#cc3300"><p>Unbekannt</p><p>Unbekannt</p><p>Unbekannt</p></font></span></td>'."\n";
$widgetOutput .= ' </tr>'."\n"; $widgetOutput .= ' </tr>'."\n";
$widgetOutput .= '</table></center>'."\n"; $widgetOutput .= '</table></div></center>'."\n";
return $widgetOutput; return $widgetOutput;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment