Changeset 122
- Timestamp:
- 05/08/06 10:02:10 (3 years ago)
- Files:
-
- trunk/smarty/templates/java_script.tpl (modified) (1 diff)
- trunk/smarty/templates/stats.tpl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/smarty/templates/java_script.tpl
r51 r122 56 56 function handleResponseNull() 57 57 { 58 if(xmlObj.readyState == 4)59 {60 document.location = url_to_go;61 }62 58 } 63 59 trunk/smarty/templates/stats.tpl
r25 r122 11 11 <tr> 12 12 <td align="right">#</td> 13 <td >usuario</td>13 <td colspan="2">usuario</td> 14 14 <td>memes</td> 15 15 <td>votos</td> … … 25 25 <td align="right">{$poster->votes}</td> 26 26 <td align="right">{$poster->comments}</td> 27 <td align="right">{$poster-> rank|string_format:"%4.2f"}</td>27 <td align="right">{$poster->influence|string_format:"%4.2f"}</td> 28 28 <td align="right">{$poster->popularity|string_format:"%4.2f"}</td> 29 29 </tr>
