summaryrefslogtreecommitdiff
path: root/src/data/templates/quotes.hbs
diff options
context:
space:
mode:
Diffstat (limited to 'src/data/templates/quotes.hbs')
-rw-r--r--src/data/templates/quotes.hbs84
1 files changed, 84 insertions, 0 deletions
diff --git a/src/data/templates/quotes.hbs b/src/data/templates/quotes.hbs
new file mode 100644
index 0000000..68f0a5b
--- /dev/null
+++ b/src/data/templates/quotes.hbs
@@ -0,0 +1,84 @@
+<!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 -=-
+ Quotes fra #linux.no på freenode
+ Klikk <a href="add.jsp">her</a> for å legge til en quote
+
+ Sortér etter <a href="quotes.jsp?order=date">quote-dato</a> | <a href="quotes.jsp?order=score">score</a> | <a href="quotes.jsp?order=timestamp">timestamp</a>
+</pre>
+<hr>
+
+{{#each quotes}}
+
+<br>
+<a href="/view_quote?id={{id}}">#{{id}}</a>, lagt til av {{author}}<br>
+Dato: {{date}}, Score:
+<span id="v{{id}}">
+{{score}} (fra {{votes}}), Vote: <font size="-1">
+ <a href="javascript:vote({{id}},1)">1</a>
+ <a href="javascript:vote({{id}},2)">2</a>
+ <a href="javascript:vote({{id}},3)">3</a>
+ <a href="javascript:vote({{id}},4)">4</a>
+ <a href="javascript:vote({{id}},5)">5</a>
+ </font></span>,
+
+<form method="post" style="display: inline;"action="http://www.vidarholen.net/contents/rage/index.php"><input type="hidden" name="irc" value="{{content}}"/><input type="submit" class="ragebutton" value="Rage it"/></form><br>
+<br> <br>
+
+{{content}}
+<br>
+<hr>
+{{/each}}
+
+
+<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>
+
+