You can subscribe to this list here.
| 2005 |
Jan
|
Feb
|
Mar
(95) |
Apr
(270) |
May
(111) |
Jun
|
Jul
|
Aug
(64) |
Sep
(130) |
Oct
(319) |
Nov
(17) |
Dec
(191) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2006 |
Jan
(53) |
Feb
|
Mar
|
Apr
|
May
(6) |
Jun
(387) |
Jul
(102) |
Aug
(247) |
Sep
(120) |
Oct
(1) |
Nov
(8) |
Dec
(21) |
| 2007 |
Jan
(38) |
Feb
(36) |
Mar
|
Apr
(32) |
May
(135) |
Jun
(523) |
Jul
(192) |
Aug
(103) |
Sep
(533) |
Oct
(77) |
Nov
(23) |
Dec
(203) |
| 2008 |
Jan
(312) |
Feb
(1193) |
Mar
(404) |
Apr
(67) |
May
(62) |
Jun
(497) |
Jul
(297) |
Aug
(110) |
Sep
(335) |
Oct
(256) |
Nov
(50) |
Dec
(118) |
| 2009 |
Jan
(67) |
Feb
(10) |
Mar
(1) |
Apr
(1) |
May
|
Jun
(10) |
Jul
(61) |
Aug
|
Sep
(16) |
Oct
(45) |
Nov
(12) |
Dec
(14) |
| 2010 |
Jan
(30) |
Feb
|
Mar
|
Apr
(4) |
May
|
Jun
|
Jul
(7) |
Aug
(7) |
Sep
(5) |
Oct
(5) |
Nov
|
Dec
|
| 2011 |
Jan
(7) |
Feb
(3) |
Mar
(89) |
Apr
(11) |
May
(5) |
Jun
|
Jul
(8) |
Aug
(1) |
Sep
(2) |
Oct
|
Nov
(2) |
Dec
(89) |
| 2012 |
Jan
(7) |
Feb
(1) |
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
(4) |
Sep
(3) |
Oct
(42) |
Nov
(1) |
Dec
|
| 2013 |
Jan
|
Feb
|
Mar
(19) |
Apr
(90) |
May
(38) |
Jun
(235) |
Jul
(38) |
Aug
(10) |
Sep
|
Oct
(29) |
Nov
|
Dec
|
| 2014 |
Jan
|
Feb
|
Mar
|
Apr
(6) |
May
(52) |
Jun
|
Jul
(7) |
Aug
|
Sep
(17) |
Oct
|
Nov
|
Dec
|
|
From: Jon O. <jon...@us...> - 2007-09-09 19:48:47
|
Update of /cvsroot/mxbb/mx_calsnails/includes In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv9084/includes Modified Files: cal_functions.php Log Message: for 2.9.x Index: cal_functions.php =================================================================== RCS file: /cvsroot/mxbb/mx_calsnails/includes/cal_functions.php,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** cal_functions.php 5 May 2007 20:19:22 -0000 1.10 --- cal_functions.php 9 Sep 2007 19:48:44 -0000 1.11 *************** *** 87,91 **** } $message = $lang['Cal_event_validated']; ! $url = append_sid( this_mxurl( "month=" . $month . "&year=" . $year ) ); $message .= "</br></br><a href='" . $url . "'>" . $lang['Cal_back2cal'] . "</a>"; mx_message_die( GENERAL_MESSAGE, $message, '', __LINE__, __FILE__, '' ); --- 87,91 ---- } $message = $lang['Cal_event_validated']; ! $url = mx_append_sid( this_mxurl( "month=" . $month . "&year=" . $year ) ); $message .= "</br></br><a href='" . $url . "'>" . $lang['Cal_back2cal'] . "</a>"; mx_message_die( GENERAL_MESSAGE, $message, '', __LINE__, __FILE__, '' ); *************** *** 103,107 **** } ! $url = append_sid( this_mxurl( "month=" . $month . "&year=" . $year ) ); $template->set_filenames( array( 'body' => 'cal_validate_events_lite.tpl' ) ); --- 103,107 ---- } ! $url = mx_append_sid( this_mxurl( "month=" . $month . "&year=" . $year ) ); $template->set_filenames( array( 'body' => 'cal_validate_events_lite.tpl' ) ); *************** *** 127,131 **** 'CALENDAR' => $lang['Calendar'], 'L_CAL_NEW' => $lang['Cal_add_event'], ! 'U_INDEX' => append_sid( "index.$phpEx" ), 'L_INDEX' => sprintf( $lang['Forum_Index'], $board_config['sitename'] ), 'U_CAL_HOME' => $homeurl ) --- 127,131 ---- 'CALENDAR' => $lang['Calendar'], 'L_CAL_NEW' => $lang['Cal_add_event'], ! 'U_INDEX' => mx_append_sid( "index.$phpEx" ), 'L_INDEX' => sprintf( $lang['Forum_Index'], $board_config['sitename'] ), 'U_CAL_HOME' => $homeurl ) *************** *** 208,212 **** else { ! $url = append_sid( this_mxurl() ); $message = $lang['Cal_event_delete'] . "<br><br><a href='" . $url . "'>" . $lang['Cal_back2cal'] . "</a>"; mx_message_die( GENERAL_MESSAGE, $message, '', __LINE__, __FILE__, $sql ); --- 208,212 ---- else { ! $url = mx_append_sid( this_mxurl() ); $message = $lang['Cal_event_delete'] . "<br><br><a href='" . $url . "'>" . $lang['Cal_back2cal'] . "</a>"; mx_message_die( GENERAL_MESSAGE, $message, '', __LINE__, __FILE__, $sql ); *************** *** 233,239 **** $id, $day, $month, $year, $userdata, $lang, $config_footer, $footer, $caluser, $cal_version, $block_size, // MX001 ! $endday, $endmonth, $endyear, $bbcode_uid, $homeurl, $db, $template; ! include_once( $phpbb_root_path . 'includes/functions_post.' . $phpEx ); if ( $caluser >= 4 ) --- 233,242 ---- $id, $day, $month, $year, $userdata, $lang, $config_footer, $footer, $caluser, $cal_version, $block_size, // MX001 ! $endday, $endmonth, $endyear, $bbcode_uid, $homeurl, $db, $template, $mx_page; ! if( !function_exists('generate_smilies') ) ! { ! mx_page::load_file('functions_post', 'phpbb2'); ! } if ( $caluser >= 4 ) *************** *** 274,278 **** generate_smilies( 'inline', PAGE_POSTING ); $board_config['smilies_path'] = $smilies_path; ! $template->assign_vars( array( 'U_MORE_SMILIES' => append_sid( PHPBB_URL . "posting.$phpEx?mode=smilies" ) ) ); $template->set_filenames( array( 'body' => 'cal_posting_body_lite.tpl' ) ); --- 277,281 ---- generate_smilies( 'inline', PAGE_POSTING ); $board_config['smilies_path'] = $smilies_path; ! $template->assign_vars( array( 'U_MORE_SMILIES' => mx_append_sid( PHPBB_URL . "posting.$phpEx?mode=smilies" ) ) ); $template->set_filenames( array( 'body' => 'cal_posting_body_lite.tpl' ) ); *************** *** 289,293 **** 'CALENDAR' => $lang['Calendar'], 'L_CAL_NEW' => $lang['Cal_mod_marked'], ! 'U_INDEX' => append_sid( "index.$phpEx" ), 'L_INDEX' => sprintf( $lang['Forum_Index'], $board_config['sitename'] ), 'U_CAL_HOME' => $homeurl ) --- 292,296 ---- 'CALENDAR' => $lang['Calendar'], 'L_CAL_NEW' => $lang['Cal_mod_marked'], ! 'U_INDEX' => mx_append_sid( "index.$phpEx" ), 'L_INDEX' => sprintf( $lang['Forum_Index'], $board_config['sitename'] ), 'U_CAL_HOME' => $homeurl ) *************** *** 344,348 **** 'L_STYLES_TIP' => $lang['Styles_tip'], ! 'S_POST_ACTION' => append_sid( this_mxurl( "action=Addsucker" ) ), 'S_HIDDEN_FORM_FIELDS' => $hidden_form_fields ) ); --- 347,351 ---- 'L_STYLES_TIP' => $lang['Styles_tip'], ! 'S_POST_ACTION' => mx_append_sid( this_mxurl( "action=Addsucker" ) ), 'S_HIDDEN_FORM_FIELDS' => $hidden_form_fields ) ); *************** *** 361,365 **** $end_year = create_year_drop( $row['theendyear'] ); // TIMEZONE FIX ! $currentmonth = create_date( "m", time(), $userdata['calsnails_timezone'] ); $the_time = ( $row['thetime'] != '00:00' ) ? $row['thetime'] : ''; --- 364,368 ---- $end_year = create_year_drop( $row['theendyear'] ); // TIMEZONE FIX ! $currentmonth = phpBB2::create_date( "m", time(), $userdata['calsnails_timezone'] ); $the_time = ( $row['thetime'] != '00:00' ) ? $row['thetime'] : ''; *************** *** 400,409 **** $id, $day, $month, $year, $userdata, $lang, $caluser, $lastday, $phpbbheaders, $block_size, ! $endday, $endmonth, $endyear, $bbcode_uid, $db, $template, $homeurl, $HTTP_POST_VARS; if ( $caluser >= 2 ) { // TIMEZONE FIX ! $currentday = create_date( "j", time(), $userdata['calsnails_timezone'] ); if ( $day ) { --- 403,412 ---- $id, $day, $month, $year, $userdata, $lang, $caluser, $lastday, $phpbbheaders, $block_size, ! $endday, $endmonth, $endyear, $bbcode_uid, $db, $template, $homeurl, $HTTP_POST_VARS, $mx_page; if ( $caluser >= 2 ) { // TIMEZONE FIX ! $currentday = phpBB2::create_date( "j", time(), $userdata['calsnails_timezone'] ); if ( $day ) { *************** *** 411,415 **** } ! include_once( $phpbb_root_path . 'includes/functions_post.' . $phpEx ); $smilies_path = $board_config['smilies_path']; --- 414,421 ---- } ! if( !function_exists('generate_smilies') ) ! { ! mx_page::load_file('functions_post', 'phpbb2'); ! } $smilies_path = $board_config['smilies_path']; *************** *** 417,421 **** generate_smilies( 'inline', PAGE_POSTING ); $board_config['smilies_path'] = $smilies_path; ! $template->assign_vars( array( 'U_MORE_SMILIES' => append_sid( PHPBB_URL . "posting.$phpEx?mode=smilies" ) ) ); $template->set_filenames( array( 'body' => 'cal_posting_body_lite.tpl' ) ); --- 423,427 ---- generate_smilies( 'inline', PAGE_POSTING ); $board_config['smilies_path'] = $smilies_path; ! $template->assign_vars( array( 'U_MORE_SMILIES' => mx_append_sid( PHPBB_URL . "posting.$phpEx?mode=smilies" ) ) ); $template->set_filenames( array( 'body' => 'cal_posting_body_lite.tpl' ) ); *************** *** 432,436 **** 'CALENDAR' => $lang['Calendar'], 'L_CAL_NEW' => $lang['Cal_add_event'], ! 'U_INDEX' => append_sid( "index.$phpEx" ), 'L_INDEX' => sprintf( $lang['Forum_Index'], $board_config['sitename'] ), 'U_CAL_HOME' => $homeurl ) --- 438,442 ---- 'CALENDAR' => $lang['Calendar'], 'L_CAL_NEW' => $lang['Cal_add_event'], ! 'U_INDEX' => mx_append_sid( "index.$phpEx" ), 'L_INDEX' => sprintf( $lang['Forum_Index'], $board_config['sitename'] ), 'U_CAL_HOME' => $homeurl ) *************** *** 487,491 **** 'L_STYLES_TIP' => $lang['Styles_tip'], ! 'S_POST_ACTION' => append_sid( this_mxurl( "action=Addsucker" ) ), 'S_HIDDEN_FORM_FIELDS' => '' ) ); --- 493,497 ---- 'L_STYLES_TIP' => $lang['Styles_tip'], ! 'S_POST_ACTION' => mx_append_sid( this_mxurl( "action=Addsucker" ) ), 'S_HIDDEN_FORM_FIELDS' => '' ) ); *************** *** 504,508 **** $end_year = create_year_drop( $year ); // TIMEZONE FIX ! $currentmonth = create_date( "m", time(), $userdata[calsnails_timezone] ); // Set the rest of the Calendar fields --- 510,514 ---- $end_year = create_year_drop( $year ); // TIMEZONE FIX ! $currentmonth = phpBB2::create_date( "m", time(), $userdata[calsnails_timezone] ); // Set the rest of the Calendar fields *************** *** 534,538 **** global $thisscript, $phpbb_root_path, $mx_root_path, $phpEx, $db, $template, $action, $phpbbheaders, $board_config, $cal_config, $id, $day, $month, $year, $time, $userdata, $modify, $lang, $event_desc, $subject, $caluser, ! $endday, $endmonth, $endyear, $bbcode_uid, $homeurl, $block_id; if ( ( $subject == '' ) || ( $event_desc == '' ) ) --- 540,544 ---- global $thisscript, $phpbb_root_path, $mx_root_path, $phpEx, $db, $template, $action, $phpbbheaders, $board_config, $cal_config, $id, $day, $month, $year, $time, $userdata, $modify, $lang, $event_desc, $subject, $caluser, ! $endday, $endmonth, $endyear, $bbcode_uid, $homeurl, $block_id, $mx_page; if ( ( $subject == '' ) || ( $event_desc == '' ) ) *************** *** 595,600 **** } ! include_once( $phpbb_root_path . 'includes/functions_post.' . $phpEx ); ! include_once( $phpbb_root_path . 'includes/bbcode.' . $phpEx ); if ( !$bbcode_uid ) --- 601,613 ---- } ! if( !function_exists('prepare_message') ) ! { ! mx_page::load_file('functions_post', 'phpbb2'); ! } ! ! if( !function_exists('make_bbcode_uid') ) ! { ! mx_page::load_file('bbcode', 'phpbb2'); ! } if ( !$bbcode_uid ) *************** *** 641,645 **** $l_add = ( $valid != 'no' ) ? $lang['Cal_event_add'] : $lang['Cal_add4valid']; ! $url = append_sid( this_mxurl() ); $message = $l_add . "</br></br><a href='" . $url . "'>" . $lang['Cal_back2cal'] . "</a>"; mx_message_die( GENERAL_MESSAGE, $message, '', __LINE__, __FILE__, $sql ); --- 654,658 ---- $l_add = ( $valid != 'no' ) ? $lang['Cal_event_add'] : $lang['Cal_add4valid']; ! $url = mx_append_sid( this_mxurl() ); $message = $l_add . "</br></br><a href='" . $url . "'>" . $lang['Cal_back2cal'] . "</a>"; mx_message_die( GENERAL_MESSAGE, $message, '', __LINE__, __FILE__, $sql ); *************** *** 657,661 **** // TIMEZONE FIX ! $currentmonth = create_date( "m", time(), $userdata['calsnails_timezone'] ); $template->set_filenames( array( 'body' => 'cal_day_events_lite.tpl' ) ); --- 670,674 ---- // TIMEZONE FIX ! $currentmonth = phpBB2::create_date( "m", time(), $userdata['calsnails_timezone'] ); $template->set_filenames( array( 'body' => 'cal_day_events_lite.tpl' ) ); *************** *** 736,753 **** // Previous Month button ! $url = append_sid( this_mxurl( "day=" . $lastday . "&month=" . $lastmonth . "&year=" . $lastyear . "&mode=display" ) ); $button_prev = button_prev( $url ); // Viewed month link $monthname = $lang['datetime'][gmdate( "F", gmmktime( 0, 0, 0, $month, 1, $year ) )]; ! $select_month_url = append_sid( this_mxurl( "month=" . $month . "&year=" . $year ) ); // Home Button $curmonthname = $lang['datetime'][gmdate( "F", gmmktime( 0, 0, 0, $currentmonth, 1, $year ) )]; ! $url = append_sid( this_mxurl( "month=" . $month . "&year=" . $year ) ); $button_home = button_main( $url, $lang['Cal_back2cal'], 'center' ); // Next Month button. ! $url = append_sid( this_mxurl( "day=" . $nextday . "&month=" . $nextmonth . "&year=" . $nextyear . "&mode=display" ) ); $button_next = button_next( $url ); --- 749,766 ---- // Previous Month button ! $url = mx_append_sid( this_mxurl( "day=" . $lastday . "&month=" . $lastmonth . "&year=" . $lastyear . "&mode=display" ) ); $button_prev = button_prev( $url ); // Viewed month link $monthname = $lang['datetime'][gmdate( "F", gmmktime( 0, 0, 0, $month, 1, $year ) )]; ! $select_month_url = mx_append_sid( this_mxurl( "month=" . $month . "&year=" . $year ) ); // Home Button $curmonthname = $lang['datetime'][gmdate( "F", gmmktime( 0, 0, 0, $currentmonth, 1, $year ) )]; ! $url = mx_append_sid( this_mxurl( "month=" . $month . "&year=" . $year ) ); $button_home = button_main( $url, $lang['Cal_back2cal'], 'center' ); // Next Month button. ! $url = mx_append_sid( this_mxurl( "day=" . $nextday . "&month=" . $nextmonth . "&year=" . $nextyear . "&mode=display" ) ); $button_next = button_next( $url ); *************** *** 755,762 **** { // Add button ! $url = append_sid( this_mxurl( "day=" . $day . "&month=" . $month . "&year=" . $year . "&action=Cal_add_event" ) ); $button_add = button_add( $url ); // Validate button ! $url = append_sid( this_mxurl( "mode=validate&action=getlist" ) ); $button_val = button_validate( $url ); } --- 768,775 ---- { // Add button ! $url = mx_append_sid( this_mxurl( "day=" . $day . "&month=" . $month . "&year=" . $year . "&action=Cal_add_event" ) ); $button_add = button_add( $url ); // Validate button ! $url = mx_append_sid( this_mxurl( "mode=validate&action=getlist" ) ); $button_val = button_validate( $url ); } *************** *** 773,777 **** 'CALENDAR' => $lang['Calendar'], 'L_CAL_NEW' => $lang['Cal_add_event'], ! 'U_INDEX' => append_sid( "index.$phpEx" ), 'L_INDEX' => sprintf( $lang['Forum_Index'], $board_config['sitename'] ), 'U_CAL_HOME' => $homeurl ) --- 786,790 ---- 'CALENDAR' => $lang['Calendar'], 'L_CAL_NEW' => $lang['Cal_add_event'], ! 'U_INDEX' => mx_append_sid( "index.$phpEx" ), 'L_INDEX' => sprintf( $lang['Forum_Index'], $board_config['sitename'] ), 'U_CAL_HOME' => $homeurl ) *************** *** 811,830 **** if ($userdata && $userdata['user_id'] != '-1') { ! $currentday = create_date("j", time(), $userdata['user_timezone']); ! $currentmonth = create_date("m", time(), $userdata['user_timezone']); ! $currentyear = create_date("Y", time(), $userdata['user_timezone']); } else { ! $currentday = create_date("j", time(), $board_config['board_timezone']); ! $currentmonth = create_date("m", time(), $board_config['board_timezone']); ! $currentyear = create_date("Y", time(), $board_config['board_timezone']); } */ // Timezone fix ! $currentday = create_date( "j", time(), $userdata['calsnails_timezone'] ); ! $currentmonth = create_date( "m", time(), $userdata['calsnails_timezone'] ); ! $currentyear = create_date( "Y", time(), $userdata['calsnails_timezone'] ); $lastday = 1; --- 824,843 ---- if ($userdata && $userdata['user_id'] != '-1') { ! $currentday = phpBB2::create_date("j", time(), $userdata['user_timezone']); ! $currentmonth = phpBB2::create_date("m", time(), $userdata['user_timezone']); ! $currentyear = phpBB2::create_date("Y", time(), $userdata['user_timezone']); } else { ! $currentday = phpBB2::create_date("j", time(), $board_config['board_timezone']); ! $currentmonth = phpBB2::create_date("m", time(), $board_config['board_timezone']); ! $currentyear = phpBB2::create_date("Y", time(), $board_config['board_timezone']); } */ // Timezone fix ! $currentday = phpBB2::create_date( "j", time(), $userdata['calsnails_timezone'] ); ! $currentmonth = phpBB2::create_date( "m", time(), $userdata['calsnails_timezone'] ); ! $currentyear = phpBB2::create_date( "Y", time(), $userdata['calsnails_timezone'] ); $lastday = 1; *************** *** 869,874 **** } $template->assign_vars( array( ! 'S_ACTION' => append_sid( this_mxurl( '', 0, $cal_page_id ) ), ! 'U_CAL_MONTH' => append_sid( this_mxurl( "month=" . $month . "&year=" . $year, 0, $cal_page_id ) ), )); } --- 882,887 ---- } $template->assign_vars( array( ! 'S_ACTION' => mx_append_sid( this_mxurl( '', 0, $cal_page_id ) ), ! 'U_CAL_MONTH' => mx_append_sid( this_mxurl( "month=" . $month . "&year=" . $year, 0, $cal_page_id ) ), )); } *************** *** 987,991 **** // End UKRag.net function ! $url = append_sid( this_mxurl( 'id=' . $results['event_id'] . '&mode=display&day=' . $thisday . '&month=' . $today_month . '&year=' . $today_year ) ); // Need to keep the size down --- 1000,1004 ---- // End UKRag.net function ! $url = mx_append_sid( this_mxurl( 'id=' . $results['event_id'] . '&mode=display&day=' . $thisday . '&month=' . $today_month . '&year=' . $today_year ) ); // Need to keep the size down *************** *** 1046,1050 **** } ! $url_day = !empty( $thisday ) ? append_sid( this_mxurl( "day=" . $thisday . "&month=" . $month . "&year=" . $year . "&mode=display", 0, $cal_page_id ) ) : ''; if ( $cal_mode_mini && $thisday != '' ) --- 1059,1063 ---- } ! $url_day = !empty( $thisday ) ? mx_append_sid( this_mxurl( "day=" . $thisday . "&month=" . $month . "&year=" . $year . "&mode=display", 0, $cal_page_id ) ) : ''; if ( $cal_mode_mini && $thisday != '' ) *************** *** 1081,1085 **** 'CALENDAR' => $lang['Calendar'], 'L_CAL_NEW' => $lang['Cal_add_event'], ! 'U_INDEX' => append_sid( "index.$phpEx" ), 'L_INDEX' => sprintf( $lang['Forum_Index'], $board_config['sitename'] ), 'U_CAL_HOME' => $homeurl ) --- 1094,1098 ---- 'CALENDAR' => $lang['Calendar'], 'L_CAL_NEW' => $lang['Cal_add_event'], ! 'U_INDEX' => mx_append_sid( "index.$phpEx" ), 'L_INDEX' => sprintf( $lang['Forum_Index'], $board_config['sitename'] ), 'U_CAL_HOME' => $homeurl ) *************** *** 1089,1102 **** { // Previous Month button ! $url = append_sid( this_mxurl( "month=" . $lastmonth . "&year=" . $lastyear ) ); $button_prev = button_prev( $url ); // Add Event button ! $url = append_sid( this_mxurl( "month=" . $month . "&year=" . $year . "&action=Cal_add_event" ) ); $button_add = button_add( $url ); // Admin Validate button ! $url = append_sid( this_mxurl( "mode=validate&action=getlist" ) ); $button_validate = button_validate( $url ); // Next Month button ! $url = append_sid( this_mxurl( "month=" . $nextmonth . "&year=" . $nextyear ) ); $button_next = button_next( $url ); } --- 1102,1115 ---- { // Previous Month button ! $url = mx_append_sid( this_mxurl( "month=" . $lastmonth . "&year=" . $lastyear ) ); $button_prev = button_prev( $url ); // Add Event button ! $url = mx_append_sid( this_mxurl( "month=" . $month . "&year=" . $year . "&action=Cal_add_event" ) ); $button_add = button_add( $url ); // Admin Validate button ! $url = mx_append_sid( this_mxurl( "mode=validate&action=getlist" ) ); $button_validate = button_validate( $url ); // Next Month button ! $url = mx_append_sid( this_mxurl( "month=" . $nextmonth . "&year=" . $nextyear ) ); $button_next = button_next( $url ); } *************** *** 1104,1111 **** { // Previous Month button ! $url = append_sid( this_mxurl( "month=" . $lastmonth . "&year=" . $lastyear ) ); $button_prev = button_prev( $url ); // Next Month button ! $url = append_sid( this_mxurl( "month=" . $nextmonth . "&year=" . $nextyear ) ); $button_next = button_next( $url ); } --- 1117,1124 ---- { // Previous Month button ! $url = mx_append_sid( this_mxurl( "month=" . $lastmonth . "&year=" . $lastyear ) ); $button_prev = button_prev( $url ); // Next Month button ! $url = mx_append_sid( this_mxurl( "month=" . $nextmonth . "&year=" . $nextyear ) ); $button_next = button_next( $url ); } *************** *** 1271,1275 **** { // Validate button ! // $url = append_sid(this_mxurl("mode=validate&action=getlist")); $button_validate = "<form method=post action='$url'><td>"; $button_validate .= "<input type=submit value='" . $lang['Validate'] . "' class=mainoption>"; --- 1284,1288 ---- { // Validate button ! // $url = mx_append_sid(this_mxurl("mode=validate&action=getlist")); $button_validate = "<form method=post action='$url'><td>"; $button_validate .= "<input type=submit value='" . $lang['Validate'] . "' class=mainoption>"; *************** *** 1290,1294 **** { // Delete/Modify Button ! // $url = append_sid(this_mxurl("day=".$day."&month=".$month."&year=".$year."&mode=modify")); $button_mod_del = "<form method=post action=$url><td>"; $button_mod_del .= "<input type=submit value=\""; --- 1303,1307 ---- { // Delete/Modify Button ! // $url = mx_append_sid(this_mxurl("day=".$day."&month=".$month."&year=".$year."&mode=modify")); $button_mod_del = "<form method=post action=$url><td>"; $button_mod_del .= "<input type=submit value=\""; |
|
From: Jon O. <jon...@us...> - 2007-09-09 19:48:47
|
Update of /cvsroot/mxbb/mx_calsnails In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv9084 Modified Files: calendar.php mx_calendar_events.php Log Message: for 2.9.x Index: mx_calendar_events.php =================================================================== RCS file: /cvsroot/mxbb/mx_calsnails/mx_calendar_events.php,v retrieving revision 1.24 retrieving revision 1.25 diff -C2 -d -r1.24 -r1.25 *** mx_calendar_events.php 5 May 2007 20:19:21 -0000 1.24 --- mx_calendar_events.php 9 Sep 2007 19:48:44 -0000 1.25 *************** *** 144,148 **** break; case CALRANGE_NEXT_MONTH: ! list( $tmp_yy, $tmp_mm ) = explode( '-', create_date( 'Y-m', time(), $cal_timezone ) ); $ini_time = gmmktime( 0, 0, 0, ( $tmp_mm + 1 ), 1, $tmp_yy ); $end_time = gmmktime( 0, 0, 0, ( $tmp_mm + 1 ), ( gmdate( 't', $ini_time ) ), $tmp_yy ); --- 144,148 ---- break; case CALRANGE_NEXT_MONTH: ! list( $tmp_yy, $tmp_mm ) = explode( '-', phpBB2::create_date( 'Y-m', time(), $cal_timezone ) ); $ini_time = gmmktime( 0, 0, 0, ( $tmp_mm + 1 ), 1, $tmp_yy ); $end_time = gmmktime( 0, 0, 0, ( $tmp_mm + 1 ), ( gmdate( 't', $ini_time ) ), $tmp_yy ); *************** *** 150,154 **** case CALRANGE_THIS_MONTH: default: ! list( $tmp_yy, $tmp_mm ) = explode( '-', create_date( 'Y-m', time(), $cal_timezone ) ); $ini_time = gmmktime( 0, 0, 0, $tmp_mm, 1, $tmp_yy ); $end_time = gmmktime( 0, 0, 0, $tmp_mm, ( gmdate( 't', $ini_time ) ), $tmp_yy ); --- 150,154 ---- case CALRANGE_THIS_MONTH: default: ! list( $tmp_yy, $tmp_mm ) = explode( '-', phpBB2::create_date( 'Y-m', time(), $cal_timezone ) ); $ini_time = gmmktime( 0, 0, 0, $tmp_mm, 1, $tmp_yy ); $end_time = gmmktime( 0, 0, 0, $tmp_mm, ( gmdate( 't', $ini_time ) ), $tmp_yy ); *************** *** 164,169 **** $end_time += ( SECONDS_PER_DAY * $events_next ); } ! list( $ini_yy, $ini_mm, $ini_dd ) = explode( '-', create_date( 'Y-m-j', $ini_time, $cal_timezone ) ); ! list( $end_yy, $end_mm, $end_dd ) = explode( '-', create_date( 'Y-m-j', $end_time, $cal_timezone ) ); // --- 164,169 ---- $end_time += ( SECONDS_PER_DAY * $events_next ); } ! list( $ini_yy, $ini_mm, $ini_dd ) = explode( '-', phpBB2::create_date( 'Y-m-j', $ini_time, $cal_timezone ) ); ! list( $end_yy, $end_mm, $end_dd ) = explode( '-', phpBB2::create_date( 'Y-m-j', $end_time, $cal_timezone ) ); // *************** *** 188,192 **** // Loop through Calendar Events... // ! $today = create_date( 'Y-m-d', time(), $cal_timezone ); $check = 0; $lastdate = ''; --- 188,192 ---- // Loop through Calendar Events... // ! $today = phpBB2::create_date( 'Y-m-d', time(), $cal_timezone ); $check = 0; $lastdate = ''; *************** *** 207,215 **** $mm = substr( $row['stamp'], 5, 2 ); $dd = substr( $row['stamp'], 8, 2 ); ! $u_ini_date = append_sid( $mx_root_path . 'index.' . $phpEx . "?page=" . $cal_page_id . "&day=" . $dd . "&month=" . $mm . "&year=" . $yy . "&mode=display" ); $yy = substr( $row['eventspan'], 0, 4 ); $mm = substr( $row['eventspan'], 5, 2 ); $dd = substr( $row['eventspan'], 8, 2 ); ! $u_end_date = append_sid( $mx_root_path . 'index.' . $phpEx . "?page=" . $cal_page_id . "&day=" . $dd . "&month=" . $mm . "&year=" . $yy . "&mode=display" ); $template->assign_block_vars( 'event_row', array( --- 207,215 ---- $mm = substr( $row['stamp'], 5, 2 ); $dd = substr( $row['stamp'], 8, 2 ); ! $u_ini_date = mx_append_sid( $mx_root_path . 'index.' . $phpEx . "?page=" . $cal_page_id . "&day=" . $dd . "&month=" . $mm . "&year=" . $yy . "&mode=display" ); $yy = substr( $row['eventspan'], 0, 4 ); $mm = substr( $row['eventspan'], 5, 2 ); $dd = substr( $row['eventspan'], 8, 2 ); ! $u_end_date = mx_append_sid( $mx_root_path . 'index.' . $phpEx . "?page=" . $cal_page_id . "&day=" . $dd . "&month=" . $mm . "&year=" . $yy . "&mode=display" ); $template->assign_block_vars( 'event_row', array( *************** *** 260,266 **** } ! $cdd = create_date( "j", time(), $userdata['calsnails_timezone'] ); ! $cmm = create_date( "m", time(), $userdata['calsnails_timezone'] ); ! $cyy = create_date( "Y", time(), $userdata['calsnails_timezone'] ); // Added Week $currentweek = week_of_year( $cdd, $cmm, $cyy ); --- 260,266 ---- } ! $cdd = phpBB2::create_date( "j", time(), $userdata['calsnails_timezone'] ); ! $cmm = phpBB2::create_date( "m", time(), $userdata['calsnails_timezone'] ); ! $cyy = phpBB2::create_date( "Y", time(), $userdata['calsnails_timezone'] ); // Added Week $currentweek = week_of_year( $cdd, $cmm, $cyy ); Index: calendar.php =================================================================== RCS file: /cvsroot/mxbb/mx_calsnails/calendar.php,v retrieving revision 1.29 retrieving revision 1.30 diff -C2 -d -r1.29 -r1.30 *** calendar.php 5 May 2007 20:19:20 -0000 1.29 --- calendar.php 9 Sep 2007 19:48:44 -0000 1.30 *************** *** 162,166 **** if ( $userdata['session_logged_in'] ) { ! $lvd = sprintf( $lang['You_last_visit'], create_date( $board_config['default_dateformat'], $userdata['user_lastvisit'], $board_config['board_timezone'] ) ); } else --- 162,166 ---- if ( $userdata['session_logged_in'] ) { ! $lvd = sprintf( $lang['You_last_visit'], phpBB2::create_date( $board_config['default_dateformat'], $userdata['user_lastvisit'], $board_config['board_timezone'] ) ); } else *************** *** 177,188 **** // Set Calendar Home URL (used in all templates) // ! $homeurl = append_sid( this_mxurl() ); if ( $cal_config['show_headers'] == 1 ) { ! $ct = sprintf( $lang['Current_time'], create_date( $board_config['default_dateformat'], time(), $board_config['board_timezone'] ) ); if ( $userdata['session_logged_in'] ) { ! $lvd = sprintf( $lang['You_last_visit'], create_date( $board_config['default_dateformat'], $userdata['user_lastvisit'], $board_config['board_timezone'] ) ); } else --- 177,188 ---- // Set Calendar Home URL (used in all templates) // ! $homeurl = mx_append_sid( this_mxurl() ); if ( $cal_config['show_headers'] == 1 ) { ! $ct = sprintf( $lang['Current_time'], phpBB2::create_date( $board_config['default_dateformat'], time(), $board_config['board_timezone'] ) ); if ( $userdata['session_logged_in'] ) { ! $lvd = sprintf( $lang['You_last_visit'], phpBB2::create_date( $board_config['default_dateformat'], $userdata['user_lastvisit'], $board_config['board_timezone'] ) ); } else *************** *** 227,238 **** /* if ($userdata && $userdata['user_id'] != '-1') { ! if (!$day) { $day = create_date("j", time(), $userdata['user_timezone']); } ! if (!$month) { $month = create_date("m", time(), $userdata['user_timezone']); } ! if (!$year) { $year = create_date("Y", time(), $userdata['user_timezone']); } } else { ! if (!$day) { $day = create_date("j", time(), $userdata[board_timezone]); } ! if (!$month) { $month = create_date("m", time(), $userdata[board_timezone]); } ! if (!$year) { $year = create_date("Y", time(), $userdata[board_timezone]); } } */ --- 227,238 ---- /* if ($userdata && $userdata['user_id'] != '-1') { ! if (!$day) { $day = phpBB2::create_date("j", time(), $userdata['user_timezone']); } ! if (!$month) { $month = phpBB2::create_date("m", time(), $userdata['user_timezone']); } ! if (!$year) { $year = phpBB2::create_date("Y", time(), $userdata['user_timezone']); } } else { ! if (!$day) { $day = phpBB2::create_date("j", time(), $userdata[board_timezone]); } ! if (!$month) { $month = phpBB2::create_date("m", time(), $userdata[board_timezone]); } ! if (!$year) { $year = phpBB2::create_date("Y", time(), $userdata[board_timezone]); } } */ *************** *** 241,253 **** if ( !$day ) { ! $day = create_date( "j", time(), $userdata['calsnails_timezone'] ); } if ( !$month ) { ! $month = create_date( "m", time(), $userdata['calsnails_timezone'] ); } if ( !$year ) { ! $year = create_date( "Y", time(), $userdata['calsnails_timezone'] ); } --- 241,253 ---- if ( !$day ) { ! $day = phpBB2::create_date( "j", time(), $userdata['calsnails_timezone'] ); } if ( !$month ) { ! $month = phpBB2::create_date( "m", time(), $userdata['calsnails_timezone'] ); } if ( !$year ) { ! $year = phpBB2::create_date( "Y", time(), $userdata['calsnails_timezone'] ); } |
|
From: Jon O. <jon...@us...> - 2007-09-09 19:48:47
|
Update of /cvsroot/mxbb/mx_calsnails/admin In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv9084/admin Modified Files: admin_calendar.php Log Message: for 2.9.x Index: admin_calendar.php =================================================================== RCS file: /cvsroot/mxbb/mx_calsnails/admin/admin_calendar.php,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** admin_calendar.php 30 May 2007 21:31:54 -0000 1.16 --- admin_calendar.php 9 Sep 2007 19:48:44 -0000 1.17 *************** *** 71,75 **** if ( isset( $HTTP_POST_VARS['submit'] ) ) { ! $message = $lang['Cal_config_updated'] . "<br /><br />" . sprintf( $lang['Cal_return_config'], "<a href=\"" . append_sid( "admin_calendar.$phpEx" ) . "\">", "</a>" ) . "<br /><br />" . sprintf( $lang['Click_return_admin_index'], "<a href=\"" . append_sid( $mx_root_path . "admin/index.$phpEx?pane=right" ) . "\">", "</a>" ); mx_message_die( GENERAL_MESSAGE, $message ); } --- 71,75 ---- if ( isset( $HTTP_POST_VARS['submit'] ) ) { ! $message = $lang['Cal_config_updated'] . "<br /><br />" . sprintf( $lang['Cal_return_config'], "<a href=\"" . mx_append_sid( "admin_calendar.$phpEx" ) . "\">", "</a>" ) . "<br /><br />" . sprintf( $lang['Click_return_admin_index'], "<a href=\"" . mx_append_sid( $mx_root_path . "admin/index.$phpEx?pane=right" ) . "\">", "</a>" ); mx_message_die( GENERAL_MESSAGE, $message ); } *************** *** 129,133 **** $template->assign_vars( array( ! "S_CONFIG_ACTION" => append_sid( "admin_calendar.$phpEx" ), "L_YES" => $lang['Yes'], --- 129,133 ---- $template->assign_vars( array( ! "S_CONFIG_ACTION" => mx_append_sid( "admin_calendar.$phpEx" ), "L_YES" => $lang['Yes'], |
|
From: Jon O. <jon...@us...> - 2007-09-09 19:47:01
|
Update of /cvsroot/mxbb/mx_calsnails/templates/subSilver In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv8130 Modified Files: subSilver.cfg Log Message: update-check-before-removal Index: subSilver.cfg =================================================================== RCS file: /cvsroot/mxbb/mx_calsnails/templates/subSilver/subSilver.cfg,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** subSilver.cfg 5 Apr 2006 21:14:29 -0000 1.1 --- subSilver.cfg 9 Sep 2007 19:46:58 -0000 1.2 *************** *** 14,19 **** // the {LANG} place holder is available. This will be replaced // with xxx where xxx is the users selected language. If ! // that language isn't available it will default to english. ! // Therefore you MUST ensure you have at least a english // directory if you choose to localise your template // --- 14,19 ---- // the {LANG} place holder is available. This will be replaced // with xxx where xxx is the users selected language. If ! // that language isn't available it will default to english. ! // Therefore you MUST ensure you have at least a english // directory if you choose to localise your template // *************** *** 26,29 **** --- 26,34 ---- // ------------------------------------------------------------------------- + // Do some checks + // ------------------------------------------------------------------------- + $current_template_path = file_exists( $mx_root_path . $current_template_path . "/images" ) ? $current_template_path : ( file_exists( $mx_root_path . $cloned_template_path . "/images" ) ? $cloned_template_path : $default_template_path ); + + // ------------------------------------------------------------------------- // Prefix with PORTAL_URL // ------------------------------------------------------------------------- |
|
From: Jon O. <jon...@us...> - 2007-09-09 19:46:29
|
Update of /cvsroot/mxbb/mx_calsnails/templates/_core/admin In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv8043/admin Log Message: Directory /cvsroot/mxbb/mx_calsnails/templates/_core/admin added to the repository |
|
From: Jon O. <jon...@us...> - 2007-09-09 19:46:20
|
Update of /cvsroot/mxbb/mx_calsnails/templates/_core In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv8014/_core Log Message: Directory /cvsroot/mxbb/mx_calsnails/templates/_core added to the repository |
|
From: Jon O. <jon...@us...> - 2007-09-09 19:35:48
|
Update of /cvsroot/mxbb/mx_bugsbt/bugsbt/includes In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv2027/bugsbt/includes Modified Files: functions.php functions_admin.php functions_bugsbt.php functions_comment.php Log Message: for 2.9.x Index: functions.php =================================================================== RCS file: /cvsroot/mxbb/mx_bugsbt/bugsbt/includes/functions.php,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** functions.php 6 Aug 2007 21:12:27 -0000 1.8 --- functions.php 9 Sep 2007 19:35:11 -0000 1.9 *************** *** 99,103 **** global $db, $board_config, $template, $lang, $images, $theme, $phpEx, $phpbb_root_path; global $user_ip, $session_length, $starttime; ! global $userdata, $mx_bugsbt; global $mx_root_path, $module_root_path, $is_block, $phpEx; --- 99,103 ---- global $db, $board_config, $template, $lang, $images, $theme, $phpEx, $phpbb_root_path; global $user_ip, $session_length, $starttime; ! global $userdata, $mx_user, $mx_bugsbt; global $mx_root_path, $module_root_path, $is_block, $phpEx; *************** *** 110,115 **** --- 110,118 ---- if ( $mode == 'window' ) { + /* $userdata = session_pagestart( $user_ip, $page_id ); init_userprefs( $userdata ); + */ + $mx_user->init($user_ip, PAGE_INDEX); $gen_simple_header = true; *************** *** 184,188 **** $template->assign_vars( array( 'L_MORE_SMILIES' => $lang['More_emoticons'], ! 'U_MORE_SMILIES' => append_sid( $phpbb_root_path . "posting.$phpEx?mode=smilies" ) ) ); } --- 187,191 ---- $template->assign_vars( array( 'L_MORE_SMILIES' => $lang['More_emoticons'], ! 'U_MORE_SMILIES' => mx_append_sid( $phpbb_root_path . "posting.$phpEx?mode=smilies" ) ) ); } Index: functions_admin.php =================================================================== RCS file: /cvsroot/mxbb/mx_bugsbt/bugsbt/includes/functions_admin.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** functions_admin.php 5 May 2007 20:18:03 -0000 1.2 --- functions_admin.php 9 Sep 2007 19:35:11 -0000 1.3 *************** *** 64,77 **** $category_name = $category['category_name']; ! $temp_url = append_sid( $module_root_path . "admin/admin_bugsbt.$phpEx?action=cat_manage&mode=edit&cat=$category_id" ); $edit = '<a href="' . $temp_url . '">'.$lang['Edit'].'</a>'; ! $temp_url = append_sid( $module_root_path . "admin/admin_bugsbt.$phpEx?action=cat_manage&mode=delete&cat=$category_id" ); $delete = '<a href="' . $temp_url . '" class="gen">'.$lang['Delete'].'</a>'; ! $temp_url = append_sid( $module_root_path . "admin/admin_bugsbt.$phpEx?action=cat_manage&mode=up&cat=$category_id" ); $up = '<a href="' . $temp_url . '" class="gen">' . $lang['Move_up'] . '</a>'; ! $temp_url = append_sid( $module_root_path . "admin/admin_bugsbt.$phpEx?action=cat_manage&mode=down&cat=$category_id" ); $down = '<a href="' . $temp_url . '" class="gen">' . $lang['Move_down'] . '</a>'; --- 64,77 ---- $category_name = $category['category_name']; ! $temp_url = mx_append_sid( $module_root_path . "admin/admin_bugsbt.$phpEx?action=cat_manage&mode=edit&cat=$category_id" ); $edit = '<a href="' . $temp_url . '">'.$lang['Edit'].'</a>'; ! $temp_url = mx_append_sid( $module_root_path . "admin/admin_bugsbt.$phpEx?action=cat_manage&mode=delete&cat=$category_id" ); $delete = '<a href="' . $temp_url . '" class="gen">'.$lang['Delete'].'</a>'; ! $temp_url = mx_append_sid( $module_root_path . "admin/admin_bugsbt.$phpEx?action=cat_manage&mode=up&cat=$category_id" ); $up = '<a href="' . $temp_url . '" class="gen">' . $lang['Move_up'] . '</a>'; ! $temp_url = mx_append_sid( $module_root_path . "admin/admin_bugsbt.$phpEx?action=cat_manage&mode=down&cat=$category_id" ); $down = '<a href="' . $temp_url . '" class="gen">' . $lang['Move_down'] . '</a>'; Index: functions_comment.php =================================================================== RCS file: /cvsroot/mxbb/mx_bugsbt/bugsbt/includes/functions_comment.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** functions_comment.php 12 Jul 2007 22:43:55 -0000 1.3 --- functions_comment.php 9 Sep 2007 19:35:11 -0000 1.4 *************** *** 19,56 **** * */ ! class mx_bugsbt_comments { - // - // Comments - // - var $cid = ''; // comment id - var $comments_type = ''; // internal or phpbb - [...1414 lines suppressed...] ! $sql = "SELECT * ! FROM " . RANKS_TABLE . " ! ORDER BY rank_special, rank_min"; ! if ( !( $result = $db->sql_query( $sql ) ) ) { ! mx_message_die( GENERAL_ERROR, "Could not obtain ranks information.", '', __LINE__, __FILE__, $sql ); } ! $ranks = array(); ! while ( $row = $db->sql_fetchrow( $result ) ) { ! $ranks[] = $row; } $db->sql_freeresult( $result ); ! $mx_bugsbt_cache->put( 'ranks', $ranks ); } } } Index: functions_bugsbt.php =================================================================== RCS file: /cvsroot/mxbb/mx_bugsbt/bugsbt/includes/functions_bugsbt.php,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** functions_bugsbt.php 10 Aug 2007 18:34:46 -0000 1.6 --- functions_bugsbt.php 9 Sep 2007 19:35:11 -0000 1.7 *************** *** 599,604 **** // Format the date for the given file // =================================================== ! $bug_date = create_date( $board_config['default_dateformat'], $file_rowset[$i]['bug_date'], $board_config['board_timezone'] ); ! $bug_update_date = create_date( $board_config['default_dateformat'], $file_rowset[$i]['bug_update_date'], $board_config['board_timezone'] ); // --- 599,604 ---- // Format the date for the given file // =================================================== ! $bug_date = phpBB2::create_date( $board_config['default_dateformat'], $file_rowset[$i]['bug_date'], $board_config['board_timezone'] ); ! $bug_update_date = phpBB2::create_date( $board_config['default_dateformat'], $file_rowset[$i]['bug_update_date'], $board_config['board_timezone'] ); // *************** *** 630,634 **** // author information // ! $author = ( $file_rowset[$i]['user_id'] != ANONYMOUS ) ? '<a href="' . append_sid( $phpbb_root_path . 'profile.' . $phpEx . '?mode=viewprofile&' . POST_USERS_URL . '=' . $file_rowset[$i]['user_id'] ) . '" target=_blank>' : ''; $author .= ( $file_rowset[$i]['user_id'] != ANONYMOUS ) ? $file_rowset[$i]['username'] : $file_rowset[$i]['post_username'] . '(' . $lang['Guest'] . ')'; $author .= ( $file_rowset[$i]['user_id'] != ANONYMOUS ) ? '</a>' : ''; --- 630,634 ---- // author information // ! $author = ( $file_rowset[$i]['user_id'] != ANONYMOUS ) ? '<a href="' . mx_append_sid( $phpbb_root_path . 'profile.' . $phpEx . '?mode=viewprofile&' . POST_USERS_URL . '=' . $file_rowset[$i]['user_id'] ) . '" target=_blank>' : ''; $author .= ( $file_rowset[$i]['user_id'] != ANONYMOUS ) ? $file_rowset[$i]['username'] : $file_rowset[$i]['post_username'] . '(' . $lang['Guest'] . ')'; $author .= ( $file_rowset[$i]['user_id'] != ANONYMOUS ) ? '</a>' : ''; *************** *** 638,642 **** $bug_title = strlen($file_rowset[$i]['bug_title']) > 30 ? substr($file_rowset[$i]['bug_title'], 0, 30) . '...' : $file_rowset[$i]['bug_title']; ! $bug_url = append_sid( $this->this_mxurl( "mode=bug&k=$bug_id" ) ); $bug_description = !empty($file_rowset[$i]['bug_description']) ? '<br />- ' . (strlen($file_rowset[$i]['bug_description']) > 30 ? substr($file_rowset[$i]['bug_description'], 0, 30) . '...' : $file_rowset[$i]['bug_description']) : ''; --- 638,642 ---- $bug_title = strlen($file_rowset[$i]['bug_title']) > 30 ? substr($file_rowset[$i]['bug_title'], 0, 30) . '...' : $file_rowset[$i]['bug_title']; ! $bug_url = mx_append_sid( $this->this_mxurl( "mode=bug&k=$bug_id" ) ); $bug_description = !empty($file_rowset[$i]['bug_description']) ? '<br />- ' . (strlen($file_rowset[$i]['bug_description']) > 30 ? substr($file_rowset[$i]['bug_description'], 0, 30) . '...' : $file_rowset[$i]['bug_description']) : ''; *************** *** 712,716 **** break; } ! $cat_sub .= (!empty($cat_sub) ? '<span class=' . $class . '>, </span>' : '') . '<a href="' . append_sid( $this->this_mxurl( 'mode=cat&cat=' . $cat_row['category_id'] ) ) . '" class=' . $class . '>' . $cat_row['category_name'] . '</a>'; } /* --- 712,716 ---- break; } ! $cat_sub .= (!empty($cat_sub) ? '<span class=' . $class . '>, </span>' : '') . '<a href="' . mx_append_sid( $this->this_mxurl( 'mode=cat&cat=' . $cat_row['category_id'] ) ) . '" class=' . $class . '>' . $cat_row['category_name'] . '</a>'; } /* *************** *** 729,733 **** break; } ! $cat_sub .= (!empty($cat_sub) ? '<span class=' . $class . '>, </span>' : '') . '<a href="' . append_sid( $this->this_mxurl( 'action=category&cat_id=' . $sub_cat_row['cat_id'] ) ) . '" class=' . $class . '>' . $sub_cat_row['cat_name'] . '</a> '; } } --- 729,733 ---- break; } ! $cat_sub .= (!empty($cat_sub) ? '<span class=' . $class . '>, </span>' : '') . '<a href="' . mx_append_sid( $this->this_mxurl( 'action=category&cat_id=' . $sub_cat_row['cat_id'] ) ) . '" class=' . $class . '>' . $sub_cat_row['cat_name'] . '</a> '; } } *************** *** 779,783 **** $template->assign_block_vars( 'navlinks', array( 'CAT_NAME' => $parent_name, ! 'U_VIEW_CAT' => append_sid( $this->this_mxurl( 'mode=cat&cat=' . $parent_cat_id ) ) ) ); } --- 779,783 ---- $template->assign_block_vars( 'navlinks', array( 'CAT_NAME' => $parent_name, ! 'U_VIEW_CAT' => mx_append_sid( $this->this_mxurl( 'mode=cat&cat=' . $parent_cat_id ) ) ) ); } *************** *** 786,790 **** $template->assign_block_vars( 'navlinks', array( 'CAT_NAME' => $this->cat_rowset[$cat_id]['category_name'], ! 'U_VIEW_CAT' => append_sid( $this->this_mxurl( 'mode=cat&cat=' . $this->cat_rowset[$cat_id]['category_id'] ) ) ) ); } --- 786,790 ---- $template->assign_block_vars( 'navlinks', array( 'CAT_NAME' => $this->cat_rowset[$cat_id]['category_name'], ! 'U_VIEW_CAT' => mx_append_sid( $this->this_mxurl( 'mode=cat&cat=' . $this->cat_rowset[$cat_id]['category_id'] ) ) ) ); } *************** *** 963,967 **** $category_name = $category['category_name']; ! $category_url = append_sid( $this->this_mxurl( "mode=cat&cat=$category_id" ) ); $num_of_cats++; --- 963,967 ---- $category_name = $category['category_name']; ! $category_url = mx_append_sid( $this->this_mxurl( "mode=cat&cat=$category_id" ) ); $num_of_cats++; *************** *** 972,980 **** if ( !empty( $last_file_info['article_id'] ) && $this->auth_user[$category_id]['auth_view'] ) { ! $last_file_time = create_date( $board_config['default_dateformat'], $last_file_info['article_date'], $board_config['board_timezone'] ); $last_file = $last_file_time . '<br />'; $last_file_name = ( strlen( stripslashes( $last_file_info['article_title'] ) ) > 20 ) ? substr( stripslashes( $last_file_info['article_title'] ), 0, 20 ) . '...' : stripslashes( $last_file_info['article_title'] ); ! $last_file .= '<a href="' . append_sid( $this->this_mxurl( 'mode=article&k=' . $last_file_info['article_id'] ) ) . '" alt="' . stripslashes( $last_file_info['article_title'] ) . '" title="' . stripslashes( $last_file_info['article_title'] ) . '">' . $last_file_name . '</a> '; ! $last_file .= '<a href="' . append_sid( $this->this_mxurl( 'mode=article&k=' . $last_file_info['article_id'] ) ) . '"><img src="' . $images['bugsbt_icon_latest_reply'] . '" border="0" alt="' . $lang['View_latest_file'] . '" title="' . $lang['View_latest_file'] . '" /></a>'; } else --- 972,980 ---- if ( !empty( $last_file_info['article_id'] ) && $this->auth_user[$category_id]['auth_view'] ) { ! $last_file_time = phpBB2::create_date( $board_config['default_dateformat'], $last_file_info['article_date'], $board_config['board_timezone'] ); $last_file = $last_file_time . '<br />'; $last_file_name = ( strlen( stripslashes( $last_file_info['article_title'] ) ) > 20 ) ? substr( stripslashes( $last_file_info['article_title'] ), 0, 20 ) . '...' : stripslashes( $last_file_info['article_title'] ); ! $last_file .= '<a href="' . mx_append_sid( $this->this_mxurl( 'mode=article&k=' . $last_file_info['article_id'] ) ) . '" alt="' . stripslashes( $last_file_info['article_title'] ) . '" title="' . stripslashes( $last_file_info['article_title'] ) . '">' . $last_file_name . '</a> '; ! $last_file .= '<a href="' . mx_append_sid( $this->this_mxurl( 'mode=article&k=' . $last_file_info['article_id'] ) ) . '"><img src="' . $images['bugsbt_icon_latest_reply'] . '" border="0" alt="' . $lang['View_latest_file'] . '" title="' . $lang['View_latest_file'] . '" /></a>'; } else *************** *** 1133,1137 **** // Format the date for the given file // =================================================== ! $article_date = create_date( $board_config['default_dateformat'], $file_rowset[$i]['article_date'], $board_config['board_timezone'] ); // // If the file is new then put a new image in front of it --- 1133,1137 ---- // Format the date for the given file // =================================================== ! $article_date = phpBB2::create_date( $board_config['default_dateformat'], $file_rowset[$i]['article_date'], $board_config['board_timezone'] ); // // If the file is new then put a new image in front of it *************** *** 1144,1148 **** $cat_name = ( empty( $cat_id ) ) ? $this->cat_rowset[$file_rowset[$i]['file_catid']]['category_name'] : ''; ! $cat_url = append_sid( $this->this_mxurl( 'action=category&cat_id=' . $file_rowset[$i]['article_category_id'] ) ); $article_description = $file_rowset[$i]['article_description'] ; --- 1144,1148 ---- $cat_name = ( empty( $cat_id ) ) ? $this->cat_rowset[$file_rowset[$i]['file_catid']]['category_name'] : ''; ! $cat_url = mx_append_sid( $this->this_mxurl( 'action=category&cat_id=' . $file_rowset[$i]['article_category_id'] ) ); $article_description = $file_rowset[$i]['article_description'] ; *************** *** 1158,1162 **** // author information // ! $author = ( $file_rowset[$i]['user_id'] != ANONYMOUS ) ? '<a href="' . append_sid( $phpbb_root_path . 'profile.' . $phpEx . '?mode=viewprofile&' . POST_USERS_URL . '=' . $file_rowset[$i]['user_id'] ) . '" target=_blank>' : ''; $author .= ( $file_rowset[$i]['user_id'] != ANONYMOUS ) ? $file_rowset[$i]['username'] : $file_rowset[$i]['post_username'] . '(' . $lang['Guest'] . ')'; $author .= ( $file_rowset[$i]['user_id'] != ANONYMOUS ) ? '</a>' : ''; --- 1158,1162 ---- // author information // ! $author = ( $file_rowset[$i]['user_id'] != ANONYMOUS ) ? '<a href="' . mx_append_sid( $phpbb_root_path . 'profile.' . $phpEx . '?mode=viewprofile&' . POST_USERS_URL . '=' . $file_rowset[$i]['user_id'] ) . '" target=_blank>' : ''; $author .= ( $file_rowset[$i]['user_id'] != ANONYMOUS ) ? $file_rowset[$i]['username'] : $file_rowset[$i]['post_username'] . '(' . $lang['Guest'] . ')'; $author .= ( $file_rowset[$i]['user_id'] != ANONYMOUS ) ? '</a>' : ''; *************** *** 1166,1170 **** $article_title = $file_rowset[$i]['article_title']; ! $article_url = append_sid( $this->this_mxurl( "mode=article&k=$article_id" ) ); // =================================================== --- 1166,1170 ---- $article_title = $file_rowset[$i]['article_title']; ! $article_url = mx_append_sid( $this->this_mxurl( "mode=article&k=$article_id" ) ); // =================================================== *************** *** 1183,1187 **** 'ARTICLE_VOTES' => $file_rowset[$i]['total_votes'], 'L_RATING' => $lang['Votes_label'], ! //'DO_RATE' => $this->auth_user[$cat_id]['auth_rate'] ? '<a href="' . append_sid( $this->this_mxurl( 'mode=rate&k=' . $file_rowset[$i]['article_id'] ) ) . '">' . $lang['ADD_RATING'] . '</a>' : '', 'RATING' => $rating, --- 1183,1187 ---- 'ARTICLE_VOTES' => $file_rowset[$i]['total_votes'], 'L_RATING' => $lang['Votes_label'], ! //'DO_RATE' => $this->auth_user[$cat_id]['auth_rate'] ? '<a href="' . mx_append_sid( $this->this_mxurl( 'mode=rate&k=' . $file_rowset[$i]['article_id'] ) ) . '">' . $lang['ADD_RATING'] . '</a>' : '', 'RATING' => $rating, *************** *** 1281,1290 **** 'SORT_DESC' => ( $sort_order == 'DESC' ) ? 'selected="selected"' : '', ! 'PAGINATION' => generate_pagination( append_sid( $this->this_mxurl( "mode=$action&sort_method=$sort_method&sort_order=$sort_order" ) ), $total_file, $bugsbt_config['pagination'], $start ), 'PAGE_NUMBER' => sprintf( $lang['Page_of'], ( floor( $start / $bugsbt_config['pagination'] ) + 1 ), ceil( $total_file / $bugsbt_config['pagination'] ) ), 'ID' => $cat_id, 'START' => $start, ! 'S_ACTION_SORT' => append_sid( $this->this_mxurl( "mode=$action" ) ) ) ); } --- 1281,1290 ---- 'SORT_DESC' => ( $sort_order == 'DESC' ) ? 'selected="selected"' : '', ! 'PAGINATION' => phpBB2::generate_pagination( mx_append_sid( $this->this_mxurl( "mode=$action&sort_method=$sort_method&sort_order=$sort_order" ) ), $total_file, $bugsbt_config['pagination'], $start ), 'PAGE_NUMBER' => sprintf( $lang['Page_of'], ( floor( $start / $bugsbt_config['pagination'] ) + 1 ), ceil( $total_file / $bugsbt_config['pagination'] ) ), 'ID' => $cat_id, 'START' => $start, ! 'S_ACTION_SORT' => mx_append_sid( $this->this_mxurl( "mode=$action" ) ) ) ); } *************** *** 1844,1848 **** $row = $db->sql_fetchrow( $result ); ! $temp_url = append_sid( $this->this_mxurl( 'mode=cat&cat=' . $row['category_id'] ) ); $path_kb_array[] .= ' » <a href="' . $temp_url . '" class="nav">' . $row['category_name'] . '</a> '; --- 1844,1848 ---- $row = $db->sql_fetchrow( $result ); ! $temp_url = mx_append_sid( $this->this_mxurl( 'mode=cat&cat=' . $row['category_id'] ) ); $path_kb_array[] .= ' » <a href="' . $temp_url . '" class="nav">' . $row['category_name'] . '</a> '; |
|
From: Jon O. <jon...@us...> - 2007-09-09 19:35:48
|
Update of /cvsroot/mxbb/mx_bugsbt/bugsbt/admin In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv2027/bugsbt/admin Modified Files: admin_auth_manage.php admin_cat_manage.php admin_custom_manage.php admin_settings.php admin_types_manage.php Log Message: for 2.9.x Index: admin_custom_manage.php =================================================================== RCS file: /cvsroot/mxbb/mx_bugsbt/bugsbt/admin/admin_custom_manage.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** admin_custom_manage.php 5 May 2007 20:18:03 -0000 1.2 --- admin_custom_manage.php 9 Sep 2007 19:35:10 -0000 1.3 *************** *** 63,67 **** $this_custom_field->update_add_field( $field_type ); ! $message = $lang['Fieldadded'] . '<br /><br />' . sprintf( $lang['Click_return'], '<a href="' . append_sid( 'admin_bugsbt.' . $phpEx . '?action=custom_manage' ) . '">', '</a>' ) . '<br /><br />' . sprintf( $lang['Click_return_admin_index'], '<a href="' . append_sid( 'index.' . $phpEx . '?pane=right' ) . '">', '</a>' ); mx_message_die( GENERAL_MESSAGE, $message ); } --- 63,67 ---- $this_custom_field->update_add_field( $field_type ); ! $message = $lang['Fieldadded'] . '<br /><br />' . sprintf( $lang['Click_return'], '<a href="' . mx_append_sid( 'admin_bugsbt.' . $phpEx . '?action=custom_manage' ) . '">', '</a>' ) . '<br /><br />' . sprintf( $lang['Click_return_admin_index'], '<a href="' . mx_append_sid( 'index.' . $phpEx . '?pane=right' ) . '">', '</a>' ); mx_message_die( GENERAL_MESSAGE, $message ); } *************** *** 70,74 **** $this_custom_field->update_add_field( $field_type, $field_id ); ! $message = $lang['Fieldedited'] . '<br /><br />' . sprintf( $lang['Click_return'], '<a href="' . append_sid( 'admin_bugsbt.' . $phpEx . '?action=custom_manage' ) . '">', '</a>' ) . '<br /><br />' . sprintf( $lang['Click_return_admin_index'], '<a href="' . append_sid( 'index.' . $phpEx . '?pane=right' ) . '">', '</a>' ); mx_message_die( GENERAL_MESSAGE, $message ); } --- 70,74 ---- $this_custom_field->update_add_field( $field_type, $field_id ); ! $message = $lang['Fieldedited'] . '<br /><br />' . sprintf( $lang['Click_return'], '<a href="' . mx_append_sid( 'admin_bugsbt.' . $phpEx . '?action=custom_manage' ) . '">', '</a>' ) . '<br /><br />' . sprintf( $lang['Click_return_admin_index'], '<a href="' . mx_append_sid( 'index.' . $phpEx . '?pane=right' ) . '">', '</a>' ); mx_message_die( GENERAL_MESSAGE, $message ); } *************** *** 80,84 **** } ! $message = $lang['Fieldsdel'] . '<br /><br />' . sprintf( $lang['Click_return'], '<a href="' . append_sid( 'admin_bugsbt.' . $phpEx . '?action=custom_manage' ) . '">', '</a>' ) . '<br /><br />' . sprintf( $lang['Click_return_admin_index'], '<a href="' . append_sid( 'index.' . $phpEx . '?pane=right' ) . '">', '</a>' ); mx_message_die( GENERAL_MESSAGE, $message ); } --- 80,84 ---- } ! $message = $lang['Fieldsdel'] . '<br /><br />' . sprintf( $lang['Click_return'], '<a href="' . mx_append_sid( 'admin_bugsbt.' . $phpEx . '?action=custom_manage' ) . '">', '</a>' ) . '<br /><br />' . sprintf( $lang['Click_return_admin_index'], '<a href="' . mx_append_sid( 'index.' . $phpEx . '?pane=right' ) . '">', '</a>' ); mx_message_die( GENERAL_MESSAGE, $message ); } *************** *** 132,136 **** 'S_HIDDEN_FIELDS' => $s_hidden_fields, ! 'S_FIELD_ACTION' => append_sid( "admin_bugsbt.$phpEx?action=custom_manage" ) )); --- 132,136 ---- 'S_HIDDEN_FIELDS' => $s_hidden_fields, ! 'S_FIELD_ACTION' => mx_append_sid( "admin_bugsbt.$phpEx?action=custom_manage" ) )); Index: admin_cat_manage.php =================================================================== RCS file: /cvsroot/mxbb/mx_bugsbt/bugsbt/admin/admin_cat_manage.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** admin_cat_manage.php 12 Jul 2007 22:43:51 -0000 1.4 --- admin_cat_manage.php 9 Sep 2007 19:35:10 -0000 1.5 *************** *** 170,174 **** $template->assign_vars( array( ! 'S_ACTION' => append_sid( "admin_bugsbt.$phpEx?action=cat_manage&mode=create" ), 'L_EDIT_TITLE' => $lang['Create_cat'], --- 170,174 ---- $template->assign_vars( array( ! 'S_ACTION' => mx_append_sid( "admin_bugsbt.$phpEx?action=cat_manage&mode=create" ), 'L_EDIT_TITLE' => $lang['Create_cat'], *************** *** 364,368 **** } ! $message = $lang['Cat_created'] . '<br /><br />' . sprintf( $lang['Click_return_cat_manager'], '<a href="' . append_sid( "admin_bugsbt.$phpEx?action=cat_manage" ) . '">', '</a>' ) . '<br /><br />' . sprintf( $lang['Click_return_admin_index'], '<a href="' . append_sid( $mx_root_path . "admin/index.$phpEx?pane=right" ) . '">', '</a>' ); mx_message_die( GENERAL_MESSAGE, $message ); --- 364,368 ---- } ! $message = $lang['Cat_created'] . '<br /><br />' . sprintf( $lang['Click_return_cat_manager'], '<a href="' . mx_append_sid( "admin_bugsbt.$phpEx?action=cat_manage" ) . '">', '</a>' ) . '<br /><br />' . sprintf( $lang['Click_return_admin_index'], '<a href="' . mx_append_sid( $mx_root_path . "admin/index.$phpEx?pane=right" ) . '">', '</a>' ); mx_message_die( GENERAL_MESSAGE, $message ); *************** *** 475,479 **** 'PARENT_ID' => $parent, ! 'S_ACTION' => append_sid( "admin_bugsbt.$phpEx?action=cat_manage&mode=edit" ), 'CAT_NAME' => $cat_name, 'CAT_DESCRIPTION' => $cat_desc, --- 475,479 ---- 'PARENT_ID' => $parent, ! 'S_ACTION' => mx_append_sid( "admin_bugsbt.$phpEx?action=cat_manage&mode=edit" ), 'CAT_NAME' => $cat_name, 'CAT_DESCRIPTION' => $cat_desc, *************** *** 631,635 **** } ! $message = $lang['Cat_edited'] . '<br /><br />' . sprintf( $lang['Click_return_cat_manager'], '<a href="' . append_sid( "admin_bugsbt.$phpEx?action=cat_manage" ) . '">', '</a>' ) . '<br /><br />' . sprintf( $lang['Click_return_admin_index'], '<a href="' . append_sid( $mx_root_path . "admin/index.$phpEx?pane=right" ) . '">', '</a>' ); mx_message_die( GENERAL_MESSAGE, $message ); --- 631,635 ---- } ! $message = $lang['Cat_edited'] . '<br /><br />' . sprintf( $lang['Click_return_cat_manager'], '<a href="' . mx_append_sid( "admin_bugsbt.$phpEx?action=cat_manage" ) . '">', '</a>' ) . '<br /><br />' . sprintf( $lang['Click_return_admin_index'], '<a href="' . mx_append_sid( $mx_root_path . "admin/index.$phpEx?pane=right" ) . '">', '</a>' ); mx_message_die( GENERAL_MESSAGE, $message ); *************** *** 674,678 **** //'S_SELECT_TO' => $this->generate_jumpbox( '', $cat_id, 0, true, true ), 'S_SELECT_TO' => $this->generate_jumpbox( 0, 0, array( $cat_id => 1 )), ! 'S_ACTION' => append_sid( "admin_bugsbt.$phpEx?action=cat_manage&mode=delete" ), 'CAT_NAME' => $cat_name ) --- 674,678 ---- //'S_SELECT_TO' => $this->generate_jumpbox( '', $cat_id, 0, true, true ), 'S_SELECT_TO' => $this->generate_jumpbox( 0, 0, array( $cat_id => 1 )), ! 'S_ACTION' => mx_append_sid( "admin_bugsbt.$phpEx?action=cat_manage&mode=delete" ), 'CAT_NAME' => $cat_name ) *************** *** 746,750 **** } ! $message = $lang['Cat_deleted'] . '<br /><br />' . sprintf( $lang['Click_return_cat_manager'], '<a href="' . append_sid( "admin_bugsbt.$phpEx?action=cat_manage" ) . '">', '</a>' ) . '<br /><br />' . sprintf( $lang['Click_return_admin_index'], '<a href="' . append_sid( $mx_root_path . "admin/index.$phpEx?pane=right" ) . '">', '</a>' ); mx_message_die( GENERAL_MESSAGE, $message ); --- 746,750 ---- } ! $message = $lang['Cat_deleted'] . '<br /><br />' . sprintf( $lang['Click_return_cat_manager'], '<a href="' . mx_append_sid( "admin_bugsbt.$phpEx?action=cat_manage" ) . '">', '</a>' ) . '<br /><br />' . sprintf( $lang['Click_return_admin_index'], '<a href="' . mx_append_sid( $mx_root_path . "admin/index.$phpEx?pane=right" ) . '">', '</a>' ); mx_message_die( GENERAL_MESSAGE, $message ); *************** *** 850,854 **** 'L_ORDER' => $lang['Update_order'], ! 'S_ACTION' => append_sid( "admin_bugsbt.$phpEx?action=cat_manage&mode=create" ) ) ); --- 850,854 ---- 'L_ORDER' => $lang['Update_order'], ! 'S_ACTION' => mx_append_sid( "admin_bugsbt.$phpEx?action=cat_manage&mode=create" ) ) ); Index: admin_types_manage.php =================================================================== RCS file: /cvsroot/mxbb/mx_bugsbt/bugsbt/admin/admin_types_manage.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** admin_types_manage.php 5 May 2007 20:18:03 -0000 1.2 --- admin_types_manage.php 9 Sep 2007 19:35:10 -0000 1.3 *************** *** 71,75 **** } ! $message = $lang['Type_created'] . '<br /><br />' . sprintf( $lang['Click_return_type_manager'], '<a href="' . append_sid( "admin_bugsbt.$phpEx?action=types_manage" ) . '">', '</a>' ) . '<br /><br />' . sprintf( $lang['Click_return_admin_index'], '<a href="' . append_sid( $mx_root_path . "admin/index.$phpEx?pane=right" ) . '">', '</a>' ); mx_message_die( GENERAL_MESSAGE, $message ); break; --- 71,75 ---- } ! $message = $lang['Type_created'] . '<br /><br />' . sprintf( $lang['Click_return_type_manager'], '<a href="' . mx_append_sid( "admin_bugsbt.$phpEx?action=types_manage" ) . '">', '</a>' ) . '<br /><br />' . sprintf( $lang['Click_return_admin_index'], '<a href="' . mx_append_sid( $mx_root_path . "admin/index.$phpEx?pane=right" ) . '">', '</a>' ); mx_message_die( GENERAL_MESSAGE, $message ); break; *************** *** 102,106 **** 'L_CREATE' => $lang['Edit'], ! 'S_ACTION' => append_sid( "admin_bugsbt.$phpEx?action=types_manage&mode=edit" ), 'CAT_NAME' => $type, --- 102,106 ---- 'L_CREATE' => $lang['Edit'], ! 'S_ACTION' => mx_append_sid( "admin_bugsbt.$phpEx?action=types_manage&mode=edit" ), 'CAT_NAME' => $type, *************** *** 126,130 **** } ! $message = $lang['Type_edited'] . '<br /><br />' . sprintf( $lang['Click_return_type_manager'], '<a href="' . append_sid( "admin_bugsbt.$phpEx?action=types_manage" ) . '">', '</a>' ) . '<br /><br />' . sprintf( $lang['Click_return_admin_index'], '<a href="' . append_sid( $mx_root_path . "admin/index.$phpEx?pane=right" ) . '">', '</a>' ); mx_message_die( GENERAL_MESSAGE, $message ); } --- 126,130 ---- } ! $message = $lang['Type_edited'] . '<br /><br />' . sprintf( $lang['Click_return_type_manager'], '<a href="' . mx_append_sid( "admin_bugsbt.$phpEx?action=types_manage" ) . '">', '</a>' ) . '<br /><br />' . sprintf( $lang['Click_return_admin_index'], '<a href="' . mx_append_sid( $mx_root_path . "admin/index.$phpEx?pane=right" ) . '">', '</a>' ); mx_message_die( GENERAL_MESSAGE, $message ); } *************** *** 166,170 **** 'S_HIDDEN_FIELDS' => '<input type="hidden" name="typeid" value="' . $type_id . '">', 'S_SELECT_TO' => $this->get_list_types( $type_id, 0 ), ! 'S_ACTION' => append_sid( "admin_bugsbt.$phpEx?action=types_manage&mode=delete" ), 'CAT_NAME' => $type_name --- 166,170 ---- 'S_HIDDEN_FIELDS' => '<input type="hidden" name="typeid" value="' . $type_id . '">', 'S_SELECT_TO' => $this->get_list_types( $type_id, 0 ), ! 'S_ACTION' => mx_append_sid( "admin_bugsbt.$phpEx?action=types_manage&mode=delete" ), 'CAT_NAME' => $type_name *************** *** 194,198 **** } ! $message = $lang['Type_deleted'] . '<br /><br />' . sprintf( $lang['Click_return_type_manager'], '<a href="' . append_sid( "admin_bugsbt.$phpEx?action=types_manage" ) . '">', '</a>' ) . '<br /><br />' . sprintf( $lang['Click_return_admin_index'], '<a href="' . append_sid( $mx_root_path . "admin/index.$phpEx?pane=right" ) . '">', '</a>' ); mx_message_die( GENERAL_MESSAGE, $message ); } --- 194,198 ---- } ! $message = $lang['Type_deleted'] . '<br /><br />' . sprintf( $lang['Click_return_type_manager'], '<a href="' . mx_append_sid( "admin_bugsbt.$phpEx?action=types_manage" ) . '">', '</a>' ) . '<br /><br />' . sprintf( $lang['Click_return_admin_index'], '<a href="' . mx_append_sid( $mx_root_path . "admin/index.$phpEx?pane=right" ) . '">', '</a>' ); mx_message_die( GENERAL_MESSAGE, $message ); } *************** *** 214,218 **** 'L_ACTION' => $lang['Bug_action'], ! 'S_ACTION' => append_sid( "admin_bugsbt.$phpEx?action=types_manage&mode=create" ) )); --- 214,218 ---- 'L_ACTION' => $lang['Bug_action'], ! 'S_ACTION' => mx_append_sid( "admin_bugsbt.$phpEx?action=types_manage&mode=create" ) )); *************** *** 232,239 **** $type_name = $type['type']; ! $temp_url = append_sid( "admin_bugsbt.$phpEx?action=types_manage&mode=edit&cat=$type_id" ); $edit = '<a href="' . $temp_url . '"><img src="' . $images['bugsbt_icon_edit'] . '" border="0" alt="' . $lang['Edit'] . '"></a>'; ! $temp_url = append_sid( "admin_bugsbt.$phpEx?action=types_manage&mode=delete&cat=$type_id" ); $delete = '<a href="' . $temp_url . '"><img src="' . $images['bugsbt_icon_delpost'] . '" border="0" alt="' . $lang['Delete'] . '"></a>'; --- 232,239 ---- $type_name = $type['type']; ! $temp_url = mx_append_sid( "admin_bugsbt.$phpEx?action=types_manage&mode=edit&cat=$type_id" ); $edit = '<a href="' . $temp_url . '"><img src="' . $images['bugsbt_icon_edit'] . '" border="0" alt="' . $lang['Edit'] . '"></a>'; ! $temp_url = mx_append_sid( "admin_bugsbt.$phpEx?action=types_manage&mode=delete&cat=$type_id" ); $delete = '<a href="' . $temp_url . '"><img src="' . $images['bugsbt_icon_delpost'] . '" border="0" alt="' . $lang['Delete'] . '"></a>'; Index: admin_settings.php =================================================================== RCS file: /cvsroot/mxbb/mx_bugsbt/bugsbt/admin/admin_settings.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** admin_settings.php 5 May 2007 20:18:03 -0000 1.2 --- admin_settings.php 9 Sep 2007 19:35:10 -0000 1.3 *************** *** 55,59 **** { $mx_bugsbt_cache->unload(); ! $message = $lang['bugsbt_config_updated'] . "<br /><br />" . sprintf( $lang['Click_return_bugsbt_config'], "<a href=\"" . append_sid( "admin_bugsbt.$phpEx?action=settings&mode=config" ) . "\">", "</a>" ) . "<br /><br />" . sprintf( $lang['Click_return_admin_index'], "<a href=\"" . append_sid( $mx_root_path . "admin/index.$phpEx?pane=right" ) . "\">", "</a>" ); mx_message_die( GENERAL_MESSAGE, $message ); --- 55,59 ---- { $mx_bugsbt_cache->unload(); ! $message = $lang['bugsbt_config_updated'] . "<br /><br />" . sprintf( $lang['Click_return_bugsbt_config'], "<a href=\"" . mx_append_sid( "admin_bugsbt.$phpEx?action=settings&mode=config" ) . "\">", "</a>" ) . "<br /><br />" . sprintf( $lang['Click_return_admin_index'], "<a href=\"" . mx_append_sid( $mx_root_path . "admin/index.$phpEx?pane=right" ) . "\">", "</a>" ); mx_message_die( GENERAL_MESSAGE, $message ); *************** *** 238,242 **** $template->assign_vars( array( ! 'S_ACTION' => append_sid( "admin_bugsbt.$phpEx?action=settings&mode=config" ), 'L_CONFIGURATION_TITLE' => $lang['Panel_config_title'], --- 238,242 ---- $template->assign_vars( array( ! 'S_ACTION' => mx_append_sid( "admin_bugsbt.$phpEx?action=settings&mode=config" ), 'L_CONFIGURATION_TITLE' => $lang['Panel_config_title'], Index: admin_auth_manage.php =================================================================== RCS file: /cvsroot/mxbb/mx_bugsbt/bugsbt/admin/admin_auth_manage.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** admin_auth_manage.php 5 May 2007 20:18:02 -0000 1.3 --- admin_auth_manage.php 9 Sep 2007 19:35:10 -0000 1.4 *************** *** 39,43 **** 'L_AUTH_EXPLAIN' => $lang['bugsbt_Auth_Explain'], 'L_SELECT_CAT' => $lang['Select_a_Category'], ! 'S_ACTION' => append_sid( "admin_bugsbt.$phpEx?action=auth_manage" ), 'L_LOOK_UP_CAT' => $lang['Look_up_Category'], 'CAT_SELECT_TITLE' => $s_bugsbt_cat_list --- 39,43 ---- 'L_AUTH_EXPLAIN' => $lang['bugsbt_Auth_Explain'], 'L_SELECT_CAT' => $lang['Select_a_Category'], ! 'S_ACTION' => mx_append_sid( "admin_bugsbt.$phpEx?action=auth_manage" ), 'L_LOOK_UP_CAT' => $lang['Look_up_Category'], 'CAT_SELECT_TITLE' => $s_bugsbt_cat_list *************** *** 73,77 **** 'L_IS_MODERATOR' => $lang['Is_Moderator'], ! 'S_ACTION' => append_sid( "admin_bugsbt.$phpEx?action=auth_manage&cat_id=$cat_id" ), )); --- 73,77 ---- 'L_IS_MODERATOR' => $lang['Is_Moderator'], ! 'S_ACTION' => mx_append_sid( "admin_bugsbt.$phpEx?action=auth_manage&cat_id=$cat_id" ), )); *************** *** 79,86 **** // Get the list of phpBB usergroups // ! $sql = "SELECT group_id, group_name ! FROM " . GROUPS_TABLE . " ! WHERE group_single_user <> " . true . " ! ORDER BY group_name ASC"; if ( !( $result = $db->sql_query( $sql ) ) ) { --- 79,99 ---- // Get the list of phpBB usergroups // ! switch (PORTAL_BACKEND) ! { ! case 'internal': ! case 'phpbb2': ! $sql = "SELECT group_id, group_name ! FROM " . GROUPS_TABLE . " ! WHERE group_single_user <> " . TRUE . " ! ORDER BY group_name ASC"; ! break; ! case 'phpbb3': ! $sql = "SELECT group_id, group_name ! FROM " . GROUPS_TABLE . " ! WHERE group_name NOT IN ('BOTS', 'GUESTS') ! ORDER BY group_name ASC"; ! break; ! } ! if ( !( $result = $db->sql_query( $sql ) ) ) { *************** *** 161,165 **** } ! $message = $lang['bugsbt_Auth_successfully'] . '<br /><br />' . sprintf( $lang['Click_return_bugsbt_auth'], '<a href="' . append_sid( "admin_bugsbt.$phpEx?action=auth_manage" ) . '">', '</a>' ) . '<br /><br />' . sprintf( $lang['Click_return_admin_index'], '<a href="' . append_sid( $mx_root_path . "admin/index.$phpEx?pane=right" ) . '">', '</a>' ); mx_message_die( GENERAL_MESSAGE, $message ); --- 174,178 ---- } ! $message = $lang['bugsbt_Auth_successfully'] . '<br /><br />' . sprintf( $lang['Click_return_bugsbt_auth'], '<a href="' . mx_append_sid( "admin_bugsbt.$phpEx?action=auth_manage" ) . '">', '</a>' ) . '<br /><br />' . sprintf( $lang['Click_return_admin_index'], '<a href="' . mx_append_sid( $mx_root_path . "admin/index.$phpEx?pane=right" ) . '">', '</a>' ); mx_message_die( GENERAL_MESSAGE, $message ); |
|
From: Jon O. <jon...@us...> - 2007-09-09 19:35:48
|
Update of /cvsroot/mxbb/mx_bugsbt/bugsbt/modules In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv2027/bugsbt/modules Modified Files: bugsbt_post.php bugsbt_post_comment.php bugsbt_product.php bugsbt_update_tree.php bugsbt_view.php Log Message: for 2.9.x Index: bugsbt_update_tree.php =================================================================== RCS file: /cvsroot/mxbb/mx_bugsbt/bugsbt/modules/bugsbt_update_tree.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** bugsbt_update_tree.php 5 May 2007 20:18:04 -0000 1.2 --- bugsbt_update_tree.php 9 Sep 2007 19:35:11 -0000 1.3 *************** *** 62,66 **** if ( !$userdata['session_logged_in'] ) { ! // mx_redirect(append_sid($mx_root_path . "login.$phpEx?redirect=". $this->this_mxurl("mode=cat&cat=" . $cat_id, true), true)); } --- 62,66 ---- if ( !$userdata['session_logged_in'] ) { ! // mx_redirect(mx_append_sid($mx_root_path . "login.$phpEx?redirect=". $this->this_mxurl("mode=cat&cat=" . $cat_id, true), true)); } *************** *** 71,75 **** if ( !isset( $this->cat_rowset[$category_id] ) ) { ! $message = $lang['Category_not_exsist'] . '<br /><br />' . sprintf( $lang['Click_return_bugsbt'], '<a href="' . append_sid( $this->this_mxurl() ) . '">', '</a>' ) . '<br /><br />' . sprintf( $lang['Click_return_index'], '<a href="' . append_sid( $mx_root_path . "index.$phpEx" ) . '">', '</a>' ); mx_message_die( GENERAL_MESSAGE, $message ); } --- 71,75 ---- if ( !isset( $this->cat_rowset[$category_id] ) ) { ! $message = $lang['Category_not_exsist'] . '<br /><br />' . sprintf( $lang['Click_return_bugsbt'], '<a href="' . mx_append_sid( $this->this_mxurl() ) . '">', '</a>' ) . '<br /><br />' . sprintf( $lang['Click_return_index'], '<a href="' . mx_append_sid($mx_root_path . "index.$phpEx" ) . '">', '</a>' ); mx_message_die( GENERAL_MESSAGE, $message ); } Index: bugsbt_product.php =================================================================== RCS file: /cvsroot/mxbb/mx_bugsbt/bugsbt/modules/bugsbt_product.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** bugsbt_product.php 5 May 2007 20:18:04 -0000 1.3 --- bugsbt_product.php 9 Sep 2007 19:35:11 -0000 1.4 *************** *** 96,100 **** if ( !$userdata['session_logged_in'] ) { ! // mx_redirect(append_sid($mx_root_path . "login.$phpEx?redirect=". $this->this_mxurl("mode=cat&cat=" . $cat_id, true), true)); } --- 96,100 ---- if ( !$userdata['session_logged_in'] ) { ! // mx_redirect(mx_append_sid($mx_root_path . "login.$phpEx?redirect=". $this->this_mxurl("mode=cat&cat=" . $cat_id, true), true)); } *************** *** 105,109 **** if ( !isset( $this->cat_rowset[$category_id] ) ) { ! $message = $lang['Category_not_exsist'] . '<br /><br />' . sprintf( $lang['Click_return_bugsbt'], '<a href="' . append_sid( $this->this_mxurl() ) . '">', '</a>' ) . '<br /><br />' . sprintf( $lang['Click_return_index'], '<a href="' . append_sid( $mx_root_path . "index.$phpEx" ) . '">', '</a>' ); //mx_message_die( GENERAL_MESSAGE, $message ); } --- 105,109 ---- if ( !isset( $this->cat_rowset[$category_id] ) ) { ! $message = $lang['Category_not_exsist'] . '<br /><br />' . sprintf( $lang['Click_return_bugsbt'], '<a href="' . mx_append_sid( $this->this_mxurl() ) . '">', '</a>' ) . '<br /><br />' . sprintf( $lang['Click_return_index'], '<a href="' . mx_append_sid( $mx_root_path . "index.$phpEx" ) . '">', '</a>' ); //mx_message_die( GENERAL_MESSAGE, $message ); } *************** *** 139,143 **** 'L_UPDATED' => $lang['Date_updated'], ! 'U_CAT' => append_sid( $this->this_mxurl( 'mode=cat&cat=' . $category_id ) ) ) ); --- 139,143 ---- 'L_UPDATED' => $lang['Date_updated'], ! 'U_CAT' => mx_append_sid( $this->this_mxurl( 'mode=cat&cat=' . $category_id ) ) ) ); Index: bugsbt_view.php =================================================================== RCS file: /cvsroot/mxbb/mx_bugsbt/bugsbt/modules/bugsbt_view.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** bugsbt_view.php 12 Jul 2007 22:43:56 -0000 1.4 --- bugsbt_view.php 9 Sep 2007 19:35:11 -0000 1.5 *************** *** 87,91 **** if ( ( !$this->auth_user[$bugsbt_row['bug_category_id']]['auth_view'] ) ) { ! $message = $lang['Bug_not_exsist'] . '<br /><br />' . sprintf( $lang['Click_return_bugsbt'], '<a href="' . append_sid( $this->this_mxurl() ) . '">', '</a>' ) . '<br /><br />' . sprintf( $lang['Click_return_index'], '<a href="' . append_sid( $phpbb_root_path . "index.$phpEx" ) . '">', '</a>' ); mx_message_die( GENERAL_MESSAGE, $message ); } --- 87,91 ---- if ( ( !$this->auth_user[$bugsbt_row['bug_category_id']]['auth_view'] ) ) { ! $message = $lang['Bug_not_exsist'] . '<br /><br />' . sprintf( $lang['Click_return_bugsbt'], '<a href="' . mx_append_sid( $this->this_mxurl() ) . '">', '</a>' ) . '<br /><br />' . sprintf( $lang['Click_return_index'], '<a href="' . mx_append_sid( $phpbb_root_path . "index.$phpEx" ) . '">', '</a>' ); mx_message_die( GENERAL_MESSAGE, $message ); } *************** *** 105,110 **** $author_id = $bugsbt_row['bug_author_id']; $approved = $bugsbt_row['approved']; ! $date = create_date( $board_config['default_dateformat'], $bugsbt_row['bug_date'], $board_config['board_timezone'] ); ! $date_updated = create_date( $board_config['default_dateformat'], $bugsbt_row['bug_update_date'], $board_config['board_timezone'] ); $bug_type = isset($lang['bugsbt_type_' . $bugsbt_row['type']]) ? $lang['bugsbt_type_' . $bugsbt_row['type']] : $bugsbt_row['type']; --- 105,110 ---- $author_id = $bugsbt_row['bug_author_id']; $approved = $bugsbt_row['approved']; ! $date = phpBB2::create_date( $board_config['default_dateformat'], $bugsbt_row['bug_date'], $board_config['board_timezone'] ); ! $date_updated = phpBB2::create_date( $board_config['default_dateformat'], $bugsbt_row['bug_update_date'], $board_config['board_timezone'] ); $bug_type = isset($lang['bugsbt_type_' . $bugsbt_row['type']]) ? $lang['bugsbt_type_' . $bugsbt_row['type']] : $bugsbt_row['type']; *************** *** 178,182 **** // Format text and data // ! //$temp_url = append_sid( $this->this_mxurl( "mode=cat&cat=$bug_category_id" ) ); //$build_name = '<a href="' . $temp_url . '" class="gensmall">' . $build_name . '</a>'; --- 178,182 ---- // Format text and data // ! //$temp_url = mx_append_sid( $this->this_mxurl( "mode=cat&cat=$bug_category_id" ) ); //$build_name = '<a href="' . $temp_url . '" class="gensmall">' . $build_name . '</a>'; *************** *** 188,192 **** { $author_name = $bugsbt_row['username']; ! $temp_url = append_sid( $phpbb_root_path . "profile.$phpEx?mode=viewprofile&" . POST_USERS_URL . "=$author_id" ); $author_bugsbt_art = '<a href="' . $temp_url . '" class="gensmall">' . $author_name . '</a>'; } --- 188,192 ---- { $author_name = $bugsbt_row['username']; ! $temp_url = mx_append_sid( $phpbb_root_path . "profile.$phpEx?mode=viewprofile&" . POST_USERS_URL . "=$author_id" ); $author_bugsbt_art = '<a href="' . $temp_url . '" class="gensmall">' . $author_name . '</a>'; } *************** *** 208,212 **** if ( ( $userdata['user_id'] == $author_id && $this->auth_user[$bug_category_id]['auth_edit'] ) || $this->auth_user[$bug_category_id]['auth_mod'] ) { ! $temp_url = append_sid( $this->this_mxurl( "mode=edit&k=" . $bug_id ) ); $edit_img = '<a href="' . $temp_url . '"><img src="' . $images['bugsbt_icon_edit'] . '" alt="' . $lang['Edit_delete_post'] . '" title="' . $lang['Edit_delete_post'] . '" border="0" /></a>'; $edit = '<a href="javascript:editBug(\''.$bug_id.'\');">' . $lang['Edit_delete_post'] . '</a>'; --- 208,212 ---- if ( ( $userdata['user_id'] == $author_id && $this->auth_user[$bug_category_id]['auth_edit'] ) || $this->auth_user[$bug_category_id]['auth_mod'] ) { ! $temp_url = mx_append_sid( $this->this_mxurl( "mode=edit&k=" . $bug_id ) ); $edit_img = '<a href="' . $temp_url . '"><img src="' . $images['bugsbt_icon_edit'] . '" alt="' . $lang['Edit_delete_post'] . '" title="' . $lang['Edit_delete_post'] . '" border="0" /></a>'; $edit = '<a href="javascript:editBug(\''.$bug_id.'\');">' . $lang['Edit_delete_post'] . '</a>'; *************** *** 223,227 **** if ( ( $userdata['user_id'] == $author_id && $this->auth_user[$bug_category_id]['auth_delete'] ) || $this->auth_user[$bug_category_id]['auth_mod'] ) { ! $temp_url = append_sid( $this->this_mxurl( "mode=edit&do=delete&k=" . $bug_id ) ); $delete_img = '<a href="javascript:delete_item(\'' . $temp_url . '\')"><img src="' . $images['bugsbt_icon_delpost'] . '" alt="' . $lang['Edit_delete_post'] . '" title="' . $lang['Edit_delete_post'] . '" border="0" /></a>'; $delete = '<a href="javascript:deleteBug(\''.$bug_id.'\');">' . $lang['Edit_delete_post'] . '</a>'; --- 223,227 ---- if ( ( $userdata['user_id'] == $author_id && $this->auth_user[$bug_category_id]['auth_delete'] ) || $this->auth_user[$bug_category_id]['auth_mod'] ) { ! $temp_url = mx_append_sid( $this->this_mxurl( "mode=edit&do=delete&k=" . $bug_id ) ); $delete_img = '<a href="javascript:delete_item(\'' . $temp_url . '\')"><img src="' . $images['bugsbt_icon_delpost'] . '" alt="' . $lang['Edit_delete_post'] . '" title="' . $lang['Edit_delete_post'] . '" border="0" /></a>'; $delete = '<a href="javascript:deleteBug(\''.$bug_id.'\');">' . $lang['Edit_delete_post'] . '</a>'; *************** *** 238,242 **** if ( !$this->auth_user[$bug_category_id]['auth_view'] || !$bug_title || ( !$approved && !$this->auth_user[$bug_category_id]['auth_mod'] ) ) { ! $message = $lang['Bug_not_exsist'] . '<br /><br />' . sprintf( $lang['Click_return_bugsbt'], '<a href="' . append_sid( $this->this_mxurl() ) . '">', '</a>' ) . '<br /><br />' . sprintf( $lang['Click_return_index'], '<a href="' . append_sid( $phpbb_root_path . "index.$phpEx" ) . '">', '</a>' ); mx_message_die( GENERAL_MESSAGE, $message ); } --- 238,242 ---- if ( !$this->auth_user[$bug_category_id]['auth_view'] || !$bug_title || ( !$approved && !$this->auth_user[$bug_category_id]['auth_mod'] ) ) { ! $message = $lang['Bug_not_exsist'] . '<br /><br />' . sprintf( $lang['Click_return_bugsbt'], '<a href="' . mx_append_sid( $this->this_mxurl() ) . '">', '</a>' ) . '<br /><br />' . sprintf( $lang['Click_return_index'], '<a href="' . mx_append_sid( $phpbb_root_path . "index.$phpEx" ) . '">', '</a>' ); mx_message_die( GENERAL_MESSAGE, $message ); } Index: bugsbt_post.php =================================================================== RCS file: /cvsroot/mxbb/mx_bugsbt/bugsbt/modules/bugsbt_post.php,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** bugsbt_post.php 5 Aug 2007 22:07:55 -0000 1.5 --- bugsbt_post.php 9 Sep 2007 19:35:11 -0000 1.6 *************** *** 145,149 **** $this->delete_items( $article_id ); $this->_bugsbt(); ! $message = $lang['Bug_Deleted'] . '<br /><br />' . sprintf( $lang['Click_return'], '<a href="' . append_sid( $this->this_mxurl( "mode=cat&cat=" . $cat_id ) ) . '">', '</a>' ); $this->mx_message_die( GENERAL_MESSAGE, $message ); } --- 145,149 ---- $this->delete_items( $article_id ); $this->_bugsbt(); ! $message = $lang['Bug_Deleted'] . '<br /><br />' . sprintf( $lang['Click_return'], '<a href="' . mx_append_sid( $this->this_mxurl( "mode=cat&cat=" . $cat_id ) ) . '">', '</a>' ); $this->mx_message_die( GENERAL_MESSAGE, $message ); } *************** *** 234,238 **** if ( !$mx_request_vars->is_request('article_name') || !$mx_request_vars->is_request('article_desc') || !$mx_request_vars->is_request('message') ) { ! $message = $lang['Empty_fields'] . '<br /><br />' . sprintf( $lang['Empty_fields_return'], '<a href="' . append_sid( $this->this_mxurl( 'mode=add' ) ) . '">', '</a>' ); $this->mx_message_die( GENERAL_ERROR, $message ); } --- 234,238 ---- if ( !$mx_request_vars->is_request('article_name') || !$mx_request_vars->is_request('article_desc') || !$mx_request_vars->is_request('message') ) { ! $message = $lang['Empty_fields'] . '<br /><br />' . sprintf( $lang['Empty_fields_return'], '<a href="' . mx_append_sid( $this->this_mxurl( 'mode=add' ) ) . '">', '</a>' ); $this->mx_message_die( GENERAL_ERROR, $message ); } *************** *** 356,364 **** if ( $approve == 1 ) { ! $message = $lang['Bug_submitted'] . '<br /><br />' . sprintf( $lang['Click_return_bugsbt'], '<a href="' . append_sid( $this->this_mxurl() ) . '">', '</a>' ) . '<br /><br />' . sprintf($lang['Click_return_bug'], '<a href="' . append_sid($this->this_mxurl("mode=article&k=" . $article_id)). '">', '</a>') . '<br /><br />' . sprintf( $lang['Click_return_index'], '<a href="' . append_sid( $mx_root_path . "index.$phpEx" ) . '">', '</a>' ); } else { ! $message = $lang['Bug_submitted_Approve'] . '<br /><br />' . sprintf( $lang['Click_return_bugsbt'], '<a href="' . append_sid( $this->this_mxurl() ) . '">', '</a>' ) . '<br /><br />' . sprintf( $lang['Click_return_index'], '<a href="' . append_sid( $mx_root_path . "index.$phpEx" ) . '">', '</a>' ); } --- 356,364 ---- if ( $approve == 1 ) { ! $message = $lang['Bug_submitted'] . '<br /><br />' . sprintf( $lang['Click_return_bugsbt'], '<a href="' . mx_append_sid( $this->this_mxurl() ) . '">', '</a>' ) . '<br /><br />' . sprintf($lang['Click_return_bug'], '<a href="' . mx_append_sid($this->this_mxurl("mode=article&k=" . $article_id)). '">', '</a>') . '<br /><br />' . sprintf( $lang['Click_return_index'], '<a href="' . mx_append_sid( $mx_root_path . "index.$phpEx" ) . '">', '</a>' ); } else { ! $message = $lang['Bug_submitted_Approve'] . '<br /><br />' . sprintf( $lang['Click_return_bugsbt'], '<a href="' . mx_append_sid( $this->this_mxurl() ) . '">', '</a>' ) . '<br /><br />' . sprintf( $lang['Click_return_index'], '<a href="' . mx_append_sid( $mx_root_path . "index.$phpEx" ) . '">', '</a>' ); } *************** *** 531,535 **** 'HTML_STATUS' => $html_status, ! 'BBCODE_STATUS' => sprintf($bbcode_status, '<a href="' . PHPBB_URL . append_sid("faq.$phpEx?mode=bbcode") . '" target="_phpbbcode">', '</a>'), 'SMILIES_STATUS' => $smilies_status, 'LINKS_STATUS' => $links_status, --- 531,535 ---- 'HTML_STATUS' => $html_status, ! 'BBCODE_STATUS' => sprintf($bbcode_status, '<a href="' . PHPBB_URL . mx_append_sid("faq.$phpEx?mode=bbcode") . '" target="_phpbbcode">', '</a>'), 'SMILIES_STATUS' => $smilies_status, 'LINKS_STATUS' => $links_status, Index: bugsbt_post_comment.php =================================================================== RCS file: /cvsroot/mxbb/mx_bugsbt/bugsbt/modules/bugsbt_post_comment.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** bugsbt_post_comment.php 12 Jul 2007 22:49:28 -0000 1.1 --- bugsbt_post_comment.php 9 Sep 2007 19:35:11 -0000 1.2 *************** *** 71,75 **** if ( !$userdata['session_logged_in'] ) { ! // mx_redirect(append_sid($mx_root_path . "login.$phpEx?redirect=".$this->this_mxurl("action=post_comment&item_id=" . $item_id), true)); } --- 71,75 ---- if ( !$userdata['session_logged_in'] ) { ! // mx_redirect(mx_append_sid($mx_root_path . "login.$phpEx?redirect=".$this->this_mxurl("action=post_comment&item_id=" . $item_id), true)); } *************** *** 182,186 **** $this->_bugsbt(); ! $message = $lang['Comment_deleted'] . '<br /><br />' . sprintf( $lang['Click_return_bug'], '<a href="' . append_sid( $this->this_mxurl( "mode=bug&k=$item_id" ) ) . '">', '</a>' ); mx_message_die( GENERAL_MESSAGE, $message ); } --- 182,186 ---- $this->_bugsbt(); ! $message = $lang['Comment_deleted'] . '<br /><br />' . sprintf( $lang['Click_return_bug'], '<a href="' . mx_append_sid( $this->this_mxurl( "mode=bug&k=$item_id" ) ) . '">', '</a>' ); mx_message_die( GENERAL_MESSAGE, $message ); } *************** *** 199,203 **** $this->update_add_comment($bug_data, $item_id, $cid, '', '', $html_on, $bbcode_on, $smilies_on); ! $message = $lang['Comment_posted'] . '<br /><br />' . sprintf( $lang['Click_return_bug'], '<a href="' . append_sid( $this->this_mxurl( 'mode=bug&k=' . $item_id ) ) . '">', '</a>' ); mx_message_die( GENERAL_MESSAGE, $message ); } --- 199,203 ---- $this->update_add_comment($bug_data, $item_id, $cid, '', '', $html_on, $bbcode_on, $smilies_on); ! $message = $lang['Comment_posted'] . '<br /><br />' . sprintf( $lang['Click_return_bug'], '<a href="' . mx_append_sid( $this->this_mxurl( 'mode=bug&k=' . $item_id ) ) . '">', '</a>' ); mx_message_die( GENERAL_MESSAGE, $message ); } *************** *** 291,295 **** $template->assign_vars( array( 'HTML_STATUS' => $html_status, ! 'BBCODE_STATUS' => sprintf($bbcode_status, '<a href="' . PHPBB_URL . append_sid("faq.$phpEx?mode=bbcode") . '" target="_phpbbcode">', '</a>'), 'SMILIES_STATUS' => $smilies_status, 'LINKS_STATUS' => $links_status, --- 291,295 ---- $template->assign_vars( array( 'HTML_STATUS' => $html_status, ! 'BBCODE_STATUS' => sprintf($bbcode_status, '<a href="' . PHPBB_URL . mx_append_sid("faq.$phpEx?mode=bbcode") . '" target="_phpbbcode">', '</a>'), 'SMILIES_STATUS' => $smilies_status, 'LINKS_STATUS' => $links_status, *************** *** 360,366 **** 'L_STYLES_TIP' => $lang['Styles_tip'], ! 'U_INDEX' => append_sid( $mx_root_path . 'index.' . $phpEx ), ! 'U_DOWNLOAD_HOME' => append_sid( $this->this_mxurl() ), ! 'U_FILE_NAME' => append_sid( $this->this_mxurl( 'mode=bug&item_id=' . $item_id ) ), 'S_POST_ACTION' => $bugsbt_action_url, 'CID' => $mx_request_vars->request('cid', MX_TYPE_INT, ''), --- 360,366 ---- 'L_STYLES_TIP' => $lang['Styles_tip'], ! 'U_INDEX' => mx_append_sid( $mx_root_path . 'index.' . $phpEx ), ! 'U_DOWNLOAD_HOME' => mx_append_sid( $this->this_mxurl() ), ! 'U_FILE_NAME' => mx_append_sid( $this->this_mxurl( 'mode=bug&item_id=' . $item_id ) ), 'S_POST_ACTION' => $bugsbt_action_url, 'CID' => $mx_request_vars->request('cid', MX_TYPE_INT, ''), |
|
From: Jon O. <jon...@us...> - 2007-09-09 19:35:47
|
Update of /cvsroot/mxbb/mx_bugsbt/bugsbt/modules/tabs In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv2027/bugsbt/modules/tabs Modified Files: bugsbt__tab-index.php Log Message: for 2.9.x Index: bugsbt__tab-index.php =================================================================== RCS file: /cvsroot/mxbb/mx_bugsbt/bugsbt/modules/tabs/bugsbt__tab-index.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** bugsbt__tab-index.php 22 Jul 2007 21:02:53 -0000 1.4 --- bugsbt__tab-index.php 9 Sep 2007 19:35:11 -0000 1.5 *************** *** 129,133 **** 'U_PORTAL' => $mx_root_path, 'L_PORTAL' => "<<", ! 'U_KB' => append_sid( $mx_bugsbt->this_mxurl() ), 'L_KB' => $lang['bugsbt_title'] ) ); --- 129,133 ---- 'U_PORTAL' => $mx_root_path, 'L_PORTAL' => "<<", ! 'U_KB' => mx_append_sid( $mx_bugsbt->this_mxurl() ), 'L_KB' => $lang['bugsbt_title'] ) ); |
|
From: Jon O. <jon...@us...> - 2007-09-09 19:35:46
|
Update of /cvsroot/mxbb/mx_bugsbt/bugsbt/cache In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv2027/bugsbt/cache Modified Files: data_global.php Log Message: for 2.9.x Index: data_global.php =================================================================== RCS file: /cvsroot/mxbb/mx_bugsbt/bugsbt/cache/data_global.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** data_global.php 12 Jul 2007 22:43:51 -0000 1.2 --- data_global.php 9 Sep 2007 19:35:11 -0000 1.3 *************** *** 1,2 **** ! <?php $this->vars=array('config'=>array('enable_module'=>'1','module_name'=>'BugsBT','wysiwyg_path'=>'modules/mx_shared/','formatting_wordwrap'=>'1','formatting_image_resize'=>'300','formatting_truncate_links'=>'1','allow_wysiwyg'=>'0','allow_html'=>'1','allow_bbcode'=>'1','allow_smilies'=>'1','allowed_html_tags'=>'b,i,u,a','allow_links'=>'1','allow_images'=>'0','no_image_message'=>'[No image please]','no_link_message'=>'[No links please]','max_subject_chars'=>'100','max_desc_chars'=>'500','max_chars'=>'0','sort_method'=>'Alphabetic','sort_order'=>'ASC','pagination'=>'10','stats_list'=>'1','header_banner'=>'0','use_simple_navigation'=>'1','cat_col'=>'2','settings_newdays'=>'5','use_comments'=>'1','internal_comments'=>'0','formatting_comment_wordwrap'=>'1','formatting_comment_image_resize'=>'300','formatting_comment_truncate_links'=>'1','max_comment_subject_chars'=>'50','max_comment_chars'=>'5000','allow_comment_wysiwyg'=>'0','allow_comment_html'=>'1','allow_comment_bbcode'=>'1','allow_comment_smilies'=>'1','allow_comment_links'=>'1','allow_comment_images'=>'0','no_comment_image_message'=>'[No image please]','no_comment_link_message'=>'[No links please]','allowed_comment_html_tags'=>'b,i,u,a','del_topic'=>'1','autogenerate_comments'=>'1','comments_pagination'=>'5','comments_forum_id'=>'1','show_pretext'=>'0','pt_header'=>'Article Submission Instructions','pt_body'=>'Please check your references and include as much information as you can.','notify'=>'0','notify_group'=>'0'),'ranks'=>array('0'=>array('rank_id'=>'1','rank_title'=>'Site Admin','rank_min'=>'-1','rank_special'=>'1','rank_image'=>''))); ! $this->vars_ts=array('config'=>1184275482,'ranks'=>1184184109) ?> \ No newline at end of file --- 1,2 ---- ! <?php $this->vars=array('config'=>array('enable_module'=>'1','module_name'=>'BugsBT','wysiwyg_path'=>'modules/mx_shared/','formatting_wordwrap'=>'1','formatting_image_resize'=>'300','formatting_truncate_links'=>'1','allow_wysiwyg'=>'0','allow_html'=>'1','allow_bbcode'=>'1','allow_smilies'=>'1','allowed_html_tags'=>'b,i,u,a','allow_links'=>'1','allow_images'=>'0','no_image_message'=>'[No image please]','no_link_message'=>'[No links please]','max_subject_chars'=>'100','max_desc_chars'=>'500','max_chars'=>'0','sort_method'=>'Alphabetic','sort_order'=>'ASC','pagination'=>'10','stats_list'=>'1','header_banner'=>'0','use_simple_navigation'=>'1','cat_col'=>'2','settings_newdays'=>'5','use_comments'=>'1','internal_comments'=>'0','formatting_comment_wordwrap'=>'1','formatting_comment_image_resize'=>'300','formatting_comment_truncate_links'=>'1','max_comment_subject_chars'=>'50','max_comment_chars'=>'5000','allow_comment_wysiwyg'=>'0','allow_comment_html'=>'1','allow_comment_bbcode'=>'1','allow_comment_smilies'=>'1','allow_comment_links'=>'1','allow_comment_images'=>'0','no_comment_image_message'=>'[No image please]','no_comment_link_message'=>'[No links please]','allowed_comment_html_tags'=>'b,i,u,a','del_topic'=>'1','autogenerate_comments'=>'1','comments_pagination'=>'5','comments_forum_id'=>'2','show_pretext'=>'0','pt_header'=>'Article Submission Instructions','pt_body'=>'Please check your references and include as much information as you can.','notify'=>'0','notify_group'=>'0'),'ranks'=>array('0'=>array('rank_id'=>'1','rank_title'=>'Site Admin','rank_min'=>'-1','rank_special'=>'1','rank_image'=>''))); ! $this->vars_ts=array('config'=>1186348132,'ranks'=>1184184109) ?> \ No newline at end of file |
|
From: Jon O. <jon...@us...> - 2007-09-09 19:35:45
|
Update of /cvsroot/mxbb/mx_bugsbt In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv2027 Modified Files: bugsbt.php Log Message: for 2.9.x Index: bugsbt.php =================================================================== RCS file: /cvsroot/mxbb/mx_bugsbt/bugsbt.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** bugsbt.php 6 Aug 2007 14:46:47 -0000 1.2 --- bugsbt.php 9 Sep 2007 19:35:10 -0000 1.3 *************** *** 75,79 **** 'U_PORTAL' => $mx_root_path, 'L_PORTAL' => "<<", ! 'U_BUGSBT' => append_sid( $mx_bugsbt->this_mxurl() ), 'L_BUGSBT' => $lang['bugsbt_title'] ) ); --- 75,79 ---- 'U_PORTAL' => $mx_root_path, 'L_PORTAL' => "<<", ! 'U_BUGSBT' => mx_append_sid( $mx_bugsbt->this_mxurl() ), 'L_BUGSBT' => $lang['bugsbt_title'] ) ); |
|
From: Jon O. <jon...@us...> - 2007-09-09 19:35:20
|
Update of /cvsroot/mxbb/mx_bugsbt/templates/subSilver/images/lang_english In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv2027/templates/subSilver/images/lang_english Removed Files: icon_bugsbt_post_comment.gif Log Message: for 2.9.x --- icon_bugsbt_post_comment.gif DELETED --- |
|
From: Jon O. <jon...@us...> - 2007-09-09 19:35:20
|
Update of /cvsroot/mxbb/mx_bugsbt/templates/subSilver/images In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv2027/templates/subSilver/images Removed Files: icon_approve.gif icon_unapprove.gif index.htm Log Message: for 2.9.x --- icon_unapprove.gif DELETED --- --- icon_approve.gif DELETED --- --- index.htm DELETED --- |
|
From: Jon O. <jon...@us...> - 2007-09-09 19:35:18
|
Update of /cvsroot/mxbb/mx_bugsbt/templates/subSilver In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv2027/templates/subSilver Removed Files: bugsbt_comment_posting.tpl bugsbt_index.tpl bugsbt_post_body.tpl bugsbt_post_pretext.tpl bugsbt_post_preview.tpl bugsbt_product_body.tpl bugsbt_view_body.tpl subSilver.cfg Log Message: for 2.9.x --- bugsbt_product_body.tpl DELETED --- --- bugsbt_index.tpl DELETED --- --- bugsbt_post_pretext.tpl DELETED --- --- bugsbt_post_preview.tpl DELETED --- --- bugsbt_comment_posting.tpl DELETED --- --- subSilver.cfg DELETED --- --- bugsbt_view_body.tpl DELETED --- --- bugsbt_post_body.tpl DELETED --- |
Update of /cvsroot/mxbb/mx_bugsbt/templates/_core/admin In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv2027/templates/_core/admin Added Files: bugsbt_cat_admin_body.tpl bugsbt_cat_auth_body.tpl bugsbt_cat_del_body.tpl bugsbt_cat_edit_body.tpl bugsbt_cat_select_body.tpl bugsbt_config_body.tpl bugsbt_field_add.tpl bugsbt_select.tpl bugsbt_select_field_delete.tpl bugsbt_select_field_edit.tpl bugsbt_select_field_type.tpl bugsbt_type_body.tpl bugsbt_type_edit_body.tpl index.htm Log Message: for 2.9.x --- NEW FILE: bugsbt_type_body.tpl --- <h1>{L_TYPE_TITLE}</h1> <p>{L_TYPE_DESCRIPTION}</p> <table width="100%" cellpadding="4" cellspacing="1" border="0"> <tr> <form action="{S_ACTION}" method="POST"> <td align="{S_CONTENT_DIR_RIGHT}" width="100%">{L_CREATE_TYPE} <input class="post" type="text" name="new_type_name"> <input type="submit" value="{L_CREATE}" class="liteoption"></td> </form> </tr> </table> <table width="100%" cellpadding="3" cellspacing="1" border="0" class="forumline"> <tr> <th class="thCornerL" nowrap="nowrap">{L_TYPE}</th> <th class="thCornerR" nowrap="nowrap">{L_ACTION}</th> </tr> <!-- BEGIN typerow --> <tr> <td class="{typerow.ROW_CLASS}"><span class="gen">{typerow.TYPE}</span></td> <td width="15%" nowrap="nowrap" class="{typerow.ROW_CLASS}" align="center">{typerow.U_EDIT} {typerow.U_DELETE}</td> </tr> <!-- END typerow --> <tr> <td colspan="2" class="cat"> </td> </tr> </table> <br clear="all" /> --- NEW FILE: bugsbt_cat_select_body.tpl --- <h1>{L_AUTH_TITLE}</h1> <p>{L_AUTH_EXPLAIN}</p> <form action="{S_KB_ACTION}" method="post"> <table width="50%" align="center" cellpadding="3" cellspacing="1" border="0" class="forumline"> <tr> <th class="thHead" colspan="2" height="28">{L_SELECT_CAT}</th> </tr> <tr> <td class="row1" height="25"><select name="cat_id">{CAT_SELECT_TITLE}</select></td> <td class="row1" width="100%" align="center"><input name="submit" type="submit" value="{L_LOOK_UP_CAT}" class="liteoption" /> </td> </tr> </table> </form> <br /> --- NEW FILE: bugsbt_cat_admin_body.tpl --- <h1>{L_CAT_TITLE}</h1> <p>{L_CAT_EXPLAIN}</p> <table width="100%" cellpadding="2" cellspacing="2" border="0"> <tr> <form action="{S_ACTION}" method="POST"> <td align="{S_CONTENT_DIR_RIGHT}" width="100%">{L_CREATE_PRODUCT} <input type="text" name="new_product_name"> <input type="submit" value="{L_CREATE}" class="liteoption"></td> </form> </tr> </table> <table width="100%" cellpadding="3" cellspacing="0" border="0" class="forumline"> <tr> <th class="thCornerL" nowrap="nowrap">{L_CATEGORY}</th> <th class="thTop" nowrap="nowrap">{L_ORDER}</th> <th class="thCornerR" nowrap="nowrap">{L_ACTION}</th> </tr> <!-- BEGIN productrow --> <tr> <td class="row2"><span class="maintitle">{productrow.PRE}{productrow.CATEGORY}<br />{productrow.PRE}{productrow.CAT_DESCRIPTION}</span></td> <td class="row2" align="center"><span class="gen">{productrow.U_UP} {productrow.U_DOWN}</span></td> <td class="row2" align="center">{productrow.U_EDIT} {productrow.U_DELETE}</td> </tr> <tr> <td class="row2" colspan="3"> <table width="100%" cellpadding="4" cellspacing="0" border="0" class="forumline"> <tr><td width="10" class="row1"><span class="cattitle">Editions: </span></td><td class="row1"><table width="100%" cellpadding="3" cellspacing="0" border="0"> <!-- BEGIN edition --> <tr> <td class="row1"><span class="gen"><b>{productrow.edition.CATEGORY}</b>{productrow.edition.CAT_DESCRIPTION}</span></td> <td class="row1" align="center"><span class="gensmall">{productrow.edition.U_UP} {productrow.edition.U_DOWN}</span></td> <td class="row1" align="center">{productrow.edition.U_EDIT} {productrow.edition.U_DELETE}</td> </tr> <tr> <td class="row1" colspan="3"> <table width="100%" cellpadding="4" cellspacing="0" border="0" class="forumline"> <tr><td width="10"><span class="cattitle">Builds: </span></td><td><table width="100%" cellpadding="3" cellspacing="0" border="0"> <!-- BEGIN build --> <tr> <td ><span class="gensmall"><b>{productrow.edition.build.CATEGORY}</b>{productrow.edition.build.CAT_DESCRIPTION}</span></td> <td align="center"><span class="gensmall">{productrow.edition.build.U_UP} {productrow.edition.build.U_DOWN}</span></td> <td align="center">{productrow.edition.build.U_EDIT} {productrow.edition.build.U_DELETE}</td> </tr> <!-- END build --> <tr> <td colspan="3"> <form action="{S_ACTION}" method="POST"> {L_CREATE_BUILD} <input type="hidden" name="parent" value="{productrow.edition.CATEGORY_ID}"><input type="text" name="new_build_name"> <input type="submit" value="{L_CREATE}" class="liteoption"> </form> </td> </tr> </table></td></tr> </table> </td> </tr> <!-- END edition --> <tr> <td colspan="3"> <form action="{S_ACTION}" method="POST"> {L_CREATE_EDITION} <input type="hidden" name="parent" value="{productrow.CATEGORY_ID}"><input type="text" name="new_edition_name"> <input type="submit" value="{L_CREATE}" class="liteoption"> </form> </td> </tr> </table></td></tr> </table> </td> </tr> <!-- END productrow --> </table> <br clear="all" /> --- NEW FILE: bugsbt_select_field_edit.tpl --- <h1>{L_FIELD_TITLE}</h1> <p>{L_FIELD_EXPLAIN}</p> <form action="{S_FIELD_ACTION}" method="post"> <table width="100%" cellpadding="3" cellspacing="1" class="forumline"> <tr> <th colspan="2" class="thHead">{L_FIELD_TITLE}</th> </tr> <!-- BEGIN field_row --> <tr> <td width="3%" class="row1" align="center" valign="middle"><input type="radio" name="field_id" value="{field_row.FIELD_ID}" /></td> <td width="97%" class="row1"><b>{field_row.FIELD_NAME}</b><br /><span class="gensmall">{field_row.FIELD_DESC}</span></td></tr> <!-- END field_row --> <td align="center" class="cat" colspan="2"> {S_HIDDEN_FIELDS}<input class="liteoption" type="submit" value="{L_FIELD_TITLE}" name="submit"> </td> </tr> </table> </form> --- NEW FILE: bugsbt_select.tpl --- <h1>{L_FIELD_TITLE}</h1> <p>{L_FIELD_EXPLAIN}</p> <form action="{S_FIELD_ACTION}" method="post"> <table width="100%" cellpadding="3" cellspacing="1" class="forumline"> <tr> <th class="thHead">{L_SELECT_TITLE}</b></th> </tr> <tr> <td align="center" class="row1" > <input class="liteoption" type="submit" value="add" name="mode"> <input class="liteoption" type="submit" value="edit" name="mode"> <input class="liteoption" type="submit" value="delete" name="mode"></td> </tr> <tr> <th class="thHead">{L_FIELD_TITLE}</b></th> </tr> <!-- BEGIN field_row --> <tr> <td width="97%" class="row1" align="center"><b>{field_row.FIELD_NAME}</b><br><span class="gensmall">{field_row.FIELD_DESC}</span></td> </tr> <!-- END field_row --> </table> </form> --- NEW FILE: bugsbt_cat_del_body.tpl --- <h1>{L_DELETE_TITLE}</h1> <p>{L_DELETE_DESCRIPTION}</p> <table cellpadding="4" cellspacing="1" border="0" class="forumline" align="center"> <tr> <form action="{S_ACTION}" method="post"> <th colspan="2" class="thHead">{L_CAT_DELETE}</th> </tr> <tr> <td class="row1">{L_CAT_NAME}</td> <td class="row1"><span class="row1">{CAT_NAME}</span></td> </tr> <tr> <td class="row1">{L_MOVE_CONTENTS}</td> <td class="row1"><select name="move_id"><option value="0">{L_DELETE_ITEMS}</option>{S_SELECT_TO}</select></td> </tr> <tr> <td class="cat" colspan="2" align="center">{S_HIDDEN_FIELDS}<input type="submit" name="submit" value="{L_DELETE}" class="mainoption" /></td> </tr> </table> </form> --- NEW FILE: bugsbt_type_edit_body.tpl --- <h1>{L_EDIT_TITLE}</h1> <p>{L_EDIT_DESCRIPTION}</p> <table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline" align="center"> <form action="{S_ACTION}" method="post"> <tr> <th class="thHead" colspan="2">{L_CAT_SETTINGS}</th> </tr> <tr> <td class="row1">{L_CATEGORY}</td> <td class="row2"><input class="post" type="text" size="25" name="catname" value="{CAT_NAME}" class="post" /></td> </tr> <!-- BEGIN switch_cat --> <tr> <td class="row1">{L_DESCRIPTION}</td> <td class="row2"><textarea rows="5" cols="45" wrap="virtual" name="catdesc" class="post">{CAT_DESCRIPTION}</textarea></td> </tr> <tr> <td class="row1">{L_PARENT}</td> <td class="row2"> <select name="parent"> <option value="0">{L_NONE}</otpion> {PARENT_LIST} </select> </tr> <tr> <td class="row1" width="50%">{L_FORUM_ID}<br /><span class="gensmall">{L_FORUM_ID_EXPLAIN}</span></td> <td class="row2" width="50%">{FORUM_LIST}</td> </tr> <!-- BEGIN switch_edit_category --> <tr> <td class="row1">{L_NUMBER_ARTICLES}</td> <td class="row2"><input class="post" type="text" size="4" maxlength="3" name="number_articles" value="{NUMBER_ARTICLES}" class="post" /></td> </tr> <!-- END switch_edit_category --> <!-- END switch_cat --> <tr> <td class="cat" colspan="2" align="center">{S_HIDDEN}<input type="submit" name="submit" value="{L_CREATE}" class="mainoption" /></td> </tr> </table> </form> <br clear="all" /> --- NEW FILE: bugsbt_field_add.tpl --- <h1>{L_FIELD_TITLE}</h1> <p>{L_FIELD_EXPLAIN}</p> <form action="{S_FIELD_ACTION}" method="post"> <!-- BEGIN error --> <table width="100%" cellpadding="3" cellspacing="1" class="forumline"> <tr> <td class="row2" align="center">{ERROR}</td> </tr> </table> <br /> <!-- END error --> <table width="100%" cellpadding="3" cellspacing="1" class="forumline"> <tr> <th colspan="2" class="thHead">{L_FIELD_TITLE}</th> </tr> <tr> <td width="50%" class="row1">{L_FIELD_NAME}<br><span class="gensmall">{L_FIELD_NAME_INFO}</span></td> <td class="row2"><input type="text" class="post" size="50" name="field_name" value="{FIELD_NAME}" /></td> </tr> <tr> <td class="row1">{L_FIELD_DESC}<br><span class="gensmall">{L_FIELD_DESC_INFO}</span></td> <td class="row2"><input type="text" class="post" size="50" name="field_desc" value="{FIELD_DESC}" /></td> </tr> <!-- BEGIN data --> <tr> <td class="row1">{L_FIELD_DATA}<br><span class="gensmall">{L_FIELD_DATA_INFO}</span></td> <td class="row2"><textarea rows="6" name="data" cols="32">{FIELD_DATA}</textarea></td> </tr> <!-- END data --> <!-- BEGIN regex --> <tr> <td class="row1">{L_FIELD_REGEX}<br><span class="gensmall">{L_FIELD_REGEX_INFO}</span></td> <td class="row2"><input type="text" class="post" size="50" name="regex" value="{FIELD_REGEX}" /></td> </tr> <!-- END regex --> <!-- BEGIN order --> <tr> <td width="50%" class="row1">{L_FIELD_ORDER}</td> <td class="row2"><input type="text" class="post" size="6" name="field_order" value="{FIELD_ORDER}" /></td> </tr> <!-- END order --> <tr> <td align="center" class="cat" colspan="2"> {S_HIDDEN_FIELDS}<input class="liteoption" type="submit" value="{L_FIELD_TITLE}" name="submit"> </td> </tr> </table> </form> --- NEW FILE: bugsbt_select_field_delete.tpl --- <h1>{L_FIELD_TITLE}</h1> <p>{L_FIELD_EXPLAIN}</p> <form action="{S_FIELD_ACTION}" method="post"> <table width="100%" cellpadding="3" cellspacing="1" class="forumline"> <tr> <th colspan="2" class="thHead">{L_FIELD_TITLE}</b></th> </tr> <!-- BEGIN field_row --> <tr> <td width="3%" class="row1" align="center" valign="middle"><input type="checkbox" name="field_ids[{field_row.FIELD_ID}]" value="yes"></td> <td width="97%" class="row1"><b>{field_row.FIELD_NAME}</b><br><span class="gensmall">{field_row.FIELD_DESC}</span></td> </tr> <!-- END field_row --> <tr> <td align="center" class="cat" colspan="2">{S_HIDDEN_FIELDS}<input class="liteoption" type="submit" value="{L_FIELD_TITLE}" name="submit"></td> </tr> </table> </form> --- NEW FILE: bugsbt_cat_auth_body.tpl --- <h1>{L_AUTH_TITLE}</h1> <p>{L_AUTH_EXPLAIN}</p> <form action="{S_ACTION}" method="post"> <table width="100%" cellpadding="2" cellspacing="1" border="0" class="forumline"> <tr> <th class="thCornerL" height="25" nowrap="nowrap">{L_GROUPS}</th> <th class="thTop" nowrap="nowrap">{L_VIEW}</th> <th class="thTop" nowrap="nowrap">{L_EDIT}</th> <th class="thTop" nowrap="nowrap">{L_DELETE}</th> <th class="thTop" nowrap="nowrap">{L_UPLOAD}</th> <th class="thTop" nowrap="nowrap">{L_RATE}</th> <th class="thTop" nowrap="nowrap">{L_VIEW_COMMENT}</th> <th class="thTop" nowrap="nowrap">{L_POST_COMMENT}</th> <th class="thTop" nowrap="nowrap">{L_EDIT_COMMENT}</th> <th class="thTop" nowrap="nowrap">{L_DELETE_COMMENT}</th> <th class="thCornerR" nowrap="nowrap">{L_IS_MODERATOR}</th> </tr> <!-- BEGIN grouprow --> <tr> <td class="row1" align="center" height="28"><span class="gen">{grouprow.GROUP_NAME}</span></td> <td class="row2" align="center"> <input name="view[]" type="checkbox" {grouprow.VIEW_CHECKED} value="{grouprow.GROUP_ID}" /> </td> <td class="row2" align="center"> <input name="edit[]" type="checkbox" {grouprow.EDIT_CHECKED} value="{grouprow.GROUP_ID}" /> </td> <td class="row2" align="center"> <input name="delete[]" type="checkbox" {grouprow.DELETE_CHECKED} value="{grouprow.GROUP_ID}" /> </td> <td class="row2" align="center"> <input name="post[]" type="checkbox" {grouprow.POST_CHECKED} value="{grouprow.GROUP_ID}" /> </td> <td class="row2" align="center"> <input name="rate[]" type="checkbox" {grouprow.RATE_CHECKED} value="{grouprow.GROUP_ID}" /> </td> <td class="row2" align="center"> <input name="view_comment[]" type="checkbox" {grouprow.COMMENT_VIEW_CHECKED} value="{grouprow.GROUP_ID}" /> </td> <td class="row2" align="center"> <input name="post_comment[]" type="checkbox" {grouprow.COMMENT_POST_CHECKED} value="{grouprow.GROUP_ID}" /> </td> <td class="row2" align="center"> <input name="edit_comment[]" type="checkbox" {grouprow.COMMENT_EDIT_CHECKED} value="{grouprow.GROUP_ID}" /> </td> <td class="row2" align="center"> <input name="delete_comment[]" type="checkbox" {grouprow.COMMENT_DELETE_CHECKED} value="{grouprow.GROUP_ID}" /> </td> <td class="row2" align="center"> <input name="moderator[]" type="checkbox" {grouprow.MODERATOR_CHECKED} value="{grouprow.GROUP_ID}" /> </td> </tr> <!-- END grouprow --> <tr> <td class="cat" height="25" align="center" colspan="11"><input type="reset" value="{L_RESET}" class="liteoption" /> <input name="submit" type="submit" value="{L_SUBMIT}" class="mainoption" /></td> </tr> </table> </form> <br /> --- NEW FILE: bugsbt_cat_edit_body.tpl --- <script language="JavaScript" type="text/javascript"> <!-- var error_msg = ""; function checkAddForm() { error_msg = ""; if(document.form.catname.value == "") { error_msg += "Empty Category name!!"; } if(error_msg != "") { alert(error_msg); error_msg = ""; return false; } else { return true; } } // --> </script> <h1>{L_EDIT_TITLE}</h1> <p>{L_EDIT_DESCRIPTION}</p> <form action="{S_ACTION}" method="post" name="form" onsubmit="return checkAddForm();"> <table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline" align="center"> <tr> <th class="thHead" colspan="2">{L_CAT_SETTINGS}</th> </tr> <tr> <td class="row1">{L_CATEGORY}</td> <td class="row2"><input class="post" type="text" size="25" name="catname" value="{CAT_NAME}" class="post" /></td> </tr> <!-- BEGIN switch_cat --> <tr> <td class="row1">{L_DESCRIPTION}</td> <td class="row2"><textarea rows="5" cols="45" wrap="virtual" name="catdesc" class="post">{CAT_DESCRIPTION}</textarea></td> </tr> <tr> <td class="row1">{L_PARENT}</td> <td class="row2"> <select name="parent" disabled> <option value="0">{L_NONE}</otpion> {PARENT_LIST} </select> <input type="hidden" name="parent" value="{PARENT_ID}"> </tr> <tr> <td class="row1">{L_CAT_ALLOWFILE}<br><span class="gensmall">{L_CAT_ALLOWFILE_INFO}</span></td> <td class="row2"> <input type="radio" name="cat_allow_file" value="1" {CHECKED_YES} disabled>{L_YES} <input type="radio" name="cat_allow_file" value="0" {CHECKED_NO} disabled>{L_NO} <input type="hidden" name="cat_allow_file" value="{CHECKED_ID}"> </td> </tr> <!-- BEGIN switch_edit_category --> <tr> <td class="row1">{L_NUMBER_ITEMS}</td> <td class="row2"><input class="post" type="text" size="4" maxlength="3" name="number_articles" value="{NUMBER_ITEMS}" class="post" /></td> </tr> <!-- END switch_edit_category --> <!-- END switch_cat --> <tr> <!-- TITLE ------------------------------------------------------------------------------------------- --> <th class="thHead" colspan="2"> {L_COMMENTS_TITLE}</th> </tr> <tr> <td class="row1" width="50%">{L_USE_COMMENTS}<br /><span class="gensmall">{L_USE_COMMENTS_EXPLAIN}</span></td> <td class="row2" width="50%"><input type="radio" name="cat_allow_comments" value="-1" {S_USE_COMMENTS_DEFAULT} /> {L_DEFAULT} <input type="radio" name="cat_allow_comments" value="1" {S_USE_COMMENTS_YES} /> {L_YES} <input type="radio" name="cat_allow_comments" value="0" {S_USE_COMMENTS_NO} /> {L_NO}</td> </tr> <tr> <td class="row1" width="50%">{L_INTERNAL_COMMENTS}<br /><span class="gensmall">{L_INTERNAL_COMMENTS_EXPLAIN}</span></td> <td class="row2" width="50%"><input type="radio" name="internal_comments" value="-1" {S_INTERNAL_COMMENTS_DEFAULT} /> {L_DEFAULT} <input type="radio" name="internal_comments" value="1" {S_INTERNAL_COMMENTS_INTERNAL} /> {L_INTERNAL_COMMENTS_INTERNAL} <input type="radio" name="internal_comments" value="0" {S_INTERNAL_COMMENTS_PHPBB} /> {L_INTERNAL_COMMENTS_PHPBB}</td> </tr> <tr> <td class="row1" width="50%">{L_FORUM_ID}<br /><span class="gensmall">{L_FORUM_ID_EXPLAIN}</span></td> <td class="row2" width="50%">{FORUM_LIST}</td> </tr> <tr> <td class="row1" width="50%">{L_AUTOGENERATE_COMMENTS}<br /><span class="gensmall">{L_AUTOGENERATE_COMMENTS_EXPLAIN}</span></td> <td class="row2" width="50%"><input type="radio" name="autogenerate_comments" value="-1" {S_AUTOGENERATE_COMMENTS_DEFAULT} /> {L_DEFAULT} <input type="radio" name="autogenerate_comments" value="1" {S_AUTOGENERATE_COMMENTS_YES} /> {L_YES} <input type="radio" name="autogenerate_comments" value="0" {S_AUTOGENERATE_COMMENTS_NO} /> {L_NO}</td> </tr> <tr> <!-- TITLE ------------------------------------------------------------------------------------------- --> <th class="thHead" colspan="2"> {L_INSTRUCTIONS_TITLE}</th> </tr> <tr> <td class="row1" width="50%">{L_PRE_TEXT_NAME}<br /><span class="gensmall">{L_PRE_TEXT_EXPLAIN}</span></td> <td class="row2" width="50%"><input type="radio" name="show_pretext" value="-1" {S_DEFAULT_PRETEXT} /> {L_DEFAULT} <input type="radio" name="show_pretext" value="1" {S_SHOW_PRETEXT} /> {L_SHOW} <input type="radio" name="show_pretext" value="0" {S_HIDE_PRETEXT} /> {L_HIDE}</td> </tr> <tr> <!-- TITLE ------------------------------------------------------------------------------------------- --> <th class="thHead" colspan="2"> {L_NOTIFICATIONS_TITLE}</th> </tr> <tr> <td class="row1" width="50%">{L_NOTIFY}<br /><span class="gensmall">{L_NOTIFY_EXPLAIN}</span></td> <td class="row2" width="50%"><input type="radio" name="notify" value="-1" {S_NOTIFY_DEFAULT} />{L_DEFAULT} <input type="radio" name="notify" value="0" {S_NOTIFY_NONE} />{L_NONE} <input type="radio" name="notify" value="2" {S_NOTIFY_EMAIL} />{L_EMAIL} <input type="radio" name="notify" value="1" {S_NOTIFY_PM} />{L_PM}</td> </tr> <tr> <td class="row1" width="50%">{L_NOTIFY_GROUP}<br /><span class="gensmall">{L_NOTIFY_GROUP_EXPLAIN}</span></td> <td class="row2" width="50%">{NOTIFY_GROUP}</td> </tr> <tr> <!-- TITLE ------------------------------------------------------------------------------------------- --> <th class="thHead" height="25" nowrap="nowrap" colspan="2">{L_CAT_PERMISSIONS}</th> </tr> <tr> <td class="row1" width="50%">{L_VIEW_LEVEL}<br><span class="gensmall">{L_VIEW_LEVEL_INFO}</span></td> <td class="row2" width="50%">{S_VIEW_LEVEL}</td> </tr> <tr> <td class="row1" width="50%">{L_EDIT_LEVEL}<br><span class="gensmall">{L_EDIT_LEVEL_INFO}</span></td> <td class="row2" width="50%">{S_EDIT_LEVEL}</td> </tr> <tr> <td class="row1" width="50%">{L_DELETE_LEVEL}<br><span class="gensmall">{L_DELETE_LEVEL_INFO}</span></td> <td class="row2" width="50%">{S_DELETE_LEVEL}</td> </tr> <tr> <td class="row1" width="50%">{L_UPLOAD_LEVEL}<br><span class="gensmall">{L_UPLOAD_LEVEL_INFO}</span></td> <td class="row2" width="50%">{S_UPLOAD_LEVEL}</td> </tr> <tr> <td class="row1" width="50%">{L_APPROVAL_LEVEL}<br><span class="gensmall">{L_APPROVAL_LEVEL_INFO}</span></td> <td class="row2" width="50%">{S_APPROVAL_LEVEL}</td> </tr> <tr> <td class="row1" width="50%">{L_APPROVAL_EDIT_LEVEL}<br><span class="gensmall">{L_APPROVAL_EDIT_LEVEL_INFO}</span></td> <td class="row2" width="50%">{S_APPROVAL_EDIT_LEVEL}</td> </tr> <tr> <td class="row1" width="50%">{L_RATE_LEVEL}<br><span class="gensmall">{L_RATE_LEVEL_INFO}</span></td> <td class="row2" width="50%">{S_RATE_LEVEL}</td> </tr> <tr> <td class="row1" width="50%">{L_VIEW_COMMENT_LEVEL}<br><span class="gensmall">{L_VIEW_COMMENT_LEVEL_INFO}</span></td> <td class="row2" width="50%">{S_VIEW_COMMENT_LEVEL}</td> </tr> <tr> <td class="row1" width="50%">{L_POST_COMMENT_LEVEL}<br><span class="gensmall">{L_POST_COMMENT_LEVEL_INFO}</span></td> <td class="row2" width="50%">{S_POST_COMMENT_LEVEL}</td> </tr> <tr> <td class="row1" width="50%">{L_EDIT_COMMENT_LEVEL}<br><span class="gensmall">{L_EDIT_COMMENT_LEVEL_INFO}</span></td> <td class="row2" width="50%">{S_EDIT_COMMENT_LEVEL}</td> </tr> <tr> <td class="row1" width="50%">{L_DELETE_COMMENT_LEVEL}<br><span class="gensmall">{L_DELETE_COMMENT_LEVEL_INFO}</span></td> <td class="row2" width="50%">{S_DELETE_COMMENT_LEVEL}</td> </tr> <tr> <td class="cat" colspan="2" align="center">{S_HIDDEN}<input type="submit" name="submit" value="{L_CREATE}" class="mainoption" /></td> </tr> </table> </form> <br clear="all" /> --- NEW FILE: bugsbt_config_body.tpl --- <h1>{L_CONFIGURATION_TITLE}</h1> <p>{L_CONFIGURATION_EXPLAIN}</p> <form action="{S_ACTION}" method="post"> <table width="100%" cellpadding="3" cellspacing="1" border="0" align="center" class="forumline"> <tr> <!-- TITLE ------------------------------------------------------------------------------------------- --> <th class="thHead" colspan="2"> {L_GENERAL_TITLE}</th> </tr> <tr> <td class="row1" width="50%">{L_MODULE_NAME}<br /><span class="gensmall">{L_MODULE_NAME_EXPLAIN}</span></td> <td class="row2" width="50%"><input text="text" name="module_name" value="{MODULE_NAME}" size="20" maxlength="50" /></td> </tr> <tr> <td class="row1" width="50%">{L_ENABLE_MODULE}<br /><span class="gensmall">{L_ENABLE_MODULE_EXPLAIN}</span></td> <td class="row2" width="50%"><input type="radio" name="enable_module" value="1" {S_ENABLE_MODULE_YES} /> {L_YES} <input type="radio" name="enable_module" value="0" {S_ENABLE_MODULE_NO} /> {L_NO}</td> </tr> <tr> <td class="row1" width="50%">{L_WYSIWYG_PATH}<br /><span class="gensmall">{L_WYSIWYG_PATH_EXPLAIN}</span></td> <td class="row2" width="50%"><input text="text" name="wysiwyg_path" value="{WYSIWYG_PATH}" size="20" maxlength="50" /></td> </tr> <tr> <!-- TITLE ------------------------------------------------------------------------------------------- --> <th class="thHead" colspan="2"> {L_ARTICLE_TITLE}</th> </tr> <tr> <td class="row1" width="50%">{L_ALLOW_WYSIWYG}<br /><span class="gensmall">{L_ALLOW_WYSIWYG_EXPLAIN}</span></td> <td class="row2" width="50%"><input type="radio" name="allow_wysiwyg" value="1" {S_ALLOW_WYSIWYG_YES} /> {L_YES} <input type="radio" name="allow_wysiwyg" value="0" {S_ALLOW_WYSIWYG_NO} /> {L_NO}</td> </tr> <tr> <td class="row1" width="50%">{L_ALLOW_HTML}<br /><span class="gensmall">{L_ALLOW_HTML_EXPLAIN}</span></td> <td class="row2" width="50%"><input class="radio" type="radio" name="allow_html" value="1" {S_ALLOW_HTML_YES} /> {L_YES} <input type="radio" name="allow_html" value="0" {S_ALLOW_HTML_NO} /> {L_NO}</td> </tr> <tr> <td class="row1" width="50%">{L_ALLOWED_HTML_TAGS}<br /><span class="gensmall">{L_ALLOWED_HTML_TAGS_EXPLAIN}</span></td> <td class="row2" width="50%"><input text="text" name="allowed_html_tags" value="{ALLOWED_HTML_TAGS}" size="15" maxlength="50" /></td> </tr> <tr> <td class="row1" width="50%">{L_ALLOW_BBCODE}<br /><span class="gensmall">{L_ALLOW_BBCODE_EXPLAIN}</span></td> <td class="row2" width="50%"><input type="radio" name="allow_bbcode" value="1" {S_ALLOW_BBCODE_YES} /> {L_YES} <input type="radio" name="allow_bbcode" value="0" {S_ALLOW_BBCODE_NO} /> {L_NO}</td> </tr> <tr> <td class="row1" width="50%">{L_ALLOW_SMILIES}<br /><span class="gensmall">{L_ALLOW_SMILIES_EXPLAIN}</span></td> <td class="row2" width="50%"><input type="radio" name="allow_smilies" value="1" {S_ALLOW_SMILIES_YES} /> {L_YES} <input type="radio" name="allow_smilies" value="0" {S_ALLOW_SMILIES_NO} /> {L_NO}</td> </tr> <tr> <td class="row1" width="50%">{L_ALLOW_IMAGES}<br /><span class="gensmall">{L_ALLOW_IMAGES_EXPLAIN}</span></td> <td class="row2" width="50%"><input type="radio" name="allow_images" value="1" {S_ALLOW_IMAGES_YES} /> {L_YES} <input type="radio" name="allow_images" value="0" {S_ALLOW_IMAGES_NO} /> {L_NO}</td> </tr> <tr> <td class="row1">{L_IMAGES_MESSAGE}<br><span class="gensmall">{L_IMAGES_MESSAGE_EXPLAIN}</span></td> <td class="row2"><input type="text" class="post" size="50" name="no_image_message" value="{MESSAGE_IMAGE}" /></td> </tr> <tr> <td class="row1" width="50%">{L_ALLOW_LINKS}<br /><span class="gensmall">{L_ALLOW_LINKS_EXPLAIN}</span></td> <td class="row2" width="50%"><input type="radio" name="allow_links" value="1" {S_ALLOW_LINKS_YES} /> {L_YES} <input type="radio" name="allow_links" value="0" {S_ALLOW_LINKS_NO} /> {L_NO}</td> </tr> <tr> <td class="row1">{L_LINKS_MESSAGE}<br><span class="gensmall">{L_LINKS_MESSAGE_EXPLAIN}</span></td> <td class="row2"><input type="text" class="post" size="50" name="no_link_message" value="{MESSAGE_LINK}" /></td> </tr> <tr> <td class="row1" width="50%">{L_FORMAT_WORDWRAP}<br /><span class="gensmall">{L_FORMAT_WORDWRAP_EXPLAIN}</span></td> <td class="row2" width="50%"><input type="radio" name="formatting_wordwrap" value="1" {S_FORMAT_WORDWRAP_YES} /> {L_YES} <input type="radio" name="formatting_wordwrap" value="0" {S_FORMAT_WORDWRAP_NO} /> {L_NO}</td> </tr> <tr> <td class="row1">{L_FORMAT_IMAGE_RESIZE}<br><span class="gensmall">{L_FORMAT_IMAGE_RESIZE_EXPLAIN}</span></td> <td class="row2"><input type="text" class="post" size="50" name="formatting_image_resize" value="{FORMAT_IMAGE_RESIZE}" /></td> </tr> <tr> <td class="row1" width="50%">{L_FORMAT_TRUNCATE_LINKS}<br /><span class="gensmall">{L_FORMAT_TRUNCATE_LINKS_EXPLAIN}</span></td> <td class="row2" width="50%"><input type="radio" name="formatting_truncate_links" value="1" {S_FORMAT_TRUNCATE_LINKS_YES} /> {L_YES} <input type="radio" name="formatting_truncate_links" value="0" {S_FORMAT_TRUNCATE_LINKS_NO} /> {L_NO}</td> </tr> <tr> <td class="row1">{L_MAX_SUBJECT_CHAR}<br><span class="gensmall">{L_MAX_SUBJECT_CHAR_EXPLAIN}</span></td> <td class="row2"><input type="text" class="post" size="50" name="max_subject_chars" value="{MAX_SUBJECT_CHAR}" /></td> </tr> <tr> <td class="row1">{L_MAX_DESC_CHAR}<br><span class="gensmall">{L_MAX_DESC_CHAR_EXPLAIN}</span></td> <td class="row2"><input type="text" class="post" size="50" name="max_desc_chars" value="{MAX_DESC_CHAR}" /></td> </tr> <tr> <td class="row1">{L_MAX_CHAR}<br><span class="gensmall">{L_MAX_CHAR_EXPLAIN}</span></td> <td class="row2"><input type="text" class="post" size="50" name="max_chars" value="{MAX_CHAR}" /></td> </tr> <tr> <!-- TITLE ------------------------------------------------------------------------------------------- --> <th class="thHead" colspan="2"> {L_APPEARANCE_TITLE}</th> </tr> <tr> <td class="row1" width="50%">{L_STATS_LIST}<br /><span class="gensmall">{L_STATS_LIST_EXPLAIN}</span></td> <td class="row2" width="50%"><input type="radio" name="stats_list" value="1" {S_STATS_LIST_YES} /> {L_YES} <input type="radio" name="stats_list" value="0" {S_STATS_LIST_NO} /> {L_NO}</td> </tr> <tr> <td class="row1" width="50%">{L_HEADER_BANNER}<br /><span class="gensmall">{L_HEADER_BANNER_EXPLAIN}</span></td> <td class="row2" width="50%"><input type="radio" name="header_banner" value="1" {S_HEADER_BANNER_YES} /> {L_YES} <input type="radio" name="header_banner" value="0" {S_HEADER_BANNER_NO} /> {L_NO}</td> </tr> <tr> <td class="row1" width="50%">{L_PAGINATION}<br /><span class="gensmall">{L_PAGINATION_EXPLAIN}</span></td> <td class="row2" width="50%"><input class="post" type="text" name="pagination" value="{PAGINATION}" size="5" maxlength="4" /></td> </tr> <tr> <td class="row1" width="50%">{L_SORT_METHOD}<br /><span class="gensmall">{L_SORT_METHOD_EXPLAIN}</span></td> <td class="row2" width="50%">{SORT_METHOD} </td> </tr> <tr> <td class="row1" width="50%">{L_SORT_ORDER}<br /><span class="gensmall">{L_SORT_ORDER_EXPLAIN}</span></td> <td class="row2" width="50%">{SORT_ORDER} </td> </tr> <tr> <td class="row1">{L_USE_SIMPLE_NAVIGATION}<br /><span class="gensmall">{L_USE_SIMPLE_NAVIGATION_EXPLAIN}</span></td> <td class="row2" width="50%"><input type="radio" name="use_simple_navigation" value="1" {S_USE_SIMPLE_NAVIGATION_YES} /> {L_YES} <input type="radio" name="use_simple_navigation" value="0" {S_USE_SIMPLE_NAVIGATION_NO} /> {L_NO}</td> </tr> <tr> <td class="row1">{L_CAT_COL}</td> <td class="row2"><input class="post" type="text" maxlength="2" size="5" name="cat_col" value="{CAT_COL}" /></td> </tr> <tr> <td class="row1">{L_NFDAYS}<br><span class="gensmall">{L_NFDAYSINFO}</span></td> <td class="row2"><input type="text" class="post" size="5" maxlength="5" name="settings_newdays" value="{SETTINGS_NEWDAYS}" /></td> </tr> <tr> <!-- TITLE ------------------------------------------------------------------------------------------- --> <th class="thHead" colspan="2"> {L_COMMENTS_TITLE}<br /><span class="gensmall">{L_COMMENTS_TITLE_EXPLAIN}</span></th> </tr> <tr> <td class="row1" width="50%">{L_USE_COMMENTS}<br /><span class="gensmall">{L_USE_COMMENTS_EXPLAIN}</span></td> <td class="row2" width="50%"><input type="radio" name="use_comments" value="1" {S_USE_COMMENTS_YES} /> {L_YES} <input type="radio" name="use_comments" value="0" {S_USE_COMMENTS_NO} /> {L_NO}</td> </tr> <tr> <td class="row1" width="50%">{L_INTERNAL_COMMENTS}<br /><span class="gensmall">{L_INTERNAL_COMMENTS_EXPLAIN}</span></td> <td class="row2" width="50%"><input type="radio" name="internal_comments" value="1" {S_INTERNAL_COMMENTS_INTERNAL} /> {L_INTERNAL_COMMENTS_INTERNAL} <input type="radio" name="internal_comments" value="0" {S_INTERNAL_COMMENTS_PHPBB} /> {L_INTERNAL_COMMENTS_PHPBB}</td> </tr> <tr> <td class="row1" width="50%">{L_FORUM_ID}<br /><span class="gensmall">{L_FORUM_ID_EXPLAIN}</span></td> <td class="row2" width="50%">{FORUM_LIST}</td> </tr> <tr> <td class="row1" width="50%">{L_COMMENTS_PAG}<br /><span class="gensmall">{L_COMMENTS_PAG_EXPLAIN}</span></td> <td class="row2" width="50%"><input class="post" type="text" name="comments_pagination" value="{COMMENTS_PAG}" size="5" maxlength="4" /></td> </tr> <tr> <td class="row1" width="50%">{L_AUTOGENERATE_COMMENTS}<br /><span class="gensmall">{L_AUTOGENERATE_COMMENTS_EXPLAIN}</span></td> <td class="row2" width="50%"><input type="radio" name="autogenerate_comments" value="1" {S_AUTOGENERATE_COMMENTS_YES} /> {L_YES} <input type="radio" name="autogenerate_comments" value="0" {S_AUTOGENERATE_COMMENTS_NO} /> {L_NO}</td> </tr> <tr> <td class="row1" width="50%">{L_DEL_TOPIC}<br /><span class="gensmall">{L_DEL_TOPIC_EXPLAIN}</span></td> <td class="row2" width="50%"><input type="radio" name="del_topic" value="1" {S_DEL_TOPIC_YES} /> {L_YES} <input type="radio" name="del_topic" value="0" {S_DEL_TOPIC_NO} /> {L_NO}</td> </tr> <tr> <td class="row1" width="50%">{L_ALLOW_COMMENT_WYSIWYG}<br /><span class="gensmall">{L_ALLOW_COMMENT_WYSIWYG_EXPLAIN}</span></td> <td class="row2" width="50%"><input type="radio" name="allow_comment_wysiwyg" value="1" {S_ALLOW_COMMENT_WYSIWYG_YES} /> {L_YES} <input type="radio" name="allow_comment_wysiwyg" value="0" {S_ALLOW_COMMENT_WYSIWYG_NO} /> {L_NO}</td> </tr> <tr> <td class="row1" width="50%">{L_ALLOW_COMMENT_HTML}<br /><span class="gensmall">{L_ALLOW_COMMENT_HTML_EXPLAIN}</span></td> <td class="row2" width="50%"><input class="radio" type="radio" name="allow_comment_html" value="1" {S_ALLOW_COMMENT_HTML_YES} /> {L_YES} <input type="radio" name="allow_comment_html" value="0" {S_ALLOW_COMMENT_HTML_NO} /> {L_NO}</td> </tr> <tr> <td class="row1" width="50%">{L_ALLOWED_COMMENT_HTML_TAGS}<br /><span class="gensmall">{L_ALLOWED_HTML_TAGS_EXPLAIN}</span></td> <td class="row2" width="50%"><input text="text" name="allowed_comment_html_tags" value="{ALLOWED_COMMENT_HTML_TAGS}" size="15" maxlength="50" /></td> </tr> <tr> <td class="row1" width="50%">{L_ALLOW_COMMENT_BBCODE}<br /><span class="gensmall">{L_ALLOW_BBCODE_EXPLAIN}</span></td> <td class="row2" width="50%"><input type="radio" name="allow_comment_bbcode" value="1" {S_ALLOW_COMMENT_BBCODE_YES} /> {L_YES} <input type="radio" name="allow_comment_bbcode" value="0" {S_ALLOW_COMMENT_BBCODE_NO} /> {L_NO}</td> </tr> <tr> <td class="row1" width="50%">{L_ALLOW_COMMENT_SMILIES}<br /><span class="gensmall">{L_ALLOW_SMILIES_EXPLAIN}</span></td> <td class="row2" width="50%"><input type="radio" name="allow_comment_smilies" value="1" {S_ALLOW_COMMENT_SMILIES_YES} /> {L_YES} <input type="radio" name="allow_comment_smilies" value="0" {S_ALLOW_COMMENT_SMILIES_NO} /> {L_NO}</td> </tr> <tr> <td class="row1" width="50%">{L_ALLOW_COMMENT_IMAGES}<br /><span class="gensmall">{L_ALLOW_IMAGES_EXPLAIN}</span></td> <td class="row2" width="50%"><input type="radio" name="allow_comment_images" value="1" {S_ALLOW_COMMENT_IMAGES_YES} /> {L_YES} <input type="radio" name="allow_comment_images" value="0" {S_ALLOW_COMMENT_IMAGES_NO} /> {L_NO}</td> </tr> <tr> <td class="row1">{L_COMMENT_IMAGES_MESSAGE}<br><span class="gensmall">{L_COMMENT_IMAGES_MESSAGE_EXPLAIN}</span></td> <td class="row2"><input type="text" class="post" size="50" name="no_comment_image_message" value="{COMMENT_MESSAGE_IMAGE}" /></td> </tr> <tr> <td class="row1" width="50%">{L_ALLOW_COMMENT_LINKS}<br /><span class="gensmall">{L_ALLOW_COMMENT_LINKS_EXPLAIN}</span></td> <td class="row2" width="50%"><input type="radio" name="allow_comment_links" value="1" {S_ALLOW_COMMENT_LINKS_YES} /> {L_YES} <input type="radio" name="allow_comment_links" value="0" {S_ALLOW_COMMENT_LINKS_NO} /> {L_NO}</td> </tr> <tr> <td class="row1">{L_COMMENT_LINKS_MESSAGE}<br><span class="gensmall">{L_COMMENT_LINKS_MESSAGE_EXPLAIN}</span></td> <td class="row2"><input type="text" class="post" size="50" name="no_comment_link_message" value="{COMMENT_MESSAGE_LINK}" /></td> </tr> <tr> <td class="row1" width="50%">{L_COMMENT_FORMAT_WORDWRAP}<br /><span class="gensmall">{L_COMMENT_FORMAT_WORDWRAP_EXPLAIN}</span></td> <td class="row2" width="50%"><input type="radio" name="formatting_comment_wordwrap" value="1" {S_COMMENT_FORMAT_WORDWRAP_YES} /> {L_YES} <input type="radio" name="formatting_comment_wordwrap" value="0" {S_COMMENT_FORMAT_WORDWRAP_NO} /> {L_NO}</td> </tr> <tr> <td class="row1">{L_COMMENT_FORMAT_IMAGE_RESIZE}<br><span class="gensmall">{L_COMMENT_FORMAT_IMAGE_RESIZE_EXPLAIN}</span></td> <td class="row2"><input type="text" class="post" size="50" name="formatting_comment_image_resize" value="{COMMENT_FORMAT_IMAGE_RESIZE}" /></td> </tr> <tr> <td class="row1" width="50%">{L_COMMENT_FORMAT_TRUNCATE_LINKS}<br /><span class="gensmall">{L_COMMENT_FORMAT_TRUNCATE_LINKS_EXPLAIN}</span></td> <td class="row2" width="50%"><input type="radio" name="formatting_comment_truncate_links" value="1" {S_COMMENT_FORMAT_TRUNCATE_LINKS_YES} /> {L_YES} <input type="radio" name="formatting_comment_truncate_links" value="0" {S_COMMENT_FORMAT_TRUNCATE_LINKS_NO} /> {L_NO}</td> </tr> <tr> <td class="row1">{L_COMMENT_MAX_SUBJECT_CHAR}<br><span class="gensmall">{L_COMMENT_MAX_SUBJECT_CHAR_EXPLAIN}</span></td> <td class="row2"><input type="text" class="post" size="50" name="max_comment_subject_chars" value="{COMMENT_MAX_SUBJECT_CHAR}" /></td> </tr> <tr> <td class="row1">{L_COMMENT_MAX_CHAR}<br><span class="gensmall">{L_COMMENT_MAX_CHAR_EXPLAIN}</span></td> <td class="row2"><input type="text" class="post" size="50" name="max_comment_chars" value="{COMMENT_MAX_CHAR}" /></td> </tr> <tr> <!-- TITLE ------------------------------------------------------------------------------------------- --> <th class="thHead" colspan="2"> {L_INSTRUCTIONS_TITLE}</th> </tr> <tr> <td class="row1" width="50%">{L_PRE_TEXT_NAME}<br /><span class="gensmall">{L_PRE_TEXT_EXPLAIN}</span></td> <td class="row2" width="50%"><input type="radio" name="show_pretext" value="1" {S_SHOW_PRETEXT} /> {L_SHOW} <input type="radio" name="show_pretext" value="0" {S_HIDE_PRETEXT} /> {L_HIDE}</td> </tr> <tr> <td class="row1" width="50%">{L_PRE_TEXT_HEADER}</td> <td class="row2" width="50%"><input text="text" name="pt_header" value="{L_PT_HEADER}" size="40" maxlength="100" /></td> </tr> <tr> <td class="row1" width="50%">{L_PRE_TEXT_BODY}</td> <td class="row2" width="50%"><textarea name="pt_body" cols="40" rows="5">{L_PT_BODY}</textarea></td> </tr> <tr> <!-- TITLE ------------------------------------------------------------------------------------------- --> <th class="thHead" colspan="2"> {L_NOTIFICATIONS_TITLE}</th> </tr> <tr> <td class="row1" width="50%">{L_NOTIFY}<br /><span class="gensmall">{L_NOTIFY_EXPLAIN}</span></td> <td class="row2" width="50%"><input type="radio" name="notify" value="0" {S_NOTIFY_NONE} />{L_NONE} <input type="radio" name="notify" value="2" {S_NOTIFY_EMAIL} />{L_EMAIL} <input type="radio" name="notify" value="1" {S_NOTIFY_PM} />{L_PM}</td> </tr> <tr> <td class="row1" width="50%">{L_NOTIFY_GROUP}<br /><span class="gensmall">{L_NOTIFY_GROUP_EXPLAIN}</span></td> <td class="row2" width="50%">{NOTIFY_GROUP}</td> </tr> <tr> <td class="cat" colspan="2" align="center">{S_HIDDEN_FIELDS}<input type="submit" name="submit" value="{L_SUBMIT}" class="mainoption" /> <input type="reset" value="{L_RESET}" class="liteoption" /></td> </tr> </table> </form> --- NEW FILE: bugsbt_select_field_type.tpl --- <h1>{L_FIELD_TITLE}</h1> <p>{L_FIELD_EXPLAIN}</p> <form action="{S_FIELD_ACTION}" method="post"> <table width="100%" cellpadding="3" cellspacing="1" class="forumline"> <tr> <th colspan="2" class="thHead">{L_FIELD_TITLE}</th> </tr> <tr> <td class="row1" align="center"> {S_SELECT_FIELD_TYPE} </td> </tr> <tr> <td align="center" class="cat" colspan="2"> {S_HIDDEN_FIELDS}<input class="liteoption" type="submit" value="{L_FIELD_TITLE}" name="submit"> </td> </tr> </table> </form> --- NEW FILE: index.htm --- <html> <head> <title></title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <body bgcolor="#FFFFFF" text="#000000"> </body> </html> |
Update of /cvsroot/mxbb/mx_bugsbt/templates/subSilver/admin In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv2027/templates/subSilver/admin Removed Files: bugsbt_cat_admin_body.tpl bugsbt_cat_auth_body.tpl bugsbt_cat_del_body.tpl bugsbt_cat_edit_body.tpl bugsbt_cat_select_body.tpl bugsbt_config_body.tpl bugsbt_field_add.tpl bugsbt_select.tpl bugsbt_select_field_delete.tpl bugsbt_select_field_edit.tpl bugsbt_select_field_type.tpl bugsbt_type_body.tpl bugsbt_type_edit_body.tpl index.htm Log Message: for 2.9.x --- bugsbt_type_body.tpl DELETED --- --- bugsbt_cat_select_body.tpl DELETED --- --- bugsbt_cat_admin_body.tpl DELETED --- --- bugsbt_select_field_edit.tpl DELETED --- --- bugsbt_select.tpl DELETED --- --- bugsbt_cat_del_body.tpl DELETED --- --- bugsbt_type_edit_body.tpl DELETED --- --- bugsbt_field_add.tpl DELETED --- --- bugsbt_select_field_delete.tpl DELETED --- --- bugsbt_cat_auth_body.tpl DELETED --- --- bugsbt_cat_edit_body.tpl DELETED --- --- bugsbt_config_body.tpl DELETED --- --- bugsbt_select_field_type.tpl DELETED --- --- index.htm DELETED --- |
|
From: Jon O. <jon...@us...> - 2007-09-09 19:35:17
|
Update of /cvsroot/mxbb/mx_bugsbt/templates/_core/images/lang_english In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv2027/templates/_core/images/lang_english Added Files: icon_bugsbt_post_comment.gif Log Message: for 2.9.x --- NEW FILE: icon_bugsbt_post_comment.gif --- (This appears to be a binary file; contents omitted.) |
|
From: Jon O. <jon...@us...> - 2007-09-09 19:35:17
|
Update of /cvsroot/mxbb/mx_bugsbt/templates/_core/images In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv2027/templates/_core/images Added Files: icon_approve.gif icon_unapprove.gif index.htm Log Message: for 2.9.x --- NEW FILE: icon_unapprove.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: icon_approve.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: index.htm --- <html> <head> <title></title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <body bgcolor="#FFFFFF" text="#000000"> </body> </html> |
|
From: Jon O. <jon...@us...> - 2007-09-09 19:35:15
|
Update of /cvsroot/mxbb/mx_bugsbt/templates/_core In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv2027/templates/_core Added Files: _core.cfg bugsbt_comment_posting.tpl bugsbt_index.tpl bugsbt_post_body.tpl bugsbt_post_pretext.tpl bugsbt_post_preview.tpl bugsbt_product_body.tpl bugsbt_view_body.tpl Log Message: for 2.9.x --- NEW FILE: bugsbt_product_body.tpl --- <table cellpadding="0" cellspacing="0" border="0"><tr><td> <div class="TableContainer"> <table class="scrollTable example"> <thead class="fixedHeader"> <tr> <td width="5%" class="TableSortedAscending sortable row2" title="Click here to sort" onclick="Table.sort(this,{'sortType':Sort.Numeric,'rowShade':'alternate'})"><span class="gensmall"><b>{L_ID}</b></span></td> <td width="5%" class="sortable row2" title="Click here to sort" onclick="Table.sort(this,{'sortType':Sort.Default,'rowShade':'alternate'})"><span class="gensmall"><b>{L_CLOSED}</b></span></td> <td width="50%" class="sortable row2" title="Click here to sort" onclick="Table.sort(this,{'sortType':Sort.Default,'rowShade':'alternate'})"><span class="gensmall"><b>{L_NAME}</b></span></td> <td width="10%" class="sortable row2" title="Click here to sort" onclick="Table.sort(this,{'sortType':Sort.Default,'rowShade':'alternate'})"><span class="gensmall"><b>{L_EDITION_BUILD}</b></span></td> <td width="10%" class="sortable row2" title="Click here to sort" onclick="Table.sort(this,{'sortType':Sort.Default,'rowShade':'alternate'})"><span class="gensmall"><b>{L_STATUS}</b></span></td> <td width="10%" class="sortable row2" title="Click here to sort" onclick="Table.sort(this,{'sortType':Sort.Date,'rowShade':'alternate'})"><span class="gensmall"><b>{L_REPORTED}</b></span></td> <td width="10%" class="sortable row2" title="Click here to sort" onclick="Table.sort(this,{'sortType':Sort.Date,'rowShade':'alternate'})"><span class="gensmall"><b>{L_UPDATED}</b></span></td> </tr> </thead> <tbody class="scrollContent"> <!-- BEGIN bugsrow --> <tr onclick="if (getCookie('openEditBug')) editBug('{bugsrow.ID}'); else viewBug('{bugsrow.ID}');" onmouseover="this.className='alternateRow'"; onmouseout="this.className=''";> <td width="5%" class="row1" ><span class="copyright">{bugsrow.ID}</span></td> <td width="5%" class="row1" ><span class="copyright">{bugsrow.CLOSED}</span></td> <td width="50%" class="row1"><span class="copyright">{bugsrow.NAME}{bugsrow.DESC}</span></td> <td width="10%" class="row1"><span class="copyright">{bugsrow.PRODUCT}</span></td> <td width="10%" class="row1"><span class="copyright">{bugsrow.STATUS}</span></td> <td width="10%" class="row1"><span class="copyright">{bugsrow.REPORTED}</span></td> <td width="10%" class="row1"><span class="copyright">{bugsrow.UPDATED}</span></td> </tr> <!-- END bugsrow --> <!-- BEGIN no_bugs --> <tr > <td width="100%" class="row1" colspan="6"> {no_bugs.L_NO_ARTICLES_CAT} </td> </tr> <!-- END no_bugs --> </tbody> </table> </div> </td></tr></table> --- NEW FILE: bugsbt_index.tpl --- <script type="text/javascript" src="{MX_ROOT_PATH}{MODULE_ROOT_PATH}bugsbt/includes/js/common.js"></script> <script type="text/javascript" src="{MX_ROOT_PATH}{MODULE_ROOT_PATH}bugsbt/shared/XulMenu/XulMenu.js"></script> <script type="text/javascript" src="{MX_ROOT_PATH}{MODULE_ROOT_PATH}bugsbt/shared/XulMenu/ie5.js"></script> <script type="text/javascript" src="{MX_ROOT_PATH}{MODULE_ROOT_PATH}bugsbt/shared/DynamicTree/DynamicTree.js"></script> <script type="text/javascript" src="{MX_ROOT_PATH}{MODULE_ROOT_PATH}bugsbt/shared/XulTabs/XulTabs.js"></script> <script type="text/javascript" src="{MX_ROOT_PATH}{MODULE_ROOT_PATH}bugsbt/shared/SimpleTextEditor/SimpleTextEditor.js"></script> <script type="text/javascript" src="{MX_ROOT_PATH}{MODULE_ROOT_PATH}bugsbt/includes/js/management.js.php"></script> <script type="text/javascript" src="{MX_ROOT_PATH}{MODULE_ROOT_PATH}bugsbt/includes/js/request.js.php"></script> <script type="text/javascript" src="{MX_ROOT_PATH}{MODULE_ROOT_PATH}bugsbt/includes/js/debug.js"></script> <script type="text/javascript" src="{MX_ROOT_PATH}modules/mx_shared/ajax/AjaxRequest_comp.js"></script> <script type="text/javascript" src="{MX_ROOT_PATH}modules/mx_shared/ajax/dhtmlHistory.js"></script> <script type="text/javascript" src="{MX_ROOT_PATH}modules/mx_shared/tablesort/table.js"></script> <script type="text/javascript" src="{MX_ROOT_PATH}modules/mx_shared/tablesort/util.js"></script> <script type="text/javascript"> /* fix for IE not loading wysiwyg editor images */ var imgs = ["bold.gif", "center.gif", "help.gif", "image.gif", "indent.gif", "italic.gif", "left.gif", "link.gif", "ol.gif", "outdent.gif", "right.gif", "ul.gif", "underline.gif", "viewsource.gif"]; for (var k = 0; k < imgs.length; ++k) { var image = new Image(); image.src = "{MX_ROOT_PATH}{MODULE_ROOT_PATH}bugsbt/shared/SimpleTextEditor/images/"+imgs[k]; imgs[k] = image; } </script> <script type="text/javascript"> function _mxBlock(id, page) { this.block_id = id; this.page_id = page; } mxBlock = new _mxBlock('{BLOCK_ID}','{PAGE_ID}'); bugPath = '{BUG_PATH}'; </script> <script language="JavaScript" type="text/javascript"> <!-- // bbCode control by // subBlue design // www.subBlue.com // Startup variables var imageTag = false; var theSelection = false; // Check for Browser & Platform for PC & IE specific bits // More details from: http://www.mozilla.org/docs/web-developer/sniffer/browser_type.html var clientPC = navigator.userAgent.toLowerCase(); // Get client info var clientVer = parseInt(navigator.appVersion); // Get browser version var is_ie = ((clientPC.indexOf("msie") != -1) && (clientPC.indexOf("opera") == -1)); var is_nav = ((clientPC.indexOf('mozilla')!=-1) && (clientPC.indexOf('spoofer')==-1) && (clientPC.indexOf('compatible') == -1) && (clientPC.indexOf('opera')==-1) && (clientPC.indexOf('webtv')==-1) && (clientPC.indexOf('hotjava')==-1)); var is_moz = 0; var is_win = ((clientPC.indexOf("win")!=-1) || (clientPC.indexOf("16bit") != -1)); var is_mac = (clientPC.indexOf("mac")!=-1); // Helpline messages b_help = "{L_BBCODE_B_HELP}"; i_help = "{L_BBCODE_I_HELP}"; u_help = "{L_BBCODE_U_HELP}"; q_help = "{L_BBCODE_Q_HELP}"; c_help = "{L_BBCODE_C_HELP}"; l_help = "{L_BBCODE_L_HELP}"; o_help = "{L_BBCODE_O_HELP}"; p_help = "{L_BBCODE_P_HELP}"; w_help = "{L_BBCODE_W_HELP}"; a_help = "{L_BBCODE_A_HELP}"; s_help = "{L_BBCODE_S_HELP}"; f_help = "{L_BBCODE_F_HELP}"; // Define the bbCode tags bbcode = new Array(); bbtags = new Array('[b]','[/b]','[i]','[/i]','[u]','[/u]','[quote]','[/quote]','[code]','[/code]','[list]','[/list]','[list=]','[/list]','[img]','[/img]','[url]','[/url]'); imageTag = false; // Shows the help messages in the helpline window function helpline(help) { document.post.helpbox.value = eval(help + "_help"); } // Replacement for arrayname.length property function getarraysize(thearray) { for (i = 0; i < thearray.length; i++) { if ((thearray[i] == "undefined") || (thearray[i] == "") || (thearray[i] == null)) return i; } return thearray.length; } // Replacement for arrayname.push(value) not implemented in IE until version 5.5 // Appends element to the array function arraypush(thearray,value) { thearray[ getarraysize(thearray) ] = value; } // Replacement for arrayname.pop() not implemented in IE until version 5.5 // Removes and returns the last element of an array function arraypop(thearray) { thearraysize = getarraysize(thearray); retval = thearray[thearraysize - 1]; delete thearray[thearraysize - 1]; return retval; } function checkForm() { formErrors = false; if (document.post.article_name.value.length < 2) { formErrors = "{L_EMPTY_ARTICLE_NAME}\r"; } if (document.post.article_desc.value.length < 2) { formErrors = "{L_EMPTY_ARTICLE_DESC}\r"; } if (document.post.message.value.length < 2) { formErrors = "{L_EMPTY_MESSAGE}\r"; } if (document.post.type_id.value=='select_one') { formErrors = "{L_EMPTY_TYPE}\r"; } if (formErrors) { alert(formErrors); return false; } else { bbstyle(-1); //formObj.preview.disabled = true; //formObj.submit.disabled = true; return true; } } function checkCommentForm() { formErrors = false; if (document.post.subject.value.length < 2) { formErrors = "{L_EMPTY_ARTICLE_NAME}\r"; } if (document.post.message.value.length < 2) { formErrors = "{L_EMPTY_MESSAGE}\r"; } if (formErrors) { alert(formErrors); return false; } else { bbstyle(-1); //formObj.preview.disabled = true; //formObj.submit.disabled = true; return true; } } function emoticon(text) { var txtarea = document.post.message; text = ' ' + text + ' '; if (txtarea.createTextRange && txtarea.caretPos) { var caretPos = txtarea.caretPos; caretPos.text = caretPos.text.charAt(caretPos.text.length - 1) == ' ' ? text + ' ' : text; txtarea.focus(); } else { txtarea.value += text; txtarea.focus(); } } function bbfontstyle(bbopen, bbclose) { var txtarea = document.post.message; if ((clientVer >= 4) && is_ie && is_win) { theSelection = document.selection.createRange().text; if (!theSelection) { txtarea.value += bbopen + bbclose; txtarea.focus(); return; } document.selection.createRange().text = bbopen + theSelection + bbclose; txtarea.focus(); return; } else if (txtarea.selectionEnd && (txtarea.selectionEnd - txtarea.selectionStart > 0)) { mozWrap(txtarea, bbopen, bbclose); return; } else { txtarea.value += bbopen + bbclose; txtarea.focus(); } storeCaret(txtarea); } function bbstyle(bbnumber) { var txtarea = document.post.message; donotinsert = false; theSelection = false; bblast = 0; if (bbnumber == -1) { // Close all open tags & default button names while (bbcode[0]) { butnumber = arraypop(bbcode) - 1; txtarea.value += bbtags[butnumber + 1]; buttext = eval('document.post.addbbcode' + butnumber + '.value'); eval('document.post.addbbcode' + butnumber + '.value ="' + buttext.substr(0,(buttext.length - 1)) + '"'); } imageTag = false; // All tags are closed including image tags :D txtarea.focus(); return; } if ((clientVer >= 4) && is_ie && is_win) { theSelection = document.selection.createRange().text; // Get text selection if (theSelection) { // Add tags around selection document.selection.createRange().text = bbtags[bbnumber] + theSelection + bbtags[bbnumber+1]; txtarea.focus(); theSelection = ''; return; } } else if (txtarea.selectionEnd && (txtarea.selectionEnd - txtarea.selectionStart > 0)) { mozWrap(txtarea, bbtags[bbnumber], bbtags[bbnumber+1]); return; } // Find last occurance of an open tag the same as the one just clicked for (i = 0; i < bbcode.length; i++) { if (bbcode[i] == bbnumber+1) { bblast = i; donotinsert = true; } } if (donotinsert) { // Close all open tags up to the one just clicked & default button names while (bbcode[bblast]) { butnumber = arraypop(bbcode) - 1; txtarea.value += bbtags[butnumber + 1]; buttext = eval('document.post.addbbcode' + butnumber + '.value'); eval('document.post.addbbcode' + butnumber + '.value ="' + buttext.substr(0,(buttext.length - 1)) + '"'); imageTag = false; } txtarea.focus(); return; } else { // Open tags if (imageTag && (bbnumber != 14)) { // Close image tag before adding another txtarea.value += bbtags[15]; lastValue = arraypop(bbcode) - 1; // Remove the close image tag from the list document.post.addbbcode14.value = "Img"; // Return button back to normal state imageTag = false; } // Open tag txtarea.value += bbtags[bbnumber]; if ((bbnumber == 14) && (imageTag == false)) imageTag = 1; // Check to stop additional tags after an unclosed image tag arraypush(bbcode,bbnumber+1); eval('document.post.addbbcode'+bbnumber+'.value += "*"'); txtarea.focus(); return; } storeCaret(txtarea); } // From http://www.massless.org/mozedit/ function mozWrap(txtarea, open, close) { var selLength = txtarea.textLength; var selStart = txtarea.selectionStart; var selEnd = txtarea.selectionEnd; if (selEnd == 1 || selEnd == 2) selEnd = selLength; var s1 = (txtarea.value).substring(0,selStart); var s2 = (txtarea.value).substring(selStart, selEnd) var s3 = (txtarea.value).substring(selEnd, selLength); txtarea.value = s1 + open + s2 + close + s3; return; } // Insert at Claret position. Code from // http://www.faqts.com/knowledge_base/view.phtml/aid/1052/fid/130 function storeCaret(textEl) { if (textEl.createTextRange) textEl.caretPos = document.selection.createRange().duplicate(); } //--> </script> <style type="text/css"> <!-- #menu { position: relative z-index: 10; } #menu_top { height: 30px; padding: 15px 15px 0 15px; } td.simpledoc_title { font-size: 13px; font-weight: bold; margin: 0; padding: 10px; margin-bottom: 0.6em; border: {T_TH_COLOR1} 1px solid; border-style: none none solid none; } .nomargin { margin-bottom: 0; } .hr { font-size: 0px; border-width: 1px; border-color: {T_TH_COLOR1}; border-style: solid none none none; margin-top: 2px; margin-bottom: 2px; } #main { } #left { padding: 5px 5px 5px 5px; border-right: 1px solid {T_TH_COLOR1}; vertical-align: top; } #right { padding: 5px 5px 5px 5px; vertical-align: top; height: 100%; width: 100%;} #tabs-loading, #tabs-saving { position: absolute; z-index: 10; display: none; opacity: 0.8; -moz-opacity: 0.8; filter: alpha(opacity=80); } img { border: 0; } ul { margin: 1em 0 1em 3em; padding: 0; } #tabs-data, #tabs-data table { font-family: {T_FONTFACE1}; font-size: 11px; color: {T_BODY_TEXT}; background: {T_TR_COLOR1}; width: 100%; } .t0 { border: {T_TH_COLOR1} 1px solid; } .t1 { background: {T_TR_COLOR2}; padding: 3px 8px; } .t2 { background: {T_TR_COLOR2}: 3px 8px; } #saved { color: {T_BODY_TEXT}; } .error { color: red; } .message { color: green; } .note { font-weight: bold; } .message-box { padding: 1em; background: {T_TD_COLOR2}; border: {T_TH_COLOR3} 1px solid; } pre { background-color: {T_TR_COLOR2}; padding: 0.75em 1.5em; border: 1px solid {T_TH_COLOR1}; } .contents { float: right; background-color: {T_TR_COLOR2}; padding: 0.75em; margin: 0 0 0.75em 0.75em; border: 1px solid {T_TH_COLOR1}; } .contents ul { margin-left: 1.2em; margin-right: 0.75em; margin-bottom: 0; padding: 0; } /* SimpleDoc [www.gosu.pl], style for DynamicTree */ .DynamicTree { font-family: {T_FONTFACE1}; font-size: 11px; white-space: nowrap; cursor: default; } .DynamicTree .wrap1, .DynamicTree .actions { -moz-user-select: none; } .DynamicTree a, .DynamicTree a:hover { color: {T_BODY_VLINK}; text-decoration: none; cursor: default; } .DynamicTree .text { padding: 1px; cursor: pointer; } .DynamicTree .text-active { background: {T_TR_COLOR1}; padding: 1px; cursor: pointer; } .DynamicTree div.folder img, .DynamicTree div.doc img { border: 0; vertical-align: -30%; } * html .DynamicTree .folder img, * html .DynamicTree .doc img { vertical-align: -40%; } .DynamicTree .section { background: url({MX_ROOT_PATH}{MODULE_ROOT_PATH}bugsbt/shared/DynamicTree/images/tree-branch.gif) repeat-y; display: none; } .DynamicTree .last { background: none; } .DynamicTree div.folder div.folder { margin-left: 18px; } .DynamicTree div.doc div.doc, .DynamicTree div.folder div.doc { margin-left: 18px; } .DynamicTree ul {} .DynamicTree li.folder {} .DynamicTree li.doc {} .DynamicTree .actions { margin-top: 7px; margin-left: 0px; height: 20px; float:left; } .DynamicTree .tooltip { margin-top: 28px; margin-left: 0px; height: 5px; } .DynamicTree .moveUp, .DynamicTree .moveDown, .DynamicTree .moveLeft, .DynamicTree .moveRight, .DynamicTree .insert, .DynamicTree .remove { margin-top: 4px; width: 20px; height: 20px; display: block; border: 1px solid {T_TH_COLOR1}; cursor: default; float:left; } .DynamicTree .moveUp:hover, .DynamicTree .moveDown:hover, .DynamicTree .moveLeft:hover, .DynamicTree .moveRight:hover, .DynamicTree .insert:hover, .DynamicTree .remove:hover { background-color: {T_TR_COLOR1}; border: 1px solid {T_TH_COLOR3}; } .DynamicTree .top { font-weight: bold; padding-left: 0px; line-height: 20px; color: {T_BODY_TEXT}; border-width: 2px; border-color: {T_TH_COLOR2}; border-style: none none border-width: 1px; border-color: {T_TH_COLOR2}; border-style: none none solid none; margin-bottom: 5px;} .DynamicTree .wrap1 { padding: 10px; border: 1px solid {T_TH_COLOR1}; width: 200px; height:300px; overflow-x:hidden; overflow-y:auto;} .DynamicTree .wrap2 { margin-left: 2px; } .DynamicTree .wrap3 { padding: 10px; border: 1px solid {T_TH_COLOR1}; width: 200px;} .DynamicTree #tree-insert-form { display: none; margin-top: 5em; } .DynamicTree #tree-insert-form .label { text-align: right; width: 50px; padding-right: 8px; } .DynamicTree #tree-insert-form .input { margin-bottom: 2px; padding-left: 3px; } .DynamicTree #tree-insert-form select { margin-bottom: 2px; } .DynamicTree #tree-insert-form .button { margin-top: 4px; } .XulMenu { font-family: georgia, tahoma, verdana; font-size: 11px; -moz-user-select: none; } .XulMenu .button, .XulMenu .button:hover, .XulMenu .button-active, .XulMenu .button-active:hover { line-height: normal; padding: 4px 8px 3px 8px; border: 1px solid {T_TR_COLOR2}; color: {T_BODY_TEXT}; text-decoration: none; cursor: default; white-space: nowrap; display: block; position: relative; } .XulMenu .button:hover { border-color: #ffffff #ACA899 #ACA899 #ffffff; } .XulMenu .button-active, .XulMenu .button-active:hover { border-color: #ACA899 #ffffff #ffffff #ACA899; } .XulMenu .item, .XulMenu .item:hover, .XulMenu .item-active, .XulMenu .item-active:hover { background: #ffffff; line-height: normal; padding: 3px 30px 3px 20px; color: #000000; text-decoration: none; cursor: default; white-space: nowrap; display: block; position: relative; } .XulMenu .item:hover, .XulMenu .item-active, .XulMenu .item-active:hover { background: #316AC5; color: #ffffff; } .XulMenu .section { background: #ffffff; border: 1px solid; border-color: #F1EFE2 #716F64 #716F64 #F1EFE2; padding: 2px 1px 1px 2px; position: absolute; visibility: hidden; z-index: -1; margin-top: 25px; } .XulMenu .arrow { position: absolute; top: 7px; right: 8px; border: 0; } .XulMenu .hr { font-size: 0px; border-width: 1px; border-color: #aca899; border-style: solid none none none; margin-top: 2px; margin-bottom: 2px; margin-left: 4px; margin-right: 4px; } * html .XulMenu td { position: relative; } /* ie 5.0 fix */ /* SimpleDoc [www.gosu.pl], style for tabs */ .XulTabs .wrap1 { height: 23px; } .XulTabs .wrap1 td { vertical-align: bottom; } .XulTabs .tab, .XulTabs .tab:hover, .XulTabs .tab-active, .XulTabs .tab-active:hover { text-decoration: none; padding: 3px 10px 3px 10px; border-top: 1px solid {T_TH_COLOR1}; border-left: 1px solid {T_TH_COLOR1}; color: {T_BODY_LINK}; cursor: default; white-space: nowrap; display: block; } .XulTabs .tab:hover { border-top: 2px solid {T_BODY_VLINK}; padding-top: 2px; } .XulTabs .tab-active, .XulTabs .tab-active:hover { border-top: 3px solid {T_BODY_VLINK}; padding-top: 2px; padding-bottom: 4px; font-weight: bold; } .XulTabs .view { border-right: 1px solid {T_TH_COLOR1}; } .XulTabs .content { border: 1px solid {T_TH_COLOR1}; background: {T_TR_COLOR1}; width: 100%; height: 100%; } .XulTabs .wrap2 { vertical-align: top; padding: 5px; } .XulTabs .data { display: none; } * html .XulTabs .tab, * html .XulTabs .tab:hover, * html .XulTabs .tab-active, * html .XulTabs .tab-active:hover { width: 100%; } /* SimpleDoc [www.gosu.pl], style for texteditor */ .ste { background-color: #ffffff; } .ste .bar { padding: 3px; border: {T_TH_COLOR1} 1px; border-style: solid solid none solid; } .ste .frame { background: #ffffff; border: 1px solid; border-color: {T_TH_COLOR1}; } .ste .frame iframe { background: #ffffff; width: 100%; height: 300px; } .ste img { background: #ffffff; border: 0; } .ste .button { background: #ffffff; padding: 1px; border: {T_TH_COLOR1} 1px solid; } .ste .button-hover { background: #ffffff; padding: 1px; border: 1px solid; border-color: {T_TH_COLOR3} } .ste .button-click { background: #ffffff; padding: 1px; border: 1px solid; border-color: {T_TH_COLOR3} } .ste .separator {background: #ffffff; width: 0px; height: 18px; border-left: {T_TH_COLOR1} 1px solid; border-right: {T_TH_COLOR3} 1px solid; margin: 0 5px; } .ste .source { color: {T_BODY_TEXT}; padding-top: 5px; } --> </style> <style type="text/css"> <!-- /* Table Sort */ table.example { border-collapse:collapse; } table.example th, table.example td { border:1px solid {T_TH_COLOR3}; padding: 2px 2px 2px 2px; } table.example tr.alternate { background-color:{T_TR_COLOR3}; } table.example thead th { background-color:{T_TR_COLOR3}; color:{T_BODY_VLINK}; } table.example tfoot td { background-color:{T_TR_COLOR2}; } table.example td.sortable { cursor:pointer; font-size: 10px; padding-bottom:10px; } table.example td.TableSortedAscending { background-image:url("{MX_ROOT_PATH}modules/mx_shared/tablesort/sorted_up.gif"); background-position:center bottom; background-repeat:no-repeat; } table.example td.TableSortedDescending { background-image:url("{MX_ROOT_PATH}modules/mx_shared/tablesort/sorted_down.gif"); background-position:center bottom; background-repeat:no-repeat; } table.example td.TableFiltered { background-image:url("{MX_ROOT_PATH}modules/mx_shared/tablesort/filter.gif"); background-position:center bottom; background-repeat:no-repeat; } a.sortlink { text-decoration:none; padding-left:25px; font-family:courier; } </style> <style type='text/css'> /* Scrollable Content Height */ .scrollContent { height:300px; overflow-x:hidden; overflow-y:auto; } .scrollContent tr { height: auto; white-space: nowrap; } /* Prevent Mozilla scrollbar from hiding right-most cell content */ .scrollContent tr td:last-child { padding-right: 20px; } /* Fixed Header Height */ .fixedHeader tr { position: relative; height: auto; } /* Put border around entire table */ div.TableContainer { border: 1px solid {T_TH_COLOR1}; } /* Table Header formatting */ .headerFormat { background-color: {T_TR_COLOR3}; color: {T_BODY_TEXT}; margin: 0px; padding: 1px; white-space: nowrap; font-family: Helvetica; font-size: 16px; text-decoration: none; font-weight: bold; } .headerFormat tr td { border: 1px solid {T_TH_COLOR1}; background-color: {T_TR_COLOR1}; } /* Table Body (Scrollable Content) formatting */ .bodyFormat tr td { color: {T_BODY_TEXT}; margin: 0px; padding: 1px; border: 0px none; font-family: Helvetica; font-size: 12px; } /* Use to set different color for alternating rows */ .alternateRow td{ background-color: {T_TR_COLOR2}; cursor: pointer; } .isLink{ cursor: pointer; } --> </style> <!--[if IE]> <style type="text/css"> /* IE Specific Style addition to constrain table from automatically growing in height */ div.TableContainer { height: 300px; overflow-x:hidden; overflow-y:auto; } </style> <![endif]--> <table cellspacing="1" cellpadding="0" width="100%" height="100%" class="forumline" style="border-top:none;"> <tr> <td class="row2"> <table cellspacing="0" cellpadding="0" width="100%"> <tr> <td class="cat"> <div id="menu"> <table cellspacing="0" cellpadding="0" class="XulMenu"> <tr> <!-- <td> <a class="button" href="javascript:void(0)">{L_PROJECT}</a> <div class="section"> <a class="item" href="{MODE_MANAGE_URL}">{L_MANAGEMENT}</a> <a class="item" href="{MODE_PUBLISH_URL}">{L_PUBLISH}</a> <div class="hr"></div> <a class="item" href="{MODE_IMPORT_URL}">{L_IMPORT_CONTENT}</a> <a class="item" href="{MODE_EXPORT_URL}">{L_EXPORT_CONTENT}</a> <div class="hr"></div> <a class="item" href="{MODE_VIEW_URL}">{L_DOC_VIEW}</a> </div> </td> --> <!-- <td> <a class="button" href="javascript:void(0)">{L_OPTIONS}</a> <div class="section"> <a class="item" href="{MODE_SETTINGS_URL}">{L_SETTINGS}</a> </div> </td> --> <td> <a class="button" href="javascript:void(0)">{L_HELP}</a> <div class="section"> <a class="item" href="javascript:void(window.open('{MX_ROOT_PATH}{MODULE_ROOT_PATH}docs/help-contents.html', 'Contents', 'width=400,height=400,scrollbars=yes'))">{L_CONTENTS}</a> <a class="item" href="javascript:void(window.open('{MX_ROOT_PATH}{MODULE_ROOT_PATH}docs/help-about.html', 'Contents', 'width=400,height=400,scrollbars=yes'))">{L_ABOUT}</a> </div> </td> </tr> </table> </div> <script type="text/javascript">var menu = new XulMenu("menu"); menu.zIndex.visible = 10; menu.init();</script> </td> </tr> <tr> <td> <!-- MAIN --> <table cellspacing="0" cellpadding="0" width="100%" height="100%" id="main"> <tr> <td id="left" class="row1"> <div class="DynamicTree"> <table cellspacing="0" cellpadding="0"> <tr> <td class="row2"> <div class="wrap1"> <div class="top">{L_TOC}</div> <div class="row2"> <div id="tree"> {TREE_HTML} </div> </div> </div> <script type="text/javascript">var tree = new DynamicTree("tree"); tree.path = "{MX_ROOT_PATH}{MODULE_ROOT_PATH}bugsbt/shared/DynamicTree/images/"; tree.init();</script> </td> </tr> </table> <!-- <div class="actions"> <a id="tree-moveUp" class="moveUp" href="javascript:void(0)"><img src="{MX_ROOT_PATH}{MODULE_ROOT_PATH}bugsbt/shared/DynamicTree/images/moveUp.gif" width="20" height="20" alt=""></a> <a id="tree-moveDown" class="moveDown" href="javascript:void(0)"><img src="{MX_ROOT_PATH}{MODULE_ROOT_PATH}bugsbt/shared/DynamicTree/images/moveDown.gif" width="20" height="20" alt=""></a> <a id="tree-moveLeft" class="moveLeft" href="javascript:void(0)"><img src="{MX_ROOT_PATH}{MODULE_ROOT_PATH}bugsbt/shared/DynamicTree/images/moveLeft.gif" width="20" height="20" alt=""></a> <a id="tree-moveRight" class="moveRight" href="javascript:void(0)"><img src="{MX_ROOT_PATH}{MODULE_ROOT_PATH}bugsbt/shared/DynamicTree/images/moveRight.gif" width="20" height="20" alt=""></a> <a id="tree-insert" class="insert" href="javascript:void(0)"><img src="{MX_ROOT_PATH}{MODULE_ROOT_PATH}bugsbt/shared/DynamicTree/images/insert.gif" width="20" height="20" alt=""></a> <a id="tree-remove" class="remove" href="javascript:void(0)"><img src="{MX_ROOT_PATH}{MODULE_ROOT_PATH}bugsbt/shared/DynamicTree/images/delete.gif" width="20" height="20" alt=""></a> </div> <div class="tooltip" id="tree-tooltip"></div> <div id="tree-insert-form"> <form action="javascript:void(0)" method="get"> <table cellspacing="0" cellpadding="0"> <tr id="tree-insert-where-div"> <td class="label">{L_WHERE}</td> <td><select id="tree-insert-where" name="tree-insert-where" class="where"><option value="before">{L_BEFORE}</option><option value="after">{L_AFTER}</option></select></td> </tr> <tr> <td class="label">{L_TYPE}</td> <td><select id="tree-insert-type" name="tree-insert-type"><option value="doc">{L_DOCUMENT}</option><option value="folder">{L_FOLDER}</option></select></td> </tr> <tr> <td class="label">{L_NAME}</td> <td><input class="input" size="18" id="tree-insert-name" name="tree-insert-name" type="text" value="" /></td> </tr> <tr> <td colspan="2" align="center"> <input id="tree-insert-button" class="button" type="button" value="Insert" /> <input id="tree-insert-cancel" type="button" value="Cancel" /> </td> </tr> </table> </form> </div> --> <br /> <table cellspacing="0" cellpadding="0"> <tr> <td class="row2"> <div class="wrap3"> <div class="top">{L_QUICK_LINKS}</div> <div class="row2"> <div class="isLink" onclick="viewBugs('all');"><span class="nav">» {L_VIEW_ALL_BUGS}</span></div> <div class="isLink" onclick="viewBugs('latest');"><span class="nav">» {L_VIEW_LATEST_BUGS}</span></div> <div class="isLink" onclick="viewBugs('last_updated');"><span class="nav">» {L_VIEW_LAST_UPDATED_BUGS}</span></div> </div> </div> </td> </tr> </table> </div> <script type="text/javascript" src="{MX_ROOT_PATH}{MODULE_ROOT_PATH}bugsbt/includes/js/init_main.js"></script> </td> <td id="right" class="row1"> <table cellspacing="0" cellpadding="0" width="100%" height="100%" id="tabs" class="XulTabs"> <tr> <td class="wrap1"> <table cellspacing="0" cellpadding="0"> <tr> <td class="row2"><a id="tab_bugs" class="tab" href="javascript:void(0)" onclick="viewBugs(); this.blur();">{L_VIEW_BUGS}</a></td> <td class="row2"><a id="tab_report" class="tab view" href="javascript:void(0)" onclick="reportBug(); this.blur();">{L_REPORT_BUG}</a></td> </tr> </table> </td> <td align="right"> <input id="openEditBug" type="checkbox" value="1" onclick="this.checked ? setCookie('openEditBug', 1, COOKIE_YEAR) : delCookie('openEditBug'); this.blur();"> {L_DEFAULT_EDIT} </td> </tr> <tr> <td colspan="2"> <table cellspacing="0" cellpadding="0" class="content"> <tr> <td class="wrap2"> <div id="tabs-loading">{L_LOADING}</div> <div id="tabs-saving">{L_SAVING}</div> <div id="tabs-data"></div> </td> </tr> </table> </td> </tr> </table> </td> </tr> </table> </td> </tr> </table> </td> </tr> </table> <script type="text/javascript"> if (getCookie("openEditBug")) el('openEditBug').checked = "checked"; </script> --- NEW FILE: bugsbt_post_pretext.tpl --- <br clear="all" /> <table class="forumline" width="100%" cellspacing="0" cellpadding="4" border="0"> <tr> <th height="25" class="thHead">{PRETEXT_HEADER}</th> </tr> <tr> <td class="row1"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td> <span class="postbody">{PRETEXT_BODY}</span> </td> </tr> </table></td> </tr> <tr> <td class="spaceRow" height="1"><img src="{SPACER_IMG}" width="1" height="1" /></td> </tr> </table> <br clear="all" /> --- NEW FILE: _core.cfg --- <?php // // ** Configuration file for subSilver template ** // // ** copyright (C) 2001 The phpBB Group ** // ** Created by subBlue design ** // ** www.subBlue.com ** // // ** subSilver dev. forum: www.subSky.com/phpBB2/ ** // // $Id: _core.cfg,v 1.1 2007/09/09 19:35:11 jonohlsson Exp $ // // Please note that to enable support of different languages // the {LANG} place holder is available. This will be replaced // with xxx where xxx is the users selected language. If // that language isn't available it will default to english. // Therefore you MUST ensure you have at least a english // directory if you choose to localise your template // // // Do not alter this line! // define(MX_TEMPLATE_CONFIG, TRUE); $mx_template_config = true; // ------------------------------------------------------------------------- // Do some checks // ------------------------------------------------------------------------- $current_template_path = file_exists( $mx_root_path . $current_template_path . "/images" ) ? $current_template_path : ( file_exists( $mx_root_path . $cloned_template_path . "/images" ) ? $cloned_template_path : $default_template_path ); // ------------------------------------------------------------------------- // Prefix with PORTAL_URL // ------------------------------------------------------------------------- $current_template_images = PORTAL_URL . $current_template_path . "/images"; // ------------------------------------------------------------------------- // Define images // ------------------------------------------------------------------------- $mx_images['bugsbt_icon_approve'] = "$current_template_images/icon_approve.gif"; $mx_images['bugsbt_icon_unapprove'] = "$current_template_images/icon_unapprove.gif"; $mx_images['bugsbt_comment_post'] = "$current_template_images/{LANG}/icon_bugsbt_post_comment.gif"; // // Article and Category lists // //$mx_images['bugsbt_bug'] = $images['icon_minipost']; // Article Row $mx_images['bugsbt_bug'] = $mx_root_path . $images['mx_graphics']['menu_icons'] . '/' ."icon_message.gif"; // Article Row //$mx_images['bugsbt_bug_new'] = $images['icon_minipost_new']; // Article Row $mx_images['bugsbt_bug_new'] = $mx_root_path . $images['mx_graphics']['menu_icons'] . '/' ."icon_message_hot.gif"; // Article Row $mx_images['bugsbt_product'] = $images['folder']; // Category Row $mx_images['bugsbt_product_new'] = $images['folder_new']; // Category Row // ------------------------------------------------------------------------- // Redefine phpBB images (Commenting) // ------------------------------------------------------------------------- $mx_images['bugsbt_icon_minipost'] = $images['icon_minipost']; $mx_images['bugsbt_icon_edit'] = $images['icon_edit']; $mx_images['bugsbt_icon_delpost'] = $images['icon_delpost']; $mx_images['bugsbt_icon_reply'] = $images['icon_reply']; $mx_images['bugsbt_folder'] = $images['folder']; $mx_images['bugsbt_folder_sticky'] = $images['folder_sticky']; $mx_images['bugsbt_folder_announce'] = $images['folder_announce']; $mx_images['bugsbt_icon_newest_reply'] = $images['icon_newest_reply']; ?> --- NEW FILE: bugsbt_post_preview.tpl --- <table class="forumline" width="100%" cellspacing="1" cellpadding="4" border="0"> <tr> <th height="25" class="thHead">{L_PREVIEW}</th> </tr> <tr> <td class="row1"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td> <span class="postbody">{PRE_COMMENT}</span> </td> </tr> </table></td> </tr> <tr> <td class="spaceRow" height="1"><img src="{SPACER_IMG}" width="1" height="1" /></td> </tr> </table> <br clear="all" /> --- NEW FILE: bugsbt_comment_posting.tpl --- <form method="post" action="{S_POST_ACTION}" onsubmit="saveComment(this); this.blur(); return false;" name="post"> <!-- BEGIN preview --> <br /> <table border="0" cellpadding="4" cellspacing="0" width="100%" class="forumline"> <tr> <th class="thHead" colspan="2" height="25">{L_PREVIEW}</th> </tr> <tr> <td class="row1" valign="top"><span class="postbody">{PRE_COMMENT}</span></td> </tr> </table> <br /> <!-- END preview --> <table border="0" cellpadding="4" cellspacing="1" width="100%"> <tr> <td class="row1" width="200"><span class="gen"><b>{L_COMMENT_TITLE}</b></span></td> <td class="row2" width="100%"><input type="text" name="subject" size="45" maxlength="60" style="width:450px" tabindex="2" class="post" value="{TITLE}" /></span></td> </tr> <tr> <td class="row1" valign="top"> <table width="100%" border="0" cellspacing="0" cellpadding="1"> <tr> <td><span class="gen"><b>{L_COMMENT}</b></span></td> </tr> <tr> <td valign="middle" align="center"> <br /> <table width="100" border="0" cellspacing="0" cellpadding="5"> <tr align="center"> <td colspan="{S_SMILIES_COLSPAN}" class="nav"><a href="{U_MORE_SMILIES}" onclick="window.open('{U_MORE_SMILIES}', '_phpbbsmilies', 'HEIGHT=300,resizable=yes,scrollbars=yes,WIDTH=250');return false;" target="_phpbbsmilies" class="nav">{L_EMOTICONS}</a></td> </tr> <!-- BEGIN smilies_row --> <tr align="center" valign="middle"> <!-- BEGIN smilies_col --> <td><a href="javascript:emoticon('{smilies_row.smilies_col.SMILEY_CODE}')"><img src="{smilies_row.smilies_col.SMILEY_IMG}" border="0" alt="{smilies_row.smilies_col.SMILEY_DESC}" title="{smilies_row.smilies_col.SMILEY_DESC}" /></a></td> <!-- END smilies_col --> </tr> <!-- END smilies_row --> </table> </td> </tr> </table> </td> <td class="row2" valign="top"><span class="gen"> <span class="genmed"> </span> <table width="450" border="0" cellspacing="0" cellpadding="2"> <tr align="center" valign="middle"> <td width="10"><span class="genmed"> <input type="button" class="button" accesskey="b" name="addbbcode0" value=" B " style="font-weight:bold; width: 30px" onClick="bbstyle(0)" onMouseOver="helpline('b')" /> </span></td> <td width="10"><span class="genmed"> <input type="button" class="button" accesskey="i" name="addbbcode2" value=" i " style="font-style:italic; width: 30px" onClick="bbstyle(2)" onMouseOver="helpline('i')" /> </span></td> <td width="10"><span class="genmed"> <input type="button" class="button" accesskey="u" name="addbbcode4" value=" u " style="text-decoration: underline; width: 30px" onClick="bbstyle(4)" onMouseOver="helpline('u')" /> </span></td> <td width="10"><span class="genmed"> <input type="button" class="button" accesskey="q" name="addbbcode6" value="Quote" style="width: 50px" onClick="bbstyle(6)" onMouseOver="helpline('q')" /> </span></td> <td width="10"><span class="genmed"> <input type="button" class="button" accesskey="c" name="addbbcode8" value="Code" style="width: 40px" onClick="bbstyle(8)" onMouseOver="helpline('c')" /> </span></td> <td width="10"><span class="genmed"> <input type="button" class="button" accesskey="l" name="addbbcode10" value="List" style="width: 40px" onClick="bbstyle(10)" onMouseOver="helpline('l')" /> </span></td> <td width="10"><span class="genmed"> <input type="button" class="button" accesskey="o" name="addbbcode12" value="List=" style="width: 40px" onClick="bbstyle(12)" onMouseOver="helpline('o')" /> </span></td> <td width="10"><span class="genmed"> <input type="button" class="button" accesskey="p" name="addbbcode14" value="Img" style="width: 40px" onClick="bbstyle(14)" onMouseOver="helpline('p')" /> </span></td> <td width="10"><span class="genmed"> <input type="button" class="button" accesskey="w" name="addbbcode16" value="URL" style="text-decoration: underline; width: 40px" onClick="bbstyle(16)" onMouseOver="helpline('w')" /> </span></td> </tr> <tr> <td colspan="9"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><span class="genmed"> {L_FONT_COLOR}: <select name="addbbcode18" onChange="bbfontstyle('[color=' + this.form.addbbcode18.options[this.form.addbbcode18.selectedIndex].value + ']', '[/color]')" onMouseOver="helpline('s')"> <option style="color:black; background-color: #FFFFFF " value="{T_FONTCOLOR1}" class="genmed">{L_COLOR_DEFAULT}</option> <option style="color:darkred; background-color: #DEE3E7" value="darkred" class="genmed">{L_COLOR_DARK_RED}</option> <option style="color:red; background-color: #DEE3E7" value="red" class="genmed">{L_COLOR_RED}</option> <option style="color:orange; background-color: #DEE3E7" value="orange" class="genmed">{L_COLOR_ORANGE}</option> <option style="color:brown; background-color: #DEE3E7" value="brown" class="genmed">{L_COLOR_BROWN}</option> <option style="color:yellow; background-color: #DEE3E7" value="yellow" class="genmed">{L_COLOR_YELLOW}</option> <option style="color:green; background-color: #DEE3E7" value="green" class="genmed">{L_COLOR_GREEN}</option> <option style="color:olive; background-color: #DEE3E7" value="olive" class="genmed">{L_COLOR_OLIVE}</option> <option style="color:cyan; background-color: #DEE3E7" value="cyan" class="genmed">{L_COLOR_CYAN}</option> <option style="color:blue; background-color: #DEE3E7" value="blue" class="genmed">{L_COLOR_BLUE}</option> <option style="color:darkblue; background-color: #DEE3E7" value="darkblue" class="genmed">{L_COLOR_DARK_BLUE}</option> <option style="color:indigo; background-color: #DEE3E7" value="indigo" class="genmed">{L_COLOR_INDIGO}</option> <option style="color:violet; background-color: #DEE3E7" value="violet" class="genmed">{L_COLOR_VIOLET}</option> <option style="color:white; background-color: #DEE3E7" value="white" class="genmed">{L_COLOR_WHITE}</option> <option style="color:black; background-color: #DEE3E7" value="black" class="genmed">{L_COLOR_BLACK}</option> </select> {L_FONT_SIZE}: <select name="addbbcode20" onChange="bbfontstyle('[size=' + this.form.addbbcode20.options[this.form.addbbcode20.selectedIndex].value + ']', '[/size]')" onMouseOver="helpline('f')"> <option value="7" class="genmed">{L_FONT_TINY}</option> <option value="9" class="genmed">{L_FONT_SMALL}</option> <option value="12" selected class="genmed">{L_FONT_NORMAL}</option> <option value="18" class="genmed">{L_FONT_LARGE}</option> <option value="24" class="genmed">{L_FONT_HUGE}</option> </select> </span></td> <td nowrap="nowrap" align="right"><span class="gensmall"><a href="javascript:bbstyle(-1)" class="genmed" onMouseOver="helpline('a')">{L_BBCODE_CLOSE_TAGS}</a></span></td> </tr> </table> </td> </tr> <tr> <td colspan="9"> <span class="gensmall"> <input type="text" name="helpbox" size="45" maxlength="100" style="width:450px; font-size:10px" class="helpline" value="{L_STYLES_TIP}" /> </span></td> </tr> <tr> <td colspan="9" class="row2"><span class="gen"> <textarea name="message" rows="7" cols="25" wrap="virtual" style="width:450px" tabindex="3" class="post" onselect="storeCaret(this);" onclick="storeCaret(this);" onkeyup="storeCaret(this);">{COMMENT}</textarea> </td> </tr> </table> </td> </tr> <tr> <td class="row1"><span class="gen"><B>{L_OPTIONS}</b></span><br /><span class="gensmall">{HTML_STATUS}<br />{BBCODE_STATUS}<br />{SMILIES_STATUS}<br />{LINKS_STATUS}<br />{IMAGES_STATUS}</span></td> <td class="row2"></td> </tr> <tr> <td class="cat" colspan="2" align="center" height="28"> {S_HIDDEN_FORM_FIELDS} <p><input type="submit" name="submit" id="submit" value="{L_SUBMIT}"> (ctrl+s)</p> <input type="hidden" name="submit" value=""> <input type="hidden" id="body-tmp" name="body-tmp" value=""> </td> </form> </tr> </table> <span class="gen"><p id="saved"></p></span> --- NEW FILE: bugsbt_view_body.tpl --- <script language='javascript'> <!-- function delete_item(theURL) { if (confirm('Are you sure you want to delete this item??')) { window.location.href=theURL; } else { alert ('No Action has been taken.'); } } --> </script> <!-- BEGIN sub_tabs --> <table cellspacing="0" cellpadding="0" width="100%" height="100%" id="tabs" class="XulTabs"> <tr> <td class="wrap1"> <table cellspacing="0" cellpadding="0"> <tr> <td class="row2"><a id="tab_view" class="tab" href="javascript:void(0)" onclick="viewBug(); this.blur();">{L_VIEW_BUG}</a></td> <td class="row2"><a id="tab_edit" class="tab right" href="javascript:void(0)" onclick="editBug(); this.blur();">{L_EDIT_BUG}</a></td> <td class="row2"><a id="tab_delete" class="tab view" href="javascript:void(0)" onclick="deleteBug(); this.blur();">{L_DELETE_BUG}</a></td> </tr> </table> </td> </tr> <tr> <td colspan="2"> <table cellspacing="0" cellpadding="0" class="content"> <tr> <td class="wrap2"> <!-- END sub_tabs --> <span class="gen"><b>{BUG_PRODUCT}</b> ({L_BUG_PRODUCT})</span> » <span class="gen"><b>{BUG_EDITION}</b> ({L_BUG_EDITION})</span> » <span class="gen"><b>{BUG_BUILD}</b> ({L_BUG_BUILD})</span> » <span class="gen"><b>{L_BUG_ID}</b> ({BUG_ID})</span> <p><span class="maintitle">{BUG_TITLE}</span> <p><span class="gensmall"><b>{BUG_DESCRIPTION}</b></span> <div class="articleDetails"> <table width="100%" cellpadding="4" cellspacing="0" border="0"> <tr> <td class="row2"> <span class="gensmall"><b>{L_BUG_TYPE}</b></span> <span class="gensmall">{BUG_TYPE}</span><br /> <hr> <span class="gensmall"><b>{L_BUG_AUTHOR}</b></span> <span class="gensmall">{BUG_AUTHOR}</span><br /> <span class="gensmall"><b>{L_BUG_DATE}</b></span> <span class="gensmall">{BUG_DATE}</span><br /> <span class="gensmall"><b>{L_BUG_UPDATED_DATE}</b></span> <span class="gensmall">{BUG_UPDATED_DATE}</span><br /> <span class="gensmall">{VIEWS}</span><br /> <hr> <!-- BEGIN custom_field --> <span class="gensmall"><b>{custom_field.CUSTOM_NAME}</b> </span> <span class="gensmall">{custom_field.DATA} </span><br /> <!-- END custom_field --> </td> </tr> </table> </div> <p><span class="postbody">{BUG_TEXT}</span> <!--<p><span class="cattitle"> {EDIT} {DELETE}</span>--> <!-- BEGIN use_comments --> <p> <div class="articleDetails"><span class="cattitle">{use_comments.L_COMMENTS}</span></div> <!-- BEGIN no_comments --> <p><span class="genmed">{use_comments.no_comments.L_NO_COMMENTS}</span> <!-- END no_comments --> <p> <table width="100%" cellspacing="0" cellpadding="4" border="1"> <!-- BEGIN text --> <tr> <td width="100" align="left" valign="top" class="row2"> <span class="name"> <b>{use_comments.text.POSTER}</b></span><hr /><br /> <span class="postdetails">{use_comments.text.POSTER_RANK}<br /> {use_comments.text.RANK_IMAGE}{use_comments.text.POSTER_AVATAR} </span><br /> </td> <td class="row1" height="28" valign="top"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="80%" valign="middle"><span class="genmed"><img src="{use_comments.text.ICON_MINIPOST_IMG}" width="12" height="9" border="0" /> <b>{use_comments.text.TITLE}</b> </span><span class="genmed">({use_comments.text.TIME})</span></td> <td align="right"> <!-- BEGIN auth_edit --> <a href="{use_comments.text.auth_edit.U_COMMENT_EDIT}"><img src="{use_comments.text.auth_edit.EDIT_IMG}" alt="{use_comments.text.auth_edit.L_COMMENT_EDIT}" title="{use_comments.text.auth_edit.L_COMMENT_EDIT}" border="0"></a> <!-- END auth_edit --> <!-- BEGIN auth_delete --> <a href="{use_comments.text.auth_delete.U_COMMENT_DELETE}"><img src="{use_comments.text.auth_delete.DELETE_IMG}" alt="{use_comments.text.auth_delete.L_COMMENT_DELETE}" title="{use_comments.text.auth_delete.L_COMMENT_DELETE}" border="0"></a> <!-- END auth_delete --> </td> </tr> <tr> <td colspan="2"><hr /></td> </tr> <tr> <td colspan="2"valign="top"><div id="tabs-data-comment-{use_comments.text.CID}"><span class="postbody">{use_comments.text.TEXT}</span></div></td> </tr> </table> </td> </tr> <!-- END text --> </table> <p> <!-- BEGIN comments_pag --> <table width="100%" cellspacing="0" cellpadding="0" border="0"> <tr> <td><span class="nav">{use_comments.comments_pag.PAGE_NUMBER}</span></td> <td align="right"><span class="nav">{use_comments.comments_pag.PAGINATION}</span></td> </tr> </table> <!-- END comments_pag --> <p> <!-- BEGIN auth_post --> <table width="100%" cellspacing="0" cellpadding="0" border="1" align="center"> <tr> <td align="left" class="row2"> <a href="javascript:void(0)" onclick="commentBug();"><img src="{use_comments.auth_post.REPLY_IMG}" vspace="4" border="0" alt="" align="middle" /></a> </td> </tr> <tr> <td align="left" class="row1"> <div id="tabs-data-comment"></div> </td> </tr> </table> <!-- END auth_post --> <!-- END use_comments --> <span class="gen"><p id="saved"></p></span> <!-- BEGIN sub_tabs --> </td></tr></table></td></tr></table> <!-- END sub_tabs --> --- NEW FILE: bugsbt_post_body.tpl --- <!-- BEGIN sub_tabs --> <table cellspacing="0" cellpadding="0" width="100%" height="100%" id="tabs" class="XulTabs"> <tr> <td class="wrap1"> <table cellspacing="0" cellpadding="0"> <tr> <td class="row2"><a id="tab_view" class="tab" href="javascript:void(0)" onclick="viewBug(); this.blur();">{L_VIEW_BUG}</a></td> <td class="row2"><a id="tab_edit" class="tab right" href="javascript:void(0)" onclick="editBug(); this.blur();">{L_EDIT_BUG}</a></td> <td class="row2"><a id="tab_delete" class="tab view" href="javascript:void(0)" onclick="deleteBug(); this.blur();">{L_DELETE_BUG}</a></td> </tr> </table> </td> </tr> <tr> <td colspan="2"> <table cellspacing="0" cellpadding="0" class="content"> <tr> <td class="wrap2"> <!-- END sub_tabs --> <span class="gen"><b>{BUG_PRODUCT}</b> ({L_BUG_PRODUCT})</span> » <span class="gen"><b>{BUG_EDITION}</b> ({L_BUG_EDITION})</span> » <span class="gen"><b>{BUG_BUILD}</b> ({L_BUG_BUILD})</span> <form method="post" action="{S_ACTION}" onsubmit="saveContent(this); this.blur(); return false;" name="post"> {KB_PRETEXT_BOX} {KB_PREVIEW_BOX} <table border="0" cellpadding="4" cellspacing="1" align="center" width="100%"> <!-- BEGIN switch_name --> <tr> <td class="row1"><span class="gen"><b><nobr>{L_NAME}</nobr></b></span></td> <td class="row2"><span class="gen"> <input type="text" name="username" size="25" maxlength="100" style="width:300px" class="post" value="{USERNAME}" /></span></td> </tr> <!-- END switch_name --> <tr> <td class="row1" width="200"><span class="gen"><b><nobr>{L_ARTICLE_TITLE}</nobr></b></span></td> <td class="row2" width="100%"> <span class="gen"> <input type="text" name="article_name" size="25" maxlength="100" style="width:300px" class="post" value="{ARTICLE_TITLE}" /></span></td> </tr> <tr> <td class="row1"><span class="gen"><b>{L_ARTICLE_DESCRIPTION}</b></span></td> <td class="row2"> <span class="gen"> <input type="text" name="article_desc" size="25" maxlength="255" style="width:300px" class="post" value="{ARTICLE_DESC}" /></span></td> </tr> <tr> <td class="row1" valign="top"><span class="gen"><b><nobr>{L_ARTICLE_TEXT}</nobr></b> <table width="100" border="0" cellspacing="0" cellpadding="5" align="center"> <tr align="center"> <td colspan="{S_SMILIES_COLSPAN}" class="gensmall"><b>{L_EMOTICONS}</b></td> </tr> <!-- BEGIN smilies_row --> <tr align="center" valign="middle"> <!-- BEGIN smilies_col --> <td><a href="javascript:emoticon('{smilies_row.smilies_col.SMILEY_CODE}')"><img src="{smilies_row.smilies_col.SMILEY_IMG}" border="0" alt="{smilies_row.smilies_col.SMILEY_DESC}" title="{smilies_row.smilies_col.SMILEY_DESC}" /></a></td> <!-- END smilies_col --> </tr> <!-- END smilies_row --> <!-- BEGIN switch_smilies_extra --> <tr align="center"> <td colspan="{S_SMILIES_COLSPAN}"><span class="nav"><a href="{U_MORE_SMILIES}" onclick="window.open('{U_MORE_SMILIES}', '_phpbbsmilies', 'HEIGHT=300,resizable=yes,scrollbars=yes,WIDTH=250');return false;" target="_phpbbsmilies" class="nav">{L_MORE_SMILIES}</a></span></td> </tr> <!-- END switch_smilies_extra --> </table> <br /><span class="gen"><b><nobr>{L_OPTIONS}</nobr></b></span><br /><span class="gensmall">{HTML_STATUS}<br />{BBCODE_STATUS}<br />{SMILIES_STATUS}<br />{LINKS_STATUS}<br />{IMAGES_STATUS}</span><br /><br /> </td> <td class="row2" valign="top"><span class="gen"> <table width="450" border="0" cellspacing="0" cellpadding="2" align="left"> <!-- BEGIN switch_bbcodes --> <tr align="center" valign="middle"> <td width="10"><span class="genmed"> <input type="button" class="button" accesskey="b" name="addbbcode0" value=" B " style="font-weight:bold; width: 20px" onClick="bbstyle(0)" onMouseOver="helpline('b')" /> </span></td> <td width="10"><span class="genmed"> <input type="button" class="button" accesskey="i" name="addbbcode2" value=" i " style="font-style:italic; width: 20px" onClick="bbstyle(2)" onMouseOver="helpline('i')" /> </span></td> <td width="10"><span class="genmed"> <input type="button" class="button" accesskey="u" name="addbbcode4" value=" u " style="text-decoration: underline; width: 20px" onClick="bbstyle(4)" onMouseOver="helpline('u')" /> </span></td> <td width="10"><span class="genmed"> <input type="button" class="button" accesskey="q" name="addbbcode6" value="Quote" style="width: 45px" onClick="bbstyle(6)" onMouseOver="helpline('q')" /> </span></td> <td width="10"><span class="genmed"> <input type="button" class="button" accesskey="c" name="addbbcode8" value="Code" style="width: 35px" onClick="bbstyle(8)" onMouseOver="helpline('c')" /> </span></td> <td width="10"><span class="genmed"> <input type="button" class="button" accesskey="l" name="addbbcode10" value="List" style="width: 35px" onClick="bbstyle(10)" onMouseOver="helpline('l')" /> </span></td> <td width="10"><span class="genmed"> <input type="button" class="button" accesskey="o" name="addbbcode12" value="List=" style="width: 35px" onClick="bbstyle(12)" onMouseOver="helpline('o')" /> </span></td> <td width="10"><span class="genmed"> <input type="button" class="button" accesskey="p" name="addbbcode14" value="Img" style="width: 35px" onClick="bbstyle(14)" onMouseOver="helpline('p')" /> </span></td> <td width="10"><span class="genmed"> <input type="button" class="button" accesskey="w" name="addbbcode16" value="URL" style="text-decoration: underline; width: 35px" onClick="bbstyle(16)" onMouseOver="helpline('w')" /> </span></td> </tr> <tr> <td colspan="9"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><span class="genmed"> {L_FONT_COLOR}: <select name="addbbcode18" onChange="bbfontstyle('[color=' + this.form.addbbcode18.options[this.form.addbbcode18.selectedIndex].value + ']', '[/color]');this.selectedIndex=0;" onMouseOver="helpline('s')"> <option style="color:black; background-color: {T_TD_COLOR1}" value="{T_FONTCOLOR1}" class="genmed">{L_COLOR_DEFAULT}</option> <option style="color:darkred; background-color: {T_TD_COLOR1}" value="darkred" class="genmed">{L_COLOR_DARK_RED}</option> <option style="color:red; background-color: {T_TD_COLOR1}" value="red" class="genmed">{L_COLOR_RED}</option> <option style="color:orange; background-color: {T_TD_COLOR1}" value="orange" class="genmed">{L_COLOR_ORANGE}</option> <option style="color:brown; background-color: {T_TD_COLOR1}" value="brown" class="genmed">{L_COLOR_BROWN}</option> <option style="color:yellow; background-color: {T_TD_COLOR1}" value="yellow" class="genmed">{L_COLOR_YELLOW}</option> <option style="color:green; background-color: {T_TD_COLOR1}" value="green" class="genmed">{L_COLOR_GREEN}</option> <option style="color:olive; background-color: {T_TD_COLOR1}" value="olive" class="genmed">{L_COLOR_OLIVE}</option> <option style="color:cyan; background-color: {T_TD_COLOR1}" value="cyan" class="genmed">{L_COLOR_CYAN}</option> <option style="color:blue; background-color: {T_TD_COLOR1}" value="blue" class="genmed">{L_COLOR_BLUE}</option> <option style="color:darkblue; background-color: {T_TD_COLOR1}" value="darkblue" class="genmed">{L_COLOR_DARK_BLUE}</option> <option style="color:indigo; background-color: {T_TD_COLOR1}" value="indigo" class="genmed">{L_COLOR_INDIGO}</option> <option style="color:violet; background-color: {T_TD_COLOR1}" value="violet" class="genmed">{L_COLOR_VIOLET}</option> <option style="color:white; background-color: {T_TD_COLOR1}" value="white" class="genmed">{L_COLOR_WHITE}</option> <option style="color:black; background-color: {T_TD_COLOR1}" value="black" class="genmed">{L_COLOR_BLACK}</option> </select> {L_FONT_SIZE}:<select name="addbbcode20" onChange="bbfontstyle('[size=' + this.form.addbbcode20.options[this.form.addbbcode20.selectedIndex].value + ']', '[/size]')" onMouseOver="helpline('f')"> <option value="7" class="genmed">{L_FONT_TINY}</option> <option value="9" class="genmed">{L_FONT_SMALL}</option> <option value="12" selected class="genmed">{L_FONT_NORMAL}</option> <option value="18" class="genmed">{L_FONT_LARGE}</option> <option value="24" class="genmed">{L_FONT_HUGE}</option> </select> </span> </td> </tr> <tr> <td nowrap="nowrap" align="left"><span class="gensmall"><a href="javascript:bbstyle(-1)" class="genmed" onMouseOver="helpline('a')">{L_BBCODE_CLOSE_TAGS}</a></span></td> </tr> </table> </td> </tr> <tr> <td colspan="9"> <span class="gensmall"> <input type="text" name="helpbox" size="45" maxlength="100" style="width:300px; font-size:10px" class="helpline" value="{L_STYLES_TIP}" /> </span> </td> </tr> <!-- END switch_bbcodes --> <tr> <td colspan="9"><span class="gen"><textarea name="message" rows="10" cols="25" wrap="virtual" style="width:300px" class="post" onselect="storeCaret(this);" onclick="storeCaret(this);" onkeyup="storeCaret(this);">{ARTICLE_BODY}</textarea></span> </td> </tr> </table> </span></td> </tr> <tr> <td class="row1"><span class="gen"><b>{L_CLOSED}</b></span></td> <td class="row2"><input type="radio" name="closed" value="1" {S_BUG_YES} /> {L_YES} <input type="radio" name="closed" value="0" {S_BUG_NO} /> {L_NO}</td> </tr> <tr> <td class="row1" valign="top"><span class="gen"><b><nobr>{L_ARTICLE_TYPE}</nobr></b></span></td> <td class="row2"><span class="gen"> <select name="type_id"> <option value="select_one">{L_SELECT_TYPE}</option> <!-- BEGIN types --> {types.TYPE} <!-- END types --> </select> </span> </td> </tr> <!-- BEGIN switch_edit --> <tr> <td class="... [truncated message content] |
|
From: Jon O. <jon...@us...> - 2007-09-09 19:33:57
|
Update of /cvsroot/mxbb/mx_bugsbt/templates/subSilver In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv1513 Modified Files: subSilver.cfg Log Message: update-check-before-removal Index: subSilver.cfg =================================================================== RCS file: /cvsroot/mxbb/mx_bugsbt/templates/subSilver/subSilver.cfg,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** subSilver.cfg 12 Jul 2007 22:45:44 -0000 1.2 --- subSilver.cfg 9 Sep 2007 19:33:54 -0000 1.3 *************** *** 26,29 **** --- 26,34 ---- // ------------------------------------------------------------------------- + // Do some checks + // ------------------------------------------------------------------------- + $current_template_path = file_exists( $mx_root_path . $current_template_path . "/images" ) ? $current_template_path : ( file_exists( $mx_root_path . $cloned_template_path . "/images" ) ? $cloned_template_path : $default_template_path ); + + // ------------------------------------------------------------------------- // Prefix with PORTAL_URL // ------------------------------------------------------------------------- |
|
From: Jon O. <jon...@us...> - 2007-09-09 19:33:07
|
Update of /cvsroot/mxbb/mx_bugsbt/templates/_core/images/lang_english In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv1133/lang_english Log Message: Directory /cvsroot/mxbb/mx_bugsbt/templates/_core/images/lang_english added to the repository |
|
From: Jon O. <jon...@us...> - 2007-09-09 19:32:51
|
Update of /cvsroot/mxbb/mx_bugsbt/templates/_core/images In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv958/images Log Message: Directory /cvsroot/mxbb/mx_bugsbt/templates/_core/images added to the repository |
|
From: Jon O. <jon...@us...> - 2007-09-09 19:32:50
|
Update of /cvsroot/mxbb/mx_bugsbt/templates/_core/admin In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv958/admin Log Message: Directory /cvsroot/mxbb/mx_bugsbt/templates/_core/admin added to the repository |
|
From: Jon O. <jon...@us...> - 2007-09-09 19:32:42
|
Update of /cvsroot/mxbb/mx_bugsbt/templates/_core In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv933/_core Log Message: Directory /cvsroot/mxbb/mx_bugsbt/templates/_core added to the repository |