NSIS Menu updates: new design, source fixes, use wxWindows 2.4.2
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2948 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
2a6894ebc8
commit
0f770650cc
40 changed files with 141 additions and 8401 deletions
|
@ -1,30 +1,30 @@
|
|||
<html>
|
||||
<body>
|
||||
<div><img src="images/header.gif" width="610" height="45"></div>
|
||||
<p align="right"><img src="images/silver.gif" width="430" height="2"></p>
|
||||
<div><img src="images/header.gif" width="598" height="45"></div>
|
||||
<table border="0">
|
||||
<tr>
|
||||
<td width="175"><p><a href="index.html"><img src="images/btn-welcome.gif" width="150" height="30"></a></p>
|
||||
<p><a href="compiler.html"><img src="images/btn-compiler.gif" width="150" height="30"></a></p>
|
||||
<p><a href="docs.html"><img src="images/btn-docs.gif" width="150" height="30"></a></p>
|
||||
<p><a href="#"><img src="images/btn-update.gif" width="150" height="30"></a></p>
|
||||
<p><a href="websites.html"><img src="images/btn-websites.gif" width="150" height="30"></a></p>
|
||||
<td width="170"><p><a href="index.html"><img src="images/arrowd.gif" width="30" height="18"><font size="+1" color="#6A8098"><b>Welcome</b></font></a></p>
|
||||
<p><a href="compiler.html"><img src="images/arrow.gif" width="30" height="18"><font size="+1" color="#6A8098"><b>Compiler</b></font></a></p>
|
||||
<p><a href="docs.html"><img src="images/arrow.gif" width="30" height="18"><font size="+1" color="#6A8098"><b>Documentation</b></font></a></p>
|
||||
<p><a href="#"><img src="images/arrowd.gif" width="30" height="18"><font size="+1" color="#808080"><b>Update</b></font></a></p>
|
||||
<p><a href="websites.html"><img src="images/arrow.gif" width="30" height="18"><font size="+1" color="#6A8098"><b>Websites</b></font></a></p>
|
||||
</td>
|
||||
<td width="425" valign="top">
|
||||
<p><font size="+1" color="#1956B1"><strong> <b> Update</b> </strong></font></p>
|
||||
<td width="418" valign="top">
|
||||
<p><font size="+1" color="#6A8098"><b>Update</b></font></p>
|
||||
<p>NSIS Update allows you to check whether a new release is available and
|
||||
to download the latest development files from CVS.</p>
|
||||
<p>Using the development files you can use and test the latest cutting-edge
|
||||
features and bugfixes. Usally these features are quite stable, however we don't
|
||||
recommended using the development files in production environments.</p>
|
||||
features and bugfixes. Usally these features are quite stable, however we don't
|
||||
recommended using the development files in production environments.</p>
|
||||
<p>See the <a href="EX:http://nsis.sourceforge.net/changelog.php">
|
||||
<strong>Changelog</strong></a> for the latest changes in the development files.</p>
|
||||
<b>Changelog</b></a> for the latest changes in the development files.<br>
|
||||
Check the <a href="EX:http://nsis.sourceforge.net/"><b>website</b></a> for more development information.</p>
|
||||
<br>
|
||||
<p><strong><a href="EX:Bin\NSISUpdate.exe">Start NSIS Update ></a></strong></p>
|
||||
<p><b><a href="EX:Bin\NSISUpdate.exe">Start NSIS Update ></a></b></p>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<p align="right"><img src="images/silver.gif" width="430" height="2"></p>
|
||||
<div align="right"><img src="images/version.gif" width="175" height="25"> </div>
|
||||
<p><img src="images/line.gif" width="598" height="3"></p>
|
||||
<div align="right"><img src="images/version.gif" width="175" height="25"></div>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue