Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
F
ffbs-website
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
darkbit
ffbs-website
Commits
6bee96e3
Commit
6bee96e3
authored
6 years ago
by
Kasalehlia
Browse files
Options
Downloads
Patches
Plain Diff
Eintrage formular umgestaltet
parent
62ee116f
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
eintragen.template
+12
-5
12 additions, 5 deletions
eintragen.template
with
12 additions
and
5 deletions
eintragen.template
+
12
−
5
View file @
6bee96e3
...
...
@@ -11,11 +11,20 @@
<div
class=
"row"
>
<div
class=
"col-lg-6"
>
<div
id=
"alert"
class=
"alert"
style=
"display:none"
></div>
<p>
Du bist der
<a
href=
"https://wiki.freifunk-bs.de/index.php?title=Einrichtung"
>
Anleitung
</a>
gefolgt und
hast einen Schlüssel von deinem Router bekommen? Dann trage hier deinen Schlüssel ein:
</p>
<form
class=
"form"
id=
"keyform"
method=
"POST"
action=
"/newkey"
>
<p>
Du bist der
<a
href=
"https://wiki.freifunk-bs.de/index.php?title=Einrichtung"
>
Anleitung
</a>
gefolgt und
hast einen Schlüssel von deinem Router bekommen? Dann trage hier deinen Schlüssel ein:
</p>
<fieldset>
<textarea
id=
"key"
name=
"key"
cols=
"50"
rows=
"2"
class=
"span6"
></textarea><br><br>
</fieldset>
<p>
Hier hast du die Möglichkeit einen Kontaktweg zu Dir einzutragen. Diese Information werden wir nicht
weitergeben, sondern nur auf unseren Servern speichern. Wir werden die Information nur im Falle technischer
Probleme mit deinem Router verwenden um Dich zu kontaktieren. Um diese Information löschen zu lassen
<a
href=
"/kontakt.html"
>
kontaktiere uns.
</a></p>
<fieldset>
<input
type=
"text"
name=
"contact"
id=
"contact"
size=
"50"
>
</fieldset>
<fieldset>
<input
type=
"submit"
value=
"Absenden"
class=
"btn btn-primary pull-right"
>
</fieldset>
</form>
...
...
@@ -23,8 +32,6 @@
<div
class=
"col-lg-6"
>
<p>
Die Schlüsselinformationen sollten so eingetragen werden:
</p>
<!-- totally a random key... -->
<pre>
# Beispiel # beispiel@freifunk-bs.de
<br>
70e9157d98c9780c27ea17e95e27885997cf321225050f397f0fa82ac1733639
</pre>
<p>
oder ohne Kontaktdaten so:
<pre>
# Beispiel
<br>
70e9157d98c9780c27ea17e95e27885997cf321225050f397f0fa82ac1733639
</pre>
</div>
</div>
...
...
@@ -33,7 +40,7 @@
<script
type=
"text/javascript"
>
$
(
function
()
{
$
(
'
#keyform
'
).
submit
(
function
()
{
$
.
post
(
'
/newkey
'
,
{
'
key
'
:
$
(
'
#key
'
).
val
()},
function
(
ans
)
{
$
.
post
(
'
/newkey
'
,
{
'
key
'
:
$
(
'
#key
'
).
val
()
,
'
contact
'
:
$
(
'
#contact
'
).
val
()
},
function
(
ans
)
{
$
(
'
#alert
'
).
hide
(
500
,
function
()
{
if
(
ans
.
success
)
{
$
(
'
#alert
'
).
removeClass
(
'
alert-danger
'
).
addClass
(
'
alert-success
'
).
text
(
ans
.
message
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment