]> rtime.felk.cvut.cz Git - edu/xsl.git/blobdiff - design.xsl.sample
Design of website moved to a separate file
[edu/xsl.git] / design.xsl.sample
diff --git a/design.xsl.sample b/design.xsl.sample
new file mode 100644 (file)
index 0000000..bc1ed1e
--- /dev/null
@@ -0,0 +1,39 @@
+<?xml version='1.0'?>
+<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
+                xmlns:date="http://exslt.org/dates-and-times"
+               xmlns:l="http://docbook.sourceforge.net/xmlns/l10n/1.0"
+               exclude-result-prefixes="date"
+                version="1.0">
+  <xsl:template match="article">
+    <div id="main">
+      <div id="head">
+       <h1><a href="{$www.root}">Navrhování systémů s výpočetní technikou</a></h1>
+      </div>
+      <div id="menu">
+       <ul>
+         <li><a href="{$www.root}/prednasky/index.html" title="Přednášky">Přednášky</a></li>
+         <li><a href="{$www.root}/cviceni/index.html" title="Cvičení">Cvičení</a></li>
+         <!-- Lang: <xsl:value-of select="$l10n.xml/l:i18n/l:l10n[@language='cs']/@english-language-name"/> -->
+       </ul>
+       <!-- <div class="ico"> -->
+       <!-- <a href="http://dce.felk.cvut.cz" title="Katedra řídicí techniky" rel="external"><img src="img/dce.gif" width="28" height="28" alt="Katedra řídicí techniky" /></a> -->
+       <!-- <a href="http://www.fel.cvut.cz" title="FEL ČVUT" rel="external"><img src="img/lev.gif" width="37" height="28" alt="FEL ČVUT" /></a> -->
+       <!-- </div>   -->
+      </div>
+
+      <xsl:call-template name="article.orig"/>
+      <div id="tail">
+       <p>Všechny připomínky k předmětu, obsahu stránek, objevené
+       chyby v ukázkových programech apod. adresujte na autory:</p>
+
+<!--   <div style="float: right; position: relative; top: 2ex;"> -->
+<!--     <a href="http://validator.w3.org/check?uri=referer"><img src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0!" height="31" width="88" /></a> -->
+<!--   </div> -->
+
+       <ul>
+         <li>sojkam1 (at) fel.cvut.cz</li>
+        </ul>
+      </div>
+    </div>
+  </xsl:template>
+</xsl:stylesheet>