X-Git-Url: https://dev.renevier.net/?p=syj.git;a=blobdiff_plain;f=application%2Fviews%2Fscripts%2Fidx%2Findex.phtml;h=fd2763091b8cb5993ff16dfcaecdfaef39941976;hp=a98f1d2137f5b41733468bd5e4cbfb72627ad310;hb=62a960b274a180ec4ce886d176427913373f540d;hpb=fb6f0c87d1bc16db8a2a444e421be44b2e813c18 diff --git a/application/views/scripts/idx/index.phtml b/application/views/scripts/idx/index.phtml index a98f1d2..fd27630 100644 --- a/application/views/scripts/idx/index.phtml +++ b/application/views/scripts/idx/index.phtml @@ -9,15 +9,26 @@
+
-
-path and !$this->loggedUser) {?> -translate('Welcome on Syj.')?> -
-translate('To create a journey, just press "start a route" button, then click on the map to add points to your route. You can zoom and move the map with the controls in the top left corner')?> -
-translate('When you have finished a path, press "create", button.')?> - +errorMsg) { + $message .= $this->errorMsg; + $msgclass = "error"; +} else if (!$this->path and !$this->loggedUser) { + $message .= $this->translate('To create a journey, press "start a route" button, then click on the map to add points. To delete a point, hold shift pressed while clicking on it.'); + $message .= "
"; + $message .= $this->translate('You can zoom and move the map with the controls in the top left corner.'); + $message .= "
"; + $message .= $this->translate('When you have finished a path, press "create", button.'); + $msgclass = "info optional"; +} +?> + +
+
@@ -57,39 +68,52 @@ -