You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ma...@apache.org on 2014/07/05 20:25:53 UTC

svn commit: r1608103 - /openoffice/ooo-site/trunk/content/zh-tw/download/index.html

Author: marcus
Date: Sat Jul  5 18:25:53 2014
New Revision: 1608103

URL: http://svn.apache.org/r1608103
Log:
Added div's with icons

Modified:
    openoffice/ooo-site/trunk/content/zh-tw/download/index.html

Modified: openoffice/ooo-site/trunk/content/zh-tw/download/index.html
URL: http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/zh-tw/download/index.html?rev=1608103&r1=1608102&r2=1608103&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/zh-tw/download/index.html (original)
+++ openoffice/ooo-site/trunk/content/zh-tw/download/index.html Sat Jul  5 18:25:53 2014
@@ -81,6 +81,7 @@
   <!-- Green: Stable release: No JavaScript enabled -->
   <noscript>
   <div class="first button green-sel" id="optionitem2">
+    <div class="green-sel-icon"></div>
     <h2>
       <a>Download Apache OpenOffice</a>
     </h2>
@@ -99,6 +100,7 @@
   <script type="text/javascript">
   <!--
   document.write( "<div class='button lightblue' id='optionitem4'>"
+    + "<div class='lightblue-icon'></div>"
     + "<h2>"
       + "<a style='cursor: default;' title='" + l10n_share_light_blue_box_headline_title + "'>"
         + l10n_share_light_blue_box_headline_text
@@ -138,6 +140,7 @@
   <!--
   document.write( "<div class='button blue' id='optionitem5' "
     + "onclick='openItem('optionitem5','http://extensions.openoffice.org'); return false;'>"
+    + "<div class='blue-icon'></div>"
     + "<h2>"
       + "<a href='http://extensions.openoffice.org' title='" + l10n_ext_blue_box_headline_title + "'>"
         + l10n_ext_blue_box_headline_text
@@ -157,6 +160,7 @@
   <!--
   document.write( "<div class='button blue' id='optionitem6' "
     + "onclick='openItem('optionitem6','http://templates.openoffice.org'); return false;'>"
+    + "<div class='blue-icon'></div>"
     + "<h2>"
       + "<a href='http://templates.openoffice.org' title='" + l10n_tlp_blue_box_headline_title + "'>"
         + l10n_tlp_blue_box_headline_text