gnucash-htdocs master: Multiple changes pushed

Frank H.Ellenberger fell at code.gnucash.org
Sat Apr 21 12:10:30 EDT 2018


Updated	 via  https://github.com/Gnucash/gnucash-htdocs/commit/bc32bdc2 (commit)
	 via  https://github.com/Gnucash/gnucash-htdocs/commit/550b3478 (commit)
	from  https://github.com/Gnucash/gnucash-htdocs/commit/4f9f9b08 (commit)



commit bc32bdc22f77a0b9c495d2e55b8cac414df03c2f
Author: fell <frank.h.ellenberger at gmail.com>
Date:   Sat Apr 21 18:04:49 2018 +0200

    add missing </div>

diff --git a/externals/menu.phtml b/externals/menu.phtml
index d436640..0e4bfc8 100644
--- a/externals/menu.phtml
+++ b/externals/menu.phtml
@@ -1,82 +1,82 @@
 <div id="maincol"><!-- begin main content area -->
 
-<div id="news">
-<div class="othernews">
-  <span class="linktop">
-    <b><?= T_("Information")?></b>
-  </span>
-  <ul>
-    <li><a href="<?=$home?>/index.phtml"><?= T_("Home")?></a></li>
-    <li><a href="<?=$home?>/news.phtml"><?= T_("News")?></a></li>    
-<!--RSS atom feed link is on the top-right of the page   <li><a href="<?=$home?>/atom.php"><img src="<?=$home?>/images/icons/feed-icon-12x12.png" width="12" height="12" alt="[atom feed]" /> <?= T_("News Feed")?></a></li>-->
-    <li><a href="<?=$home?>/features.phtml"><?=T_("Screenshots, Features")?></a></li>
-    <li><a href="https://wiki.gnucash.org/wiki/Installation"><?=T_("Installation")?></a></li>
-    <li><a href="https://wiki.gnucash.org/wiki/Getting_Help"><?= T_("Getting help")?></a></li>
-    <li><a href="<?=$home?>/donate.phtml"><?=T_("Donations")?></a></li>
-  </ul>
-</div>
-<div class="othernews">
-  <!-- ?php include("$top_dir/externals/menu-downloads.phtml");? -->
-  <span class="linktop">
-    <b><?=T_("Downloads")?></b>
-  </span>
-  <ul>
-    <li><a href="<?=$home?>/download.phtml"><?=T_("Program")?></a></li>
-    <li><a href="<?=$home?>/docs.phtml"><?=T_("Documentation")?></a></li>
-  </ul>
-</div>
-<div class="othernews">
-  <span class="linktop">
-    <b><?=T_("Support")?></b></span>
-    <ul>
-      <li><a href="<?=$home?>/docs.phtml"><?=T_("Documentation")?></a></li>
-      <li><a href="https://wiki.gnucash.org/wiki/FAQ"><?=T_("FAQ")?></a></li>
-      <li><a href="https://wiki.gnucash.org/wiki/"><?=T_("Wiki")?></a> <a href="https://wiki.gnucash.org/wiki/De/GnuCash">[de]</a></li>
-      <li><a href="https://wiki.gnucash.org/wiki/Mailing_Lists"><?=T_("Mailing Lists")?></a></li>
-<!--      <li style="list-style-image:none;list-style-type:none;">
-        <ul style="padding-bottom:0px;  margin-top:0px; margin-bottom:5px;">
-        <li><a href="https://lists.gnucash.org/search/<? if ($locale != "") { echo "?lang=$locale"; } ?>"><?=T_("Search")?></a></li>
+  <div id="news">
+    <div class="othernews">
+      <span class="linktop">
+        <b><?= T_("Information")?></b>
+      </span>
+      <ul>
+        <li><a href="<?=$home?>/index.phtml"><?= T_("Home")?></a></li>
+        <li><a href="<?=$home?>/news.phtml"><?= T_("News")?></a></li>    
+    <!--RSS atom feed link is on the top-right of the page   <li><a href="<?=$home?>/atom.php"><img src="<?=$home?>/images/icons/feed-icon-12x12.png" width="12" height="12" alt="[atom feed]" /> <?= T_("News Feed")?></a></li>-->
+        <li><a href="<?=$home?>/features.phtml"><?=T_("Screenshots, Features")?></a></li>
+        <li><a href="https://wiki.gnucash.org/wiki/Installation"><?=T_("Installation")?></a></li>
+        <li><a href="https://wiki.gnucash.org/wiki/Getting_Help"><?= T_("Getting help")?></a></li>
+        <li><a href="<?=$home?>/donate.phtml"><?=T_("Donations")?></a></li>
+      </ul>
+    </div>
+    <div class="othernews">
+      <!-- ?php include("$top_dir/externals/menu-downloads.phtml");? -->
+      <span class="linktop">
+        <b><?=T_("Downloads")?></b>
+      </span>
+      <ul>
+        <li><a href="<?=$home?>/download.phtml"><?=T_("Program")?></a></li>
+        <li><a href="<?=$home?>/docs.phtml"><?=T_("Documentation")?></a></li>
+      </ul>
+    </div>
+    <div class="othernews">
+      <span class="linktop">
+        <b><?=T_("Support")?></b></span>
+        <ul>
+          <li><a href="<?=$home?>/docs.phtml"><?=T_("Documentation")?></a></li>
+          <li><a href="https://wiki.gnucash.org/wiki/FAQ"><?=T_("FAQ")?></a></li>
+          <li><a href="https://wiki.gnucash.org/wiki/"><?=T_("Wiki")?></a> <a href="https://wiki.gnucash.org/wiki/De/GnuCash">[de]</a></li>
+          <li><a href="https://wiki.gnucash.org/wiki/Mailing_Lists"><?=T_("Mailing Lists")?></a></li>
+    <!--      <li style="list-style-image:none;list-style-type:none;">
+            <ul style="padding-bottom:0px;  margin-top:0px; margin-bottom:5px;">
+            <li><a href="https://lists.gnucash.org/search/<? if ($locale != "") { echo "?lang=$locale"; } ?>"><?=T_("Search")?></a></li>
+            </ul>
+          </li>-->
+          <li><a href="https://wiki.gnucash.org/wiki/Bugzilla"><?=T_("Bug Reports")?></a></li>
+          <li><a href="https://wiki.gnucash.org/wiki/IRC"><?=T_("IRC (Chat)")?></a></li>
         </ul>
