[% WRAPPER header.html page_title="Search Results" %]

Search Results

[% UNLESS results.size > 0 %]

No books were found matching your search request.

[% ELSE %]
[% count = 0 %] [% FOREACH r = results %] [% count = count +1 %] [% END #of FOREACH %]
ISBN [% IF sort_arrow == "isbna" %]Sort in ascending order by ISBN.[% ELSE %]Sort in ascending order by ISBN.[% END %] [% IF sort_arrow == "isbnd" %]Sort in descending order by ISBN.[% ELSE %]Sort in descending order by ISBN.[% END %] Course [% IF sort_arrow == "coursea" %]Sort in ascending order by course title.[% ELSE %]Sort in ascending order by course title.[% END %] [% IF sort_arrow == "coursed" %]Sort in descending order by course title.[% ELSE %]Sort in descending order by course title.[% END %] Book Title [% IF sort_arrow == "titlea" %]Sort in ascending order by book title.[% ELSE %]Sort in ascending order by book title.[% END %] [% IF sort_arrow == "titled" %]Sort in descending order by book title.[% ELSE %]Sort in descending order by book title.[% END %] Edition [% IF sort_arrow == "editiona" %]Sort in ascending order by edition number.[% ELSE %]Sort in ascending order by edition number.[% END %] [% IF sort_arrow == "editiond" %]Sort in descending order by edition number.[% ELSE %]Sort in descending order by edition number.[% END %] Author [% IF sort_arrow == "authora" %]Sort in ascending order by author.[% ELSE %]Sort in ascending order by author.[% END %] [% IF sort_arrow == "authord" %]Sort in descending order by author.[% ELSE %]Sort in descending order by author.[% END %] Price [% IF sort_arrow == "pricea" %]Sort in ascending order by price.[% ELSE %]Sort in ascending order by price.[% END %] [% IF sort_arrow == "priced" %]Sort in descending order by price.[% ELSE %]Sort in descending order by price.[% END %] Last Mod [% IF sort_arrow == "datea" %]Sort in ascending order by date last modified.[% ELSE %]Sort in ascending order by date last modified.[% END %] [% IF sort_arrow == "dated" %]Sort in descending order by date last modified.[% ELSE %]Sort in descending order by date last modified.[% END %] Info
[% r.isbn %][% r.crs_dept %][% r.crs_number %][% r.title %][% r.edition %][% r.author %]$[% r.price %][% r.date %] [more]
[% IF query_prev %] Previous [% ELSE %]   [% END #of IF %] Pages: [% count = 0 %] [% FOREACH p = pagelinks %] [% count = count + 1 %] [% UNLESS count != currentpage %] [% count %] [% ELSE %] [% p.number %] [% END %] [% END #of FOREACH %] [% IF query_next %] Next [% ELSE %]   [% END #of IF %]
Books [% start_book %] to [% end_book %] of [% totalresults %]
[% END #of UNLESS results.size > 0 %]

Can't find the book you're looking for? [% IF addall_link %] Find the best price online [% ELSE %] Find the best price online [% END #of IF %] with AddAll.com

[% END #of WRAPPER %]