2004-06-09 19:09:16 +00:00
|
|
|
<?php
|
2004-02-10 07:04:27 +00:00
|
|
|
require_once("docutil.php");
|
|
|
|
|
|
|
|
page_head("Administrative web interface");
|
|
|
|
|
|
|
|
echo "
|
|
|
|
BOINC's administrative web interface provides interfaces for
|
|
|
|
<ul>
|
|
|
|
<li> Browsing the database
|
2006-08-16 03:44:47 +00:00
|
|
|
<li> <a href=profile_screen.php>Screening user profiles</a>
|
2004-02-10 07:04:27 +00:00
|
|
|
<li> Viewing recent results
|
|
|
|
<li> Browsing stripcharts
|
|
|
|
<li> Browsing log files
|
|
|
|
<li> Creating user accounts
|
|
|
|
</ul>
|
|
|
|
";
|
|
|
|
page_tail();
|
|
|
|
?>
|