Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F1044396
html_head.tpl
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Wed, Jun 25, 11:31 AM
Size
4 KB
Mime Type
text/html
Expires
Fri, Jun 27, 11:31 AM (8 h, 35 m)
Engine
blob
Format
Raw Data
Handle
675526
Attached To
rINP In-Portal
html_head.tpl
View Options
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<
html
>
<
head
>
<!-- start meta tags -->
<
meta
http-equiv
=
"content-type"
content
=
"text/html; charset=<inp:m_regional_option _name="
Charset
"
/>
" />
<
meta
name
=
"keywords"
content
=
"..."
/>
<
meta
name
=
"description"
content
=
"..."
/>
<
meta
name
=
"robots"
content
=
"all"
/>
<
meta
name
=
"copyright"
content
=
"Copyright ® 1997-2003 Intechnic"
/>
<
meta
name
=
"author"
content
=
"Intechnic Corporation."
/>
<!-- end meta tags -->
<
base
href
=
"<inp:m_theme_url/>"
/>
<!-- start AddToFavorites icon -->
<
link
rel
=
"icon"
href
=
"/favicon.ico"
type
=
"image/x-icon"
/>
<
link
rel
=
"shortcut icon"
href
=
"/favicon.ico"
type
=
"image/x-icon"
/>
<!-- end AddToFavorites icon -->
<
SCRIPT
language
=
"JavaScript"
SRC
=
"incs/sniffer2.js"
type
=
"text/javascript"
></
SCRIPT
>
<
script
language
=
"JavaScript"
src
=
"incs/scripts.js"
type
=
"text/javascript"
></
script
>
<
SCRIPT
language
=
"JavaScript1.2"
type
=
"text/javascript"
>
function
showSeg
(
el
,
on
)
{
if
(
is_getElementById
)
{
d
=
document
.
getElementById
(
el
);
if
(
is_nav4up
)
{
d
.
visibility
=
(
on
)
?
"show"
:
"hide"
}
else
{
d
.
style
.
visibility
=
(
on
)
?
"visible"
:
"hidden"
}
}
else
{
if
(
is_ie
)
document
.
alldivs
[
el
].
style
.
visibility
=
(
on
)
?
"visible"
:
"hidden"
;
else
if
(
is_nav
)
document
.
layers
[
el
].
bgColor
=
(
on
)
?
"show"
:
"hide"
;
}
//alert(d.id);
}
function
hideSeg
(
el
)
{
tid
=
setTimeout
(
'showSeg("'
+
el
+
'",false)'
,
2000
);
}
function
moveSeg
()
{
if
(
tid
)
clearTimeout
(
tid
);
tid
=
0
;
}
tid
=
0
;
isMac
=
(
navigator
.
appVersion
.
indexOf
(
"Mac"
)
!=-
1
)
?
1
:
0
;
ver4
=
true
;
//DEBUG!
//alert("nav4: "+is_nav4up+" IE4:"+is_ie4up);
if
(
is_nav4up
||
is_ie4up
||
is_getElementById
)
{
leftPos
=
520
;
// if option 1 or 3, above, assign null
topPos
=
143
;
// if option 1 or 3, above, assign null
margRight
=
0
;
// for NO right margin, assign 0
padding
=
0
;
// for NO padding, assign 0
backCol
=
null
;
// for transparent, assign null
borWid
=
null
;
// for no border, assign null
borCol
=
"#993366"
;
// overlooked if borWid is null
borSty
=
"solid"
;
// overlooked if borWid is null
if
(
is_ie4up
||
is_opera
)
{
width
=
200
;
}
else
width
=
185
;
}
semi
=
";"
;
styStr
=
"<STYLE TYPE='text/css'>"
styStr
+=
".segment{"
;
styStr
+=
"cursor: hand;"
;
styStr
+=
"position:absolute;"
;
styStr
+=
"visibility:hidden;"
;
styStr
+=
"left:"
+
leftPos
+
"px;"
;
styStr
+=
"top:"
+
topPos
+
"px;"
;
styStr
+=
"width:"
+
width
+
"px"
+
semi
;
if
(
borWid
>
0
)
{
styStr
+=
"border-width:"
+
borWid
+
semi
;
styStr
+=
"border-color:"
+
borCol
+
semi
;
styStr
+=
"border-style:"
+
borSty
+
semi
;
}
if
(
is_nav4up
)
{
if
(
borWid
>
0
&&
padding
<=
3
)
styStr
+=
"padding: 0;"
;
if
(
borWid
>
0
&&
padding
>
3
)
styStr
+=
"padding:"
+
(
padding
-
3
)
+
semi
;
if
(
borWid
==
0
)
styStr
+=
"padding:"
+
padding
+
semi
;
}
else
{
styStr
+=
"padding:"
+
padding
+
semi
;
}
if
(
backCol
!=
null
)
{
if
(
is_nav4up
)
{
if
(
borWid
>
0
&&
padding
<=
3
)
{
styStr
+=
"layer-background-color:"
+
backCol
+
semi
;
}
if
(
borWid
>
0
&&
padding
>
3
)
{
styStr
+=
"background-color:"
+
backCol
+
semi
;
}
if
(
borWid
==
0
)
{
styStr
+=
"layer-background-color:"
+
backCol
+
semi
;
}
}
else
{
styStr
+=
"background-color:"
+
backCol
+
semi
;
}
}
styStr
+=
"}"
;
styStr
+=
".last{position:absolute;visibility:hidden}"
;
styStr
+=
"</STYLE>"
;
document
.
write
(
styStr
);
</
SCRIPT
>
<
SCRIPT
Languge
=
"JavaScript1.2"
>
function
highlight_link
(
elementId
,
highlight_color
)
{
d
=
document
.
getElementById
(
elementId
);
if
(
d
)
{
d
.
style
.
color
=
highlight_color
;
}
}
</
SCRIPT
>
<
title
><
inp:m_page_title
/></
title
>
<!-- start CSS linked -->
<
inp:m_module_stylesheets
_Modules
=
"In-Portal,In-News,In-Bulletin,In-Link,In-Commerce"
_In-PortalCss
=
"incs/inportal_main.css"
/>
<!-- end CSS linked -->
<
link
href
=
"inc/style.css"
rel
=
"stylesheet"
type
=
"text/css"
/>
<
inp2:theme.current_StylesheetFile
/>
<!-- start name.js code -->
<!--<script src="incs/js/name.js" type="text/javascript" language="JavaScript1.2" charset="utf-8"></script>-->
<!-- end name.js code -->
Event Timeline
Log In to Comment