Skip to content

Commit

Permalink
fixed CSS
Browse files Browse the repository at this point in the history
git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@580 f5dc347c-c33d-0410-90a0-b07cc1902cb9
  • Loading branch information
Kenzaburo Ito committed Dec 27, 2001
1 parent de5bd60 commit fa26288
Show file tree
Hide file tree
Showing 6 changed files with 154 additions and 159 deletions.
6 changes: 3 additions & 3 deletions login_page.php3
Expand Up @@ -53,23 +53,23 @@
</td>
</tr>
<tr class="row-1">
<td width="25%">
<td class="category" width="25%">
<? echo $s_username ?>:
</td>
<td width="75%">
<input type="text" name="f_username" size="32" maxlength="32">
</td>
</tr>
<tr class="row-2">
<td>
<td class="category">
<? echo $s_password ?>:
</td>
<td>
<input type="password" name="f_password" size="16" maxlength="32">
</td>
</tr>
<tr class="row-1">
<td>
<td class="category">
<? echo $s_save_login ?>:
</td>
<td>
Expand Down
2 changes: 1 addition & 1 deletion news_edit_page.php3
Expand Up @@ -47,7 +47,7 @@
<? echo $s_edit_news_title ?>
</td>
<td class="right">
<? print_bracket_link( $g_news_menu_page, "Back" ) ?>
<? print_bracket_link( $g_news_menu_page, $s_go_back ) ?>
</td>
</tr>
<tr class="row-1">
Expand Down
1 change: 0 additions & 1 deletion set_project.php3
Expand Up @@ -62,7 +62,6 @@
<? print_body_top() ?>
<? print_header( $g_page_title ) ?>
<? print_top_page( $g_top_include_page ) ?>

<? print_menu( $g_menu_include_file ) ?>

<p>
Expand Down
1 change: 0 additions & 1 deletion show_source_page.php3
Expand Up @@ -29,7 +29,6 @@
<? print_body_top() ?>
<? print_header( $g_page_title ) ?>
<? print_top_page( $g_top_include_page ) ?>

<? print_menu( $g_menu_include_file ) ?>

<p>
Expand Down
9 changes: 6 additions & 3 deletions signup_page.php3
Expand Up @@ -34,15 +34,18 @@
<table class="width50" cellspacing="0">
<form method="post" action="<? echo $g_signup ?>">
<tr>
<td class="form-title" colspan="2">
<td class="form-title">
<? echo $s_signup_title ?>
</td>
<td class="right">
<? print_bracket_link( $g_login_page, $s_go_back ) ?>
</td>
</tr>
<tr class="row-1">
<td class="category" width="25%">
<td class="category" width="30%">
<? echo $s_username ?>:
</td>
<td width="75%">
<td width="70%">
<input type="text" name="f_username" size="32" maxlength="32">
</td>
</tr>
Expand Down
294 changes: 144 additions & 150 deletions summary_page.php3
Expand Up @@ -60,159 +60,153 @@
<? print_summary_menu( $g_summary_page ) ?>

