mirror of
https://github.com/gnustep/libs-gsweb.git
synced 2025-02-24 12:11:18 +00:00
Ported to WO names. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@30689 72102866-910b-0410-8b05-ffd578937521
17 lines
No EOL
363 B
HTML
17 lines
No EOL
363 B
HTML
<html>
|
|
<head>
|
|
<title>GSWRadioButtonList Test 1</title>
|
|
</head>
|
|
<body>
|
|
<h2>GSWRadioButtonList Test 2 (Without value: AutoValue)</h2>
|
|
<br/>
|
|
Selected item : <gsweb name="SelectedItem"></gsweb><br/>
|
|
<br/>
|
|
<gsweb name="Form">
|
|
<gsweb name="ARadioButtonList"></gsweb>
|
|
<gsweb name="SubmitButton"></gsweb>
|
|
</gsweb>
|
|
<hr/>
|
|
<gsweb name="MainPageLink"></gsweb>
|
|
</body>
|
|
</html> |