Created
April 12, 2010 12:47
-
-
Save mikewest/363516 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="basebox stockchart"> | |
<div class="header"><a href="#TODO">%COMPANY_NAME%</a></div> | |
<p class="body"> | |
<span class="read-me">Current %COMPANY_NAME%</span> | |
<span class="read-me">price is</span> | |
<span class="value">10.389,88€</span> | |
<span class="read-me">, which is a change of </span> | |
<span class="change negative">-2.01%</span> | |
<span class="read-me">.</span> | |
<a href="#KURSLISTE"> | |
<img | |
src="http://finanzen.sueddeutsche.de/chart/smallchart.m?secu=322&width=280&time=4" | |
width="280" height="100" alt="" | |
> | |
<span class="read-me">to Stocklistingpagething…</span> | |
</a> | |
</p> | |
<ul class="footer"> | |
<li><a href="%PROFILE_LINK%">Profile</a></li> | |
<li><a href="%CHARTS_LINK%">Further Charts</a></li> | |
<li><a href="%NEWS_LINK%">News</a></li> | |
</ul> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment