Archive: ComponentOwl Rails app, DB backups, go redirect script

This commit is contained in:
EC2 Default User
2026-03-23 16:20:05 +00:00
commit 50037f386f
218 changed files with 14558 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
<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>