aboutsummaryrefslogtreecommitdiffstats
path: root/www/templates/nb/existing.html
diff options
context:
space:
mode:
authorMarius Halden <marius.h@lden.org>2017-05-27 22:31:48 +0200
committerMarius Halden <marius.h@lden.org>2017-05-27 22:31:48 +0200
commitd57de932e03d82b6ee2cea5df30233ac3379be8f (patch)
tree79ddcb510e57c5bb0d4c7773d13f218d4fd445ed /www/templates/nb/existing.html
parentaa1d51557cd1d835ed68d8103b2a1ed4ae3a370e (diff)
Translation stuff
Diffstat (limited to 'www/templates/nb/existing.html')
-rw-r--r--www/templates/nb/existing.html35
1 files changed, 35 insertions, 0 deletions
diff --git a/www/templates/nb/existing.html b/www/templates/nb/existing.html
new file mode 100644
index 0000000..6785a16
--- /dev/null
+++ b/www/templates/nb/existing.html
@@ -0,0 +1,35 @@
+<div data-role="header">
+ <h1>Usendt rapport</h1>
+</div>
+<div data-role="content" role="main">
+ <div id="existing_report">
+ <% if ( title ) { %>
+ <h3><%= title %></h3>
+ <% } %>
+
+ <div class="meta">
+ <p>
+ <% if ( category && category != '-- Velg en kategori --' ) { %>
+ Saved in the <%= category %> category
+ <% } %>
+ </p>
+
+ <p><% print( moment( created ).fromNow() ) %></p>
+ </div>
+
+ <% if ( file ) { %>
+ <div class="photo" style="background-image: url(<%= file %>)"></div>
+ <% } %>
+
+ <% if ( details ) { %>
+ <div class="details"><div><%= details %></div></div>
+ <% } %>
+ </div>
+
+
+ <div class="right">
+ <input id="use_report" type="button" value="Fullfør rapporten nå" data-role="button" data-theme="a" />
+ <input id="save_report" type="button" value="Lagre til senere" data-role="button" data-theme="a" />
+ <input id="discard" type="button" value="Forkast" data-role="button" data-theme="a" />
+ </div>
+</div>