-      </li>-->
-      <li><a href="https://wiki.gnucash.org/wiki/Bugzilla"><?=T_("Bug Reports")?></a></li>
-      <li><a href="https://wiki.gnucash.org/wiki/IRC"><?=T_("IRC (Chat)")?></a></li>
-    </ul>
-</div>
-<div class="othernews">
-  <!-- ?php include("$top_dir/externals/menu-developer.phtml");? -->
-  <span class="linktop">
-    <b><?=T_("Development")?></b>
-  </span>
-  <ul>
-    <li><a href="https://wiki.gnucash.org/wiki/Development"><?=T_("How to help")?></a></li>
-    <li><?=T_("Source Docs")?>
+    </div>
+    <div class="othernews">
+      <!-- ?php include("$top_dir/externals/menu-developer.phtml");? -->
+      <span class="linktop">
+        <b><?=T_("Development")?></b>
+      </span>
       <ul>
-        <li><a href="https://code.gnucash.org/docs/MAINT/"><?=T_("current bugfix branch")?></a></li>
-        <li><a href="https://code.gnucash.org/docs/MASTER/"><?=T_("future feature branch")?></a></li>
+        <li><a href="https://wiki.gnucash.org/wiki/Development"><?=T_("How to help")?></a></li>
+        <li><?=T_("Source Docs")?>
+          <ul>
+            <li><a href="https://code.gnucash.org/docs/MAINT/"><?=T_("current bugfix branch")?></a></li>
+            <li><a href="https://code.gnucash.org/docs/MASTER/"><?=T_("future feature branch")?></a></li>
+          </ul>
+        </li>
+        <li><a href="https://github.com/Gnucash/"><?= T_("Browse Source Code")?></a></li>
+        <li><a href="https://wiki.gnucash.org/wiki/Git"><?= T_("Git Access")?> </a></li>
+        <li><a href="https://wiki.gnucash.org/wiki/Translation"><?=T_("Language Translations")?></a></li>
+        <li><a href="<?=$home?>/develdocs.phtml"><?=T_("Writing Documentation")?></a></li>
+        <li><a href="<?=$home?>/sizing.phtml"><?=T_("Sizing")?></a></li>
       </ul>
