Skip to content

Commit

Permalink
Fix image icon links
Browse files Browse the repository at this point in the history
  • Loading branch information
abh committed Jun 27, 2011
1 parent 3d2427b commit 7d69a4b
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 19 deletions.
6 changes: 3 additions & 3 deletions docs/com/download/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,9 @@ <h3>
</tr>
<tr>
<th>Installed?</th>
<td><img src="/i/icons/tick.png" alt="Included" /> Included</td>
<td><img src="/i/icons/tick.png" alt="Included" /> Included</td>
<td><img src="/i/icons/download_arrow.gif" alt="Download Needed"
<td><img src="[% combust.static_url("/images/icons/tick.png") %]" alt="Included" /> Included</td>
<td><img src="[% combust.static_url("/images/icons/tick.png") %]" alt="Included" /> Included</td>
<td><img src="[% combust.static_url("/images/icons/download_arrow.gif") %]" alt="Download Needed"
/> Download Needed</td>
</tr>
</table>
Expand Down
4 changes: 2 additions & 2 deletions docs/dev/perl6/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ <h3>Perl 5 and Perl 6 are two languages in the Perl family, but of different lin
<tr>
<td>
<div class="module">
<a href="http://www.perl6.org/"><img alt="" src="/i/icons/perl6.png" width="45" height="45" /></a>
<a href="http://www.perl6.org/"><img alt="" src="[% combust.static_url("/images/icons/perl6.png") %]" width="45" height="45" /></a>
<h4>
<a href="http://www.perl6.org/">Perl 6</a>
</h4>
Expand All @@ -27,7 +27,7 @@ <h4>
<tr>
<td>
<div class="module">
<a href="http://rakudo.org/how-to-get-rakudo"><img alt="" src="/i/icons/perl6.png" width="45" height="45" /></a>
<a href="http://rakudo.org/how-to-get-rakudo"><img alt="" src="[% combust.static_url("/images/icons/perl6.png") %]" width="45" height="45" /></a>
<h4>
<a href="http://rakudo.org/how-to-get-rakudo">Rakudo</a>
</h4>
Expand Down
12 changes: 6 additions & 6 deletions docs/www/get.html
Original file line number Diff line number Diff line change
Expand Up @@ -96,11 +96,11 @@ <h4>
<td><a href="#win32"><img src="[% combust.static_url("/images/logos/windows.gif") %]" class="logo" alt="Windows" /><br>Windows</a></td>
</tr>
<tr>
<td><img src="/i/icons/tick.png" alt="Included" /> Included<br /><small>(may not be latest)</small></td>
<td><img src="/i/icons/tick.png" alt="Included" /> Included<br /><small>(may not be latest)</small></td>
<td><img src="[% combust.static_url("/images/icons/tick.png") %]" alt="Included" /> Included<br /><small>(may not be latest)</small></td>
<td><img src="[% combust.static_url("/images/icons/tick.png") %]" alt="Included" /> Included<br /><small>(may not be latest)</small></td>
<td>
<a href="http://strawberryperl.com" class="download" title="Strawberry Perl"><img src="/i/icons/download_arrow.gif" alt="Download Needed" /></a><a href="http://strawberryperl.com" class="download" title="Strawberry Perl">Strawberry Perl</a><br />
<a href="http://www.activestate.com/activeperl/downloads" class="download" title="ActiveState Perl"><img src="/i/icons/download_arrow.gif" alt="Download Needed" /></a><a href="http://www.activestate.com/activeperl/downloads" class="download" title="ActiveState Perl">ActiveState Perl</a>
<a href="http://strawberryperl.com" class="download" title="Strawberry Perl"><img src="[% combust.static_url("/images/icons/download_arrow.gif") %]" alt="Download Needed" /></a><a href="http://strawberryperl.com" class="download" title="Strawberry Perl">Strawberry Perl</a><br />
<a href="http://www.activestate.com/activeperl/downloads" class="download" title="ActiveState Perl"><img src="[% combust.static_url("/images/icons/download_arrow.gif") %]" alt="Download Needed" /></a><a href="http://www.activestate.com/activeperl/downloads" class="download" title="ActiveState Perl">ActiveState Perl</a>
</td>
</tr>
</table>
Expand Down Expand Up @@ -149,7 +149,7 @@ <h3>Binaries</h3>
<ul>
<li>
<p class="button no-table">
<a style="background-image: url(/i/icons/tick.png);">Already Installed</a>
<a style="background-image: url([% combust.static_url("/images/icons/tick.png);") %]">Already Installed</a>
</p>You probably already have perl
installed. Type <code>perl&nbsp;-v</code> on a command line to
find out which version.
Expand Down Expand Up @@ -179,7 +179,7 @@ <h3>Binaries</h3>
<ul>
<li>
<p class="button no-table">
<a style="background-image: url(/i/icons/tick.png);">Already Installed</a>
<a style="background-image: url([% combust.static_url("/images/icons/tick.png);") %]">Already Installed</a>
</p>Mac OS X already has Perl installed. Open a <i>Terminal</i> application (in the Utilities folder of your Applications folder)</i> and run <code>perl&nbsp;-v</code> to find out which version.
</li>

