Changeset 24:63e404f454e8
- Timestamp:
- 07/06/11 22:37:22 (13 years ago)
- Author:
- František Kučera <franta-hg@…>
- Branch:
- default
- Message:
-
Seznam všech stránek: první verze, formou tabulky
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
r1
|
r24
|
|
2 | 2 | výstup/* |
3 | 3 | šablona/funkce/build/* |
4 | | |
| 4 | vstup/.seznam.xml |
5 | 5 | analýza/princip.png |
-
r22
|
r24
|
|
11 | 11 | <property name="výstupníPřípona" value=".xhtml"/> |
12 | 12 | |
13 | | <target name="generuj" description="Vygeneruje kompletní web." depends="stránky,agregace"> |
| 13 | <target name="generuj" description="Vygeneruje kompletní web." depends="agregace,stránky"> |
14 | 14 | </target> |
15 | 15 | |
… |
… |
|
60 | 60 | </xslt> |
61 | 61 | |
| 62 | <!-- Seznam stránek --> |
| 63 | <xslt in="${výstup}/atom.xml" out="${vstup}/.seznam.xml" style="${šablona}/seznam.xsl" processor="org.apache.tools.ant.taskdefs.optional.TraXLiaison"> |
| 64 | <classpath location="/usr/share/java/saxonb-9.0.jar"/> |
| 65 | <classpath location="${funkce}"/> |
| 66 | <factory name="net.sf.saxon.TransformerFactoryImpl"> |
| 67 | <attribute name="http://saxon.sf.net/feature/allow-external-functions" value="true"/> |
| 68 | </factory> |
| 69 | </xslt> |
| 70 | |
62 | 71 | </target> |
63 | 72 | |
-
r17
|
r24
|
|
55 | 55 | text-align: center; |
56 | 56 | } |
| 57 | |
| 58 | table.seznamStranek { |
| 59 | border: 1px solid grey; |
| 60 | border-collapse: collapse; |
| 61 | } |
| 62 | |
| 63 | table.seznamStranek td { |
| 64 | border: 1px solid grey; |
| 65 | padding: 4px; |
| 66 | } |
| 67 | |
| 68 | table.seznamStranek thead { |
| 69 | background-color: silver; |
| 70 | } |