diff -rc --new-file Apache-Gallery-1.0.1-cpan/MANIFEST Apache-Gallery-1.0.1.1/MANIFEST
*** Apache-Gallery-1.0.1-cpan/MANIFEST 2011-02-23 11:44:40.000000000 -0800
--- Apache-Gallery-1.0.1.1/MANIFEST 2011-03-21 05:22:30.000000000 -0700
***************
*** 15,20 ****
--- 15,21 ----
htdocs/video-wmv.png
INSTALL
lib/Apache/Gallery.pm
+ lib/Apache/Gallery/Template.pm
LICENSE
Makefile.PL
MANIFEST
diff -rc --new-file Apache-Gallery-1.0.1-cpan/t/003_comment.t Apache-Gallery-1.0.1.1/t/003_comment.t
*** Apache-Gallery-1.0.1-cpan/t/003_comment.t 2011-02-22 12:53:57.000000000 -0800
--- Apache-Gallery-1.0.1.1/t/003_comment.t 2011-03-21 05:52:08.000000000 -0700
***************
*** 5,8 ****
my $comment = Apache::Gallery::get_comment("t/003_commenttest");
is ( $comment->{TITLE}, "My test title", 'Title');
! is ( $comment->{COMMENT}, "My test comment", 'Comment');
--- 5,8 ----
my $comment = Apache::Gallery::get_comment("t/003_commenttest");
is ( $comment->{TITLE}, "My test title", 'Title');
! is ( $comment->{COMMENT}, "My test comment\n", 'Comment');
diff -rc --new-file Apache-Gallery-1.0.1-cpan/templates/bright-tt2/dircomment.tt2 Apache-Gallery-1.0.1.1/templates/bright-tt2/dircomment.tt2
*** Apache-Gallery-1.0.1-cpan/templates/bright-tt2/dircomment.tt2 1969-12-31 16:00:00.000000000 -0800
--- Apache-Gallery-1.0.1.1/templates/bright-tt2/dircomment.tt2 2011-03-21 05:36:19.000000000 -0700
***************
*** 0 ****
--- 1,11 ----
+
+
+
+
+ |
+ [% COMMENT %]
+ |
+
+
+ |
+
diff -rc --new-file Apache-Gallery-1.0.1-cpan/templates/bright-tt2/directory.tt2 Apache-Gallery-1.0.1.1/templates/bright-tt2/directory.tt2
*** Apache-Gallery-1.0.1-cpan/templates/bright-tt2/directory.tt2 1969-12-31 16:00:00.000000000 -0800
--- Apache-Gallery-1.0.1.1/templates/bright-tt2/directory.tt2 2011-03-21 05:36:19.000000000 -0700
***************
*** 0 ****
--- 1 ----
+
diff -rc --new-file Apache-Gallery-1.0.1-cpan/templates/bright-tt2/error.tt2 Apache-Gallery-1.0.1.1/templates/bright-tt2/error.tt2
*** Apache-Gallery-1.0.1-cpan/templates/bright-tt2/error.tt2 1969-12-31 16:00:00.000000000 -0800
--- Apache-Gallery-1.0.1.1/templates/bright-tt2/error.tt2 2011-03-21 05:36:19.000000000 -0700
***************
*** 0 ****
--- 1,22 ----
+
+
+
+ [% ERRORTITLE %]
+ [% ERROR %]
+ Back
+ |
+
+
+
+
diff -rc --new-file Apache-Gallery-1.0.1-cpan/templates/bright-tt2/file.tt2 Apache-Gallery-1.0.1.1/templates/bright-tt2/file.tt2
*** Apache-Gallery-1.0.1-cpan/templates/bright-tt2/file.tt2 1969-12-31 16:00:00.000000000 -0800
--- Apache-Gallery-1.0.1.1/templates/bright-tt2/file.tt2 2011-03-21 05:36:19.000000000 -0700
***************
*** 0 ****
--- 1 ----
+
diff -rc --new-file Apache-Gallery-1.0.1-cpan/templates/bright-tt2/gallery.css Apache-Gallery-1.0.1.1/templates/bright-tt2/gallery.css
*** Apache-Gallery-1.0.1-cpan/templates/bright-tt2/gallery.css 1969-12-31 16:00:00.000000000 -0800
--- Apache-Gallery-1.0.1.1/templates/bright-tt2/gallery.css 2011-03-21 05:26:51.000000000 -0700
***************
*** 0 ****
--- 1,145 ----
+ body {
+ background-color: #eee;
+ font-family: tahoma, verdana, sans-serif;
+ color: #555;
+ text-align: center;
+ font-size: 11px;
+ margin: 10px;
+ }
+ td {
+ font-size: 11px;
+ }
+ a {
+ color: #506677;
+ text-decoration: none;
+ }
+ a:hover {
+ text-decoration: underline;
+ }
+ table {
+ margin: auto;
+ }
+ .gallery-info {
+ text-align: left;
+ margin-bottom: 30px;
+ }
+ /*
+ .img-white {
+ margin: 0px auto;
+ float: left;
+ background: url(/eeeBorder.gif) no-repeat top left;
+ }
+ .img-shadow {
+ float: left;
+ background: url(/eeeshadow.gif) no-repeat bottom right;
+ }
+ */
+ .img-border {
+ background-color: #fff;
+ border: 1px solid #555;
+ padding: 8px;
+ font-size: 11px;
+ margin: 6px;
+ text-align: right;
+ }
+ .img-shadow img {
+ border: 2px solid #ddd;
+ border-left: 2px solid #999;
+ border-top: 2px solid #999;
+ }
+ .img-border div {
+ margin-top: 4px;
+ }
+ .clr {
+ clear: both;
+ }
+ div.gallery-nav {
+ float: right;
+ text-align: right;
+ }
+ div.gallery-info {
+ float: left;
+ text-align: left;
+ }
+ div.gallery-info a {
+ }
+ div.gallery-info:hover {
+ color: #000;
+ }
+ div.gallery-info:hover a {
+ color: #5b8db2;
+ }
+ .img-info {
+ margin-bottom: 5px;
+ }
+ .img-info:hover {
+ color: #000;
+ }
+ .comment {
+ margin-bottom: 5px;
+ font-size: 18px;
+ }
+ .comment:hover {
+ color: #000;
+ font-size: 18px;
+ }
+ .img-options {
+ margin-top: 10px;
+ margin-bottom: 100px;
+ }
+ .img-options:hover {
+ color: #000;
+ }
+ .img-options:hover a {
+ color: #5b8db2;
+ }
+ .aginfo:hover {
+ color: #000;
+ }
+ .aginfo:hover a {
+ color: #0066b2;
+ }
+ #directory {
+ background-color: #fff;
+ border: 4px solid #ddd;
+ padding: 20px;
+ text-align: left;
+ top: 0px;
+ width: 620px;
+ }
+ .directory-preview {
+ background-color: #fff;
+ border: 4px solid #ddd;
+ padding: 20px;
+ text-align: left;
+ top: 0px;
+ width: 200px;
+ height: 50px;
+ }
+ .thumb {
+ float: left;
+ text-align: center;
+ width: 150px;
+ height: 150px;
+ margin: 2px;
+ }
+ .thumb img {
+ border-color: #506677;
+ vertical-align: middle;
+ }
+ .folder {
+ float: left;
+ height: 100px;
+ padding: 2px;
+ text-align: center;
+ width: 120px;
+ }
+ .folder img {
+ border: 0px;
+ }
+ .folder a:hover img {
+ border: 0px;
+ }
+ .folder a:hover {
+ text-decoration: none;
+ }
diff -rc --new-file Apache-Gallery-1.0.1-cpan/templates/bright-tt2/index.tt2 Apache-Gallery-1.0.1.1/templates/bright-tt2/index.tt2
*** Apache-Gallery-1.0.1-cpan/templates/bright-tt2/index.tt2 1969-12-31 16:00:00.000000000 -0800
--- Apache-Gallery-1.0.1.1/templates/bright-tt2/index.tt2 2011-03-21 05:36:19.000000000 -0700
***************
*** 0 ****
--- 1,25 ----
+
+ [% MENU %]
+
+ [% BROWSELINKS %]
+
+
+ [% FORM_BEGIN %]
+
+
+
+ [% PREV_DIR_FILES %]
+ |
+
+ [% FILES %]
+
+ |
+ [% NEXT_DIR_FILES %]
+
+
+ [% DIRCOMMENT %]
+
+
+ [% FORM_END %]
diff -rc --new-file Apache-Gallery-1.0.1-cpan/templates/bright-tt2/info.tt2 Apache-Gallery-1.0.1.1/templates/bright-tt2/info.tt2
*** Apache-Gallery-1.0.1-cpan/templates/bright-tt2/info.tt2 1969-12-31 16:00:00.000000000 -0800
--- Apache-Gallery-1.0.1.1/templates/bright-tt2/info.tt2 2011-03-21 05:36:19.000000000 -0700
***************
*** 0 ****
--- 1 ----
+ [% KEY %]: [% VALUE %]
diff -rc --new-file Apache-Gallery-1.0.1-cpan/templates/bright-tt2/intervalactive.tt2 Apache-Gallery-1.0.1.1/templates/bright-tt2/intervalactive.tt2
*** Apache-Gallery-1.0.1-cpan/templates/bright-tt2/intervalactive.tt2 1969-12-31 16:00:00.000000000 -0800
--- Apache-Gallery-1.0.1.1/templates/bright-tt2/intervalactive.tt2 2011-03-21 05:36:19.000000000 -0700
***************
*** 0 ****
--- 1 ----
+ [% SECONDS %]
diff -rc --new-file Apache-Gallery-1.0.1-cpan/templates/bright-tt2/interval.tt2 Apache-Gallery-1.0.1.1/templates/bright-tt2/interval.tt2
*** Apache-Gallery-1.0.1-cpan/templates/bright-tt2/interval.tt2 1969-12-31 16:00:00.000000000 -0800
--- Apache-Gallery-1.0.1.1/templates/bright-tt2/interval.tt2 2011-03-21 05:36:19.000000000 -0700
***************
*** 0 ****
--- 1 ----
+ [% SECONDS %]
diff -rc --new-file Apache-Gallery-1.0.1-cpan/templates/bright-tt2/layout.tt2 Apache-Gallery-1.0.1.1/templates/bright-tt2/layout.tt2
*** Apache-Gallery-1.0.1-cpan/templates/bright-tt2/layout.tt2 1969-12-31 16:00:00.000000000 -0800
--- Apache-Gallery-1.0.1.1/templates/bright-tt2/layout.tt2 2011-03-21 19:51:07.000000000 -0700
***************
*** 0 ****
--- 1,18 ----
+
+
+
+
+
+ [% TITLE %]
+
+
+ [% meta %]
+
+
+
+ [% MAIN %]
+
+
diff -rc --new-file Apache-Gallery-1.0.1-cpan/templates/bright-tt2/navdirectory.tt2 Apache-Gallery-1.0.1.1/templates/bright-tt2/navdirectory.tt2
*** Apache-Gallery-1.0.1-cpan/templates/bright-tt2/navdirectory.tt2 1969-12-31 16:00:00.000000000 -0800
--- Apache-Gallery-1.0.1.1/templates/bright-tt2/navdirectory.tt2 2011-03-21 05:36:19.000000000 -0700
***************
*** 0 ****
--- 1,6 ----
+
+
+ |
diff -rc --new-file Apache-Gallery-1.0.1-cpan/templates/bright-tt2/navpicture.tt2 Apache-Gallery-1.0.1.1/templates/bright-tt2/navpicture.tt2
*** Apache-Gallery-1.0.1-cpan/templates/bright-tt2/navpicture.tt2 1969-12-31 16:00:00.000000000 -0800
--- Apache-Gallery-1.0.1.1/templates/bright-tt2/navpicture.tt2 2011-03-21 05:36:19.000000000 -0700
***************
*** 0 ****
--- 1 ----
+ [% DIRECTION %]
diff -rc --new-file Apache-Gallery-1.0.1-cpan/templates/bright-tt2/orig.tt2 Apache-Gallery-1.0.1.1/templates/bright-tt2/orig.tt2
*** Apache-Gallery-1.0.1-cpan/templates/bright-tt2/orig.tt2 1969-12-31 16:00:00.000000000 -0800
--- Apache-Gallery-1.0.1.1/templates/bright-tt2/orig.tt2 2011-03-21 05:36:19.000000000 -0700
***************
*** 0 ****
--- 1 ----
+ Original
diff -rc --new-file Apache-Gallery-1.0.1-cpan/templates/bright-tt2/pictureinfo.tt2 Apache-Gallery-1.0.1.1/templates/bright-tt2/pictureinfo.tt2
*** Apache-Gallery-1.0.1-cpan/templates/bright-tt2/pictureinfo.tt2 1969-12-31 16:00:00.000000000 -0800
--- Apache-Gallery-1.0.1.1/templates/bright-tt2/pictureinfo.tt2 2011-03-21 05:36:19.000000000 -0700
***************
*** 0 ****
--- 1,5 ----
+
+
+ [% INFO %]
+ [% COMMENT %]
+
diff -rc --new-file Apache-Gallery-1.0.1-cpan/templates/bright-tt2/picture.tt2 Apache-Gallery-1.0.1.1/templates/bright-tt2/picture.tt2
*** Apache-Gallery-1.0.1-cpan/templates/bright-tt2/picture.tt2 1969-12-31 16:00:00.000000000 -0800
--- Apache-Gallery-1.0.1.1/templates/bright-tt2/picture.tt2 2011-03-21 05:36:19.000000000 -0700
***************
*** 0 ****
--- 1 ----
+ ![[% FILE %] - [% DATE %]]([% SRC %])
[% SELECT %]
diff -rc --new-file Apache-Gallery-1.0.1-cpan/templates/bright-tt2/README Apache-Gallery-1.0.1.1/templates/bright-tt2/README
*** Apache-Gallery-1.0.1-cpan/templates/bright-tt2/README 1969-12-31 16:00:00.000000000 -0800
--- Apache-Gallery-1.0.1.1/templates/bright-tt2/README 2011-03-21 05:26:51.000000000 -0700
***************
*** 0 ****
--- 1,9 ----
+ For this template to work the first two of the following options are a necessity, option three and four only completes the
+ design. Option two should of course be hacked to fit the EXIF from your camera.
+
+ Remember to copy the new gallery.css to your DocumentRoot as well.
+
+ PerlSetVar GalleryEXIFMode 'variables'
+ PerlSetVar GalleryInfo 'Model => Model, Timestamp => DateTimeOriginal, Exposure Time => ExposureTime, ISO Speed Rating => ISOSpeedRatings, Focal Length => FocalLength, ApertureValue => ApertureValue, Flash => Flash'
+ PerlSetVar GalleryThumbnailSize '140x105'
+ PerlSetVar GalleryThumbnailSizeLS 1
diff -rc --new-file Apache-Gallery-1.0.1-cpan/templates/bright-tt2/refresh.tt2 Apache-Gallery-1.0.1.1/templates/bright-tt2/refresh.tt2
*** Apache-Gallery-1.0.1-cpan/templates/bright-tt2/refresh.tt2 1969-12-31 16:00:00.000000000 -0800
--- Apache-Gallery-1.0.1.1/templates/bright-tt2/refresh.tt2 2011-03-21 05:36:19.000000000 -0700
***************
*** 0 ****
--- 1 ----
+
diff -rc --new-file Apache-Gallery-1.0.1-cpan/templates/bright-tt2/rss_item.tt2 Apache-Gallery-1.0.1.1/templates/bright-tt2/rss_item.tt2
*** Apache-Gallery-1.0.1-cpan/templates/bright-tt2/rss_item.tt2 1969-12-31 16:00:00.000000000 -0800
--- Apache-Gallery-1.0.1.1/templates/bright-tt2/rss_item.tt2 2011-03-21 05:36:19.000000000 -0700
***************
*** 0 ****
--- 1,6 ----
+ -
+ [% TITLE %]
+ [% LINK %]
+
+
+
diff -rc --new-file Apache-Gallery-1.0.1-cpan/templates/bright-tt2/rss.tt2 Apache-Gallery-1.0.1.1/templates/bright-tt2/rss.tt2
*** Apache-Gallery-1.0.1-cpan/templates/bright-tt2/rss.tt2 1969-12-31 16:00:00.000000000 -0800
--- Apache-Gallery-1.0.1.1/templates/bright-tt2/rss.tt2 2011-03-21 05:36:19.000000000 -0700
***************
*** 0 ****
--- 1,6 ----
+
+
+
+ [% ITEMS %]
+
+
diff -rc --new-file Apache-Gallery-1.0.1-cpan/templates/bright-tt2/scaleactive.tt2 Apache-Gallery-1.0.1.1/templates/bright-tt2/scaleactive.tt2
*** Apache-Gallery-1.0.1-cpan/templates/bright-tt2/scaleactive.tt2 1969-12-31 16:00:00.000000000 -0800
--- Apache-Gallery-1.0.1.1/templates/bright-tt2/scaleactive.tt2 2011-03-21 05:36:19.000000000 -0700
***************
*** 0 ****
--- 1 ----
+ [% SIZE %]
diff -rc --new-file Apache-Gallery-1.0.1-cpan/templates/bright-tt2/scale.tt2 Apache-Gallery-1.0.1.1/templates/bright-tt2/scale.tt2
*** Apache-Gallery-1.0.1-cpan/templates/bright-tt2/scale.tt2 1969-12-31 16:00:00.000000000 -0800
--- Apache-Gallery-1.0.1.1/templates/bright-tt2/scale.tt2 2011-03-21 05:36:19.000000000 -0700
***************
*** 0 ****
--- 1 ----
+ [% SIZE %]
diff -rc --new-file Apache-Gallery-1.0.1-cpan/templates/bright-tt2/showpicture.tt2 Apache-Gallery-1.0.1.1/templates/bright-tt2/showpicture.tt2
*** Apache-Gallery-1.0.1-cpan/templates/bright-tt2/showpicture.tt2 1969-12-31 16:00:00.000000000 -0800
--- Apache-Gallery-1.0.1.1/templates/bright-tt2/showpicture.tt2 2011-03-21 19:51:45.000000000 -0700
***************
*** 0 ****
--- 1,38 ----
+
+ [% MENU %]
+
+
+ [% back %] -
up - [% next %]
+
+
+
+
+ IMG [% NUMBER %] of [% TOTAL %]
+ | [% EXIF_DATETIMEORIGINAL %]
+ | [% EXIF_EXPOSURETIME %]s
+ | [% EXIF_ISOSPEEDRATINGS %]iso
+ | [% EXIF_FOCALLENGTH %]
+ | [% EXIF_APERTUREVALUE %]
+
+
+
+
+
+
+
+ ![* Image [% NUMBER %]]([% SRC %])
+ [% PICTUREINFO %]
+
+
+
+ |
+
+
+
+
+ [ Size: [% SIZES %] | Slideshow: [% SLIDESHOW %] ]
+
+
+
diff -rc --new-file Apache-Gallery-1.0.1-cpan/templates/bright-tt2/slideshowisoff.tt2 Apache-Gallery-1.0.1.1/templates/bright-tt2/slideshowisoff.tt2
*** Apache-Gallery-1.0.1-cpan/templates/bright-tt2/slideshowisoff.tt2 1969-12-31 16:00:00.000000000 -0800
--- Apache-Gallery-1.0.1.1/templates/bright-tt2/slideshowisoff.tt2 2011-03-21 05:36:19.000000000 -0700
***************
*** 0 ****
--- 1 ----
+ Off
diff -rc --new-file Apache-Gallery-1.0.1-cpan/templates/bright-tt2/slideshowoff.tt2 Apache-Gallery-1.0.1.1/templates/bright-tt2/slideshowoff.tt2
*** Apache-Gallery-1.0.1-cpan/templates/bright-tt2/slideshowoff.tt2 1969-12-31 16:00:00.000000000 -0800
--- Apache-Gallery-1.0.1.1/templates/bright-tt2/slideshowoff.tt2 2011-03-21 05:36:19.000000000 -0700
***************
*** 0 ****
--- 1 ----
+ Off
diff -rc --new-file Apache-Gallery-1.0.1-cpan/templates/default-tt2/dircomment.tt2 Apache-Gallery-1.0.1.1/templates/default-tt2/dircomment.tt2
*** Apache-Gallery-1.0.1-cpan/templates/default-tt2/dircomment.tt2 1969-12-31 16:00:00.000000000 -0800
--- Apache-Gallery-1.0.1.1/templates/default-tt2/dircomment.tt2 2011-03-21 05:36:26.000000000 -0700
***************
*** 0 ****
--- 1,11 ----
+
+
+
+
+ |
+ [% COMMENT %]
+ |
+
+
+ |
+
diff -rc --new-file Apache-Gallery-1.0.1-cpan/templates/default-tt2/directory.tt2 Apache-Gallery-1.0.1.1/templates/default-tt2/directory.tt2
*** Apache-Gallery-1.0.1-cpan/templates/default-tt2/directory.tt2 1969-12-31 16:00:00.000000000 -0800
--- Apache-Gallery-1.0.1.1/templates/default-tt2/directory.tt2 2011-03-21 05:36:26.000000000 -0700
***************
*** 0 ****
--- 1 ----
+
diff -rc --new-file Apache-Gallery-1.0.1-cpan/templates/default-tt2/error.tt2 Apache-Gallery-1.0.1.1/templates/default-tt2/error.tt2
*** Apache-Gallery-1.0.1-cpan/templates/default-tt2/error.tt2 1969-12-31 16:00:00.000000000 -0800
--- Apache-Gallery-1.0.1.1/templates/default-tt2/error.tt2 2011-03-21 05:36:26.000000000 -0700
***************
*** 0 ****
--- 1,9 ----
+
+
+
+ [% ERRORTITLE %]
+ [% ERROR %]
+ Back
+ |
+
+
diff -rc --new-file Apache-Gallery-1.0.1-cpan/templates/default-tt2/file.tt2 Apache-Gallery-1.0.1.1/templates/default-tt2/file.tt2
*** Apache-Gallery-1.0.1-cpan/templates/default-tt2/file.tt2 1969-12-31 16:00:00.000000000 -0800
--- Apache-Gallery-1.0.1.1/templates/default-tt2/file.tt2 2011-03-21 05:36:26.000000000 -0700
***************
*** 0 ****
--- 1 ----
+
diff -rc --new-file Apache-Gallery-1.0.1-cpan/templates/default-tt2/gallery.css Apache-Gallery-1.0.1.1/templates/default-tt2/gallery.css
*** Apache-Gallery-1.0.1-cpan/templates/default-tt2/gallery.css 1969-12-31 16:00:00.000000000 -0800
--- Apache-Gallery-1.0.1.1/templates/default-tt2/gallery.css 2011-03-21 05:26:52.000000000 -0700
***************
*** 0 ****
--- 1,66 ----
+ body {
+ background-color: #cccccc;
+ font-family: Verdana, Lucida, Arial;
+ font-size: 10px;
+ margin-left: 10px;
+ margin-top: 10px;
+ text-align: center;
+ }
+ td {
+ font-size: 10px;
+ }
+ table {
+ margin-left: auto;
+ margin-right: auto;
+ }
+ #menu {
+ font-size: 11px;
+ text-align: left;
+ height: 30px;
+ }
+ #nav {
+ font-size: 11px;
+ text-align: left;
+ height: 30px;
+ text-align: right;
+ }
+ #directory {
+ background-color: #ffffff;
+ border: 1px solid #666666;
+ padding: 20px;
+ text-align: left;
+ top: 0px;
+ }
+ #folder {
+ float: left;
+ height: 100px;
+ padding: 2px;
+ text-align: center;
+ width: 120px;
+ }
+ #picture img {
+ border: 1px solid #000000;
+ }
+ a {
+ color: #5555aa;
+ }
+ a img {
+ border: 2px solid #5555aa;
+ }
+ a:hover {
+ color: #ff9400;
+ }
+ a:hover img {
+ border: 2px solid #ff9400;
+ }
+ #folder img {
+ border: 0px;
+ }
+ .info {
+ background-color: #eeeeee;
+ border: 1px dashed #888888;
+ color: #666666;
+ font-size: 10px;
+ margin: 10px;
+ padding: 5px;
+ }
diff -rc --new-file Apache-Gallery-1.0.1-cpan/templates/default-tt2/index.tt2 Apache-Gallery-1.0.1.1/templates/default-tt2/index.tt2
*** Apache-Gallery-1.0.1-cpan/templates/default-tt2/index.tt2 1969-12-31 16:00:00.000000000 -0800
--- Apache-Gallery-1.0.1.1/templates/default-tt2/index.tt2 2011-03-21 05:36:26.000000000 -0700
***************
*** 0 ****
--- 1,23 ----
+
+
+
+ [% BROWSELINKS %]
+
+
+
+ |
+
+ [% FILES %]
+
+ |
+
+ [% DIRCOMMENT %]
+
+ |
+ Indexed by Apache::Gallery - Copyright © 2001-2005 Michael Legart - Hest Design!
+ |
+
+
+
diff -rc --new-file Apache-Gallery-1.0.1-cpan/templates/default-tt2/info.tt2 Apache-Gallery-1.0.1.1/templates/default-tt2/info.tt2
*** Apache-Gallery-1.0.1-cpan/templates/default-tt2/info.tt2 1969-12-31 16:00:00.000000000 -0800
--- Apache-Gallery-1.0.1.1/templates/default-tt2/info.tt2 2011-03-21 05:36:26.000000000 -0700
***************
*** 0 ****
--- 1 ----
+ [% KEY %]: [% VALUE %]
diff -rc --new-file Apache-Gallery-1.0.1-cpan/templates/default-tt2/intervalactive.tt2 Apache-Gallery-1.0.1.1/templates/default-tt2/intervalactive.tt2
*** Apache-Gallery-1.0.1-cpan/templates/default-tt2/intervalactive.tt2 1969-12-31 16:00:00.000000000 -0800
--- Apache-Gallery-1.0.1.1/templates/default-tt2/intervalactive.tt2 2011-03-21 05:36:26.000000000 -0700
***************
*** 0 ****
--- 1 ----
+ [% SECONDS %]
diff -rc --new-file Apache-Gallery-1.0.1-cpan/templates/default-tt2/interval.tt2 Apache-Gallery-1.0.1.1/templates/default-tt2/interval.tt2
*** Apache-Gallery-1.0.1-cpan/templates/default-tt2/interval.tt2 1969-12-31 16:00:00.000000000 -0800
--- Apache-Gallery-1.0.1.1/templates/default-tt2/interval.tt2 2011-03-21 05:36:26.000000000 -0700
***************
*** 0 ****
--- 1 ----
+ [% SECONDS %]
diff -rc --new-file Apache-Gallery-1.0.1-cpan/templates/default-tt2/layout.tt2 Apache-Gallery-1.0.1.1/templates/default-tt2/layout.tt2
*** Apache-Gallery-1.0.1-cpan/templates/default-tt2/layout.tt2 1969-12-31 16:00:00.000000000 -0800
--- Apache-Gallery-1.0.1.1/templates/default-tt2/layout.tt2 2011-03-21 19:51:13.000000000 -0700
***************
*** 0 ****
--- 1,14 ----
+
+
+
+
+ [% TITLE %]
+
+ [% meta %]
+
+
+
+ [% MAIN %]
+
+
diff -rc --new-file Apache-Gallery-1.0.1-cpan/templates/default-tt2/navdirectory.tt2 Apache-Gallery-1.0.1.1/templates/default-tt2/navdirectory.tt2
*** Apache-Gallery-1.0.1-cpan/templates/default-tt2/navdirectory.tt2 1969-12-31 16:00:00.000000000 -0800
--- Apache-Gallery-1.0.1.1/templates/default-tt2/navdirectory.tt2 2011-03-21 20:41:33.000000000 -0700
***************
*** 0 ****
--- 1,6 ----
+
+
+ |
diff -rc --new-file Apache-Gallery-1.0.1-cpan/templates/default-tt2/navpicture.tt2 Apache-Gallery-1.0.1.1/templates/default-tt2/navpicture.tt2
*** Apache-Gallery-1.0.1-cpan/templates/default-tt2/navpicture.tt2 1969-12-31 16:00:00.000000000 -0800
--- Apache-Gallery-1.0.1.1/templates/default-tt2/navpicture.tt2 2011-03-21 05:36:26.000000000 -0700
***************
*** 0 ****
--- 1 ----
+ 
[% DIRECTION %] - [% FILENAME %]
diff -rc --new-file Apache-Gallery-1.0.1-cpan/templates/default-tt2/nopictureinfo.tt2 Apache-Gallery-1.0.1.1/templates/default-tt2/nopictureinfo.tt2
*** Apache-Gallery-1.0.1-cpan/templates/default-tt2/nopictureinfo.tt2 1969-12-31 16:00:00.000000000 -0800
--- Apache-Gallery-1.0.1.1/templates/default-tt2/nopictureinfo.tt2 2011-03-21 05:36:26.000000000 -0700
***************
*** 0 ****
--- 1,11 ----
+
+
+
+
+ |
diff -rc --new-file Apache-Gallery-1.0.1-cpan/templates/default-tt2/orig.tt2 Apache-Gallery-1.0.1.1/templates/default-tt2/orig.tt2
*** Apache-Gallery-1.0.1-cpan/templates/default-tt2/orig.tt2 1969-12-31 16:00:00.000000000 -0800
--- Apache-Gallery-1.0.1.1/templates/default-tt2/orig.tt2 2011-03-21 05:36:26.000000000 -0700
***************
*** 0 ****
--- 1 ----
+ Original
diff -rc --new-file Apache-Gallery-1.0.1-cpan/templates/default-tt2/pictureinfo.tt2 Apache-Gallery-1.0.1.1/templates/default-tt2/pictureinfo.tt2
*** Apache-Gallery-1.0.1-cpan/templates/default-tt2/pictureinfo.tt2 1969-12-31 16:00:00.000000000 -0800
--- Apache-Gallery-1.0.1.1/templates/default-tt2/pictureinfo.tt2 2011-03-21 05:36:26.000000000 -0700
***************
*** 0 ****
--- 1,12 ----
+
+
+
+
+ |
+ [% COMMENT %]
+ [% INFO %]
+ |
+
+
+
+ |
diff -rc --new-file Apache-Gallery-1.0.1-cpan/templates/default-tt2/picture.tt2 Apache-Gallery-1.0.1.1/templates/default-tt2/picture.tt2
*** Apache-Gallery-1.0.1-cpan/templates/default-tt2/picture.tt2 1969-12-31 16:00:00.000000000 -0800
--- Apache-Gallery-1.0.1.1/templates/default-tt2/picture.tt2 2011-03-21 05:36:26.000000000 -0700
***************
*** 0 ****
--- 1 ----
+
diff -rc --new-file Apache-Gallery-1.0.1-cpan/templates/default-tt2/refresh.tt2 Apache-Gallery-1.0.1.1/templates/default-tt2/refresh.tt2
*** Apache-Gallery-1.0.1-cpan/templates/default-tt2/refresh.tt2 1969-12-31 16:00:00.000000000 -0800
--- Apache-Gallery-1.0.1.1/templates/default-tt2/refresh.tt2 2011-03-21 05:36:26.000000000 -0700
***************
*** 0 ****
--- 1 ----
+
diff -rc --new-file Apache-Gallery-1.0.1-cpan/templates/default-tt2/rss_item.tt2 Apache-Gallery-1.0.1.1/templates/default-tt2/rss_item.tt2
*** Apache-Gallery-1.0.1-cpan/templates/default-tt2/rss_item.tt2 1969-12-31 16:00:00.000000000 -0800
--- Apache-Gallery-1.0.1.1/templates/default-tt2/rss_item.tt2 2011-03-21 05:36:26.000000000 -0700
***************
*** 0 ****
--- 1,6 ----
+ -
+ [% TITLE %]
+ [% LINK %]
+
+
+
diff -rc --new-file Apache-Gallery-1.0.1-cpan/templates/default-tt2/rss.tt2 Apache-Gallery-1.0.1.1/templates/default-tt2/rss.tt2
*** Apache-Gallery-1.0.1-cpan/templates/default-tt2/rss.tt2 1969-12-31 16:00:00.000000000 -0800
--- Apache-Gallery-1.0.1.1/templates/default-tt2/rss.tt2 2011-03-21 05:36:26.000000000 -0700
***************
*** 0 ****
--- 1,6 ----
+
+
+
+ [% ITEMS %]
+
+
diff -rc --new-file Apache-Gallery-1.0.1-cpan/templates/default-tt2/scaleactive.tt2 Apache-Gallery-1.0.1.1/templates/default-tt2/scaleactive.tt2
*** Apache-Gallery-1.0.1-cpan/templates/default-tt2/scaleactive.tt2 1969-12-31 16:00:00.000000000 -0800
--- Apache-Gallery-1.0.1.1/templates/default-tt2/scaleactive.tt2 2011-03-21 05:36:26.000000000 -0700
***************
*** 0 ****
--- 1 ----
+ [% SIZE %]
diff -rc --new-file Apache-Gallery-1.0.1-cpan/templates/default-tt2/scale.tt2 Apache-Gallery-1.0.1.1/templates/default-tt2/scale.tt2
*** Apache-Gallery-1.0.1-cpan/templates/default-tt2/scale.tt2 1969-12-31 16:00:00.000000000 -0800
--- Apache-Gallery-1.0.1.1/templates/default-tt2/scale.tt2 2011-03-21 05:36:26.000000000 -0700
***************
*** 0 ****
--- 1 ----
+ [% SIZE %]
diff -rc --new-file Apache-Gallery-1.0.1-cpan/templates/default-tt2/showpicture.tt2 Apache-Gallery-1.0.1.1/templates/default-tt2/showpicture.tt2
*** Apache-Gallery-1.0.1-cpan/templates/default-tt2/showpicture.tt2 1969-12-31 16:00:00.000000000 -0800
--- Apache-Gallery-1.0.1.1/templates/default-tt2/showpicture.tt2 2011-03-21 19:52:05.000000000 -0700
***************
*** 0 ****
--- 1,33 ----
+
+
+
+
+
+
+
+ Viewing picture [% NUMBER %] of [% TOTAL %] at [% RESOLUTION %] pixels
+ 
+ Size [ [% SIZES %] ]
+ Slideshow [ [% SLIDESHOW %] ]
+
+ |
+
+
+ | [% back %] |
+
+ [% PICTUREINFO %]
+
+ [% next %] |
+
+
+ |
+
+ |
+
+
+
+
diff -rc --new-file Apache-Gallery-1.0.1-cpan/templates/default-tt2/slideshowisoff.tt2 Apache-Gallery-1.0.1.1/templates/default-tt2/slideshowisoff.tt2
*** Apache-Gallery-1.0.1-cpan/templates/default-tt2/slideshowisoff.tt2 1969-12-31 16:00:00.000000000 -0800
--- Apache-Gallery-1.0.1.1/templates/default-tt2/slideshowisoff.tt2 2011-03-21 05:36:26.000000000 -0700
***************
*** 0 ****
--- 1 ----
+ Off
diff -rc --new-file Apache-Gallery-1.0.1-cpan/templates/default-tt2/slideshowoff.tt2 Apache-Gallery-1.0.1.1/templates/default-tt2/slideshowoff.tt2
*** Apache-Gallery-1.0.1-cpan/templates/default-tt2/slideshowoff.tt2 1969-12-31 16:00:00.000000000 -0800
--- Apache-Gallery-1.0.1.1/templates/default-tt2/slideshowoff.tt2 2011-03-21 05:36:26.000000000 -0700
***************
*** 0 ****
--- 1 ----
+ Off
diff -rc --new-file Apache-Gallery-1.0.1-cpan/templates/new-tt2/dircomment.tt2 Apache-Gallery-1.0.1.1/templates/new-tt2/dircomment.tt2
*** Apache-Gallery-1.0.1-cpan/templates/new-tt2/dircomment.tt2 1969-12-31 16:00:00.000000000 -0800
--- Apache-Gallery-1.0.1.1/templates/new-tt2/dircomment.tt2 2011-03-21 05:33:56.000000000 -0700
***************
*** 0 ****
--- 1,11 ----
+
+
+
+
+ |
+ [% COMMENT %]
+ |
+
+
+ |
+
diff -rc --new-file Apache-Gallery-1.0.1-cpan/templates/new-tt2/directory.tt2 Apache-Gallery-1.0.1.1/templates/new-tt2/directory.tt2
*** Apache-Gallery-1.0.1-cpan/templates/new-tt2/directory.tt2 1969-12-31 16:00:00.000000000 -0800
--- Apache-Gallery-1.0.1.1/templates/new-tt2/directory.tt2 2011-03-21 05:33:56.000000000 -0700
***************
*** 0 ****
--- 1 ----
+
diff -rc --new-file Apache-Gallery-1.0.1-cpan/templates/new-tt2/error.tt2 Apache-Gallery-1.0.1.1/templates/new-tt2/error.tt2
*** Apache-Gallery-1.0.1-cpan/templates/new-tt2/error.tt2 1969-12-31 16:00:00.000000000 -0800
--- Apache-Gallery-1.0.1.1/templates/new-tt2/error.tt2 2011-03-21 05:33:56.000000000 -0700
***************
*** 0 ****
--- 1,22 ----
+
+
+
+ [% ERRORTITLE %]
+ [% ERROR %]
+ Back
+ |
+
+
+
+
diff -rc --new-file Apache-Gallery-1.0.1-cpan/templates/new-tt2/file.tt2 Apache-Gallery-1.0.1.1/templates/new-tt2/file.tt2
*** Apache-Gallery-1.0.1-cpan/templates/new-tt2/file.tt2 1969-12-31 16:00:00.000000000 -0800
--- Apache-Gallery-1.0.1.1/templates/new-tt2/file.tt2 2011-03-21 05:33:56.000000000 -0700
***************
*** 0 ****
--- 1 ----
+
diff -rc --new-file Apache-Gallery-1.0.1-cpan/templates/new-tt2/gallery.css Apache-Gallery-1.0.1.1/templates/new-tt2/gallery.css
*** Apache-Gallery-1.0.1-cpan/templates/new-tt2/gallery.css 1969-12-31 16:00:00.000000000 -0800
--- Apache-Gallery-1.0.1.1/templates/new-tt2/gallery.css 2011-03-21 05:26:52.000000000 -0700
***************
*** 0 ****
--- 1,78 ----
+ body {
+ background-color: #cccccc;
+ color: #666666;
+ font-family: Verdana, Lucida, Arial, serif;
+ font-size: 10px;
+ margin-left: 10px;
+ margin-top: 10px;
+ text-align: center;
+ }
+ td {
+ font-size: 10px;
+ }
+ table {
+ margin-left: auto;
+ margin-right: auto;
+ }
+ #title {
+ font-size: 11px;
+ text-align: left;
+ }
+ #menu {
+ font-size: 13px;
+ text-align: right;
+ height: 30px;
+ margin-right: 20px;
+ }
+ #directory {
+ background-color: #ffffff;
+ border: 6px solid #aaaaaa;
+ padding: 20px;
+ text-align: left;
+ top: 0px;
+ }
+ .folder {
+ float: left;
+ height: 100px;
+ padding: 2px;
+ text-align: center;
+ width: 120px;
+ }
+ #picture {
+ text-align: center;
+ }
+ #picture img {
+ border: 6px solid #777777;
+ }
+ a {
+ color: #5555aa;
+ text-decoration: none;
+ }
+ a img {
+ border: 3px solid #5555aa;
+ }
+ a:hover {
+ color: #ff9400;
+ }
+ a:hover img {
+ border: 3px solid #ff9400;
+ }
+ .folder img {
+ border: 0px;
+ }
+ .folder a:hover img {
+ border: 0px;
+ }
+ #gallery {
+ margin-top: 50px;
+ }
+ #comment {
+ background-color: #333333;
+ border: 3px solid #555555;
+ color: #999999;
+ width: 400px;
+ margin-left: auto;
+ margin-right: auto;
+ margin-top: 20px;
+ padding: 5px;
+ }
diff -rc --new-file Apache-Gallery-1.0.1-cpan/templates/new-tt2/index.tt2 Apache-Gallery-1.0.1.1/templates/new-tt2/index.tt2
*** Apache-Gallery-1.0.1-cpan/templates/new-tt2/index.tt2 1969-12-31 16:00:00.000000000 -0800
--- Apache-Gallery-1.0.1.1/templates/new-tt2/index.tt2 2011-03-21 05:33:56.000000000 -0700
***************
*** 0 ****
--- 1,23 ----
+
+
+ [% MENU %]
+
+
+ [% FORM_BEGIN %]
+
+
+ |
+
+ [% FILES %]
+
+ |
+
+ [% DIRCOMMENT %]
+
+ |
+ Indexed by Apache::Gallery - Copyright © 2001-2005 Michael Legart - Hest Design!
+ |
+
+
+ [% FORM_END %]
+
diff -rc --new-file Apache-Gallery-1.0.1-cpan/templates/new-tt2/info.tt2 Apache-Gallery-1.0.1.1/templates/new-tt2/info.tt2
*** Apache-Gallery-1.0.1-cpan/templates/new-tt2/info.tt2 1969-12-31 16:00:00.000000000 -0800
--- Apache-Gallery-1.0.1.1/templates/new-tt2/info.tt2 2011-03-21 05:33:56.000000000 -0700
***************
*** 0 ****
--- 1 ----
+ [% KEY %]: [% VALUE %]
diff -rc --new-file Apache-Gallery-1.0.1-cpan/templates/new-tt2/intervalactive.tt2 Apache-Gallery-1.0.1.1/templates/new-tt2/intervalactive.tt2
*** Apache-Gallery-1.0.1-cpan/templates/new-tt2/intervalactive.tt2 1969-12-31 16:00:00.000000000 -0800
--- Apache-Gallery-1.0.1.1/templates/new-tt2/intervalactive.tt2 2011-03-21 05:33:56.000000000 -0700
***************
*** 0 ****
--- 1 ----
+ [% SECONDS %]
diff -rc --new-file Apache-Gallery-1.0.1-cpan/templates/new-tt2/interval.tt2 Apache-Gallery-1.0.1.1/templates/new-tt2/interval.tt2
*** Apache-Gallery-1.0.1-cpan/templates/new-tt2/interval.tt2 1969-12-31 16:00:00.000000000 -0800
--- Apache-Gallery-1.0.1.1/templates/new-tt2/interval.tt2 2011-03-21 05:33:56.000000000 -0700
***************
*** 0 ****
--- 1 ----
+ [% SECONDS %]
diff -rc --new-file Apache-Gallery-1.0.1-cpan/templates/new-tt2/layout.tt2 Apache-Gallery-1.0.1.1/templates/new-tt2/layout.tt2
*** Apache-Gallery-1.0.1-cpan/templates/new-tt2/layout.tt2 1969-12-31 16:00:00.000000000 -0800
--- Apache-Gallery-1.0.1.1/templates/new-tt2/layout.tt2 2011-03-21 19:51:16.000000000 -0700
***************
*** 0 ****
--- 1,14 ----
+
+
+
+
+ [% TITLE %]
+
+ [% meta %]
+
+
+
+ [% MAIN %]
+
+
diff -rc --new-file Apache-Gallery-1.0.1-cpan/templates/new-tt2/navdirectory.tt2 Apache-Gallery-1.0.1.1/templates/new-tt2/navdirectory.tt2
*** Apache-Gallery-1.0.1-cpan/templates/new-tt2/navdirectory.tt2 1969-12-31 16:00:00.000000000 -0800
--- Apache-Gallery-1.0.1.1/templates/new-tt2/navdirectory.tt2 2011-03-21 20:41:39.000000000 -0700
***************
*** 0 ****
--- 1,6 ----
+
+
+ |
diff -rc --new-file Apache-Gallery-1.0.1-cpan/templates/new-tt2/navpicture.tt2 Apache-Gallery-1.0.1.1/templates/new-tt2/navpicture.tt2
*** Apache-Gallery-1.0.1-cpan/templates/new-tt2/navpicture.tt2 1969-12-31 16:00:00.000000000 -0800
--- Apache-Gallery-1.0.1.1/templates/new-tt2/navpicture.tt2 2011-03-21 05:33:56.000000000 -0700
***************
*** 0 ****
--- 1 ----
+ [% DIRECTION %]
diff -rc --new-file Apache-Gallery-1.0.1-cpan/templates/new-tt2/nopictureinfo.tt2 Apache-Gallery-1.0.1.1/templates/new-tt2/nopictureinfo.tt2
*** Apache-Gallery-1.0.1-cpan/templates/new-tt2/nopictureinfo.tt2 1969-12-31 16:00:00.000000000 -0800
--- Apache-Gallery-1.0.1.1/templates/new-tt2/nopictureinfo.tt2 2011-03-21 05:33:56.000000000 -0700
***************
*** 0 ****
--- 1,11 ----
+
+
+
+
+ |
diff -rc --new-file Apache-Gallery-1.0.1-cpan/templates/new-tt2/orig.tt2 Apache-Gallery-1.0.1.1/templates/new-tt2/orig.tt2
*** Apache-Gallery-1.0.1-cpan/templates/new-tt2/orig.tt2 1969-12-31 16:00:00.000000000 -0800
--- Apache-Gallery-1.0.1.1/templates/new-tt2/orig.tt2 2011-03-21 05:33:56.000000000 -0700
***************
*** 0 ****
--- 1 ----
+ Original
diff -rc --new-file Apache-Gallery-1.0.1-cpan/templates/new-tt2/pictureinfo.tt2 Apache-Gallery-1.0.1.1/templates/new-tt2/pictureinfo.tt2
*** Apache-Gallery-1.0.1-cpan/templates/new-tt2/pictureinfo.tt2 1969-12-31 16:00:00.000000000 -0800
--- Apache-Gallery-1.0.1.1/templates/new-tt2/pictureinfo.tt2 2011-03-21 05:33:56.000000000 -0700
***************
*** 0 ****
--- 1,8 ----
+
+ |
+
+ |
+
diff -rc --new-file Apache-Gallery-1.0.1-cpan/templates/new-tt2/picture.tt2 Apache-Gallery-1.0.1.1/templates/new-tt2/picture.tt2
*** Apache-Gallery-1.0.1-cpan/templates/new-tt2/picture.tt2 1969-12-31 16:00:00.000000000 -0800
--- Apache-Gallery-1.0.1.1/templates/new-tt2/picture.tt2 2011-03-21 05:33:56.000000000 -0700
***************
*** 0 ****
--- 1 ----
+
[% SELECT %]
diff -rc --new-file Apache-Gallery-1.0.1-cpan/templates/new-tt2/refresh.tt2 Apache-Gallery-1.0.1.1/templates/new-tt2/refresh.tt2
*** Apache-Gallery-1.0.1-cpan/templates/new-tt2/refresh.tt2 1969-12-31 16:00:00.000000000 -0800
--- Apache-Gallery-1.0.1.1/templates/new-tt2/refresh.tt2 2011-03-21 05:33:56.000000000 -0700
***************
*** 0 ****
--- 1 ----
+
diff -rc --new-file Apache-Gallery-1.0.1-cpan/templates/new-tt2/rss_item.tt2 Apache-Gallery-1.0.1.1/templates/new-tt2/rss_item.tt2
*** Apache-Gallery-1.0.1-cpan/templates/new-tt2/rss_item.tt2 1969-12-31 16:00:00.000000000 -0800
--- Apache-Gallery-1.0.1.1/templates/new-tt2/rss_item.tt2 2011-03-21 05:33:56.000000000 -0700
***************
*** 0 ****
--- 1,6 ----
+ -
+ [% TITLE %]
+ [% LINK %]
+
+
+
diff -rc --new-file Apache-Gallery-1.0.1-cpan/templates/new-tt2/rss.tt2 Apache-Gallery-1.0.1.1/templates/new-tt2/rss.tt2
*** Apache-Gallery-1.0.1-cpan/templates/new-tt2/rss.tt2 1969-12-31 16:00:00.000000000 -0800
--- Apache-Gallery-1.0.1.1/templates/new-tt2/rss.tt2 2011-03-21 05:33:56.000000000 -0700
***************
*** 0 ****
--- 1,6 ----
+
+
+
+ [% ITEMS %]
+
+
diff -rc --new-file Apache-Gallery-1.0.1-cpan/templates/new-tt2/scaleactive.tt2 Apache-Gallery-1.0.1.1/templates/new-tt2/scaleactive.tt2
*** Apache-Gallery-1.0.1-cpan/templates/new-tt2/scaleactive.tt2 1969-12-31 16:00:00.000000000 -0800
--- Apache-Gallery-1.0.1.1/templates/new-tt2/scaleactive.tt2 2011-03-21 05:33:56.000000000 -0700
***************
*** 0 ****
--- 1 ----
+ [% SIZE %]
diff -rc --new-file Apache-Gallery-1.0.1-cpan/templates/new-tt2/scale.tt2 Apache-Gallery-1.0.1.1/templates/new-tt2/scale.tt2
*** Apache-Gallery-1.0.1-cpan/templates/new-tt2/scale.tt2 1969-12-31 16:00:00.000000000 -0800
--- Apache-Gallery-1.0.1.1/templates/new-tt2/scale.tt2 2011-03-21 05:33:56.000000000 -0700
***************
*** 0 ****
--- 1 ----
+ [% SIZE %]
diff -rc --new-file Apache-Gallery-1.0.1-cpan/templates/new-tt2/showpicture.tt2 Apache-Gallery-1.0.1.1/templates/new-tt2/showpicture.tt2
*** Apache-Gallery-1.0.1-cpan/templates/new-tt2/showpicture.tt2 1969-12-31 16:00:00.000000000 -0800
--- Apache-Gallery-1.0.1.1/templates/new-tt2/showpicture.tt2 2011-03-21 19:52:11.000000000 -0700
***************
*** 0 ****
--- 1,30 ----
+
+
+ [% MENU %]
+
+
+
+
+
+
+
+
+ IMG [% NUMBER %] of [% TOTAL %] [% EXIFVALUES %]
+ ![* Image [% NUMBER %]]([% SRC %])
+ [ Size: [% SIZES %] | Slideshow: [% SLIDESHOW %] ] |
+
+
+ [% PICTUREINFO %]
+
+
+ |
+
+ |
+
+
+
+
diff -rc --new-file Apache-Gallery-1.0.1-cpan/templates/new-tt2/slideshowisoff.tt2 Apache-Gallery-1.0.1.1/templates/new-tt2/slideshowisoff.tt2
*** Apache-Gallery-1.0.1-cpan/templates/new-tt2/slideshowisoff.tt2 1969-12-31 16:00:00.000000000 -0800
--- Apache-Gallery-1.0.1.1/templates/new-tt2/slideshowisoff.tt2 2011-03-21 05:33:56.000000000 -0700
***************
*** 0 ****
--- 1 ----
+ Off
diff -rc --new-file Apache-Gallery-1.0.1-cpan/templates/new-tt2/slideshowoff.tt2 Apache-Gallery-1.0.1.1/templates/new-tt2/slideshowoff.tt2
*** Apache-Gallery-1.0.1-cpan/templates/new-tt2/slideshowoff.tt2 1969-12-31 16:00:00.000000000 -0800
--- Apache-Gallery-1.0.1.1/templates/new-tt2/slideshowoff.tt2 2011-03-21 05:33:56.000000000 -0700
***************
*** 0 ****
--- 1 ----
+ Off