diff options
Diffstat (limited to 'essid.shtml')
-rw-r--r-- | essid.shtml | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/essid.shtml b/essid.shtml index 082896f..cf95e78 100644 --- a/essid.shtml +++ b/essid.shtml @@ -23,10 +23,13 @@ Kanal / channel <!--#echo var="CHAN"--> (<!--#include file="freq.shtml"--> MHz) <!--#endif--></em>
</p>
<p>
-SSID: http://graz.funkfeuer.at/<!--#echo var="POL"--><!--#echo var="CHAN"--><br/>
-BSSID: <!--#if expr="$CHAN = /^[1-9]$/"-->0<!--#endif--><!--#echo var="CHAN"-->:CA:FF:EE:BA:BE
-<em><nbsp;><nbsp;>oder / ali / or<nbsp;><nbsp;></em>
-<!--#include file="bssid.shtml"-->
+<table>
+<tr>
+ <td valign="top">SSID:</td><td>http://graz.funkfeuer.at/<!--#echo var="POL"--><!--#echo var="CHAN"--></td>
+</tr><tr>
+ <td valign="top">BSSID:</td><td> <!--#include file="bssid.shtml"--> </td>
+</tr>
+<table>
</p>
</div>
|