| 82 | | |
| 83 | | {if !empty($PLUGIN_INDEX_CONTENT_BEGIN)}{$PLUGIN_INDEX_CONTENT_BEGIN}{/if} |
| 84 | | |
| 85 | | {if !empty($category_search_results) } |
| 86 | | <div style="font-size:16px;margin:10px 16px">{'Category results for'|@translate} <strong>{$QUERY_SEARCH}</strong> : |
| 87 | | <em><strong> |
| 88 | | {foreach from=$category_search_results item=res name=res_loop} |
| 89 | | {if !$smarty.foreach.res_loop.first} — {/if} |
| 90 | | {$res} |
| 91 | | {/foreach} |
| 92 | | </strong></em> |
| 93 | | </div> |
| 94 | | {/if} |
| 95 | | |
| 96 | | {if !empty($tag_search_results) } |
| 97 | | <div style="font-size:16px;margin:10px 16px">{'Tag results for'|@translate} <strong>{$QUERY_SEARCH}</strong> : |
| 98 | | <em><strong> |
| 99 | | {foreach from=$tag_search_results item=res name=res_loop} |
| 100 | | {if !$smarty.foreach.res_loop.first} — {/if} |
| 101 | | {$res} |
| 102 | | {/foreach} |
| 103 | | </strong></em> |
| 104 | | </div> |
| 105 | | {/if} |
| 106 | | |
| 107 | | {if isset($FILE_CHRONOLOGY_VIEW) } |
| 108 | | {include file=$FILE_CHRONOLOGY_VIEW} |
| 109 | | {/if} |
| 110 | | |
| 111 | | {if !empty($CATEGORIES) }{$CATEGORIES}{/if} |
| 112 | | {if !empty($THUMBNAILS) }{$THUMBNAILS}{/if} |
| 113 | | |
| 114 | | {if !empty($navbar) }{include file='navigation_bar.tpl'|@get_extent:'navbar'}{/if} |
| 115 | | |
| 116 | | {if !empty($CONTENT_DESCRIPTION) } |
| 117 | | <div class="additional_info"> |
| 118 | | {$CONTENT_DESCRIPTION} |
| 119 | | </div> |
| 120 | | {/if} |
| 121 | | |
| 122 | | {if !empty($PLUGIN_INDEX_CONTENT_END) }{$PLUGIN_INDEX_CONTENT_END}{/if} |
| | 82 | |
| | 83 | {if !empty($PLUGIN_INDEX_CONTENT_BEGIN)}{$PLUGIN_INDEX_CONTENT_BEGIN}{/if} |
| | 84 | |
| | 85 | {if !empty($category_search_results)} |
| | 86 | <div style="font-size:16px;margin:10px 16px">{'Album results for'|@translate} <strong>{$QUERY_SEARCH}</strong> : |
| | 87 | <em><strong> |
| | 88 | {foreach from=$category_search_results item=res name=res_loop} |
| | 89 | {if !$smarty.foreach.res_loop.first} — {/if} |
| | 90 | {$res} |
| | 91 | {/foreach} |
| | 92 | </strong></em> |
| | 93 | </div> |
| | 94 | {/if} |
| | 95 | |
| | 96 | {if !empty($tag_search_results)} |
| | 97 | <div style="font-size:16px;margin:10px 16px">{'Tag results for'|@translate} <strong>{$QUERY_SEARCH}</strong> : |
| | 98 | <em><strong> |
| | 99 | {foreach from=$tag_search_results item=res name=res_loop} |
| | 100 | {if !$smarty.foreach.res_loop.first} — {/if} |
| | 101 | {$res} |
| | 102 | {/foreach} |
| | 103 | </strong></em> |
| | 104 | </div> |
| | 105 | {/if} |
| | 106 | |
| | 107 | {if isset($FILE_CHRONOLOGY_VIEW)} |
| | 108 | {include file=$FILE_CHRONOLOGY_VIEW} |
| | 109 | {/if} |
| | 110 | |
| | 111 | {if !empty($CONTENT_DESCRIPTION)} |
| | 112 | <div class="additional_info"> |
| | 113 | {$CONTENT_DESCRIPTION} |
| | 114 | </div> |
| | 115 | {/if} |
| | 116 | |
| | 117 | {if !empty($CATEGORIES)}{$CATEGORIES}{/if} |
| | 118 | {if !empty($THUMBNAILS)} |
| | 119 | <ul class="thumbnails" id="thumbnails"> |
| | 120 | {$THUMBNAILS} |
| | 121 | </ul> |
| | 122 | {/if} |
| | 123 | |
| | 124 | {if !empty($navbar)}{include file='navigation_bar.tpl'|@get_extent:'navbar'}{/if} |
| | 125 | |
| | 126 | {if !empty($PLUGIN_INDEX_CONTENT_END)}{$PLUGIN_INDEX_CONTENT_END}{/if} |