\n"; } else { page_head(tra("Applications")); echo tra("%1 currently has the following applications. When you participate in %1, work for one or more of these applications will be assigned to your computer. The current version of the application will be downloaded to your computer. This happens automatically; you don't have to do anything.", PROJECT)."

"; start_table(); } $apps = BoincApp::enum("deprecated=0"); foreach ($apps as $app) { if ($xml) { echo "\n"; echo " $app->user_friendly_name\n"; } else { echo " $app->user_friendly_name ".tra("Platform")."".tra("Current version")."".tra("Installation time")."\n "; } for ($i=0; $iid and platformid = $platform->id and deprecated=0"); foreach($avs as $av) { if (!$newest || $av->version_num>$newest->version_num) { $newest = $av; } } if ($newest) { $y = pretty_time_str($newest->create_time); if ($xml) { echo " \n"; echo " $platform->name\n"; echo " $platform->user_friendly_name\n"; echo " $newest->version_num\n"; echo " $y\n"; echo " $newest->create_time\n"; echo " \n"; } else { $x = sprintf("%0.2f", $newest->version_num/100); echo " $platform->user_friendly_name $x $y "; } } } if ($xml) { echo " \n"; } } if ($xml) { echo "\n"; } else { end_table(); page_tail(); } ?>