8 | | <gui_url> |
9 | | <name>Your account</name> |
10 | | <description>View your account information and credit totals</description> |
11 | | <url>http://foo.project.com/show_user.php?userid=<userid/></url> |
12 | | </gui_url> |
13 | | <gui_url> |
14 | | <name>Help</name> |
15 | | <description>Get help about SETI@home</description> |
16 | | <url>http://foo.project.com/help.php</url> |
17 | | </gui_url> |
18 | | <ifteam> |
19 | | <gui_url> |
20 | | <name>Team</name> |
21 | | <description>Info about <team_name/></description> |
22 | | <url>http://foo.project.com/team_display.php?teamid=<teamid/></url> |
23 | | </gui_url> |
24 | | </ifteam> |
25 | | ... |
| 7 | <gui_url> |
| 8 | <name>Your account</name> |
| 9 | <description>View your account information and credit totals</description> |
| 10 | <url>http://foo.project.com/show_user.php?userid=<userid/></url> |
| 11 | </gui_url> |
| 12 | <gui_url> |
| 13 | <name>Help</name> |
| 14 | <description>Get help about SETI@home</description> |
| 15 | <url>http://foo.project.com/help.php</url> |
| 16 | </gui_url> |
| 17 | <ifteam> |
| 18 | <gui_url> |
| 19 | <name>Team</name> |
| 20 | <description>Info about <team_name/></description> |
| 21 | <url>http://foo.project.com/team_display.php?teamid=<teamid/></url> |
| 22 | </gui_url> |
| 23 | </ifteam> |
| 24 | ... |