Author: sharan
Date: Tue Jul 25 10:14:19 2017 New Revision: 1802911 URL: http://svn.apache.org/viewvc?rev=1802911&view=rev Log: Improved:Removed search bar and added images to release notes tab on Downloads page Added: ofbiz/branches/ofbiz-new-website/images/bubble1.jpg (with props) ofbiz/branches/ofbiz-new-website/images/bubble2.jpg (with props) Modified: ofbiz/branches/ofbiz-new-website/download.html ofbiz/branches/ofbiz-new-website/template/page/download.tpl.php Modified: ofbiz/branches/ofbiz-new-website/download.html URL: http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/download.html?rev=1802911&r1=1802910&r2=1802911&view=diff ============================================================================== --- ofbiz/branches/ofbiz-new-website/download.html (original) +++ ofbiz/branches/ofbiz-new-website/download.html Tue Jul 25 10:14:19 2017 @@ -120,16 +120,7 @@ <div class="row"> <!-- sidebar --> <aside class="span4" id="sidebar"> - <section class="widget search clearfix"> - <h2>Search</h2> - <div class="divider"><span></span></div> - <form method="post" action="blog-home.html"> - <div class="input-append"> - <input class="span3 searchInput" type="text"> - <button class="btn search" type="button">Ok</button> - </div> - </form> - </section> + <section class="widget blogUpdates"> <h2>Releases for Download</h2> <div class="divider"><span></span></div> @@ -153,7 +144,7 @@ <li> <div class="row"> <div class="one_fourth"> - <div class="imgWrapper"><img alt="client" src="images/client1.jpg"></div> + <div class="imgWrapper"><img alt="client" src="images/bubble2.jpg"></div> </div> <div class="three_fourths last"> <h3>16.11.03</h3> @@ -192,7 +183,7 @@ <li> <div class="row"> <div class="one_fourth"> - <div class="imgWrapper"><img alt="client" src="images/client3.jpg"></div> + <div class="imgWrapper"><img alt="client" src="images/bubble1.jpg"></div> </div> <div class="three_fourths last"> <h3>13.07.03</h3> Added: ofbiz/branches/ofbiz-new-website/images/bubble1.jpg URL: http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/images/bubble1.jpg?rev=1802911&view=auto ============================================================================== Binary file - no diff available. Propchange: ofbiz/branches/ofbiz-new-website/images/bubble1.jpg ------------------------------------------------------------------------------ svn:keywords = Date Rev Author URL Id Propchange: ofbiz/branches/ofbiz-new-website/images/bubble1.jpg ------------------------------------------------------------------------------ svn:mime-type = image/jpeg Added: ofbiz/branches/ofbiz-new-website/images/bubble2.jpg URL: http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/images/bubble2.jpg?rev=1802911&view=auto ============================================================================== Binary file - no diff available. Propchange: ofbiz/branches/ofbiz-new-website/images/bubble2.jpg ------------------------------------------------------------------------------ svn:keywords = Date Rev Author URL Id Propchange: ofbiz/branches/ofbiz-new-website/images/bubble2.jpg ------------------------------------------------------------------------------ svn:mime-type = image/jpeg Modified: ofbiz/branches/ofbiz-new-website/template/page/download.tpl.php URL: http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/template/page/download.tpl.php?rev=1802911&r1=1802910&r2=1802911&view=diff ============================================================================== --- ofbiz/branches/ofbiz-new-website/template/page/download.tpl.php (original) +++ ofbiz/branches/ofbiz-new-website/template/page/download.tpl.php Tue Jul 25 10:14:19 2017 @@ -19,16 +19,7 @@ <div class="row"> <!-- sidebar --> <aside class="span4" id="sidebar"> - <section class="widget search clearfix"> - <h2>Search</h2> - <div class="divider"><span></span></div> - <form method="post" action="blog-home.html"> - <div class="input-append"> - <input class="span3 searchInput" type="text"> - <button class="btn search" type="button">Ok</button> - </div> - </form> - </section> + <section class="widget blogUpdates"> <h2>Releases for Download</h2> <div class="divider"><span></span></div> @@ -52,7 +43,7 @@ <li> <div class="row"> <div class="one_fourth"> - <div class="imgWrapper"><img alt="client" src="images/client1.jpg"></div> + <div class="imgWrapper"><img alt="client" src="images/bubble2.jpg"></div> </div> <div class="three_fourths last"> <h3>16.11.03</h3> @@ -91,7 +82,7 @@ <li> <div class="row"> <div class="one_fourth"> - <div class="imgWrapper"><img alt="client" src="images/client3.jpg"></div> + <div class="imgWrapper"><img alt="client" src="images/bubble1.jpg"></div> </div> <div class="three_fourths last"> <h3>13.07.03</h3> |
Free forum by Nabble | Edit this page |