You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2019/12/16 13:59:30 UTC

svn commit: r1871658 - in /directory/site/trunk/templates/fortress: download-archive.html download-sources.html

Author: elecharny
Date: Mon Dec 16 13:59:29 2019
New Revision: 1871658

URL: http://svn.apache.org/viewvc?rev=1871658&view=rev
Log:
Removed the link around images

Modified:
    directory/site/trunk/templates/fortress/download-archive.html
    directory/site/trunk/templates/fortress/download-sources.html

Modified: directory/site/trunk/templates/fortress/download-archive.html
URL: http://svn.apache.org/viewvc/directory/site/trunk/templates/fortress/download-archive.html?rev=1871658&r1=1871657&r2=1871658&view=diff
==============================================================================
--- directory/site/trunk/templates/fortress/download-archive.html (original)
+++ directory/site/trunk/templates/fortress/download-archive.html Mon Dec 16 13:59:29 2019
@@ -16,9 +16,7 @@
         <table width="100%" class="noBorder">
             <tr>
                 <td>
-                    <a href="[preferred]/directory/fortress/dist/{{version_fortress}}/fortress-core-{{version_fortress}}.jar">
-                        <img src="{{base}}images/download.png" width="32" height="32" border="0"/>
-                    </a>
+                    <img src="{{base}}images/download.png" width="32" height="32" border="0"/>
                 </td>
                 <td>&nbsp;</td>
                 <td>
@@ -40,9 +38,7 @@
         <table width="100%" class="noBorder">
             <tr>
                 <td>
-                    <a href="[preferred]/directory/fortress/dist/{{version_fortress}}/fortress-realm-{{version_fortress}}.jar">
-                        <img src="{{base}}images/download.png" width="32" height="32" border="0"/>
-                    </a>
+                    <img src="{{base}}images/download.png" width="32" height="32" border="0"/>
                 </td>
                 <td>&nbsp;</td>
                 <td>
@@ -58,9 +54,7 @@
             </tr>
             <tr>
                 <td>
-                    <a href="[preferred]/directory/fortress/dist/{{version_fortress}}/fortress-realm-impl-{{version_fortress}}.jar">
-                        <img src="{{base}}images/download.png" width="32" height="32" border="0"/>
-                    </a>
+                    <img src="{{base}}images/download.png" width="32" height="32" border="0"/>
                 </td>
                 <td>&nbsp;</td>
                 <td>
@@ -82,9 +76,7 @@
         <table width="100%" class="noBorder">
             <tr>
                 <td>
-                    <a href="[preferred]/directory/fortress/dist/{{version_fortress}}/fortress-rest-{{version_fortress}}.war">
-                        <img src="{{base}}images/download.png" width="32" height="32" border="0"/>
-                    </a>
+                    <img src="{{base}}images/download.png" width="32" height="32" border="0"/>
                 </td>
                 <td>&nbsp;</td>
                 <td>
@@ -106,9 +98,7 @@
         <table width="100%" class="noBorder">
             <tr>
                 <td>
-                    <a href="[preferred]/directory/fortress/dist/{{version_fortress}}/fortress-web-{{version_fortress}}.war">
-                        <img src="{{base}}images/download.png" width="32" height="32" border="0"/>
-                    </a>
+                    <img src="{{base}}images/download.png" width="32" height="32" border="0"/>
                 </td>
                 <td>&nbsp;</td>
                 <td>

Modified: directory/site/trunk/templates/fortress/download-sources.html
URL: http://svn.apache.org/viewvc/directory/site/trunk/templates/fortress/download-sources.html?rev=1871658&r1=1871657&r2=1871658&view=diff
==============================================================================
--- directory/site/trunk/templates/fortress/download-sources.html (original)
+++ directory/site/trunk/templates/fortress/download-sources.html Mon Dec 16 13:59:29 2019
@@ -16,9 +16,7 @@
         <table width="100%" class="noBorder">
             <tr>
                 <td>
-                    <a href="[preferred]/directory/fortress/dist/{{version_fortress}}/fortress-core-{{version_fortress}}-source-release.zip">
-                        <img src="{{base}}images/download.png" width="32" height="32" border="0"/>
-                    </a>
+                    <img src="{{base}}images/download.png" width="32" height="32" border="0"/>
                 </td>
                 <td>&nbsp;</td>
                 <td>
@@ -40,9 +38,7 @@
         <table width="100%" class="noBorder">
             <tr>
                 <td>
-                    <a href="[preferred]/directory/fortress/dist/{{version_fortress}}/fortress-realm-{{version_fortress}}-source-release.zip">
-                        <img src="{{base}}images/download.png" width="32" height="32" border="0"/>
-                    </a>
+                    <img src="{{base}}images/download.png" width="32" height="32" border="0"/>
                 </td>
                 <td>&nbsp;</td>
                 <td>
@@ -64,9 +60,7 @@
         <table width="100%" class="noBorder">
             <tr>
                 <td>
-                    <a href="[preferred]/directory/fortress/dist/{{version_fortress}}/fortress-rest-{{version_fortress}}-source-release.zip">
-                        <img src="{{base}}images/download.png" width="32" height="32" border="0"/>
-                    </a>
+                    <img src="{{base}}images/download.png" width="32" height="32" border="0"/>
                 </td>
                 <td>&nbsp;</td>
                 <td>
@@ -88,9 +82,7 @@
         <table width="100%" class="noBorder">
             <tr>
                 <td>
-                    <a href="[preferred]/directory/fortress/dist/{{version_fortress}}/fortress-web-{{version_fortress}}-source-release.zip">
-                        <img src="{{base}}images/download.png" width="32" height="32" border="0"/>
-                    </a>
+                    <img src="{{base}}images/download.png" width="32" height="32" border="0"/>
                 </td>
                 <td>&nbsp;</td>
                 <td>