windows-nt/Source/XPSP1/NT/shell/shdocvw/imgbrows.ppg
2020-09-26 16:20:57 +08:00

199 lines
5.8 KiB
Plaintext

<HTML id=imgbrows style="font-family: MS Shell Dlg; font-size: 8pt;
#ifdef UNIX
color:buttontext;
#endif
width: 31.5em; height: 32.5em">
<HEAD>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<TITLE>General</TITLE>
<SCRIPT>
function wrapRegionalShortDate(dateIn)
{
var newDate;
try
{
newDate = regionalShortDate(dateIn);
}
catch(e)
{
newDate = dateIn;
}
return newDate;
}
function regionalizeDates() {
// ie5 changed filecreationdate and filemodifieddate
// to return 4 characters for the year, in a non-localized format.
// this code will localize the date according to the system locale setting,
// so that the properties dialog is not adversely affected.
// this function should be called from the onload handler.
var fcDate = _fileCreatedDate.innerText;
if (fcDate!= "undefined" && fcDate != "")
_fileCreatedDate.innerText = wrapRegionalShortDate(fcDate);
var fmDate = _fileModifiedDate.innerText;
if (fmDate != "undefined" && fmDate != "")
_fileModifiedDate.innerText = wrapRegionalShortDate(fmDate);
}
function BodyLoad()
{
var L_NotAvailable_Text = "Not Available";
var arrAll = document.all;
regionalizeDates();
for (i=0; i < arrAll.length; i++)
{
var elm = arrAll[i];
if (elm.id.substring(0,1) == "_")
{
if (elm.innerText== "undefined" || elm.innerText == "" || elm.innerText == "-1")
{
elm.innerText = L_NotAvailable_Text;
switch (elm.id) // == "_fileSize")
{
case "_fileSize":
spaBytes.innerText = "";
break;
case "_width":
case "_height":
spaX.innerText = "";
spaPixels.innerText = "";
_width.innerText = "";
_height.innerText = L_NotAvailable_Text;
break;
}
}
}
}
}
</SCRIPT>
<SCRIPT language=vbscript>
function regionalShortDate(dateIn)
'convert date to short format with current regional setting
regionalShortDate = FormatDateTime(dateIn, 2)
end function
</SCRIPT>
</HEAD>
<BODY onload="BodyLoad()" id=bdy bgcolor=buttonface style="background: buttonface;
font-family: MS Shell Dlg; font-size: 8pt; color: windowtext" scroll=no>
<table cellPadding=3 cellspacing=2 border=0 id=tbl1
style="font-family: MS Shell Dlg; font-size: 8pt; color: windowtext;"
width=100%>
<TR>
<TD id=td1 style="font-family: MS Shell Dlg; font-size: 8pt;">
<img id=imgImage src=image.gif width=35 height=35 border=0>
</td>
<td id=td2 style="font-family: MS Shell Dlg; font-size: 8pt;">
<TEXTAREA id=_nameProp style="font-family: MS Shell Dlg; font-size: 8pt;
#ifdef UNIX
color:buttontext;
#endif
background: buttonface; overflow: hidden; width: 24em; height: 2.7em;
border: 0px" readonly=1 wrap=physical tabindex=-1></TEXTAREA>
</td></tr>
<tr>
<td id=td3 style="font-family: MS Shell Dlg; font-size: 8pt;" colspan=2>
<P id=par1>&nbsp;</P>
<hr>
</td>
</tr>
<tr>
<Td nowrap id=td4 style="font-family: MS Shell Dlg; font-size: 8pt;">Protocol:
<td id=td5 style="font-family: MS Shell Dlg; font-size: 8pt;">
<TEXTAREA id=_protocol style="font-family: MS Shell Dlg; font-size: 8pt;
#ifdef UNIX
color:buttontext;
#endif
background: buttonface; overflow: hidden; width: 24em; height: 1.5em;
border: 0px" readonly=1 wrap=physical tabindex=-1></TEXTAREA>
</tr>
<tr>
<TD id=td6 style="font-family: MS Shell Dlg; font-size: 8pt;">Type:
<TD id=td7 style="font-family: MS Shell Dlg; font-size: 8pt;">
<TEXTAREA id=_mimeType style="font-family: MS Shell Dlg; font-size: 8pt;
#ifdef UNIX
color:buttontext;
#endif
background: buttonface; overflow: hidden; width: 24em; height: 1.5em;
border: 0px" readonly=1 wrap=physical tabindex=-1></TEXTAREA>
</tr>
<tr>
<td id=td8 style="font-family: MS Shell Dlg; font-size: 8pt;" valign=top>Address:<br>
(URL)
<TD id=td9 style="font-family: MS Shell Dlg; font-size: 8pt;" valign=top>
<TEXTAREA id=_href style="font-family: MS Shell Dlg; font-size: 8pt;
#ifdef UNIX
color:buttontext;
#endif
background: buttonface; overflow: hidden; width: 24em; height: 2.7em;
border: 0px" readonly=1 wrap=physical tabindex=-1></TEXTAREA>
</tr>
<tr>
<td id=td10 style="font-family: MS Shell Dlg; font-size: 8pt;">Size:
<td id=td11 style="font-family: MS Shell Dlg; font-size: 8pt;">
<SPAN id=_fileSize style="font-family: MS Shell Dlg; font-size: 8pt;
background: buttonface"></SPAN>&nbsp;<SPAN id=spaBytes>bytes</SPAN>
</tr>
<tr>
<td id=td17 style="font-family: MS Shell Dlg; font-size: 8pt;">Dimensions:
<td id=td18 style="font-family: MS Shell Dlg; font-size: 8pt;">
<SPAN id=_width style="font-family: MS Shell Dlg; font-size: 8pt;
background: buttonface"></SPAN>&nbsp;
<SPAN id=spaX>x</SPAN>&nbsp;
<SPAN id=_height style="font-family: MS Shell Dlg; font-size: 8pt;
background: buttonface"></SPAN>&nbsp;
<SPAN id=spaPixels>pixels</SPAN>
</tr>
<tr>
<td id=td12 style="font-family: MS Shell Dlg; font-size: 8pt;" colspan=2>&nbsp;
<hr>
</tr>
<tr>
<td id=td13 style="font-family: MS Shell Dlg; font-size: 8pt;">Created:
<td id=td14 style="font-family: MS Shell Dlg; font-size: 8pt;">
<TEXTAREA id=_fileCreatedDate style="font-family: MS Shell Dlg; font-size: 8pt;
#ifdef UNIX
color:buttontext;
#endif
background: buttonface; overflow: hidden; width: 24em; height: 1.5em;
border: 0px" readonly=1 wrap=physical tabindex=-1></TEXTAREA>
</tr>
<tr>
<td id=td15 style="font-family: MS Shell Dlg; font-size: 8pt;">Modified:
<td id=td16 style="font-family: MS Shell Dlg; font-size: 8pt;">
<TEXTAREA id=_fileModifiedDate style="font-family: MS Shell Dlg; font-size: 8pt;
#ifdef UNIX
color:buttontext;
#endif
background: buttonface; overflow: hidden; width: 24em; height: 1.5em;
border: 0px" readonly=1 wrap=physical tabindex=-1></TEXTAREA>
</tr>
</table>
</BODY>
</HTML>