Changeset 1321 in ExiteCMS for trunk/includes/templates/include.comments.tpl
- Timestamp:
- 02/28/08 00:25:43 (4 years ago)
- File:
-
- 1 edited
-
trunk/includes/templates/include.comments.tpl (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/templates/include.comments.tpl
r1313 r1321 41 41 <tr> 42 42 <td align='right' class='tbl2'> 43 <a href='{$smarty.const.ADMIN}comments.php{$aidlink}&ctype={$comment_type}&cid={$comment_id}'>{$locale.c106}</a>43 {buttonlink name=$locale.c106 link=$smarty.const.ADMIN|cat:"comments.php"|cat:$aidlink|cat:"&ctype="|cat:$comment_type|cat:"&cid="|cat:$comment_id} 44 44 </td> 45 45 </tr> … … 107 107 </td> 108 108 <td align='left' width='50%' class='tbl1'> 109 <img id="captcha" src="{$smarty.const.INCLUDES}securimage-1.0.3/securimage_show.php" alt="CAPTCHA Image" /> 109 {if $settings.validation_method == "text"} 110 <span style='font-size:125%;font-weight:bold;'>{$validation_code|upper}</span> 111 {else} 112 <img id="captcha" src="{$smarty.const.INCLUDES}secureimage-1.0.3/securimage_show.php" alt="CAPTCHA Image" /> 113 {/if} 110 114 </td> 111 115 </tr> … … 116 120 <td align='left' width='50%' class='tbl1'> 117 121 <input type='text' name='captcha_code' class='textbox' style='vertical-align:middle;width:100px' /> 122 {if $settings.validation_method == "image"} 123 124 {buttonlink name=$locale.c114 link="document.getElementById(\"captcha\").src=\""|cat:$smarty.const.INCLUDES|cat:"secureimage-1.0.3/securimage_show.php?\"+Math.random(); return false;" script="yes"} 125 {/if} 118 126 </td> 119 127 </tr>
Note: See TracChangeset
for help on using the changeset viewer.
