[ Index ] |
|
Code source de Horde 3.1.3 |
1 <?php 2 global $language; 3 if (isset($language)) { 4 header('Content-type: text/html; charset=' . NLS::getCharset()); 5 header('Vary: Accept-Language'); 6 } 7 ?> 8 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd"> 9 <!-- Horde: Copyright 2000-2006, The Horde Project. Horde is under the LGPL. --> 10 <!-- Horde Project: http://horde.org/ --> 11 <!-- GNU Library Public License: http://www.fsf.org/copyleft/lgpl.html --> 12 <?php 13 echo (!empty($language)) ? '<html lang="' . strtr($language, '_', '-') . '"' : '<html'; 14 echo (!empty($ie_clientcaps)) ? ' xmlns:IE>' : '>'; 15 ?> 16 <head> 17 <?php 18 19 $page_title = $GLOBALS['registry']->get('name'); 20 if (!empty($title)) $page_title .= ' :: ' . $title; 21 if (!empty($refresh_time) && !empty($refresh_url)) { 22 echo "<meta http-equiv=\"refresh\" content=\"$refresh_time;url=$refresh_url\" />\n"; 23 } 24 25 Horde::includeScriptFiles(); 26 ?> 27 <title><?php echo htmlspecialchars($page_title) ?></title> 28 <link href="<?php echo $GLOBALS['registry']->getImageDir() ?>/favicon.ico" rel="SHORTCUT ICON" /> 29 <?php echo Horde::stylesheetLink(Util::nonInputVar('cssApps')) ?> 30 <?php echo implode("\n", Util::nonInputVar('linkTags', array())) ?> 31 <?php if (!empty($ie_clientcaps)): ?><style>IE\:clientcaps {behavior:url(#default#clientcaps)}</style><?php endif; ?> 32 </head> 33 34 <body<?php if (Util::nonInputVar('bodyClass')) echo ' class="' . $bodyClass . '"'; ?>> 35 <?php if (!empty($ie_clientcaps)): ?><IE:clientcaps ID="objCCaps" /><?php endif; ?>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Sun Feb 25 18:01:28 2007 | par Balluche grâce à PHPXref 0.7 |