aboutsummaryrefslogtreecommitdiffstats
path: root/template/yoga/search.tpl (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-10-11jQuery Datepicker:rub1-1/+7
Readd resize for list of categories Use include for double select list git-svn-id: http://piwigo.org/svn/trunk@2718 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-10-10jQuery Datepicker:rub1-2/+15
Move code source to template-common in order to use datepicker on version after butterfly git-svn-id: http://piwigo.org/svn/trunk@2704 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-10-08Add id to date controls in order to prepare Datepickerrub1-8/+8
git-svn-id: http://piwigo.org/svn/trunk@2690 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-10-01Purpose of datepicker with jQuery.rub1-0/+2
I will open a french topic on forum to debate of implementation and possibles changes. git-svn-id: http://piwigo.org/svn/trunk@2632 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-05-20Change all #content by .content in css files.patdenice1-1/+1
In tpl files, id="content" stay here for backward compatibilities. Add some plugins triggers in index.tpl and picture.tpl. git-svn-id: http://piwigo.org/svn/trunk@2352 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-03-31Fix day 31 not listed on smarty listrub1-2/+2
git-svn-id: http://piwigo.org/svn/trunk@2294 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-03-20- admin/notification_by_mail goes smarty - THE LAST ONE :-) :-)rvelices1-6/+6
- get rid of user_list warnings - some code reorganisation in template class + explode modifier - minor template and language changes in search.tpl and cat_modify.tpl git-svn-id: http://piwigo.org/svn/trunk@2286 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-03-05- added clear compiled templates maintenance taskrvelices1-9/+0
- maintenance.tpl is smarty - some language cleanup git-svn-id: http://piwigo.org/svn/trunk@2251 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-02-28- migrate many templates to smartyrvelices1-55/+51
git-svn-id: http://piwigo.org/svn/trunk@2223 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-02-27Add comment tags in order to know tpl to migraterub1-0/+1
# tag for f in `find . -name \*.tpl` do echo $f mv $f $f.tmp echo '<!-- DEV TAG: not smarty migrated -->' > $f cat $f.tmp >> $f rm -f $f.tmp done #find file not migrated for f in `find . -name \*.tpl` do grep -i '<!-- DEV TAG: not smarty migrated -->' $f > /dev/null && echo $f done git-svn-id: http://piwigo.org/svn/trunk@2222 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-04-20- added rel nofollow for help link in search.tplrvelices1-1/+1
- added {PLUGIN_PICTURE_ACTIONS} in picture.tpl git-svn-id: http://piwigo.org/svn/trunk@1964 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-02-160000645: HTML Conformity (Temporary fixed)vdigital1-2/+2
Description 1- tags.php/tags.tpl Need to be fixed more... see FIXME in tags.tpl when no tags are available. 2- search.php => Remove class="bouton" : Done 0000648: CSS Conformity (1) (Partly fixed) Description clear/theme.css + dark/theme 54 #content UL.thumbnails SPAN.wrap2:hover Propriété érronée : background-color AntiqueWhite n'est pas une valeur de color : AntiqueWhite 60 #content UL.thumbnailCategories DIV.thumbnailCategory:hover Propriété érronée : background-color AntiqueWhite n'est pas une valeur de color : AntiqueWhite 66 #content UL.thumbnailCategories DIV.thumbnailCategory:hover A Propriété érronée : background-color AntiqueWhite n'est pas une valeur de color : AntiqueWhite wipi/theme.css et p0w0 274 .2nmore En CSS1, il était possible d'avoir un nom de classe commençant par un chiffre (".55xx") sauf s'il s'agissait d'une dimension (".55cm"). En CSS2, de tels noms sont analysés comme étant des dimensions inconnues, pour permettre l'ajout de nouvelles unités).To make ".2nmore" a valid class, CSS2 requires the first digit to be escaped (".\32nmore") w0p0 247 Le pseudo-élément ::after ne peut apparaitre dans le contexte css2 247 #content H2 Propriété érronée : content leader(dotted) n'est pas une valeur de content : leader(dotted) git-svn-id: http://piwigo.org/svn/trunk@1830 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-02-05Yoga has input[type="submit"] style addressability restored.vdigital1-2/+2
(Since Javascript/Rating it was not possible to change button without loosing rating stars). p0w0 is fix for a new button display. git-svn-id: http://piwigo.org/svn/trunk@1780 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-07-22fix bugs 244: different display of checkbox in IE/firefox and 484: Missing ↵chrisaga1-5/+5
onfocus/onblur in some user section *.tpl and many admin section *.tpl handle FORM elements with a behaviour (inputfix.htc) in IE the behaviour sets onfocus and onblur events too (no longer needed in *.tpl) other browsers use css selector :focus and [type=___] git-svn-id: http://piwigo.org/svn/trunk@1491 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-07-08fix : handle SELCT size and onblur correctlychrisaga1-1/+1
git-svn-id: http://piwigo.org/svn/trunk@1446 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-07-08Cosmeticschrisaga1-1/+1
git-svn-id: http://piwigo.org/svn/trunk@1444 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-06-22issue 426 step 1 reverted:nikrou1-0/+0
svn merge -r1466:1465 . svn merge -r1463:1462 . git-svn-id: http://piwigo.org/svn/trunk@1376 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-06-18Issue 426: first step; separation of admin and public into two templatesnikrou1-0/+0
Need to simplify and delete files not needed git-svn-id: http://piwigo.org/svn/trunk@1363 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-06-03fix bug 387 : html errors in search.tplchrisaga1-4/+4
git-svn-id: http://piwigo.org/svn/trunk@1337 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-05-15merge -r1312:1313 from branch 1.6 to trunk (bug 373 fixed)plegall1-0/+3
git-svn-id: http://piwigo.org/svn/trunk@1314 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-04-26merge -r1273 from branch-1_6 to trunkrvelices1-3/+3
reduced the horizontal spacing between tags on the search page when clicking today on search page, the page is not scrolled to top git-svn-id: http://piwigo.org/svn/trunk@1274 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-04-25- merge branch 1.6 r1266:1267 into trunkchrisaga1-33/+50
git-svn-id: http://piwigo.org/svn/trunk@1268 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-04-22- improve : search.tpl, onfocus and onblur addedchrisaga1-5/+9
git-svn-id: http://piwigo.org/svn/trunk@1257 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-04-22- rewrite : search.tpl with FORM.filter and FILESETs instead of TABLEs. Now ↵chrisaga1-102/+84
valid HTML 4.01 strict - improve : FORM.filter for search.tpl needs - fix : FORM.filter bug with Opera - fix : FORM#quickconnect git-svn-id: http://piwigo.org/svn/trunk@1255 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-04-22- improve : template codechrisaga1-23/+2
tables are horizontaly centered by default git-svn-id: http://piwigo.org/svn/trunk@1253 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-04-12fixed html bug: name removed and tag "a" must not be closed before labelnikrou1-2/+2
merge -r1149:1150 from branch-1_6 into trunk git-svn-id: http://piwigo.org/svn/trunk@1153 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-04-09merge from branch-1_6 into trunk:nikrou1-1/+1
svn merge -r1141:1142 git-svn-id: http://piwigo.org/svn/trunk@1143 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-04-06improvement: urls for tags can contain now only the tag or the id and tagrvelices1-0/+4
improvement: urls for category can be now id and category names (instead of only id) improvement: added 2 indexes (#image_tag.tag_id and #tags.url_name) improvement: identification, register, search pages automatically set focus on first form input improvement: focus, nofocus css class now valid for all forms fix: category comment is tag stripped in category_subcats.inc.php (otherwise issues with html/scripts inside category comment) git-svn-id: http://piwigo.org/svn/trunk@1131 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-04-05image sort order for tagsrvelices1-25/+25
very minor code and language simplifications and corrections git-svn-id: http://piwigo.org/svn/trunk@1125 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-04-02improvement: tags replace keywords. Better data model, lessplegall1-0/+10
limitations. Each image can be associated to as many tag as needed. Tags can contain non ASCII characters. Oriented navigation with tags by association. git-svn-id: http://piwigo.org/svn/trunk@1119 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-02-28calendar improvements: week on weekly list starts on Monday,rvelices1-11/+11
ability to show grayed months/weeks/days (without any picture in it), added icons for created/posted fields language uniformization calendar fixes: correct number of pictures in calendar view, code simplification (I hope so) git-svn-id: http://piwigo.org/svn/trunk@1059 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-02-10feature 77: standard navigation link - finalizedrvelices1-1/+1
3 small fixes: simplified code (unnecessary $page['tab_expand']), urls in comments (at end of line nl2br issue+regex+html 4 validated) and $page['where'] correction for most_visited git-svn-id: http://piwigo.org/svn/trunk@1031 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-12-03improve template : split theme from template itselfchrisaga1-2/+2
rest of the job : template (yoga), themes (clear dark), and php to handle them git-svn-id: http://piwigo.org/svn/trunk@960 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-11-19- report bug 206 correction and some template improvement from branch 1.5chrisaga1-2/+2
- feature 195 : add an "Admin" link under "Home" in the menu bar of the admin page git-svn-id: http://piwigo.org/svn/trunk@948 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-09-14- improvement: long localized messages are in HTML files instead of $langplegall1-4/+5
array. This is the case of admin/help and about pages. - deletion: of unused functions (ts_to_mysqldt, is_image, TN_exists, check_date_format, date_convert, get_category_directories, get_used_metadata_list, array_remove, pwg_write_debug, get_group_restrictions, get_all_group_restrictions, is_group_allowed, style_select, deprecated_getAttribute). - new: many new contextual help pages to replace descriptions previously included in pages. - modification: reorganisation of language files. Deletion of unused language keys, alphabetical sort. No faq.lang.php anymore (replaced by help.html). Only done for en_UK.iso-8859-1. git-svn-id: http://piwigo.org/svn/trunk@862 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-09-03- new : template yoga, made by yoDan, helped by chrisaga for integrationplegall1-1/+1
becomes the official template. git-svn-id: http://piwigo.org/svn/trunk@859 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-08-25- new : HTML BODY identifier to let CSS stylesheets manage specificplegall1-5/+11
behaviour. - deletion : admin/search useless - improvement : in admin/user_list, special behaviour for true/false fields (expand, show_comments) - new : gallery_title and gallery_description are displayed at the top of each page. - improvement : simplification in HTML for categories menu. - improvement : standardization of presentation in all public pages (identification, registration, search, profile, notification, comments, etc.) (not in ChangeLog, below this line) - add forgotten notification.php (should have been added in a previous commit) - [template cclear] deletion of useless class .bouton - [template cclear] for test purpose, new presentation of register page (using FORM.filter) - [template cclear] adaptation of admin/group_list from template default - [template cclear] deletion of obsolete admin/infos_images - [template cclear] deletion of obsolete admin/search_username - [template cclear] new icon register.png git-svn-id: http://piwigo.org/svn/trunk@850 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-08-18Let's begin the new customizable clear template :-)chrisaga1-16/+17
git-svn-id: http://piwigo.org/svn/trunk@820 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-04-26Bug 0000098: class "radio" sur les input de type "radio"gweltas1-15/+15
git-svn-id: http://piwigo.org/svn/trunk@771 68402e56-0260-453c-a942-63ccdbb3a9ee
2004-12-05- search modified : possible to partially fill the date, allwords areplegall1-10/+37
separated from more specific search, separation of HTML (in template) and PHP code) git-svn-id: http://piwigo.org/svn/trunk@634 68402e56-0260-453c-a942-63ccdbb3a9ee
2004-12-02Update of the user preferences panel.gweltas1-1/+0
Deletion of some PREFIX_TABLE occurences git-svn-id: http://piwigo.org/svn/trunk@630 68402e56-0260-453c-a942-63ccdbb3a9ee
2004-12-02Search form updategweltas1-6/+7
git-svn-id: http://piwigo.org/svn/trunk@629 68402e56-0260-453c-a942-63ccdbb3a9ee
2004-11-25New ergonomic form for search queries.gweltas1-100/+86
git-svn-id: http://piwigo.org/svn/trunk@621 68402e56-0260-453c-a942-63ccdbb3a9ee
2004-11-18Unification of "Return to main page" entry in the language files.gweltas1-1/+1
git-svn-id: http://piwigo.org/svn/trunk@607 68402e56-0260-453c-a942-63ccdbb3a9ee
2004-08-29corrects a bug in language item choicez0rglub1-1/+1
git-svn-id: http://piwigo.org/svn/trunk@501 68402e56-0260-453c-a942-63ccdbb3a9ee
2004-07-26new search form : finer search, on each field independantlyz0rglub1-15/+113
git-svn-id: http://piwigo.org/svn/trunk@458 68402e56-0260-453c-a942-63ccdbb3a9ee
2004-03-20- Template migrationgweltas1-59/+20
- Admin Control Panel migration - Language migration git-svn-id: http://piwigo.org/svn/trunk@393 68402e56-0260-453c-a942-63ccdbb3a9ee
2004-02-08Template migrationgweltas1-0/+59
git-svn-id: http://piwigo.org/svn/trunk@355 68402e56-0260-453c-a942-63ccdbb3a9ee