source: trunk/templates/base/browse_searched_block.html

Last change on this file was 2, checked in by george, 14 years ago
  • Přidáno: Trunk revize 13719.
File size: 616 bytes
Line 
1<div class="top_settings_block">
2 <div class="ordered_block">
3 __sort_block__
4 &nbsp;
5 <input type="checkbox" __photo_checked__ name="photos_only" value="on" onclick="oBrowsePage.LocationChange(this, '__photo_location__')" />
6 __photo_caption__
7 &nbsp;
8 <input type="checkbox" __online_checked__ name="online_only" value="on" onclick="oBrowsePage.LocationChange(this, '__online_location__')"/>
9 __online_caption__
10 </div>
11 <div class="per_page_block">
12 __per_page_block__
13 </div>
14 <div class="clear_both"></div>
15</div>
16<div class="search_container">
17 __searched_data__
18</div>
19__pagination__
Note: See TracBrowser for help on using the repository browser.