Showing
4 changed files
with
3 additions
and
4 deletions
... | @@ -10,7 +10,6 @@ | ... | @@ -10,7 +10,6 @@ |
10 | <groupId>org.legrog</groupId> | 10 | <groupId>org.legrog</groupId> |
11 | <artifactId>grog-cubi</artifactId> | 11 | <artifactId>grog-cubi</artifactId> |
12 | <version>3.0-SNAPSHOT</version> | 12 | <version>3.0-SNAPSHOT</version> |
13 | - <relativePath>../..</relativePath> | ||
14 | </parent> | 13 | </parent> |
15 | <artifactId>grog-db-generator</artifactId> | 14 | <artifactId>grog-db-generator</artifactId> |
16 | <packaging>jar</packaging> | 15 | <packaging>jar</packaging> | ... | ... |
... | @@ -10,7 +10,7 @@ | ... | @@ -10,7 +10,7 @@ |
10 | <link rel="stylesheet" type="text/css" href="/minimal.css"/> | 10 | <link rel="stylesheet" type="text/css" href="/minimal.css"/> |
11 | </head> | 11 | </head> |
12 | <body> | 12 | <body> |
13 | -<ui:include src="//navigation.xhtml" /> | 13 | +<ui:include src="/navigation.xhtml" /> |
14 | 14 | ||
15 | <a jsf:outcome="listPublisherActions" jsf:rendered="#{not listPublisherActionsView.viewAll}">Voir toutes les actions</a> | 15 | <a jsf:outcome="listPublisherActions" jsf:rendered="#{not listPublisherActionsView.viewAll}">Voir toutes les actions</a> |
16 | 16 | ... | ... |
... | @@ -10,7 +10,7 @@ | ... | @@ -10,7 +10,7 @@ |
10 | <link rel="stylesheet" type="text/css" href="/minimal.css"/> | 10 | <link rel="stylesheet" type="text/css" href="/minimal.css"/> |
11 | </head> | 11 | </head> |
12 | <body> | 12 | <body> |
13 | -<ui:include src="//navigation.xhtml" /> | 13 | +<ui:include src="/navigation.xhtml" /> |
14 | 14 | ||
15 | <a jsf:outcome="listPublisherVersions" jsf:rendered="#{not listPublisherVersionsView.viewAll}">Voir toutes les versions d'éditeurs</a> | 15 | <a jsf:outcome="listPublisherVersions" jsf:rendered="#{not listPublisherVersionsView.viewAll}">Voir toutes les versions d'éditeurs</a> |
16 | <p jsf:rendered="#{listPublisherVersionsView.publisherVersions.isEmpty()}">Liste des révisions est vide</p> | 16 | <p jsf:rendered="#{listPublisherVersionsView.publisherVersions.isEmpty()}">Liste des révisions est vide</p> | ... | ... |
... | @@ -10,7 +10,7 @@ | ... | @@ -10,7 +10,7 @@ |
10 | <link rel="stylesheet" type="text/css" href="/minimal.css"/> | 10 | <link rel="stylesheet" type="text/css" href="/minimal.css"/> |
11 | </head> | 11 | </head> |
12 | <body> | 12 | <body> |
13 | -<ui:include src="//navigation.xhtml" /> | 13 | +<ui:include src="/navigation.xhtml" /> |
14 | 14 | ||
15 | <form action="" jsf:id="search"> | 15 | <form action="" jsf:id="search"> |
16 | <h:panelGrid columns="2"> | 16 | <h:panelGrid columns="2"> | ... | ... |
-
Please register or login to post a comment