summaryrefslogtreecommitdiff
path: root/src/data/templates/add.hbs
blob: 1f5d7824509cdc99bac9757aed1dde7e11874d07 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
<!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>

<form action="add.jsp" method="post">
ditt nick:<br>
<input type=text name="nick" size=20><br>
dato, YYYY-MM-DD (blank for dagens dato):<br>
<input type=text name="date" size=20><br>
quote:<br>
<textarea name="quote" rows="20" cols="80"></textarea><br>
Prøv å bruke sånn ca. samme timestamp-format (HH:MM) o.l. som eksisterende quotes :-)<br><br>
<input type="submit" value="Legg til">
</form>
<a href="quotes.jsp">&lt;- Tilbake til quotes</a>

<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>