diff options
author | plegall <plg@piwigo.org> | 2007-10-09 21:39:15 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2007-10-09 21:39:15 +0000 |
commit | a34f8c67b07c861212346252b766cf6131b65885 (patch) | |
tree | bc7dce174a0514bec93c6aa39c6c21a1d298337e /language/en_UK/help/search.html | |
parent | 78b838459d0a46f868fbef102feed804c424190b (diff) |
Part of feature 32: fr_FR.iso-8859-1 and en_UK.iso-8859-1 contents become
utf-8 encoded and the directory names lose encoding information as the only
supported encoding becomes utf-8.
git-svn-id: http://piwigo.org/svn/trunk@2130 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language/en_UK/help/search.html')
-rw-r--r-- | language/en_UK/help/search.html | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/language/en_UK/help/search.html b/language/en_UK/help/search.html new file mode 100644 index 000000000..c98038b2b --- /dev/null +++ b/language/en_UK/help/search.html @@ -0,0 +1,24 @@ +<h2>Search</h2> + +<p>This page let you search pictures among the whole gallery.</p> + +<dl> + + <dt>Search for words</dt> + <dd>Search for entered words in all the attributes related to the pictures + displayed in the gallery. Use * as a wildcard for partial matches.</dd> + + <dt>Search for Author</dt> + <dd>Use * as a wildcard for partial matches.</dd> + + <dt>Search by Date</dt> + <dd>Select a date and/or an ending date for your query. Leave date empty + if you want to make a "before" query. The year must be entered in the last + field in the following format : 0000 (i.e. 2004)</dd> + + <dt>Search in Categories</dt> + <dd>Select the category or categories you wish to search in. For speed all + subcategories can be searched by selecting the parent and setting enable + search subcategories below.</dd> + +</dl> |