Author: kmorin Date: 2013-06-17 17:44:23 +0200 (Mon, 17 Jun 2013) New Revision: 91 Url: http://nuiton.org/projects/nuiton-js/repository/revisions/91 Log: add site Added: tags/nuiton-js-bootstrap-2.3.2-1/src/site/ tags/nuiton-js-bootstrap-2.3.2-1/src/site/rst/ tags/nuiton-js-bootstrap-2.3.2-1/src/site/rst/index.rst tags/nuiton-js-bootstrap-2.3.2-1/src/site/rst/index.rst~ tags/nuiton-js-bootstrap-2.3.2-1/src/site/site_fr.xml Added: tags/nuiton-js-bootstrap-2.3.2-1/src/site/rst/index.rst =================================================================== --- tags/nuiton-js-bootstrap-2.3.2-1/src/site/rst/index.rst (rev 0) +++ tags/nuiton-js-bootstrap-2.3.2-1/src/site/rst/index.rst 2013-06-17 15:44:23 UTC (rev 91) @@ -0,0 +1,44 @@ +.. - +.. * #%L +.. * Nuiton JS :: Bootstrap +.. * $Id:$ +.. * $HeadURL:$ +.. * %% +.. * Copyright (C) 2012 - 2013 CodeLutin +.. * %% +.. * This program is free software: you can redistribute it and/or modify +.. * it under the terms of the GNU Lesser General Public License as +.. * published by the Free Software Foundation, either version 3 of the +.. * License, or (at your option) any later version. +.. * +.. * This program is distributed in the hope that it will be useful, +.. * but WITHOUT ANY WARRANTY; without even the implied warranty of +.. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +.. * GNU General Lesser Public License for more details. +.. * +.. * You should have received a copy of the GNU General Lesser Public +.. * License along with this program. If not, see +.. * <http://www.gnu.org/licenses/lgpl-3.0.html>. +.. * #L% +.. - + +Utilisation +=========== + +:: + + <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> + + <link rel="stylesheet" type="text/css" href="<c:url value="/nuiton-js/bootstrap.css"/>" /> + <script language="javascript" type="text/javascript" src="<c:url value="/nuiton-js/bootstrap.js"/>"></script> + +JS disponible +------------- + +- bootstrap.js + +CSS disponible +-------------- + +- bootstrap.css +- bootstrap-responsive.css Added: tags/nuiton-js-bootstrap-2.3.2-1/src/site/rst/index.rst~ =================================================================== --- tags/nuiton-js-bootstrap-2.3.2-1/src/site/rst/index.rst~ (rev 0) +++ tags/nuiton-js-bootstrap-2.3.2-1/src/site/rst/index.rst~ 2013-06-17 15:44:23 UTC (rev 91) @@ -0,0 +1,43 @@ +.. - +.. * #%L +.. * Nuiton JS :: Bootstrap +.. * $Id:$ +.. * $HeadURL:$ +.. * %% +.. * Copyright (C) 2012 - 2013 CodeLutin +.. * %% +.. * This program is free software: you can redistribute it and/or modify +.. * it under the terms of the GNU Lesser General Public License as +.. * published by the Free Software Foundation, either version 3 of the +.. * License, or (at your option) any later version. +.. * +.. * This program is distributed in the hope that it will be useful, +.. * but WITHOUT ANY WARRANTY; without even the implied warranty of +.. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +.. * GNU General Lesser Public License for more details. +.. * +.. * You should have received a copy of the GNU General Lesser Public +.. * License along with this program. If not, see +.. * <http://www.gnu.org/licenses/lgpl-3.0.html>. +.. * #L% +.. - + +Utilisation +=========== + +:: + + <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> + + <link rel="stylesheet" type="text/css" href="<c:url value="/nuiton-js/bootstrap.css"/>" /> + <script language="javascript" type="text/javascript" src="<c:url value="/nuiton-js/bootstrap.js"/>"></script> + +JS disponible +------------- + +- bootstrap.js + +CSS disponible +-------------- + +- bootstrap.css Added: tags/nuiton-js-bootstrap-2.3.2-1/src/site/site_fr.xml =================================================================== --- tags/nuiton-js-bootstrap-2.3.2-1/src/site/site_fr.xml (rev 0) +++ tags/nuiton-js-bootstrap-2.3.2-1/src/site/site_fr.xml 2013-06-17 15:44:23 UTC (rev 91) @@ -0,0 +1,72 @@ +<!-- + #%L + Nuiton JS :: Bootstrap + $Id:$ + $HeadURL:$ + %% + Copyright (C) 2012 - 2013 CodeLutin + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Lesser General Public License as + published by the Free Software Foundation, either version 3 of the + License, or (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Lesser Public License for more details. + + You should have received a copy of the GNU General Lesser Public + License along with this program. If not, see + <http://www.gnu.org/licenses/lgpl-3.0.html>. + #L% + --> +<project name="${project.name}"> + + <bannerLeft> + <src alt="NuitonJS">logo.jpg</src> + <name>${project.name}</name> + <href>index.html</href> + </bannerLeft> + + <body> + + <head> + <script type="text/javascript" + src="http://maven-site.nuiton.org/public/js/mavenpom-site.js"> + </script> + + <link rel="stylesheet" type="text/css" + href="http://maven-site.nuiton.org/public/css/mavenpom-site.css"/> + </head> + + <breadcrumbs> + <item name="${project.name}" href="${project.url}"/> + </breadcrumbs> + + <menu ref="parent"/> + + <menu name="Utilisateurs"> + <item name="Accueil" href="index.html"/> + </menu> + + <menu ref="reports"/> + + <footer> + + <div id='projectMetas' + projectversion='${project.version}' + platform='${project.platform}' + projectid='${project.projectId}' + scm='${project.scm.connection}' + scmwebeditorenabled='${project.scmwebeditorEnabled}' + scmwebeditorurl='${project.scmwebeditorUrl}' + siteSourcesType='${project.siteSourcesType}' + piwikEnabled='${project.piwikEnabled}' + piwikId='${project.piwikId}'> + </div> + </footer> + + </body> + +</project>