htman/templates/frontpage.html

25 lines
702 B
HTML

<!DOCTYPE html>
<html xml:lang="de" lang="de"
xmlns="http://www.w3.org/1999/xhtml"
xmlns:xi="http://www.w3.org/2001/XInclude"
xmlns:py="http://genshi.edgewall.org/">
<xi:include href="layout.html" />
<head/>
<body>
<div class="row">
<div class="col-xs-12 col-sm-6 col-md-4 col-sm-offset-3 col-md-offset-4">
<form name="show_htpasswd" action="${base_url}/manage" method="POST">
<div class="form-group">
<label for="name">Wiki:</label>
<input type="text" name="zone" id="name" class="form-control"/>
</div>
<button type="submit" name="submit" class="btn btn-primary">Show</button>
</form>
</div>
</div>
</body>
</html>