r531 - trunk/echobase-ui/src/main/webapp/WEB-INF/jsp
Author: tchemit Date: 2012-04-12 16:30:50 +0200 (Thu, 12 Apr 2012) New Revision: 531 Url: http://forge.codelutin.com/repositories/revision/echobase/531 Log: refs #484: Documentation Modified: trunk/echobase-ui/src/main/webapp/WEB-INF/jsp/home.jsp Modified: trunk/echobase-ui/src/main/webapp/WEB-INF/jsp/home.jsp =================================================================== --- trunk/echobase-ui/src/main/webapp/WEB-INF/jsp/home.jsp 2012-04-12 14:11:40 UTC (rev 530) +++ trunk/echobase-ui/src/main/webapp/WEB-INF/jsp/home.jsp 2012-04-12 14:30:50 UTC (rev 531) @@ -24,3 +24,34 @@ <%@ page language="java" contentType="text/html" pageEncoding="utf-8" %> <%@ taglib prefix="s" uri="/struts-tags" %> <title><s:text name="echobase.title.welcome"/></title> + +<div class="fontsize11"> + <fieldset> + <legend> + Quelques liens utiles + </legend> + <ul> + <li> + <s:a href="http://maven-site.forge.codelutin.com/echobase"> + Documentation de la dernière version stable + </s:a> + </li> + <li> + <s:a href="http://maven-site.forge.codelutin.com/echobase/SNAPSHOT"> + Documentation en cours (disponible dans la prochaine version stable) + </s:a> + </li> + <li> + <s:a href="http://forge.codelutin.com/projects/echobase/files"> + Téléchargement de l'application et des fichiers d'import + </s:a> + </li> + <li> + <s:a href="http://forge.codelutin.com/projects/echobase"> + Gestion du projet + </s:a> + </li> + </ul> + </fieldset> + +</div> \ No newline at end of file
participants (1)
-
tchemit@users.forge.codelutin.com