diff --git a/src/fr/devinsy/statoolinfos/htmlize/PropertiesFilesPage.java b/src/fr/devinsy/statoolinfos/htmlize/PropertiesFilesPage.java index 847f030..5d26d53 100644 --- a/src/fr/devinsy/statoolinfos/htmlize/PropertiesFilesPage.java +++ b/src/fr/devinsy/statoolinfos/htmlize/PropertiesFilesPage.java @@ -43,8 +43,8 @@ public class PropertiesFilesPage /** * Builds the. * - * @param federation - * the organization + * @param stats + * the stats * @return the string * @throws StatoolInfosException * the statool infos exception diff --git a/src/fr/devinsy/statoolinfos/htmlize/federation.xhtml b/src/fr/devinsy/statoolinfos/htmlize/federation.xhtml index 447cdf8..0678d7b 100644 --- a/src/fr/devinsy/statoolinfos/htmlize/federation.xhtml +++ b/src/fr/devinsy/statoolinfos/htmlize/federation.xhtml @@ -26,6 +26,7 @@ Nom du membre URL Services + Utilisateurs mensuels @@ -38,6 +39,7 @@ n/a n/a + n/a diff --git a/src/fr/devinsy/statoolinfos/htmlize/organization.xhtml b/src/fr/devinsy/statoolinfos/htmlize/organization.xhtml index 19c2153..13f905f 100644 --- a/src/fr/devinsy/statoolinfos/htmlize/organization.xhtml +++ b/src/fr/devinsy/statoolinfos/htmlize/organization.xhtml @@ -11,36 +11,40 @@ -

Organization name

- -
- Raw -
- -

Bla bla description

-
Nombre de services : n/a
-
- - - - - - - - - - - - - - - -
Nom du serviceURLLogiciel
- - -  n/a - - n/an/a
+
+

Organization name

+ +
+ Raw +
+ +

Bla bla description

+
Nombre de services : n/a
+
+ + + + + + + + + + + + + + + + + +
Nom du serviceURLLogicielUtilisateurs mensuels
+ + +  n/a + + n/an/an/a
+
diff --git a/src/fr/devinsy/statoolinfos/htmlize/service.xhtml b/src/fr/devinsy/statoolinfos/htmlize/service.xhtml index aa3ad7b..556180c 100644 --- a/src/fr/devinsy/statoolinfos/htmlize/service.xhtml +++ b/src/fr/devinsy/statoolinfos/htmlize/service.xhtml @@ -24,11 +24,13 @@ Nom du service URL Logiciel + Utilisateurs mensuels n/a n/a n/a + n/a
diff --git a/src/fr/devinsy/statoolinfos/htmlize/services.xhtml b/src/fr/devinsy/statoolinfos/htmlize/services.xhtml index 5a33df0..04794a4 100644 --- a/src/fr/devinsy/statoolinfos/htmlize/services.xhtml +++ b/src/fr/devinsy/statoolinfos/htmlize/services.xhtml @@ -22,6 +22,7 @@ Organisation URL Logiciel + Utilisateurs mensuels @@ -35,6 +36,7 @@ n/a n/a n/a + n/a diff --git a/src/fr/devinsy/statoolinfos/htmlize/webCharterView.xhtml b/src/fr/devinsy/statoolinfos/htmlize/webCharterView.xhtml index c659fdf..262b9c7 100644 --- a/src/fr/devinsy/statoolinfos/htmlize/webCharterView.xhtml +++ b/src/fr/devinsy/statoolinfos/htmlize/webCharterView.xhtml @@ -15,10 +15,12 @@

StatoolInfosv0.0.14AboutPage updated on
xx/xx/xxxx xx:xx

- Fichiers properties - Toutes les property - Tous les services - Tous les logiciels + Fédération + Fichiers + Propriétés + Services + Logiciels + Catégories
diff --git a/src/fr/devinsy/statoolinfos/stats/propertyfiles/PropertiesFileStats.java b/src/fr/devinsy/statoolinfos/stats/propertyfiles/PropertiesFileStats.java index 01a21ce..650e462 100644 --- a/src/fr/devinsy/statoolinfos/stats/propertyfiles/PropertiesFileStats.java +++ b/src/fr/devinsy/statoolinfos/stats/propertyfiles/PropertiesFileStats.java @@ -81,12 +81,9 @@ public class PropertiesFileStats extends ArrayList /** * Stat. * - * @param url - * the url - * @param file - * the file - * @param localName - * the local name + * @param inputFile + * the input file + * @return the properties file stat * @throws IOException * Signals that an I/O exception has occurred. */