]> git.deb.at Git - deb/hackedgotchi.git/blobdiff - templates/index.html.tmpl
- Use django template for index.html
[deb/hackedgotchi.git] / templates / index.html.tmpl
diff --git a/templates/index.html.tmpl b/templates/index.html.tmpl
deleted file mode 100644 (file)
index 6719f6c..0000000
+++ /dev/null
@@ -1,118 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-
-<html>
-
-<head>
-<title><TMPL_VAR name></title>
-<meta name="generator" content="<TMPL_VAR generator ESCAPE="HTML">">
-<link rel="stylesheet" media="screen" type="text/css" href="boxless.css">
-<link rel="icon" type="image/x-icon" href="/favicon.ico">
-<link href="/rss10.xml" rel="alternate" type="application/rss+xml"  title="RSS 1.0 Feed" />
-<link href="/rss20.xml" rel="alternate" type="application/rss+xml"  title="RSS 2.0 Feed" />
-<link href="/atom.xml"  rel="alternate" type="application/atom+xml" title="Atom Feed" />
-
-<script type="text/javascript" src="/hide.js"></script>
-<script type="text/javascript">
-window.onload=hideHosts;
-</script>
-</head>
-
-<body>
-<TMPL_LOOP Items>
-<TMPL_IF new_channel>
-<TMPL_UNLESS __FIRST__>
-</div>
-
-</TMPL_UNLESS>
-</TMPL_IF>
-<TMPL_IF new_date>
-
-
-<h1><TMPL_VAR new_date></h1>
-</TMPL_IF>
-<TMPL_IF new_channel>
-
-<div class="channel">
-<TMPL_IF channel_face>
-<a href="<TMPL_VAR channel_link ESCAPE="HTML">"><img class="face" src="heads/<TMPL_VAR channel_face ESCAPE="HTML">" width="<TMPL_VAR channel_facewidth ESCAPE="HTML">" height="<TMPL_VAR channel_faceheight ESCAPE="HTML">" alt=""></a>
-</TMPL_IF>
-<h2><a href="<TMPL_VAR channel_link ESCAPE="HTML">" title="<TMPL_VAR channel_title ESCAPE="HTML">"><TMPL_VAR channel_name></a>
-<script type="text/javascript">
-document.write( "<a href=\"#\" id=\"<TMPL_VAR link ESCAPE=\"html\">_hide\" onClick=\"exclude( '<TMPL_VAR link ESCAPE=\"html\">' ); hideHosts(); return false;\"><img src=\"/minus-8.png\" style=\"border: none;\" title=\"Hide Author\" alt=\"Hide Author\" height=\"8\" width=\"8\"></a> <a href=\"#\" id=\"<TMPL_VAR link ESCAPE=\"html\">_show\"  style=\"display:none;\" onClick=\"show( '<TMPL_VAR link ESCAPE=\"html\">' );  return false;\"><img src=\"/plus-8.png\" style=\"border: none;\" title=\"Show Author\" alt=\"Show Author\" height=\"8\" width=\"8\"></a>" );
-</script>
-</h2>
-</TMPL_IF>
-<div id="<TMPL_VAR link ESCAPE="html">" class="<TMPL_VAR link ESCAPE="html">">
-<div class="entry">
-<TMPL_IF title>
-<h3><a href="<TMPL_VAR link ESCAPE="HTML">"><TMPL_VAR title></a></h3>
-</TMPL_IF>
-<div class="content">
-<TMPL_VAR content>
-</div>
-<p class="date">
-<a href="<TMPL_VAR link>"><TMPL_VAR date></a>
-<TMPL_IF author>
-
-by <TMPL_VAR author>
-</TMPL_IF>
-<TMPL_IF category>
-
-under <TMPL_VAR category>
-</TMPL_IF>
-<TMPL_IF comments>
-
-(<a href="<TMPL_VAR comments ESCAPE="HTML">">Comments</a>)
-</TMPL_IF>
-</p>
-</div>
-</div>
-</TMPL_LOOP>
-</div>
-
-
-<div id="sidebar">
-<h1><TMPL_VAR name></h1>
-<div id="logo"><img src="debian.png" width="101" height="124" alt=""></div>
-
-<h1>Search</h1>
-<form method="GET" action="/cgi-bin/search.cgi">
-<input type="text" name="terms" value="">
-</form>
-
-<p>
-A complete feed is available in any of your favourite syndication formats
-linked by the buttons below.
-</p>
-
-<p>
-<a href="rss10.xml"><img class="button" src="rss10.png" width="80" height="15" alt="[RSS 1.0 Feed]"></a>
-<a href="rss20.xml"><img class="button" src="rss20.png" width="80" height="15" alt="[RSS 2.0 Feed]"></a>
-<a href="atom.xml"><img class="button" src="atom.png" width="80" height="15" alt="[Atom Feed]"></a>
-<a href="foafroll.xml"><img class="button" src="foaf.png" width="80" height="15" alt="[FOAF Subscriptions]"></a>
-<a href="opml.xml"><img class="button" src="opml.png" width="80" height="15" alt="[OPML Subscriptions]"></a>
-<a href="http://www.catb.org/hacker-emblem/"><img class="button" src="hacker.png" width="80" height="15" alt="[Hacker]"></a>
-<a href="http://www.planetplanet.org/"><img class="button" src="planet.png" width="80" height="15" alt="[Planet]"></a>
-</p>
-
-<p>
-Last updated: <TMPL_VAR date>.<br>
-All times are UTC.<br>
-Contact: &lt;<a href="mailto:planet@debian.org">planet@debian.org</a>&gt;
-</p>
-
-<div id="unhide-all" style="display:none;">
-<h2>Hidden Feeds</h2>
-<p>You currently have hidden entries.  <a href="#" onClick="excludeNone(); return false">Show all</a></p>
-</div>
-
-<h2>Subscriptions</h2>
-<ul>
-<TMPL_LOOP Channels>
-<li><a href="<TMPL_VAR link ESCAPE="HTML">" title="<TMPL_VAR title ESCAPE="HTML">"><TMPL_VAR name></a> <a href="<TMPL_VAR url ESCAPE="HTML">">(feed)</a></li>
-</TMPL_LOOP>
-</ul>
-</div>
-</body>
-
-</html>