summaryrefslogtreecommitdiffhomepage
path: root/modules/freifunk/src/model/menu
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2008-05-08 16:14:49 +0000
committerSteven Barth <steven@midlink.org>2008-05-08 16:14:49 +0000
commit424a6ce48d2c1eba12493ad8bb5a8350a23f7dbf (patch)
tree1b3660fd9a8db552d50c9ef9d11b9dee35bf8fac /modules/freifunk/src/model/menu
parent1f6c5cccd269ad70257cacb5d6f13e421d6cfb4f (diff)
* Readded freifunk module
Diffstat (limited to 'modules/freifunk/src/model/menu')
-rw-r--r--modules/freifunk/src/model/menu/10freifunk.lua18
1 files changed, 18 insertions, 0 deletions
diff --git a/modules/freifunk/src/model/menu/10freifunk.lua b/modules/freifunk/src/model/menu/10freifunk.lua
new file mode 100644
index 0000000000..3adbe89858
--- /dev/null
+++ b/modules/freifunk/src/model/menu/10freifunk.lua
@@ -0,0 +1,18 @@
+add("public", "index", "Übersicht", 10)
+act("contact", "Kontakt")
+
+add("public", "status", "Status", 20)
+act("routes", "Routingtabelle")
+act("iwscan", "WLAN-Scan")
+
+add("public", "olsr", "OLSR", 30)
+act("routes", "Routen")
+act("topology", "Topologie")
+act("hna", "HNA")
+act("mid", "MID")
+
+
+sel("admin", "index")
+act("wizard", "Freifunkassistent")
+act("contact", "Kontakt")
+act("freifunk", "Freifunk") \ No newline at end of file