[SCM] Website for Isaac project branch, mildred, updated. fb6be5fc23bdb811b80799230f98870a16023b51

Mildred Ki'Lya silkensedai at online.fr
Sun Sep 6 21:45:09 UTC 2009


The following commit has been merged in the mildred branch:
commit 649d44fb5609e9a0bd48b36131abd95da3bc621e
Author: Mildred Ki'Lya <silkensedai at online.fr>
Date:   Sun Sep 6 23:40:04 2009 +0200

    make it valid (except for missing alt attribute on images)

diff --git a/.ikiwiki/feedlink.tmpl b/.ikiwiki/feedlink.tmpl
new file mode 100644
index 0000000..3d1a463
--- /dev/null
+++ b/.ikiwiki/feedlink.tmpl
@@ -0,0 +1,8 @@
+<div class="feedlink">
+<TMPL_IF NAME="RSSURL">
+<a class="feedbutton" type="application/rss+xml" href="<TMPL_VAR NAME=RSSURL>">RSS</a>
+</TMPL_IF>
+<TMPL_IF NAME="ATOMURL">
+<a class="feedbutton" type="application/atom+xml" href="<TMPL_VAR NAME=ATOMURL>">Atom</a>
+</TMPL_IF>
+</div>
diff --git a/.ikiwiki/page.tmpl b/.ikiwiki/page.tmpl
index ada1a70..e7e7e3d 100644
--- a/.ikiwiki/page.tmpl
+++ b/.ikiwiki/page.tmpl
@@ -17,6 +17,7 @@
   <TMPL_IF NAME="RELVCS"><TMPL_VAR RELVCS></TMPL_IF>
   <TMPL_IF NAME="META"><TMPL_VAR META></TMPL_IF>
   <script type="text/javascript">
+    //<![CDATA[
     function fixLinks() {
       var scheme = location.protocol;
       if (scheme=="http:" || scheme=="https:") return;
@@ -29,9 +30,10 @@
           links[i].href = href + "index.html";
       }
     }
+    //]]>
   </script>
 </head>
-<body onLoad="javascript:fixLinks();">
+<body onload="javascript:fixLinks();">
 
 <!-- ******************** *********** ******************** -->
 <!-- ******************** PAGE HEADER ******************** -->

-- 
Website for Isaac project



More information about the Lisaac-commits mailing list