mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=6357
This commit is contained in:
parent
e39cec83f0
commit
745c6cd26c
|
@ -7904,3 +7904,9 @@ David 15 June 2005
|
|||
|
||||
client/
|
||||
cs_scheduler.C
|
||||
|
||||
David 15 June 2005
|
||||
- Add host id, host_cpid to XML output of show_user.php
|
||||
|
||||
html/inc/
|
||||
xml.inc
|
||||
|
|
|
@ -90,6 +90,9 @@ Yopi at sympatico.ca contributed
|
|||
If you have an opinion, please contact
|
||||
<a href=contact.php>David Anderson</a>.
|
||||
|
||||
<p>
|
||||
The 'B in a circle' icon was designed by Tim Lan.
|
||||
The Mac variant was contributed by Juho Viitasalo.
|
||||
<p>
|
||||
Check out this imaginative
|
||||
<a href=hatfield.png>BOINC graphic</a>
|
||||
|
|
|
@ -13,6 +13,8 @@ function xml_error($msg) {
|
|||
|
||||
function show_host_xml($host) {
|
||||
echo " <host>
|
||||
<id>$host->id</id>
|
||||
<host_cpid>$host->host_cpid</host_cpid>
|
||||
<total_credit>$host->total_credit</total_credit>
|
||||
<expavg_credit>$host->expavg_credit</expavg_credit>
|
||||
<expavg_time>$host->expavg_time</expavg_time>
|
||||
|
|
Loading…
Reference in New Issue