summaryrefslogtreecommitdiffstats
path: root/hp.html
diff options
context:
space:
mode:
Diffstat (limited to 'hp.html')
-rw-r--r--hp.html54
1 files changed, 54 insertions, 0 deletions
diff --git a/hp.html b/hp.html
new file mode 100644
index 0000000..5aefc61
--- /dev/null
+++ b/hp.html
@@ -0,0 +1,54 @@
+<!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>
+ prijave
+ </h1>
+ <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" />
+ <small>
+ gesla so shranjena kot golo besedilo
+ </small>
+ </form>
+ <h2>
+ iskanje obstoječih obrazcev z geslom
+ </h2>
+ <form>
+ <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>