diff options
| author | franck cuny <franck@lumberjaph.net> | 2011-06-13 16:42:36 +0200 |
|---|---|---|
| committer | franck cuny <franck@lumberjaph.net> | 2011-06-13 16:42:36 +0200 |
| commit | e7e749d9b971a10110011c83bf19afdbbe4f3bc6 (patch) | |
| tree | cffe1a0453ea9fe6d913b805cb617c00dec62b42 /views/layouts/main.tt | |
| parent | add script to execute github::collector (diff) | |
| download | stargit-e7e749d9b971a10110011c83bf19afdbbe4f3bc6.tar.gz | |
change layout and add new js
Signed-off-by: franck cuny <franck@lumberjaph.net>
Diffstat (limited to 'views/layouts/main.tt')
| -rw-r--r-- | views/layouts/main.tt | 33 |
1 files changed, 16 insertions, 17 deletions
diff --git a/views/layouts/main.tt b/views/layouts/main.tt index c5d4445..d19c388 100644 --- a/views/layouts/main.tt +++ b/views/layouts/main.tt @@ -1,22 +1,21 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> -<head> -<meta http-equiv="Content-type" content="text/html; charset=<% settings.charset %>" /> -<title>StarGit</title> -<link rel="stylesheet" href="<% request.uri_base %>/css/style.css" /> -<!-- Grab Google CDN's jQuery. fall back to local if necessary --> -<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js" type="text/javascript"></script> -<script type="text/javascript">/* <![CDATA[ */ - !window.jQuery && document.write('<script type="text/javascript" src="<% request.uri_base %>/javascripts/jquery.js"><\/script>') -/* ]]> */</script> +<html xmlns="http://www.w3.org/1999/xhtml"> + <head> + <meta http-equiv="Content-type" content="text/html; charset=<% settings.charset %>" /> + <title>StarGit</title> + <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.5.2/jquery.min.js" type="text/javascript"></script> + <script type="text/javascript" src="<% request.uri_base %>/javascripts/sigma-connector.js"></script> + <script type="text/javascript" src="<% request.uri_base %>/javascripts/github-connector.js"></script> + <link rel="stylesheet" href="<% request.uri_base %>/css/style.css" /> + </head> -</head> -<body> -<% content %> -<div id="footer"> -Powered by <a href="http://perldancer.org/">Dancer</a> <% dancer_version %> -</div> -</body> + <body onload="init();"> + <div id="header"> + <a id="about" href="#">About</a> + <a id="files" href="#">Files</a> + </div> + <% content %> + </body> </html> |
