Initial revision
This commit is contained in:
13
html/content-show-kwote.html
Normal file
13
html/content-show-kwote.html
Normal file
@ -0,0 +1,13 @@
|
||||
<div class="quote">
|
||||
<div class="quote-header">
|
||||
<span><a href="?action=show&id=${KWOTE_ID}">#${KWOTE_ID}</a></span>
|
||||
<span class="vote-controls">
|
||||
<a href="javascript:vote(${KWOTE_ID},'hate');" id="hate${KWOTE_ID}">-</a>
|
||||
<span id="rating${KWOTE_ID}">${KWOTE_RATING}</span>
|
||||
<a href="javascript:vote(${KWOTE_ID},'love');" id="love${KWOTE_ID}">+</a>
|
||||
</span>
|
||||
</div>
|
||||
<div class="quote-content">
|
||||
${KWOTE_TEXT}
|
||||
</div>
|
||||
</div>
|
Reference in New Issue
Block a user