-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlibrary.php
35 lines (31 loc) · 1.43 KB
/
library.php
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
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Philly Chix - Philadelphia Area LinuxChix Chapter - Library</title>
<link REL="StyleSheet" href="/cstyle.css" type="text/css"></head>
<body>
<table align="center" bgcolor="white" cellspacing=0 cellpadding="0" border="0" width="800">
<tr>
<td width="10">
</td>
<td>
<img src="/images/chix/librarytop.png" alt="chix@linux:/home/philadelphia/library$"><br>
<?php include("header.php"); ?>
<br><br>
<center>
<b>Library and Book Reviews</b>
<p>The following books are available for borrowing from the Philly Chix Library. Reviewing of these books is strongly encouraged to support the publishers who gave these to us.</p>
<p>If you'd like to borrow one of these books, request a book from a publisher, submit a review, or add a book to the library please contact lyz at princessleia dot com.</p>
<p>Borrowing policy: When you borrow books from the library you agree to bring them back within 6 months so other group members can borrow them (extending this is no problem for most books, unless another member expressed an interest in borrowing)..</p>
<br><br>
Choose a company whose book library you'd like to see:<br><br>
<a href="/library-oreilly.php">O'Reilly</a> (14 books)<br><br>
<a href="/library-prenticehall.php">Prentice Hall/Pearson Education</a> (18 books)
<br><br>
</td>
<td width="10">
</td>
</tr></table>
<?php include("footer.php"); ?>
</body>
</html>