Revision: 6484
          
http://languagetool.svn.sourceforge.net/languagetool/?rev=6484&view=rev
Author:   gulp21-1
Date:     2012-02-09 06:45:13 +0000 (Thu, 09 Feb 2012)
Log Message:
-----------
[web] add a php template for download button

Added Paths:
-----------
    trunk/website/include/download.php

Added: trunk/website/include/download.php
===================================================================
--- trunk/website/include/download.php                          (rev 0)
+++ trunk/website/include/download.php  2012-02-09 06:45:13 UTC (rev 6484)
@@ -0,0 +1,14 @@
+<?php
+$version= "1.6";
+$filesize = "29";
+if( !isset($downloadPath) $downloadPath = "download" )
+if( !isset($downloadLabel) $downloadLabel = "Download" )
+?>
+
+<div id="downloadButton">
+   <?php print "<a style=\"display: block\" 
href=\"$downloadPath/LanguageTool-$version.oxt\">"; ?>
+     <span class="languagetool">LanguageTool</span><br/>
+     <?php print "<span class=\"download\">$downloadLabel<br/></span>"; ?>
+     <?php print "<span class=\"version\">Version $version 
($filesize&nbsp;MB)</span>"; ?>
+   </a>
+</div> 

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
Languagetool-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/languagetool-cvs

Reply via email to