All pastes #2055449 Raw Edit

Miscellany

public html v1 · immutable
#2055449 ·published 2011-05-08 19:52 UTC
rendered paste body
<div class="vote_box span-5 last">	<span class="span-2">		<a href="#" class="vote_ui vote_up" movieid="{{ movieid }}">   			<img width="16px" height="16px" src="/media/images/vote/vote_up.png">   			Like		</a>	</span>	<span class="span-3 last">		<a href="#" class="vote_ui vote_down" movieid="{{ movieid }}"> 			<img width="16px" height="16px" src="/media/images/vote/vote_down.png"> 			Dislike		</a>	</span></div>{% if msg %}	<div class="friend_like_box span-5 last">	{{ msg }}	</div>{% endif %}