Ignore:
Timestamp:
Apr 28, 2006, 6:38:36 AM (18 years ago)
Author:
rvelices
Message:

merge -r1285 in from branch-1_6 to trunk
bug 359: transform rating html A links to FORM because some bots rate
pictures (even if rel="nofollow" is set)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/template/yoga/picture.tpl

    r1266 r1286  
    154154
    155155<!-- BEGIN rate -->
    156 <p>
    157 {rate.SENTENCE} :
     156<form action="{rate.F_ACTION}" method="post">
     157<div>{rate.SENTENCE} :
    158158<!-- BEGIN rate_option -->
    159 {rate.rate_option.SEPARATOR} <a href="{rate.rate_option.URL}" rel="nofollow" {TAG_INPUT_ENABLED}>{rate.rate_option.OPTION}</a>
     159{rate.rate_option.SEPARATOR}
     160<!-- BEGIN my_rate -->
     161<input type="button" name="rate" value="{rate.rate_option.OPTION}" class="rateButtonSelected" />
     162<!-- END my_rate -->
     163<!-- BEGIN not_my_rate -->
     164<input type="submit" name="rate" value="{rate.rate_option.OPTION}" class="rateButton" />
     165<!-- END not_my_rate -->
    160166<!-- END rate_option -->
    161 </p>
     167</div>
     168</form>
    162169<!-- END rate -->
    163170
Note: See TracChangeset for help on using the changeset viewer.