[ Index ] |
|
Code source de Horde 3.1.3 |
1 <?php echo Horde::label($pref, $_prefs[$pref]['desc']) ?> <?php echo $helplink ?><br /> 2 <select id="<?php echo htmlspecialchars($pref) ?>" name="<?php echo htmlspecialchars($pref) ?>"> 3 <?php $esc = !empty($_prefs[$pref]['escaped']); $curval = $prefs->getValue($pref); $select_var = Util::nonInputVar($pref . '_options'); foreach ($select_var as $select_key => $select_val): ?> 4 <option value="<?php echo $esc ? $select_key : htmlspecialchars($select_key) ?>"<?php if ($select_key == $curval) echo ' selected="selected"' ?>><?php echo $esc ? $select_val : htmlspecialchars($select_val) ?></option> 5 <?php endforeach; ?> 6 </select> 7 <br />
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 |