[planet-web] s/http/https.



commit ffeff56b96b45d96409b226a04ad86e6b272b02d
Author: Andrea Veri <av gnome org>
Date:   Thu Jul 18 19:45:29 2013 +0200

    s/http/https.

 themes/news/feeds.html.tmpl         |    2 +-
 themes/news/index-2.0.html.tmpl     |   30 +++++++++++++-------------
 themes/news/index-regular.html.tmpl |   38 +++++++++++++++++-----------------
 themes/news/sidebar.html.tmpl       |    2 +-
 4 files changed, 36 insertions(+), 36 deletions(-)
---
diff --git a/themes/news/feeds.html.tmpl b/themes/news/feeds.html.tmpl
index 7598891..16409a3 100644
--- a/themes/news/feeds.html.tmpl
+++ b/themes/news/feeds.html.tmpl
@@ -1 +1 @@
-<ul><TMPL_LOOP Channels><li<TMPL_IF nick> class="<TMPL_VAR nick>"</TMPL_IF>><TMPL_IF url><a href="<TMPL_VAR 
url ESCAPE="HTML">" title="Subscribe"><img src="http://planet.gnome.org/img/feed-icon-10x10.png"; 
alt="(feed)"></a><TMPL_ELSE><img src="http://planet.gnome.org/img/feed-icon-10x10.png"; 
alt="(feed)"></TMPL_IF> <TMPL_IF link><a href="<TMPL_VAR link ESCAPE="HTML">" <TMPL_IF 
message>class="message" title="<TMPL_VAR message ESCAPE="HTML">"</TMPL_IF><TMPL_UNLESS 
message>title="<TMPL_VAR title_plain ESCAPE="HTML">"</TMPL_UNLESS>><TMPL_VAR name></a><TMPL_ELSE><span 
<TMPL_IF message>class="message" title="<TMPL_VAR message ESCAPE="HTML">"</TMPL_IF><TMPL_UNLESS 
message>title="<TMPL_VAR title_plain ESCAPE="HTML">"</TMPL_UNLESS>><TMPL_VAR 
name></span></TMPL_IF></li></TMPL_LOOP></ul>
+<ul><TMPL_LOOP Channels><li<TMPL_IF nick> class="<TMPL_VAR nick>"</TMPL_IF>><TMPL_IF url><a href="<TMPL_VAR 
url ESCAPE="HTML">" title="Subscribe"><img src="https://planet.gnome.org/img/feed-icon-10x10.png"; 
alt="(feed)"></a><TMPL_ELSE><img src="https://planet.gnome.org/img/feed-icon-10x10.png"; 
alt="(feed)"></TMPL_IF> <TMPL_IF link><a href="<TMPL_VAR link ESCAPE="HTML">" <TMPL_IF 
message>class="message" title="<TMPL_VAR message ESCAPE="HTML">"</TMPL_IF><TMPL_UNLESS 
message>title="<TMPL_VAR title_plain ESCAPE="HTML">"</TMPL_UNLESS>><TMPL_VAR name></a><TMPL_ELSE><span 
<TMPL_IF message>class="message" title="<TMPL_VAR message ESCAPE="HTML">"</TMPL_IF><TMPL_UNLESS 
message>title="<TMPL_VAR title_plain ESCAPE="HTML">"</TMPL_UNLESS>><TMPL_VAR 
name></span></TMPL_IF></li></TMPL_LOOP></ul>
diff --git a/themes/news/index-2.0.html.tmpl b/themes/news/index-2.0.html.tmpl
index 7e14479..877f924 100644
--- a/themes/news/index-2.0.html.tmpl
+++ b/themes/news/index-2.0.html.tmpl
@@ -5,17 +5,17 @@
        <title><TMPL_VAR name></title>
 
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-       <link rel="shortcut icon" type="image/png" href="http://planet.gnome.org/img/gnome-16.png";>
+       <link rel="shortcut icon" type="image/png" href="https://planet.gnome.org/img/gnome-16.png";>
        <link rel="alternate" type="application/atom+xml" title="<TMPL_VAR title ESCAPE="HTML"> Atom 1.0" 
href="<TMPL_VAR link ESCAPE="HTML">atom.xml">
        <link rel="alternate" type="application/rss+xml" title="<TMPL_VAR title ESCAPE="HTML"> RSS 2.0" 
