01.
<table width=
"90%"
border=
"0"
align=
"center"
id=
"\2"
><tr><td colspan=
"4"
><div align=
"center"
>
02.
<table width=
"90%"
border=
"0"
align=
"center"
id=
"\"
>
03.
<tr>
04.
<td width=
"20%"
class
=
"style20"
><div align=
"center"
>รหัสประจำตัว</div></td>
05.
<td width=
"16%"
class
=
"style20"
><div align=
"center"
>ชื่อหนังสือ</div></td>
06.
<td width=
"16%"
class
=
"style20"
><div align=
"center"
>เลขISBN</div></td>
07.
<td width=
"16%"
class
=
"style20"
><div align=
"center"
>เลขทะเบียน</div></td>
08.
<td width=
"16%"
class
=
"style20"
><div align=
"center"
>วันที่</div></td>
09.
</tr>
10.
<?php
do
{ ?>
11.
<tr>
12.
<td><div align=
"center"
class
=
"style20"
><?php
echo
$row_Recordset1
[
'borrow_member_code'
]; ?>
13.
<input name=
"member_code"
type=
"hidden"
id=
"member_code"
value=
"<?php echo $row_Recordset1['borrow_member_code']; ?>"
/>
14.
<input name=
"borrow_id"
type=
"hidden"
id=
"borrow_id"
value=
"<?php echo $row_Recordset1['borrow_id']; ?>"
/>
15.
</div></td>
16.
<td><div align=
"center"
class
=
"style20"
> <?php
echo
$row_Recordset1
[
'book_name'
]; ?>
17.
<input name=
"book_number"
type=
"hidden"
id=
"book_number"
value=
"<?php echo $row_Recordset1['borrow_book_number']; ?>"
/>
18.
<input name=
"isbn"
type=
"hidden"
id=
"isbn"
value=
"<?php echo $row_Recordset1['borrow_isbn']; ?>"
/>
19.
</div></td>
20.
<td><div align=
"center"
class
=
"style20"
><?php
echo
$row_Recordset1
[
'borrow_isbn'
]; ?>
21.
<input name=
"book_number"
type=
"hidden"
id=
"book_number"
value=
"<?php echo $row_Recordset1['borrow_book_number']; ?>"
/>
22.
<input name=
"isbn"
type=
"hidden"
id=
"isbn"
value=
"<?php echo $row_Recordset1['borrow_isbn']; ?>"
/>
23.
</div></td>
24.
<td><div align=
"center"
class
=
"style20"
><?php
echo
$row_Recordset1
[
'borrow_book_number'
]; ?>
25.
<input name=
"new_status"
type=
"hidden"
id=
"new_status"
value=
"3"
/>
26.
<input name=
"day_show"
type=
"hidden"
id=
"day_show"
value=
"<? echo date("
j / F / Y
")?>"
/>
27.
</div></td>
28.
<td
class
=
"style20"
><div align=
"center"
><?php
echo
$row_Recordset1
[
'day_show'
]; ?></div></td>
29.
</tr>
30.
<?php }
while
(
$row_Recordset1
= mysql_fetch_assoc(
$Recordset1
)); ?>
31.
<tr>
32.
<td colspan=
"4"
><label></label>
33.
<div align=
"center"
>
34.
35.
<input name=
"button"
type=
"button"
id=
"button"
onClick=
"MM_goToURL('parent','authority_borrow.php');return document.MM_returnValue"
value=
"ยกเลิก"
/>
36.
</div></td>
37.
</tr>
38.
39.
40.
</table>
41.
</div></td>
42.
</tr>
43.
</table>