-
Notifications
You must be signed in to change notification settings - Fork 0
/
link3.html
128 lines (120 loc) · 4.44 KB
/
link3.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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
<!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="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="link3.html">
<li class="active">اذن الاستلام</li>
</a>
</ul>
</nav>
<div class="container a1">
<form class="bill">
<div class="form-top">
<input class="btn new-form a" type="reset" name="" value="اذن استلام جديد"><br>
<button class="btn add-item" type="button" name="button">اضافة</button>
</div>
<div class="read-only">
<label for="" class="inline left">رقم الفاتورة<br>
<span class="left">EXP..........................</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>
<tr>
<td><input class="input-txt" type="text" name="" value=""></td>
<td>
<p class="label">: ملاحظات</p>
</td>
</tr>
</table>
</center>
<div class="added-item">
<center>
<span class="glyphicon glyphicon-remove left"></span>
<input class="input-txt inline" type="text" name="" value="">
<p class="label inline">: اسم البند</p><br>
<input class="input-txt inline" type="text" name="" value="">
<p class="label inline">: الكمية</p>
</center>
</div>
<div class="added-item">
<center>
<span class="glyphicon glyphicon-remove left"></span>
<input class="input-txt inline" type="text" name="" value="">
<p class="label inline">: اسم البند</p><br>
<input class="input-txt inline" type="text" name="" value="">
<p class="label inline">: الكمية</p>
</center>
</div>
<div class="form-input" style="padding: 0 0 15px 0;">
<p class="right"> انا الموقع ادناه استلمت الكمية كامله و صحيحه و سليمه *</p>
<input class="input-txt inline a" type="text" name="" value="">
<p class="label inline">: توقيع المستلم</p>
<input class="input-txt inline a" type="text" name="" value="">
<p class="label inline">: اسم المستلم</p>
</div>
<center>
<button class="btn prt-btn" type="button" name="button">
<p class="prnt-txt center">طباعة وارسال</p>
<span class="glyphicon glyphicon-print center"></span>
</button>
</center>
</form>
</div>
<script src="js/first.js"></script>
<script src="js/jquery-3.2.1.js"></script>
</body>
</html>