server/src/main/webapp/WEB-INF/templates/projectIndex.html
changeset 257 6bf1126c5add
parent 224 0167b777ad15
child 298 2f35c2ae7de8
--- a/server/src/main/webapp/WEB-INF/templates/projectIndex.html	Tue Feb 11 01:06:22 2014 +0100
+++ b/server/src/main/webapp/WEB-INF/templates/projectIndex.html	Tue Feb 11 10:18:29 2014 +0100
@@ -83,7 +83,7 @@
             </div>            
         </div>
         <footer 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 id="version">© <span class="version-date">2014</span> <a href="http://www.iri.centrepompidou.fr" target="_blanck">IRI</a> - Version <span class="version-version">0.0</span></div>
         </footer>        
       </div>
       <script th:inline="javascript" >
@@ -100,7 +100,7 @@
               
               new_renkan = {
               	title: renkantitle,
-              	description: "(empty description)",                	
+              	description: "(empty description)",
               	uri: null,
               	space_id: /*[[${space.id}]]*/"_",
               };
@@ -110,7 +110,7 @@
                   data:JSON.stringify(new_renkan),
                   type: "POST",
                   dataType: "json",
-                  contentType: "application/json; charset=UTF-8"                    
+                  contentType: "application/json; charset=UTF-8"
               }).done(function(project){
               	window.location.reload();
               });