003.
<head>
004.
<meta http-equiv=
"Content-Type"
content=
"text/html; charset=utf-8"
/>
005.
<title>EPR</title>
006.
<style type=
"text/css"
>
007.
a:link {
008.
text-decoration: none;
009.
color: #000;
010.
}
011.
a:visited {
012.
text-decoration: none;
013.
color: #000;
014.
}
015.
a:hover {
016.
text-decoration: none;
017.
color: #F00;
018.
}
019.
a:active {
020.
text-decoration: none;
021.
color: #000;
022.
}
023.
</style>
024.
</head>
025.
026.
<body>
027.
<table width=
"982"
height=
"432"
border=
"0"
>
028.
<tr>
029.
<td width=
"976"
height=
"21"
valign=
"top"
bgcolor=
"#00CCFF"
><div id=
"box-show"
><!-- เอาไว้ แสดง ไฟล์ media -->
030.
<div id=
"box-picshow"
>
031.
<div id=
"slide-holder"
>
032.
<div id=
"slide-runner"
>
033.
<?php
034.
$op
=isset(
$_GET
[
'option'
])?
$_GET
[
'option'
]:
''
;
035.
if
(
$op
==
""
){
036.
?>
037.
<!-- ส่วนนี้ แสดง รูปสไลด์
038.
<a href=
""
><img id=
"slide-img-1"
src=
"images/up-images/nature-photo.png"
class
=
"slide"
alt=
""
/></a>
039.
<a href=
""
><img id=
"slide-img-2"
src=
"images/up-images/nature-photo1.png"
class
=
"slide"
alt=
""
/></a>
040.
<a href=
""
><img id=
"slide-img-3"
src=
"images/up-images/nature-photo2.png"
class
=
"slide"
alt=
""
/></a>
041.
<a href=
""
><img id=
"slide-img-4"
src=
"images/up-images/nature-photo3.png"
class
=
"slide"
alt=
""
/></a>
042.
<a href=
""
><img id=
"slide-img-5"
src=
"images/up-images/nature-photo4.png"
class
=
"slide"
alt=
""
/></a>
043.
<a href=
""
><img id=
"slide-img-6"
src=
"images/up-images/nature-photo4.png"
class
=
"slide"
alt=
""
/></a>
044.
<a href=
""
><img id=
"slide-img-7"
src=
"images/up-images/nature-photo6.png"
class
=
"slide"
alt=
""
/></a>
045.
<div id=
"slide-controls"
>
046.
<p id=
"slide-client"
class
=
"text"
><strong>post: </strong><span></span></p>
047.
<p id=
"slide-desc"
class
=
"text"
></p>
048.
<p id=
"slide-nav"
></p>
049.
</div>
050.
-->
051.
<?php
052.
echo
"<img src=\"images/itsolution.gif\"/>"
;
053.
}
elseif
(
$op
==
"hrstock"
){
054.
echo
"<img src=\"images/hrstock.png\"/>"
;
055.
}
elseif
(
$op
==
"qalab"
){
056.
echo
"<img src=\"images/qalab.png\"/>"
;
057.
}
else
{
058.
echo
"<img src=\"images/itsolution.png\"/>"
;
059.
}
060.
?>
061.
</div>
062.
</div>
063.
</div>
064.
</div></td>
065.
</tr>
066.
<tr>
067.
<td height=
"133"
valign=
"top"
bgcolor=
"#00CCFF"
><table width=
"975"
height=
"247"
border=
"0"
align=
"left"
>
068.
<tr>
069.
<td width=
"162"
align=
"center"
bgcolor=
"#00FFCC"
><strong><font color=
"#030"
>HR STOCK</font></strong></td>
070.
<td width=
"764"
rowspan=
"10"
align=
"left"
valign=
"top"
bgcolor=
"#FFFFFF"
><form action=
"save.php"
name=
"frmAdd"
method=
"post"
>
071.
<table width=
"351"
border=
"1"
align=
"center"
cellpadding=
"0"
cellspacing=
"0"
bordercolor=
"#66CC66"
bgcolor=
"#FFFFFF"
>
072.
<tr>
073.
<th width=
"101"
align=
"center"
>รหัสสินค้า</th>
074.
<td width=
"210"
><input type=
"text"
name=
"txtid_prd"
size=
"20"
></td>
075.
</tr>
076.
<tr>
077.
<th width=
"101"
align=
"center"
>ชื่อสินค้า</th>
078.
<td><input type=
"text"
name=
"txtProductName"
size=
"20"
></td>
079.
</tr>
080.
<tr>
081.
<th width=
"101"
align=
"center"
>ราคาสินค้า</th>
082.
<td><input type=
"text"
name=
"txtPrice"
size=
"20"
></td>
083.
</tr>
084.
<tr>
085.
<th width=
"101"
align=
"center"
>ราคาทุนสินค้า</th>
086.
<td><input type=
"text"
name=
"txtprice_cost"
size=
"20"
></td>
087.
</tr>
088.
<tr>
089.
<th width=
"101"
align=
"center"
>จำนวนสินค้า</th>
090.
<td><input type=
"text"
name=
"txtnumber"
size=
"20"
></td>
091.
</tr>
092.
<tr>
093.
<th align=
"center"
>อื่นๆ</th>
094.
<td><input type=
"text"
name=
"txtother"
size=
"20"
></td>
095.
</tr>
096.
<tr>
097.
<th colspan=
"2"
align=
"center"
><input type=
"submit"
name=
"submit2"
value=
"submit"
> </th>
098.
</tr>
099.
</table>
100.
</form></td>
101.
</tr>
102.
<tr>
103.
<td height=
"17"
align=
"left"
bgcolor=
"#FFFFFF"
> <a href=
"index.php"
>HOME</a></td>
104.
</tr>
105.
<tr>
106.
<td height=
"21"
align=
"left"
bgcolor=
"#FFFFFF"
> ขายสินค้า</td>
107.
</tr>
108.
<tr>
109.
<td align=
"left"
bgcolor=
"#FFFFFF"
> <img src=
"images/addbk.gif"
alt=
""
width=
"16"
height=
"16"
border=
"0"
/> เพิ่มสิทธิ์ผู้ใช้งาน</td>
110.
</tr>
111.
<tr>
112.
<td align=
"left"
bgcolor=
"#FFFFFF"
> <img src=
"images/tag_blue.png"
alt=
""
width=
"16"
height=
"16"
/><a href=
"add1.php"
>ตั้งค่ารายการสินค้า</a></td>
113.
</tr>
114.
<tr>
115.
<td align=
"left"
bgcolor=
"#FFFFFF"
> <img src=
"images/tag_blue.png"
alt=
""
width=
"16"
height=
"16"
/>ตั้งค่าหน่วยนับสินค้า</td>
116.
</tr>
117.
<tr>
118.
<td align=
"left"
bgcolor=
"#FFFFFF"
> <img src=
"images/tag_blue.png"
alt=
""
width=
"16"
height=
"16"
/>ตั้งค่าประเภทสินค้า</td>
119.
</tr>
120.
<tr>
121.
<td align=
"left"
bgcolor=
"#FFFFFF"
> <img src=
"images/addbk.gif"
alt=
""
width=
"16"
height=
"16"
border=
"0"
/> รับเข้าสินค้า</td>
122.
</tr>
123.
<tr>
124.
<td align=
"left"
bgcolor=
"#FFFFFF"
> <img src=
"images/tag_blue.png"
alt=
""
width=
"16"
height=
"16"
/>ดูประวัติรับสินค้า</td>
125.
</tr>
126.
<tr>
127.
<td align=
"left"
bgcolor=
"#FFFFFF"
> <img src=
"images/tag_blue.png"
alt=
""
width=
"16"
height=
"16"
/>รับสินค้า</td>
128.
</tr>
129.
<tr>
130.
<td align=
"left"
bgcolor=
"#FFFFFF"
> <img src=
"images/addbk.gif"
alt=
""
width=
"16"
height=
"16"
border=
"0"
/> รายงาน</td>
131.
</tr>
132.
<tr>
133.
<td height=
"23"
align=
"left"
bgcolor=
"#FFFFFF"
> <img src=
"images/tag_blue.png"
alt=
""
width=
"16"
height=
"16"
/>รายงานรายวัน</td>
134.
</tr>
135.
<tr>
136.
<td height=
"23"
align=
"left"
bgcolor=
"#FFFFFF"
> <img src=
"images/tag_blue.png"
alt=
""
width=
"16"
height=
"16"
/>รายงานรายสัปดาห์</td>
137.
</tr>
138.
<tr>
139.
<td height=
"23"
align=
"left"
bgcolor=
"#FFFFFF"
> <img src=
"images/tag_blue.png"
alt=
""
width=
"16"
height=
"16"
/>รายงานรายเดือน</td>
140.
</tr>
141.
<tr>
142.
<td height=
"23"
align=
"left"
bgcolor=
"#FFFFFF"
> <img src=
"images/tag_blue.png"
alt=
""
width=
"16"
height=
"16"
/>รายงานรายปี</td>
143.
</tr>
144.
</table></td>
145.
</tr>
146.
<tr>
147.
<td height=
"23"
align=
"center"
valign=
"top"
bgcolor=
"#00CCFF"
>Pissanu&
copy
2016 | Power By <a href=
"http://www.jungwattana.com"
/></a></a> Design & Develop By <a href=
"http://www.jungwattana.com"
/></a>Pissanu Pongoubon</a> 08452669792 (pissanu@gmail.com)</td>
148.
</tr>
149.
</table>
150.
</body>
151.
</html>