summaryrefslogtreecommitdiffstats
path: root/templates/main/deploy.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/main/deploy.html')
-rw-r--r--templates/main/deploy.html42
1 files changed, 42 insertions, 0 deletions
diff --git a/templates/main/deploy.html b/templates/main/deploy.html
new file mode 100644
index 0000000..976d2b0
--- /dev/null
+++ b/templates/main/deploy.html
@@ -0,0 +1,42 @@
+<div class="form-narrow">
+ <form method="post" action="?do=Register">
+ <input type="hidden" name="token" value="{{token}}">
+
+ <p>
+ Hier können Sie sich für den bwLehrpool-Dienst freischalten. Da die Nutzung dieses Dienstes
+ unter Umständen Ihre persönlichen Daten speichert. Cool oder?
+ </p>
+
+ <div class="input-group">
+ <span class="input-group-addon">
+ <input name="agb" type="checkbox" id="agb">
+ </span>
+ <span class="form-control"><label for="agb">Ich stimme den <a>Nutzungsbedingungen</a> zu</label></span>
+ </div>
+
+ <p>
+ Möchten Sie Virtuelle Maschinen mit anderen Hochschulen austauschen? Dazu werden Ihr Name und Ihre e-Mail-Adresse zentral gespeichert und für Dozenten anderer Hochschulen auffindbar gemacht. Sie können diese Einstellung später jederzeit ändern.
+ </p>
+
+ <div class="input-group">
+ <span class="input-group-addon">
+ <input name="share" type="checkbox" id="share">
+ </span>
+ <span class="form-control"><label for="share">Am landesweiten VM-Austausch teilnehmen</label></span>
+ </div>
+
+ <div class="pull-right">
+ <button type="submit" class="btn btn-primary">Registrieren</button>
+ </div>
+
+ <div id="deploydata">
+ <div class="input-group">
+ <span class="input-group-addon">
+ Vorname
+ </span>
+ <input class="form-control" name="firstname">
+ </div>
+ </div>
+
+ </form>
+</div> \ No newline at end of file