Syntax Highlighting

Monday, January 14, 2008
By keiji
Now TakTrack support the Syntax Highlighting, using "Code Syntax Highlighter".

Code Syntax Highlighter.
Version 1.3.0
Copyright (C) 2004 Alex Gorbatchev.
http://www.dreamprojections.com/syntaxhighlighter/

    function GetProjURL(sFieldName)
    {
        var sURL="";
        var sPID=$v(sFieldName);
        var p=sPID.indexOf(":");
        if(p>=0){
            sURL=sPID.substr(p+1);
        }
        return sURL;
    }

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
	<title>YUI Grids CSS </title>
	<!-- Source File -->
	<link rel="stylesheet" type="text/css" href="reset-fonts-grids.css">
</head>
<body>
<div id="doc">
   <div id="hd"><!-- header --></div>
   <div id="bd"><!-- body --></div>
   <div id="ft"><!-- footer --></div>
</div>
</body>
</html>

Comments

N/A

Reply to

Subject:
Name:
E-Mail:
Comment:
(Max 1000 chars)
Confirmation Key:
Please enter the value displayed in the image.
Send Send