mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-12 04:05:53 +02:00
Erster Versuch fuer Update Booster und Apple
git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@850 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
@@ -145,7 +145,17 @@ while (<>) {
|
||||
}
|
||||
|
||||
# -----------------------------------------------------------
|
||||
|
||||
|
||||
# -----------------------------------------------------------
|
||||
# Section: Apple Downloads
|
||||
# -----------------------------------------------------------
|
||||
|
||||
if ($dsturl =~ m@^[f|h]t?tp://swcdn\.apple.*\.(pkm|tar)$@i)
|
||||
{
|
||||
$from_local_cache = &cache_access($dsturl,$hostaddr,$username,"Apple");
|
||||
}
|
||||
|
||||
# -----------------------------------------------------------
|
||||
|
||||
}
|
||||
|
||||
|
||||
@@ -465,6 +465,9 @@ END
|
||||
} elsif ($metadata[1] eq 'IPFire')
|
||||
{
|
||||
print "<img src='/images/IPFire.png' width='18' height='18' alt='IPFire'}' /> </td>\n";
|
||||
} elsif ($metadata[1] eq 'Appel')
|
||||
{
|
||||
print "<img src='/images/Apple.png' width='18' height='18' alt='Apple'}' /> </td>\n";
|
||||
} elsif ($metadata[1] eq 'Linux')
|
||||
{
|
||||
print "<img src='/images/tux.png' alt='Linux'}' /> </td>\n";
|
||||
@@ -549,6 +552,10 @@ print <<END
|
||||
<td class='base'> </td>
|
||||
<td align='center'><img src='/images/updxl-src-avira.gif' alt='Avira' /></td>
|
||||
<td class='base'>Avira</td>
|
||||
<td class='base'> </td>
|
||||
<td align='center'><img src='/images/updxl-src-apple.gif' alt='Apple' /></td>
|
||||
<td class='base'>Apple</td>
|
||||
<td class='base'> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class='base' colspan='2'> </td>
|
||||
@@ -563,6 +570,10 @@ print <<END
|
||||
<td class='base'> </td>
|
||||
<td align='center'><img src='/images/updxl-src-unknown.gif' alt='$Lang::tr{'updxlrtr unknown'}' /></td>
|
||||
<td class='base'>$Lang::tr{'updxlrtr unknown'}</td>
|
||||
<td class='base'> </td>
|
||||
<td align='center'></td>
|
||||
<td class='base'></td>
|
||||
<td class='base'> </td>
|
||||
</tr>
|
||||
</table>
|
||||
END
|
||||
|
||||
BIN
html/html/images/updxl-src-apple.gif
Normal file
BIN
html/html/images/updxl-src-apple.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1010 B |
Reference in New Issue
Block a user