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 +++++++++++++++++++++ 1 file changed, 105 insertions(+) create mode 100644 admin/themes/default/template/photos_add_applications.tpl (limited to 'admin/themes/default/template/photos_add_applications.tpl') 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 +

+
-- cgit v1.2.3