- Revision
- 158
- Author
- paul
- Date
- 2007-06-19 02:02:15 -0500 (Tue, 19 Jun 2007)
Log Message
more
Modified Paths
Removed Paths
Diff
Deleted: trunk/distribution2/src/templates/ParaNamer.jpg
(Binary files differ)
Deleted: trunk/distribution2/src/templates/norights-a.png
(Binary files differ)
Modified: trunk/distribution2/src/templates/skin.html (157 => 158)
--- trunk/distribution2/src/templates/skin.html 2007-06-19 06:34:20 UTC (rev 157) +++ trunk/distribution2/src/templates/skin.html 2007-06-19 07:02:15 UTC (rev 158) @@ -1,62 +1,76 @@ -<head> - <title>Paranamer - ${title}</title> - <link rel="stylesheet" type="text/css" href="" - ${head} +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html> + <head> + <title>${title}</title> + <style type="text/css" media="all"> + @import url("./css/maven-theme.css"); + @import url("./css/site.css"); + @import url("./css/SyntaxHighlighter.css"); + </style> + <script src="" type="text/_javascript_"> + // + </script> + <script language="_javascript_" src="" + // + </script> + <script language="_javascript_" src="" + // + </script> + <script language="_javascript_" src="" + // + </script> + <!--[if lt IE 7.]> + <script defer type="text/_javascript_" src="" + <![endif]--> + <link rel="stylesheet" href="" type="text/css" media="print" /> + <meta name="verify-v1" content="UsIBiaQhhmjFrBwcJ2n4XIvEImPNG4SMVP365rRcpxE=" /> + <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" /> + </head> + <body class="composite"> + <div id="center" class="Content2Column"> <!-- Content3Column for index --> + <div id="content"> + ${body} - <script type="text/_javascript_"><!-- - google_ad_client = "pub-3023399591478482"; - google_ad_width = 468; - google_ad_height = 60; - google_ad_format = "468x60_as"; - google_ad_type = "text_image"; - google_ad_channel = "7321085054"; //unity-top - google_color_border = "FFFFFF"; - google_color_bg = "FFFFFF"; - google_color_link = "557755"; - google_color_url = "557755"; - google_color_text = "333333"; - //--></script> - <script type="text/_javascript_" src="" - </script> -</head> + </div> + </div> -<body> + <div class="SidePanel" id="left"> + <#list sitemap.sections as section> + <div class="MenuGroup"> + <h1>${section.name}</h1> + <ul> + <#list section.pages as otherPage> + <#if otherPage = page> + <li class="currentLink">${otherPage.title}</li> + <#else> + <li><a href="" + </#if> + </#list> + </ul> + </div> + </#list> + </div> + <script src="" type="text/_javascript_"> + </script> + <script type="text/_javascript_"> + _uacct = "UA-759606-2"; + urchinTracker(); + </script> + </body> -<div id="header"> + <script type="text/_javascript_"> + // <![CDATA[ + var elements = document.getElementsByClassName('source'); + elements.each(function(element) { + var content = element.getElementsByTagName('pre')[0].innerHTML; + var classType = /^</.test(content) ? "xml" : "java"; + + content = "<textarea name=\"code\" class=\"" + classType + "\">" + content + "</textarea>"; + new Insertion.Before(element, content); + element.remove(element); + }); -<h1><a href="" src="" alt="ParaNamer" - class="spaceLogo" - style="border: 0px solid ; width: 439px; height: 81px;"></a></h1> - -<h2>Method Parameter Name Access for versions of Java PRIOR TO Java 7.0 -</h2> -</div> - - - <div id="center" class="Content2Column"> <!-- Content3Column for index --> - <div id="content"> - ${body} - - </div> - </div> - - <div class="SidePanel" id="left"> - <#list sitemap.sections as section> - <div class="MenuGroup"> - <h1>${section.name}</h1> - <ul> - <#list section.pages as otherPage> - <#if otherPage = page> - <li class="currentLink">${otherPage.title}</li> - <#else> - <li><a href="" - </#if> - </#list> - </ul> - </div> - </#list> - </div> - - -</body> + dp.SyntaxHighlighter.HighlightAll('code', false, false); + // ]]> + </script> </html>
To unsubscribe from this list please visit:
