root/websites/coderepos.org/trac/share/templates/site.html

Revision 25524, 2.1 kB (checked in by mayuki, 36 hours ago)

タイトルが残念な事になっていたのをなおした。

Line 
1<html xmlns="http://www.w3.org/1999/xhtml"
2      xmlns:py="http://genshi.edgewall.org/" py:strip="">
3  <!--! Custom match templates go here -->
4
5<head>
6<title><py:if test="created_path">/$created_path</py:if><py:if test="title">$title</py:if></title>
7<link rel="stylesheet" type="text/css" media="screen,tv,projection" title="ass-ari" href="http://svn.coderepos.org/share/websites/coderepos.org/trac/share/styles/ass-ari.css"/>
8<!-- temporary deleted
9<link rel="stylesheet" type="text/css" media="screen,tv,projection" href="http://svn.coderepos.org/share/websites/coderepos.org/trac/share/styles/trac-tooltip.css"/>
10-->
11<link rel="alternate stylesheet" type="text/css" media="screen,tv,projection" title="plants-repository" href="http://svn.coderepos.org/share/websites/coderepos.org/trac/share/styles/plants-repository.css"/>
12<link rel="alternate stylesheet" type="text/css" media="screen,tv,projection" title="default" href="http://svn.coderepos.org/share/websites/coderepos.org/trac/share/styles/default.css"/>
13<link rel="openid2.provider" href="http://openid.coderepos.org/auth"/>
14<link rel="openid.server" href="http://openid.coderepos.org/auth"/>
15
16<!--
17temporary deleted
18<script type="text/javascript" src="http://s.hatena.ne.jp/js/HatenaStar.js"></script>
19-->
20<script type="text/javascript" src="http://svn.coderepos.org/share/lang/javascript/javascript-xpath/trunk/release/javascript-xpath-latest-cmp.js"></script>
21<script type="text/javascript" src="http://svn.coderepos.org/share/lang/javascript/javascript-xpath/bindings/jquery/src/xpath4jquery.js"></script>
22<script type="text/javascript" src="http://svn.coderepos.org/share/websites/coderepos.org/trac/share/js/TracUtils.js"></script>
23<!--
24temporary deleted
25<script type="text/javascript" src="http://svn.coderepos.org/share/websites/coderepos.org/trac/share/js/HatenaStarTrac.js"></script>
26<script type="text/javascript" src="http://svn.coderepos.org/share/websites/coderepos.org/trac/share/js/HatenaStarProgressive.js"></script>
27<script type="text/javascript" src="http://svn.coderepos.org/share/websites/coderepos.org/trac/share/js/TracTooltip.js"></script>
28-->
29</head>
30
31</html>
Note: See TracBrowser for help on using the browser.