summaryrefslogtreecommitdiff
path: root/src/data/templates/add.hbs
diff options
context:
space:
mode:
Diffstat (limited to 'src/data/templates/add.hbs')
-rw-r--r--src/data/templates/add.hbs67
1 files changed, 6 insertions, 61 deletions
diff --git a/src/data/templates/add.hbs b/src/data/templates/add.hbs
index 1f5d782..dedc0db 100644
--- a/src/data/templates/add.hbs
+++ b/src/data/templates/add.hbs
@@ -1,53 +1,8 @@
-<!doctype html>
-<html lang="no">
- <head>
- <meta name="robots" content="noindex, nofollow" />
- <link rel="shortcut icon" href="/favicon.ico" />
- <title>Quotes fra #linux.no på freenode</title>
- <style type="text/css">
- body {
- font-family: monospace;
- background: #ffffff;
- color: #000000;
- }
- a, a:visited {
- color: #000000;
- }
- hr {
- border-style: solid;
- border-color: black;
- border-width: 1px;
- }
- .ragebutton {
- font-family: monospace;
- text-align: left;
- text-decoration: underline;
- color: black;
- background: none;
- margin: 0;
- padding: 0;
- border: none;
- cursor: pointer;
- -moz-user-select: text;
- }
- </style>
- </head>
- <body>
-
-<pre>
- _ _
- | (_)_ __ _ ___ __ _ __ ___
- _|_|_ | | | '_ \| | | \ \/ / | '_ \ / _ \
- _|_|_ | | | | | | |_| |) ( _| | | | (_) |
- | | |_|_|_| |_|\__,_/_/\_(_)_| |_|\___/
- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=- GAMMA -=-
-
- Legg til new quote
-
- -=-=-=-=-=-=-=-=-=-=-
-</pre>
-<hr>
+{{#*inline "heading"}}
+ Legg til quote
+{{/inline}}
+{{#*inline "page"}}
<form action="add.jsp" method="post">
ditt nick:<br>
<input type=text name="nick" size=20><br>
@@ -59,16 +14,6 @@ Prøv å bruke sånn ca. samme timestamp-format (HH:MM) o.l. som eksisterende qu
<input type="submit" value="Legg til">
</form>
<a href="quotes.jsp">&lt;- Tilbake til quotes</a>
+{{/inline}}
-<center>
-<br>
-<p>linoquotes v.3 © 2004-2017 Kjetil Ørbekk, Erlend Hamberg, Vidar Holen, John H. Anthony.
-<p>Source code at <a href="https://git.orbekk.com/linoquotes-gamma.git">https://git.orbekk.com/linoquotes-gamma.git</a>.
-<p>The quotes on this page are copyright their respective owners and submitters.</p>
-</center>
-
- </body>
-</html>
-
-
-
+{{~> base~}}