summaryrefslogtreecommitdiffstats
path: root/hp.html
blob: 91a49709ef4ad6814d025924ed70e829791e6572 (plain) (blame)
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
<!DOCTYPE html>
<html lang=sl>
	<head>
		<meta name=viewport content="width=device-width,initial-scale=1.0,shrink-to-fit=no" />
		<title>prijave :: glavna stran</title>
		<link rel=stylesheet href=css.css />
	</head>
	<body>
		<h1 id=h>
			prijave
		</h1>
		<script>
			switch (window.location.search) {
				case "?dp":
					document.getElementById("h").innerText = "prijave: obrazec je bil uspešno izbrisan";
			}
		</script>
		<form method=post>
			<label class=cp_ap for=ap>
				trenutno sistemsko geslo za dodajanje obrazcev
			</label>
			<input class=cp_ap type=password id=ap name=ap placeholder=geslo />
			<br>
			<label for=pp>
				geslo za dostop do novega obrazca
			</label>
			<input type=password id=pp name=pp required placeholder=geslo />
			<br>
			<label for=pn>
				ime novega obrazca
			</label>
			<input id=pn name=pn placeholder=ime />
			<br>
			<label for=pd>
				opis novega obrazca
			</label>
			<br>
			<textarea id=pd name=pd placeholder=opis></textarea>
			<br>
			<input type=submit name=cp value="izdelaj nov obrazec" />
			<p>
				gesla so shranjena kot golo besedilo
			</p>
		</form>
		<h2>
			iskanje obstoječih obrazcev z geslom
		</h2>
		<form method=post>
			<label for=p>
				geslo obstoječega obrazca, ki ga naj najdem, ali sistemsko geslo za izpis vseh obrazcev
			</label>
			<input type=password name=pp id=p required placeholder=geslo />
			<br>
			<input type=submit name=fp value="izpiši seznam obrazcev" />
		</form>
		<footer>
			<span class=f><hr></span>
		</footer>
	</body>
</html>