This repository has been archived by the owner on Jul 2, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
menu.html
61 lines (59 loc) · 2.47 KB
/
menu.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
<!--UdmComment-->
<DIV ID="top"></DIV>
<!--
<div id="upperMenuBar">
<div class="LHS">
<a href="/index.phtml" class="highlight">Home</a>
</div>
<div class="RHS">
<a href="/about-dylan.phtml">About Dylan</a>|
<a href="/downloading.phtml">Downloads</a>|
<a href="/documentation.phtml">Documentation</a>|
<a href="/community.phtml">Community</a>|
<a href="http://wiki.opendylan.org/">Wiki</a>
</div>
</div>
-->
<DIV ID="header"><a HREF="http://old.opendylan.org/"><img src="http://old.opendylan.org/cms/images/dylan-8caae6.png" alt="Dylan"></a></DIV>
<FORM id="headerSearch" method=GET action="http://search.yahoo.com/search">
<div>
<INPUT TYPE="text" name="va" size=31 maxlength=255 value="">
<INPUT TYPE="hidden" name="vs" value="opendylan.org">
<INPUT type="submit" name="btnG" VALUE="Yahoo Search">
</div>
</FORM>
<!-- <form id="headerSearch" action="/cgi-bin/search.cgi" method="get">
<div>
<input type="text" class="text" name="q" value="Search..." />
<input type="submit" class="submit" value="GO" />
</div>
</form> -->
<div class="sideMenuBox">
<div>User Resources</div>
<A HREF="/about-dylan.phtml">› What is Dylan?</A>
<A HREF="/learning.phtml">› Learning Dylan</A>
<A HREF="/downloading.phtml">› Downloads</A>
<A HREF="/documentation.phtml">› Documentation</A>
<A HREF="http://wiki.opendylan.org/">› Wiki</A>
<A HREF="/community.phtml">› Community</A>
<A HREF="/contests.phtml">› Dylan Competes</A>
<A HREF="/ports.phtml">› Supported Platforms</A>
<A HREF="/screenshots.phtml">› Screenshots</A>
<A HREF="/limitations.phtml">› Current Limitations</A>
<A HREF="/goals.phtml">› Our Goals</A>
<!--
<A HREF="/statistics.phtml">› Current Scorecard</A>
-->
</div>
<div class="sideMenuBox lighterBG">
<div>Developer Resources</div>
<A HREF="/repository.phtml">› Repository Access</A>
<A HREF="https://github.com/dylan-lang">› Browse Repository</A>
<A HREF="/bugs/">› Bug Tracker</A>
<A HREF="/cvszilla/query.cgi">› CVSZilla Search</A>
<A HREF="/buildbot/">› Buildbot</A>
<A HREF="/projects.phtml">› Current Projects</A>
<A HREF="/tools.phtml">› Dev Tools</a>
</div>
<!--/UdmComment-->
<div id="bodyText">