51fde1e8df
community.sgml: 1.2 community/Makefile: 1.1 community/irc.sgml: 1.2 community/mailinglists.sgml: 1.4 community/newsgroups.sgml: 1.3 community/webresources.sgml: 1.2 support/Makefile: 1.1 support/bugreports.sgml: 1.2 support/webresources.sgml: 1.1 share/sgml/templates.usergroups.xsl: Add for building usergroups.xml with russian header and section menu (usergroups.html) MFen: support.sgml: 1.334 -> 1.353 Other changes are for normal building, and web appearence with unbreaked links with above changes. Obtained from: The FreeBSD Russian Documentation Project Approved by: marck
76 lines
2.6 KiB
XML
76 lines
2.6 KiB
XML
<?xml version="1.0" encoding="koi8-r"?>
|
||
|
||
<!-- The FreeBSD Russian Documentation Project -->
|
||
<!-- $FreeBSDru: frdp/www/ru/share/sgml/templates.usergroups.xsl,v 1.2 2005/11/03 18:27:42 gad Exp $ -->
|
||
<!-- $FreeBSD$ -->
|
||
|
||
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"
|
||
xmlns:cvs="http://www.FreeBSD.org/XML/CVS"
|
||
exclude-result-prefixes="cvs">
|
||
|
||
<xsl:import href="../../includes.xsl" />
|
||
|
||
<xsl:output type="xml" encoding="koi8-r" indent="yes"/>
|
||
<xsl:variable name="section" select="'community'"/>
|
||
|
||
<xsl:output method="xml"
|
||
doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"
|
||
doctype-public="-//W3C//DTD XHTML 1.0 Transitional//EN"/>
|
||
|
||
<xsl:variable name="base" select="'.'"/>
|
||
<xsl:variable name="date">
|
||
<xsl:value-of select="//cvs:keyword[@name='freebsd']"/>
|
||
</xsl:variable>
|
||
<xsl:variable name="email" select="'freebsd-www'"/>
|
||
<xsl:variable name="title" select="'çÒÕÐÐÙ ÐÏÌØÚÏ×ÁÔÅÌÅÊ'"/>
|
||
|
||
<xsl:template name="html-usergroups-list-header">
|
||
<p>ðÏÐÕÌÑÒÎÏÓÔØ FreeBSD ÐÏÒÏÄÉÌÁ ÎÅËÏÔÏÒÏÅ ËÏÌÉÞÅÓÔ×Ï ÇÒÕÐÐ
|
||
ÐÏÌØÚÏ×ÁÔÅÌÅÊ ÐÏ ×ÓÅÍÕ ÍÉÒÕ. åÓÌÉ Õ ×ÁÓ ÅÓÔØ ÉÎÆÏÒÍÁÃÉÑ Ï ÇÒÕÐÐÅ
|
||
ÐÏÌØÚÏ×ÁÔÅÌÅÊ FreeBSD, ËÏÔÏÒÁÑ ÚÄÅÓØ ÎÅ ÕËÁÚÁÎÁ, ÐÏÖÁÌÕÊÓÔÁ, ÓÏÓÔÁ×ØÔÅ
|
||
<a href="http://www.freebsd.org/send-pr.html">ÓÏÏÂÝÅÎÉÅ Ï ÐÒÏÂÌÅÍÅ</a>
|
||
ÄÌÑ ËÁÔÅÇÏÒÉÉ www. ðÏÓÙÌÁÅÍÏÅ ÓÏÏÂÝÅÎÉÅ ÄÏÌÖÎÙ ÂÙÔØ × ÆÏÒÍÁÔÅ HTML É ÓÏÄÅÒÖÁÔØ
|
||
ËÒÁÔËÏÅ ÏÐÉÓÁÎÉÅ.</p>
|
||
|
||
<h3>òÅÇÉÏÎÙ</h3>
|
||
</xsl:template>
|
||
|
||
<xsl:template match="/">
|
||
<html>
|
||
<xsl:copy-of select="$header1"/>
|
||
|
||
<body xsl:use-attribute-sets="att.body">
|
||
<div id="containerwrap">
|
||
<div id="container">
|
||
<xsl:copy-of select="$header2"/>
|
||
|
||
<div id="content">
|
||
<xsl:copy-of select="$sidenav"/>
|
||
|
||
<div id="contentwrap">
|
||
<xsl:copy-of select="$header3"/>
|
||
|
||
<xsl:call-template name="html-usergroups-list-header" />
|
||
|
||
<xsl:call-template name="html-usergroups-list-regions">
|
||
<xsl:with-param name="usergroups.xml" select="$usergroups.xml" />
|
||
<xsl:with-param name="usergroups-local.xml" select="$usergroups-local.xml" />
|
||
</xsl:call-template>
|
||
|
||
<xsl:call-template name="html-usergroups-list-entries">
|
||
<xsl:with-param name="usergroups.xml" select="$usergroups.xml" />
|
||
<xsl:with-param name="usergroups-local.xml" select="$usergroups-local.xml" />
|
||
</xsl:call-template>
|
||
|
||
</div> <!-- contentwrap -->
|
||
<br class="clearboth" />
|
||
</div> <!-- content -->
|
||
|
||
<xsl:copy-of select="$footer"/>
|
||
|
||
</div> <!-- container -->
|
||
</div> <!-- containerwrap -->
|
||
</body>
|
||
</html>
|
||
</xsl:template>
|
||
</xsl:stylesheet>
|