Toggle navigation
Toggle navigation
This project
Loading...
Sign in
grogv3
/
grog-cubi
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
Jean-Francois Leveque
2017-03-06 11:49:55 +0100
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
d5cb903401fd1991c7dd4f1910b599fb0c56bf1d
d5cb9034
1 parent
ba6e0e33
Mise à jour navigation
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
15 additions
and
0 deletions
src/main/java/org/legrog/web/publisher/listPublisherActions.xhtml
src/main/java/org/legrog/web/publisher/listPublisherVersions.xhtml
src/main/java/org/legrog/web/publisher/publisherVersion.xhtml
src/main/java/org/legrog/web/xyz/addCountry.xhtml
src/main/java/org/legrog/web/xyz/listCountries.xhtml
src/main/java/org/legrog/web/publisher/listPublisherActions.xhtml
View file @
d5cb903
...
...
@@ -13,6 +13,9 @@
<li>
<a
jsf:outcome=
"/index"
>
Menu principal
</a>
</li>
<li>
<a
jsf:outcome=
"/xyz/search"
>
Recherche globale
</a>
</li>
<li>
Éditeurs
<ul>
<li>
...
...
src/main/java/org/legrog/web/publisher/listPublisherVersions.xhtml
View file @
d5cb903
...
...
@@ -13,6 +13,9 @@
<li>
<a
jsf:outcome=
"/index"
>
Menu principal
</a>
</li>
<li>
<a
jsf:outcome=
"/xyz/search"
>
Recherche globale
</a>
</li>
<li>
Éditeurs
<ul>
<li>
...
...
src/main/java/org/legrog/web/publisher/publisherVersion.xhtml
View file @
d5cb903
...
...
@@ -14,6 +14,9 @@
<li>
<a
jsf:outcome=
"/index"
>
Menu principal
</a>
</li>
<li>
<a
jsf:outcome=
"/xyz/search"
>
Recherche globale
</a>
</li>
<li>
Éditeurs
<ul>
<li>
...
...
src/main/java/org/legrog/web/xyz/addCountry.xhtml
View file @
d5cb903
...
...
@@ -9,6 +9,9 @@
<li>
<a
jsf:outcome=
"/index"
>
Menu principal
</a>
</li>
<li>
<a
jsf:outcome=
"search"
>
Recherche globale
</a>
</li>
<li>
Éditeurs
<ul>
<li>
...
...
src/main/java/org/legrog/web/xyz/listCountries.xhtml
View file @
d5cb903
...
...
@@ -9,6 +9,9 @@
<li>
<a
jsf:outcome=
"/index"
>
Menu principal
</a>
</li>
<li>
<a
jsf:outcome=
"search"
>
Recherche globale
</a>
</li>
<li>
Éditeurs
<ul>
<li>
...
...
Please
register
or
login
to post a comment