[Wikis-SVN] SF.net SVN: wikis:[303] tshome/trunk/index.html
Brought to you by:
hydria
|
From: <hy...@us...> - 2011-06-04 09:59:48
|
Revision: 303
http://wikis.svn.sourceforge.net/wikis/?rev=303&view=rev
Author: hydria
Date: 2011-06-04 09:59:42 +0000 (Sat, 04 Jun 2011)
Log Message:
-----------
Adding support for HTTPS
Modified Paths:
--------------
tshome/trunk/index.html
Modified: tshome/trunk/index.html
===================================================================
--- tshome/trunk/index.html 2011-06-04 09:52:29 UTC (rev 302)
+++ tshome/trunk/index.html 2011-06-04 09:59:42 UTC (rev 303)
@@ -138,7 +138,7 @@
<input type='hidden' name="title" value="Special:Search"/>
<div id="simpleSearch">
<input id="searchInput" name="search" type="text" title="Search Wikipedia [f]" accesskey="f" value="" />
- <button id="searchButton" type='submit' name='button' title="Search Wikipedia for this text"><img src="http://bits.wikimedia.org/skins-1.17/vector/images/search-ltr.png?301-2" alt="Search" /></button>
+ <button id="searchButton" type='submit' name='button' title="Search Wikipedia for this text"><img src="./images/search-ltr.png" alt="Search" /></button>
</div>
</form>
</div>
@@ -150,7 +150,7 @@
<!-- panel -->
<div id="mw-panel" class="noprint">
<!-- logo -->
- <div id="p-logo"><a style="background-image: url(https://wiki.toolserver.org/w/tslogo.png);" href="./index.html" title="Visit the main page"></a></div>
+ <div id="p-logo"><a style="background-image: url(./images/tslogo.png);" href="./index.html" title="Visit the main page"></a></div>
<!-- /logo -->
<!-- navigation -->
@@ -231,10 +231,10 @@
</ul>
<ul id="footer-icons" class="noprint">
<li id="footer-copyrightico">
- <a href="http://creativecommons.org/licenses/by-sa/3.0/"><img src="http://i.creativecommons.org/l/by-sa/3.0/88x31.png" width="88" height="31"/></a>
+ <a href="http://creativecommons.org/licenses/by-sa/3.0/"><img src="./images/88x31.png" width="88" height="31"/></a>
</li>
<li id="footer-poweredbyico">
- <a href="http://toolserver.org/"><img src="http://upload.wikimedia.org/wikipedia/commons/0/0f/Wikimedia-toolserver-button.png" alt="Powered by Toolserver" width="88" height="31" /></a>
+ <a href="http://toolserver.org/"><img src="./images/Wikimedia-toolserver-button.png" alt="Powered by Toolserver" width="88" height="31" /></a>
</li>
</ul>
<div style="clear:both"></div>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|