equal
deleted
inserted
replaced
16 <link href="../../static/css/index.css" rel="stylesheet" th:href="@{/static/css/index.css}"/> |
16 <link href="../../static/css/index.css" rel="stylesheet" th:href="@{/static/css/index.css}"/> |
17 </head> |
17 </head> |
18 <body> |
18 <body> |
19 <div id="container"> |
19 <div id="container"> |
20 <div id="wrapper"> |
20 <div id="wrapper"> |
21 <h1><span th:text="#{renkanIndex.renkan_space}"><a href="renkanIndex.html" th:href="@{'/'}" id="home-link">Renkan Space</a></span>: <span th:text="${space.title}">Titre</span></h1> |
21 <h1><a href="renkanIndex.html" th:href="@{'/'}" id="home-link" th:text="#{renkanIndex.renkan_space}">Renkan Space</a>: <span th:text="${space.title}">Titre</span></h1> |
22 <div id="inner"> |
22 <div id="inner"> |
23 <div id="label" class="translate" th:text="#{renkanIndex.renkan_exp}">Create a Renkan</div> |
23 <div id="label" class="translate" th:text="#{renkanIndex.renkan_exp}">Create a Renkan</div> |
24 <form action="#" onsubmit="go2Title();return false;"> |
24 <form action="#" onsubmit="go2Title();return false;"> |
25 <input type="text" id="renkantitle" autofocus="autofocus" x-webkit-speech="x-webkit-speech"/> |
25 <input type="text" id="renkantitle" autofocus="autofocus" x-webkit-speech="x-webkit-speech"/> |
26 <button type="submit">OK</button> |
26 <button type="submit">OK</button> |