[html] Drop Other: section and minor fix on montly.tmpl

This commit is contained in:
Geaaru
2018-08-21 22:42:18 +02:00
parent 120889a296
commit 8c442580fe
2 changed files with 0 additions and 24 deletions
-11
View File
@@ -117,17 +117,6 @@ This directory contains "daily" images, which are generated automatically every
</table>
<p style="font-size:75%; margin-top:0px">All dates are in day-month-year format.</p>
<TMPL_IF NAME="others_loop">
<p>
<strong>Other:</strong><br>
<TMPL_LOOP NAME="others_loop">
<a href="<TMPL_VAR NAME="url" ESCAPE=html>">
<TMPL_VAR NAME="name" ESCAPE=html>
</a>
<br>
</TMPL_LOOP>
</p>
</TMPL_IF>
</body>
</html>
-13
View File
@@ -15,7 +15,6 @@
<div style="float:right;">
<ul style="margin:0px">
<li><a href="../daily/daily.html">go to "daily" editions</a></li>
<li><a href="http://torrents.sabayon.org/">go to torrent tracker</a></li>
</ul>
</div>
@@ -105,17 +104,5 @@ To distinguish between them, a suffix is appended to file names.<br>
</table>
<p style="font-size:75%; margin-top:0px">All dates are in day-month-year format.</p>
<TMPL_IF NAME="others_loop">
<p>
<strong>Other:</strong><br>
<TMPL_LOOP NAME="others_loop">
<a href="<TMPL_VAR NAME="url" ESCAPE=html>">
<TMPL_VAR NAME="name" ESCAPE=html>
</a>
<br>
</TMPL_LOOP>
</p>
</TMPL_IF>
</body>
</html>