Gossamer Forum
Home : Products : Links 2.0 : Discussions :

no build of index.html in categories (2nd)

Quote Reply
no build of index.html in categories (2nd)
I use templates and didn't change the site_html_templates.pl so I post the category.html. I just translated it into german:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html>

<head>
<meta http-equiv="content-type" content="text/html;charset=iso-8859-1">
<title><%site_title%>: <%category_name%></title>
<%if meta_name%>
<meta name="description" content="<%meta_name%>">
<%endif%><if meta_keywords%>
<meta name="keywords" content="<%meta_keywords%>">
<%endif%>
<link rel="stylesheet" href="<%build_root_url%>/links.css" type="text/css" title="<%site_title%> style sheet">
</head>

<body>
<strong class="title"><%title_linked%></strong>
<h1><%site_title%>: <%category_clean%></h1>
<p><font class="menu" size="2">| <a href="<%build_root_url%>" class="menulink">Start</a> | <a href="<%db_cgi_url%>/add.cgi" class="menulink">Site hinzuf&uuml;gen</a> | <a href="<%db_cgi_url%>/modify.cgi" class="menulink">Site ver&auml;ndern</a> | <a href="<%build_root_url%>/New" class="menulink">Was gibt's Neues?</a> | <a href="<%build_root_url%>/Cool" class="menulink">Was is' Cool!</a> | <a href="<%build_root_url%>/Ratings" class="menulink">Beste Bewertung</a> | <a href="<%db_cgi_url%>/subscribe.cgi" class="menulink">Newsmail</a> | <a href="<%db_cgi_url%>/jump.cgi?ID=random" class="menulink">Zufallslink</a> | <a href="<%db_cgi_url%>/search.cgi" class="menulink">Suche</a> | </font></p>
<p><!-- Subcategories-->
<%if category%></p>
<h2>Kategorien:</h2>
<p><%category%><%endif%><!-- Links in this category. -->
<%if links%>
<h2>Links:</h2>
<p><%links%><%endif%><!-- Next/Previous links if spanning pages. -->
<center>
<p><%if prev%><a href="<%prev%>"><font size="2">Zur&uuml;ck <%build_links_per_page%></font></a><%endif%><%if next%><a href="<%next%>"><font size="2">Vor <%build_links_per_page%></font></a><%endif%></p>
</center>
<p><!-- Related Categories -->
<%if related%>
<h2>Verwandte Kategorien:</h2>
<ul>
<%related%>
</ul>
<p><%endif%><!-- Search Bar -->
<form action="<%db_cgi_url%>/search.cgi" method="GET">
<h2>Suche</h2>
<div class="margin">
<p>
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><strong class="search">Suchen Sie was bestimmtes?</strong></td>
</tr>
<tr>
<td><input type="text" size="15" name="query"> <input type="submit" value="Suche!"></td>
</tr>
<tr>
<td><a href="<%db_cgi_url%>/search.cgi"><font class="more" size="2">weitere Suchoptionen</font></a></td>
</tr>
</table>
</p>
</div>
<p>
</form>
</p>
<p><font class="update" size="2">Aktualisierung am <%date%> um <%time%><br>
Links Engine Powered By: <a href="http://www.gossamer-threads.com/">Gossamer Threads Inc.</a><br>
Deutsche Bearbeitung von: <a href="http://www.groenveld.de/">Stefan Groenveld</a></font>
</body>

</html>

Thank you for your help!
Groeni
Quote Reply
Re: no build of index.html in categories (2nd) In reply to
Now why must you creat another topic? Why can't you just stick on your previous same message?????

Well, I have tried your category.html myself, with deleting the links.css and it is fine. So I assume, that you have modified your links.css and that might the problem. I think so.