2 /* Copyright (c) 2009 Arnaud Renevier, Inc, published under the modified BSD
7 if (!@include_once ("./inc/settings.php")) {
10 require_once ("./inc/db/mysql.php");
11 require_once ("./inc/utils.php");
14 $connection->connect (DBHOST, DBUSER, DBPWD, DBNAME, DBPREFIX);
15 $usrtblexists = $connection->users_table_exists ();
16 $itemstblexists = $connection->items_table_exists ();
17 } catch (Exception $e) {
20 if (!$usrtblexists || !$itemstblexists) {
25 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
26 "http://www.w3.org/TR/html4/loose.dtd">
27 <html lang="<?php echo $lang?>">
29 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" >
30 <title><?php ptrans('SYP admin')?></title>
31 <link rel="stylesheet" href="./media/admin.css" type="text/css">
34 <p class="error center"><?php ptrans('SYP is not correctly installed. Please follow README.txt instructions
35 and go to <a href="install.en.php">wizard</a>.')?></p>
42 $user = $_COOKIE [sprintf ("%suser", DBPREFIX)];
43 $pwd = $_COOKIE [sprintf ("%sauth", DBPREFIX)];
44 $logged = ($connection->checkpwdmd5 ($user, $pwd));
46 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
47 "http://www.w3.org/TR/html4/loose.dtd">
48 <html lang="<?php echo $lang?>">
50 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" >
51 <title><?php ptrans('SYP admin');?></title>
53 <link rel="stylesheet" href="./media/admin.css" type="text/css">
54 <link rel="stylesheet" href="./openlayers/theme/default/style.css" type="text/css">
56 <script type="text/javascript">
58 AddItem: "<?php ptrans('add a place')?>",
59 Cancel: "<?php ptrans('cancel')?>",
60 DragDropHowto: "<?php ptrans('You can move an item by drag & droping it.')?>",
61 SelectHowto: "<?php ptrans('To modify an item data, select matching marker.')?>",
62 AddHowto: "<?php ptrans('Click on the map to add a marker.')?>",
63 ServerError: "<?php ptrans('There was a server error.')?>",
64 UnreferencedError: "<?php ptrans('Item was not registered on the server.')?>",
65 NochangeError: "<?php ptrans('No change was made.')?>",
66 RequestError: "<?php ptrans('Server did not understood request. That\'s probably caused by a bug in SYP.')?>",
67 ToobigError: "<?php ptrans('Image was too big and was not accepted by server.')?>",
68 UnauthorizedError: "<?php ptrans('Password is not correct.')?>",
69 NotimageError: "<?php ptrans('File does not look like an image.')?>",
70 UnconsistentError: "<?php ptrans('Server reply was inconsistent.')?>",
71 DelSucces: "<?php ptrans('Successfully removed.')?>",
72 UpdateSucces: "<?php ptrans('Save took place correctly.')?>",
73 emptyPasswordError: "<?php ptrans('Password cannot be empty')?>",
74 userPasswordmatchError: "<?php ptrans('Passwords do not match.')?>",
75 changeSamePass: "<?php ptrans('New password is the same as old password.')?>",
76 changePassBadPass: "<?php ptrans('Bad password.')?>",
77 changePassSuccess: "<?php ptrans('Password successfully changed.')?>",
78 newUserNonameError: "<?php ptrans('User name has not been set.')?>",
79 newUserExistsError: "<?php ptrans('User already exists in database.')?>",
80 newUserSuccess: "<?php ptrans('User successfully added.')?>"
84 loggedUser: <?php printf ($logged ? "\"$user\"": "null")?>
88 <script src="./js/jquery-1.3.2.js" type="text/javascript"></script>
89 <script src="./openlayers/OpenLayers.js" type="text/javascript"></script>
90 <script src="./js/admin.js" type="text/javascript"></script>
93 <style type="text/css">
94 #map, #editor, #admin, #login_area {
105 <p><?php ptrans('SYP needs javascript. Please activate scripts in your browser.')?></p>
109 <?php other_languages($lang) ?>
110 <div id="user_management">
111 <p id="logout" class="user_link"><a href="logout.php"><?php ptrans('Logout')?></a></p>
112 <p id="change_pass" class="user_link"><a href=""><?php ptrans('Change my password')?></a></p>
113 <p id="add_user" class="user_link"><a href=""><?php ptrans('Add a co-administrator')?></a></p>
116 <input id="user_close" type="image" src="openlayers/theme/default/img/close.gif"
117 title="<?php ptrans('close without saving')?>" alt="<?php ptrans('close')?>">
118 <form id="changepass" method="post">
119 <label for="pass_current"><?php ptrans('current password:')?></label>
121 <input id="pass_current" name="pass_current" type="password">
123 <label for="pass_new"><?php ptrans('new password:')?></label>
125 <input id="pass_new" name="pass_new" type="password">
127 <label for="pass_new_confirm"><?php ptrans('confirm new password:')?></label>
129 <input id="pass_new_confirm" name="pass_new_confirm" type="password">
131 <input id="pass_submit" name="pass_submit" type="submit" value="<?php ptrans('Validate password')?>">
132 <input type="hidden" name="request" value="changepass">
134 <form id="newuser" method="post">
135 <label for="newuser_name"><?php ptrans('user name:')?></label>
137 <input id="newuser_name" name="newuser_name">
139 <label for="newuser_password"><?php ptrans('user password:')?></label>
141 <input id="newuser_password" name="newuser_password" type="password" value="">
143 <label for="newuser_password_confirm"><?php ptrans('confirm password:')?></label>
145 <input id="newuser_password_confirm" name="newuser_password_confirm" type="password">
147 <input id="newuser_submit" name="newuser_submit" type="submit" value="<?php ptrans('Validate user')?>">
148 <input type="hidden" name="request" value="newuser">
150 <p id="user_comm" class="center"></p>
151 <p id="user_throbber" class="throbber center">
152 <?php ptrans('Connecting')?>
153 <img src="media/newuser-throbber.gif" alt="<?php ptrans('throbber')?>">
161 <div id="admin" class="center">
162 <input id="newfeature_button" type="button" value="<?php ptrans('add a place')?>">
163 <p id="server_comm"></p>
164 <p id="instructions"></p>
167 <div id="editor" class="center">
168 <input id="editor_close" type="image" src="openlayers/theme/default/img/close.gif"
169 title="<?php ptrans('close without saving')?>" alt="<?php ptrans('close')?>">
170 <form id="feature_update" method="post" enctype="multipart/form-data">
171 <label for="title"><?php ptrans('title:')?></label><br>
172 <input id="title" name="title"><br>
173 <label for="description"><?php ptrans('description:')?></label><br>
174 <textarea id="description" name="description" rows="4"></textarea><br>
175 <div><img id="img"></div>
176 <input id="image_delete" type="button" value="<?php ptrans('delete image')?>">
178 <label for="image_file"><?php ptrans('add an image:')?></label>
179 <input id="image_file" type="file" name="image_file">
183 <input id="validate_editor" type="submit" value="<?php ptrans('Validate changes')?>">
185 <input type="hidden" name="request">
186 <input type="hidden" name="lon">
187 <input type="hidden" name="lat">
188 <input type="hidden" name="fid">
189 <input type="hidden" name="keep_img">
191 <form id="feature_delete" method="post">
192 <input id="delete" type="submit" value="<?php ptrans('Delete item')?>">
193 <input type="hidden" name="request" value="del">
194 <input type="hidden" name="fid">
196 <p id="editor_throbber" class="throbber center">
197 <?php ptrans('Connecting')?>
198 <img src="media/editor-throbber.gif" alt="<?php ptrans('throbber')?>">
205 echo ' class="hidden"';
208 <div id="login_transparency"></div>
209 <div id="login_padding"></div>
210 <div id="login_content">
211 <form id="login_form" method="post">
212 <div id="cookie_warning" class="center warn"><?php ptrans('You need to have cookies enabled to administrate SYP')?></div>
215 <td><label for="user"><?php ptrans('user')?></label></td>
216 <td style="width: 100%"><input id="user" name="user"></td>
219 <td><label for="password"><?php ptrans('password')?></label></td>
220 <td style="width: 100%"><input id="password" name="password" type="password"></td>
224 <input id="login_submit" type="submit" value="<?php ptrans('Login')?>">
225 <input type="hidden" name="request" value="auth">
227 <p id="pwd_throbber" class="throbber center">
228 <?php ptrans('Connecting')?>
229 <img src="media/pwd-throbber.gif" alt="<?php ptrans('throbber')?>">
231 <p class="error center" id="login_error"></p>
236 <iframe id="api_frame" name="api_frame" src="" frameborder="0" width="0" height="0"></iframe>