[% # --------------------------------------------------------------------------------- # This page will display a list of metarecord search results # --------------------------------------------------------------------------------- tm = global.textmap.opac.mr_result; WRAPPER html/html; WRAPPER html/head title="Record Result Page"; INCLUDE opac/pages/chunks/css_includes.ttk; END; WRAPPER html/body onload='pageInit(); globalPage.doSearch();'; INCLUDE opac/pages/chunks/body_header.ttk; #WRAPPER html/div id='page_trail';END; # --------------------------------------------------------------------------------- # search results are spit out into this table # --------------------------------------------------------------------------------- box(id="did_you_mean_box", style="margin-left:20px;width:100%;text-align:left"); WRAPPER html/table class='big_ol_box' id='big_ol_box'; WRAPPER html/row; WRAPPER html/cell class='record_result_cell'; WRAPPER html/table class='record_result_box', id='record_result_box'; WRAPPER html/thead class='record_result_thead'; WRAPPER html/row id='record_result_thead_row'; cell(nowrap='nowrap', colspan='2', #content="Title / Author", class='record_box_descriptor' ); content=" ", class='record_box_descriptor' ); END; END; END; END; WRAPPER html/cell class='record_sidebar_cell' id='record_sidebar_cell' valign="top"; box( id='record_sidebar_box' ); END; END; WRAPPER html/row id='hourglass_row'; cell(style="text-align:center", content=img(src="http://www.filleacgil.it/Animate/book_b.gif")); #cell(style="text-align:center", content=img(src="/images/computer.gif")); END; END; lines(2); WRAPPER html/div class='hit_count_cell' id='hit_count_cell_2'; END; lines(1); INCLUDE opac/pages/chunks/org_tree.ttk; END; # body END; # html %]