Expand Down
16 changes: 8 additions & 8 deletions docs/www/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<tr>
<td>
<div class="module">
<a href="/learn.html"><img alt="" src="/i/icons/learn.png" width="45" height="45" /></a>
<a href="/learn.html"><img alt="" src="[% combust.static_url("/images/icons/learn.png") %]" width="45" height="45" /></a>
<h4>
<a href="/learn.html">Learning Perl</a>
</h4>
Expand All @@ -64,7 +64,7 @@ <h4>
</td>
<td>
<div class="module">
<a href="/community.html"><img alt="" src="/i/icons/community.png" width="45" height="45" /></a>
<a href="/community.html"><img alt="" src="[% combust.static_url("/images/icons/community.png") %]" width="45" height="45" /></a>
<h4>
<a href="/community.html">The Perl Community</a>
</h4>
Expand All @@ -77,7 +77,7 @@ <h4>
<tr>
<td>
<div class="module">
<a href="/docs.html"><img alt="" src="/i/icons/docs.png" width="45" height="45" /></a>
<a href="/docs.html"><img alt="" src="[% combust.static_url("/images/icons/docs.png") %]" width="45" height="45" /></a>
<h4>
<a href="/docs.html">Documentation</a>
</h4>
Expand All @@ -88,7 +88,7 @@ <h4>
</td>
<td>
<div class="module">
<a href="/contribute.html"><img alt="" src="/i/icons/cog.png" width="45" height="45" /></a>
<a href="/contribute.html"><img alt="" src="[% combust.static_url("/images/icons/cog.png") %]" width="45" height="45" /></a>
<h4>
<a href="/contribute.html">Contribute to Perl</a>
</h4>
Expand All @@ -101,7 +101,7 @@ <h4>
<tr>
<td>
<div class="module">
<a href="/cpan.html"><img alt="" src="/i/icons/cpan.png" width="45" height="45" /></a>
<a href="/cpan.html"><img alt="" src="[% combust.static_url("/images/icons/cpan.png") %]" width="45" height="45" /></a>
<h4>
<a href="/cpan.html">CPAN</a>
</h4>
Expand All @@ -112,7 +112,7 @@ <h4>
</td>
<td>
<div class="module">
<a href="/events.html"><img alt="" src="/i/icons/cal.png" width="45" height="45" /></a>
<a href="/events.html"><img alt="" src="[% combust.static_url("/images/icons/cal.png") %]" width="45" height="45" /></a>
<h4>
<a href="/events.html">Events and Conferences</a>
</h4>
Expand All @@ -125,7 +125,7 @@ <h4>
<tr>
<td>
<div class="module">
<a href="http://www.perl6.org/"><img alt="" src="/i/icons/perl6.png" width="45" height="45" /></a>
<a href="http://www.perl6.org/"><img alt="" src="[% combust.static_url("/images/icons/perl6.png") %]" width="45" height="45" /></a>
<h4>
<a href="http://www.perl6.org/">Perl 6</a>
</h4>
Expand All @@ -136,7 +136,7 @@ <h4>
</td>
<td>
<div class="module">
<a href="http://www.perlfoundation.org/"><img alt="" src="/i/icons/onion.png" width="45" height="45" /></a>
<a href="http://www.perlfoundation.org/"><img alt="" src="[% combust.static_url("/images/icons/onion.png") %]" width="45" height="45" /></a>
<h4>
<a href="http://www.perlfoundation.org/">The Perl Foundation</a>
</h4>
Expand Down

0 comments on commit 7d69a4b

Please sign in to comment.