Skip to content

Instantly share code, notes, and snippets.

@mikewest
Created April 12, 2010 12:47
Show Gist options
  • Save mikewest/363516 to your computer and use it in GitHub Desktop.
Save mikewest/363516 to your computer and use it in GitHub Desktop.
<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&euro;</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&hellip;</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