~ubuntu-branches/ubuntu/precise/boinc/precise

« back to all changes in this revision

Viewing changes to html/inc/bossa_example4.inc

Tags: 6.12.8+dfsg-1
* New upstream release.
* Simplified debian/rules

Show diffs side-by-side

added added

removed removed

Lines of Context:
104
104
    return $x;
105
105
}
106
106
 
107
 
function show_user_summary($user) {
 
107
function user_summary($user) {
 
108
    return "";
108
109
}
109
110
 
110
111
function show_style() {
165
166
        $str2 = "a";
166
167
    }
167
168
    echo "
168
 
        <div style=\"position:fixed; top:0px; left:0px; padding-top: 10px; padding-left: 20px; width:100%; background-color:white\">
 
169
        <div style=\"position:absolute; top:0px; left:0px; padding-top: 10px; padding-left: 20px; width:100%; background-color:white\">
169
170
        <input type=hidden name=bji value=\"$inst->id\">
170
171
        If you see $str2 feature:
171
172
    ";