[llvm-commits] CVS: llvm-www/poll/blue.gif voting.tpl.html
Reid Spencer
reid at x10sys.com
Wed Nov 29 14:10:48 PST 2006
Changes in directory llvm-www/poll:
blue.gif added (r1.1)
voting.tpl.html updated: 1.9 -> 1.10
---
Log message:
Make the graph show up.
---
Diffs of the changes: (+1 -1)
blue.gif | 0
voting.tpl.html | 2 +-
2 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm-www/poll/blue.gif
Index: llvm-www/poll/voting.tpl.html
diff -u llvm-www/poll/voting.tpl.html:1.9 llvm-www/poll/voting.tpl.html:1.10
--- llvm-www/poll/voting.tpl.html:1.9 Wed Nov 29 13:48:50 2006
+++ llvm-www/poll/voting.tpl.html Wed Nov 29 16:10:34 2006
@@ -25,7 +25,7 @@
<LOOP NAME="vote_result">
<tr>
<td>{vote_option}</td>
- <td><img src="./templates/images_voting/{bar_image_name}" height="15" width="{bar_width}" alt="" border="0"></td>
+ <td><img src="./{bar_image_name}" height="15" width="{bar_width}" alt="" border="0"></td>
<td> {vote_number}</td>
<td> {relation} %</td>
</tr>
More information about the llvm-commits
mailing list