summaryrefslogtreecommitdiff
path: root/templates/admin_import_check.html
diff options
context:
space:
mode:
authorPhilip Häusler <msquare@notrademark.de>2011-07-11 20:40:27 +0200
committerPhilip Häusler <msquare@notrademark.de>2011-07-11 20:40:27 +0200
commitf59f0eae9c44a7464eded0a0d4352c0689df6d11 (patch)
tree0c26b56928a6ca3da1184f0798c833a5782836b9 /templates/admin_import_check.html
parent3d15b591e3f4196846fff005cc800feb383073c7 (diff)
#4 pentabarf room import
Diffstat (limited to 'templates/admin_import_check.html')
-rw-r--r--templates/admin_import_check.html31
1 files changed, 31 insertions, 0 deletions
diff --git a/templates/admin_import_check.html b/templates/admin_import_check.html
new file mode 100644
index 00000000..864339fc
--- /dev/null
+++ b/templates/admin_import_check.html
@@ -0,0 +1,31 @@
+<form action="%link%&step=import" method="post">
+ <fieldset>
+ <h3>Rooms to create</h3>
+ <table>
+ <thead>
+ <tr>
+ <th>
+ Name
+ </th>
+ </tr>
+ </thead>
+ <tbody>
+ %rooms_new%
+ </tbody>
+ </table>
+ <h3>Rooms to delete</h3>
+ <table>
+ <thead>
+ <tr>
+ <th>
+ Name
+ </th>
+ </tr>
+ </thead>
+ <tbody>
+ %rooms_deleted%
+ </tbody>
+ </table>
+ <input type="submit" name="submit" value="Submit" />
+ </fieldset>
+</form> \ No newline at end of file