help3xsl/xap_templ_query.xsl | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-)
New commits: commit d8e2f1b96b623ee0836c6740e8718b1797f9786d Author: Andras Timar <andras.ti...@collabora.com> AuthorDate: Thu Mar 13 15:42:38 2025 +0100 Commit: Andras Timar <andras.ti...@collabora.com> CommitDate: Thu Mar 13 15:42:38 2025 +0100 [cp] remove DonationFrame, books, and icons from Xapian template footer Change-Id: I316e1a5721c20e375be8cc35acc5770f56582c6e diff --git a/help3xsl/xap_templ_query.xsl b/help3xsl/xap_templ_query.xsl index 65b1618431..d340817c66 100644 --- a/help3xsl/xap_templ_query.xsl +++ b/help3xsl/xap_templ_query.xsl @@ -23,11 +23,9 @@ xsltproc xap_template_query.xsl <file.xhp> <xsl:variable name ="ui_contents"><xsl:apply-templates select="//variable[@id='contents']"/></xsl:variable> <xsl:variable name ="ui_pholderfullsearch"><xsl:apply-templates select="//variable[@id='pholderfullsearch']"/></xsl:variable> <xsl:variable name ="ui_module"><xsl:apply-templates select="//variable[@id='module']"/></xsl:variable> - <xsl:variable name ="ui_donate"><xsl:apply-templates select="//variable[@id='donate']"/></xsl:variable> <xsl:variable name ="ui_logo"><xsl:apply-templates select="//variable[@id='LibreOfficeHelp']"/></xsl:variable> <xsl:variable name ="ui_selectmodule"><xsl:apply-templates select="//variable[@id='selectmodule']"/></xsl:variable> <xsl:variable name ="ui_search"><xsl:apply-templates select="//variable[@id='searchhelpcontents']"/></xsl:variable> - <xsl:variable name="ui_books"><xsl:apply-templates select="//variable[@id='books']"/></xsl:variable> <xsl:variable name="brand3" select="'%PRODUCTNAME'"/> <xsl:variable name="brand4" select="'%PRODUCTVERSION'"/> @@ -115,11 +113,6 @@ document.write("<span title=\""+D+" "+T+"\">]]><xsl:apply-templates select="//va <div id="Contents" class="contents-treeview"></div> </aside> -<div id="DonationFrame"> - <div class="donation"> - <p dir="auto"><a href="https://www.libreoffice.org/donate/?pk_campaign=help" target ="_blank">]]><xsl:value-of select="$ui_donate"/><![CDATA[</a></p> - </div> -</div> <div id="SearchFrame"> <div class="xapian-omega-search"> </div> @@ -224,16 +217,7 @@ ${Preserve any B filters used - this needs modifying if you modify this template $map{$cgilist{B},<input type=hidden name=B value="$html{$_}">} </form> <footer> - <h2 style="text-align: center;" dir="auto"><a href="https://books.libreoffice.org" target="_blank">]]><xsl:value-of select="$ui_books"/><![CDATA[</a></h2> - <div class="noteicon" dir="auto" style="display:flex;justify-content:center;flex-wrap:wrap;row-gap:15px;"> - <img src="media/navigation/libo-writer.svg" alt="Writer Icon" style="width:60px;height:60px;"></img> - <img src="media/navigation/libo-calc.svg" alt="Calc Icon" style="width:60px;height:60px;"></img> - <img src="media/navigation/libo-impress.svg" alt="Impress Icon" style="width:60px;height:60px;"></img> - <img src="media/navigation/libo-draw.svg" alt="Draw Icon" style="width:60px;height:60px;"></img> - <img src="media/navigation/libo-base.svg" alt="Base Icon" style="width:60px;height:60px;"></img> - <img src="media/navigation/libo-math.svg" alt="Math Icon" style="width:60px;height:60px;"></img> - <img src="media/navigation/libo-symbol-black.svg" alt="Getting Started Icon" style="width:60px;height:60px;"></img> - </div> + <hr> <p><a href="https://www.collaboraonline.com/about-us/" target="_blank">About Us</a> | <a href="https://www.collaboraonline.com/privacy-policy/" target="_blank">Privacy Policy</a> | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the <a href="https://www.mozilla.org/en-US/MPL/2.0/" target="_blank">Mozilla Public License v2.0</a>. “LibreOffice” and “The Document Foundation” are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in TDF's <a href="https://wiki.documentfoundation.org/TradeMark_Policy" target="_blank">trademark policy</a>. Collabora Office is derived from LibreOffice which was based on OpenOffice.org.</p> </footer> </body>