-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbrowser.orig
142 lines (134 loc) · 5.99 KB
/
browser.orig
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>
/ – BioHackathon 2010
</title>
<link rel="search" href="/search" />
<link rel="help" href="/wiki/TracGuide" />
<link rel="start" href="/wiki" />
<link rel="stylesheet" href="/chrome/common/css/trac.css" type="text/css" /><link rel="stylesheet" href="/chrome/common/css/browser.css" type="text/css" />
<link rel="shortcut icon" href="/chrome/common/trac.ico" type="image/x-icon" />
<link rel="icon" href="/chrome/common/trac.ico" type="image/x-icon" />
<link type="application/opensearchdescription+xml" rel="search" href="/search/opensearch" title="Search BioHackathon 2010" />
<script type="text/javascript" src="/chrome/common/js/jquery.js"></script><script type="text/javascript" src="/chrome/common/js/trac.js"></script><script type="text/javascript" src="/chrome/common/js/search.js"></script><script type="text/javascript" src="/chrome/common/js/expand_dir.js"></script><script type="text/javascript" src="/chrome/common/js/keyboard_nav.js"></script>
<!--[if lt IE 7]>
<script type="text/javascript" src="/chrome/common/js/ie_pre7_hacks.js"></script>
<![endif]-->
<meta name="ROBOTS" content="NOINDEX" /><script type="text/javascript">
jQuery(document).ready(function($) {
$(".trac-toggledeleted").show().click(function() {
$(this).siblings().find(".trac-deleted").toggle();
return false;
}).click();
$("#jumploc input").hide();
$("#jumploc select").change(function () {
this.parentNode.parentNode.submit();
});
/* browsers using old WebKits have issues with expandDir... */
var webkit_rev = /AppleWebKit\/(\d+)/.exec(navigator.userAgent);
if ( !webkit_rev || (521 - webkit_rev[1]).toString()[0] == "-" )
enableExpandDir(null, $("#dirlist tr"), {
action: 'inplace',
range_min_secs: '63870693055',
range_max_secs: '63870693055'
});
});
</script>
</head>
<body>
<div id="banner">
<div id="header">
<a id="logo" href="http://hackathon3.dbcls.jp/"><img src="http://hackathon3.dbcls.jp/raw-attachment/wiki/LogoGallery/trac_logo.png" alt="DBCLS BioHackathon 2010" width="200" /></a>
</div>
<form id="search" action="/search" method="get">
<div>
<label for="proj-search">Search:</label>
<input type="text" id="proj-search" name="q" size="18" value="" />
<input type="submit" value="Search" />
</div>
</form>
<div id="metanav" class="nav">
<ul>
<li class="first"><a href="/login">Login</a></li><li><a href="/wiki/TracGuide">Help/Guide</a></li><li><a href="/about">About Trac</a></li><li class="last"><a href="/prefs">Preferences</a></li>
</ul>
</div>
</div>
<div id="mainnav" class="nav">
<ul>
<li class="first"><a href="/wiki">Wiki</a></li><li><a href="/timeline">Timeline</a></li><li><a href="/roadmap">Roadmap</a></li><li class="active"><a href="/browser">Browse Source</a></li><li><a href="/report">View Tickets</a></li><li class="last"><a href="/search">Search</a></li>
</ul>
</div>
<div id="main">
<div id="ctxtnav" class="nav">
<h2>Context Navigation</h2>
<ul>
<li class="first"><a href="/changeset/0/">Last Change</a></li><li class="last"><a href="/log/">Revision Log</a></li>
</ul>
<hr />
</div>
<div id="content" class="browser">
<h1>
<a class="pathentry first" title="Go to root directory" href="/browser">root</a>
<br style="clear: both" />
</h1>
<div id="jumprev">
<form action="" method="get">
<div>
<label for="rev">
View revision:</label>
<input type="text" id="rev" name="rev" size="6" />
</div>
</form>
</div>
<table class="listing" id="dirlist">
<thead>
<tr>
<th class="name asc">
<a title="Sort by name (descending)" href="/browser/?desc=1">Name</a>
</th>
<th class="size">
<a title="Sort by size" href="/browser/?order=size">Size</a>
</th>
<th class="rev">Rev</th>
<th class="date">
<a title="Sort by date" href="/browser/?order=date">Age</a>
</th>
<th class="change">Last Change</th>
</tr>
</thead>
<tbody>
<tr class="even">
<td class="name" colspan="5">
No files found
</td>
</tr>
</tbody>
</table>
<div id="help">
<strong>Note:</strong> See <a href="/wiki/TracBrowser">TracBrowser</a>
for help on using the browser.
</div>
<div id="anydiff">
<form action="/diff" method="get">
<div class="buttons">
<input type="hidden" name="new_path" value="/" />
<input type="hidden" name="old_path" value="/" />
<input type="hidden" name="new_rev" />
<input type="hidden" name="old_rev" />
<input type="submit" value="View changes..." title="Select paths and revs for Diff" />
</div>
</form>
</div>
</div>
</div>
<div id="footer" lang="en" xml:lang="en"><hr />
<a id="tracpowered" href="http://trac.edgewall.org/"><img src="/chrome/common/trac_logo_mini.png" height="30" width="107" alt="Trac Powered" /></a>
<p class="left">
Powered by <a href="/about"><strong>Trac 0.11.6</strong></a><br />
By <a href="http://www.edgewall.org/">Edgewall Software</a>.
</p>
<p class="right">Visit the Trac open source project at<br /><a href="http://trac.edgewall.org/">http://trac.edgewall.org/</a></p>
</div>
</body>
</html>