mirror of
https://gitlab.com/xonotic/xonotic
synced 2025-02-21 04:56:52 +00:00
first test: reference from our git
This commit is contained in:
parent
006649f853
commit
d5b810a716
@ -249,13 +249,13 @@ sub out_html($@)
|
||||
$map ||= 'any';
|
||||
print "<h2>For server $addr type $type map $map</h2>\n";
|
||||
print "<table><tr><th>Weapon</th><th>Rating</th>\n";
|
||||
printf '<th><img width=70 height=80 src="http://svn.icculus.org/*checkout*/nexuiz/trunk/Docs/htmlfiles/weaponimg/thirdperson-%s.png" alt="%s"></th>', $stats->weaponid_to_model($_), $stats->weaponid_to_name($_) for @columns;
|
||||
printf '<th><img width=64 height=87 src="http://de.git.xonotic.org/?p=xonotic/xonotic.git;a=blob_plain;f=Docs/htmlfiles/weaponimg/%s_3rd.png" alt="%s"></th>', $stats->weaponid_to_model($_), $stats->weaponid_to_name($_) for @columns;
|
||||
print "</tr>\n";
|
||||
}
|
||||
elsif($event eq 'startrow')
|
||||
{
|
||||
my ($row, $val) = @data;
|
||||
printf '<tr><th><img width=108 height=53 src="http://svn.icculus.org/*checkout*/nexuiz/trunk/Docs/htmlfiles/weaponimg/firstperson-%s.png" alt="%s"></th><th align=right>%s</th>', $stats->weaponid_to_model($row), $stats->weaponid_to_name($row), defined $val ? sprintf("%8.5f", $val) : "N/A";
|
||||
printf '<tr><th><img width=128 height=64 src="http://de.git.xonotic.org/?p=xonotic/xonotic.git;a=blob_plain;f=Docs/htmlfiles/weaponimg/%s_1st.png" alt="%s"></th><th align=right>%s</th>', $stats->weaponid_to_model($row), $stats->weaponid_to_name($row), defined $val ? sprintf("%8.5f", $val) : "N/A";
|
||||
}
|
||||
elsif($event eq 'cell')
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user