version 1.130, 2003/02/27 09:57:44
|
version 1.138, 2003/02/27 14:11:01
|
Line 30 cvs -d :pserver:guest@mozdev.org:/cvs co
|
Line 30 cvs -d :pserver:guest@mozdev.org:/cvs co
|
$day = (int)date('d'); |
$day = (int)date('d'); |
--$day; |
--$day; |
$yesterday = date("y/m/" . sprintf('%2u', $day)); |
$yesterday = date("y/m/" . sprintf('%2u', $day)); |
|
$this_month = date("y/m/"); |
|
|
|
$today = $this_month; // limit of 500k makes this not quite work |
|
$today = $yesterday; |
|
|
$commit_log = "cvs@$project.mozdev.org"; |
$commit_log = "cvs@$project.mozdev.org"; |
|
|
if(!$local_conf_commits) |
if(!$local_conf_commits) |
Line 81 cvs -d :pserver:guest@mozdev.org:/cvs co
|
Line 86 cvs -d :pserver:guest@mozdev.org:/cvs co
|
|
|
if($len) { |
if($len) { |
|
|
print '<a href="#" onclick="setActiveStyleSheet(\'Default Checkins\'); return false;">change style to default</a> |' . "\n"; | print '<p id="CVS-style-switch"><a href="#" onclick="setActiveStyleSheet(\'Default Checkins\'); return false;">change style to default</a> |' . "\n"; |
print '<a href="#" onclick="setActiveStyleSheet(\'Bonsai-esque Checkins\'); return false;">change style to bonsai</a>' . "\n"; | print '<a href="#" onclick="setActiveStyleSheet(\'Bonsai-esque Checkins\'); return false;">change style to bonsai</a></p>' . "\n"; |
|
|
print '<div class="CVS-block CVS-dft-hidden">' . "\n"; |
print '<div class="CVS-block CVS-dft-hidden">' . "\n"; |
print '<div class="CVS-td-900">Who</div>' . "\n"; | print '<div class="CVS-td-900 CVS-headers">Who</div>' . "\n"; |
print '<div class="CVS-td-f90">When</div>' . "\n"; | print '<div class="CVS-td-f90 CVS-headers">When</div>' . "\n"; |
print '<div class="CVS-td-checkins">' . "\n" . |
print '<div class="CVS-td-checkins">' . "\n" . |
'<div class="CVS-checkins">'; | '<div class="CVS-checkins CVS-headers" style="margin-top: 1px;">'; |
print 'What</div>' . "\n"; |
print 'What</div>' . "\n"; |
print '<div class="CVS-log">Why</div> . "\n"'; | print '<div class="CVS-log CVS-headers" style="margin-top: 1px;">Why</div>' . "\n"; |
print '</div></div>'; |
print '</div></div>'; |
print '<div style="clear: left; float: none;"></div>' . "\n"; |
print '<div style="clear: left; float: none;"></div>' . "\n"; |
|
|