-    </li>
-    <li><a href="https://github.com/Gnucash/"><?= T_("Browse Source Code")?></a></li>
-    <li><a href="https://wiki.gnucash.org/wiki/Git"><?= T_("Git Access")?> </a></li>
-    <li><a href="https://wiki.gnucash.org/wiki/Translation"><?=T_("Language Translations")?></a></li>
-    <li><a href="<?=$home?>/develdocs.phtml"><?=T_("Writing Documentation")?></a></li>
-    <li><a href="<?=$home?>/sizing.phtml"><?=T_("Sizing")?></a></li>
-  </ul>
-</div>
-
-<!-- ADS start: GnuCash small business accounting book-->
-<div class="adscontainer">
+    </div>
+    
+    <!-- ADS start: GnuCash small business accounting book-->
+    <div class="adscontainer">
+      
+    <h2 class="adstitle"><?= T_("New Book: GnuCash 2.4 Small Business Accounting")?></h2>
+    
+    <p class="center"><a href="https://link.packtpub.com/6FDDUr"><img class="adsimage" src="<?=$home?>/externals/packtpub_gnucash_2.4cov.png" alt="GnuCash 2.4 small business accounting" height="152" width="125" /></a>
+    </p>
+    <p class="adstext"><?= T_("The GnuCash development team received notice about a new book published by PacktPub, UK:")?></p>
+    <p class="adstext"><a href="https://link.packtpub.com/6FDDUr"><?= T_("GnuCash 2.4 Small Business Accounting, by Ashok Ramachandran")?></a>.</p>
+    <p class="adstext"><?= T_("This is a Beginner's Guide for managing your accounts.")?></p>
+    <p class="adstext"><?= T_("Our own developer Christian Stimming has been contributing to this book as a reviewer, and we can wholeheartly recommend the outcome of this fruitful collaboration. Feel free to have a look at this book over at <a href=\"https://link.packtpub.com/6FDDUr\">packtpub.com</a>, and, best of all, the publisher has committed to allocate some percentage of the book sales back to the GnuCash project. Have fun with this book!")?></p>
+    
+    </div>
   
-<h2 class="adstitle"><?= T_("New Book: GnuCash 2.4 Small Business Accounting")?></h2>
-
-<p class="center"><a href="https://link.packtpub.com/6FDDUr"><img class="adsimage" src="<?=$home?>/externals/packtpub_gnucash_2.4cov.png" alt="GnuCash 2.4 small business accounting" height="152" width="125" /></a>
-</p>
-<p class="adstext"><?= T_("The GnuCash development team received notice about a new book published by PacktPub, UK:")?></p>
-<p class="adstext"><a href="https://link.packtpub.com/6FDDUr"><?= T_("GnuCash 2.4 Small Business Accounting, by Ashok Ramachandran")?></a>.</p>
-<p class="adstext"><?= T_("This is a Beginner's Guide for managing your accounts.")?></p>
-<p class="adstext"><?= T_("Our own developer Christian Stimming has been contributing to this book as a reviewer, and we can wholeheartly recommend the outcome of this fruitful collaboration. Feel free to have a look at this book over at <a href=\"https://link.packtpub.com/6FDDUr\">packtpub.com</a>, and, best of all, the publisher has committed to allocate some percentage of the book sales back to the GnuCash project. Have fun with this book!")?></p>
-
-</div>
-
-</div>
-<!-- ADS end: GnuCash small business accounting book-->
+  </div><!-- ADS end: GnuCash small business accounting book-->
+</div><!-- maincol -->
 

commit 550b34787559068738c977aaba49e6d7a051ce06
Author: fell <frank.h.ellenberger at gmail.com>
Date:   Sat Apr 21 14:52:39 2018 +0200

    uncomment ?>

diff --git a/lang.php b/lang.php
index a26a448..354ea61 100644
--- a/lang.php
+++ b/lang.php
@@ -97,5 +97,5 @@ T_bind_textdomain_codeset($domain, 'UTF-8');
 T_textdomain($domain);
 
 # Next line was disabled in order to have the definition of doctype on the first line of the html resulting page. In this way the fixed attribute of the branding GnuCash sign works in ie8
-/*echo ("<!-- $locale , locale_res [$locale_res] , dir_res $dir_res, lang_cookie [$lang_cookie] -->\n");?>*/
-
+/*echo ("<!-- $locale , locale_res [$locale_res] , dir_res $dir_res, lang_cookie [$lang_cookie] -->\n");*/
+?>



Summary of changes:
 externals/menu.phtml | 150 +++++++++++++++++++++++++--------------------------
 lang.php             |   4 +-
 2 files changed, 77 insertions(+), 77 deletions(-)



More information about the gnucash-changes mailing list