Changeset 519
- Timestamp:
- Sep 7, 2004, 10:10:36 PM (20 years ago)
- Location:
- trunk
- Files:
-
- 10 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/config.inc.php
r516 r519 46 46 $conf['slideshow_period'] = array(2,5,10); 47 47 $conf['last_days'] = array(1,2,3,10,30,365); 48 $conf['version'] = 'BSF'; 48 49 49 // $conf['file_ext'] lists all extensions (case insensitive) allowed for 50 50 // your PhpWebGallery installation -
trunk/include/constants.php
r507 r519 26 26 // +-----------------------------------------------------------------------+ 27 27 28 // Default Language28 // Default settings 29 29 define('DEFAULT_LANGUAGE', 'en_UK.iso-8859-1'); 30 define('PHPWG_VERSION', 'BSF'); 31 define('PHPWG_URL', 'http://www.phpwebgallery.net'); 32 define('PHPWG_FORUM_URL', 'http://forum.phpwebgallery.net'); 30 33 31 34 // Debug Level -
trunk/include/functions.inc.php
r512 r519 278 278 { 279 279 list($language_name) = @file($path.'/iso.txt'); 280 $languages[$ file] = $language_name;280 $languages[$language_name] = $file; 281 281 } 282 282 } … … 352 352 $query.= ",'".$file."','".$category."','".$picture."');"; 353 353 mysql_query( $query ); 354 }355 }356 357 function templatize_array( $array, $global_array_name, $handle )358 {359 global $vtp, $lang, $page, $user, $conf;360 361 foreach ( $array as $value ) {362 if (isset(${$global_array_name}[$value]))363 $vtp->setGlobalVar( $handle, $value, ${$global_array_name}[$value] );364 354 } 365 355 } -
trunk/include/functions_html.inc.php
r514 r519 134 134 $templates = get_templates(); 135 135 136 $style_selected = '<select name="' . $select_name . '" >'; 136 137 foreach ($templates as $template) 137 138 { 138 139 $selected = ( $template == $default_style ) ? ' selected="selected"' : ''; 139 $style_select.= '<option value="'.$template.'"'.$selected.'>'; 140 $style_select.= $template.'</option>'; 141 } 142 return $style_select; 140 $style_selected.= '<option value="'.$template.'"'.$selected.'>'; 141 $style_selected.= $template.'</option>'; 142 } 143 $style_selected .= '</select>'; 144 return $style_selected; 143 145 } 144 146 -
trunk/include/page_tail.php
r516 r519 34 34 array( 35 35 'TIME' => $time, 36 'VERSION' => $conf['version'],36 'VERSION' => PHPWG_VERSION, 37 37 'MAIL'=>$conf['mail_webmaster'], 38 38 -
trunk/install.php
r518 r519 321 321 'L_ADMIN_CONFIRM_PASSWORD'=>$lang['step2_pwd_conf'], 322 322 'L_ADMIN_CONFIRM_PASSWORD_INFO'=>$lang['step2_pwd_conf_info'], 323 'L_ADMIN_EMAIL'=>$lang[' install_mail_webmaster'],324 'L_ADMIN_EMAIL_INFO'=>$lang[' install_mail_webmaster_info'],323 'L_ADMIN_EMAIL'=>$lang['conf_general_mail_webmaster'], 324 'L_ADMIN_EMAIL_INFO'=>$lang['conf_general_mail_webmaster_info'], 325 325 'L_SUBMIT'=>$lang['Start_Install'], 326 326 'L_HELP'=>$lang['install_help'], -
trunk/language/en_UK.iso-8859-1/admin.lang.php
r516 r519 258 258 $lang['help_access'][1] = '1. Modify category informations (from the "categories" section in tha admin panel) and make it "private".'; 259 259 $lang['help_access'][2] = '2. On the page of permissions (for a group or a user) the private category will be shown and you\'ll be able to authorize access or not.'; 260 $lang['help_infos'][2] = 'If you have any question, do not hesitate to take a look at the forum or ask a question there. The <a href=" http://forum.phpwebgallery.net" style="text-decoration:underline">forum</a> (message board) is available on the presentation site of PhpWebGallery.';260 $lang['help_infos'][2] = 'If you have any question, do not hesitate to take a look at the forum or ask a question there. The <a href="'.PHPWG_FORUM_URL.'" style="text-decoration:underline">forum</a> (message board) is available on the presentation site of PhpWebGallery.'; 261 261 262 262 // Image informations -
trunk/language/en_UK.iso-8859-1/common.lang.php
r516 r519 54 54 $lang['keywords'] = 'Keywords'; 55 55 $lang['default'] = 'Default'; 56 $lang['send_mail'] = 'Contact'; 57 $lang['webmaster'] = 'Webmaster'; 56 58 57 59 //Properties … … 145 147 $lang['recent_image'] = 'Image within the'; 146 148 $lang['days'] = 'days'; 147 $lang['send_mail'] = 'Contact'; 148 $lang['webmaster'] = 'webmaster'; 149 149 150 $lang['title_send_mail'] = 'A comment on your site'; 150 151 $lang['sub-cat'] = 'subcategories'; … … 159 160 $lang['about_message'] = '<div style="text-align:center;font-weigh:bold;">Information about PhpWebGallery</div> 160 161 <ul> 161 <li>This website uses <a href="http://www.phpwebgallery.net" style="text-decoration:underline">PhpWebGallery</a>. PhpWebGallery is a web application giving you the possibility to create an online images gallery easily.</li>162 <li>This website uses the version '.PHPWG_VERSION.' of "<a href="'.PHPWG_URL.'" style="text-decoration:underline">PhpWebGallery</a>. PhpWebGallery is a web application giving you the possibility to create an online images gallery easily.</li> 162 163 <li>Technicaly, PhpWebGallery is fully developped with PHP (the elePHPant) with a MySQL database (the SQuirreL).</li> 163 <li>If you have any suggestions or comments, please visit <a href=" http://www.phpwebgallery.net" style="text-decoration:underline">PhpWebGallery</a> official site, and its dedicated <a href="http://forum.phpwebgallery.net" style="text-decoration:underline">forum</a>.</li>164 <li>If you have any suggestions or comments, please visit <a href="'.PHPWG_URL.'" style="text-decoration:underline">PhpWebGallery</a> official site, and its dedicated <a href="'.PHPWG_FORUM_URL.'" style="text-decoration:underline">forum</a>.</li> 164 165 </ul>'; 165 166 $lang['about_return'] = 'Back'; -
trunk/language/en_UK.iso-8859-1/install.lang.php
r518 r519 33 33 $lang['Start_Install'] = 'Start Install'; 34 34 $lang['reg_err_mail_address'] = 'mail address must be like xxx@yyy.eee (example : jack@altern.org)'; 35 $lang['mail_webmaster'] = 'Webmaster mail adress'; 36 $lang['mail_webmaster_info'] = 'Visitors will be able to contact site administrator with this mail'; 37 $lang['reg_err_mail_address'] = 'e-mail address refused, it must be like name@server.com'; 35 38 36 39 $lang['install_webmaster'] = 'webmaster login'; 37 40 $lang['install_webmaster_info'] = 'It will be shown to the visitors. It is necessary for website administration'; 38 $lang['install_mail_webmaster'] = $lang['conf_general_mail_webmaster'];39 $lang['install_mail_webmaster_info'] = $lang['conf_general_mail_webmaster_info'];40 41 41 42 $lang['step1_confirmation'] = 'Parameters are correct'; … … 44 45 $lang['step1_err_copy_2'] = 'The next step of the installation is now possible'; 45 46 $lang['step1_err_copy_next'] = 'next step'; 47 $lang['step1_err_copy'] = 'Copy the text between hyphens and paste it into the file "include/mysql.inc.php"(Warning : mysql.inc.php must only contain what is in blue, no line return or space character)'; 48 46 49 $lang['step1_host'] = 'MySQL host'; 47 50 $lang['step1_host_info'] = 'localhost, sql.multimania.com, toto.freesurf.fr'; -
trunk/template/default/default.css
r514 r519 145 145 } 146 146 147 .row1,.row2 { 148 text-align:left; 149 padding:5px 0px 5px 0px; 150 height:20px; 151 } 152 153 .row1 { 154 background-color:#505050; 155 } 156 147 157 .throw { 148 158 color:#FFFFCC;
Note: See TracChangeset
for help on using the changeset viewer.