home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Di Gi Charat Mail
/
disc2.iso
/
disc1
/
ie5
/
IE_EXTRA.CAB
/
msieftp.dll
/
HTML
/
FTP.HTT
next >
Wrap
Text File
|
1999-04-01
|
11KB
|
266 lines
<!--
* Copyright 1999 Microsoft Corporation. All rights reserved.
* This file was automatically generated by Microsoft Internet Explorer
* using the file %TEMPLATEDIR%\ftp.htt
-->
<HTML>
<STYLE>
body {font: 9pt/10pt élér éoâSâVâbâN; margin: 0}
#Banner {position: absolute; width: 100%; height: 88px}
#MiniBanner {position: absolute; width: 100%; height: 32px; background: window}
#Icon {position: absolute; left: 11px; top: 12px; width: 64px; height: 64px}
#FileList {position: absolute; left: 30%; top: 88px; width: 1px; height: 1px}
#Media {margin-left: 20px; margin-top: 10px}
#Panel {position: absolute; top: 88px; width: 30%; overflow: auto}
#PieChart {width: 100px; height: 50px; margin-top: 10px}
#Thumbnail {width: 160px; height: 160px; margin-top: 0px}
#Status {margin-left: 20px}
p {margin-right: 8px}
p.Title {font: 16pt/16pt élér éoâSâVâbâN; font-weight: bold; color: #0099FF}
p.Warning {font-weight: bold; color: red}
p.Links {margin-top: 4px}
p.SiteInfo {margin-top: 4px}
a:link {color: #FF6633}
a:visited {color: #0099FF}
a:active {color: black}
input {font: 9pt/10pt élér éoâSâVâbâN}
button {font: 9pt/10pt élér éoâSâVâbâN}
.Message {margin: -4px; margin-right: 0; padding: 3px; background: infobackground; border: 1px solid lightgrey}
.accesskey {}
</STYLE>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=shift_jis">
<!-- allow references to any resources you might add to the folder -->
<BASE href="%THISDIRPATH%\">
<SCRIPT LANGUAGE="vbscript">
Const g_nCR = 13
Const g_nLF = 10
Function TranslateCRs(strIn)
Dim strOut
strOut = ""
While 0 < Len(strIn)
if Asc(strIn) = g_nCR then
strIn = strIn & " "
strIn = Right(strIn, Len(strIn) - 1)
else
strOut = strOut & Chr(Asc(strIn))
end if
strIn = Right(strIn, Len(strIn) - 1)
Wend
TranslateCRs = strOut
end Function
</SCRIPT>
<SCRIPT LANGUAGE="JavaScript">
// To localize
var L_Intro_Text = "";
var L_Multiple_Text = " î┬é╠âIâuâWâFâNâgé≡æIæ≡é╡é▄é╡é╜üB";
var L_AnonymousUserName_Text = "ô╜û╝";
var L_MOTDDialogTitle_Text = "âTü[âoü[é╠Ägùpé╔é┬éóé─üAăé╠âüâbâZü[âWé¬Æ±ïƒé│éΩé▄é╡é╜:\n\n";
var L_TooltipLoginButton_Text = "é▒é╠â{â^âôé≡âNâèâbâNé╖éΘé╞üAò╩é╠âåü[âUü[û╝é┼âìâOâCâôé╖éΘé╜é▀é╠ [âìâOâCâô] â_âCâAâìâO â{âbâNâXé¬ò\Īé│éΩé▄é╖üBé▒éΩé═üAî╗ì▌é╠âåü[âUü[û╝é┼âTü[âoü[é╔âAâNâZâXé╡é╜é¡é╚éóé╞é½é╚é╟üAòpö╔é╔òKùvé╞é╚éΦé▄é╖üB";
var L_ToolTipEmailAddress_Text = "é▒éΩé═üAô╜û╝é╔éµéΘâìâOâCâôé≡âTü[âoü[é╔öFÄ»é│é╣éΘé╜é▀é╔Ʊïƒé╖éΘôdÄqâüü[âï âAâhâîâXé┼é╖üB";
var L_TooltipPassword_Text = "[âìâOâCâô] é≡âNâèâbâNé╖éΘé╞üAé▒é╠âpâXâÅü[âhé╞âåü[âUü[û╝é¬üAâTü[âoü[é╔ì─âìâOâCâôé╖éΘé╠é╔Ägùpé│éΩé▄é╖üB";
var L_ToolTipUserName_Text = "ê┘é╚éΘâåü[âUü[û╝é≡ôⁿù═é╡üA[âìâOâCâô] é≡âNâèâbâNé╡é─üAò╩é╠âåü[âUü[é┼âìâOâCâôé╡é─é¡é╛é│éóüB";
var L_TooltipAnonCheckBox_Text = "é▒é▒é≡âIâôé╔é╡é─ [âìâOâCâô] é≡âNâèâbâNé╖éΘé╞üAâTü[âoü[é╠ïûë┬é╔è╓îWé╚é¡üAô╜û╝é┼âTü[âoü[é╔âìâOâCâôé┼é½é▄é╖üBăé╔ÄwÆΦé╖éΘôdÄqâüü[âï âAâhâîâXé¬âTü[âoü[é╔ôné│éΩé▄é╖üB";
// Do not localize
var g_strUserName;
var g_strPassword;
var g_strEmailAddress;
var g_strAnonymous = "Anonymous"; // Do not localize
function FixSize()
{
// this function handles fixed panel sizing and collapsing when the window resizes
var hideTop = 200;
var hideLeft = 400;
var miniHeight = 32;
var ch = document.body.clientHeight;
var cw = document.body.clientWidth;
if (hideTop > ch)
{
document.all.Banner.style.visibility = "hidden";
document.all.MiniBanner.style.visibility = "visible";
document.all.FileList.style.top = miniHeight;
document.all.Panel.style.top = miniHeight;
}
else
{
document.all.Banner.style.visibility = "visible";
document.all.MiniBanner.style.visibility = "hidden";
document.all.FileList.style.top = (document.all.Banner.offsetHeight - 32) + "px";
document.all.Panel.style.top = (document.all.Banner.offsetHeight) + "px";
document.all.Rule.style.width = (cw > 84 ? cw - 84 : 0) + "px";
}
if (hideLeft > cw)
{
document.all.Panel.style.visibility = "hidden";
document.all.FileList.style.pixelLeft = 0;
document.all.FileList.style.pixelTop = document.all.Panel.style.pixelTop;
}
else
{
document.all.Panel.style.visibility = "visible";
document.all.FileList.style.pixelLeft = document.all.Panel.style.pixelWidth;
}
document.all.FileList.style.pixelWidth = cw - document.all.FileList.style.pixelLeft;
document.all.FileList.style.pixelHeight = ch - document.all.FileList.style.pixelTop;
document.all.Panel.style.pixelHeight = ch - document.all.Panel.style.pixelTop;
}
function Init()
{
var strMOTD;
// call our FixSize() function whenever the window gets resized
window.onresize = FixSize;
FixSize();
Info.innerHTML = L_Intro_Text;
InitLoginInfo();
// set focus on the icons, if everything is fine with the FileList control
if (document.all.FileList.style.pixelWidth > 0
&& document.all.FileList.style.pixelHeight > 0)
{
hack = window.setTimeout("FileList.focus()", 0);
hack = null;
}
}
function DisplayOptions()
{
// TODO: Check the cookie to see if the user wants to see the options
// be default. We also need to save the cookie on unload.
return 0;
}
function OnMOTDDialog()
{
alert(L_MOTDDialogTitle_Text + document.all.ID_MOTD.innerText);
}
function InitLoginInfo()
{
if (ID_FTPWebView)
{
var L_None_Text = "é╚é╡";
strMOTD = TranslateCRs(ID_FTPWebView.MessageOfTheDay);
//strMOTD = "This is a test of the emergency broadcasting system.";
ID_MOTD.innerText = strMOTD;
ID_MOTD.style.display = ((strMOTD == "") || (strMOTD == L_None_Text)) ? "none" : "";
document.all.ID_Server.innerText = ID_FTPWebView.Server;
g_strUserName = ID_FTPWebView.UserName;
if (1 == ID_FTPWebView.CurrentLoginAnonymous)
document.all.ID_StaticUserName.innerText = g_strAnonymous;
else
document.all.ID_StaticUserName.innerText = g_strUserName;
}
}
</SCRIPT>
<SCRIPT language="JavaScript" for="FileList" event="SelectionChanged">
// this script updates the left info panel when you select icons
var item = FileList.FocusedItem;
var folder = FileList.Folder;
var data;
var text;
var i;
data = FileList.SelectedItems().Count;
if (data == 0)
{
// nothing selected?
Info.innerHTML = L_Intro_Text;
return;
}
else if (data > 1)
{
// more than one item selected?
text = data + L_Multiple_Text + "<br>";
if (data <= 16)
for (i = 0; i < data; i++)