parent
5985b05691
commit
33af0e6fc4
@ -1 +1 @@ |
|||||||
179 |
180 |
@ -0,0 +1,121 @@ |
|||||||
|
<?xml version="1.0" encoding="Windows-1251"?> |
||||||
|
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns="http://www.w3.org/1999/xhtml"> |
||||||
|
<xsl:import href="elems\Main.xslt"/> |
||||||
|
<xsl:import href="elems\PostInfo.xslt"/> |
||||||
|
<xsl:template name="specific"> |
||||||
|
<table width="95%" align="center" cellpadding="1" cellspacing="1" class="tablesurround"> |
||||||
|
<tr> |
||||||
|
<td> |
||||||
|
<table cellpadding="3" cellspacing="1" width="100%" border="0" class="tableborders"> |
||||||
|
<tr class="darktable"> |
||||||
|
<td colspan="6"> |
||||||
|
<table width="100%" cellpadding="0" cellspacing="0"> |
||||||
|
<tr> |
||||||
|
<td colspan="2" class="catandforum"> |
||||||
|
<xsl:apply-templates select="currentLocation" mode="breadcrumbs"/> |
||||||
|
</td> |
||||||
|
<td align="right" valign="bottom"> |
||||||
|
<table border="0" class="tablesurround"> |
||||||
|
<tr> |
||||||
|
<td class="navigation" nowrap="nowrap"> |
||||||
|
<!-- postoption is either newpost.gif or greynewpost.gif --> |
||||||
|
<img src="/static/images/newpost.gif" alt="Íîâîå ñîîáùåíèå" border="0" width="13" height="15" style="vertical-align: text-bottom" /> |
||||||
|
<a> |
||||||
|
<xsl:text>Ñîîáùåíèå</xsl:text> |
||||||
|
</a> |
||||||
|
</td> |
||||||
|
<td class="navigation" nowrap="nowrap"> |
||||||
|
<form method="get" action="/postlist.php" name="fullview"> |
||||||
|
<select name="fullview" class="formboxes" style="font-size:10px" onchange="document.forms.fullview.submit()"> |
||||||
|
<option value="0">Íîðì</option> |
||||||
|
<option value="1">Îôò</option> |
||||||
|
<option value="2" selected="selected">Ìóñ</option> |
||||||
|
</select> |
||||||
|
</form> |
||||||
|
</td> |
||||||
|
<td class="navigation" nowrap="nowrap"> |
||||||
|
<!-- prevoption is either previous.gif or greyprevious.gif --> |
||||||
|
<a> |
||||||
|
<img alt="Ïðåäûäóùàÿ ñòðàíèöà" border="0" width="12" height="15" style="vertical-align: text-bottom"> |
||||||
|
<xsl:attribute name="src">/static/images/greyprevious.gif</xsl:attribute> |
||||||
|
</img> |
||||||
|
<xsl:text>Ïðåä.</xsl:text> |
||||||
|
</a> |
||||||
|
</td> |
||||||
|
<td class="navigation" nowrap="nowrap"> |
||||||
|
<a> |
||||||
|
<img src="/static/images/all.gif" alt="Ñïèñîê ôîðóìîâ" border="0" width="19" height="15" style="vertical-align: text-bottom" /> |
||||||
|
<xsl:text>Ñïèñîê</xsl:text> |
||||||
|
</a> |
||||||
|
</td> |
||||||
|
<td class="navigation" nowrap="nowrap"> |
||||||
|
<!-- nextoption is either next.gif or greynext.gif --> |
||||||
|
<a> |
||||||
|
<img alt="Ñëåäóþùàÿ ñòðàíèöà" border="0" width="14" height="15" style="vertical-align: text-bottom"> |
||||||
|
<xsl:attribute name="src">/static/images/next.gif</xsl:attribute> |
||||||
|
</img> |
||||||
|
<xsl:text>Ñëåä.</xsl:text> |
||||||
|
</a> |
||||||
|
</td> |
||||||
|
<td class="navigation"> |
||||||
|
<a> |
||||||
|
<img src="/static/images/lb.gif" border="0" alt="Ïðî÷èòàòü âñ¸" style="vertical-align: text-bottom" /> |
||||||
|
</a> |
||||||
|
</td> |
||||||
|
<td class="navigation"> |
||||||
|
<a> |
||||||
|
<xsl:attribute name="href">/Board/<xsl:value-of select="currentLocation/board/id"/>/</xsl:attribute> |
||||||
|
<xsl:text>Êàê ðàçäåë</xsl:text> |
||||||
|
</a> |
||||||
|
</td> |
||||||
|
<td class="navigation"> |
||||||
|
<a> |
||||||
|
<xsl:text>Êàê òðåä</xsl:text> |
||||||
|
</a> |
||||||
|
</td> |
||||||
|
</tr> |
||||||
|
</table> |
||||||
|
</td> |
||||||
|
</tr> |
||||||
|
</table> |
||||||
|
</td> |
||||||
|
</tr> |
||||||
|
</table> |
||||||
|
</td> |
||||||
|
</tr> |
||||||
|
</table> |
||||||
|
<br/> |
||||||
|
<table width="95%" align="center" cellpadding="1" cellspacing="1" class="tablesurround"> |
||||||
|
<tr> |
||||||
|
<td> |
||||||
|
<table cellpadding="0" cellspacing="1" width="100%" class="tableborders"> |
||||||
|
<tr class="tdheader"> |
||||||
|
<td colspan="5"> |
||||||
|
<font class="onbody"> |
||||||
|
<xsl:text>ñòðàíèöû:</xsl:text> |
||||||
|
<xsl:apply-templates select="threads/pageOuter" mode="withCurrent"> |
||||||
|
<xsl:with-param name="baseLink">/Board/<xsl:value-of select="currentLocation/board/id"/>/</xsl:with-param> |
||||||
|
</xsl:apply-templates> |
||||||
|
</font> |
||||||
|
</td> |
||||||
|
</tr> |
||||||
|
<!-- BEGIN POST LOOP DO NOT DELETE --> |
||||||
|
<xsl:apply-templates select="threads/thread/firstPost/post"/> |
||||||
|
<!-- END OF LOOP --> |
||||||
|
<tr class="tdheader"> |
||||||
|
<td colspan="5"> |
||||||
|
<font class="onbody"> |
||||||
|
<xsl:text>ñòðàíèöû:</xsl:text> |
||||||
|
<xsl:apply-templates select="threads/pageOuter" mode="withCurrent"> |
||||||
|
<xsl:with-param name="baseLink">/Board/<xsl:value-of select="currentLocation/board/id"/>/</xsl:with-param> |
||||||
|
</xsl:apply-templates> |
||||||
|
</font> |
||||||
|
</td> |
||||||
|
</tr> |
||||||
|
</table> |
||||||
|
</td> |
||||||
|
</tr> |
||||||
|
</table> |
||||||
|
</xsl:template> |
||||||
|
|
||||||
|
</xsl:stylesheet> |
Loading…
Reference in new issue