aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--doc/index.html15
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>&nbsp;&nbsp;');
}
//--></script>
+<noscript>
+ <a href="http://www.scintilla.org/SciTEImage.html">Screenshot</a>&nbsp;&nbsp;
+ <a href="http://www.scintilla.org/ScintillaDownload.html">Download</a>&nbsp;&nbsp;
+</noscript>
<a href="http://www.scintilla.org/ScintillaDoc.html">Documentation</a>&nbsp;&nbsp;
<a href="http://www.scintilla.org/ScintillaToDo.html">Bugs</a>&nbsp;&nbsp;
<script type="text/javascript" language="JavaScript"><!--
@@ -103,6 +107,9 @@ if (IsRemote()) {
document.write('<a href="http://www.scintilla.org/SciTE.html">SciTE</a>&nbsp;&nbsp; ');
}
//--></script>
+<noscript>
+ <a href="http://www.scintilla.org/SciTE.html">SciTE</a>&nbsp;&nbsp;
+</noscript>
<a href="http://www.scintilla.org/ScintillaHistory.html">
History</a>&nbsp;&nbsp; <a href="http://www.scintilla.org/ScintillaRelated.html">Related</a>&nbsp;&nbsp;</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&amp;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&amp;type=8" width="80" height="15" alt="Get Scintilla at SourceForge.net. Fast, secure and Free Open Source software downloads" /></a>
+</noscript>
</body>
</html>