diff options
Diffstat (limited to 'modules/freifunk/src/view/freifunk/contact.htm')
-rw-r--r-- | modules/freifunk/src/view/freifunk/contact.htm | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/modules/freifunk/src/view/freifunk/contact.htm b/modules/freifunk/src/view/freifunk/contact.htm deleted file mode 100644 index c240916db8..0000000000 --- a/modules/freifunk/src/view/freifunk/contact.htm +++ /dev/null @@ -1,13 +0,0 @@ -<%+header%> -<% local contact = luci.model.uci.sections("freifunk").contact %> -<h1><%:contact Kontakt%></h1> -<table cellspacing="0" cellpadding="6"> - <tr><th><%:nickname Pseudonym%>:</th><td><%=contact.nickname%></td></tr> - <tr><th><%:name Name%>:</th><td><%=contact.name%></td></tr> - <tr><th><%:mail E-Mail%>:</th><td><%=contact.mail%></td></tr> - <tr><th><%:phone Telefon%>:</th><td><%=contact.phone%></td></tr> - <tr><th><%:location Standort%>:</th><td><%=contact.location%></td></tr> - <tr><th><%:geocoord Geokoordinaten%>:</th><td><%=contact.geo%></td></tr> - <tr><th><%:note Notiz%>:</th><td><%=contact.note%></td></tr> -</table> -<%+footer%>
\ No newline at end of file |