X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/6e15c0a98d4f7cb34f6e95b56923ebff659e4825..4bed72f:/templates/webpages/webdav/_list.html
diff --git a/templates/webpages/webdav/_list.html b/templates/webpages/webdav/_list.html
index 5e86becb9..2e1d1e44e 100644
--- a/templates/webpages/webdav/_list.html
+++ b/templates/webpages/webdav/_list.html
@@ -1,25 +1,23 @@
+[% USE HTML %][% USE T8 %]
-[%- IF webdav %]
-
-
|
-
+[%- IF conf_webdav %]
+
+
+
[% 'Documents in the WebDAV repository' | $T8 %]
+
+
- | Dokumente im Webdav-Repository |
+ [% 'File name' | $T8 %] |
+ [% 'WebDAV link' | $T8 %] |
+
+[%- FOREACH file = WEBDAV %]
-
-
-
- | Dateiname |
- Webdavlink |
-
- [%- FOREACH file = WEBDAV %]
-
- | [% file.name %] |
- [% file.type %] |
-
- [%- END %]
-
- |
+ [% HTML.escape(file.name) %] |
+ [% HTML.escape(file.type) %] |
-[% END %]
+[%- END %]
+
+
+
+[%- END %]