[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [30171] branches/soc-2010-leifandersen/ tests/render/run.py: 1.

Leif Andersen leif.a.andersen at gmail.com
Sat Jul 10 05:16:50 CEST 2010


Revision: 30171
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=30171
Author:   leifandersen
Date:     2010-07-10 05:16:49 +0200 (Sat, 10 Jul 2010)

Log Message:
-----------
1.  Got the header right.  Leaving only the table to be kept in the body size (rather than spilling over), and possibly rounding the footer.  And possibly adding controlls.

Modified Paths:
--------------
    branches/soc-2010-leifandersen/tests/render/run.py

Modified: branches/soc-2010-leifandersen/tests/render/run.py
===================================================================
--- branches/soc-2010-leifandersen/tests/render/run.py	2010-07-10 02:47:53 UTC (rev 30170)
+++ branches/soc-2010-leifandersen/tests/render/run.py	2010-07-10 03:16:49 UTC (rev 30171)
@@ -413,10 +413,10 @@
     file.write('<link rel="stylesheet" href="style.css" type="text/css" />\n')
     file.write('<title>Render Test Output</title>\n</head>\n')
     file.write('<body>\n')
-    file.write('<div class="noprint" id="navcontainer"><a href="http://www.blender.org/"><img width="140" height="50" title="blender.org home page" alt="blender.org home page" src="http://www.blender.org/fileadmin/site/_gfx/nav-home.png"></a><a href="http://www.blender.org/features-gallery/"><img width="140" height="50" title="Features & Gallery" alt="Features & Gallery" src="http://www.blender.org/fileadmin/site/_gfx/nav-features.png"></a><a href="http://www.blender.org/download/get-blender/"><img width="140" height="50" title="Download" alt="Download" src="http://www.blender.org/fileadmin/site/_gfx/nav-download.png"></a><a href="http://www.blender.org/education-help/"><img width="140" height="50" title="Tutorials & Help" alt="Tutorials & Help" src="http://www.blender.org/fileadmin/site/_gfx/nav-help.png"></a><a href="http://www.blender.org/community/user-community/"><img width="140" height="50" title="Community" alt="Community" src="http://www.blender.org/fileadmin/site/_gfx/nav-community.png"></a><a href="http://www.blender.org/development/"><img width="140" height="50" title="Development" alt="Development" src="http://www.blender.org/fileadmin/site/_gfx/nav-development-on.png"></a><a href="http://www.blender.org/e-shop/"><img width="140" height="50" title="e-Shop" alt="e-Shop" src="http://www.blender.org/fileadmin/site/_gfx/nav-eshop.png"></a></div> ')
+    file.write('<div class="noprint" id="navcontainer"><a href="http://www.blender.org/"><img width="140" height="50" title="blender.org home page" alt="blender.org home page" src="http://www.blender.org/fileadmin/site/_gfx/nav-home.png"></a><a href="http://www.blender.org/features-gallery/"><img width="140" height="50" title="Features & Gallery" alt="Features & Gallery" src="http://www.blender.org/fileadmin/site/_gfx/nav-features.png"></a><a href="http://www.blender.org/download/get-blender/"><img width="140" height="50" title="Download" alt="Download" src="http://www.blender.org/fileadmin/site/_gfx/nav-download.png"></a><a href="http://www.blender.org/education-help/"><img width="140" height="50" title="Tutorials & Help" alt="Tutorials & Help" src="http://www.blender.org/fileadmin/site/_gfx/nav-help.png"></a><a href="http://www.blender.org/community/user-community/"><img width="140" height="50" title="Community" alt="Community" src="http://www.blender.org/fileadmin/site/_gfx/nav-community.png"></a><a href="http://www.blender.org/development/"><img width="140" height="50" title="Development" alt="Development" src="http://www.blender.org/fileadmin/site/_gfx/nav-development-on.png"></a><a href="http://www.blender.org/e-shop/"><img width="140" height="50" title="e-Shop" alt="e-Shop" src="http://www.blender.org/fileadmin/site/_gfx/nav-eshop.png"></a></div> \n')
     file.write('<div class="document">\n')
+    file.write('<div id="pageheader"></div>\n')
     file.write('<div class="documentwrapper">\n<div class="bodywrapper">\n<div class="body">\n')
-    file.write('<div id="pageheader"></div>\n')
     file.write('<h1>Images</h1>\n')
     file.write('<h2>Failed Images</h2>\n')
     file.write('<table border="1">\n')
@@ -472,6 +472,9 @@
             file.write('</td>\n</tr>\n')
     file.write('</table>\n')
     file.write('</div>\n</div>\n</div>\n')
+    file.write('<div class="clearer"></div>\n')
+    file.write('<div class="footer">Image Comparison Tests</div>\n')
+    file.write('</div><b class="round"><b id="r1"></b><b id="r2"></b><b id="r3"></b><b id="r4"></b></b>\n')
     file.write('</div>\n</body>\n</html>')
     file.close()
 





More information about the Bf-blender-cvs mailing list