Initial revision

This commit is contained in:
briandilley
2004-10-14 22:20:03 +00:00
commit bf921de540
18 changed files with 916 additions and 0 deletions

View File

@ -0,0 +1,13 @@
<div class="quote">
<div class="quote-header">
<span><a href="?action=show&amp;id=${KWOTE_ID}">#${KWOTE_ID}</a></span>
<span class="vote-controls">
<a href="javascript:vote(${KWOTE_ID},'hate');" id="hate${KWOTE_ID}">-</a>
&nbsp;<span id="rating${KWOTE_ID}">${KWOTE_RATING}</span>&nbsp;
<a href="javascript:vote(${KWOTE_ID},'love');" id="love${KWOTE_ID}">+</a>
</span>
</div>
<div class="quote-content">
${KWOTE_TEXT}
</div>
</div>