diff options
-rw-r--r-- | doc/index.html | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/doc/index.html b/doc/index.html index 2fe793ed1..f760fad38 100644 --- a/doc/index.html +++ b/doc/index.html @@ -96,6 +96,10 @@ if (IsRemote()) { document.write('<a href="http://www.scintilla.org/ScintillaDownload.html">Download</a> '); } //--></script> +<noscript> + <a href="http://www.scintilla.org/SciTEImage.html">Screenshot</a> + <a href="http://www.scintilla.org/ScintillaDownload.html">Download</a> +</noscript> <a href="http://www.scintilla.org/ScintillaDoc.html">Documentation</a> <a href="http://www.scintilla.org/ScintillaToDo.html">Bugs</a> <script type="text/javascript" language="JavaScript"><!-- @@ -103,6 +107,9 @@ if (IsRemote()) { document.write('<a href="http://www.scintilla.org/SciTE.html">SciTE</a> '); } //--></script> +<noscript> + <a href="http://www.scintilla.org/SciTE.html">SciTE</a> +</noscript> <a href="http://www.scintilla.org/ScintillaHistory.html"> History</a> <a href="http://www.scintilla.org/ScintillaRelated.html">Related</a> </font> </td> @@ -181,10 +188,10 @@ if (IsRemote()) { may receive no response. <br /> </p> +There is a <a href="https://sourceforge.net/project/?group_id=2439">Scintilla project page</a> +hosted on <script type="text/javascript" language="JavaScript"> <!-- -document.write('There is a <a href="https://sourceforge.net/project/?group_id=2439">Scintilla project page<\/a>'); -document.write(' hosted on '); if (IsRemote()) { document.write('<a href="http://sourceforge.net/projects/scintilla">'); document.write('<img src="http://sflogo.sourceforge.net/sflogo.php?group_id=2439&type=8" width="80" height="15" alt="Get Scintilla at SourceForge.net. Fast, secure and Free Open Source software downloads" /></a> '); @@ -193,6 +200,10 @@ if (IsRemote()) { } //--> </script> +<noscript> +<a href="http://sourceforge.net/projects/scintilla"> +<img src="http://sflogo.sourceforge.net/sflogo.php?group_id=2439&type=8" width="80" height="15" alt="Get Scintilla at SourceForge.net. Fast, secure and Free Open Source software downloads" /></a> +</noscript> </body> </html> |