0byt3m1n1
Path:
/
data
/
config
/
fileman
/
templates
/
luna
/
[
Home
]
File: user.html
<div class="toolbar clear"> <h3 class="header">User management</h3> <select id="user_action" name="user_action" class="action"> <option value="">More Actions...</option> <option value="user_add">Add a User</option> <option value="user_delete"<%if in.cmd eq 'user_delete' and $confirms_loop.length%> selected="selected"<%endif%>>Delete Users</option> <option value="user_access">Change Accesse</option> <option value="user_permission">Change Permissions</option> </select> <a href="<%cfg.cgi_url%>?<%hidden_query%>;page=help_user.html" rel="<%cfg.cgi_url%>?<%hidden_query%>;page=help_user.html" title="Users" class="help"><img src="<%GT::FileMan::image_url('question-mark.gif')%>" alt="Question" /></a> </div> <table class="foldertab"> <tr> <th class="selectbox"></th> <th class="username"><a href="#" rel="username">Username</a></th> <th class="type"><a href="#" rel="type">Type</a></th> <th class="email"><a href="#" rel="email">E-mail</a></th> <th class="access">Directory Access</th> <th class="scrollbar"></th> </tr> </table> <div class="contentframe"> <table class="foldertab"> </table> </div>