<p>
<table width="100%" bgcolor="<? echo $g_primary_border_color ?>" <? echo $g_primary_table_tags ?>>
<table class="width100" cellspacing="1">
<tr>
<td bgcolor="<? echo $g_white_color ?>">
<table width="100%">
<tr>
<td colspan="2" bgcolor="<? echo $g_table_title_color ?>">
<b><? echo $s_summary_title ?></b> <? echo $s_orct ?>
</td>
</tr>
<tr valign="bottom" height="28" bgcolor="<? echo $g_white_color ?>">
<td width="50%">
<b><? echo $s_by_status ?>:</b>
</td>
<td width="50%">
<b><? echo $s_by_date ?>:</b>
</td>
</tr>
<tr align="center" valign="top" height="28" bgcolor="<? echo $g_white_color ?>">
<td width="50%">
<? ### STATUS ### ?>
<table width="97%">
<? print_bug_enum_summary( $s_status_enum_string, "status" ) ?>
</table>
</td>
<td width="50%">
<? ### DATE ### ?>
<table width="97%">
<? print_bug_date_summary( $g_date_partitions ) ?>
</table>
</td>
</tr>
<tr valign="bottom" height="28" bgcolor="<? echo $g_white_color ?>">
<td width="50%">
<b><? echo $s_by_severity ?>:</b>
</td>
<td width="50%">
<b><? echo $s_by_resolution ?>:</b>
</td>
</tr>
<tr align="center" valign="top" height="28" bgcolor="<? echo $g_white_color ?>">
<td>
<? ### SEVERITY ### ?>
<table width="97%">
<? print_bug_enum_summary( $s_severity_enum_string, "severity" ) ?>
</table>
</td>
<td>
<? ### RESOLUTION ### ?>
<table width="97%">
<? print_bug_enum_summary( $s_resolution_enum_string, "resolution" ) ?>
</table>
</td>
</tr>
<tr valign="bottom" height="28" bgcolor="<? echo $g_white_color ?>">
<td>
<b><? echo $s_by_category ?>:</b>
</td>
<td>
<b><? echo $s_by_priority ?>:</b>
</td>
</tr>
<tr align="center" valign="top" height="28" bgcolor="<? echo $g_white_color ?>">
<td>
<? ### CATEGORY ### ?>
<table width="97%">
<? print_category_summary() ?>
</table>
</td>
<td>
<? ### PRIORITY ### ?>
<table width="97%">
<? print_bug_enum_summary( $s_priority_enum_string, "priority" ) ?>
</table>
</td>
</tr>
<tr valign="bottom" height="28" bgcolor="<? echo $g_white_color ?>">
<td>
<b><? echo $s_time_stats ?>:</b>
</td>
<td>
&nbsp;
</td>
</tr>
<tr align="center" valign="top" height="28" bgcolor="<? echo $g_white_color ?>">
<td>
<? ### MISCELLANEOUS ### ?>
<table width="97%">
<tr align="center" bgcolor="<? echo $g_primary_color_dark ?>">
<td width="50%">
<? echo $s_longest_open_bug ?>
</td>
<td width="50%">
<? if ($t_bug_id>0) { ?>
<? if ( get_current_user_pref_field( "advanced_view" )==1 ) { ?>
<a href="<? echo $g_view_bug_advanced_page ?>?f_id=<? echo $t_bug_id ?>"><? echo $t_bug_id ?></a>
<? } else {?>
<a href="<? echo $g_view_bug_page ?>?f_id=<? echo $t_bug_id ?>"><? echo $t_bug_id ?></a>
<? } ?>
<td colspan="2" bgcolor="<? echo $g_table_title_color ?>">
<b><? echo $s_summary_title ?></b> <? echo $s_orct ?>
</td>
</tr>
<tr valign="bottom" height="28" bgcolor="<? echo $g_white_color ?>">
<td width="50%">
<b><? echo $s_by_status ?>:</b>
</td>
<td width="50%">
<b><? echo $s_by_date ?>:</b>
</td>
</tr>
<tr align="center" valign="top" height="28" bgcolor="<? echo $g_white_color ?>">
<td width="50%">
<? ### STATUS ### ?>
<table width="97%">
<? print_bug_enum_summary( $s_status_enum_string, "status" ) ?>
</table>
</td>
<td width="50%">
<? ### DATE ### ?>
<table width="97%">
<? print_bug_date_summary( $g_date_partitions ) ?>
</table>
</td>
</tr>
<tr valign="bottom" height="28" bgcolor="<? echo $g_white_color ?>">
<td width="50%">
<b><? echo $s_by_severity ?>:</b>
</td>
<td width="50%">
<b><? echo $s_by_resolution ?>:</b>
</td>
</tr>
<tr align="center" valign="top" height="28" bgcolor="<? echo $g_white_color ?>">
<td>
<? ### SEVERITY ### ?>
<table width="97%">
<? print_bug_enum_summary( $s_severity_enum_string, "severity" ) ?>
</table>
</td>
<td>
<? ### RESOLUTION ### ?>
<table width="97%">
<? print_bug_enum_summary( $s_resolution_enum_string, "resolution" ) ?>
</table>
</td>
</tr>
<tr valign="bottom" height="28" bgcolor="<? echo $g_white_color ?>">
<td>
<b><? echo $s_by_category ?>:</b>
</td>
<td>
<b><? echo $s_by_priority ?>:</b>
</td>
</tr>
<tr align="center" valign="top" height="28" bgcolor="<? echo $g_white_color ?>">
<td>
<? ### CATEGORY ### ?>
<table width="97%">
<? print_category_summary() ?>
</table>
</td>
<td>
<? ### PRIORITY ### ?>
<table width="97%">
<? print_bug_enum_summary( $s_priority_enum_string, "priority" ) ?>
</table>
</td>
</tr>
<tr valign="bottom" height="28" bgcolor="<? echo $g_white_color ?>">
<td>
<b><? echo $s_time_stats ?>:</b>
</td>
<td>
&nbsp;
</td>
</tr>
<tr align="center" valign="top" height="28" bgcolor="<? echo $g_white_color ?>">
<td>
<? ### MISCELLANEOUS ### ?>
<table width="97%">
<tr align="center" bgcolor="<? echo $g_primary_color_dark ?>">
<td width="50%">
<? echo $s_longest_open_bug ?>
</td>
<td width="50%">
<? if ($t_bug_id>0) { ?>
<? if ( get_current_user_pref_field( "advanced_view" )==1 ) { ?>
<a href="<? echo $g_view_bug_advanced_page ?>?f_id=<? echo $t_bug_id ?>"><? echo $t_bug_id ?></a>
<? } else {?>
<a href="<? echo $g_view_bug_page ?>?f_id=<? echo $t_bug_id ?>"><? echo $t_bug_id ?></a>
<? } ?>
</td>
</tr>
<tr align="center" bgcolor="<? echo $g_primary_color_light ?>">
<td>
<? echo $s_longest_open ?>
</td>
<td>
<? echo $t_largest_diff ?>
</td>
</tr>
<tr align="center" bgcolor="<? echo $g_primary_color_dark ?>">
<td>
<? echo $s_average_time ?>
</td>
<td>
<? echo $t_average_time ?>
</td>
</tr>
<tr align="center" bgcolor="<? echo $g_primary_color_light ?>">
<td>
<? echo $s_total_time ?>
</td>
<td>
<? echo $t_total_time ?>
</td>
</tr>
</table>
</td>
<td>
&nbsp;
</td>
</tr>
<? } ?>
</td>
</tr>
<tr align="center" bgcolor="<? echo $g_primary_color_light ?>">
<td>
<? echo $s_longest_open ?>
</td>
<td>
<? echo $t_largest_diff ?>
</td>
</tr>
<tr align="center" bgcolor="<? echo $g_primary_color_dark ?>">
<td>
<? echo $s_average_time ?>
</td>
<td>
<? echo $t_average_time ?>
</td>
</tr>
<tr align="center" bgcolor="<? echo $g_primary_color_light ?>">
<td>
<? echo $s_total_time ?>
</td>
<td>
<? echo $t_total_time ?>
</td>
</tr>
</table>
</td>
<td>
&nbsp;
</td>
</tr>

<tr valign="bottom" height="28" bgcolor="<? echo $g_white_color ?>">
<td>
<b><? echo $s_developer_stats ?>:</b>
</td>
<td>
<b><? echo $s_reporter_stats ?>: </b> <? #@@@ OOPS - localize ?>
</td>
</tr>
<tr align="center" valign="top" height="28" bgcolor="<? echo $g_white_color ?>">
<td>
<table width="97%">
<? print_developer_summary() ?>
</table>
</td>
<td>
<table width="97%">
<? print_reporter_summary() ?>
</table>
</td>
</tr>
</table>
<tr valign="bottom" height="28" bgcolor="<? echo $g_white_color ?>">
<td>
<b><? echo $s_developer_stats ?>:</b>
</td>
<td>
<b><? echo $s_reporter_stats ?>: </b> <? #@@@ OOPS - localize ?>
</td>
</tr>
<tr align="center" valign="top" height="28" bgcolor="<? echo $g_white_color ?>">
<td>
<table width="97%">
<? print_developer_summary() ?>
</table>
</td>
<td>
<table width="97%">
<? print_reporter_summary() ?>
</table>
</td>
</tr>
</table>
Expand Down

0 comments on commit fa26288

Please sign in to comment.