href="<TMPL_VAR link ESCAPE="HTML">rss20.xml">
 
-       <link rel="stylesheet" href="http://planet.gnome.org/nlayout.css"; type="text/css">
-       <link rel="stylesheet" href="http://planet.gnome.org/planet.css"; type="text/css">
-       <link rel="stylesheet" href="http://planet.gnome.org/generic.css"; type="text/css">
-       <link rel="stylesheet" href="http://blogs.gnome.org/wp-content/mu-plugins/bug-links/bug-links.css"; 
type="text/css">
+       <link rel="stylesheet" href="https://planet.gnome.org/nlayout.css"; type="text/css">
+       <link rel="stylesheet" href="https://planet.gnome.org/planet.css"; type="text/css">
+       <link rel="stylesheet" href="https://planet.gnome.org/generic.css"; type="text/css">
+       <link rel="stylesheet" href="https://blogs.gnome.org/wp-content/mu-plugins/bug-links/bug-links.css"; 
type="text/css">
 
        <script type="text/javascript" 
src="http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.min.js";></script>
-       <script type="text/javascript" src="http://planet.gnome.org/jquery.lazyload.min.js";></script>
+       <script type="text/javascript" src="https://planet.gnome.org/jquery.lazyload.min.js";></script>
        <script type="text/javascript"><!-- $(function(){ $('.post img').lazyload(); }); --></script>
 </head>
 
@@ -23,7 +23,7 @@
 
 
 <div id="gnome-sites">
-<ul><li class="home"><a href="http://www.gnome.org/"; title="Home">Home</a></li><li><a 
href="http://news.gnome.org"; title="News">News</a></li><li><a href="http://www.gnome.org/projects/"; 
title="Projects">Projects</a></li><li><a href="http://art.gnome.org"; title="Art">Art</a></li><li><a 
href="http://www.gnome.org/support/"; title="Support">Support</a></li><li><a href="http://developer.gnome.org"; 
title="Development">Development</a></li><li><a href="http://www.gnome.org/community/"; 
title="Community">Community</a></li></ul>
+<ul><li class="home"><a href="https://www.gnome.org/"; title="Home">Home</a></li><li><a 
href="https://news.gnome.org"; title="News">News</a></li><li><a href="https://www.gnome.org/projects/"; 
title="Projects">Projects</a></li><li><a href="http://art.gnome.org"; title="Art">Art</a></li><li><a 
href="https://www.gnome.org/support/"; title="Support">Support</a></li><li><a 
href="https://developer.gnome.org"; title="Development">Development</a></li><li><a 
href="https://www.gnome.org/community/"; title="Community">Community</a></li></ul>
 </div> <!-- /gnome-sites -->
 
 
@@ -45,7 +45,7 @@
 <!-- Google CSE Search Box Ends -->
 
 <div id="masthead">
-<a href="/" title="Home" rel="home"><img src="http://planet.gnome.org/img/logo.png"; alt="Home" 
id="site-logo" width="64" height="64"></a>
+<a href="/" title="Home" rel="home"><img src="https://planet.gnome.org/img/logo.png"; alt="Home" 
id="site-logo" width="64" height="64"></a>
 <div id="site-title">
 <p id="site-name"><a href="/" title="Home" rel="home"><TMPL_VAR title ESCAPE="HTML"></a></p>
 <p id="site-slogan">24 hours a day, 7 days a week, 365 days per year<span title="Yeah, yeah... 366 days per 
leap year :-)" style="cursor: pointer;">*</span>, this is... <TMPL_VAR title ESCAPE="HTML">!</p>
@@ -55,7 +55,7 @@
 
 </div> <!-- /header -->
 
-<script type="text/javascript" src="http://www.gnome.org/friends/ruler/ruler.js";></script>
+<script type="text/javascript" src="https://www.gnome.org/friends/ruler/ruler.js";></script>
 
 <div id="content">
 
@@ -72,10 +72,10 @@
 <div class="entry<TMPL_IF channel_nick> <TMPL_VAR channel_nick></TMPL_IF>">
 
 <div class="person-info">
-<a href="<TMPL_VAR channel_link ESCAPE="HTML">" title="<TMPL_VAR channel_title ESCAPE="HTML">"><TMPL_IF 
channel_face><img class="face" src="<TMPL_VAR channel_face ESCAPE="HTML">" alt=""><br><TMPL_ELSE><img 
class="face" src="http://planet.gnome.org/heads/nobody.png"; alt=""><br></TMPL_IF><TMPL_VAR 
channel_name><TMPL_IF channel_real><br><TMPL_VAR channel_real></TMPL_IF><TMPL_IF channel_nick><br>(<TMPL_VAR 
channel_nick>)</TMPL_IF></a>
-<TMPL_IF channel_opw2010><p><a href="http://live.gnome.org/GnomeWomen/OutreachProgram2010"; title="GNOME 
Outreach Program for Women 2010"><img src="http://planet.gnome.org/heads/logos/opw2010.png"; alt="OPW 2010" 
/></a></p></TMPL_IF>
-<TMPL_IF channel_gsoc2010><p><a href="http://live.gnome.org/SummerOfCode2010"; title="Google Summer of Code 
2010"><img src="http://planet.gnome.org/heads/logos/gsoc2010.png"; alt="GSoC 2010" /></a></p></TMPL_IF>
-<TMPL_IF channel_guadec><p><a href="http://www.guadec.org/"; title="The GNOME Conference"><img 
src="http://planet.gnome.org/heads/logos/guadec.png"; alt="The GNOME Conference" /></a></p></TMPL_IF>
+<a href="<TMPL_VAR channel_link ESCAPE="HTML">" title="<TMPL_VAR channel_title ESCAPE="HTML">"><TMPL_IF 
channel_face><img class="face" src="<TMPL_VAR channel_face ESCAPE="HTML">" alt=""><br><TMPL_ELSE><img 
class="face" src="https://planet.gnome.org/heads/nobody.png"; alt=""><br></TMPL_IF><TMPL_VAR 
channel_name><TMPL_IF channel_real><br><TMPL_VAR channel_real></TMPL_IF><TMPL_IF channel_nick><br>(<TMPL_VAR 
channel_nick>)</TMPL_IF></a>
+<TMPL_IF channel_opw2010><p><a href="https://wiki.gnome.org/GnomeWomen/OutreachProgram2010"; title="GNOME 
Outreach Program for Women 2010"><img src="http://planet.gnome.org/heads/logos/opw2010.png"; alt="OPW 2010" 
/></a></p></TMPL_IF>
+<TMPL_IF channel_gsoc2010><p><a href="https://siki.gnome.org/SummerOfCode2010"; title="Google Summer of Code 
2010"><img src="https://planet.gnome.org/heads/logos/gsoc2010.png"; alt="GSoC 2010" /></a></p></TMPL_IF>
+<TMPL_IF channel_guadec><p><a href="https://www.guadec.org/"; title="The GNOME Conference"><img 
src="https://planet.gnome.org/heads/logos/guadec.png"; alt="The GNOME Conference" /></a></p></TMPL_IF>
 </div>
 
 <div class="post">
@@ -114,9 +114,9 @@
 <div class="column">
 <div class="section">
 <h3><TMPL_VAR title ESCAPE="HTML"></h3>
-<p><b><TMPL_VAR title ESCAPE="HTML"> is a window into the world, work and lives of GNOME <a 
href="http://planet.gnome.org/heads/";>hackers and contributors</a>.</b></p>
+<p><b><TMPL_VAR title ESCAPE="HTML"> is a window into the world, work and lives of GNOME <a 
href="https://planet.gnome.org/heads/";>hackers and contributors</a>.</b></p>
 
-<p>Brought to you by the <a href="http://www.planetplanet.org/";>Planet</a> aggregator, cron, <a 
href="http://www.python.org/";>Python</a>, <a href="http://www.redhat.com/";>Red Hat</a> (who kindly host the 
GNOME servers). Design by <a href="http://bethesignal.org/";>Jeff Waugh</a>, inspired by earlier work from <a 
href="http://www.actsofvolition.com/";>Steven Garrity</a>, <a href="http://www.gnome.org/~seth/";>Seth 
Nickell</a> and <a href="http://www.isity.net/";>Diana Fong</a>.</p>
+<p>Brought to you by the <a href="http://www.planetplanet.org/";>Planet</a> aggregator, cron, <a 
href="http://www.python.org/";>Python</a>, <a href="http://www.redhat.com/";>Red Hat</a> (who kindly host the 
GNOME servers). Design by <a href="http://bethesignal.org/";>Jeff Waugh</a>, inspired by earlier work from <a 
href="http://www.actsofvolition.com/";>Steven Garrity</a>, <a href="https://www.gnome.org/~seth/";>Seth 
Nickell</a> and <a href="http://www.isity.net/";>Diana Fong</a>.</p>
 
 <p><TMPL_VAR title ESCAPE="HTML"> is edited by Juanje Ojeda, Alberto Ruiz and Jeff Waugh. Please <a 
