gecko-dev/extensions/irc/xul/tests/test2.html

92 строки
2.8 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html>
<!--
The contents of this file are subject to the Mozilla Public
License Version 1.1 (the "License"); you may not use this file
except in compliance with the License. You may obtain a copy of
the License at http://www.mozilla.org/MPL/
Software distributed under the License is distributed on an "AS
IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
implied. See the License for the specific language governing
rights and limitations under the License.
The Original Code is JSIRC Test Client #2
The Initial Developer of the Original Code is New Dimensions Consulting,
Inc. Portions created by New Dimensions Consulting, Inc. are
Copyright (C) 1999 New Dimenstions Consulting, Inc. All
Rights Reserved.
Contributor(s):
Contributor(s):
Robert Ginda, rginda@ndcico.com, original author
-->
<head>
<title>JSIRC-test2</title>
<LINK REL=StyleSheet HREF="test2.css" TYPE="text/css" MEDIA="screen">
<script src="resource:///irc/js/lib/utils.js"></script>
<script src="resource:///irc/js/lib/connection-xpcom.js"></script>
<script src="resource:///irc/js/lib/events.js"></script>
<script src="resource:///irc/js/lib/irc.js"></script>
<script src="resource:///irc/xul/lib/EntryHistory.js"></script>
<script src="resource:///irc/tests/test2-static.js"></script>
<script src="resource:///irc/tests/test2-handlers.js"></script>
</head>
<body onload="onLoad();" onunload="onUnload();">
<!--form id="mainform" onsubmit="onSubmit();"-->
<table style="width: 100%; height: 300">
<tr>
<td>
<center>
<button onclick="onListNetworks()" class="action-button">
Networks</button>
<button onclick="onListUsers()" class="action-button">
Users</button>
<button onclick="onListChannels()" class="action-button">
Channels</button>
<button onclick="onListChanUsers()" class="action-button">
Channel Users</button>
</center>
</td>
<td>
<textarea id="txtProperties" class="properties-window" readonly>
</textarea>
</td>
</tr>
<tr>
<td style="width: 20%; vertical-align: top;">
<center>
<b>Objects...</b>
<select id="QuickList" size="11" class="quick-list">
</select>
<b>Views...</b>
<select id="ActList" size="10" class="activity-list">
</select>
<input id="status" style="width: 90%; border: none" readonly>
</td>
<td>
<div id="output" class="output-window">
</div>
<input type="text" id="input" class="input-window">
</td>
</tr>
</table>
<!--/form-->
<hr>
<address><a href="mailto:rginda@ndcico.com"></a></address>
<!-- Created: Wed Aug 25 01:43:14 DST 1999 -->
<!-- hhmts start -->
Last modified: Sat Dec 18 05:27:43 XXX 1999
<!-- hhmts end -->
</body>
</html>