|
Revision 88, 0.6 KB
(checked in by dez, 7 years ago)
|
|
Updates to library component
contents component now works
|
| Rev | Line | |
|---|
| [81] | 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> |
|---|
| [77] | 8 | |
|---|
| [81] | 9 | <h3>Random Books</h3> |
|---|
| [88] | 10 | {foreach name=randoms from=$randoms item=randomitem} |
|---|
| 11 | <img src="{$randomitem.image_url}" alt="{$randomitem.title}" /> |
|---|
| [81] | 12 | {/foreach} |
|---|
| [88] | 13 | <p>Images provided by <a href="http://www.amazon.co.uk">Amazon</a></p> |
|---|