[ Index ] |
|
Code source de Horde 3.1.3 |
1 <form method="get" name="appswitch" action="<?php echo $registry->get('webroot', 'horde') . '/services/prefs.php' ?>"> 2 <?php echo Util::formInput() ?> 3 <div class="header"> 4 <span class="smallheader rightFloat"> 5 <?php echo _("Edit options for:") ?> 6 <select name="app" onchange="document.appswitch.submit();"> 7 <option value=""><?php echo _("Choose Application:") ?></option> 8 <?php if (!empty($apps['horde'])): ?> 9 <option value="">----</option> 10 <option value="horde"><?php echo _("Global Options") ?></option> 11 <option value="">----</option> 12 <?php endif; ?> 13 <?php foreach ($apps as $key => $val): if ($key == 'horde') continue; ?> 14 <option value="<?php echo htmlspecialchars($key) ?>"><?php echo htmlspecialchars($val) ?></option> 15 <?php endforeach; ?> 16 </select> 17 <input class="button" type="submit" onclick="return document.appswitch.app.selectedIndex != 0;" value="<?php echo _("Go") ?>" /> 18 </span> 19 <?php if ($registry->getApp() == 'horde') echo _("Global Options"); else printf(_("Options for %s"), $registry->get('name')) ?> 20 <br class="clear" /> 21 </div> 22 </form> 23 <br class="spacer" />
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 |