lines(1);
- INCLUDE opac/pages/chunks/status_bar.ttk;
+ #INCLUDE opac/pages/chunks/status_bar.ttk;
- WRAPPER html/div class='hit_count_selector_div';
-
- WRAPPER html/div class='hit_count_cell' id='hit_count_cell';
- END;
-
- box(id='progress_bar_percent_location');
-
- IF ! hide_hits_per;
- "Hits per page ";
- WRAPPER html/select name='hits_per_page' id='hits_per_page';
- option(value='5', content="5");
- option(value='10', selected='selected', content="10");
- option(value='15', content="15");
- option(value='25', content="25");
- option(value='50', content="50");
- END;
+ WRAPPER html/center;
+ WRAPPER html/div class='hit_count_selector_div' width="100%";
+ box(id='hit_count_cell', class='hit_count_cell');
+ box(id='progress_bar_percent_location');
+ box(id='now_searching_cell', class='now_searching_cell', style="float:right;");
END;
-
END;
- INCLUDE opac/pages/chunks/org_tree.ttk;
+ lines(1);
+
+ #INCLUDE opac/pages/chunks/org_tree.ttk;
%]
WRAPPER html/box id='detail_items_div';
- WRAPPER html/table id='record_detail_table';
+ WRAPPER html/table width="100%";
+ WRAPPER html/row;
+ WRAPPER html/cell width="70%";
+ WRAPPER html/table id='record_detail_table';
+
+ WRAPPER html/row;
+ cell(content="Record Details", nowrap='nowrap', class="detail_header_cell");
+ cell(id='record_detail_view_marc', class="detail_header_cell");
+ cell(id='record_detail_pic_cell', rowspan='10');
+ END;
- WRAPPER html/row;
- cell(content="Record Details", nowrap='nowrap', class="detail_header_cell");
- cell(id='record_detail_view_marc', class="detail_header_cell");
- cell(id='record_detail_pic_cell', rowspan='10');
- END;
-
-
- WRAPPER html/row class='detail_item_row';
- cell(content="Title", nowrap='nowrap', class='detail_item_label');
- cell(id='record_detail_title_cell');
- END;
-
- WRAPPER html/row class='detail_item_row';
- cell(content="Author", class='detail_item_label');
- cell(id='record_detail_author_cell');
- END;
- WRAPPER html/row class='detail_item_row';
- cell(content="ISBN", class='detail_item_label');
- cell(id='record_detail_isbn_cell');
+ WRAPPER html/row class='detail_item_row';
+ cell(content="Title", nowrap='nowrap', class='detail_item_label');
+ cell(id='record_detail_title_cell');
+ END;
+
+ WRAPPER html/row class='detail_item_row';
+ cell(content="Author", class='detail_item_label');
+ cell(id='record_detail_author_cell');
+ END;
+
+ WRAPPER html/row class='detail_item_row';
+ cell(content="ISBN", class='detail_item_label');
+ cell(id='record_detail_isbn_cell');
+ END;
+
+ WRAPPER html/row class='detail_item_row';
+ cell(content="Edition", class='detail_item_label');
+ cell(id='record_detail_edition_cell');
+ END;
+
+ WRAPPER html/row class='detail_item_row';
+ cell(content="Publication Date", class='detail_item_label');
+ cell(id='record_detail_pubdate_cell');
+ END;
+
+ WRAPPER html/row class='detail_item_row';
+ cell(content="Publisher", class='detail_item_label');
+ cell(id='record_detail_publisher_cell');
+ END;
+
+ WRAPPER html/row class='detail_item_row';
+ cell(content="Title Control Number", nowrap='nowrap', class='detail_item_label');
+ cell(id='record_detail_tcn_cell');
+ END;
+
+ WRAPPER html/row class='detail_item_row';
+ cell(content="Type of Resource", class='detail_item_label');
+ cell(id='record_detail_resource_cell');
+ END;
+
+ WRAPPER html/row class='detail_item_row';
+ cell(content="Subjects", class='detail_item_label');
+ cell(id='record_detail_subject_cell');
+ END;
+
+ END; # table
END;
-
- WRAPPER html/row class='detail_item_row';
- cell(content="Edition", class='detail_item_label');
- cell(id='record_detail_edition_cell');
- END;
-
- WRAPPER html/row class='detail_item_row';
- cell(content="Publication Date", class='detail_item_label');
- cell(id='record_detail_pubdate_cell');
- END;
-
- WRAPPER html/row class='detail_item_row';
- cell(content="Publisher", class='detail_item_label');
- cell(id='record_detail_publisher_cell');
+
+ WRAPPER html/cell valign='top' width="30%";
+ box(id='main_page_nav_box', style="width:200px; float:right;");
END;
-
- WRAPPER html/row class='detail_item_row';
- cell(content="Title Control Number", nowrap='nowrap', class='detail_item_label');
- cell(id='record_detail_tcn_cell');
- END;
-
- WRAPPER html/row class='detail_item_row';
- cell(content="Type of Resource", class='detail_item_label');
- cell(id='record_detail_resource_cell');
- END;
-
- WRAPPER html/row class='detail_item_row';
- cell(content="Subjects", class='detail_item_label');
- cell(id='record_detail_subject_cell');
- END;
-
- END;
+ END; #row
+ END; # table
- END;
+ END; # detail_items_div
- lines(1);
- box(id='record_detail_copy_info');
END;
+
+ lines(1);
+ box(id='record_detail_copy_info');
+
END; # body