Implemented thymeleaf to new tempalte
This commit is contained in:
30
.idea/workspace.xml
generated
30
.idea/workspace.xml
generated
@@ -20,25 +20,9 @@
|
||||
</component>
|
||||
<component name="ChangeListManager">
|
||||
<list default="true" id="458cde88-df3d-44bc-9d57-a33823e2f1a6" name="Default Changelist" comment="">
|
||||
<change afterPath="$PROJECT_DIR$/src/main/resources/static/Dependency/fontello-plus/LICENSE.txt" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/src/main/resources/static/Dependency/fontello-plus/README.txt" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/src/main/resources/static/Dependency/fontello-plus/config.json" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/src/main/resources/static/Dependency/fontello-plus/css/animation.css" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/src/main/resources/static/Dependency/fontello-plus/css/fontello-codes.css" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/src/main/resources/static/Dependency/fontello-plus/css/fontello-embedded.css" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/src/main/resources/static/Dependency/fontello-plus/css/fontello-ie7-codes.css" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/src/main/resources/static/Dependency/fontello-plus/css/fontello-ie7.css" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/src/main/resources/static/Dependency/fontello-plus/css/fontello.css" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/src/main/resources/static/Dependency/fontello-plus/demo.html" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/src/main/resources/static/Dependency/fontello-plus/font/fontello.eot" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/src/main/resources/static/Dependency/fontello-plus/font/fontello.svg" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/src/main/resources/static/Dependency/fontello-plus/font/fontello.ttf" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/src/main/resources/static/Dependency/fontello-plus/font/fontello.woff" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/src/main/resources/static/Dependency/fontello-plus/font/fontello.woff2" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/src/main/resources/static/css/design.css" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/resources/static/css/design.css" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/src/main/resources/static/js/design.js" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/resources/static/js/design.js" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/src/main/resources/templates/design.html" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/resources/templates/design.html" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/src/main/java/com/release11/klaus/controller/EventController.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/release11/klaus/controller/EventController.java" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/src/main/resources/templates/mock.html" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/resources/templates/mock.html" afterDir="false" />
|
||||
</list>
|
||||
<option name="SHOW_DIALOG" value="false" />
|
||||
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
||||
@@ -109,11 +93,11 @@
|
||||
<recent name="com.release11.klaus.repository" />
|
||||
</key>
|
||||
<key name="MoveFile.RECENT_KEYS">
|
||||
<recent name="C:\Users\Gabriel Modzelewski\.phabricator\mockedservices\src\main\resources\OlderVersion\static\css" />
|
||||
<recent name="C:\Users\Gabriel Modzelewski\.phabricator\mockedservices\src\main\resources\OlderVersion\static\img" />
|
||||
<recent name="C:\Users\Gabriel Modzelewski\.phabricator\mockedservices\src\main\resources\OlderVersion\static\js" />
|
||||
<recent name="C:\Users\Gabriel Modzelewski\.phabricator\mockedservices\src\main\resources\OlderVersion\templates" />
|
||||
<recent name="C:\Users\Gabriel Modzelewski\.phabricator\mockedservices\src\main\resources\static\css" />
|
||||
<recent name="C:\Users\Gabriel Modzelewski\.phabricator\mockedservices\src\main\resources\templates" />
|
||||
<recent name="D:\phabricator\mockedservices-master" />
|
||||
<recent name="D:\phabricator\mockedservices" />
|
||||
<recent name="D:\phabricator\mockedservices\src" />
|
||||
</key>
|
||||
<key name="CopyFile.RECENT_KEYS">
|
||||
<recent name="C:\Users\Gabriel Modzelewski\.phabricator\mockedservices\src\main\resources\static\Dependency" />
|
||||
@@ -316,7 +300,7 @@
|
||||
<workItem from="1610971272685" duration="11907000" />
|
||||
<workItem from="1610986449789" duration="3336000" />
|
||||
<workItem from="1611052879244" duration="4081000" />
|
||||
<workItem from="1611059169455" duration="832000" />
|
||||
<workItem from="1611059169455" duration="5146000" />
|
||||
</task>
|
||||
<task id="LOCAL-00077" summary="testing jenkins docker">
|
||||
<created>1601453886631</created>
|
||||
|
||||
@@ -64,6 +64,11 @@ public class EventController {
|
||||
.build();
|
||||
}
|
||||
|
||||
@GetMapping("/new/mock")
|
||||
public String getNewMock(Model model){
|
||||
return "mock";
|
||||
}
|
||||
|
||||
@ModelAttribute("eventList")
|
||||
public List<Event> eventList() {
|
||||
return eventList;
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
<!DOCTYPE HTML>
|
||||
<html>
|
||||
<html xmlns:th="http://thymeleaf.org">
|
||||
<head>
|
||||
<title>R11 MockedServices</title>
|
||||
<meta charset="utf-8">
|
||||
<link rel="stylesheet" href="../static/css/design.css" type="text/css">
|
||||
<link rel="stylesheet" href="../static/Dependency/fontello-plus/css/fontello.css" type="text/css"/>
|
||||
<link rel="stylesheet" th:href="@{/css/main.css}" type="text/css">
|
||||
<link rel="stylesheet" th:href="@{/Dependency/fontello-plus/css/fontello.css}" type="text/css"/>
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Acme&family=Josefin+Slab:wght@500&display=swap" rel="stylesheet">
|
||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
|
||||
@@ -62,6 +62,6 @@
|
||||
|
||||
|
||||
</div>
|
||||
<script type="text/javascript" src="../static/js/design.js"></script>
|
||||
<script type="text/javascript" th:src="@{/js/uianimation.js}"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user