~ubuntu-branches/ubuntu/lucid/boinc/lucid

« back to all changes in this revision

Viewing changes to html/user/sample_index.php

  • Committer: Bazaar Package Importer
  • Author(s): Frank S. Thomas, Frank S. Thomas
  • Date: 2008-05-31 08:02:47 UTC
  • mfrom: (1.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20080531080247-4ce890lp2rc768cr
Tags: 6.2.7-1
[ Frank S. Thomas ]
* New upstream release.
  - BOINC Manager: Redraw disk usage charts immediately after connecting to
    a (different) client. (closes: 463823)
* debian/copyright:
  - Added the instructions from debian/README.Debian-source about how
    repackaged BOINC tarballs can be reproduced because DevRef now
    recommends to put this here instead of in the afore-mentioned file.
  - Updated for the new release.
* Removed the obsolete debian/README.Debian-source.
* For consistency upstream renamed the core client and the command tool
  ("boinc_client" to "boinc" and "boinc_cmd" to "boinccmd"). Done the same
  in all packages and created symlinks with the old names for the binaries
  and man pages. Also added an entry in debian/boinc-client.NEWS explaining
  this change.
* debian/rules: Do not list Makefile.ins in the clean target individually,
  just remove all that can be found.

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
        </ul>
31
31
        <h2>Join ".PROJECT."</h2>
32
32
        <ul>
33
 
        <li><a href=\"info.php\">".tr(RULES_TITLE)."</a>
 
33
        <li><a href=\"info.php\">".tra("Read our rules and policies")."</a>
34
34
        <li> This project uses BOINC.
35
35
            If you're already running BOINC, select Attach to Project.
36
36
            If not, <a target=\"_new\" href=\"http://boinc.berkeley.edu/download.php\">download BOINC</a>.
37
37
        <li> When prompted, enter <br><b>".$master_url."</b>
38
38
        <li> If you're running a command-line or pre-5.0 version of BOINC,
39
 
            <a href=create_account_form.php>create an account</a> first.
 
39
            <a href=\"create_account_form.php\">create an account</a> first.
40
40
        <li> If you have any problems,
41
 
            <a href=http://boinc.berkeley.edu/help.php>get help here</a>.
 
41
            <a target=\"_new\" href=\"http://boinc.berkeley.edu/help.php\">get help here</a>.
42
42
        </ul>
43
43
 
44
44
        <h2>Returning participants</h2>
46
46
        <li><a href=\"home.php\">Your account</a> - view stats, modify preferences
47
47
        <li><a href=\"team.php\">Teams</a> - create or join a team
48
48
        <li><a href=\"cert1.php\">Certificate</a>
49
 
        <li> <a href=\"apps.php\">".tr(APPS_TITLE)."</a>
 
49
        <li> <a href=\"apps.php\">".tra("Applications")."</a>
50
50
        </ul>
51
51
        <h2>Community</h2>
52
52
        <ul>
53
 
        <li><a href=\"".URL_BASE."profile_menu.php\">Participant profiles</a>
 
53
        <li><a href=\"profile_menu.php\">Profiles</a>
 
54
        <li><a href=\"user_search.php\">User search</a>
54
55
        <li><a href=\"forum_index.php\">Message boards</a>
55
56
        <li><a href=\"forum_help_desk.php\">Questions and answers</a>
56
57
        <li><a href=\"stats.php\">Statistics</a>
97
98
 
98
99
echo "
99
100
    <p>
100
 
    Powered by <a href=\"http://boinc.berkeley.edu/\"><img align=\"middle\" border=\"0\" src=\"http://boinc.berkeley.edu/boinc_logo_trans.gif\" alt=\"BOINC Logo\"></a>
 
101
    <a href=\"http://boinc.berkeley.edu/\"><img align=\"middle\" border=\"0\" src=\"img/pb_boinc.gif\" alt=\"BOINC Logo\"></a>
 
102
    </p>
101
103
    </td>
102
104
";
103
105
 
108
110
            <td id=\"uotd\">
109
111
            <h2>User of the day</h2>
110
112
        ";
111
 
        $user = lookup_user_id($profile->userid);
112
 
        echo uotd_thumbnail($profile, $user);
113
 
        echo user_links($user)."<br>";
114
 
        echo sub_sentence(output_transform(strip_tags($profile->response1)), ' ', 150, true);
 
113
        show_uotd($profile);
115
114
        echo "</td></tr>\n";
116
115
    }
117
116
}
128
127
echo "
129
128
    <p class=\"smalltext\">
130
129
    News is available as an
131
 
    <a href=\"rss_main.php\">RSS feed</a> <img src=\"xml.gif\" alt=\"XML\">.</p>
 
130
    <a href=\"rss_main.php\">RSS feed</a> <img src=\"img/rss_icon.gif\" alt=\"RSS\">.</p>
132
131
    </td>
133
132
    </tr></table>
134
133
";
135
134
 
136
135
include 'schedulers.txt';
137
136
 
138
 
echo "
139
 
";
140
 
 
141
137
if ($caching) {
142
138
    page_tail_main(true);
143
139
    end_cache(INDEX_PAGE_TTL);