We need a way to generate the form and selection list for bin downloads.
Essentially I need to do something like this:

<section>
<title>Mirror</title>
<p>
You are currently using the <strong>[preferred]</strong>. If you encounter
a problem with this mirror, please select another mirror. If
all mirrors are failing, there are <em>backup</em> mirrors (at the
end of the mirrors list) that should be available.
</p>
<form action="[location]" method="get" id="SelectMirror">
Other mirrors:
<select name="Preferred">
[if-any http]
[for http]<option value="[http]">[http]</option>[end]
[end]
[if-any ftp]
[for ftp]<option value="[ftp]">[ftp]</option>[end]
[end]
[if-any backup]
[for backup]<option value="[backup]">[backup] (backup)</option>[end]
[end]
</select>
<input type="submit" value="Change"/>
</form>
</section>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to