104 lines
3.7 KiB
HTML
104 lines
3.7 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
|
|
<html>
|
|
<!-- ***** BEGIN LICENSE BLOCK *****
|
|
Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
|
|
|
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 the Initial Developer are Copyright (C) 1999
|
|
the Initial Developer. All Rights Reserved.
|
|
|
|
Contributor(s):
|
|
Robert Ginda, rginda@ndcico.com, original author
|
|
|
|
Alternatively, the contents of this file may be used under the terms of
|
|
either the GNU General Public License Version 2 or later (the "GPL"), or
|
|
the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
|
in which case the provisions of the GPL or the LGPL are applicable instead
|
|
of those above. If you wish to allow use of your version of this file only
|
|
under the terms of either the GPL or the LGPL, and not to allow others to
|
|
use your version of this file under the terms of the MPL, indicate your
|
|
decision by deleting the provisions above and replace them with the notice
|
|
and other provisions required by the GPL or the LGPL. If you do not delete
|
|
the provisions above, a recipient may use your version of this file under
|
|
the terms of any one of the MPL, the GPL or the LGPL.
|
|
|
|
***** END LICENSE BLOCK ***** -->
|
|
<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: Fri Jun 28 03:31:35 EDT 2002
|
|
<!-- hhmts end -->
|
|
</body>
|
|
</html>
|