mirror of https://github.com/tongzx/nt5src
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
42 lines
791 B
42 lines
791 B
<%@ LANGUAGE = VBScript %>
|
|
<% Option Explicit %>
|
|
<!-- #include file="directives.inc" -->
|
|
|
|
<!--#include file="iiabout.str"-->
|
|
<!--#include file="iisetfnt.inc"-->
|
|
<HTML>
|
|
<HEAD>
|
|
<TITLE><%= L_TITLE_TEXT %></TITLE>
|
|
</HEAD>
|
|
|
|
<BODY BGCOLOR="#000000" TOPMARGIN=0 LEFTMARGIN=0 TEXT="#FFFFFF">
|
|
<IMG SRC="images/iisttl.GIF" WIDTH=496 HEIGHT=184 BORDER=0>
|
|
<table cellpadding="0" >
|
|
<tr>
|
|
<td width = 190>
|
|
</td>
|
|
<td>
|
|
<%= sFont("","","",True) %>
|
|
<BR>
|
|
<%= L_COPYRIGHT_TEXT %>
|
|
</FONT>
|
|
</TD>
|
|
</TR>
|
|
<tr>
|
|
<TD COLSPAN = 2 ALIGN="right">
|
|
|
|
</TD>
|
|
</TR>
|
|
<tr>
|
|
<TD COLSPAN = 2 ALIGN="right">
|
|
<%= sFont("","","#FFFFFF",True) %>
|
|
<FORM NAME="userform">
|
|
<INPUT TYPE="Button" VALUE="<%= L_OK_TEXT %>" OnClick="window.close();">
|
|
</FORM>
|
|
</FONT>
|
|
</TD>
|
|
</TR>
|
|
</TABLE>
|
|
|
|
</BODY>
|
|
</HTML>
|