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>&nbsp;&nbsp;&nbsp;{vote_number}</td>
         <td>&nbsp;&nbsp;&nbsp;{relation} %</td>
       </tr>



_______________________________________________
llvm-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to