5ae0ba4152
There were just 21 of 227 message text files changed, and just 15 of 220 html outputs changed. After reviewing each diff carefully it seems all changes were 'better', thus all are deemed acceptable to be included in this 'testbase' update. See report-5.1.8.txt for a full list of the changes.
51 lines
1.3 KiB
HTML
51 lines
1.3 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type"
|
|
content="text/html; charset=iso-8859-1">
|
|
<title>[ #505770] Unclosed option tag causing problems</title>
|
|
</head>
|
|
<body>
|
|
<form name="myhand"
|
|
id="myhand">
|
|
<input type="text"
|
|
disabled
|
|
size="30"
|
|
value="Top Card on Discard Pile -- None"
|
|
name="topcard"><br>
|
|
<select ondblclick=
|
|
"parent.master.aGame.Hand.Cards [this.selectedIndex].ShowCard();"
|
|
onchange=
|
|
"document.myhand.cardtext.value = this [this.selectedIndex].value"
|
|
name="handselect"
|
|
size="7">
|
|
<option value="">
|
|
-------------Empty Hand--------- ----
|
|
</option>
|
|
<option value="">
|
|
</option>
|
|
<option value="">
|
|
</option>
|
|
<option value="">
|
|
</option>
|
|
<option value="">
|
|
</option>
|
|
<option value="">
|
|
</option>
|
|
<option value="">
|
|
</option>
|
|
</select>
|
|
<textarea disabled
|
|
rows="5"
|
|
cols="28"
|
|
title="Selected Card Text"
|
|
name="cardtext">Selected Card Text
|
|
</textarea><br>
|
|
<input type="button"
|
|
value="Discard & Draw"><br>
|
|
<input type="button"
|
|
value="Discard & Draw from Discard">
|
|
</form>
|
|
</body>
|
|
</html>
|