[CS-Project-svn_notify] SF.net SVN: cs-project: [721] trunk/templates/help
Brought to you by:
crazedsanity
From: <cra...@us...> - 2007-12-27 21:07:03
|
Revision: 721 http://cs-project.svn.sourceforge.net/cs-project/?rev=721&view=rev Author: crazedsanity Date: 2007-12-27 13:06:59 -0800 (Thu, 27 Dec 2007) Log Message: ----------- Specialized header, footer, & main template for help. Added Paths: ----------- trunk/templates/help/footer.shared.tmpl trunk/templates/help/header.shared.tmpl trunk/templates/help/main.shared.tmpl Copied: trunk/templates/help/footer.shared.tmpl (from rev 720, trunk/templates/footer.shared.tmpl) =================================================================== --- trunk/templates/help/footer.shared.tmpl (rev 0) +++ trunk/templates/help/footer.shared.tmpl 2007-12-27 21:06:59 UTC (rev 721) @@ -0,0 +1,3 @@ + +</body> +</html> \ No newline at end of file Copied: trunk/templates/help/header.shared.tmpl (from rev 720, trunk/templates/header.shared.tmpl) =================================================================== --- trunk/templates/help/header.shared.tmpl (rev 0) +++ trunk/templates/help/header.shared.tmpl 2007-12-27 21:06:59 UTC (rev 721) @@ -0,0 +1,16 @@ +<html lang='en'> + <head> + <title>{html_title}</title> + <link rel=stylesheet type='text/css' href='/css/common.css'> + <script language="javascript" src="/js/cs-project.js" type="text/javascript"></script> + <script language="javascript" src="/js/prototype.js" type="text/javascript"></script> + <script language="javascript" src="/js/scriptaculous.js" type="text/javascript"></script> + </head> + +<body bgcolor="#e0e0e0" style="margin:1px" {HTMLBODY_EXTRA}> + +<table> +<tr> + <td>{error_msg}</td> +</tr> +</table> Copied: trunk/templates/help/main.shared.tmpl (from rev 720, trunk/templates/main.shared.tmpl) =================================================================== --- trunk/templates/help/main.shared.tmpl (rev 0) +++ trunk/templates/help/main.shared.tmpl 2007-12-27 21:06:59 UTC (rev 721) @@ -0,0 +1,8 @@ +{header} + +<div id="outerContent" style="padding-left: 20px; padding-right:50px;;"> + <div id="content" style="border:dotted #000 1px;"> + {content} + </div> +</div> +{footer} \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |