Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F1173439
in-portal
No One
Temporary
Actions
View 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, Oct 1, 4:14 AM
Size
5 KB
Mime Type
text/x-diff
Expires
Fri, Oct 3, 4:14 AM (1 d, 18 h)
Engine
blob
Format
Raw Data
Handle
760636
Attached To
rINP In-Portal
in-portal
View Options
Index: trunk/themes/default/common/head.tpl
===================================================================
--- trunk/themes/default/common/head.tpl (revision 595)
+++ trunk/themes/default/common/head.tpl (revision 596)
@@ -1,152 +1,153 @@
<!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=iso-8859-1" />
<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-PortalCss="incs/inportal_main.css" />
<!-- end CSS linked -->
<!-- start name.js code -->
<!--<script src="incs/js/name.js" type="text/javascript" language="JavaScript1.2" charset="utf-8"></script>-->
<!-- end name.js code -->
</head>
Property changes on: trunk/themes/default/common/head.tpl
___________________________________________________________________
Modified: cvs2svn:cvs-rev
## -1 +1 ##
-1.1
\ No newline at end of property
+1.2
\ No newline at end of property
Index: trunk/themes/default/incs/scripts.js
===================================================================
--- trunk/themes/default/incs/scripts.js (nonexistent)
+++ trunk/themes/default/incs/scripts.js (revision 596)
@@ -0,0 +1,4 @@
+function DeleteConfirm($MsgText, $LinkID)
+{
+ return confirm($MsgText);
+}
\ No newline at end of file
Property changes on: trunk/themes/default/incs/scripts.js
___________________________________________________________________
Added: cvs2svn:cvs-rev
## -0,0 +1 ##
+1.1
\ No newline at end of property
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Event Timeline
Log In to Comment