1
Mods & Plugins (Releases & Support) / Re: [Mod] Rating Button Disabled After Vote
« on: December 02, 2005, 12:50:22 AM »
Yes!
You're looking for some 4images templates and styles? Then visit this thread to show websites with 4images templates to download.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
<!-- start rate_form.html -->
<table border="0" align="left" cellpadding="1" cellspacing="0">
<tr>
<form method="post" action="{self}">
<td>
<input type="hidden" name="action" value="rateimage" />
<input type="hidden" name="id" value="{image_id}" />
<input type="hidden" name="rating" value="1" />
<input src="{template_url}/images/1.gif" type="image" name="Mangelhaft" value="Mangelhaft" alt="Mangelhaft" title="1"/>
</td></form><form method="post" action="{self}">
<td>
<input type="hidden" name="action" value="rateimage" />
<input type="hidden" name="id" value="{image_id}" />
<input type="hidden" name="rating" value="2" />
<input src="{template_url}/images/2.gif" type="image" name="Ausreichend" value="Ausreichend" alt="Ausreichend" title="2"/>
</td></form><form method="post" action="{self}">
<td>
<input type="hidden" name="action" value="rateimage" />
<input type="hidden" name="id" value="{image_id}" />
<input type="hidden" name="rating" value="3" />
<input src="{template_url}/images/3.gif" type="image" name="Befriedigend" value="Befriedigend" alt="Befriedigend" title="3"/>
</td></form><form method="post" action="{self}">
<td>
<input type="hidden" name="action" value="rateimage" />
<input type="hidden" name="id" value="{image_id}" />
<input type="hidden" name="rating" value="4" />
<input src="{template_url}/images/4.gif" type="image" name="Gut" value="Gut" alt="Gut" title="4"/>
</td></form><form method="post" action="{self}">
<td>
<input type="hidden" name="action" value="rateimage" />
<input type="hidden" name="id" value="{image_id}" />
<input type="hidden" name="rating" value="5" />
<input src="{template_url}/images/5.gif" type="image" name="Sehr gut" value="Sehr gut" alt="Sehr gut" title="5"/>
</td></form></tr>
</td>
</table>
<!-- end rate_form.html -->