- initial import
This commit is contained in:
commit
5e60bf4a9a
37 changed files with 2204 additions and 0 deletions
8
admin/templates/header.html
Normal file
8
admin/templates/header.html
Normal file
|
@ -0,0 +1,8 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de">
|
||||
<head><title>{$smarty.server.SERVER_NAME} - WebDAV Verwaltung{if $title} - {$title}{/if}</title></head>
|
||||
<link rel="stylesheet" type="text/css" href="format.css" />
|
||||
<link rel="stylesheet" type="text/css" href="dynaform.css" />
|
||||
<script type="text/javascript" src="scripts/jquery.js"></script>
|
||||
<body>
|
Loading…
Add table
Add a link
Reference in a new issue