[Catalyst-commits] r8799 - trunk/examples/CatalystAdvent/root/2008
gphat at dev.catalyst.perl.org
gphat at dev.catalyst.perl.org
Tue Dec 9 00:23:43 GMT 2008
Author: gphat
Date: 2008-12-09 00:23:43 +0000 (Tue, 09 Dec 2008)
New Revision: 8799
Modified:
trunk/examples/CatalystAdvent/root/2008/3.pod
Log:
Fix images (again) on sparkline entry.
Modified: trunk/examples/CatalystAdvent/root/2008/3.pod
===================================================================
--- trunk/examples/CatalystAdvent/root/2008/3.pod 2008-12-08 21:29:55 UTC (rev 8798)
+++ trunk/examples/CatalystAdvent/root/2008/3.pod 2008-12-09 00:23:43 UTC (rev 8799)
@@ -169,7 +169,7 @@
We won't cover how to do this with Catalyst at the moment. We'll just look
at the result for now.
<p>
-<img src="/static/images/2008/sparklines/bigchart.png" alt="A Big Chart">
+<img src="/calendar/static/images/2008/sparklines/bigchart.png" alt="A Big Chart">
<p>
This is a wonderful idea! The data is now presented in a really meaningful way. The
problem is that the chart is a very large image for such a small amount of information.
@@ -319,7 +319,7 @@
lieu of the methods already discussed, one could place the following:
</p>
<blockquote>
-Throughput is <img src="/static/images/2008/sparklines/simple-spark.png"> 4.4Mb/s.
+Throughput is <img src="/calendar/static/images/2008/sparklines/simple-spark.png"> 4.4Mb/s.
</blockquote>
<p>
@@ -333,7 +333,7 @@
</p>
<blockquote>
-Throughput is <img src="/static/images/2008/sparklines/curr-spark.png"> <span style="color: #ff0000">4.4Mb/s</span>.
+Throughput is <img src="/calendar/static/images/2008/sparklines/curr-spark.png"> <span style="color: #ff0000">4.4Mb/s</span>.
</blockquote>
=end pod::xhtml
@@ -374,7 +374,7 @@
4.4Mb/s is on the high end, but the scale is ambiguous. We can improve this even further:
</p>
<blockquote>
-Throughput is <img src="/static/images/2008/sparklines/all-spark.png"> <span style="color: #ff0000">4.4Mb/s</span> (<span style="color: #3399ff">High 5.8, Low 0.7</span>).
+Throughput is <img src="/calendar/static/images/2008/sparklines/all-spark.png"> <span style="color: #ff0000">4.4Mb/s</span> (<span style="color: #3399ff">High 5.8, Low 0.7</span>).
</blockquote>
=end pod::xhtml
@@ -407,7 +407,7 @@
You could go a step further and highlight the "normal" range of values:
</p>
<blockquote>
-Throughput is <img src="/static/images/2008/sparklines/range-spark.png"> <span style="color: #ff0000">4.4Mb/s</span> (<span style="color: #3399ff">High 5.8, Low 0.7</span>).
+Throughput is <img src="/calendar/static/images/2008/sparklines/range-spark.png"> <span style="color: #ff0000">4.4Mb/s</span> (<span style="color: #3399ff">High 5.8, Low 0.7</span>).
</blockquote>
=end pod::xhtml
More information about the Catalyst-commits
mailing list