- Externe Links in nav und footer bekommen eine kleinere Grafik
This commit is contained in:
parent
50154ba6bf
commit
1b43889f7d
5 changed files with 37 additions and 27 deletions
|
@ -1,6 +1,6 @@
|
|||
<div id="footer_center">
|
||||
<div id="footer">
|
||||
CryptoCD v1.2.3 -- Projekthomepage: <a href="http://cryptocd.org/" title="CryptoCD Projektseite">cryptocd.org</a><br/><br/>
|
||||
CryptoCD v1.2.3 -- Projekthomepage: <a class="externalLink" href="http://cryptocd.org/" title="CryptoCD Projektseite">cryptocd.org</a><br/><br/>
|
||||
<a href="copyleft.html"><img src="somerights20.png" width="88" height="31" border="0" alt="Creative Commons"></a><br/>
|
||||
<a href="copyleft.html" title="Creative Commons Lizenz">Informationen zur Lizenz der CryptoCD</a>.
|
||||
<!-- /Creative Commons License -->
|
||||
|
|
|
@ -63,8 +63,8 @@ try:
|
|||
content = string.replace(content,'Ü','Ü')
|
||||
content = string.replace(content,'ß','ß')
|
||||
|
||||
# Links innerhalb von div="main" die zu externen Seiten verweisen, bekommen ein tag
|
||||
content = string.replace(content,'HREF="http:','class="externerLink" href="http:')
|
||||
# externe Links innerhalb von <div id="main"> erhalten eine class
|
||||
content = string.replace(content,'HREF="http:','class="externalLink" href="http:')
|
||||
|
||||
#all done, writing tuned files
|
||||
writeFile(content,sys.argv[1])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue