]> git.deb.at Git - deb/hackedgotchi.git/blobdiff - templates/index.html.dj
ceiling weasel
[deb/hackedgotchi.git] / templates / index.html.dj
index b8ac850ea194ee5bbe4f7de6aba8a9f5ef5aef3e..35bfb1114ea83f8f8dbfc5b34b5ac8ae1b1df9b4 100644 (file)
@@ -26,7 +26,7 @@
     <div id="logo">
                <a href="http://www.debian.org/" title="Debian Home"><img src="common/Pics/openlogo-50.png" alt="Debian" width="50" height="61" /></a> 
     </div><!-- end logo -->
-    <p class="section">planet</p>
+    <p class="section"><a href="/">planet</a></p>
    </div><!-- end upperheader -->
    <div id="navbar">
     <p class="hidecss"><a href="#inner">Skip Quicknav</a></p>
@@ -56,7 +56,7 @@
      </a>
       {% endif %}
      <h2 class="planet-title">
-      <a href="{{ item.channel_link }}" title="{{ item.channel_title }}">{{ item.channel_name|safe }}</a>
+      <a href="{{ item.channel_link }}" title="{{ item.channel_title|safe }}">{{ item.channel_name|safe }}</a>
        <script type="text/javascript">
          <!--
                 document.write( "<a href=\"#\" id=\"{{ item.link }}_hide\" onClick=\"exclude( '{{ item.link }}' ); hideHosts(); return false;\"><img src=\"common/minus-8.png\" style=\"border: none;\" title=\"Hide Author\" alt=\"Hide Author\" height=\"8\" width=\"8\"><\/a> <a href=\"#\" id=\"{{ item.link }}_show\"  style=\"display:none;\" onClick=\"show( '{{ item.link }}' );  return false;\"><img src=\"common/plus-8.png\" style=\"border: none;\" title=\"Show Author\" alt=\"Show Author\" height=\"8\" width=\"8\"><\/a>" );
@@ -67,7 +67,7 @@
      <div id="{{ item.link }}" class="{{ item.link }}">
       <div class="entry">
        <h3 class="entry-title">
-        <a href="{{ item.link}}">{{ item.title }}</a>
+        <a href="{{ item.link }}">{{ item.title|safe }}</a>
        </h3>
        <div class="content">
         {{ item.content|safe }}
@@ -86,7 +86,7 @@
    <div id="sidebar">
     {% if Config.search %}
      <h1>{{ Config.searchtext }}</h1>
-     <form method="GET" action="/cgi-bin/search.cgi">
+     <form method="GET" action="http://planet-search.debian.org/cgi-bin/search.cgi">
       <input type="text" name="terms" value="">
      </form>
     <hr />
    <h2>{{ Config.subscriptionstext }}</h2>
    <ul>
     {% for channel in Channels %}
-    <li><a href="{{ channel.link }}" title="{{ channel.title }}">{{ channel.name|safe }}</a> <a href="{{ channel.url }}">({{ Config.feedtext }})</a></li>
+    <li><a href="{{ channel.link }}" title="{{ channel.title|safe }}">{{ channel.name|safe }}</a> <a href="{{ channel.url }}">({{ Config.feedtext }})</a></li>
     {% endfor %}
    </ul>
   </div>