From fb57be5a5af3a2fb46b2dbf2b503ffe78eb5cf49 Mon Sep 17 00:00:00 2001 From: Marien Fressinaud Date: Sun, 21 Oct 2012 18:47:57 +0200 Subject: First commit --- app/views/configure/categorize.phtml | 3 +++ app/views/configure/display.phtml | 28 +++++++++++++++++++++ app/views/configure/flux.phtml | 3 +++ app/views/error/index.phtml | 13 ++++++++++ app/views/helpers/pagination.phtml | 34 +++++++++++++++++++++++++ app/views/index/index.phtml | 49 ++++++++++++++++++++++++++++++++++++ 6 files changed, 130 insertions(+) create mode 100644 app/views/configure/categorize.phtml create mode 100644 app/views/configure/display.phtml create mode 100644 app/views/configure/flux.phtml create mode 100644 app/views/error/index.phtml create mode 100755 app/views/helpers/pagination.phtml create mode 100644 app/views/index/index.phtml (limited to 'app/views') diff --git a/app/views/configure/categorize.phtml b/app/views/configure/categorize.phtml new file mode 100644 index 000000000..126f6b48a --- /dev/null +++ b/app/views/configure/categorize.phtml @@ -0,0 +1,3 @@ +
+ Fonctionnalité non implémentée (pour le moment) +
diff --git a/app/views/configure/display.phtml b/app/views/configure/display.phtml new file mode 100644 index 000000000..23c41712b --- /dev/null +++ b/app/views/configure/display.phtml @@ -0,0 +1,28 @@ +
+
+

Configuration de l'affichage

+ + + + + +
+ conf->defaultView () == 'all' ? ' checked="checked"' : ''; ?> /> + +
+ conf->defaultView () == 'not_read' ? ' checked="checked"' : ''; ?> /> + +
+ + +
+ conf->displayPosts () ? ' checked="checked"' : ''; ?> /> + +
+ conf->displayPosts () ? ' checked="checked"' : ''; ?> /> + +
+ + +
+
diff --git a/app/views/configure/flux.phtml b/app/views/configure/flux.phtml new file mode 100644 index 000000000..126f6b48a --- /dev/null +++ b/app/views/configure/flux.phtml @@ -0,0 +1,3 @@ +
+ Fonctionnalité non implémentée (pour le moment) +
diff --git a/app/views/error/index.phtml b/app/views/error/index.phtml new file mode 100644 index 000000000..ffa156068 --- /dev/null +++ b/app/views/error/index.phtml @@ -0,0 +1,13 @@ +

+ +

code; ?>

+ +logs)) { ?> + + + +

diff --git a/app/views/helpers/pagination.phtml b/app/views/helpers/pagination.phtml new file mode 100755 index 000000000..fe9feb0e8 --- /dev/null +++ b/app/views/helpers/pagination.phtml @@ -0,0 +1,34 @@ + + +nbPage > 1) { ?> + + diff --git a/app/views/index/index.phtml b/app/views/index/index.phtml new file mode 100644 index 000000000..2dfdb5064 --- /dev/null +++ b/app/views/index/index.phtml @@ -0,0 +1,49 @@ +
+ Tout marquer comme luTout afficher + + -->Afficher les non lus + +
+ +
+entryPaginator->items (); ?> + + entryPaginator->render ('pagination.phtml', 'page'); ?> + + +
+
author (); ?> a écrit le date (); ?>,
+ +

title (); ?>

+
content (); ?>
+ + +
+ + + entryPaginator->render ('pagination.phtml', 'page'); ?> + +
+

+ Il n'y a aucun flux à afficher. + + Afficher tous les articles ? + +

+
+ +
-- cgit v1.2.3