Subversion Repositories ALCASAR

Rev

Rev 610 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 610 Rev 703
Line 12... Line 12...
12
 
12
 
13
?><!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN//2.0">
13
?><!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN//2.0">
14
<html>
14
<html>
15
<head>
15
<head>
16
<title>Admins page</title>
16
<title>Admins page</title>
-
 
17
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
17
<!-- include default CSS -->
18
<!-- include default CSS -->
18
<link rel="stylesheet" href="<?php echo ALCASAR_ADMIN_PATH_CSS; ?>/default/default.css" type="text/css">
19
<link rel="stylesheet" href="<?php echo ALCASAR_ADMIN_PATH_CSS; ?>/default/default.css" type="text/css">
19
<!-- include JQUERY UI CSS -->
20
<!-- include JQUERY UI CSS -->
20
<link type="text/css"  rel="stylesheet" href="<?php echo ALCASAR_ADMIN_PATH_CSS; ?>/default/ui-lightness/jquery-ui-1.8.10.custom.css">
21
<link type="text/css"  rel="stylesheet" href="<?php echo ALCASAR_ADMIN_PATH_CSS; ?>/default/ui-lightness/jquery-ui-1.8.10.custom.css">
21
<!-- include tablesorter CSS -->
22
<!-- include tablesorter CSS -->
Line 124... Line 125...
124
				<th width="20">#</th><th width="200">Usagers</th><th>Profils</th>
125
				<th width="20">#</th><th width="200">Usagers</th><th>Profils</th>
125
			</tr>
126
			</tr>
126
		</thead>
127
		</thead>
127
		<tfoot>
128
		<tfoot>
128
			<tr>
129
			<tr>
129
				<th width="20">#</th><th width="200">Usagers</th><th>profils</th>
130
				<th width="20">#</th><th width="200">Usagers</th><th>Profils</th>
130
			</tr>
131
			</tr>
131
		</tfoot>
132
		</tfoot>
132
		<tbody>
133
		<tbody>
133
			<tr><td></td><td><a href="admin.php?username=alcasar_admin">alcasar_admin</a></td><td>Administrator</td></tr>
134
			<tr><td></td><td><a href="admin.php?username=alcasar_admin">alcasar_admin</a></td><td>Administrator</td></tr>
134
			<tr><td></td><td><a href="admin.php?username=alcasar_manager">alcasar_manager</a></td><td>User managers</td></tr>
135
			<tr><td></td><td><a href="admin.php?username=alcasar_manager">alcasar_manager</a></td><td>User managers</td></tr>