diff options
author | vincent-peugnet <v.peugnet@free.fr> | 2019-03-28 22:03:52 +0100 |
---|---|---|
committer | vincent-peugnet <v.peugnet@free.fr> | 2019-03-28 22:03:52 +0100 |
commit | d8b02407afd7ce933d1a9935f5c723a5d47ae368 (patch) | |
tree | 8a38b5e269e05e0badbb1f5fca90381d25c41346 /app/view/templates/timeline.php | |
parent | 53fcf8ed3cf59f38adfa4d66e925e147a64f7eef (diff) | |
download | wcms-d8b02407afd7ce933d1a9935f5c723a5d47ae368.tar.gz wcms-d8b02407afd7ce933d1a9935f5c723a5d47ae368.zip |
graphic update
Diffstat (limited to 'app/view/templates/timeline.php')
-rw-r--r-- | app/view/templates/timeline.php | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/app/view/templates/timeline.php b/app/view/templates/timeline.php index fcf8afd..874b953 100644 --- a/app/view/templates/timeline.php +++ b/app/view/templates/timeline.php @@ -14,6 +14,10 @@ <main class="timeline"> +<section> + +<article id="live"> + <h1>Timeline</h1> <ul> @@ -68,6 +72,12 @@ foreach ($groupedeventlist as $eventuser) { </ul> +</article> + +<article id="message"> + +<h2>Message</h2> + <form action="<?= $this->url('timelineadd') ?>" method="post"> <input type="hidden" name="type" value="message"> @@ -83,6 +93,10 @@ foreach ($groupedeventlist as $eventuser) { <?php } ?> +</article> + +</section> + </body> |