From 040d3dafe7f5492cb087c66683f345234475a3ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=96sterreicher?= Date: Fri, 1 Apr 2011 10:15:26 +0000 Subject: [PATCH] =?UTF-8?q?XSD=20und=20XSLT=20f=C3=BCr=20Templates?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/cis.config-default.inc.php | 2 ++ system/templates/contentmittitel.xsd | 7 ++++++ .../templates/contentmittitel_xslt_xhtml.xslt | 18 +++++++++++++++ system/templates/contentohnetitel.xsd | 6 +++++ .../contentohnetitel_xslt_xhtml.xslt | 17 ++++++++++++++ system/templates/redirect.xsd | 6 +++++ system/templates/redirect_xslt_xhtml.xslt | 22 +++++++++++++++++++ 7 files changed, 78 insertions(+) create mode 100644 system/templates/contentmittitel.xsd create mode 100644 system/templates/contentmittitel_xslt_xhtml.xslt create mode 100644 system/templates/contentohnetitel.xsd create mode 100644 system/templates/contentohnetitel_xslt_xhtml.xslt create mode 100644 system/templates/redirect.xsd create mode 100644 system/templates/redirect_xslt_xhtml.xslt diff --git a/config/cis.config-default.inc.php b/config/cis.config-default.inc.php index 2e2e85191..6c31ead5c 100644 --- a/config/cis.config-default.inc.php +++ b/config/cis.config-default.inc.php @@ -36,6 +36,8 @@ define('SERVER_NAME','cis.technikum-wien.at'); //Pfad zum Upload-Ordner define('BENOTUNGSTOOL_PATH','/websites/portal/trunk/documents/benotungstool/'); +//Pfad zu Verzeichnis fuer Dokumentenmanagementsystem (sollte ausserhalb von htdocs liegen) +define('DMS_PATH','/var/documents/'); // XML fuer XSL-Vorlagen define('XML_ROOT','http://dav.technikum-wien.at/oesi/portal/trunk/rdf/'); diff --git a/system/templates/contentmittitel.xsd b/system/templates/contentmittitel.xsd new file mode 100644 index 000000000..0380da07e --- /dev/null +++ b/system/templates/contentmittitel.xsd @@ -0,0 +1,7 @@ + + + + + + + diff --git a/system/templates/contentmittitel_xslt_xhtml.xslt b/system/templates/contentmittitel_xslt_xhtml.xslt new file mode 100644 index 000000000..0e41f1291 --- /dev/null +++ b/system/templates/contentmittitel_xslt_xhtml.xslt @@ -0,0 +1,18 @@ + + + + + + <xsl:value-of select="titel" /> + + + +

+ + + +
+
+ + diff --git a/system/templates/contentohnetitel.xsd b/system/templates/contentohnetitel.xsd new file mode 100644 index 000000000..97cd0ee7e --- /dev/null +++ b/system/templates/contentohnetitel.xsd @@ -0,0 +1,6 @@ + + + + + + diff --git a/system/templates/contentohnetitel_xslt_xhtml.xslt b/system/templates/contentohnetitel_xslt_xhtml.xslt new file mode 100644 index 000000000..12d40390f --- /dev/null +++ b/system/templates/contentohnetitel_xslt_xhtml.xslt @@ -0,0 +1,17 @@ + + + + + + + + +

+ + + +
+
+ + diff --git a/system/templates/redirect.xsd b/system/templates/redirect.xsd new file mode 100644 index 000000000..8b3c08123 --- /dev/null +++ b/system/templates/redirect.xsd @@ -0,0 +1,6 @@ + + + + + + diff --git a/system/templates/redirect_xslt_xhtml.xslt b/system/templates/redirect_xslt_xhtml.xslt new file mode 100644 index 000000000..2779c3402 --- /dev/null +++ b/system/templates/redirect_xslt_xhtml.xslt @@ -0,0 +1,22 @@ + + + + + + + + + Sie werden automatisch weitergeleitet. + Sollte dies nicht der Fall sein, klicken sie bitte + + hier + + + + + + +