source: public_html/left-menu @ 15052

Last change on this file since 15052 was 15052, checked in by Mark Evenson, 6 years ago

Add source locations to left menu

File size: 873 bytes
Line 
1<div id="left-bar">
2  <div id="left-menu">
3    <ul class="menu-list">
4      <li>
5        <a href="./">Main</a>
6      </li>
7      <li>
8        <a href="./releases/1.4.0/abcl-1.4.0.pdf">Manual<smaller>[pdf]</smaller></a>
9      </li>
10      <li>
11        <a href="./faq.shtml">FAQ</a>
12      </li>
13      <li>
14        <a href="./testimonials.shtml">Testimonials</a>
15      </li>
16      <li>
17        <a href="./release-notes-1.4.0.shtml">Release notes</a>
18      </li>
19      <li>
20        <a href="./commercial-support.shtml">Paid support</a>
21      </li>
22      <li>
23        <a href="http://armedbear-j.sourceforge.net">J - the editor</a>
24      </li>
25      <li>
26          Source [ <a href="http://abcl.org/svn/">SVN</a> | <a href="https://gitlab.common-lisp.net/abcl/abcl/">Gitlab</a> | <a href="https://github.com/armedbear/abcl/">GitHub</a> ]
27      </li>
28    </ul>
29  </div>
30
31</div>
Note: See TracBrowser for help on using the repository browser.