|
@@ -7,6 +7,13 @@
|
|
|
<link th:href="@{/css/bootstrap.min.css}" rel="stylesheet">
|
|
|
</head>
|
|
|
<body style=" margin: 0;overflow: hidden;background: #000033;width: 100%;height:100%;position: absolute;top: 0;">
|
|
|
+<input type="text" th:value="${id}"/>
|
|
|
+<input type="text" th:value="${name}"/>
|
|
|
+<input type="text" th:value="${latitude}"/>
|
|
|
+<input type="text" th:value="${longitude}"/>
|
|
|
+<input type="text" th:value="${contactUser}"/>
|
|
|
+<input type="text" th:value="${contactPhone}"/>
|
|
|
+<input type="text" th:value="${address}"/>
|
|
|
<div id="map" style="margin:0 auto;width: 100%;height: 100%;background: none;"></div>
|
|
|
<script th:src="@{/js/jquery.min.js}"></script>
|
|
|
<script th:src="@{/js/bootstrap.min.js}"></script>
|