[zopeorg-checkins] CVS: Products/Ratings/ui - RatingAlreadyVoted.dtml:1.1 RatingThankYou.dtml:1.1 RatingToolManageOverView.dtml:1.1 RatingView.dtml:1.1

Kapil Thangavelu kvthan at wm.edu
Wed Jun 12 12:26:57 EDT 2002


Update of /cvs-zopeorg/Products/Ratings/ui
In directory cvs.zope.org:/tmp/cvs-serv25602/ui

Added Files:
	RatingAlreadyVoted.dtml RatingThankYou.dtml 
	RatingToolManageOverView.dtml RatingView.dtml 
Log Message:
adding in ratings


=== Added File Products/Ratings/ui/RatingAlreadyVoted.dtml ===
<dtml-var standard_html_header>

You've already voted on this content.

<dtml-var standard_html_footer>

=== Added File Products/Ratings/ui/RatingThankYou.dtml ===
<dtml-var standard_html_header>

Thank you for voting

<dtml-if "REQUEST.has_key('return_url')">
<a href="<dtml-var return_url>">Return to where you were</a>
</dtml-if>

<dtml-var standard_html_footer>

=== Added File Products/Ratings/ui/RatingToolManageOverView.dtml ===
 <dtml-var manage_page_header>
<dtml-var manage_tabs>

<h3> <code>portal_ratings</code> Tool </h3>

<p> A portal ratings tool, manages the storage of object ratings,
    and maintains an list of the highest rated objects
</p>

<dtml-var manage_page_footer>


=== Added File Products/Ratings/ui/RatingView.dtml ===
<table class="Rating">
<tr><td colspan="5" class="RatingAverage">Average Rating <dtml-var get_average_rating></td></tr>
<tr><td colspan="5" class="RatingNumberVotes">Number of Votes <dtml-var get_number_votes></td></tr>
<tr><td class="RatingVote">Vote <a href="<dtml-var get_vote_url>?value=1">1</a>
       &nbsp;<a href="<dtml-var get_vote_url>?value=2">2</a>
       &nbsp;<a href="<dtml-var get_vote_url>?value=3">3</a>
       &nbsp;<a href="<dtml-var get_vote_url>?value=4">4</a>
       &nbsp;<a href="<dtml-var get_vote_url>?value=5">5</a>
    </td>
</table>







More information about the zopeorg-checkins mailing list