Merge cc312e67d1
into 9223639ffe
This commit is contained in:
commit
0f114dc27e
@ -240,6 +240,12 @@ Site changes
|
|||||||
"<%= pubkey %>"
|
"<%= pubkey %>"
|
||||||
"</div>"
|
"</div>"
|
||||||
|
|
||||||
|
- There are often problems when you have to send the pubkey via Email to the community and have no internet connection. Now you can display a QR-Code to register the Node via you phone::
|
||||||
|
|
||||||
|
"<div id=\"qrdiv\" value=\"mailto:keys@entenhausen.freifunk.net?&subject=<%=hostname%>&body=Hostname%3A%20<%=hostname%>%0D%0AKey%3A%20<%=pubkey%>\">"
|
||||||
|
"<canvas id=\"qrcanv\" }=\"\"></canvas>"
|
||||||
|
"</div>"
|
||||||
|
|
||||||
Internals
|
Internals
|
||||||
~~~~~~~~~
|
~~~~~~~~~
|
||||||
|
|
||||||
|
@ -30,6 +30,9 @@ msgstr ""
|
|||||||
" <br/>"
|
" <br/>"
|
||||||
"<%= pubkey %>"
|
"<%= pubkey %>"
|
||||||
"</div>"
|
"</div>"
|
||||||
|
"<div id=\"qrdiv\" value=\"mailto:keys@entenhausen.freifunk.net?&subject=<%=hostname%>&body=Hostname%3A%20<%=hostname%>%0D%0AKey%3A%20<%=pubkey%>\">"
|
||||||
|
"<canvas id=\"qrcanv\" }=\"\"></canvas>"
|
||||||
|
"</div>"
|
||||||
|
|
||||||
msgid "gluon-config-mode:reboot"
|
msgid "gluon-config-mode:reboot"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -28,7 +28,9 @@ msgstr ""
|
|||||||
" <br/>"
|
" <br/>"
|
||||||
"<%= pubkey %>"
|
"<%= pubkey %>"
|
||||||
"</div>"
|
"</div>"
|
||||||
|
"<div id=\"qrdiv\" value=\"mailto:keys@entenhausen.freifunk.net?&subject=<%=hostname%>&body=Hostname%3A%20<%=hostname%>%0D%0AKey%3A%20<%=pubkey%>\">"
|
||||||
|
"<canvas id=\"qrcanv\" }=\"\"></canvas>"
|
||||||
|
"</div>"
|
||||||
|
|
||||||
msgid "gluon-config-mode:reboot"
|
msgid "gluon-config-mode:reboot"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -30,6 +30,9 @@ msgstr ""
|
|||||||
" <br/>"
|
" <br/>"
|
||||||
"<%= pubkey %>"
|
"<%= pubkey %>"
|
||||||
"</div>"
|
"</div>"
|
||||||
|
"<div id=\"qrdiv\" value=\"mailto:keys@entenhausen.freifunk.net?&subject=<%=hostname%>&body=Hostname%3A%20<%=hostname%>%0D%0AKey%3A%20<%=pubkey%>\">"
|
||||||
|
"<canvas id=\"qrcanv\" }=\"\"></canvas>"
|
||||||
|
"</div>"
|
||||||
|
|
||||||
msgid "gluon-config-mode:reboot"
|
msgid "gluon-config-mode:reboot"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -5,6 +5,7 @@
|
|||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
<title><%=escape(hostname)%> is rebooting</title>
|
<title><%=escape(hostname)%> is rebooting</title>
|
||||||
<link rel="stylesheet" type="text/css" media="screen" href="<%=media%>/cascade.css" />
|
<link rel="stylesheet" type="text/css" media="screen" href="<%=media%>/cascade.css" />
|
||||||
|
<script src="<%=media%>/qrcode.js"></script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="maincontainer">
|
<div id="maincontainer">
|
||||||
@ -14,4 +15,5 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
<script> if(document.getElementById("qrdiv")) {doqr();}</script>
|
||||||
</html>
|
</html>
|
||||||
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user