]> dev.renevier.net Git - syj.git/commitdiff
reindent idx/index.phtml
authorarno <arno@renevier.net>
Sun, 15 Aug 2010 09:59:28 +0000 (11:59 +0200)
committerarno <arno@renevier.net>
Sun, 15 Aug 2010 13:07:01 +0000 (15:07 +0200)
application/views/scripts/idx/index.phtml

index fedff0aa2a92380ef606277f5ac7d65681d9c81c..3171064fbbf5d6eedce72e4675f8dd3a756fd4e3 100644 (file)
@@ -1,84 +1,84 @@
-    <noscript>
-        <style type="text/css">
-            #map, #message, #data_controls, #login_controls, #user_area, #login_area, #newpwd_area {
-                display: none;
-            }
-        </style>
+<noscript>
+    <style type="text/css">
+        #map, #message, #data_controls, #login_controls, #user_area, #login_area, #newpwd_area {
+            display: none;
+        }
+    </style>
 
-        <p><?php echo $this->translate('SYJ needs javascript. Please activate scripts in your browser.');?></p>
-    </noscript>
+    <p><?php echo $this->translate('SYJ needs javascript. Please activate scripts in your browser.');?></p>
+</noscript>
 
-    <div id="map"></div>
+<div id="map"></div>
 
-    <div id="message" class="message info">
-    <?php if (!$this->path and !$this->loggedUser) {?>
-    <?php echo $this->translate('Welcome on Syj.')?>
-    <br/>
-    <?php echo $this->translate('To create a journey, just click on the map to add points to your route. You can zoom and move map with controls upper left.')?>
-    <br/>
-    <?php echo $this->translate('When you have finished a path, press "save", button.')?>
-    <?php }?>
-    </div>
-
-    <div id="data_controls">
-        <div id="data_controls_btns">
-    <?php if (isset($this->path)) { ?>
-        <input id="clone-btn" name="clone-btn" type="button" value="<?php echo $this->translate('duplicate');?>">
-        <br>
-        <input id="edit-btn" name="edit-btn" type="button" value="<?php echo $this->translate('edit');?>">
-    <?php } else {?>
-        <input id="create-btn" name="create-btn" type="button" value="<?php echo $this->translate('start a route');?>">
-    <?php } ?>
-        </div>
-
-    <?php
-        print $this->geomform;
-    ?>
+<div id="message" class="message info">
+<?php if (!$this->path and !$this->loggedUser) {?>
+<?php echo $this->translate('Welcome on Syj.')?>
+<br/>
+<?php echo $this->translate('To create a journey, just click on the map to add points to your route. You can zoom and move map with controls upper left.')?>
+<br/>
+<?php echo $this->translate('When you have finished a path, press "save", button.')?>
+<?php }?>
+</div>
 
+<div id="data_controls">
+    <div id="data_controls_btns">
+<?php if (isset($this->path)) { ?>
+    <input id="clone-btn" name="clone-btn" type="button" value="<?php echo $this->translate('duplicate');?>">
+    <br>
+    <input id="edit-btn" name="edit-btn" type="button" value="<?php echo $this->translate('edit');?>">
+<?php } else {?>
+    <input id="create-btn" name="create-btn" type="button" value="<?php echo $this->translate('start a route');?>">
+<?php } ?>
     </div>
 
-    <div id="login_controls">
-        <div>
-            <?php
-                echo $this->anchor('login', $this->translate('login'), array('id' => 'login_control_anchor', 'class' => 'login-anchor'));
-                $anchortext = sprintf("%s<img id=\"account-info-bullet\" src=\"icons/bullet_arrow_right.png\"><span id=\"account-info\"><br>%s</span>",
-                                      $this->translate('create an account'),
-                                      $this->translate('Whith an account, you can manage and modify your routes'));
-                echo $this->anchor('', $anchortext, array('id' => 'user_control_anchor', 'class' => 'login-anchor'), false);
-            ?>
-        </div>
-        <div>
-            <?php echo $this->logoutLink(); ?>
-        </div>
-    </div>
+<?php
+    print $this->geomform;
+?>
 
-    <div id="newpwd_area" class="modal">
-        <div id="newpwd_message" class="message"></div>
-        <?php
-            print $this->newpwdform;
-        ?>
-    </div>
+</div>
 
-    <div id="user_area" class="modal">
-        <div id="user_message" class="message"></div>
+<div id="login_controls">
+    <div>
         <?php
-            print $this->userform;
+            echo $this->anchor('login', $this->translate('login'), array('id' => 'login_control_anchor', 'class' => 'login-anchor'));
+            $anchortext = sprintf("%s<img id=\"account-info-bullet\" src=\"icons/bullet_arrow_right.png\"><span id=\"account-info\"><br>%s</span>",
+                                  $this->translate('create an account'),
+                                  $this->translate('Whith an account, you can manage and modify your routes'));
+            echo $this->anchor('', $anchortext, array('id' => 'user_control_anchor', 'class' => 'login-anchor'), false);
         ?>
     </div>
+    <div>
+        <?php echo $this->logoutLink(); ?>
+    </div>
+</div>
+
+<div id="newpwd_area" class="modal">
+    <div id="newpwd_message" class="message"></div>
+    <?php
+        print $this->newpwdform;
+    ?>
+</div>
+
+<div id="user_area" class="modal">
+    <div id="user_message" class="message"></div>
+    <?php
+        print $this->userform;
+    ?>
+</div>
 
-      <div id="login_area" class="modal">
-         <div id="login_message" class="message"></div>
+  <div id="login_area" class="modal">
+     <div id="login_message" class="message"></div>
 
-      <?php
-        print $this->loginform;
-      ?>
+  <?php
+    print $this->loginform;
+  ?>
 
-      <p id="login_area_create"><a id="login_area_create_anchor" href=""><?php echo $this->translate('create an account')?></a></p>
+  <p id="login_area_create"><a id="login_area_create_anchor" href=""><?php echo $this->translate('create an account')?></a></p>
 
-      </div>
+  </div>
 
-      <div id="termsofusearea" class="modal">
-        <iframe id="termsofuseiframe" width="100%" height="100%" frameborder="0"></iframe>
-      </div>
+  <div id="termsofusearea" class="modal">
+    <iframe id="termsofuseiframe" width="100%" height="100%" frameborder="0"></iframe>
+  </div>
 
 <?php echo $this->localeSwitcher(); ?>