-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpermissions.html
28 lines (24 loc) · 903 Bytes
/
permissions.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>A really simple Agile tool</title>
<style type="text/css">
body { font:13px/20px 'Helvetica Neue',Helvetica,Arial,sans-serif; }
</style>
<link rel="stylesheet" type="text/css" href="style2.css" />
<script type="text/javascript" src="js/jquery-1.4.2.min.js"></script>
<script type="text/javascript" src="js/jquery.easing.1.3.js"></script>
</head>
<body>
<h2>Permissions</h2>
<h3>Add new user</h3>
Name: <input id="newusername" type="text" value="user name"/>
<br/>
Email address:<input id="newuseremail" type="email" value="[email protected]"/>
<br/><br/>
{Grid} - name, email, password reminder - Use slick grids interface to limit to product, features, etc..
<br/>
Allow users to break W.I.P limits? (when the limit is broken the column title will be coloured red)
</body>
</html>