]> dev.renevier.net Git - syj.git/blob - application/views/scripts/idx/index.phtml
general class for accout info toggler
[syj.git] / application / views / scripts / idx / index.phtml
1 <noscript>
2     <style type="text/css">
3         #map, #message, #data_controls, #login_controls, #user_area, #login_area, #newpwd_area {
4             display: none;
5         }
6     </style>
7
8     <p><?php echo $this->translate('SYJ needs javascript. Please activate scripts in your browser.');?></p>
9 </noscript>
10
11 <div id="map"></div>
12
13 <div id="message" class="message info">
14 <?php if (!$this->path and !$this->loggedUser) {?>
15 <?php echo $this->translate('Welcome on Syj.')?>
16 <br/>
17 <?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.')?>
18 <br/>
19 <?php echo $this->translate('When you have finished a path, press "save", button.')?>
20 <?php }?>
21 </div>
22
23
24 <div id="menu">
25
26     <?php echo $this->localeSwitcher(); ?>
27
28     <div id="login_controls">
29         <div>
30             <div class="login-anchor">
31             <?php
32                 echo $this->anchor('login', $this->translate('login'), array('id' => 'login_control_anchor'));
33                 $anchortext = sprintf("<span id=\"account-create-anchor\">%s</span><span id=\"account-info\"><br>%s</span>",
34                                       $this->translate('create an account'),
35                                       $this->translate('Whith an account, you can manage and modify your routes'));
36                 ?>
37                </div>
38                <div class="login-anchor">
39                <?php
40                 echo $this->anchor('', $anchortext, array('id' => 'user_control_anchor'), false);
41             ?>
42             </div>
43         </div>
44         <div>
45             <?php echo $this->logoutLink(); ?>
46         </div>
47     </div>
48
49     <div id="data_controls">
50         <div id="data_controls_btns">
51     <?php if (isset($this->path)) { ?>
52         <input id="clone-btn" name="clone-btn" type="button" value="<?php echo $this->translate('duplicate');?>">
53         <br>
54         <input id="edit-btn" name="edit-btn" type="button" value="<?php echo $this->translate('edit');?>">
55     <?php } else {?>
56         <input id="create-btn" name="create-btn" type="button" value="<?php echo $this->translate('start a route');?>">
57     <?php } ?>
58         </div>
59
60     <?php
61         print $this->geomform;
62     ?>
63 </div>
64
65 </div>
66
67 <div id="newpwd_area" class="modal">
68     <div id="newpwd_message" class="message"></div>
69     <?php
70         print $this->newpwdform;
71     ?>
72 </div>
73
74 <div id="user_area" class="modal">
75     <div id="user_message" class="message"></div>
76     <?php
77         print $this->userform;
78     ?>
79 </div>
80
81 <div id="login_area" class="modal">
82    <div id="login_message" class="message"></div>
83
84 <?php
85   print $this->loginform;
86 ?>
87
88 <p id="login_area_create"><a id="login_area_create_anchor" href=""><?php echo $this->translate('create an account')?></a></p>
89
90 </div>
91
92 <div id="termsofusearea" class="modal">
93   <iframe id="termsofuseiframe" width="100%" height="100%" frameborder="0"></iframe>
94 </div>