1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-25 01:05:37 +00:00
elinks/test/optgroup.html
Petr Baudis 0f6d4310ad Initial commit of the HEAD branch of the ELinks CVS repository, as of
Thu Sep 15 15:57:07 CEST 2005. The previous history can be added to this
by grafting.
2005-09-15 15:58:31 +02:00

44 lines
1.7 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>select optgroup test</title>
</head>
<body style="background: #cfcfcf">
<form action="read.cgi">
<select name="id" style="border: 3px solid #C0C0C0; background: #F0F0F0; font-family: arial;">
<optgroup label="Navigation">
<option value="mm">Main menu
<option value="ab">Archive
</optgroup>
<optgroup label="Part I - Piecing it together">
<option value="0">I - Genesis
<option value="3">II - The Borg
<option value="8">III - The coffee wars
<option value="13">IV - Not the XMAS spirit
<option value="19">V - Avoiding the issue
<option value="25">VI - Techs
<option value="30">VII - The upgrade
<option value="39">VIII - Listening to the conscience
<option value="50">IX - The myth of Deirdre
</optgroup>
<optgroup label="Part II - Against the odds">
<option value="62">X - All the bad things
<option value="74">XI - Going bye-bye
<option value="86">XII - Meet Mark
<option value="100">SPECIAL - ICCL 1 year
<option value="103">XIII - Taking the first steps
<option value="122">XIV - When it almost falls apart
<option value="135">XV - More human than before
<option value="148">XVI - Avoiding the issue, again
<option value="163">XVII - That's what friends are for
<option value="164">&nbsp;&nbsp;It's too quiet (2.15/04)
<option value="165">&nbsp;&nbsp;Friend on a bender (1.16/04)
<option selected value="166">&nbsp;&nbsp;Understanding girls (2.16/04)
</optgroup>
</select>
<input type="file" size="70">
</form>
</body>
</html>