Added dimmer version of the links couple of places
This commit is contained in:
@@ -53,6 +53,10 @@ a, a:link, a:hover, a:visited, a:active {
|
|||||||
color: #e0e0e0;
|
color: #e0e0e0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a.dimmer {
|
||||||
|
color: #a0a0a0;
|
||||||
|
}
|
||||||
|
|
||||||
.bottom-links {
|
.bottom-links {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -88,14 +88,14 @@ Function print_build($current, $next, $buildNr, $chan)
|
|||||||
print "<br/>";
|
print "<br/>";
|
||||||
}
|
}
|
||||||
print '
|
print '
|
||||||
<a href="javascript:void(0)" id="toggle_link_'. $current->nr . '" onclick="javascript:toggleChanges('. $current->nr . ')">' .
|
<a class="dimmer" href="javascript:void(0)" id="toggle_link_'. $current->nr . '" onclick="javascript:toggleChanges('. $current->nr . ')">' .
|
||||||
($buildNr ? 'Hide changes <<' : 'Show changes >>') . '</a>';
|
($buildNr ? 'Hide changes <<' : 'Show changes >>') . '</a>';
|
||||||
}
|
}
|
||||||
|
|
||||||
print "</th><th>" . htmlspecialchars($current->modified). " (" . Layout::since(strtotime($current->modified)) . " ago)</th>
|
print "</th><th>" . htmlspecialchars($current->modified). " (" . Layout::since(strtotime($current->modified)) . " ago)</th>
|
||||||
<th>" . htmlspecialchars($current->chan). "</th>
|
<th>" . htmlspecialchars($current->chan). "</th>
|
||||||
<th><a href='" . URL_ROOT . "/" . $current->file . "'><img src=\"" . IMG_ROOT . "/dl.gif\" alt=\"Download Windows Build\"/> Windows</a>
|
<th><a href='" . URL_ROOT . "/" . $current->file . "'><img src=\"" . IMG_ROOT . "/dl.gif\" alt=\"Download Windows Build\"/> Windows</a>
|
||||||
<a href='" . URL_ROOT . "/" . $current->file . ".log'>Build Log</a>";
|
<a class='dimmer' href='" . URL_ROOT . "/" . $current->file . ".log'>Build Log</a>";
|
||||||
|
|
||||||
if ($current->linux_file) {
|
if ($current->linux_file) {
|
||||||
print "<br/><a href='" . URL_ROOT . "/" . $current->linux_file . "'><img src=\"" . IMG_ROOT . "/dl.gif\" alt=\"Download Linux Build\"/> Linux</a>";
|
print "<br/><a href='" . URL_ROOT . "/" . $current->linux_file . "'><img src=\"" . IMG_ROOT . "/dl.gif\" alt=\"Download Linux Build\"/> Linux</a>";
|
||||||
|
|||||||
Reference in New Issue
Block a user