href="mailto:jojeda gnome org,aruiz gnome org,jdub gnome org?Subject=planet gnome org">mail them</a> if you 
have a question. If you would like your blog added to the feed, please <a 
href="https://bugzilla.gnome.org/enter_bug.cgi?product=website;component=planet.gnome.org";>file a bug</a>. 
Make sure to read the <a href="http://live.gnome.org/PlanetGnome";><TMPL_VAR title ESCAPE="HTML"> 
guidelines</a> first, as it should cover most questions and as it contains detailed instructions for a blog 
addition.</p>
 
diff --git a/themes/news/index-regular.html.tmpl b/themes/news/index-regular.html.tmpl
index db68657..3263d75 100644
--- a/themes/news/index-regular.html.tmpl
+++ b/themes/news/index-regular.html.tmpl
@@ -5,16 +5,16 @@
        <title><TMPL_VAR name></title>
 
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-       <link rel="shortcut icon" type="image/png" href="http://planet.gnome.org/img/gnome-16.png";>
+       <link rel="shortcut icon" type="image/png" href="https://planet.gnome.org/img/gnome-16.png";>
        <link rel="alternate" type="application/atom+xml" title="<TMPL_VAR title ESCAPE="HTML"> Atom 1.0" 
href="<TMPL_VAR link ESCAPE="HTML">atom.xml">
        <link rel="alternate" type="application/rss+xml" title="<TMPL_VAR title ESCAPE="HTML"> RSS 2.0" 
href="<TMPL_VAR link ESCAPE="HTML">rss20.xml">
        <link href='http://fonts.googleapis.com/css?family=Cantarell' rel='stylesheet' type='text/css'>
        <link href='http://fonts.googleapis.com/css?family=Cantarell:400,700' rel='stylesheet' 
type='text/css'>
        <link href='http://fonts.googleapis.com/css?family=Droid+Sans' rel='stylesheet' type='text/css'>
-       <link rel="stylesheet" href="http://planet.gnome.org/nlayout.css"; type="text/css">
-       <link rel="stylesheet" href="http://planet.gnome.org/planet.css"; type="text/css">
-       <link rel="stylesheet" href="http://planet.gnome.org/generic.css"; type="text/css">
-       <link rel="stylesheet" href="http://blogs.gnome.org/wp-content/mu-plugins/bug-links/bug-links.css"; 
type="text/css">
+       <link rel="stylesheet" href="https://planet.gnome.org/nlayout.css"; type="text/css">
+       <link rel="stylesheet" href="https://planet.gnome.org/planet.css"; type="text/css">
+       <link rel="stylesheet" href="https://planet.gnome.org/generic.css"; type="text/css">
+       <link rel="stylesheet" href="https://blogs.gnome.org/wp-content/mu-plugins/bug-links/bug-links.css"; 
type="text/css">
 
        <style rel="stylesheet" type="text/css">
        #global_domain_bar
@@ -37,7 +37,7 @@
                -moz-border-radius: 5px 5px 5px 5px;
                -webkit-border-radius: 5px;
                border-radius: 5px 5px 5px 5px;
-               background: url("http://planet.gnome.org/img/30/favicon.png";) no-repeat scroll 8px 7px 
#FFFFFF;
+               background: url("https://planet.gnome.org/img/30/favicon.png";) no-repeat scroll 8px 7px 
#FFFFFF;
                color: #555753;
                float: right;
                font-size: 12px;
