-
Notifications
You must be signed in to change notification settings - Fork 0
/
link2.html
94 lines (84 loc) · 2.65 KB
/
link2.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
87
88
89
90
91
92
93
94
<!DOCTYPE html>
<html lang="ar">
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="css/master.css">
<link rel="stylesheet" href="css/icons.css">
<title>فاتورة واردة</title>
</head>
<body>
<div class="navheader">
<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>
<nav>
<ul class="navbar">
<a href="home.html">
<li class="top-li">القوائم</li>
</a>
<a href="link2.html">
<li class="active">فاتورة واردة</li>
</a>
</ul>
</nav>
<div class="container a1">
<form class="bill">
<div class="form-top">
<button class="prt-btn left" type="button" name="button">
<p class="prnt-txt">طباعة وارسال</p>
<span class="glyphicon glyphicon-print"></span>
</button>
<input class="btn new-form" type="reset" name="" value="فاتورة جديدة">
</div>
<div class="read-only">
<label for="" class="inline left">رقم الفاتورة<br>
<span class="left">IMP .........................</span>
</label>
<label for="" class="inline right">: التاريخ<br>
<span>....../...../...........</span>
</label>
</div>
<div class="read-only">
<label class="inline left">: اسم المستلم<br>
<span>.................................</span>
</label>
</div>
<div class="form-input">
<center>
<table class="A1">
<tr>
<td><input class="input-txt" type="text" name="" value=""></td>
<td>
<p class="label">: اسم البند</p>
</td>
</tr>
<tr>
<td><input class="input-txt" type="text" name="" value=""></td>
<td>
<p class="label">: اسم الخزنة</p>
</td>
</tr>
<tr>
<td><input class="input-txt" type="text" name="" value=""></td>
<td>
<p class="label">: الكمية</p>
</td>
</tr>
<tr>
<td><input class="input-txt" type="text" name="" value=""></td>
<td>
<p class="label">: ملاحظات</p>
</td>
</tr>
</table>
</center>
</div>
</form>
</div>
</body>
</html>