fix medal links
This commit is contained in:
parent
6b778ac461
commit
23d81bd0ec
16
index
16
index
@ -249,7 +249,7 @@ then
|
|||||||
cat <<-EOHTML
|
cat <<-EOHTML
|
||||||
<a
|
<a
|
||||||
style="color:black;text-decoration:none"
|
style="color:black;text-decoration:none"
|
||||||
href="#$stat">
|
href="?hist#$stat">
|
||||||
<img
|
<img
|
||||||
width="30"
|
width="30"
|
||||||
height="30"
|
height="30"
|
||||||
@ -269,7 +269,7 @@ then
|
|||||||
cat <<-EOHTML
|
cat <<-EOHTML
|
||||||
<a
|
<a
|
||||||
style="color:black;text-decoration:none"
|
style="color:black;text-decoration:none"
|
||||||
href="#$stat">
|
href="?hist#$stat">
|
||||||
<img
|
<img
|
||||||
width="30"
|
width="30"
|
||||||
height="30"
|
height="30"
|
||||||
@ -289,7 +289,7 @@ then
|
|||||||
cat <<-EOHTML
|
cat <<-EOHTML
|
||||||
<a
|
<a
|
||||||
style="color:black;text-decoration:none"
|
style="color:black;text-decoration:none"
|
||||||
href="#$stat">
|
href="?hist#$stat">
|
||||||
<img
|
<img
|
||||||
width="30"
|
width="30"
|
||||||
height="30"
|
height="30"
|
||||||
@ -309,7 +309,7 @@ then
|
|||||||
cat <<-EOHTML
|
cat <<-EOHTML
|
||||||
<a
|
<a
|
||||||
style="color:black;text-decoration:none"
|
style="color:black;text-decoration:none"
|
||||||
href="#$stat">
|
href="?hist#$stat">
|
||||||
<img
|
<img
|
||||||
width="30"
|
width="30"
|
||||||
height="30"
|
height="30"
|
||||||
@ -353,7 +353,7 @@ then
|
|||||||
cat <<-EOHTML
|
cat <<-EOHTML
|
||||||
<a
|
<a
|
||||||
style="background:#$(printf %02x%02x $redlevel $greenlevel )00;color:black;text-decoration:none"
|
style="background:#$(printf %02x%02x $redlevel $greenlevel )00;color:black;text-decoration:none"
|
||||||
href="#$stat">
|
href="?hist#$stat">
|
||||||
<img
|
<img
|
||||||
width="30"
|
width="30"
|
||||||
height="30"
|
height="30"
|
||||||
@ -382,7 +382,7 @@ then
|
|||||||
cat <<-EOHTML
|
cat <<-EOHTML
|
||||||
<a
|
<a
|
||||||
style="background:#$(printf %02x%02x $redlevel $greenlevel )00;color:black;text-decoration:none"
|
style="background:#$(printf %02x%02x $redlevel $greenlevel )00;color:black;text-decoration:none"
|
||||||
href="#$stat">
|
href="?hist#$stat">
|
||||||
<img
|
<img
|
||||||
width="30"
|
width="30"
|
||||||
height="30"
|
height="30"
|
||||||
@ -411,7 +411,7 @@ then
|
|||||||
cat <<-EOHTML
|
cat <<-EOHTML
|
||||||
<a
|
<a
|
||||||
style="background:#$(printf %02x%02x $redlevel $greenlevel )00;color:black;text-decoration:none"
|
style="background:#$(printf %02x%02x $redlevel $greenlevel )00;color:black;text-decoration:none"
|
||||||
href="#$stat">
|
href="?hist#$stat">
|
||||||
<img
|
<img
|
||||||
width="30"
|
width="30"
|
||||||
height="30"
|
height="30"
|
||||||
@ -440,7 +440,7 @@ then
|
|||||||
cat <<-EOHTML
|
cat <<-EOHTML
|
||||||
<a
|
<a
|
||||||
style="background:#$(printf %02x%02x $redlevel $greenlevel )00;color:black;text-decoration:none"
|
style="background:#$(printf %02x%02x $redlevel $greenlevel )00;color:black;text-decoration:none"
|
||||||
href="#$stat">
|
href="?hist#$stat">
|
||||||
<img
|
<img
|
||||||
width="30"
|
width="30"
|
||||||
height="30"
|
height="30"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user