r20956 - htdocs/branches/beta - Add fixed branding to right side of pages.

Cristian Marchi cmarchi at code.gnucash.org
Fri Jul 29 08:34:22 EDT 2011


Author: cmarchi
Date: 2011-07-29 08:34:21 -0400 (Fri, 29 Jul 2011)
New Revision: 20956
Trac: http://svn.gnucash.org/trac/changeset/20956

Added:
   htdocs/branches/beta/externals/gnucash-vert.png
Modified:
   htdocs/branches/beta/docs.phtml
   htdocs/branches/beta/download.phtml
   htdocs/branches/beta/features.phtml
   htdocs/branches/beta/index.phtml
   htdocs/branches/beta/oldnews.phtml
   htdocs/branches/beta/sizing.phtml
Log:
Add fixed branding to right side of pages.

Modified: htdocs/branches/beta/docs.phtml
===================================================================
--- htdocs/branches/beta/docs.phtml	2011-07-29 12:26:52 UTC (rev 20955)
+++ htdocs/branches/beta/docs.phtml	2011-07-29 12:34:21 UTC (rev 20956)
@@ -5,6 +5,9 @@
 include("externals/header.phtml");
 include("externals/menu.phtml");
 ?>
+
+<div style="position:fixed; right:0px; top:14%"><img src="index.phtml_files/gnucash2.png"></img></div>
+
 <div id="content">
 
 <h1><?php echo T_("GnuCash Documentation Project");?></h1>

Modified: htdocs/branches/beta/download.phtml
===================================================================
--- htdocs/branches/beta/download.phtml	2011-07-29 12:26:52 UTC (rev 20955)
+++ htdocs/branches/beta/download.phtml	2011-07-29 12:34:21 UTC (rev 20956)
@@ -7,6 +7,8 @@
 include("externals/menu.phtml"); 
 ?>
 
+<div style="position:fixed; right:0px; top:14%"><img src="index.phtml_files/gnucash2.png"></img></div>
+
 <div id="content">
 
 <h1><?php echo T_("Download GnuCash")?></h1>

Added: htdocs/branches/beta/externals/gnucash-vert.png
===================================================================
(Binary files differ)


Property changes on: htdocs/branches/beta/externals/gnucash-vert.png
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Modified: htdocs/branches/beta/features.phtml
===================================================================
--- htdocs/branches/beta/features.phtml	2011-07-29 12:26:52 UTC (rev 20955)
+++ htdocs/branches/beta/features.phtml	2011-07-29 12:34:21 UTC (rev 20956)
@@ -6,6 +6,8 @@
 include("$top_dir/externals/menu.phtml");
 ?>
 
+<div style="position:fixed; right:0px; top:14%"><img src="index.phtml_files/gnucash2.png"></img></div>
+
 <div id="content">
 <h1><?php echo T_($title);?></h1>
 

Modified: htdocs/branches/beta/index.phtml
===================================================================
--- htdocs/branches/beta/index.phtml	2011-07-29 12:26:52 UTC (rev 20955)
+++ htdocs/branches/beta/index.phtml	2011-07-29 12:34:21 UTC (rev 20956)
@@ -7,6 +7,8 @@
 include("externals/menu.phtml"); 
 ?>
 
+<div style="position:fixed; right:0px; top:14%"><img src="index.phtml_files/gnucash2.png"></img></div>
+
 <div id="content">
 
 <h1><?php echo T_("Welcome to GnuCash.org")?></h1>

Modified: htdocs/branches/beta/oldnews.phtml
===================================================================
--- htdocs/branches/beta/oldnews.phtml	2011-07-29 12:26:52 UTC (rev 20955)
+++ htdocs/branches/beta/oldnews.phtml	2011-07-29 12:34:21 UTC (rev 20956)
@@ -5,6 +5,9 @@
 include("externals/header.phtml");
 include("externals/menu.phtml");
 ?>
+
+<div style="position:fixed; right:0px; top:14%"><img src="index.phtml_files/gnucash2.png"></img></div>
+
 <div id="content">
 
 <h1><?php echo T_("Older Announcements");?></h1>

Modified: htdocs/branches/beta/sizing.phtml
===================================================================
--- htdocs/branches/beta/sizing.phtml	2011-07-29 12:26:52 UTC (rev 20955)
+++ htdocs/branches/beta/sizing.phtml	2011-07-29 12:34:21 UTC (rev 20956)
@@ -6,6 +6,8 @@
 include("externals/menu.phtml");
 ?>
 
+<div style="position:fixed; right:0px; top:14%"><img src="index.phtml_files/gnucash2.png"></img></div>
+
 <div id="content">
 
 <h1><?php echo T_($title);?></h1>



More information about the gnucash-changes mailing list