''' % (lead, href, title))
if level == 0:
+ new_text.append("""
+<hr>
+
+<p class="head">���������� ����� � ��������
+<A HREF="atom_10.xml">Atom 1.0 <img src="../../Graphics/feed-icon-16x16.png" border=0></A>
+� <A HREF="rss_20.xml">RSS 2.0 <img src="../../Graphics/feed-icon-16x16.png" border=0></A>.
+</p>
+""")
+
years = {}
for year, month, day, file, title, lead in save_titles:
years[year] = True
new_text.append('''
-<hr>
-
-<p class="noindent"><a href="tags/">����</a>:
+<p class="head"><a href="tags/">����</a>:
''')
first_tag = True
for count, tag, links in all_tags:
''')
new_text.append('''
-<p class="noindent">�� �����:
+<p class="head">�� �����:
''')
first_year = True
for year in sorted(years.keys()):