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

« back to all changes in this revision

Viewing changes to html/ops/manage_app_versions.php

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

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
 * used by clients).
31
31
 *
32
32
 * Eric Myers <myers@spy-hill.net>  - 4 June 2006
33
 
 * @(#) $Id: manage_app_versions.php 15758 2008-08-05 22:43:14Z davea $
 
33
 * @(#) $Id: manage_app_versions.php 20745 2010-02-26 21:34:20Z davea $
34
34
\***********************************************************************/
35
35
 
36
36
// TODO: rewrite this using the new DB interface
135
135
 
136
136
// Application Version table:
137
137
 
138
 
echo"<P>\n";
139
138
start_table("align='center'");
140
 
row1("<b>".PROJECT." Application Versions</b>", 8);
141
139
 
142
140
echo "<TR><TH>ID #</TH>
143
 
      <TH>Appllication</TH>
 
141
      <TH>Application</TH>
144
142
      <TH>Version</TH>
145
143
      <TH>Platform</TH>
 
144
      <TH>Plan Class</TH>
146
145
      <TH>minimum<br>core version</TH>
147
146
      <TH>maximum<br>core version</TH>
148
147
      <TH>deprecated?</TH>
175
174
    $i=$item->platformid;
176
175
    echo "  <TD align='center'>$f1 $platform[$i] $f2</TD>\n";
177
176
 
 
177
    echo "  <td align=center>$f1 $item->plan_class $f2</td>\n";
178
178
 
179
179
    $field="min_core_version_".$id;
180
180
    $v=$item->min_core_version;
200
200
mysql_free_result($result);
201
201
 
202
202
 
203
 
echo "<tr><td colspan=6><font color='RED'><sup>*</sup>
 
203
echo "<tr><td colspan=7><font color='RED'><sup>*</sup>
204
204
    To delete an entry you must enter 'DELETE' in this field.
205
205
    </font></td>
206
206
    <td align='center' colspan=2 bgcolor='#FFFF88'>
215
215
admin_page_tail();
216
216
 
217
217
//Generated automatically - do not edit
218
 
$cvs_version_tracker[]="\$Id: manage_app_versions.php 15758 2008-08-05 22:43:14Z davea $"; 
 
218
$cvs_version_tracker[]="\$Id: manage_app_versions.php 20745 2010-02-26 21:34:20Z davea $"; 
219
219
?>