<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="{$_CONF['info_row']['content_dir']}" lang="{$_CONF['info_row']['content_language']}">
<head>
<meta http-equiv="Content-Type" content="text/html; charset={$_CONF['info_row']['charset']}" />
<meta http-equiv="Content-Language" content="{$_CONF['info_row']['content_language']}" />
<meta name="keywords" content="{$section_info['title']}" />
<meta name="description" content="{$section_info['title']}" />
<link rel="shortcut icon" href="favicon.ico" />
<link rel="stylesheet" type="text/css" href="archive/archive.css" />
<title> {$lang['archive']}
- {$_CONF['info_row']['title']}
- {$section_info['title']}
{if {$_CONF['info_row']['allowed_powered']} == 1}
- {$lang['powered']}
{/if}
</title>
</head>
<body>
<div class="pagebody">
<div id="navbar">
{if {$_CONF['info_row']['rewriterule']} == '1'}
<a href="archive.html">
{$_CONF['info_row']['title']}</a> {$_CONF['info_row']['adress_bar_separate']}
{else}
<a href="index.php?page=archive">
{$_CONF['info_row']['title']}</a> {$_CONF['info_row']['adress_bar_separate']}
{/if}
{$section_info['title']}
</div>
<br />
<p class="largefont">
{$lang['view_full_version']}
{if {$_CONF['info_row']['rewriterule']} == '1'}
<a href="f{$section_info['id']}.html">
{else}
<a href="index.php?page=forum&show=1&id={$section_info['id']}">
{/if}
{$section_info['title']}</a></p>
<br />
<div id="content">
<br />
{if !{$NO_STICK_SUBJECTS}}
{/if}
{Des::while}{stick_subject_list}
<table border="0" cellspacing="1" cellpadding="0" style="border-collapse: collapse">
<tr>
<td width="40"><font size="2"> </font></td>
<td>
{if {$_CONF['info_row']['rewriterule']} == '1'}
<a href="At{$stick_subject_list['id']}{$password}.html">
{$stick_subject_list['title']}
</a>
{else}
<a href="index.php?page=topic_archive&show=1&id={$stick_subject_list['id']}{$password}">
{$stick_subject_list['title']}
</a>
{/if}
</td>
<td align="right"> <i> {$lang['reply_archive']}(
{$stick_subject_list['reply_number']}
{if {$stick_subject_list['reply_number']} <= 0}
{else}
{/if})</td>
</tr>
</table>
{/Des::while}
{Des::while}{subject_list}
<table border="0" cellspacing="1" cellpadding="0" style="border-collapse: collapse">
<tr>
<td width="40"><font size="2"> </font></td>
<td>
{if {$_CONF['info_row']['rewriterule']} == '1'}
<a href="At{$subject_list['id']}{$password}.html">
{$subject_list['title']}
</a>
{else}
<a href="index.php?page=topic_archive&show=1&id={$subject_list['id']}{$password}">
{$subject_list['title']}
</a>
{/if}
</td>
<td align="right"> <i> {$lang['reply_archive']} (
{$subject_list['reply_number']}
{if {$subject_list['reply_number']} <= 0}
{else}
{/if} )</td>
</tr>
</table>
{/Des::while}
<br />
<br />
<br />
<br />
</div>
</body>