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
JR Utily
2017-03-28 21:36:55 +0200
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
5307a6a3d4163b3f64b862561ca5964d676f6ff5
5307a6a3
1 parent
29de9570
correct strange absolute url...
Show whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
8 additions
and
8 deletions
grog-webapp/src/main/java/org/legrog/web/publisher/listPublisherActions.xhtml
grog-webapp/src/main/java/org/legrog/web/publisher/listPublisherVersions.xhtml
grog-webapp/src/main/java/org/legrog/web/publisher/publisherSearch.xhtml
grog-webapp/src/main/java/org/legrog/web/publisher/publisherVersion.xhtml
grog-webapp/src/main/java/org/legrog/web/xyz/addCountry.xhtml
grog-webapp/src/main/java/org/legrog/web/xyz/listCountries.xhtml
grog-webapp/src/main/java/org/legrog/web/xyz/reindex.xhtml
grog-webapp/src/main/java/org/legrog/web/xyz/search.xhtml
grog-webapp/src/main/java/org/legrog/web/publisher/listPublisherActions.xhtml
View file @
5307a6a
...
...
@@ -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>
...
...
grog-webapp/src/main/java/org/legrog/web/publisher/listPublisherVersions.xhtml
View file @
5307a6a
...
...
@@ -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>
...
...
grog-webapp/src/main/java/org/legrog/web/publisher/publisherSearch.xhtml
View file @
5307a6a
...
...
@@ -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"
>
...
...
grog-webapp/src/main/java/org/legrog/web/publisher/publisherVersion.xhtml
View file @
5307a6a
...
...
@@ -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"
>
...
...
grog-webapp/src/main/java/org/legrog/web/xyz/addCountry.xhtml
View file @
5307a6a
...
...
@@ -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"
>
...
...
grog-webapp/src/main/java/org/legrog/web/xyz/listCountries.xhtml
View file @
5307a6a
...
...
@@ -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"
>
...
...
grog-webapp/src/main/java/org/legrog/web/xyz/reindex.xhtml
View file @
5307a6a
...
...
@@ -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>
...
...
grog-webapp/src/main/java/org/legrog/web/xyz/search.xhtml
View file @
5307a6a
...
...
@@ -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"
>
...
...
Please
register
or
login
to post a comment