<?php
// =====================================================
//
// s-p-e - Content management system.
// Copyright (C) 2004, 2005, 2010, 2011 Vladimir B. Tsarkov
//
// This file is part of s-p-e.
//
// s-p-e is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// s-p-e is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with s-p-e. If not, see <http://www.gnu.org/licenses/>.
//
// ------
//
// You can contact me via e-mail: lipetsk-gnu-lug at bk period ru
//
// searchtips.php
//
// Abstract: Search tips.
//
// Revision History:
//
// 1 2005-09-05 vbt
// 2 2010-05-09 vbt
// 3 2011-01-22 vbt
// 4 2011-11-04 vbt
//
// =====================================================
echo "<p align='justify'>
<font class='s-normal' id='w-normal'>".(_("The search engine works with the input (word or
phrase) of the user. All the special characters are ignored. Try to use a word or a phrase
that is the most suitable to express the meaning of the information, you want to find.
Use different options of the search form to make the search most effective."))."</font></p>";
?>