blob: 884ea042e577fe6dbca8cbb8a248ee895c144b45 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<html>
<head>
<title>Session_app settings</title>
<!--<style type="text/css" media="screen">
input {
width: 500px;
}
</style> -->
</head>
<body>
<h1>Settings</h1>
<form action="#" method="post">
<p>Ldap URI <input style="width: 500px;" type="text" value="{{ ldap_uri }}" name="ldap_uri"</p>
<p><input accesskey="s" type="submit" value="Submit"/></p>
</form>
</html>
|