[PythonReports-checkins] htdocs header.shtml,1.6,1.7
Brought to you by:
a1s
From: alexander s. <a1...@us...> - 2012-06-17 10:09:52
|
Update of /cvsroot/pythonreports/htdocs In directory vz-cvs-3.sog:/tmp/cvs-serv13521 Modified Files: header.shtml Log Message: change logo Index: header.shtml =================================================================== RCS file: /cvsroot/pythonreports/htdocs/header.shtml,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** header.shtml 16 May 2012 12:42:13 -0000 1.6 --- header.shtml 17 Jun 2012 10:09:49 -0000 1.7 *************** *** 2,6 **** <div class="container"> <a class="logo" href="<!--#echo var="relative_path" -->index.shtml"> ! <img src="<!--#echo var="relative_path" -->logo.png"/> </a> <ul class="navigation"> --- 2,6 ---- <div class="container"> <a class="logo" href="<!--#echo var="relative_path" -->index.shtml"> ! <img src="<!--#echo var="relative_path" -->pythonreports-logo.png"/> </a> <ul class="navigation"> *************** *** 11,13 **** </ul> </div> ! </div> \ No newline at end of file --- 11,13 ---- </ul> </div> ! </div> |