Changeset 2108
- Timestamp:
- 09/28/07 04:22:57 (6 years ago)
- Location:
- trunk
- Files:
-
- 4 modified
-
admin/stats.php (modified) (12 diffs)
-
plugins/admin_multi_view/is_admin.inc.php (modified) (1 diff)
-
template/yoga/fix-ie7.css (modified) (1 diff)
-
template/yoga/not-ie.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/stats.php
r1900 r2108 5 5 // | Copyright (C) 2003-2007 PhpWebGallery Team - http://phpwebgallery.net | 6 6 // +-----------------------------------------------------------------------+ 7 // | branch : BSF (Best So Far)8 7 // | file : $Id$ 9 8 // | last update : $Date$ … … 48 47 nb_pages 49 48 FROM '.HISTORY_SUMMARY_TABLE; 50 49 51 50 if (isset($day)) 52 51 { … … 85 84 year ASC, 86 85 month ASC 87 ;'; 86 ;'; 88 87 } 89 88 else … … 94 93 ORDER BY 95 94 year ASC 96 ;'; 95 ;'; 97 96 } 98 97 … … 211 210 sprintf('%4u.%02u.%02u.%02u', $year, $month, $day, $hour), 212 211 ); 213 212 214 213 $query = ' 215 214 SELECT … … 370 369 371 370 $time = mktime(12, 0, 0, $page['month'], $page['day'], $page['year']); 372 371 373 372 $day_title = sprintf( 374 373 '%u (%s)', … … 376 375 $lang['day'][date('w', $time)] 377 376 ); 378 377 379 378 array_push( 380 379 $title_parts, … … 456 455 $datas[$i] = 0; 457 456 } 458 457 459 458 $url = null; 460 459 461 460 if (isset($page['day'])) 462 461 { … … 472 471 .'&day='.$i 473 472 ; 474 473 475 474 $time = mktime(12, 0, 0, $page['month'], $i, $page['year']); 476 475 477 476 $value = $i.' ('.$lang['day'][date('w', $time)].')'; 478 477 } … … 485 484 .'&month='.$i 486 485 ; 487 486 488 487 $value = $lang['month'][$i]; 489 488 } … … 496 495 .'&year='.$i 497 496 ; 498 497 499 498 $value = $i; 500 499 } 501 500 502 501 if ($datas[$i] != 0 and isset($url)) 503 502 { 504 503 $value = '<a href="'.$url.'">'.$value.'</a>'; 505 504 } 506 505 507 506 $template->assign_block_vars( 508 507 'statrow', … … 522 521 $template->assign_var_from_handle('ADMIN_CONTENT', 'stats'); 523 522 ?> 524 -
trunk/plugins/admin_multi_view/is_admin.inc.php
r2016 r2108 12 12 { 13 13 list($user['template'], $user['theme']) = explode('/', $theme); 14 unset( $user['admin_template'], $user['admin_theme']); 14 15 } 15 16 $lang = pwg_get_session_var( 'multiview_lang', '' ); -
trunk/template/yoga/fix-ie7.css
r1912 r2108 20 20 margin-top: 2%; 21 21 } 22 #content UL.thumbnails SPAN.wrap2 { 23 border-radius: 8px; 24 } 25 .tabsheet li { 26 border-radius: 12px 12px 0px 0px; /* round corners with CSS3 compliant browsers */ 27 } 28 ul.tabsheet { 29 padding: 0px 0em 1.98em 6em; 30 border-bottom: 1px solid #fff; 31 border-top: 0px; 32 } 22 -
trunk/template/yoga/not-ie.css
r1900 r2108 20 20 } 21 21 ul.tabsheet li { 22 -moz-border-radius: 6px 6px 0px 0px; /* round corners with CSS3 compliant browsers*/22 -moz-border-radius: 6px 6px 0px 0px; /* round corners with Geko */ 23 23 -webkit-border-radius: 6px 6px 0px 0px; /* Safari webkit project */ 24 24 }
![(please configure the [header_logo] section in trac.ini)](http://piwigo.org/screenshots/piwigo_logo_on_white.png)