-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprefs.html
103 lines (97 loc) · 4.53 KB
/
prefs.html
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
<!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>
Preferences: General – BioHackathon 2009
</title>
<link rel="search" href="search.1.html" />
<link rel="help" href="wiki/TracGuide.html" />
<link rel="start" href="wiki.1.html" />
<link rel="stylesheet" href="chrome/common/css/trac.css" type="text/css" /><link rel="stylesheet" href="chrome/common/css/prefs.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 2009" />
<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>
<!--[if lt IE 7]>
<script type="text/javascript" src="/chrome/common/js/ie_pre7_hacks.js"></script>
<![endif]-->
</head>
<body>
<div id="banner">
<div id="header">
<a id="logo" href="index.html"><img src="chrome/site/bh2009-logo.jpg" alt="" /></a>
</div>
<form id="search" action="search.1.html" 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="http://hackathon2.dbcls.jp/login">Login</a></li><li><a href="wiki/TracGuide.html">Help/Guide</a></li><li><a href="about.html">About Trac</a></li><li class="last active"><a href="prefs.html">Preferences</a></li>
</ul>
</div>
</div>
<div id="mainnav" class="nav">
<ul>
<li class="first"><a href="wiki.1.html">Wiki</a></li><li><a href="timeline.html">Timeline</a></li><li><a href="milestone/index.html">Roadmap</a></li><li><a href="browser.html">Browse Source</a></li><li><a href="report.html">View Tickets</a></li><li class="last"><a href="search.1.html">Search</a></li>
</ul>
</div>
<div id="main">
<div id="ctxtnav" class="nav">
<h2>Context Navigation</h2>
<hr />
</div>
<div id="content" class="prefs">
<h1>Preferences</h1>
<p>This page lets you customize your personal settings for this site.
These settings are stored on the server and are identified by a session
key stored in a browser cookie. That cookie allows your settings to be
restored on subsequent visits.</p>
<ul id="tabs">
<li class="active">
General
</li><li id="tab_advanced">
<a href="prefs/advanced.html">Advanced</a>
</li><li id="tab_datetime">
<a href="prefs/datetime.html">Date & Time</a>
</li><li id="tab_keybindings">
<a href="prefs/keybindings.html">Keyboard Shortcuts</a>
</li>
</ul>
<div id="tabcontent">
<form id="userprefs" action="prefs.html" method="post"><div><input type="hidden" name="__FORM_TOKEN" value="2c93bff27ce469855e39283a" /></div>
<table>
<tr class="field">
<th><label for="name">Full name:</label></th>
<td><input type="text" id="name" name="name" size="30" /></td>
</tr>
<tr class="field">
<th><label for="email">Email address:</label></th>
<td><input type="text" id="email" name="email" size="30" /></td>
</tr>
</table>
<p class="hint">
This information is used to automatically populate some forms
on this site with your contact details.
</p>
<div class="buttons">
<input type="hidden" name="action" value="save" />
<input type="submit" value="Save changes" />
</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.html"><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>