@@ -49,7 +49,7 @@
        
        #page
        {
-               background: url("http://planet.gnome.org/img/30/html-bg.png";) repeat-x scroll center top 
#FFFFFF;
+               background: url("https://planet.gnome.org/img/30/html-bg.png";) repeat-x scroll center top 
#FFFFFF;
                font-family: Cantarell,'Droid Sans',Ubuntu,'DejaVu Sans',Arial,sans-serif;
        }
        
@@ -88,7 +88,7 @@
        
        #footer-grass
        {
-    background: url("http://planet.gnome.org/img/30/grass.png";) repeat-x scroll center top transparent;
+    background: url("https://planet.gnome.org/img/30/grass.png";) repeat-x scroll center top transparent;
     height: 39px;
     margin-top: -33px;
        }
@@ -101,7 +101,7 @@
                height: 180px;
                margin-top: 0;
                width: 940px;
-               background-image: url("http://planet.gnome.org/img/30/default.png";);
+               background-image: url("https://planet.gnome.org/img/30/default.png";);
        }
        
        #planet-banner
@@ -142,7 +142,7 @@
 
 
        <script type="text/javascript" 
src="http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.min.js";></script>
-       <script type="text/javascript" src="http://planet.gnome.org/jquery.lazyload.min.js";></script>
+       <script type="text/javascript" src="https://planet.gnome.org/jquery.lazyload.min.js";></script>
        <script type="text/javascript"><!-- $(function(){ $('.post img').lazyload(); }); --></script>
 </head>
 
@@ -153,19 +153,19 @@
 
        <div id="global_domain_bar">
                <div>
-                       <a href="http://www.gnome.org";><strong>GNOME</strong>.ORG</a>
+                       <a href="https://www.gnome.org";><strong>GNOME</strong>.ORG</a>
                </div>
   </div>
 
        <div id="planet-banner">
                <p id="planet-subtitle">
-                       <img id="planet-logo" src="http://planet.gnome.org/img/30/planet-logo.png";  
alt="Planet GNOME" title="Planet GNOME"/>
+                       <img id="planet-logo" src="https://planet.gnome.org/img/30/planet-logo.png";  
alt="Planet GNOME" title="Planet GNOME"/>
                        24 hours a day, 7 days a week, 365 days per year...
                </p>
        </div>
 
   <!-- Fog ruler -->
-       <!--script type="text/javascript" src="http://www.gnome.org/friends/ruler/ruler.js";></script-->
+       <!--script type="text/javascript" src="https://www.gnome.org/friends/ruler/ruler.js";></script-->
 
        <div id="content">
 
@@ -181,10 +181,10 @@
 
                <div class="entry<TMPL_IF channel_nick> <TMPL_VAR channel_nick></TMPL_IF>">
                        <div class="person-info">
-                               <a href="<TMPL_VAR channel_link ESCAPE="HTML">" title="<TMPL_VAR 
channel_title ESCAPE="HTML">"><TMPL_IF channel_face><img class="face" src="<TMPL_VAR channel_face 
ESCAPE="HTML">" alt=""><br><TMPL_ELSE><img class="face" src="http://planet.gnome.org/heads/nobody.png"; 
alt=""><br></TMPL_IF><TMPL_VAR channel_name><TMPL_IF channel_real><br><TMPL_VAR 
channel_real></TMPL_IF><TMPL_IF channel_nick><br>(<TMPL_VAR channel_nick>)</TMPL_IF></a>
-                               <TMPL_IF channel_opw2011><p><a 
href="http://live.gnome.org/GnomeWomen/OutreachProgram2011"; title="GNOME Outreach Program for Women 
2011"><img src="http://planet.gnome.org/heads/logos/opw2011.png"; alt="OPW 2011" /></a></p></TMPL_IF>
-                               <TMPL_IF channel_gsoc2011><p><a href="http://live.gnome.org/SummerOfCode2011"; 
title="Google Summer of Code 2011"><img src="http://planet.gnome.org/heads/logos/gsoc2011.png"; alt="GSoC 
2011" /></a></p></TMPL_IF>
-                               <TMPL_IF channel_guadec><p><a href="http://www.guadec.org/"; title="The GNOME 
Conference"><img src="http://planet.gnome.org/heads/logos/guadec.png"; alt="The GNOME Conference" 
/></a></p></TMPL_IF>
+                               <a href="<TMPL_VAR channel_link ESCAPE="HTML">" title="<TMPL_VAR 
channel_title ESCAPE="HTML">"><TMPL_IF channel_face><img class="face" src="<TMPL_VAR channel_face 
ESCAPE="HTML">" alt=""><br><TMPL_ELSE><img class="face" src="https://planet.gnome.org/heads/nobody.png"; 
alt=""><br></TMPL_IF><TMPL_VAR channel_name><TMPL_IF channel_real><br><TMPL_VAR 
channel_real></TMPL_IF><TMPL_IF channel_nick><br>(<TMPL_VAR channel_nick>)</TMPL_IF></a>
+                               <TMPL_IF channel_opw2011><p><a 
href="https://wiki.gnome.org/GnomeWomen/OutreachProgram2011"; title="GNOME Outreach Program for Women 
2011"><img src="http://planet.gnome.org/heads/logos/opw2011.png"; alt="OPW 2011" /></a></p></TMPL_IF>
+                               <TMPL_IF channel_gsoc2011><p><a 
href="https://wiki.gnome.org/SummerOfCode2011"; title="Google Summer of Code 2011"><img 
src="http://planet.gnome.org/heads/logos/gsoc2011.png"; alt="GSoC 2011" /></a></p></TMPL_IF>
+                               <TMPL_IF channel_guadec><p><a href="https://www.guadec.org/"; title="The GNOME 
Conference"><img src="https://planet.gnome.org/heads/logos/guadec.png"; alt="The GNOME Conference" 
/></a></p></TMPL_IF>
                        </div>
 
                        <div class="post">
