-
Notifications
You must be signed in to change notification settings - Fork 0
/
link6.html
85 lines (74 loc) · 3.02 KB
/
link6.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
<!DOCTYPE html>
<html lang="ar">
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="css/master.css">
<link rel="stylesheet" href="css/icons.css">
<script src="js/first.js"></script>
<script src="js/jquery-3.2.1.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<title>توريد شيكات</title>
</head>
<body>
<div class="brand">
<a href="home.html">
<span class="glyphicon glyphicon-arrow-left"></span>
<h3 style="color:#222;">رجوع</h3>
<h3><span class="glyphicon glyphicon-log-out"></span></h3>
</a>
</div>
<div class="navheader">
</div>
<nav>
<ul class="navbar">
<a href="home.html">
<li class="top-li">القوائم</li>
</a>
<a href="link6.html">
<li class="active">توريد شيكات</li>
</a>
</ul>
</nav>
<div class="container a1">
<form class="bill">
<div class="form-top">
<button class="btn add-item a" type="button" name="button">اضافة توريد شيك</button>
</div>
<div class="form-input">
<input class="input-txt-xsm inline"t type="number" name="" value="">
<p class="label inline">: رقم الشيك</p>
<input class="input-txt inline" type="text" name="" value="">
<p class="label inline">: شيك من</p>
<input class="input-txt" type="text" name="" value="">
<p class="label inline">: قيمة الشيك</p>
<div class="added-cheque">
<span class="glyphicon glyphicon-remove left"></span>
<input class="input-txt-xsm inline"t type="number" name="" value="">
<p class="label inline">: رقم الشيك</p>
<input class="input-txt inline" type="text" name="" value="">
<p class="label inline">: شيك من</p>
<input class="input-txt" type="text" name="" value="">
<p class="label inline">: قيمة الشيك</p>
</div>
<div class="added-cheque">
<span class="glyphicon glyphicon-remove left"></span>
<input class="input-txt-xsm inline"t type="number" name="" value="">
<p class="label inline">: رقم الشيك</p>
<input class="input-txt inline" type="text" name="" value="">
<p class="label inline">: شيك من</p>
<input class="input-txt" type="text" name="" value="">
<p class="label inline">: قيمة الشيك</p>
</div>
<div class="form-end">
<p class="label left inline a">......................... </p>
<label for="" class="inline left a"> : اجمالي التوريد<br>
</label>
<button class="btn prt-btn" type="button" name="button">
<p class="prnt-txt center">طباعة وارسال</p>
<span class="glyphicon glyphicon-print center"></span>
</button>
</div>
</form>
</div>
</body>
</html>