JR Utily

correct strange absolute url...

......@@ -10,7 +10,7 @@
<link rel="stylesheet" type="text/css" href="/minimal.css"/>
</head>
<body>
<ui:include src="/org/legrog/web/navigation.xhtml" />
<ui:include src="//navigation.xhtml" />
<a jsf:outcome="listPublisherActions" jsf:rendered="#{not listPublisherActionsView.viewAll}">Voir toutes les actions</a>
......
......@@ -10,7 +10,7 @@
<link rel="stylesheet" type="text/css" href="/minimal.css"/>
</head>
<body>
<ui:include src="/org/legrog/web/navigation.xhtml" />
<ui:include src="//navigation.xhtml" />
<a jsf:outcome="listPublisherVersions" jsf:rendered="#{not listPublisherVersionsView.viewAll}">Voir toutes les versions d'éditeurs</a>
<p jsf:rendered="#{listPublisherVersionsView.publisherVersions.isEmpty()}">Liste des révisions est vide</p>
......
......@@ -10,7 +10,7 @@
<link rel="stylesheet" type="text/css" href="/minimal.css"/>
</head>
<body>
<ui:include src="/org/legrog/web/navigation.xhtml" />
<ui:include src="//navigation.xhtml" />
<form action="" jsf:id="search">
<h:panelGrid columns="2">
......
......@@ -9,7 +9,7 @@
<head>
</head>
<body>
<ui:include src="/org/legrog/web/navigation.xhtml" />
<ui:include src="//navigation.xhtml" />
<form jsf:id="publisherVersion" action="">
<h:panelGrid columns="2">
......
......@@ -6,7 +6,7 @@
xmlns:jsf="http://xmlns.jcp.org/jsf"
xmlns:ui="http://java.sun.com/jsf/facelets">
<body>
<ui:include src="/org/legrog/web/navigation.xhtml" />
<ui:include src="/navigation.xhtml" />
<form action="" jsf:id="country">
<h:panelGrid columns="2">
......
......@@ -5,7 +5,7 @@
xmlns:ui="http://xmlns.jcp.org/jsf/facelets"
xmlns:jsf="http://xmlns.jcp.org/jsf">
<body>
<ui:include src="/org/legrog/web/navigation.xhtml" />
<ui:include src="//navigation.xhtml" />
<ul>
<ui:repeat value="#{listCountriesView.countries}" var="country">
......
......@@ -7,7 +7,7 @@
xmlns:f="http://xmlns.jcp.org/jsf/core"
xmlns:jsf="http://xmlns.jcp.org/jsf">
<body>
<ui:include src="/org/legrog/web/navigation.xhtml" />
<ui:include src="//navigation.xhtml" />
<form action="" jsf:id="reindex">
<button jsf:action="#{reindexView.reindexAll}">Réindexer</button>
......
......@@ -10,7 +10,7 @@
<link rel="stylesheet" type="text/css" href="/minimal.css"/>
</head>
<body>
<ui:include src="/org/legrog/web/navigation.xhtml" />
<ui:include src="//navigation.xhtml" />
<form action="" jsf:id="search">
<h:panelGrid columns="2">
......