diff options
author | Christian Pointner <equinox@ffgraz.net> | 2013-11-19 02:02:28 +0000 |
---|---|---|
committer | Christian Pointner <equinox@ffgraz.net> | 2013-11-19 02:02:28 +0000 |
commit | 19906eb7dbf1969d2f2aa460304f9018ab657109 (patch) | |
tree | 7c72541984c088a005a6aeaa3a9819cbc3a43906 /essid.shtml | |
parent | 213ce86a259da81a5f66ab284e25291712517664 (diff) |
bssid finally works
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>
|