aboutsummaryrefslogtreecommitdiffstats
path: root/themes/default/template/picture.tpl (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-12-22feature #379, multiple format, consider the original as a formatplegall1-1/+0
2015-12-20use window.SwitchBox instead of duplicating codeplegall1-13/+1
2015-12-20feature #379, multiple format, labelsplegall1-1/+1
Ability to customize, with $lang['format CR2'] = 'RAW Canon' (in LocalFiles Editor) for example
2015-12-17feature #379, multiple format, hide url on download linkplegall1-0/+2
2015-12-07feature #379 multiple format, step 2: download formatsplegall1-1/+31
* if formats are available, replace the download link on picture.php by a switchBox with all formats * register format in the history table for future statistics
2015-04-24Merged revision(s) 31080 from trunk:mistic1001-2/+2
invalid js in SwitchBox git-svn-id: http://piwigo.org/svn/branches/2.7@31104 68402e56-0260-453c-a942-63ccdbb3a9ee
2015-04-12invalid js in SwitchBoxmistic1001-2/+2
git-svn-id: http://piwigo.org/svn/trunk@31080 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-01more appropriate tooltipplegall1-1/+1
git-svn-id: http://piwigo.org/svn/trunk@29359 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-22feature 3095: add "comments_enable_website" param + GUImistic1001-2/+4
git-svn-id: http://piwigo.org/svn/trunk@28764 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-13simplified first and last holders in picture navigation...rvelices1-2/+2
git-svn-id: http://piwigo.org/svn/trunk@24881 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-10improved who can see this photo displayrvelices1-30/+17
git-svn-id: http://piwigo.org/svn/trunk@24837 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-07removed unnecessary   from pwg-icon classesrvelices1-9/+9
git-svn-id: http://piwigo.org/svn/trunk@24802 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-07-08- on picture.php do not set the prefetch link if already set by a pluginrvelices1-2/+2
- picture.tpl set the derivative size checkbox id to the correct name git-svn-id: http://piwigo.org/svn/trunk@23882 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-30on picture page add TITLE_ESC variable for every thumb to avoid escaping ↵rvelices1-4/+4
TITLE more than 40 times in the template... git-svn-id: http://piwigo.org/svn/trunk@23689 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-28bug:2918flop251-0/+8
Display a link for the fist and last page on picture.tpl, to go to the album 3 lang keys added git-svn-id: http://piwigo.org/svn/trunk@23642 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-23"Email" doesn't exist, use "Email address" insteadmistic1001-1/+1
git-svn-id: http://piwigo.org/svn/trunk@23490 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-23Smarty3 added 'translate_dec' compilermodifier (generated code is a lot ↵rvelices1-7/+2
better than $pwg->l10n_dec) git-svn-id: http://piwigo.org/svn/trunk@23476 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-22feature 2928: fctorize switchBox (now js is loaded async + also apply to the ↵rvelices1-3/+3
calendar type links on index page) git-svn-id: http://piwigo.org/svn/trunk@23437 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-20smarty 3 - first pass for tests rvelices1-1/+1
git-svn-id: http://piwigo.org/svn/trunk@23384 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-18feature:2928 Factorize JS code for switchBoxmistic1001-13/+6
switchBox("selector for link", "selector for box"); git-svn-id: http://piwigo.org/svn/trunk@23320 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-16feature:2785 Improve template method to sort actions buttonsmistic1001-0/+1
+ add default rank = 50 git-svn-id: http://piwigo.org/svn/trunk@23263 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-03-04typo fixed from r21175plegall1-1/+1
git-svn-id: http://piwigo.org/svn/trunk@21176 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-03-04bug 2859 fixed: sanitize of photo title before use in title/alt HTML attributesplegall1-4/+4
git-svn-id: http://piwigo.org/svn/trunk@21175 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-25on picture.php replace U_ADMIN url with U_PHOTO_ADMIN url to avoid being ↵rvelices1-2/+2
overriden by menubar and having to redefine it (U_ADMIN still there for 2.5 version for backward compatibility) git-svn-id: http://piwigo.org/svn/trunk@21039 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-12-26smarty bug introduced in r19575 mistic1001-2/+2
git-svn-id: http://piwigo.org/svn/trunk@19581 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-12-26feature 2816: {strip} smarty tag can introduce bugs in javascript + fix ↵mistic1001-2/+3
picture.tpl git-svn-id: http://piwigo.org/svn/trunk@19575 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-11-06- fill add comment form fields only if the input comment has been rejectedrvelices1-1/+1
- simplify templates git-svn-id: http://piwigo.org/svn/trunk@18950 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-10-27fix php warning + removed unnecessary  rvelices1-2/+2
git-svn-id: http://piwigo.org/svn/trunk@18757 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-09-23feature 2754: Add "Email" field for user comments + mandatory "Author" mistic1001-4/+8
git-svn-id: http://piwigo.org/svn/trunk@18164 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-09-18merge r17978 from branch 2.4 to trunkplegall1-0/+1
bug 2748 fixed: make sure scripts.js is loaded when we need phpWGOpenWindow git-svn-id: http://piwigo.org/svn/trunk@17979 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-08-03feature 2380: add URL for user comment mistic1001-1/+3
git-svn-id: http://piwigo.org/svn/trunk@17351 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-08-01merge-r17295 from branch 2.4 feature 2708: in admin, display allowed custom ↵rvelices1-1/+1
derivatives and ability to delete them git-svn-id: http://piwigo.org/svn/trunk@17302 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-05bug:2645 author field is kept when comment not validatedmistic1001-3/+3
git-svn-id: http://piwigo.org/svn/trunk@15570 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-05multisize - avoid php warning for rotation_angle; better error logging; ↵rvelices1-4/+2
javascript avoid navigation to empty # anchor git-svn-id: http://piwigo.org/svn/trunk@15551 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-14bug fixed: move $lang['%d rate'] from admin.lang.php to common.inc.php to ↵plegall1-2/+14
display "1 rate" on picture.php when relevant adapt picture.tpl to display "1 rate" if only 1 rate, instead of "1 rates". git-svn-id: http://piwigo.org/svn/trunk@14978 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-16"home url" is not always absolute with host name + html compaction - through ↵rvelices1-29/+25
removal of unused attributes, some white spaces ... git-svn-id: http://piwigo.org/svn/trunk@14180 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-03feature 2588: use jQuery() function instead of $(), avoiding possible ↵mistic1001-6/+6
conflicts with other frameworks git-svn-id: http://piwigo.org/svn/trunk@13870 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-02- comment edit form looks ok now with the new comment layoutrvelices1-26/+15
- removed unused css / simplify it - simplified jquery drop boxes ... git-svn-id: http://piwigo.org/svn/trunk@13865 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-01feature 2588: use jQuery to toggle derivatives and sort boxes + prevent ↵mistic1001-31/+35
boxes to overflow the page git-svn-id: http://piwigo.org/svn/trunk@13844 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-30remove significatn white space for compatibility with elegantrvelices1-4/+3
git-svn-id: http://piwigo.org/svn/trunk@13805 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-29removed unused css, merged some css, etc...rvelices1-19/+15
git-svn-id: http://piwigo.org/svn/trunk@13801 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-28feature 2588: bug correction on picture.tpl (privacylevelbox)Zaphod1-6/+4
git-svn-id: http://piwigo.org/svn/trunk@13787 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-28feature 2600: less info displayed by defaultplegall1-16/+11
On picture.php, if there is no data, hide author/tags/date creation/dimensions/filesize By default on picture.php, do not show file/filesize/dimensions By default on index.php, hide the "filter" icon in the menubar, hide the "flat" icon (the concept is complex to understand) git-svn-id: http://piwigo.org/svn/trunk@13782 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-27feature 2587: compatibility with ie7Zaphod1-2/+1
git-svn-id: http://piwigo.org/svn/trunk@13777 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-27feature 2588: uniformization of picture.tplZaphod1-112/+149
picture.tpl is merge between default theme & elegant theme. css adaptation to have the image info displayed as a table with default. git-svn-id: http://piwigo.org/svn/trunk@13774 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-27- remove unnecessary classes switchSelected switchUnselected (same effect ↵rvelices1-13/+11
acheved through visibility) - remove unused css git-svn-id: http://piwigo.org/svn/trunk@13773 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-26- small js fixes on index/picturervelices1-1/+1
- i.php does not use derivatives.dat file anymore (obsolete file) - better selection of derivatives in picture.php - larger sharpen real range in image.class.php git-svn-id: http://piwigo.org/svn/trunk@13736 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-25feature 2588: template modification for v2.4Zaphod1-4/+12
-> new class .switchBox for all boxes (sortOrder, derivative, etc...) -> new classes to help layout in switchBoxes: - .switchCheck for the check character - .switchSelected for the selected option - .switchUnselected for all other options -> new menubar.tpl with empty div #menuSwitcher git-svn-id: http://piwigo.org/svn/trunk@13729 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-23feature 2598: add sizes XXS and XSplegall1-1/+4
new label for sizes On picture.php, the current size is "checked" and javascript refreshed when switched (with jQuery) jQuery loaded by default on header.tpl (already loaded by thumbnails.tpl) git-svn-id: http://piwigo.org/svn/trunk@13683 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-06added event for src image urlrvelices1-4/+2
simplify js in picture.tpl action.php fix history saving git-svn-id: http://piwigo.org/svn/trunk@13489 68402e56-0260-453c-a942-63ccdbb3a9ee