From: <var...@us...> - 2021-12-10 09:59:40
|
Revision: 10770 http://sourceforge.net/p/phpwiki/code/10770 Author: vargenau Date: 2021-12-10 09:59:39 +0000 (Fri, 10 Dec 2021) Log Message: ----------- pgsrc/Help%2FPhotoAlbumPlugin: there are no arguments desc and sort Modified Paths: -------------- trunk/pgsrc/Help%2FPhotoAlbumPlugin Modified: trunk/pgsrc/Help%2FPhotoAlbumPlugin =================================================================== --- trunk/pgsrc/Help%2FPhotoAlbumPlugin 2021-12-09 18:28:38 UTC (rev 10769) +++ trunk/pgsrc/Help%2FPhotoAlbumPlugin 2021-12-10 09:59:39 UTC (rev 10770) @@ -1,4 +1,4 @@ -Date: Wed, 8 Dec 2021 10:26:58 +0000 +Date: Fri, 10 Dec 2021 10:54:25 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.6.0) Content-Type: application/x-phpwiki; pagename=Help%2FPhotoAlbumPlugin; @@ -11,15 +11,7 @@ == Usage == {{{ -<<PhotoAlbum - src=http://server/textfile - mode=[column|row] - align=[center|left|right] - desc=true - sort=false - height=100% - width=100% ->> +<<PhotoAlbum arguments>> }}} == Arguments == @@ -34,7 +26,7 @@ |- | **src** | -Url or local path to a CSV textfile which separates filename and +URL or local path to a CSV textfile which separates filename and description of each photo. Photos listed in the text file have to be in same directory as the file. Descriptions are optional. @@ -44,8 +36,8 @@ | |- | **url** -| Defines the webpath to the srcdir directory -| +| Defines the webpath to the srcdir directory. +| //empty// |- | **mode** | @@ -88,20 +80,12 @@ | center, right or left | center |- -| **desc** -| Boolean. If true, display any descriptions given in the text file -| true -|- -| **sort** -| Sort images by file name -| By default the order in the text file is followed -|- | **bgcolor** -| cell bgcolor +| Cell background color | #eae8e8 (lightgrey) |- | **hlcolor** -| highlight color +| Highlight color | #c0c0ff (lightblue) |- | **height**, **width** This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |