|
|
@ -1,5 +1,9 @@ |
|
|
|
<!DOCTYPE html> |
|
|
|
<html lang="en" xmlns:th="http://www.thymeleaf.org"> |
|
|
|
<head> |
|
|
|
<link type="text/css" rel="stylesheet" href="../../static/css/bookstore.css" /> |
|
|
|
<link type="text/css" rel="stylesheet" href="../../static/css/bootstrap.min.css" /> |
|
|
|
</head> |
|
|
|
<body> |
|
|
|
<th:block th:fragment="devusers"> |
|
|
|
<style> |
|
|
@ -25,7 +29,7 @@ |
|
|
|
<tr> |
|
|
|
<td>helpdesk</td> |
|
|
|
<td>helpdesk</td> |
|
|
|
<td>Book edits (no price edits)</td> |
|
|
|
<td>Book edits (no price edits or publishing)</td> |
|
|
|
</tr> |
|
|
|
<tr> |
|
|
|
<td>salesmanager</td> |
|
|
@ -35,7 +39,7 @@ |
|
|
|
<tr> |
|
|
|
<td>user</td> |
|
|
|
<td>user</td> |
|
|
|
<td>View books</td> |
|
|
|
<td>View published books</td> |
|
|
|
</tr> |
|
|
|
</tbody> |
|
|
|
</table> |
|
|
|