Changeset 3610


Ignore:
Timestamp:
Jul 16, 2009, 8:23:19 PM (15 years ago)
Author:
tiico
Message:

Finalize advanced parameters for embeded wall
FR and EN Language
Add icones for custom icon toolbar

Location:
extensions/piclens
Files:
16 added
8 edited

Legend:

Unmodified
Added
Removed
  • extensions/piclens/admin/piclenswallconfig2.php

    r3598 r3610  
    5858
    5959if (isset($_POST['submit'])) {
    60   $me->my_config['piclens_wall_color'] =   $_POST['background_color'];
    61   $me->my_config['piclens_wall_showembed'] = isset($_POST['piclens_wall_embed']);
    62   $me->my_config['piclens_wall_showfullscreen'] = isset($_POST['piclens_wall_fullscreen']);
    63   $me->my_config['piclens_wall_showsearch'] = isset($_POST['piclens_wall_search']);
    64   $me->my_config['piclens_wall_transparent'] =   isset($_POST['piclens_wall_transparent']);
    65 $me->my_config['piclens_wall_showChrome']  = isset($_POST['piclens_wall_showChrome']);
    66 $me->my_config['piclens_wall_showDescription']  = isset($_POST['piclens_wall_showDescription']);
    67 $me->my_config['piclens_wall_showReflections']  = isset($_POST['piclens_wall_showReflections']);
    68 $me->my_config['piclens_wall_showTutorial']  = isset($_POST['piclens_wall_showTutorial']);
    69 $me->my_config['piclens_wall_showNavArrows']  = isset($_POST['piclens_wall_showNavArrows']);
    70 $me->my_config['piclens_wall_nb_ligne']     = $_POST['piclens_wall_nb_ligne'];
    71 $me->my_config['piclens_wall_backgroundAlpha']     = $_POST['piclens_wall_backgroundAlpha'];
     60        $me->my_config['piclens_wall_color'] =   $_POST['background_color'];
     61        $me->my_config['piclens_wall_showembed'] = isset($_POST['piclens_wall_embed']);
     62        $me->my_config['piclens_wall_showfullscreen'] = isset($_POST['piclens_wall_fullscreen']);
     63        $me->my_config['piclens_wall_showsearch'] = isset($_POST['piclens_wall_search']);
     64        $me->my_config['piclens_wall_transparent'] =   isset($_POST['piclens_wall_transparent']);
     65        $me->my_config['piclens_wall_showChrome']  = isset($_POST['piclens_wall_showChrome']);
     66        $me->my_config['piclens_wall_showDescription']  = isset($_POST['piclens_wall_showDescription']);
     67        $me->my_config['piclens_wall_showReflections']  = isset($_POST['piclens_wall_showReflections']);
     68        $me->my_config['piclens_wall_showTutorial']  = isset($_POST['piclens_wall_showTutorial']);
     69        $me->my_config['piclens_wall_showNavArrows']  = isset($_POST['piclens_wall_showNavArrows']);
     70        $me->my_config['piclens_wall_nb_ligne']     = $_POST['piclens_wall_nb_ligne'];
     71        $me->my_config['piclens_wall_backgroundAlpha']     = $_POST['piclens_wall_backgroundAlpha'];
    7272
    73   $me->save_config();
    74   array_push($page['infos'], l10n('piclens_admin_saveOK'));
     73        $me->my_config['piclens_wall_backgroundColor']  = $_POST['piclens_wall_backgroundColor'];
     74        $me->my_config['piclens_wall_glowColor']  = $_POST['piclens_wall_glowColor'];
     75        $me->my_config['piclens_wall_descriptionHeight'] = $_POST['piclens_wall_descriptionHeight'];
     76        $me->my_config['piclens_wall_tilt'] = $_POST['piclens_wall_tilt'];
     77
     78        $me->my_config['piclens_wall_backgroundImage']  = $_POST['piclens_wall_backgroundImage'];
     79        $me->my_config['piclens_wall_tutorial'] = $_POST['piclens_wall_tutorial'];
     80        $me->my_config['piclens_wall_tutorialtime']     = $_POST['piclens_wall_tutorialtime'];
     81        $me->my_config['piclens_wall_customButtonURL'] = $_POST['piclens_wall_customButtonURL'];
     82        $me->my_config['piclens_wall_customButtonTARGET'] = $_POST['piclens_wall_customButtonTARGET'];
     83        $me->my_config['piclens_wall_icons']  = $_POST['piclens_wall_icons'];
     84        $me->my_config['piclens_wall_linkCSS']  = $_POST['piclens_wall_linkCSS'];
     85        $me->save_config();
     86        array_push($page['infos'], l10n('piclens_admin_saveOK'));
    7587       
    7688}
     
    94106        'PICLENS_WALL_NB_LIGNE'                                                 => $me->my_config['piclens_wall_nb_ligne'],
    95107        'PICLENS_WALL_BACKGROUNDALPHA'                                          => $me->my_config['piclens_wall_backgroundAlpha'],
    96    
     108       
     109    'PICLENS_WALL_BACKGROUNDCOLOR'                              => $me->my_config['piclens_wall_backgroundColor'],
     110        'PICLENS_WALL_GLOWCOLOR'                                        => $me->my_config['piclens_wall_glowColor'],
     111        'PICLENS_WALL_DESCRIPTIONHEIGHT'                        => $me->my_config['piclens_wall_descriptionHeight'],
     112        'PICLENS_WALL_TILT'                                                     => $me->my_config['piclens_wall_tilt'],
     113        'PICLENS_WALL_BACKGROUNDIMAGE'                          => $me->my_config['piclens_wall_backgroundImage'],
     114        'PICLENS_WALL_TUTORIALTIME'                                     => $me->my_config['piclens_wall_tutorialtime'],
     115        'PICLENS_WALL_TUTORIAL'                                         => $me->my_config['piclens_wall_tutorial'],
     116        'PICLENS_WALL_CUSTOMBUTTONURL'                          => $me->my_config['piclens_wall_customButtonURL'],
     117        'PICLENS_WALL_CUSTOMBUTTONTARGET'                       => $me->my_config['piclens_wall_customButtonTARGET'],
     118        'PICLENS_WALL_ICONS'                                            => $me->my_config['piclens_wall_icons'],
     119        'PICLENS_WALL_LINKCSS'                                          => $me->my_config['piclens_wall_linkCSS'],
     120       
    97121        ));
    98122
     123$template->assign(array('OTHERS_SCRIPT' =>
     124                        '<script type="text/javascript" src="'.PICLENS_PATH.'farbtastic/farbtastic.js"></script>
     125                        <link href="'.PICLENS_PATH.'farbtastic/farbtastic.css" rel="stylesheet" type="text/css"  />'));
     126       
    99127$template->assign_var_from_handle( 'ADMIN_CONTENT', 'plugin_admin_content');
    100128
  • extensions/piclens/admin/piclenswallconfig2.tpl

    r3598 r3610  
    44
    55{html_head}
     6{$OTHERS_SCRIPT}
    67{/html_head}
    7 
    88
    99
     
    1616<form method="post" action="{$PICLENS_F_ACTION}" class="general">
    1717<fieldset>
    18         <legend>{'piclens_wallcfg_title'|@translate}</legend>
     18        <legend>{'piclens_wallcfgadv_title'|@translate}</legend>
    1919        <TABLE>
    2020                <tr><td colspan="2"><br></td></tr>
     
    4242                    <td><input type="radio" name="background_color" value="light" {$light_CHECKED}>&nbsp;{'piclens_wallcfg_colorL'|@translate}</td>
    4343                </tr>
     44
    4445                <tr><td colspan="2"><hr></td></tr>
    4546
     
    5657                                 <br/>
    5758
    58                                  <input type="checkbox" name="piclens_wall_showChrome" {$PICLENS_WALL_SHOWCHROME}/>&nbsp; {'piclens_wall_showChrome'|@translate}
     59                                 <input type="checkbox" name="piclens_wall_showChrome" {$PICLENS_WALL_SHOWCHROME}/>&nbsp; {'piclens_wallcfg_showChrome'|@translate}
    5960                                 <br/>
    60                                  <input type="checkbox" name="piclens_wall_showDescription" {$PICLENS_WALL_SHOWDESCRIPTION}/>&nbsp; {'piclens_wall_showDescription'|@translate}
     61                                 <input type="checkbox" name="piclens_wall_showDescription" {$PICLENS_WALL_SHOWDESCRIPTION}/>&nbsp; {'piclens_wallcfg_showDescription'|@translate}
    6162                                 <br/>
    62                                  <input type="checkbox" name="piclens_wall_showReflections" {$PICLENS_WALL_SHOWREFLECTIONS}/>&nbsp; {'piclens_wall_showReflections'|@translate}
     63                                 <input type="checkbox" name="piclens_wall_showReflections" {$PICLENS_WALL_SHOWREFLECTIONS}/>&nbsp; {'piclens_wallcfg_showReflections'|@translate}
    6364                                 <br/>
    64                                  <input type="checkbox" name="piclens_wall_showTutorial" {$PICLENS_WALL_SHOWTUTORIAL}/>&nbsp; {'piclens_wall_showTutorial'|@translate}
     65                                 <input type="checkbox" name="piclens_wall_showTutorial" {$PICLENS_WALL_SHOWTUTORIAL}/>&nbsp; {'piclens_wallcfg_showTutorial'|@translate}
    6566                                 <br/>
    66                                  <input type="checkbox" name="piclens_wall_showNavArrows" {$PICLENS_WALL_SHOWNAVARROWS}/>&nbsp; {'piclens_wall_showNavArrows'|@translate}
     67                                 <input type="checkbox" name="piclens_wall_showNavArrows" {$PICLENS_WALL_SHOWNAVARROWS}/>&nbsp; {'piclens_wallcfg_showNavArrows'|@translate}
    6768                                 <br/>
    6869                 
    6970                        </td>
    7071                </tr>
     72        </table>
     73        <table>
     74                <div id="colorpicker" style="float: right;"></div>     
    7175                <tr><td colspan="2"><hr></td></tr>
    7276                <tr>
     
    7882                        <td><input type="text" size="3" maxlength="3" value="{$PICLENS_WALL_BACKGROUNDALPHA}" name="piclens_wall_backgroundAlpha">&nbsp;</td>
    7983                </tr>
     84                <tr>
     85                        <td align="right">{'piclens_wallcfg_descriptionHeight'|@translate} &nbsp;</td>
     86                        <td><input type="text" size="3" maxlength="3" value="{$PICLENS_WALL_DESCRIPTIONHEIGHT}" name="piclens_wall_descriptionHeight">&nbsp;%</td>
     87                </tr>
     88                <tr>
     89                        <td align="right">{'piclens_wallcfg_tilt'|@translate} &nbsp;</td>
     90                        <td><input type="text" size="2" maxlength="1" value="{$PICLENS_WALL_TILT}" name="piclens_wall_tilt">&nbsp;</td>
     91                </tr>
     92
     93
     94                <tr><td colspan="2"><hr></td></tr>
     95               
     96                <tr>
     97                        <td align="right">{'piclens_wallcfg_backgroundColor'|@translate}&nbsp;</td>
     98                        <td><input type="text" size="7" maxlength="7" name="piclens_wall_backgroundColor" class="colorwell" value="{$PICLENS_WALL_BACKGROUNDCOLOR}" /></td>
     99                </tr>
     100                <tr>
     101                        <td align="right">{'piclens_wallcfg_glowColor'|@translate}&nbsp;</td>
     102                        <td><input type="text" size="7" maxlength="7" name="piclens_wall_glowColor" class="colorwell" value="{$PICLENS_WALL_GLOWCOLOR}" /></td>
     103                </tr>
     104
     105                <tr><td colspan="2"><hr></td></tr>
     106                <tr>
     107                        <td align="right">{'piclens_wallcfg_backgroundImage'|@translate}&nbsp;</td>
     108                        <td><input type="text" size="40" maxlength="70" name="piclens_wall_backgroundImage" value="{$PICLENS_WALL_BACKGROUNDIMAGE}" /></td>
     109                </tr>
     110                <tr>
     111                        <td align="right">{'piclens_wallcfg_tutorial'|@translate}&nbsp;</td>
     112                        <td><input type="text" size="40" maxlength="70" name="piclens_wall_tutorial" value="{$PICLENS_WALL_TUTORIAL}" /></td>
     113                </tr>
     114                <tr>
     115                        <td align="right">{'piclens_wallcfg_tutorialtime'|@translate}&nbsp;</td>
     116                        <td><input type="text" size="6" maxlength="6" name="piclens_wall_tutorialtime" value="{$PICLENS_WALL_TUTORIALTIME}" />&nbsp;ms.</td>
     117                </tr>
     118
     119                <tr>
     120                        <td align="right">{'piclens_wallcfg_customButtonURL'|@translate}&nbsp;</td>
     121                        <td><input type="text" size="40" maxlength="70" name="piclens_wall_customButtonURL" value="{$PICLENS_WALL_CUSTOMBUTTONURL}" /></td>
     122                </tr>           
     123        <tr>
     124                        <td align="right">{'piclens_wallcfg_customButtonTARGET'|@translate}&nbsp;</td>
     125                        <td><input type="text" size="40" maxlength="70" name="piclens_wall_customButtonTARGET" value="{$PICLENS_WALL_CUSTOMBUTTONTARGET}" /></td>
     126                </tr>           
     127
     128                <tr><td colspan="2"><hr></td></tr>
     129                </tr>           <tr>
     130                        <td align="right">{'piclens_wallcfg_icons'|@translate}&nbsp;</td>
     131                        <td><input type="text" size="40" maxlength="70" name="piclens_wall_icons" value="{$PICLENS_WALL_ICONS}" /></td>
     132                </tr>           
     133                </tr>
     134                <tr>
     135                        <td align="right">{'piclens_wallcfg_linkCSS'|@translate}&nbsp;</td>
     136                        <td>
     137                        <textarea cols="50" rows="5" name="piclens_wall_linkCSS" id="piclens_wall_linkCSS">{$PICLENS_WALL_LINKCSS}</textarea></td>
     138                </tr>           
     139
    80140       
    81141        </TABLE>
     142       
     143{literal}
     144<script type="text/javascript" charset="utf-8">
     145 $(document).ready(function() {
     146     var f = $.farbtastic('#colorpicker');
     147     var selected;
     148     $('.colorwell')
     149       .each(function () { f.linkTo(this);  })
     150       .focus(function() {
     151        f.linkTo(this);
     152
     153       });
     154  });
     155</script>
     156{/literal}
     157
     158       
    82159</fieldset>
    83160<br/>
  • extensions/piclens/include/default_values.inc.php

    r3598 r3610  
    6969$piclens_default_values['piclens_wall_showTutorial']       = true;
    7070$piclens_default_values['piclens_wall_showNavArrows']       = true;
    71 $piclens_default_values['piclens_wall_backgroundAlpha']     = "0.0";
     71$piclens_default_values['piclens_wall_backgroundAlpha']     = "1.0";
     72$piclens_default_values['piclens_wall_backgroundColor']         = "#FFFFFF";
     73$piclens_default_values['piclens_wall_glowColor']                       = "#FFFFFF";
     74$piclens_default_values['piclens_wall_descriptionHeight']       = "20";
     75$piclens_default_values['piclens_wall_tilt']    = "0";
     76$piclens_default_values['piclens_wall_backgroundImage']         = "";
     77$piclens_default_values['piclens_wall_tutorial']                = "";
     78$piclens_default_values['piclens_wall_tutorialtime']            = "4500";
     79$piclens_default_values['piclens_wall_customButtonTARGET']      = "";
     80$piclens_default_values['piclens_wall_customButtonURL']         = "";
     81$piclens_default_values['piclens_wall_icons']                           = "";
     82$piclens_default_values['piclens_wall_linkCSS']                         = "";
    7283
    7384?>
  • extensions/piclens/language/en_UK/plugin.lang.php

    r3536 r3610  
    156156$lang['piclens_stuff_param_commun']             = '<b>Parameters may be common to plugins  Cooliris PicLens and PWG-Stuff</b>';
    157157
     158$lang['piclens_3dwallconfig2_tab']              = 'Advanced 3DWall configuration';
     159$lang['piclens_wallcfgadv_title']       = 'Piclens : Advanced Configuration of Cooliris 3D Wall';
     160$lang['piclens_wallcfg_colorD']         = 'Dark';
     161$lang['piclens_wallcfg_colorL']         = 'Light';
     162$lang['piclens_wallcfg_showChrome']    = 'Shows the bottom toolbar background';
     163$lang['piclens_wallcfg_showDescription']    = 'Show the item description overlay';
     164$lang['piclens_wallcfg_showReflections']    = 'Show the reflections under the images';
     165$lang['piclens_wallcfg_showTutorial']    = 'Show a tutorial message';
     166$lang['piclens_wallcfg_showNavArrows']    = 'Shows the navigation arrows';
     167$lang['piclens_wallcfg_backgroundAlpha']    = 'Background transparency [0.0-1.0]';
     168$lang['piclens_wallcfg_descriptionHeight']    = 'Height of the name and description overlay [0-100]';
     169$lang['piclens_wallcfg_tilt']    = 'Amount of wall tilt [0-5]';
     170$lang['piclens_wallcfg_backgroundColor']    = 'Color for the background';
     171$lang['piclens_wallcfg_glowColor']    = 'Color of the glow around the selected picture';
     172$lang['piclens_wallcfg_backgroundImage']    = 'URL of background image for the wall';
     173$lang['piclens_wallcfg_tutorial']    = 'URL to tutorial image';
     174$lang['piclens_wallcfg_tutorialtime']    = 'Tutorial delay';
     175$lang['piclens_wallcfg_customButtonURL']    = 'URL for custom button in the lower right corner of the toolbar';
     176$lang['piclens_wallcfg_customButtonTARGET']    = 'Target for custom button';
     177$lang['piclens_wallcfg_icons']    = 'Directory of PNG images for custom toolbar icons';
     178$lang['piclens_wallcfg_linkCSS']    = 'CSS string to be applied to descriptions';
     179
    158180
    159181?>
  • extensions/piclens/language/fr_FR/plugin.lang.php

    r3598 r3610  
    158158$lang['piclens_stuff_param_commun']             = '<b>Param&egrave;tres pouvant &ecirc;tre communs aux plugins Cooliris-piclens et PWG-Stuff</b>';
    159159
     160$lang['piclens_3dwallconfig2_tab']              = 'Configuration Avancée 3DWall';
     161$lang['piclens_wallcfgadv_title']       = 'Piclens : Configuration Avancée de Cooliris 3D Wall';
     162$lang['piclens_wallcfg_colorD']         = 'Dark';
     163$lang['piclens_wallcfg_colorL']         = 'Light';
     164$lang['piclens_wallcfg_showChrome']    = 'Affiche de la barre "chrome" en bas du mur';
     165$lang['piclens_wallcfg_showDescription']    = 'Affichage des descriptions des images';
     166$lang['piclens_wallcfg_showReflections']    = 'Affichage de la réflexion des images';
     167$lang['piclens_wallcfg_showTutorial']    = 'Affichage de l\'aide au démarrage du mur';
     168$lang['piclens_wallcfg_showNavArrows']    = 'Affichage des flèches latérales';
     169$lang['piclens_wallcfg_backgroundAlpha']    = 'Transparence du fond [0.0-1.0]';
     170$lang['piclens_wallcfg_descriptionHeight']    = 'Taille de la zone de descripion [0-100]';
     171$lang['piclens_wallcfg_tilt']    = 'Inclinaison du mur [0-5]';
     172$lang['piclens_wallcfg_backgroundColor']    = 'Couleur du fond';
     173$lang['piclens_wallcfg_glowColor']    = 'Couleur du fond de l\'image sélectionnée';
     174$lang['piclens_wallcfg_backgroundImage']    = 'URL de l\'image de fond';
     175$lang['piclens_wallcfg_tutorial']    = 'URL de l\'image du tutorial d\'accueil';
     176$lang['piclens_wallcfg_tutorialtime']    = 'Temps d\'affichage du tutorial';
     177$lang['piclens_wallcfg_customButtonURL']    = 'URL d\'une icone en bas à droite du mur';
     178$lang['piclens_wallcfg_customButtonTARGET']    = 'Lien d\'une icone en bas à droite du mur';
     179$lang['piclens_wallcfg_icons']    = 'Répertoire contenant les PNG pour les icones personnalisées';
     180$lang['piclens_wallcfg_linkCSS']    = 'Style css à appliquer aux descriptions';
    160181
    161182?>
  • extensions/piclens/main.inc.php

    r3598 r3610  
    6767 /*             Correction dans la traduction chinoise simplifiée */
    6868 /*             Correction page admin : titre mur 3D non sauvegarde*/
    69  /* 0.3.6 --> Test integration double select    */
     69 /* 0.3.6 --> Ajout parametres supplementaires du mur embeded */
    7070 
    7171
    7272/********* TODO  *********/
    7373//- possibilite d'afficher les derniers commentaires des images dans piclens
     74//- modifier le parametrage de l'affichage des nom et descriptions des images
    7475//- intégrer la selection double des categories
    7576
  • extensions/piclens/piclenswall.php

    r3598 r3610  
    4747                        $template->assign(array(
    4848                                'piclenswalltitle'              => $this->my_config['piclens_wall_title'],
    49                                 'rssfeed'                               => $rssfeed,
     49                                'rssfeed'                               => isset($rssfeed) ? $rssfeed : "",
    5050                                'color'                                 => $this->my_config['piclens_wall_color'],
    5151                                'height'                                => $this->my_config['piclens_wall_height'],
     
    5757                'nbligne'               => (isset($this->my_config['piclens_wall_nb_ligne']) ? $this->my_config['piclens_wall_nb_ligne'] : "3"),
    5858
    59 'showChrome'        => ($this->my_config['piclens_wall_showChrome'] ? "true" : "false"),
    60 'showDescription'        => ($this->my_config['piclens_wall_showDescription'] ? "true" : "false"),
    61 'showReflections'        => ($this->my_config['piclens_wall_showReflections'] ? "true" : "false"),
    62 'showTutorial'        => ($this->my_config['piclens_wall_showTutorial'] ? "true" : "false"),
    63 'showNavArrows'        => ($this->my_config['piclens_wall_showNavArrows'] ? "true" : "false"),
    64 'backgroundAlpha'       => isset($this->my_config['piclens_wall_backgroundAlpha']) ? $this->my_config['piclens_wall_backgroundAlpha'] : "0.0",
    65                
     59                                'showChrome'        => ($this->my_config['piclens_wall_showChrome'] ? "true" : "false"),
     60                                'showDescription'        => ($this->my_config['piclens_wall_showDescription'] ? "true" : "false"),
     61                                'showReflections'        => ($this->my_config['piclens_wall_showReflections'] ? "true" : "false"),
     62                                'showTutorial'        => ($this->my_config['piclens_wall_showTutorial'] ? "true" : "false"),
     63                                'showNavArrows'        => ($this->my_config['piclens_wall_showNavArrows'] ? "true" : "false"),
     64                                'backgroundAlpha'       => isset($this->my_config['piclens_wall_backgroundAlpha']) ? $this->my_config['piclens_wall_backgroundAlpha'] : "1.0",
     65
     66                                'backgroundColor'                       => str_replace('#', '%23', $this->my_config['piclens_wall_backgroundColor']),
     67                                'glowColor'                                     => str_replace('#', '%23', $this->my_config['piclens_wall_glowColor']),
     68                                'descriptionHeight'                     => $this->my_config['piclens_wall_descriptionHeight'],
     69                                'tilt'                                          => $this->my_config['piclens_wall_tilt'],
    6670               
    6771                        ));
    6872                       
     73                        if (!empty($this->my_config['piclens_wall_backgroundImage']))
     74                                $template->assign(array(
     75                                        'backgroundImage'               => $this->my_config['piclens_wall_backgroundImage']));
     76                        if (!empty($this->my_config['piclens_wall_tutorial']))
     77                                $template->assign(array(
     78                                        'tutorial'              => (empty($this->my_config['piclens_wall_tutorialtime']) ? "4500" : $this->my_config['piclens_wall_tutorialtime']).','.$this->my_config['piclens_wall_tutorial']));
     79                        if (!empty($this->my_config['piclens_wall_customButtonURL']))
     80                                $template->assign(array(
     81                                        'customButton'          => $this->my_config['piclens_wall_customButtonURL'].(empty($this->my_config['piclens_wall_customButtonTARGET']) ? ','.PICLENS_PATH : ','.$this->my_config['piclens_wall_customButtonTARGET'])));
     82
     83                        if (!empty($this->my_config['piclens_wall_icons']))
     84                                $template->assign(array(
     85                                        'icons'         => $this->my_config['piclens_wall_icons']));
     86                        if (!empty($this->my_config['piclens_wall_linkCSS']))
     87                                $template->assign(array(
     88                                        'linkCSS'               => $this->my_config['piclens_wall_linkCSS']));
     89                               
     90
     91                               
    6992                        if (isset($rssfeed))
    7093                                $template->concat('PLUGIN_INDEX_CONTENT_AFTER', $template->parse('piclenswall', true));
  • extensions/piclens/piclenswall.tpl

    r3598 r3610  
    99        <object id="o" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
    1010                width="100%" height="{$height}" >
    11                         <param name="movie" value="{$swf_link}?feed={$rssfeed}&amp;style={$color}&amp;showEmbed={$showembed}&amp;showFullScreen={$showfullscreen}&amp;showSearch={$showsearch}&amp;numRows={$nbligne}&amp;showChrome={$showChrome}&amp;showDescription={$showDescription}&amp;showReflections={$showReflections}&amp;showTutorial={$showTutorial}&amp;showNavArrows={$showNavArrows}&amp;backgroundAlpha={$backgroundAlpha}" />
     11                        <param name="movie" value="{$swf_link}?feed={$rssfeed}&amp;style={$color}&amp;showEmbed={$showembed}&amp;showFullScreen={$showfullscreen}&amp;showSearch={$showsearch}&amp;numRows={$nbligne}&amp;showChrome={$showChrome}&amp;showDescription={$showDescription}&amp;showReflections={$showReflections}&amp;showTutorial={$showTutorial}&amp;showNavArrows={$showNavArrows}&amp;backgroundAlpha={$backgroundAlpha}&amp;backgroundColor={$backgroundColor}&amp;glowColor={$glowColor}&amp;descriptionHeight={$descriptionHeight}&amp;tilt={$tilt}{if isset($backgroundImage)}&amp;backgroundImage={$backgroundImage}{/if}{if isset($tutorial)}&amp;tutorial={$tutorial}{/if}{if isset($customButton)}&amp;customButton={$customButton}{/if}{if isset($icons)}&amp;icons={$icons}{/if}{if isset($linkCSS)}&amp;linkCSS={$linkCSS}{/if}" />
    1212                        <param name="allowFullScreen" value="{$showfullscreen}" />
    1313                        <param name="showEmbed" value="{$showembed}" />
    1414                        <param name="showSearch" value="{$showsearch}" />
    1515                        <param name="allowScriptAccess" value="always" />
    16             <param name="flashvars" value="feed={$rssfeed}&amp;style={$color}&amp;showEmbed={$showembed}&amp;showFullScreen={$showfullscreen}&amp;showSearch={$showsearch}&amp;numRows={$nbligne}&amp;showChrome={$showChrome}&amp;showDescription={$showDescription}&amp;showReflections={$showReflections}&amp;showTutorial={$showTutorial}&amp;showNavArrows={$showNavArrows}&amp;backgroundAlpha={$backgroundAlpha}" />
     16            <param name="flashvars" value="feed={$rssfeed}&amp;style={$color}&amp;showEmbed={$showembed}&amp;showFullScreen={$showfullscreen}&amp;showSearch={$showsearch}&amp;numRows={$nbligne}&amp;showChrome={$showChrome}&amp;showDescription={$showDescription}&amp;showReflections={$showReflections}&amp;showTutorial={$showTutorial}&amp;showNavArrows={$showNavArrows}&amp;backgroundAlpha={$backgroundAlpha}&amp;backgroundColor={$backgroundColor}&amp;glowColor={$glowColor}&amp;descriptionHeight={$descriptionHeight}&amp;tilt={$tilt}{if isset($backgroundImage)}&amp;backgroundImage={$backgroundImage}{/if}{if isset($tutorial)}&amp;tutorial={$tutorial}{/if}{if isset($customButton)}&amp;customButton={$customButton}{/if}{if isset($icons)}&amp;icons={$icons}{/if}{if isset($linkCSS)}&amp;linkCSS={$linkCSS}{/if}" />
    1717
    1818           
     
    2020                        <param name="wmode" value="transparent" />
    2121                        {/if}
    22                         <embed {if $transparent}WMODE="transparent" {/if} type="application/x-shockwave-flash" src="{$swf_link}?feed={$rssfeed}&amp;style={$color}&amp;showEmbed={$showembed}&amp;showFullScreen={$showfullscreen}&amp;showSearch={$showsearch}&amp;numRows={$nbligne}&amp;showChrome={$showChrome}&amp;showDescription={$showDescription}&amp;showReflections={$showReflections}&amp;showTutorial={$showTutorial}&amp;showNavArrows={$showNavArrows}&amp;backgroundAlpha={$backgroundAlpha}" width="100%" height="{$height}" showEmbed="{$showembed}" showSearch="{$showsearch}" allowFullScreen="{$showfullscreen}" allowScriptAccess="always" style="{$color}" numRows="{$nbligne}" showChrome="{$showChrome}" showDescription="{$showDescription}" showReflections="{$showReflections}" showTutorial="{$showTutorial}" showNavArrows="{$showNavArrows}"  backgroundAlpha="{$backgroundAlpha}"/>
     22                        <embed {if $transparent}WMODE="transparent" {/if} type="application/x-shockwave-flash" src="{$swf_link}?feed={$rssfeed}&amp;style={$color}&amp;showEmbed={$showembed}&amp;showFullScreen={$showfullscreen}&amp;showSearch={$showsearch}&amp;numRows={$nbligne}&amp;showChrome={$showChrome}&amp;showDescription={$showDescription}&amp;showReflections={$showReflections}&amp;showTutorial={$showTutorial}&amp;showNavArrows={$showNavArrows}&amp;backgroundAlpha={$backgroundAlpha}&amp;backgroundColor={$backgroundColor}&amp;glowColor={$glowColor}&amp;descriptionHeight={$descriptionHeight}&amp;tilt={$tilt}{if isset($backgroundImage)}&amp;backgroundImage={$backgroundImage}{/if}{if isset($tutorial)}&amp;tutorial={$tutorial}{/if}{if isset($customButton)}&amp;customButton={$customButton}{/if}{if isset($icons)}&amp;icons={$icons}{/if}{if isset($linkCSS)}&amp;linkCSS={$linkCSS}{/if}" width="100%" height="{$height}" showEmbed="{$showembed}" showSearch="{$showsearch}" allowFullScreen="{$showfullscreen}" allowScriptAccess="always" style="{$color}" numRows="{$nbligne}" showChrome="{$showChrome}" showDescription="{$showDescription}" showReflections="{$showReflections}" showTutorial="{$showTutorial}" showNavArrows="{$showNavArrows}"  backgroundAlpha="{$backgroundAlpha}" backgroundColor="{$backgroundColor}" glowColor="{$glowColor}" descriptionHeight="{$descriptionHeight}" tilt="{$tilt}" {if isset($backgroundImage)}backgroundImage="{$backgroundImage}"{/if} {if isset($tutorial)}tutorial="{$tutorial}"{/if} {if isset($customButton)}customButton="{$customButton}"{/if} {if isset($icons)}icons="{$icons}"{/if} {if isset($linkCSS)}linkCSS="{$linkCSS}"{/if}/>
    2323        </object>
    2424        </center>
Note: See TracChangeset for help on using the changeset viewer.