simplified menu providing easier access to all documentation
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5474 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
e4354ab83d
commit
d017b43324
11 changed files with 85 additions and 240 deletions
|
@ -1,27 +1,22 @@
|
|||
<html>
|
||||
<body link="#0C6E97">
|
||||
<div><img src="images/header.gif" width="598" height="45"></div>
|
||||
<table border="0">
|
||||
<tr>
|
||||
<td width="170">
|
||||
<p><a href="index.html"><img src="images/menu.gif" width="30" height="18"><font size="+1" color="#0C6E97"><b>Quick Launch</b></font></a></p>
|
||||
<p><a href="intro.html"><img src="images/menu.gif" width="30" height="18"><font size="+1" color="#0C6E97"><b>Introduction</b></font></a></p>
|
||||
<p><a href="compiler.html"><img src="images/menu.gif" width="30" height="18"><font size="+1" color="#0C6E97"><b>Compiler</b></font></a></p>
|
||||
<p><a href="docs.html"><img src="images/menu.gif" width="30" height="18"><font size="+1" color="#0C6E97"><b>Documentation</b></font></a></p>
|
||||
<p><a href="update.html"><img src="images/menu.gif" width="30" height="18"><font size="+1" color="#0C6E97"><b>Update</b></font></a></p>
|
||||
<p><a href="websites.html"><img src="images/menu.gif" width="30" height="18"><font size="+1" color="#0C6E97"><b>Websites</b></font></a></p>
|
||||
</td>
|
||||
<td width="418" valign="top">
|
||||
<p><font size="+1" color="#0C6E97"><b>Feature not installed</b></font></p>
|
||||
<p>The feature you selected is not installed.</p>
|
||||
<p>If you want to use this feature, run NSIS Setup again and do not deselect
|
||||
it.</p>
|
||||
<br><br><br><br><br><br><br><br>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<p><img src="images/clear.gif" width="598" height="3">
|
||||
<img src="images/line.gif" width="598" height="3"></p>
|
||||
<div align="right"><a href="EX:http://nsis.sourceforge.net/"><img src="images/site.gif" width="200" height="25"></a></div>
|
||||
</body>
|
||||
</html>
|
||||
<html>
|
||||
<body link="#0C6E97">
|
||||
<div>
|
||||
<img src="images/header.gif" width="598" height="45"></div>
|
||||
<table border="0">
|
||||
<tr>
|
||||
<td width="20">
|
||||
</td>
|
||||
<td>
|
||||
<p>
|
||||
<font size="+1" color="#0C6E97"><b>Feature not installed</b></font></p>
|
||||
<p>
|
||||
The feature you selected is not installed.</p>
|
||||
<p>
|
||||
If you want to use this feature, run NSIS Setup again to install it.</p>
|
||||
<p>
|
||||
<a href="index.html"><- Back</a></p>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue