main
Last change
on this file since ef048be was c3268ca, checked in by Stefan Risteski <stefanristeski2001@…>, 14 months ago |
Project
The whole Project
|
-
Property mode
set to
100644
|
File size:
417 bytes
|
Rev | Line | |
---|
[c3268ca] | 1 | <!DOCTYPE html>
|
---|
| 2 | <html lang="en" xmlns:th="http://www.thymeleaf.org">
|
---|
| 3 | <head>
|
---|
| 4 | <meta charset="UTF-8">
|
---|
| 5 | <title>Home Page</title>
|
---|
| 6 | <link rel="stylesheet" href="/styles.css">
|
---|
| 7 | </head>
|
---|
| 8 | <body>
|
---|
| 9 |
|
---|
| 10 |
|
---|
| 11 |
|
---|
| 12 | <div th:each="subject : ${subjects}" >
|
---|
| 13 |
|
---|
| 14 | <a th:href="@{'/{subjectid}/categories' (subjectid=${subject.getSubjectid()})}">
|
---|
| 15 | <div th:text="${subject.getSubjectname()}"></div>
|
---|
| 16 | </a>
|
---|
| 17 |
|
---|
| 18 | </div>
|
---|
| 19 |
|
---|
| 20 |
|
---|
| 21 |
|
---|
| 22 | </body>
|
---|
| 23 | </html>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.