-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPotrdiloNosilec.html
86 lines (72 loc) · 2.55 KB
/
PotrdiloNosilec.html
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
75
76
77
78
79
80
81
82
83
84
85
86
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="generator" content="CoffeeCup HTML Editor (www.coffeecup.com)">
<meta name="dcterms.created" content="pet, 24 okt 2014 09:53:01 GMT">
<meta name="description" content="">
<meta name="keywords" content="">
<title>e-Študent - Naročila za opremo in drobni inventar</title>
<link rel="stylesheet" href="css/styles.css">
<link rel="stylesheet" type="text/css" href="css/menu-menu.css" media="screen">
</head>
<!--konec glave, start strani -->
<body>
<div id="wrapper">
<div id="header">
<header>
<img src="images/7bc61b092c49b44d1b972ec01d339c13.png" alt="StudIS Logo" width="193" height="77" title="" />
<h1>Naročila - oprema in drobni inventar</h1>
</header>
<ul class="menu-menu">
<li class="first"><a href="Basic.html">Domov</a></li>
<li>
<a href="ObrazecN-1.html">Obrazci</a>
<ul>
<li class="first"><a href="ObrazecN-1.html">Obrazec N-1</a></li>
</ul>
</li>
<li><a href="PotrdiloNosilec.html">Potrdilo Nosilca Šifre Vrednosti</a></li>
<li>
<a href="OdobritevSredstev.html">Računovodstvo</a>
<ul>
<li class="first"><a href="OdobritevSredstev.html">Odobritev Porabe Sredstev</a></li>
</ul>
</li>
<li>
<a href="StatusNarocila.html">Status Naročila</a>
<ul>
<li class="first"><a href="PotrditevPrejema.html">Potrditev Prejema</a></li>
</ul>
</li>
</ul><br />
</div>
<div id="content">
<section>
<h2>Potrdilo Nosilca Šifre Vrednosti</h2>
<p>
<form method="get">
Naročilo 001<br /><!-- TODO, get št naročila/izberi naročilo od neodobrenih/nezavrženih naročil -->
Šifra sredstev:<br />
<input type="text" name="sifra" maxlength="6" title="Šifra je dolga 6 števk" placeholder="Vpiši šifro sredstev" />
<br />
Geslo šifre sredstev:<br />
<input type="password" name="sifrageslo" placeholder="********"><br />
<br />
<input type="submit"><br />
</form>
</p>
</section>
</div>
<div id="footer">
<footer>
<p>About:</p>
<p>Avtor: Aljaž Kozina<br>
E-mail: <a href="mailto:[email protected]"> [email protected]</a> </p>
<p>Logo STUD<b>IS</b>: <a href="https://studij.fri.uni-lj.si/">http://studij.fri.uni-lj.si/
</a></p>
</footer>
</div>
</div>
</body>
</html>