[geeklog-cvs] geeklog-1.3/public_html/layout/professional header.thtml,1.2,1.3

blaine at iowaoutdoors.org blaine at iowaoutdoors.org
Wed Dec 22 11:16:19 EST 2004


Update of /var/cvs/geeklog-1.3/public_html/layout/professional
In directory www:/tmp/cvs-serv24262/public_html/layout/professional

Modified Files:
	header.thtml 
Log Message:
Cleanup the HTML layout in the header. Makes it easier to see the table structure for editing.

Index: header.thtml
===================================================================
RCS file: /var/cvs/geeklog-1.3/public_html/layout/professional/header.thtml,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** header.thtml	16 Oct 2004 18:47:33 -0000	1.2
--- header.thtml	22 Dec 2004 16:16:16 -0000	1.3
***************
*** 14,40 ****
  <body>
  <table width="99%" align="center" border="0" cellspacing="0" cellpadding="0" class="header-envelope">
-   <tr>
-     <td>
- <table width="100%"  border="0" cellspacing="0" cellpadding="0" class="header-navigation-container">
-   <tr><td align="right" valign="middle" class="header-navigation">{menu_elements}</td></tr>
- </table>
- <tr><td width="100%">
- <table width="100%" border="0" cellpadding="0" cellspacing="0" class="header-logobg-container-outer"><tr><td>
- <table width="100%" border="0" cellpadding="0" cellspacing="0" class="header-logobg-container-inner"><tr>
- <td class="header-logobg" width="50%" height="78" align="left" valign="middle">    <a href="{site_url}/"><img src="{site_logo}" width="151" height="56" alt="{site_name}" border="0"></a></td><td class="header-logobg" width="50%" height="78" align="right" valign="middle"><span class="site-slogan">{site_slogan}</span>    </td>
- </tr></table></td></tr></table>
- 
- <table border="0" cellspacing="0" cellpadding="0" width="100%">
      <tr>
!         {left_blocks}
! 	        <td class="story-container" width="100%" valign="top">
! 
! <table width="100%" border="0" cellspacing="0" cellpadding="0" class="header-welcomeanddate">
!   <tr>
!     <td>
!  <a href="{site_url}">{welcome_msg}</a><br> {datetime}
!     </td>
!   </tr>
! </table>
  
              <!-- START OF CONTENT AREA -->
--- 14,48 ----
  <body>
  <table width="99%" align="center" border="0" cellspacing="0" cellpadding="0" class="header-envelope">
      <tr>
!         <td>
!             <table width="100%"  border="0" cellspacing="0" cellpadding="0" class="header-navigation-container">
!               <tr>
!                 <td align="right" valign="middle" class="header-navigation">{menu_elements}</td>
!               </tr>
!             </table>
!         </td>
!     <tr>
!         <td width="100%">
!             <table width="100%" border="0" cellpadding="0" cellspacing="0" class="header-logobg-container-outer">
!                 <tr>
!                     <td>
!                         <table width="100%" border="0" cellpadding="0" cellspacing="0" class="header-logobg-container-inner">
!                             <tr>
!                                 <td class="header-logobg" width="50%" height="78" align="left" valign="middle">    <a href="{site_url}/"><img src="{site_logo}" width="151" height="56" alt="{site_name}" border="0"></a></td>
!                                 <td class="header-logobg" width="50%" height="78" align="right" valign="middle"><span class="site-slogan">{site_slogan}</span>    </td>
!                             </tr>
!                         </table>
!                     </td>
!                 </tr>
!             </table>
!             <table border="0" cellspacing="0" cellpadding="0" width="100%">
!                 <tr>
!                     {left_blocks}
!                     <td class="story-container" width="100%" valign="top">
!                     <table width="100%" border="0" cellspacing="0" cellpadding="0" class="header-welcomeanddate">
!                       <tr>
!                         <td> <a href="{site_url}">{welcome_msg}</a><br> {datetime}</td>
!                       </tr>
!                     </table>
  
              <!-- START OF CONTENT AREA -->




More information about the geeklog-cvs mailing list