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 + + + + + + +