Changeset 912
- Timestamp:
- 04/29/08 11:19:23 (3 months ago)
- Files:
-
- trunk/lib/jelix/CREDITS (modified) (1 diff)
- trunk/lib/jelix/CREDITS (modified) (1 diff)
- trunk/lib/jelix/CREDITS (modified) (1 diff)
- trunk/lib/jelix/CREDITS (modified) (1 diff)
- trunk/lib/jelix/plugins/tpl/html/meta.html.php (modified) (2 diffs)
- trunk/lib/jelix/plugins/tpl/html/meta.html.php (modified) (2 diffs)
- trunk/lib/jelix/plugins/tpl/html/meta.html.php (modified) (2 diffs)
- trunk/lib/jelix/plugins/tpl/html/meta.html.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lib/jelix/CREDITS
r904 r912 92 92 Mickaël Fradin (aka mike) 93 93 - improvements in the jtpl plugin: formcontrols (#223) 94 - added style feature in the meta_html plugin (#553) 94 95 95 96 Olivier Gambier (aka d-m-p) trunk/lib/jelix/CREDITS
r904 r912 92 92 Mickaël Fradin (aka mike) 93 93 - improvements in the jtpl plugin: formcontrols (#223) 94 - added style feature in the meta_html plugin (#553) 94 95 95 96 Olivier Gambier (aka d-m-p) trunk/lib/jelix/CREDITS
r904 r912 92 92 Mickaël Fradin (aka mike) 93 93 - improvements in the jtpl plugin: formcontrols (#223) 94 - added style feature in the meta_html plugin (#553) 94 95 95 96 Olivier Gambier (aka d-m-p) trunk/lib/jelix/CREDITS
r904 r912 92 92 Mickaël Fradin (aka mike) 93 93 - improvements in the jtpl plugin: formcontrols (#223) 94 - added style feature in the meta_html plugin (#553) 94 95 95 96 Olivier Gambier (aka d-m-p) trunk/lib/jelix/plugins/tpl/html/meta.html.php
r676 r912 4 4 * @subpackage jtpl_plugin 5 5 * @author Jouanneau Laurent 6 * @contributor Yann (description and keywords), Dominique Papin (ie7 support) 7 * @copyright 2005-2006 Jouanneau laurent, 2007 Dominique Papin 6 * @contributor Yann (description and keywords), Dominique Papin (ie7 support), Mickaël Fradin (style) 7 * @copyright 2005-2006 Jouanneau laurent, 2007 Dominique Papin, 2008 Mickaël Fradin 8 8 * @link http://www.jelix.org 9 9 * @licence GNU Lesser General Public Licence see LICENCE file or http://www.gnu.org/licenses/lgpl.html … … 59 59 $gJCoord->response->addCSSLink($gJConfig->urlengine['basePath'].'themes/'.$gJConfig->theme.'/'.$param,array(),'lt IE 7'); 60 60 break; 61 case 'style': 62 if(is_array($param)){ 63 foreach($param as $p1=>$p2){ 64 $gJCoord->response->addStyle($p1,$p2); 65 } 66 } 67 break; 61 68 case 'bodyattr': 62 69 if(is_array($param)){ trunk/lib/jelix/plugins/tpl/html/meta.html.php
r676 r912 4 4 * @subpackage jtpl_plugin 5 5 * @author Jouanneau Laurent 6 * @contributor Yann (description and keywords), Dominique Papin (ie7 support) 7 * @copyright 2005-2006 Jouanneau laurent, 2007 Dominique Papin 6 * @contributor Yann (description and keywords), Dominique Papin (ie7 support), Mickaël Fradin (style) 7 * @copyright 2005-2006 Jouanneau laurent, 2007 Dominique Papin, 2008 Mickaël Fradin 8 8 * @link http://www.jelix.org 9 9 * @licence GNU Lesser General Public Licence see LICENCE file or http://www.gnu.org/licenses/lgpl.html … … 59 59 $gJCoord->response->addCSSLink($gJConfig->urlengine['basePath'].'themes/'.$gJConfig->theme.'/'.$param,array(),'lt IE 7'); 60 60 break; 61 case 'style': 62 if(is_array($param)){ 63 foreach($param as $p1=>$p2){ 64 $gJCoord->response->addStyle($p1,$p2); 65 } 66 } 67 break; 61 68 case 'bodyattr': 62 69 if(is_array($param)){ trunk/lib/jelix/plugins/tpl/html/meta.html.php
r676 r912 4 4 * @subpackage jtpl_plugin 5 5 * @author Jouanneau Laurent 6 * @contributor Yann (description and keywords), Dominique Papin (ie7 support) 7 * @copyright 2005-2006 Jouanneau laurent, 2007 Dominique Papin 6 * @contributor Yann (description and keywords), Dominique Papin (ie7 support), Mickaël Fradin (style) 7 * @copyright 2005-2006 Jouanneau laurent, 2007 Dominique Papin, 2008 Mickaël Fradin 8 8 * @link http://www.jelix.org 9 9 * @licence GNU Lesser General Public Licence see LICENCE file or http://www.gnu.org/licenses/lgpl.html … … 59 59 $gJCoord->response->addCSSLink($gJConfig->urlengine['basePath'].'themes/'.$gJConfig->theme.'/'.$param,array(),'lt IE 7'); 60 60 break; 61 case 'style': 62 if(is_array($param)){ 63 foreach($param as $p1=>$p2){ 64 $gJCoord->response->addStyle($p1,$p2); 65 } 66 } 67 break; 61 68 case 'bodyattr': 62 69 if(is_array($param)){ trunk/lib/jelix/plugins/tpl/html/meta.html.php
r676 r912 4 4 * @subpackage jtpl_plugin 5 5 * @author Jouanneau Laurent 6 * @contributor Yann (description and keywords), Dominique Papin (ie7 support) 7 * @copyright 2005-2006 Jouanneau laurent, 2007 Dominique Papin 6 * @contributor Yann (description and keywords), Dominique Papin (ie7 support), Mickaël Fradin (style) 7 * @copyright 2005-2006 Jouanneau laurent, 2007 Dominique Papin, 2008 Mickaël Fradin 8 8 * @link http://www.jelix.org 9 9 * @licence GNU Lesser General Public Licence see LICENCE file or http://www.gnu.org/licenses/lgpl.html … … 59 59 $gJCoord->response->addCSSLink($gJConfig->urlengine['basePath'].'themes/'.$gJConfig->theme.'/'.$param,array(),'lt IE 7'); 60 60 break; 61 case 'style': 62 if(is_array($param)){ 63 foreach($param as $p1=>$p2){ 64 $gJCoord->response->addStyle($p1,$p2); 65 } 66 } 67 break; 61 68 case 'bodyattr': 62 69 if(is_array($param)){
