diff --git a/templates/skin/new/actions/ActionSearch/index.tpl b/templates/skin/new/actions/ActionSearch/index.tpl new file mode 100644 index 00000000..1b2693e7 --- /dev/null +++ b/templates/skin/new/actions/ActionSearch/index.tpl @@ -0,0 +1,11 @@ +{include file='header.tpl' showWhiteBack=true} + +

Поиск

+
+

+ + +

+
+ +{include file='footer.tpl'} \ No newline at end of file diff --git a/templates/skin/new/actions/ActionSearch/opensearch.tpl b/templates/skin/new/actions/ActionSearch/opensearch.tpl new file mode 100644 index 00000000..783eb95f --- /dev/null +++ b/templates/skin/new/actions/ActionSearch/opensearch.tpl @@ -0,0 +1,18 @@ + + {$SITE_NAME} + {$sHtmlTitle} + {$sAdminMail} + + {$sHtmlDescription} + {$DIR_STATIC_SKIN}/img/logo.gif + {$DIR_STATIC_SKIN}/img/favicon.ico + {$SITE_NAME} ({$DIR_WEB_ROOT}) + + © «{$SITE_NAME}» + + open + false + ru-ru + UTF-8 + UTF-8 + \ No newline at end of file diff --git a/templates/skin/new/actions/ActionSearch/results.tpl b/templates/skin/new/actions/ActionSearch/results.tpl new file mode 100644 index 00000000..5389305a --- /dev/null +++ b/templates/skin/new/actions/ActionSearch/results.tpl @@ -0,0 +1,32 @@ +{include file='header.tpl' showWhiteBack=true} + +

Результаты поиска: {$aReq.q|escape:'html'}

+ +
+ + {if $bIsResults} + {if $aReq.sType == 'topics'} + {include file='topic_list.tpl'} + {elseif $aReq.sType == 'comments'} + {include file='comment_list.tpl'} + {/if} + {else} +

Удивительно, но поиск не дал результатов

+ {/if} + +{include file='footer.tpl'} \ No newline at end of file diff --git a/templates/skin/new/css/style.css b/templates/skin/new/css/style.css index 557e0233..ed34902b 100644 --- a/templates/skin/new/css/style.css +++ b/templates/skin/new/css/style.css @@ -737,7 +737,7 @@ a.button.small em { background: url(../images/button-small.gif) no-repeat right .table-blog-users tbody tr.even td { background: #f5f5f5; } - +.searched-item { background: #fffacd; } diff --git a/templates/skin/new/header.tpl b/templates/skin/new/header.tpl index 80871179..96ef140f 100644 --- a/templates/skin/new/header.tpl +++ b/templates/skin/new/header.tpl @@ -16,7 +16,7 @@ - +