Main Page | Directories | File List | File Members

items.php File Reference

Go to the source code of this file.

Variables

 $form_open = sane_all("form_open")
 $fopen = '<select name="form_open"><option value="open" '.($open == "open" ? 'selected="selected"':'').'>'._("Open").'</option><option value="closed" '.($open == "closed" ? 'selected="selected"':'').'>'._("Closed").'</option></select> '
 $fthreshold = '<select name="form_threshold"><option value="1" '.($threshold == 1 ? 'selected="selected"':'').'>'._("Lowest").'</option><option value="3" '.($threshold == 3 ? 'selected="selected"':'').'>'._("Low").'</option><option value="5" '.($threshold == 5 ? 'selected="selected"':'').'>'._("Normal").'</option><option value="7" '.($threshold == 7 ? 'selected="selected"':'').'>'._("High").'</option><option value="9" '.($threshold == 9 ? 'selected="selected"':'').'>'._("Immediate").'</option></select> '
 $form_opening = '<form action="'.$PHP_SELF.'#options" method="get">'
 $form_submit = '<input class="bold" type="submit" value="'._("Apply").'" />'
 print


Variable Documentation

$fopen = '<select name="form_open"><option value="open" '.($open == "open" ? 'selected="selected"':'').'>'._("Open").'</option><option value="closed" '.($open == "closed" ? 'selected="selected"':'').'>'._("Closed").'</option></select> '
 

Definition at line 78 of file items.php.

$form_open = sane_all("form_open")
 

Definition at line 35 of file items.php.

$form_opening = '<form action="'.$PHP_SELF.'#options" method="get">'
 

Definition at line 81 of file items.php.

$form_submit = '<input class="bold" type="submit" value="'._("Apply").'" />'
 

Definition at line 82 of file items.php.

$fthreshold = '<select name="form_threshold"><option value="1" '.($threshold == 1 ? 'selected="selected"':'').'>'._("Lowest").'</option><option value="3" '.($threshold == 3 ? 'selected="selected"':'').'>'._("Low").'</option><option value="5" '.($threshold == 5 ? 'selected="selected"':'').'>'._("Normal").'</option><option value="7" '.($threshold == 7 ? 'selected="selected"':'').'>'._("High").'</option><option value="9" '.($threshold == 9 ? 'selected="selected"':'').'>'._("Immediate").'</option></select> '
 

Definition at line 79 of file items.php.

print
 

Definition at line 94 of file items.php.


Generated on Sun Feb 26 13:23:05 2006 for Savane PHP Frontend Developer Reference by  doxygen 1.4.4