16 lines
964 B
Plaintext
16 lines
964 B
Plaintext
<div class="buttons">
|
|
<%= download_link(featured_product, "standard", t('txt.home.free_download')) %>
|
|
<%= buy_link(featured_product, "pricing", t('txt.home.pricing')) %>
|
|
<%= image_tag("simple/logos.gif", :alt => ".NET, Visual Studio, Windows", :class => "logos") %>
|
|
</div>
|
|
|
|
<div class="moreinfo">
|
|
<h4><strong>Send me more info please</strong> (Comparison table and more):</h4>
|
|
<% remote_form_for newsletter_subscription("landing-page"), :html => { :"data-progress" => "Sending...", :id => newsletter_form_id,
|
|
:onsubmit => "if (!validate_newsletter_form(this)) return false" } do |f| -%>
|
|
<%= f.hidden_field :subscription_location_id %>
|
|
<%= hidden_field_tag "form_id", "##{newsletter_form_id}" %>
|
|
<%= f.text_field :email, :value => t("txt.common.your_email"), :class => "email inline-label" %><%= subscribe :small, "Send", :btn_id => "send-info" %>
|
|
<%= subscription_lists('landing-page', @product) %>
|
|
<% end -%>
|
|
</div> |