31 lines
1.4 KiB
HTML
31 lines
1.4 KiB
HTML
<!--#if expr="$QUERY_STRING = /file=\([^\&]*\)/" --><!--#set var="file" value="$1" --><!--#endif -->
|
|
<!--#if expr="$QUERY_STRING = /page=\([^\&]*\)/" --><!--#set var="page" value="$1" --><!--#endif -->
|
|
<!--#if expr="$file = /.*\/([a-zA-Z0-9\-+_\.]+)/" --><!--#set var="filename" value="$1" --><!--#endif -->
|
|
<!--#set var="title" value="${file}" -->
|
|
<!--#set var="description" value="File ${filename}" -->
|
|
<!--#set var="keywords" value="autodist" -->
|
|
<!--#set var="slogan" value="GNU/Linux distribution" -->
|
|
<!--#include virtual="/header.html" -->
|
|
|
|
<table align=center>
|
|
<tr><td>
|
|
<table align="center"><tr>
|
|
<td><img src="/images/packages_gr.png" alt="packages"></td>
|
|
<td class="toptitle"><!--#echo var=filename --></td>
|
|
</tr></table>
|
|
</td></tr>
|
|
<tr><td width=900>
|
|
<table><tr><td width=800>
|
|
Pages: <!--#include virtual="/cgi-bin/text-to-html-filter-idx.cgi?file=${file}&page=${page}" --></td>
|
|
<td align=right><a href=/download.html?file=<!--#echo var=file -->>DOWNLOAD</a> </td>
|
|
</tr></table>
|
|
<div class=downloadbox align=center>
|
|
<div align=left style="background-color: white; height: 350px; width: 850px; overflow: auto; font-size: 8pt; border:1px solid #2b6600; margin: 4px; padding:4; background-color: #e0f2d0;">
|
|
<pre><!--#include virtual="/cgi-bin/text-to-html-filter.cgi?file=${file}&page=${page}" -->
|
|
</pre>
|
|
</div>
|
|
</div>
|
|
</td></tr>
|
|
</table>
|
|
<!--#include virtual="/footer.html" -->
|