|
Revision 81, 0.5 KB
(checked in by dez, 7 years ago)
|
|
Dunno what's changed here - all other peoples work
|
| Line | |
|---|
| 1 | <p>SUCS has a wide variety of computer and computer science related books available for loan to our members. If you'd like to borrow a book, speak to a member of admin or the exec.</p> |
|---|
| 2 | <h3>Search the Library</h3> |
|---|
| 3 | <form method="get" action=""> |
|---|
| 4 | <input class="text" type="text" name="q" size="20" /> |
|---|
| 5 | <input class="submit" type="submit" value="Search" /> |
|---|
| 6 | </form> |
|---|
| 7 | <h3>Browse by category</h3> |
|---|
| 8 | |
|---|
| 9 | <h3>Random Books</h3> |
|---|
| 10 | {foreach name=randoms from=$random item=randomitem} |
|---|
| 11 | <img src="{$randomitem.img}" alt="{$randomitem.title}" /> |
|---|
| 12 | {/foreach} |
|---|