Changeset 3598


Ignore:
Timestamp:
Jul 16, 2009, 12:37:15 AM (15 years ago)
Author:
tiico
Message:

Correct FR langage
Add a new config tab for news parameters for embeded wall (such as numRows, Transparency...) [to be completed]

Location:
extensions/piclens
Files:
2 added
10 edited

Legend:

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

    r3410 r3598  
    4040                                l10n('piclens_3dwallconfig_tab'),
    4141               $my_base_url.'&tab=piclenswallconfig');
     42$tabsheet->add('piclenswallconfig2',
     43//               'Configugation PiclensWall',
     44                                l10n('piclens_3dwallconfig2_tab'),
     45               $my_base_url.'&tab=piclenswallconfig2');
    4246$tabsheet->select($page['tab']);
    4347$tabsheet->assign();
  • extensions/piclens/admin/piclenswallconfig.php

    r3536 r3598  
    1717$me = get_plugin_data($plugin_id);
    1818
    19  $template->set_filenames( array('plugin_admin_content' => PICLENS_ROOT.'/admin/piclenswallconfig.tpl') );
     19 $template->set_filenames(
     20                array('plugin_admin_content' => PICLENS_ROOT.'/admin/piclenswallconfig.tpl'               
     21                        ) );
    2022
     23                       
    2124
    2225if (isset($_POST['submit'])) {
    2326  $me->my_config['piclens_wall'] = isset($_POST['piclens_wall']);
    2427  $me->my_config['piclens_wall_title'] = $_POST['piclens_wall_title'];
    25   $me->my_config['piclens_wall_color'] =   $_POST['background_color'];
    2628  $me->my_config['piclens_wall_height'] =   $_POST['piclens_wall_height'];
    2729  $me->my_config['piclens_wall_categories'] = isset($_POST['categories']) ?
    2830                          array_map("mysql_escape_string", $_POST['categories']) :
    2931                          array();
     32
    3033  $me->my_config['piclens_wall_nav'] = isset($_POST['piclens_wall_nav']);
    3134  $me->my_config['piclens_wall_cat_nav_replace'] = isset($_POST['categories_nav']) ?
     
    3538  $me->my_config['piclens_wall_ontop'] = isset($_POST['piclens_wall_ontop']); 
    3639  $me->my_config['piclens_wall_oncat'] = isset($_POST['piclens_wall_oncat']);
    37   $me->my_config['piclens_wall_showembed'] = isset($_POST['piclens_wall_embed']);
    38   $me->my_config['piclens_wall_showfullscreen'] = isset($_POST['piclens_wall_fullscreen']);
    39   $me->my_config['piclens_wall_showsearch'] = isset($_POST['piclens_wall_search']);
    40   $me->my_config['piclens_wall_showsearch'] = isset($_POST['piclens_wall_search']);
    41   $me->my_config['piclens_wall_transparent'] =   isset($_POST['piclens_wall_transparent']);
    4240
    4341  $me->my_config['piclens_wall_spec'] = isset($_POST['piclens_wall_spec']);
     
    4947
    5048  $me->my_config['piclens_wall_swflocal'] = isset($_POST['piclens_wall_swflocal']);
    51   $me->my_config['piclens_wall_nb_ligne'] =   $_POST['piclens_wall_nb_ligne'];
    5249 
    5350  if ($pwgstuff_ok && $me->my_config['piclens_wall'])
     
    7168}
    7269
    73 //$template->assign('PICLENS_COPY_CROSSDOMAIN', file_exists($filename) ? l10n('piclens_label_crossdomain1') : '<input type="checkbox" name="crossdomain_copy" /> '.l10n('piclens_label_crossdomain2'));
    74 
    75 //$template->assign('PICLENS_COPY_CROSSDOMAIN', file_exists($filename));
    76 
    77 //$template->assign('PICLENS_PWGSTUFF', $pwgstuff_ok ? 'disabled="disabled"' : '');
    78 //$template->assign('PICLENS_PWGSTUFF1', $pwgstuff_ok ? l10n('piclens_label_pwgstuff1'): l10n('piclens_label_pwgstuff2'));
    79 
    80 //$template->assign('PICLENS_WALL_ACTIVATED', $me->my_config['piclens_wall'] ? 'checked="checked"' : '' );
    81 
    82 //$template->assign(array($me->my_config['piclens_wall_color'].'_CHECKED' => 'checked="checked"'));
    83 //$template->assign(array($me->my_config['piclens_wall_specif'].'_CHECKED' => 'checked="checked"'));
    84 //$template->assign(array('PICLENS_WALL_HEIGHT' => $me->my_config['piclens_wall_height']));
    85 
    86 //$template->assign('CROSSDOMAIN_LNK', PICLENS_PATH.'crossdomain.xml');
    87 
    8870$query = '
    8971  SELECT id,name,uppercats,global_rank
     
    10082    true);
    10183       
    102 //$template->assign('PICLENS_WALL_ONTOP', $me->my_config['piclens_wall_ontop'] ? 'checked="checked"' : '' );
    103 //$template->assign('PICLENS_WALL_ONCAT', $me->my_config['piclens_wall_oncat'] ? 'checked="checked"' : '' );
    10484
    105 //$template->assign('PICLENS_WALL_EMBED', $me->my_config['piclens_wall_showembed'] ? 'checked="checked"' : '' );
    106 //$template->assign('PICLENS_WALL_FULLSCREEN', $me->my_config['piclens_wall_showfullscreen'] ? 'checked="checked"' : '' );
    107 //$template->assign('PICLENS_WALL_SEARCH', $me->my_config['piclens_wall_showsearch'] ? 'checked="checked"' : '' );
    10885
    109 //$template->assign('PICLENS_WALL_NAV', $me->my_config['piclens_wall_nav'] ? 'checked="checked"' : '' );
    110 //$template->assign('PICLENS_WALL_TITLE', $me->my_config['piclens_wall_title']);
    111 
    112 //$template->assign('PICLENS_WALL_SPEC', $me->my_config['piclens_wall_spec'] ? 'checked="checked"' : '' );
    113 
    114 //$template->assign('PICLENS_WALL_SPEC', $me->my_config['piclens_wall_spec'] ? 'checked="checked"' : '' );
    115 //$template->assign('PICLENS_WALL_SPEC_RECENTPICS', $me->my_config['piclens_wall_spec_recentpics'] ? 'checked="checked"' : '' );
    116 //$template->assign('PICLENS_WALL_SPEC_RECENTCATS', $me->my_config['piclens_wall_spec_recentcats'] ? 'checked="checked"' : '' );
    117 //$template->assign('PICLENS_WALL_SPEC_MOSTVISITED', $me->my_config['piclens_wall_spec_mostvisited'] ? 'checked="checked"' : '' );
    118 //$template->assign('PICLENS_WALL_SPEC_BESTRATED', $me->my_config['piclens_wall_spec_bestrated'] ? 'checked="checked"' : '' );
    119 //$template->assign('PICLENS_WALL_SPEC_FAVORITES', $me->my_config['piclens_wall_spec_favorites'] ? 'checked="checked"' : '' );
    12086
    12187$template->assign(array(
     
    12490        'PICLENS_PWGSTUFF1'                                                                     => ($pwgstuff_ok ? l10n('piclens_label_pwgstuff1'): l10n('piclens_label_pwgstuff2')),
    12591        'PICLENS_WALL_ACTIVATED'                                                        => ($me->my_config['piclens_wall'] ? 'checked="checked"' : '' ),
    126         $me->my_config['piclens_wall_color'].'_CHECKED'         => 'checked="checked"',
    12792        $me->my_config['piclens_wall_specif'].'_CHECKED'        => 'checked="checked"',
    12893        'PICLENS_WALL_HEIGHT'                                                           => $me->my_config['piclens_wall_height'],
     
    13095        'PICLENS_WALL_ONTOP'                                                            => ($me->my_config['piclens_wall_ontop'] ? 'checked="checked"' : '' ),
    13196        'PICLENS_WALL_ONCAT'                                                            => ($me->my_config['piclens_wall_oncat'] ? 'checked="checked"' : '' ),
    132         'PICLENS_WALL_EMBED'                                                            => ($me->my_config['piclens_wall_showembed'] ? 'checked="checked"' : '' ),
    133         'PICLENS_WALL_FULLSCREEN'                                                       => ($me->my_config['piclens_wall_showfullscreen'] ? 'checked="checked"' : '' ),
    134         'PICLENS_WALL_SEARCH'                                                           => ($me->my_config['piclens_wall_showsearch'] ? 'checked="checked"' : '' ),
    135         'PICLENS_WALL_TRANSPARENT'                                                      => ($me->my_config['piclens_wall_transparent'] ? 'checked="checked"' : '' ),
    13697        'PICLENS_WALL_NAV'                                                                      => ($me->my_config['piclens_wall_nav'] ? 'checked="checked"' : '' ),
    13798        'PICLENS_WALL_TITLE'                                                            => $me->my_config['piclens_wall_title'],
     
    143104        'PICLENS_WALL_SPEC_BESTRATED'                                           => ($me->my_config['piclens_wall_spec_bestrated'] ? 'checked="checked"' : '' ),
    144105        'PICLENS_WALL_SPEC_FAVORITES'                                           => ($me->my_config['piclens_wall_spec_favorites'] ? 'checked="checked"' : '' ),
    145         'PICLENS_WALL_SWFLOCAL'                                                         => ($me->my_config['piclens_wall_swflocal'] ? 'checked="checked"' : '' ),
    146     'PICLENS_WALL_NB_LIGNE'                             => $me->my_config['piclens_wall_nb_ligne']
     106        'PICLENS_WALL_SWFLOCAL'                                                         => ($me->my_config['piclens_wall_swflocal'] ? 'checked="checked"' : '' )
    147107        ));
    148 
    149108
    150109$template->assign_var_from_handle( 'ADMIN_CONTENT', 'plugin_admin_content');
  • extensions/piclens/admin/piclenswallconfig.tpl

    r3536 r3598  
    7979               
    8080                <tr>
    81                     <td align="right">{'piclens_wallcfg_color'|@translate} &nbsp;</td>
    82                     <td><input type="radio" name="background_color" value="dark" {$dark_CHECKED}>&nbsp;{'piclens_wallcfg_colorB'|@translate}</td>
    83                 </tr>
    84                 <tr>
    85                     <td align="right"></td>
    86                     <td><input type="radio" name="background_color" value="white" {$white_CHECKED}>&nbsp;{'piclens_wallcfg_colorW'|@translate}</td>
    87                 </tr>
    88                 <tr>
    8981                        <td align="right">{'piclens_wallcfg_heigh'|@translate} &nbsp;</td>
    9082                        <td><input type="text" size="3" maxlength="3" value="{$PICLENS_WALL_HEIGHT}" name="piclens_wall_height">&nbsp;px</td>
    91                 </tr>
    92                 <br>
    93                 <tr>
    94                         <td align="right"> {'piclens_wallcfg_option'|@translate} &nbsp; </td>
    95                     <td>
    96                                  <input type="checkbox" name="piclens_wall_embed" {$PICLENS_WALL_EMBED}/>&nbsp; {'piclens_wallcfg_option-opt1'|@translate}
    97                                  <br>
    98                                  <input type="checkbox" name="piclens_wall_fullscreen" {$PICLENS_WALL_FULLSCREEN}/>&nbsp; {'piclens_wallcfg_option-opt2'|@translate}
    99                                  <br>
    100                                  <input type="checkbox" name="piclens_wall_search" {$PICLENS_WALL_SEARCH}/>&nbsp; {'piclens_wallcfg_option-opt3'|@translate}
    101                                  <br>
    102                                  <input type="checkbox" name="piclens_wall_transparent" {$PICLENS_WALL_TRANSPARENT}/>&nbsp; {'piclens_wallcfg_transparent'|@translate}
    103                                  <br/>
    104                  {'piclens_wallcfg_nbligne'|@translate} &nbsp;<input type="text" size="2" maxlength="2" value="{$PICLENS_WALL_NB_LIGNE}" name="piclens_wall_nb_ligne">&nbsp;
    105                                  <br/>
    106                         </td>
    10783                </tr>
    10884                <br>
     
    126102                        </td>
    127103                </tr>
     104               
    128105        </TABLE>
    129106</fieldset>
  • extensions/piclens/admin/rssfeed.php

    r3536 r3598  
    2020
    2121//$order_list = array('Defaut Piwigo', 'Date de Creation', 'Date d\'ajout', 'Note Moyenne', 'Plus vues', 'Nom du fichier', 'Id', 'Al&eacute;atoire', 'Cat&eacute;gories');
    22 $order_list = array(l10n('piclens_label_orderPiwigo'), l10n('piclens_label_orderCreDate'), l10n('piclens_label_orderAddDate'), l10n('piclens_label_orderAverage'), l10n('piclens_label_orderBest'), l10n('piclens_label_orderName'), l10n('piclens_label_orderID'), l10n('piclens_label_orderRand'), l10n('piclens_label_orderCat'), l10n('piclens_label_orderRank'));
     22$order_list = array(l10n('piclens_label_orderPiwigo'), l10n('piclens_label_orderCreDate'), l10n('piclens_label_orderAddDate'), l10n('piclens_label_orderRank'), l10n('piclens_label_orderBest'), l10n('piclens_label_orderName'), l10n('piclens_label_orderID'), l10n('piclens_label_orderRand'), l10n('piclens_label_orderCat'));
    2323//$sort_list = array('Defaut Piwigo', 'Croissant', 'Decroissant');
    2424$sort_list = array(l10n('piclens_label_sortPiwigo'), l10n('piclens_label_sortUp'), l10n('piclens_label_sortDown'));
     
    2929$normal_list = array(l10n('piclens_label_TypeTN'), l10n('piclens_label_TypeNorm'), l10n('piclens_label_TypeHigh'));
    3030//$nameformat_list = array('Nom vignette : taille', 'Nom vignette', 'Nom de l\'image');
    31 $nameformat_list = array(l10n('piclens_label_Name1'), l10n('piclens_label_Name2'), l10n('piclens_label_Name3'), l10n('piclens_label_Name4'));
     31$nameformat_list = array(l10n('piclens_label_Name1'), l10n('piclens_label_Name2'), l10n('piclens_label_Name3'));
    3232//$descformat_list = array('Rien', 'Nom de l\'image', 'Description de l\'image');
    3333$descformat_list = array(l10n('piclens_label_Desc1'), l10n('piclens_label_Desc2'), l10n('piclens_label_Desc3'));
  • extensions/piclens/generate_rss.php

    r3536 r3598  
    4242        $thumb_secure = array('', '&amp;thumb=1', '');  // correspondant a 1-->'miniature' et 2-->'normal'
    4343        $normal_secure = array('', '&amp;thumb=1', '', '&amp;highdef=1');       // correspondant a 1-->'miniature' et 2-->'normal' et 3 --> High
    44         $order_list = array('', $conf['order_by_inside_category'], 'ORDER BY date_creation', 'ORDER BY date_available', 'ORDER BY average_rate', 'ORDER BY hit', 'ORDER BY file', 'ORDER BY id', 'ORDER BY RAND()', 'ORDER BY category_id', 'ORDER BY category_id, rank ');     
     44        $order_list = array('', $conf['order_by_inside_category'], 'ORDER BY date_creation', 'ORDER BY date_available', 'ORDER BY average_rate', 'ORDER BY hit', 'ORDER BY file', 'ORDER BY id', 'ORDER BY RAND()', 'ORDER BY category_id');   
    4545        $order_sort = array('', '', ' ASC', ' DESC');
    4646
     
    508508                                                . $row['file'] . "]]></title>\n";
    509509                                        break;
    510                                 case 4 :
    511                     // Rien
    512                                         echo "<title></title>\n";
    513                                         break;
    514                    
    515510                                default :
    516511                                                // format nom fichier : taille
  • extensions/piclens/include/default_values.inc.php

    r3536 r3598  
    6262
    6363$piclens_default_values['piclens_wall_swflocal'] = false;       // Flash swf local utilise pour le mur 3D (pas besoin du fichier crossdomain.xml mais pas de MAJ automatique du flash)
     64
    6465$piclens_default_values['piclens_wall_nb_ligne']    = "3";
     66$piclens_default_values['piclens_wall_showChrome']       = true;
     67$piclens_default_values['piclens_wall_showDescription']       = true;
     68$piclens_default_values['piclens_wall_showReflections']       = true;
     69$piclens_default_values['piclens_wall_showTutorial']       = true;
     70$piclens_default_values['piclens_wall_showNavArrows']       = true;
     71$piclens_default_values['piclens_wall_backgroundAlpha']     = "0.0";
    6572
    6673?>
  • extensions/piclens/language/fr_FR/plugin.lang.php

    r3536 r3598  
    8484$lang['piclens_rsscfg_video']                   = 'Activation des vid&eacute;os dans l\'interface Piclens/Cooliris';
    8585
    86 $lang['piclens_label_orderPiwigo']              = 'Defaut Piwigo';
    87 $lang['piclens_label_orderCreDate']     = 'Date de Creation';
     86$lang['piclens_label_orderPiwigo']              = 'Défaut Piwigo';
     87$lang['piclens_label_orderCreDate']     = 'Date de Création';
    8888$lang['piclens_label_orderAddDate']     = 'Date d\'ajout';
    8989$lang['piclens_label_orderAverage']     = 'Note Moyenne';
     
    9898$lang['piclens_label_sortCat']                  = 'Piclens sur Cat&eacute;gories';
    9999
    100 $lang['piclens_label_sortPiwigo']               = 'Defaut Piwigo';
     100$lang['piclens_label_sortPiwigo']               = $lang['piclens_label_orderPiwigo'];
    101101$lang['piclens_label_sortUp']                   = 'Croissant';
    102102$lang['piclens_label_sortDown']                 = 'Decroissant';
     
    104104$lang['piclens_label_TypeTN']                   = 'Miniature';
    105105$lang['piclens_label_TypeNorm']                 = 'Normal';
    106 $lang['piclens_label_TypeHigh']                 = 'High';
     106$lang['piclens_label_TypeHigh']                 = 'Haute Définition';
    107107
    108108$lang['piclens_label_Name1']                    = 'Nom vignette : taille';
     
    111111$lang['piclens_label_Name4']                    = 'Rien';
    112112
    113 $lang['piclens_label_Desc1']                    = 'Rien';
    114 $lang['piclens_label_Desc2']                    = 'Nom de l\'image';
     113$lang['piclens_label_Desc1']                    = $lang['piclens_label_Name4'];
     114$lang['piclens_label_Desc2']                    = $lang['piclens_label_Name3'];
    115115$lang['piclens_label_Desc3']                    = 'Description de l\'image';
    116116
     
    120120$lang['piclens_wallcfg_actived']                = 'Activation du mur 3D Cooliris ';
    121121$lang['piclens_wallcfg_name']                   = 'Titre du mur 3D Cooliris :';
    122 $lang['piclens_wallcfg_info']                   = '<b>Important pour que le mur 3D fonctionne :</b> Il est necessaire de copier le fichier';
     122$lang['piclens_wallcfg_info']                   = '<b>Important pour que le mur 3D fonctionne :</b> Il est nécessaire de copier le fichier';
    123123$lang['piclens_wallcfg_info_suite']             = '&agrave; la racine du site (ou modifier le fichier existant)';
    124124$lang['piclens_wallcfg_color']                  = 'Couleur du fond pour le mur 3D Cooliris :';
  • extensions/piclens/main.inc.php

    r3536 r3598  
    22/*
    33 * Plugin Name: CoolIris-Piclens
    4  * Version: 0.3.5
     4 * Version: 0.3.6
    55 * Description: Cooliris/Piclens activation
    66 * Plugin URI: http://fr.piwigo.org/ext/extension_view.php?eid=234
     
    6767 /*             Correction dans la traduction chinoise simplifiée */
    6868 /*             Correction page admin : titre mur 3D non sauvegarde*/
    69  /*             Ajout parametre nombre lignes pour le mur 3D embeded*/
    70  /*             Ajout possibilité de ne pas afficher de titre sous les images*/
    71  /*             Ajout/correction tri par rang de l'image*/
    72  
     69 /* 0.3.6 --> Test integration double select     */
    7370 
    7471
    7572/********* TODO  *********/
    76 //- Ajouter un onglet en page d'admin pour tous les parametres du mur embeded (http://developer.cooliris.com/?p=embed/flash)
    77 //- Tri par rang
    7873//- possibilite d'afficher les derniers commentaires des images dans piclens
     74//- intégrer la selection double des categories
    7975
    8076
  • extensions/piclens/piclenswall.php

    r3536 r3598  
    4444                        $template->set_filenames(array('piclenswall' => PICLENS_ROOT . '/piclenswall.tpl'));
    4545                       
    46 //                      $template->assign('piclenswalltitle', $this->my_config['piclens_wall_title']);
    47 //                      $template->assign('rssfeed', $rssfeed);
    48 //                      $template->assign('color', $this->my_config['piclens_wall_color']);
    49 //                      $template->assign('height', $this->my_config['piclens_wall_height']);
    50 //                      $template->assign('showfullscreen', ($this->my_config['piclens_wall_showfullscreen'] ? "true" : "false"));
    51 //                      $template->assign('showembed', ($this->my_config['piclens_wall_showembed'] ? "true" : "false"));
    52 //                      $template->assign('showsearch', ($this->my_config['piclens_wall_showsearch'] ? "true" : "false"));
    5346
    5447                        $template->assign(array(
     
    6255                                'transparent'                   => $this->my_config['piclens_wall_transparent'],
    6356                                'swf_link'                              => ($this->my_config['piclens_wall_swflocal'] ? $this->root_site_piclens.PICLENS_PATH.'swf/cooliris.swf' : 'http://apps.cooliris.com/embed/cooliris.swf'),
    64                  'nbligne'              => $this->my_config['piclens_wall_nb_ligne']
     57                'nbligne'               => (isset($this->my_config['piclens_wall_nb_ligne']) ? $this->my_config['piclens_wall_nb_ligne'] : "3"),
     58
     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               
     66               
    6567                        ));
    6668                       
  • extensions/piclens/piclenswall.tpl

    r3536 r3598  
    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;numRows={$nbligne}&amp;showEmbed={$showembed}&amp;showFullScreen={$showfullscreen}&amp;showSearch={$showsearch}" />
     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}" />
    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=api://www.flickr.com/&amp;style={$color}&amp;numRows={$nbligne}" />
     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}" />
     17
    1718           
    1819                        {if $transparent}
    1920                        <param name="wmode" value="transparent" />
    2021                        {/if}
    21                         <embed {if $transparent}WMODE="transparent" {/if} type="application/x-shockwave-flash" src="{$swf_link}?feed={$rssfeed}&amp;style={$color}&amp;numRows={$nbligne}&amp;showEmbed={$showembed}&amp;showFullScreen={$showfullscreen}&amp;showSearch={$showsearch}" width="100%" height="{$height}" showEmbed="{$showembed}" showSearch="{$showsearch}" allowFullScreen="{$showfullscreen}" allowScriptAccess="always" style="{$color}" numRows="{$nbligne}"/>
     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}"/>
    2223        </object>
    2324        </center>
    2425
    25 
    2626</div>
    2727{/if}
Note: See TracChangeset for help on using the changeset viewer.