From d53c5e454a43d4b7e3cfb64f4b7d969c3819ca1c Mon Sep 17 00:00:00 2001 From: plegall Date: Thu, 1 Mar 2012 16:18:31 +0000 Subject: feature 2584: redesign on add photos screens [Administration > Photos > Add] tabs become: {Web Form, Applications, FTP + Synchronization} admin screen for pLoader is replaced by a more generic screen for applications thanks to multisize, FTP+sync method becomes simpler git-svn-id: http://piwigo.org/svn/trunk@13451 68402e56-0260-453c-a942-63ccdbb3a9ee --- .../default/template/photos_add_applications.tpl | 105 +++++++++++++++++++++ .../themes/default/template/photos_add_direct.tpl | 2 +- admin/themes/default/template/photos_add_ftp.tpl | 6 +- .../themes/default/template/photos_add_ploader.tpl | 88 ----------------- 4 files changed, 109 insertions(+), 92 deletions(-) create mode 100644 admin/themes/default/template/photos_add_applications.tpl delete mode 100644 admin/themes/default/template/photos_add_ploader.tpl (limited to 'admin/themes/default/template') diff --git a/admin/themes/default/template/photos_add_applications.tpl b/admin/themes/default/template/photos_add_applications.tpl new file mode 100644 index 000000000..b9bdcf81b --- /dev/null +++ b/admin/themes/default/template/photos_add_applications.tpl @@ -0,0 +1,105 @@ +{include file='include/colorbox.inc.tpl'} + +{footer_script}{literal} +jQuery().ready(function(){ + jQuery(".illustration a").colorbox({rel:'group1'}); +}); +{/literal}{/footer_script} + +{html_head}{literal} + +{/literal}{/html_head} + +
+

{'Upload Photos'|@translate} {$TABSHEET_TITLE}

+
+ +
+ pLoader + +
+

{'pLoader stands for Piwigo Uploader. From your computer, pLoader prepares your photos and transfer them to your Piwigo photo gallery.'|@translate}

+ +

Available versions for +Windows, +Mac, +Linux +

+ +
+ +
+ Piwigo Mobile + +
+

{'Piwigo Mobile application empowers you to connect to your Piwigo gallery from your iPhone, iPad or Android, create some albums and upload several photos at once.'|@translate}

+ +

+Available on Apple AppStore +and Android market +

+
+ +
+ Lightroom + +
+

Adobe Photoshop Lightroom is a photography software designed to manage large quantities of digital images and doing post production work. The Piwigo publish Plug-in allows you to export photos from Lightroom directly to your Piwigo photo gallery.

+ +

+Details and download on alloyphoto.com +

+
+ +
+ Shotwell + +
+

Shotwell is a digital photo organizer that runs on Linux. It is the default photo manager in Ubuntu and Fedora.

+ +

On your Linux, simply install Shotwell with your package manager and the activate Piwigo publishing option.

+
+ +
+ digiKam +
+

digiKam is an advanced digital photo management application for Linux, Windows, and Mac-OSX.

+ +

To export your photos from digiKam to Piwigo, simply install digiKam and the Kipi-plugins.

+
+ +
+ iPhoto + +
+

iPhoto is the default photo manager on MacOSX. The Piwigo export plugin let you create new albums and export your photos directly from iPhoto to your Piwigo photo gallery.

+ +

+Details and download +

+
+ +
+ Aperture + +
+

Aperture is a powerful tool to refine images and manage massive libraries on your Mac. It's pro performance with iPhoto simplicity. The Piwigo export plugin allows you to create albums and export photos.

+ +

+Details and download +

+
+ +
+ ReGalAndroid + +
+

ReGalAndroid (RemoteGallery client for Android) is an open source (GPL v3) Piwigo client for the Android platform. Features include gallery browsing, album creation and photo upload.

+ +

+Details and download on Android Market +

+
diff --git a/admin/themes/default/template/photos_add_direct.tpl b/admin/themes/default/template/photos_add_direct.tpl index 5d3c1fbd6..3ebfff1d4 100644 --- a/admin/themes/default/template/photos_add_direct.tpl +++ b/admin/themes/default/template/photos_add_direct.tpl @@ -218,7 +218,7 @@ var sizeLimit = Math.round({$upload_max_filesize} / 1024); /* in KBytes */ {/footer_script}
-

{'Upload Photos'|@translate}

+

{'Upload Photos'|@translate} {$TABSHEET_TITLE}

diff --git a/admin/themes/default/template/photos_add_ftp.tpl b/admin/themes/default/template/photos_add_ftp.tpl index 52b2cd4d4..f3473a448 100644 --- a/admin/themes/default/template/photos_add_ftp.tpl +++ b/admin/themes/default/template/photos_add_ftp.tpl @@ -1,9 +1,9 @@
-

{'FTP + Synchronization'|@translate}

+

{'Upload Photos'|@translate} {$TABSHEET_TITLE}

-{'Administration'|@translate} » {'Tools'|@translate} » {'Synchronize'|@translate} - \ No newline at end of file diff --git a/admin/themes/default/template/photos_add_ploader.tpl b/admin/themes/default/template/photos_add_ploader.tpl deleted file mode 100644 index 8047baeca..000000000 --- a/admin/themes/default/template/photos_add_ploader.tpl +++ /dev/null @@ -1,88 +0,0 @@ -{footer_script}{literal} -jQuery().ready(function(){ - jQuery("#pLoaderPage img").fadeTo("fast", 0.6); - - jQuery("#pLoaderPage img").hover( - function(){ - jQuery(this).fadeTo("fast", 1.0); // Opacity on hover - }, - function(){ - jQuery(this).fadeTo("fast", 0.6); // Opacity on mouseout - } - ); -}); -{/literal}{/footer_script} - -{html_head}{literal} - -{/literal}{/html_head} - -
-

{'Piwigo Uploader'|@translate}

-
- -
-

{'pLoader stands for Piwigo Uploader. From your computer, pLoader prepares your photos and transfer them to your Piwigo photo gallery.'|@translate}

- -
    -
  1. - {'Download,'|@translate} - - - - -
    - - windows -
    Windows -
    -
    - - - mac -
    Mac -
    -
    - - - linux -
    Linux -
    -
    -
    - -
  2. -
  3. {'Install on your computer,'|@translate}
  4. -
  5. {'Start pLoader and add your photos.'|@translate}
  6. -
-
-- cgit v1.2.3