Changeset 3645 for extensions/piclens/admin
- Timestamp:
- Jul 20, 2009, 7:35:50 PM (15 years ago)
- Location:
- extensions/piclens/admin
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/piclens/admin/config.php
r3637 r3645 2 2 /* 3 3 * Plugin Name: CoolIris-Piclens 4 * Version: 0.3.4 5 * Description: Cooliris/Piclens activation 6 * Plugin URI: http://fr.piwigo.org/ext/extension_view.php?eid=234 7 * Author: Tiico 8 * Author URI: 9 * */ 10 /********* Fichier config.php *********/ 4 * File : config.php 5 */ 6 11 7 12 8 if (!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!'); … … 97 93 )); 98 94 99 //$template->assign('ICON_INFO' , PICLENS_ADMIN_PATH . 'info.png');100 101 95 102 96 $template->assign_var_from_handle( 'ADMIN_CONTENT', 'plugin_admin_content'); -
extensions/piclens/admin/functions.inc.php
r3637 r3645 2 2 /* 3 3 * Plugin Name: CoolIris-Piclens 4 * Version: 0.3.4 5 * Description: Cooliris/Piclens activation 6 * Plugin URI: http://fr.piwigo.org/ext/extension_view.php?eid=234 7 * Author: Tiico 8 * Author URI: 9 * */ 10 /********* Fichier fonctions.inc.php *********/ 4 * File : fonctions.php 5 */ 6 11 7 12 8 -
extensions/piclens/admin/piclens_admin.php
r3637 r3645 2 2 /* 3 3 * Plugin Name: CoolIris-Piclens 4 * Version: 0.3.4 5 * Description: Cooliris/Piclens activation 6 * Plugin URI: http://fr.piwigo.org/ext/extension_view.php?eid=234 7 * Author: Tiico 8 * Author URI: 9 * */ 10 /********* Fichier piclens-admin.php *********/ 4 * File : piclens-admin.php 5 */ 11 6 12 7 if (!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!'); … … 41 36 $my_base_url.'&tab=piclenswallconfig'); 42 37 $tabsheet->add('piclenswallconfig2', 43 // 'Configugation PiclensWall ',38 // 'Configugation PiclensWall2', 44 39 l10n('piclens_3dwallconfig2_tab'), 45 40 $my_base_url.'&tab=piclenswallconfig2'); -
extensions/piclens/admin/piclens_copy.php
r3637 r3645 2 2 /* 3 3 * Plugin Name: CoolIris-Piclens 4 * Version: 0.3.4 5 * Description: Cooliris/Piclens activation 6 * Plugin URI: http://fr.piwigo.org/ext/extension_view.php?eid=234 7 * Author: Tiico 8 * Author URI: 9 * */ 10 /********* Fichier piclens-copy.php *********/ 4 * File : piclens-copy.php 5 */ 11 6 12 7 if (!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!'); -
extensions/piclens/admin/piclenswallconfig.php
r3637 r3645 2 2 /* 3 3 * Plugin Name: CoolIris-Piclens 4 * Version: 0.3.4 5 * Description: Cooliris/Piclens activation 6 * Plugin URI: http://fr.piwigo.org/ext/extension_view.php?eid=234 7 * Author: Tiico 8 * Author URI: 9 * */ 10 /********* Fichier piclenswallconfig.php *********/ 4 * File : piclenswallconfig.php 5 */ 11 6 12 7 if (!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!'); -
extensions/piclens/admin/piclenswallconfig2.php
r3637 r3645 2 2 /* 3 3 * Plugin Name: CoolIris-Piclens 4 * Version: 0.3.4 5 * Description: Cooliris/Piclens activation 6 * Plugin URI: http://fr.piwigo.org/ext/extension_view.php?eid=234 7 * Author: Tiico 8 * Author URI: 9 * */ 10 /********* Fichier piclenswallconfig2.php *********/ 4 * File : piclenswallconfig2.php 5 */ 11 6 /* Advanced configuration for embeded wall 12 7 -
extensions/piclens/admin/rssfeed.php
r3637 r3645 2 2 /* 3 3 * Plugin Name: CoolIris-Piclens 4 * Version: 0.3.4 5 * Description: Cooliris/Piclens activation 6 * Plugin URI: http://fr.piwigo.org/ext/extension_view.php?eid=234 7 * Author: Tiico 8 * Author URI: 9 * */ 10 /********* Fichier rssfeed.php *********/ 4 * File : rssfeed.php 5 */ 11 6 12 7 … … 57 52 $me->my_config['piclens_rss_desc'] = $_POST['piclens_rss_desc']; 58 53 $me->my_config['piclens_exclude_double'] = isset($_POST['piclens_exclude_double']); 54 $me->my_config['piclens_maxcomment_nb'] = $_POST['piclens_maxcomment_nb']; 59 55 60 56 … … 139 135 } 140 136 */ 141 $template->assign('PICLENS_VIDEO', $me->my_config['piclens_video'] ? 'checked="checked"' : '' ); 142 $template->assign('PICLENS_CAT_VIEW', $me->my_config['piclens_cat_view'] ? 'checked="checked"' : '' ); 143 $template->assign('PICLENS_RSS_NAME', $me->my_config['piclens_rss_name']); 144 $template->assign('PICLENS_RSS_DESC', $me->my_config['piclens_rss_desc']); 145 $template->assign('PICLENS_EXCLUDE_DOUBLE', $me->my_config['piclens_exclude_double'] ? 'checked="checked"' : '' ); 137 $template->assign(array( 138 'PICLENS_VIDEO' => $me->my_config['piclens_video'] ? 'checked="checked"' : '', 139 'PICLENS_CAT_VIEW' => $me->my_config['piclens_cat_view'] ? 'checked="checked"' : '', 140 'PICLENS_RSS_NAME' => $me->my_config['piclens_rss_name'], 141 'PICLENS_RSS_DESC' => $me->my_config['piclens_rss_desc'], 142 'PICLENS_EXCLUDE_DOUBLE' => $me->my_config['piclens_exclude_double'] ? 'checked="checked"' : '', 143 'PICLENS_MAXCOMMENT_NB' => $me->my_config['piclens_maxcomment_nb'], 144 )); 146 145 147 146 -
extensions/piclens/admin/rssfeed.tpl
r3637 r3645 217 217 <td> </td> 218 218 </tr> 219 <tr> 220 <td> <b>%ID</b> : <input type="text" size="1" maxlength="1" value="{$PICLENS_MAXCOMMENT_NB}" name="piclens_maxcomment_nb" /> {'img_comment_legend'|@translate} </td> 221 <td> </td> 222 <td> </td> 223 </tr> 219 224 </table> 220 225
Note: See TracChangeset
for help on using the changeset viewer.