- initial import
This commit is contained in:
commit
5e60bf4a9a
37 changed files with 2204 additions and 0 deletions
10
admin/templates/start.html
Normal file
10
admin/templates/start.html
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{include file="header.html"}
|
||||
<h1>WebDAV-Verwaltung</h1>
|
||||
<p>Hallo {$firstname} {$lastname},<br />
|
||||
willkommen zur WebDAV-Verwaltung für {$smarty.server.SERVER_NAME}. Ihnen
|
||||
stehen folgende Möglichkeiten zur Verfügung.</p>
|
||||
<ul>
|
||||
<li><a href="directories.php">Verzeichnisse verwalten</a></li>
|
||||
<li><a href="users.php">Nutzeraccounts verwalten</a></li>
|
||||
</ul>
|
||||
{include file="footer.html"}
|
||||
Loading…
Add table
Add a link
Reference in a new issue