mirror of https://github.com/BOINC/boinc.git
svn path=/trunk/boinc/; revision=17789
This commit is contained in:
parent
0aeb39fb7e
commit
db81d33d31
|
@ -73,4 +73,8 @@ function instance_summary($inst) {
|
|||
}
|
||||
}
|
||||
|
||||
function user_summary($user) {
|
||||
return "";
|
||||
}
|
||||
|
||||
?>
|
||||
|
|
|
@ -130,3 +130,7 @@ function show_instance_summary($inst) {
|
|||
return "no ellipse";
|
||||
}
|
||||
}
|
||||
|
||||
function user_summary($user) {
|
||||
return "";
|
||||
}
|
||||
|
|
|
@ -104,6 +104,10 @@ function instance_summary($opaque_data) {
|
|||
return $x;
|
||||
}
|
||||
|
||||
function user_summary($user) {
|
||||
return "";
|
||||
}
|
||||
|
||||
function show_style() {
|
||||
echo "
|
||||
<style type=\"text/css\">
|
||||
|
|
Loading…
Reference in New Issue