I fucked up, here's the good default template

This commit is contained in:
briandilley
2005-08-15 23:42:16 +00:00
parent 44a3f200a1
commit fe100378f6
12 changed files with 177 additions and 157 deletions

View File

@ -1,16 +1,19 @@
<div class="kwote-even">
<span class="kwote-id"><a href="?action=show&amp;id=${KWOTE_ID}">#${KWOTE_ID}</a></span>
<span class="vote-controls">
<a href="?action=hate&amp;kid=${KWOTE_ID}"
 <div class="kwoteeven">
<a href="?action=show&amp;id=${KWOTE_ID}" class="kwoteid">#${KWOTE_ID}</a>
<span class="votecontrols">
<a href="?action=hate&amp;kid=${KWOTE_ID}"
onclick="vote(${KWOTE_ID},'hate'); return false;"
id="hate${KWOTE_ID}">-</a>
<span id="rating${KWOTE_ID}">${KWOTE_RATING}</span>
<a href="?action=love&amp;kid=${KWOTE_ID}"
<a href="?action=love&amp;kid=${KWOTE_ID}"
onclick="vote(${KWOTE_ID},'love'); return false"
id="love${KWOTE_ID}">+</a>
</span>
<div class="kwote-content">
<p>
${KWOTE_TEXT_HTML}
</div>
</div>
</p>
</div>