Google Flix Engine Linux Reference Manual User Manual

Page 449

Advertising
background image

7.13 CGI

443

</tr>

<tr>

<th><abbr title="Default: 0 (disabled)">FE2_MIRROR_VERTICAL</abbr></th>

<td>

<select name="Flix2_FilterSetParam:FE2_MIRROR_VERTICAL">

<option value=""></option>

<option value="on2false">FALSE</option>

<option value="on2true">TRUE</option>

</select>

</td>

</tr>

</table>

</td>

</tr>

<!-- END - MIRROR filter parameters -->

<tr>

<td>

<label>

<input type=’checkbox’ class=’filter’

name=’FE2_FILTER_OVERLAY’ value=’vfilter:’

onchange="toggle_ftable(’filter_overlay’,this.checked)">

FE2_FILTER_OVERLAY

</label>

<table id=’filter_overlay’ class=’disabled’>

<tr>

<th>

<abbr title="Currently searching $overlaydir for overlay images">FE2_OVERLAY_FILE</abbr>

</th>

<td>

HTML_END;

if(is_dir($overlaydir)) {

echo "<select name=\"Flix2_FilterSetParamAsStr:FE2_OVERLAY_FILE\">\n";

echo "<option value=\"\"></option>\n";

foreach(glob($overlaydir.’*’) as $f) {

if ((eregi("\.bmp",$f) || eregi("\.png",$f)) && !is_dir($f)) {

echo "<option value=\"$f\">".

str_replace($overlaydir,’’,$f)."</option>\n";

}

}

echo "</select>\n";

echo "<br>default: None, must be set to the absolute path of the overlay";

echo " input file, e.g. ’/path/to/my/overlay.png’";

} else {

echo "WARNING couldn’t open $overlaydir: is_dir() returned FALSE<br>\n";

}

echo <<<HTML_END

</td>

</tr>

<tr>

<th><abbr title="Default: FALSE">FE2_OVERLAY_MASK_XY</abbr></th>

<td>

<select name="Flix2_FilterSetParam:FE2_OVERLAY_MASK_XY">

<option value=""></option>

<option value="on2false">FALSE</option>

<option value="on2true">TRUE</option>

</select>

</td>

</tr>

Generated on Tue Jul 20 17:39:03 2010 for Flix Engine Linux by Doxygen

Advertising