summary refs log tree commit diff stats
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/gallery.crotmp8
-rw-r--r--templates/login.crotmp2
2 files changed, 9 insertions, 1 deletions
diff --git a/templates/gallery.crotmp b/templates/gallery.crotmp
index 6afef0a..6aead73 100644
--- a/templates/gallery.crotmp
+++ b/templates/gallery.crotmp
@@ -1,5 +1,13 @@
 <:use 'templates/base.crotmp'>
   <|page(.title)>
+    <div id="loading">
+      <label for="loading-progress">Loading Images:</label>
+      <progress id="loading-progress" max="100" value="0"></progress>
+    </div>
+    <div id="loading-error" class="alert" role="alert">
+      <span id="loading-error-text"></span>
+      <button id="loading-error-dismiss">Dismiss</button>
+    </div>
     <div id="gallery">
       <@gallery : $i>
         <?{ $i.<type> eq 'img' }>
diff --git a/templates/login.crotmp b/templates/login.crotmp
index 343f768..9a7acd4 100644
--- a/templates/login.crotmp
+++ b/templates/login.crotmp
@@ -1,6 +1,6 @@
 <:use 'templates/base.crotmp'>
   <|page('Log In')>
-    <form method="post" action="/login">
+    <form id="login-form" method="post" action="/login">
       <?.error>
       <div class="alert" role="alert">
         <.error>