[ Index ] |
|
Code source de Horde 3.1.3 |
1 <?php $rtl = isset($nls['rtl'][$language]) ?> 2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "DTD/xhtml1-frameset.dtd"> 3 <html> 4 <head> 5 <link rel="SHORTCUT ICON" href="<?php echo $registry->getImageDir() ?>/favicon.ico" /> 6 <title><?php echo htmlspecialchars($registry->get('name')) ?></title> 7 </head> 8 9 <frameset id="hf" cols="<?php echo ($rtl ? '*,' : '') . (isset($prefs) ? $prefs->getValue('sidebar_width') : 150) . ($rtl ? '' : ',*') ?>" framespacing="0" frameborder="0"> 10 <?php if ($rtl): ?> 11 <frame name="horde_main" src="<?php echo Util::addParameter(htmlspecialchars($main_page), 'frameset_loaded', 1) ?>" scrolling="<?php echo $scrollbar ?>" noresize="noresize" /> 12 <frame name="horde_menu" src="<?php echo Horde::applicationUrl('services/portal/sidebar.php') ?>" scrolling="auto" noresize="noresize" /> 13 <?php else: ?> 14 <frame name="horde_menu" src="<?php echo Horde::applicationUrl('services/portal/sidebar.php') ?>" scrolling="auto" noresize="noresize" /> 15 <frame name="horde_main" src="<?php echo Util::addParameter(htmlspecialchars($main_page), 'frameset_loaded', 1) ?>" scrolling="<?php echo $scrollbar ?>" noresize="noresize" /> 16 <?php endif; ?> 17 </frameset> 18 19 </html>
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 |