--- a/server/src/main/webapp/WEB-INF/templates/adminIndex.html Tue Mar 26 08:27:58 2013 +0100
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,42 +0,0 @@
-<!doctype html>
-<html xmlns="http://www.w3.org/1999/xhtml" xmlns:th="http://www.thymeleaf.org" >
- <head>
- <title>Renkan Admin</title>
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
- <meta charset="utf-8"/>
- <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0"/>
-
- <link rel="shortcut icon" href="favicon.ico"/>
-
- <link href="../../static/css/style.css" rel="stylesheet" th:href="@{/static/css/style.css}"/>
- <link href="../../static/css/index.css" rel="stylesheet" th:href="@{/static/css/index.css}"/>
-
- <script th:remove="all" type="text/javascript" src="../../static/lib/jquery.min.js"></script>
- <script th:remove="all" type="text/javascript" src="../../static/js/thymol.js"></script>
- </head>
- <body>
- <div id="container">
- <div id="wrapper">
- <h1 th:text="#{renkanAdmin.renkan_admin}">Renkan administration</h1>
- <h2 th:text="#{renkanAdmin.object_list}">Site administration</h2>
- <table id="object_list">
- <thead>
- <tr>
- <th th:text="#{renkanAdmin.object}">Object</th>
- <th> </th>
- </tr>
- </thead>
- <tbody>
- <tr>
- <th th:text="${space.title}">title</th>
- <th th:text="${space.title}">title</th>
- </tr>
- </tbody>
- </table>
- </div>
- <div id="footer" th:include="fragment/pageFragment :: footerFragment">
- <div id="version">© <span class="version-date">2013</span> <a href="http://www.iri.centrepompidou.fr" target="_blanck">IRI</a> - Version <span class="version-version">0.0</span></div>
- </div>
- </div>
- </body>
-</html>
\ No newline at end of file