mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-10-31 22:25:30 +00:00
26 lines
755 B
HTML
26 lines
755 B
HTML
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
|
|
<html>
|
|
<head>
|
|
<title>Import Test List</title>
|
|
<script language="JavaScript" src="importList.js"></script>
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<form name="foo">
|
|
<textarea rows="25" cols="50" name="testList"></textarea><br>
|
|
<input type="checkbox" name="clear_all" checked>
|
|
Clear all selections before import.<br>
|
|
<input type="button" value="Import" onclick="doImport();">
|
|
<input type="button" value="Cancel" onclick="window.close();">
|
|
</form>
|
|
|
|
<hr>
|
|
<address><a href="mailto:rginda@netscape.com"></a></address>
|
|
<!-- Created: Wed Nov 17 13:52:23 PST 1999 -->
|
|
<!-- hhmts start -->
|
|
Last modified: Wed Nov 17 14:18:42 PST 1999
|
|
<!-- hhmts end -->
|
|
</body>
|
|
</html>
|