<div class="search_wrapper">
<h1>Dewey Decimal Guide</h1>
- <p style="font-style:italic;font-size:large;">Use this chart to learn how the library's books are organized!</p>
+ <p>Use this chart to learn how the library's books are organized on the shelves!</p>
+ <p>Look at the number next to the subject you are interested in below (for example, 560 for Dinosaurs),<br/>
+ then find that number on the library's shelves to find those books.</p>
</div>
</div> <!-- this ends the main_header_wrapper div that was started in header.tt2 -->
<div class="item_detail_name">[% attrs.title | html %]</div>
<div class="item_detail_author">[% l('by [_1]', attrs.author) | html %]</div>
<div class="item_detail_icon_rate">
- <div class="item_icon_wrapper">
- <div class="item_icon">
- <img width="35" alt="[% attrs.format_label %]" src="[% attrs.format_icon %]" />
- <!-- put a single around each side of the image - for vertical centering -->
- </div>
- <div class="item_icon_type_text">[% attrs.format_label %]</div>
- </div>
+
<div class="item_detail_rate_wrapper">
<div class="item_detail_rate_starts">
</div>
</div>
<div class="clear"> </div>
+
+
+ [%- IF attrs.format_label %]
+ [% FOR format IN attrs.all_formats %]
+ <div class="item_icon_wrapper">
+ <div class="item_icon">
+ <img width="35" alt="[% attrs.format_label %]" src="[% attrs.format_icon %]" />
+ </div>
+ <div class="item_icon_type_text">[% attrs.format_label %]</div>
+ [% END %]
+ [% END %]
+ </div>
+
+
</div>
</div>