1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-15 15:49:36 +02:00

Improvements to the off-line manual sidebar and footer.

This commit is contained in:
martynshaw99 2013-08-29 22:58:39 +00:00
parent 90b6e93cd3
commit d63709908a
2 changed files with 5 additions and 4 deletions

View File

@ -1 +1 @@
<div align="center"><ul id="f_list"><li>Offline version created on %DATE% - <a href="%ONLINEURL%">Check current version of this page</a>.</li></ul></div>
<div align="center"><ul id="f_list"><li>Offline version created on %DATE% - <a href="%ONLINEURL%">Check current version of this page (development Manual)</a></li></ul></div>

View File

@ -1,9 +1,10 @@
<div class="portlet">
<h5>Help Location</h5>
<h5>Useful External Links</h5>
<div class="pBody">
<ul>
<li><a href="index.html">Local manual in use</a></li>
<li><a href="http://audacityteam.org/manual/index.php">Internet manual</a></li>
<li><a href="http://forum.audacityteam.org" title="Visit the Forum for technical support">Forum</a></li>
<li><a href="http://wiki.audacityteam.org" title="Visit the Wiki for tips, tricks and more tutorials">Wiki</a></li>
<li><a href="http://audacity.sourceforge.net/download/" title="Download the latest release">Latest Release</a></li>
</ul>
</div>
</div>