#At bzr+ssh://bk-internal.mysql.com/bzrroot/mysql-falcon/
256 Hakan Kuecuekyilmaz 2008-09-11
Added navigation for different sections of bug reports.
modified:
falcon_bug_statistic/falcon_bug_statistic.php
falcon_bug_statistic/fbs.css
=== modified file 'falcon_bug_statistic/falcon_bug_statistic.php'
--- a/falcon_bug_statistic/falcon_bug_statistic.php 2008-09-10 22:37:53 +0000
+++ b/falcon_bug_statistic/falcon_bug_statistic.php 2008-09-11 03:49:19 +0000
@@ -30,6 +30,18 @@ $spacer16 = ' ';
</head>
<body>
+<div class="navi">
+ <a href="#">
+ Bug counts
+ </a>
+ <a href="#bug_reports_changes">
+ Bug reports/changes
+ </a>
+ <a href="#bugs_by_developer">
+ Bugs by developer
+ </a>
+</div>
+
<div class="fbs_head">
<div class="fbs_head_img">
<!-- Image generated at http://www.creatr.cc/creatr/ -->
@@ -41,6 +53,7 @@ $spacer16 = ' ';
<?php echo '<strong>' . THIS_DATE . '</strong>' . "\n"; ?>
</div>
+<a name="bug_counts"></a>
<div class="fbs">
<table class="container">
<tr>
@@ -210,9 +223,9 @@ $spacer16 = ' ';
<?php
$values= array(7, 14, 21, 30);
-echo '<a name="select"></a>' . "\n";
+echo '<a name="bug_reports_changes"></a>' . "\n";
echo '<div class="fbs" style="text-align: center;">' . "\n";
-echo ' <form action="'. $_SERVER["PHP_SELF"] . '#select" method="Post">' . "\n";
+echo ' <form action="'. $_SERVER["PHP_SELF"] . '#bug_reports_changes" method="Post">' . "\n";
echo ' Get latest reported bugs and bugs with their status change of ' . "\n";
echo ' <select name="days">' . "\n";
foreach ($values as $data) {
@@ -317,6 +330,7 @@ echo '</div>' . "\n";
<br />
</div>
+<a name="bugs_by_developer"></a>
<div class="fbs">
<table class="table-autosort:0 table-stripeclass:alternate">
<thead>
=== modified file 'falcon_bug_statistic/fbs.css'
--- a/falcon_bug_statistic/fbs.css 2008-09-10 22:37:53 +0000
+++ b/falcon_bug_statistic/fbs.css 2008-09-11 03:49:19 +0000
@@ -65,14 +65,6 @@ th, td {
vertical-align: bottom;
}
-tr.even {
- background-color: #E1E1E1;
-}
-
-tr.odd {
- background-color: #EFFFFA;
-}
-
/* Striping */
tr.sorted {
background-color: #E1E1E1;
@@ -154,3 +146,32 @@ div.fbs {
position: relative;
width: auto;
}
+
+/**
+ * Navigation on the page.
+ */
+div.navi {
+ background-color: #D5D5DF;
+ border: 1px dashed #7C7C82;
+ font-family: Courier, "Courier New", monotype;
+ font-size: 0.85em;
+ margin: 0px 0px 0px 5px;
+ opacity:0.75;
+ padding: 0.5em 0.5em;
+ position: fixed;
+ top: 63px;
+ width: 185px;
+ z-index: 100;
+}
+
+div.navi a {
+ color: #484848;
+ display: block;
+ padding: 1px 0px 1px 3px;
+ text-decoration: none;
+}
+
+div.navi a:hover {
+ background-color: #737378;
+ color: #EFFFFA;
+}
| Thread |
|---|
| • bzr commit into mysql-falcon branch (hakan:256) | Hakan Kuecuekyilmaz | 11 Sep |