<!--
param1 link class
param2 url
param3 version
param4 file name
param5 file extension
param6 link description
param7 flavor
param8 after_slash
-->
<form action="<!--{$param1|escape:'html'}-->
<!--{$param2|escape:'html'}-->
/
<!--{$param8|escape:'html'}-->
/
<!--{$param3|escape:'html'}-->
/
<!--{$param4|escape:'html'}-->
-
<!--{$param7|escape:'html'}-->
<!--{$param3|escape:'html'}-->
.
<!--{$param5|escape:'html'}-->
">
<label for="cb" class="pure-checkbox">
<input required id="cb" type="checkbox">I have read, understood and agreed to the
<a href="/wiki/Terms_of_Service">Terms of Service</a> and
<a href="/wiki/{{project_name_short}}:Copyrights#License">License Agreement</a>.
<br/>
<button id="download" type="submit" class="pure-button pure-button-primary">Download Now</button>
</label>
</form>

<style type="text/css">
#download {
  background: #1a73e2;
  padding: .5em;
  color: #fff;
  font-size: 25px;
  font-weight: bold;
}

#download:hover {
  border: none;
  background: blue;
  box-shadow: 0px 0px 1px #777;
}
</style>