aboutsummaryrefslogtreecommitdiff
path: root/static/modal-new-gallery.html
diff options
context:
space:
mode:
authorHorus32014-10-28 23:47:28 +0100
committerHorus32014-10-28 23:47:28 +0100
commit44870defdcddbfceede437950fd9e3342f84ebf0 (patch)
treef4de13cd94be784ef02975df95d5f0edb50aac90 /static/modal-new-gallery.html
parent25610c0ccb4c7c99fe0d6d82d6738dbcc40d05e3 (diff)
downloadjungegemeinde-44870defdcddbfceede437950fd9e3342f84ebf0.tar.gz
Added experimental CDN support.
Diffstat (limited to 'static/modal-new-gallery.html')
-rw-r--r--static/modal-new-gallery.html40
1 files changed, 0 insertions, 40 deletions
diff --git a/static/modal-new-gallery.html b/static/modal-new-gallery.html
deleted file mode 100644
index 3d0b3f9..0000000
--- a/static/modal-new-gallery.html
+++ /dev/null
@@ -1,40 +0,0 @@
-<!-- Modal -->
-<form class="form-horizontal" method="POST" action="/?page=action&task=gallery">
-<div class="modal fade" id="modal-new-gallery" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
- <div class="modal-dialog">
- <div class="modal-content">
- <div class="modal-header">
- <button type="button" class="close" data-dismiss="modal"><span aria-hidden="true">&times;</span><span class="sr-only">Close</span></button>
- <h4 class="modal-title" id="myModalLabel">Erstelle eine neue Galerie</h4>
- </div>
- <div class="modal-body">
-<fieldset>
-
-<!-- Text input-->
-<div class="form-group">
- <label class="col-md-4 control-label" for="name">Galerie Name</label>
- <div class="col-md-6">
- <input id="name" name="name" placeholder="Wie heißt die neue Fotogalerie? (Pflicht)" class="form-control input-md" required="" type="text">
-
- </div>
-</div>
-
-<!-- Text input-->
-<div class="form-group">
- <label class="col-md-4 control-label" for="desc">Beschreibung</label>
- <div class="col-md-6">
- <input id="desc" name="desc" placeholder="Kurze Zusammenfassung. (Pflicht)" class="form-control input-md" required="" type="text">
-
- </div>
-</div>
-
-</fieldset>
- </div>
- <div class="modal-footer">
- <button type="button" class="btn btn-default" data-dismiss="modal">Schließen</button>
- <button id="btn-send" type="submit" class="btn btn-primary" data-loading-text="Lade...">Erstellen</button>
- </div>
- </div>
- </div>
-</div>
-</form>