archives
bundled-libs
deployment
docs
htmlarea
include
lang
plugins
sql
templates
2k11
blue
bulletproof
carl_contest
competition
contest
default
YahooUI
admin
img
treeview
atom.css
commentform.tpl
commentpopup.tpl
comments.tpl
comments_by_author.tpl
content.tpl
dragdrop.js
entries.tpl
entries_archives.tpl
entries_summary.tpl
feed_0.91.tpl
feed_1.0.tpl
feed_2.0.tpl
feed_atom0.3.tpl
feed_atom1.0.tpl
feed_opml1.0.tpl
htmlarea.css
imgedit.js
index.tpl
info.txt
media_showitem.tpl
plugin_calendar.tpl
plugin_categories.tpl
preview.png
preview_fullsize.jpg
preview_iframe.tpl
sidebar.tpl
style.css
style_fallback.css
trackbacks.tpl
default-rtl
idea
kubrick
wp
HOWTO
jquery.js
templates_c
tests
uploads
.gitignore
README.markdown
checksums.inc.php
comment.php
composer.json
composer.phar
exit.php
index.php
rss.php
serendipity.css.php
serendipity_admin.php
serendipity_admin_image_selector.php
serendipity_config.inc.php
serendipity_xmlrpc.php
wfwcomment.php
23 lines
848 B
Smarty
23 lines
848 B
Smarty
<!-- CONTENT START -->
|
|
|
|
{if $searchresult_tooShort}
|
|
<h3 class="serendipity_date">{$CONST.QUICKSEARCH}</h3>
|
|
<div class="serendipity_search serendipity_search_tooshort">{$content_message}</div>
|
|
{elseif $searchresult_error}
|
|
<h3 class="serendipity_date">{$CONST.QUICKSEARCH}</h3>
|
|
<div class="serendipity_search serendipity_search_error">{$content_message}</div>
|
|
{elseif $searchresult_noEntries}
|
|
<h3 class="serendipity_date">{$CONST.QUICKSEARCH}</h3>
|
|
<div class="serendipity_search serendipity_search_noentries">{$content_message}</div>
|
|
{elseif $searchresult_results}
|
|
<h3 class="serendipity_date">{$CONST.QUICKSEARCH}</h3>
|
|
<div class="serendipity_search serendipity_search_results">{$content_message}</div>
|
|
{else}
|
|
<div class="serendipity_content_message">{$content_message}</div>
|
|
{/if}
|
|
|
|
{$ENTRIES}
|
|
{$ARCHIVES}
|
|
|
|
<!-- CONTENT END -->
|