@@ -222,7 +222,7 @@
 <div class="column">
 <div class="section">
 <h3><TMPL_VAR title ESCAPE="HTML"></h3>
-<p><b><TMPL_VAR title ESCAPE="HTML"> is a window into the world, work and lives of GNOME <a 
href="http://planet.gnome.org/heads/";>hackers and contributors</a>.</b></p>
+<p><b><TMPL_VAR title ESCAPE="HTML"> is a window into the world, work and lives of GNOME <a 
href="https://planet.gnome.org/heads/";>hackers and contributors</a>.</b></p>
 
 <p>Brought to you by the <a href="http://www.planetplanet.org/";>Planet</a> aggregator, cron, <a 
href="http://www.python.org/";>Python</a>, <a href="http://www.redhat.com/";>Red Hat</a> (who kindly host the 
GNOME servers). Design by <a href="http://vinicius.depizzol.com.br/blog/";>Vinicius Depizzol</a> and <a 
href="http://aruiz.typepad.com";>Alberto Ruiz</a>, inspired by earlier work from <a 
href="http://bethesignal.org/";>Jeff Waugh</a>, <a href="http://www.actsofvolition.com/";>Steven Garrity</a>, 
<a href="http://www.gnome.org/~seth/";>Seth Nickell</a> and <a href="http://www.isity.net/";>Diana Fong</a>.</p>
 
@@ -235,7 +235,7 @@
 <div class="column">
 <div class="section">
 <h3>GNOME World Wide</h3>
-<p><a href="http://live.gnome.org/GnomeWorldWide";><img 
src="http://people.gnome.org/~jdub/random/GnomeWorldWideSmall.jpg"; alt=""></a></p>
+<p><a href="https://wiki.gnome.org/GnomeWorldWide";><img 
src="https://people.gnome.org/~jdub/random/GnomeWorldWideSmall.jpg"; alt=""></a></p>
 <p>GNOME communities around the world by region and language:</p>
 <ul>
   <li><a href="http://planeta.br.gnome.org/";>Brazil</a></li>
diff --git a/themes/news/sidebar.html.tmpl b/themes/news/sidebar.html.tmpl
index acfdf4c..61b0463 100644
--- a/themes/news/sidebar.html.tmpl
+++ b/themes/news/sidebar.html.tmpl
@@ -7,7 +7,7 @@
 <TMPL_IF channel_face>
 <img src="<TMPL_VAR channel_face ESCAPE="HTML">" height="24" alt="">
 <TMPL_ELSE>
-<img src="http://planet.gnome.org/heads/nobody.png"; height="24" alt="">
+<img src="https://planet.gnome.org/heads/nobody.png"; height="24" alt="">
 </TMPL_IF>
 <TMPL_VAR title></a>
 </li>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]