ctucx.git: tinyDAV

[php] Cal-/ CardDAV server with a simple web-GUI based on SabreDAV

1 
2 
3 
4 
5 
6 
7 
8 
9 
10 
11 
12 
13 
14 
15 
16 
17 <!-- INCLUDE header.tpl -->

<h5 class="title">TinyDAV</h5>

<form method="post">
	<fieldset>
		<label for="username">User:</label>
		<input type="text" name="username" id="username">

		<label for="password">Password:</label>
		<input type="password" name="password" id="password">

		<input class="button-primary" type="submit" value="Login">
	</fieldset>
</form>

<!-- INCLUDE footer.tpl -->