Archive: ComponentOwl Rails app, DB backups, go redirect script
This commit is contained in:
26
app/views/support/_contact_form.html.erb
Normal file
26
app/views/support/_contact_form.html.erb
Normal file
@@ -0,0 +1,26 @@
|
||||
<div class="contact-form <%= klass %>" id="contact-form">
|
||||
<% remote_form_for @support_request, :html => { :onsubmit => "if (!validate_contact_from(this)) return false" } do |f| -%>
|
||||
<%= f.hidden_field :support_request_origin_id %>
|
||||
<%= f.hidden_field :subject, :value => params[:subject] %>
|
||||
<%= f.hidden_field :product_id unless show_product_select %>
|
||||
<%= hidden_field_tag "callback", callback %>
|
||||
<%= antispam_field %>
|
||||
<fieldset>
|
||||
<ul>
|
||||
<li><%= f.label :name, t("txt.common.your_name") %><%= f.text_field :name, :class => "name" %></li>
|
||||
<li><%= f.label :email, [t("txt.common.your_email"), t("txt.common.required")].join(" ") %><%= f.text_field :email, :class => "email" %></li>
|
||||
<% if show_product_select %>
|
||||
<li><%= f.label :product_id, Product.human_name %><%= f.select :product_id, cute_for_select(Product.all_ordered), { :include_blank => t('txt.common.not_applicable') }, :class => "dropdown" %></li>
|
||||
<% end %>
|
||||
<% if split_layout %>
|
||||
</ul>
|
||||
<ul class="rside">
|
||||
<% end %>
|
||||
<li><%= f.label :message, [t("txt.common.message"), t("txt.common.required")].join(" ") %><%= f.text_area :message, :class => "message" %></li>
|
||||
</ul>
|
||||
</fieldset>
|
||||
<div class="submit">
|
||||
<%= submit_button " Send " %>
|
||||
</div>
|
||||
<% end -%>
|
||||
</div>
|
||||
8
app/views/support/_search.html.erb
Normal file
8
app/views/support/_search.html.erb
Normal file
@@ -0,0 +1,8 @@
|
||||
<div class="help-search">
|
||||
<% form_tag "/faqs/search", :method => :get do -%>
|
||||
<p>
|
||||
<%= text_field_tag "search[question_or_answer_contains]", "", :id => "search" %>
|
||||
<%= submit_tag t("txt.support.search_help_button"), :class => "submit" %>
|
||||
</p>
|
||||
<% end -%>
|
||||
</div>
|
||||
5
app/views/support/customer_service.html.erb
Normal file
5
app/views/support/customer_service.html.erb
Normal file
@@ -0,0 +1,5 @@
|
||||
<div class="service-content">
|
||||
|
||||
<%= render :inline => @static_page.html %>
|
||||
|
||||
</div>
|
||||
7
app/views/support/disclaimer.html.erb
Normal file
7
app/views/support/disclaimer.html.erb
Normal file
@@ -0,0 +1,7 @@
|
||||
<div class="legal-content disclaimer">
|
||||
|
||||
<h1><%= t("txt.alt.disclaimer") %></h1>
|
||||
|
||||
<%= render :inline => @static_page.html %>
|
||||
|
||||
</div>
|
||||
89
app/views/support/eula.html.erb
Normal file
89
app/views/support/eula.html.erb
Normal file
@@ -0,0 +1,89 @@
|
||||
<div class="legal-content">
|
||||
|
||||
<%#= render :inline => @static_page.html %>
|
||||
|
||||
<h1>Software license agreement (EULA)</h1>
|
||||
|
||||
<p><em><strong>The following license agreement applies to all products published by Component Owl.</strong></em></p>
|
||||
|
||||
<p>Before installing this software on your computer, please carefully read the following terms and conditions.</p>
|
||||
|
||||
<p>If you do not fully accept and agree to these terms, then you are not allowed to install and use this software.</p>
|
||||
|
||||
<h2>1. Trialware</h2>
|
||||
|
||||
<p>This Software is distributed as Trialware. It is not free. You may use the Software for a trial period, at no cost to you, to determine if it fits your needs.
|
||||
If you decide to use the Software, you must purchase it and pay the applicable fee. You may use the software in your commercial or non-commercial projects
|
||||
without purchasing a valid license. The trial version of this software may be used only to determine if the software suits your needs.</p>
|
||||
|
||||
<h2>2. License Grant</h2>
|
||||
|
||||
<p>This is a License between you ("Licensee") and Jiri Novotny ("ComponentOwl.com"). ComponentOwl.com grants to you a non-exclusive license to use the enclosed copy
|
||||
of software in accord with the terms set forth in this License Agreement. The software is owned by Jiri Novotny and ComponentOwl.com and protected by copyright laws.</p>
|
||||
|
||||
<p>Software is licensed and not sold to you.</p>
|
||||
|
||||
<h2>3. License Permits</h2>
|
||||
|
||||
<p>The software is licensed on per-developer basis. You need a multi-license in order to use the software in projects that more than one developer participates on.
|
||||
Each developer may use the software on up to 2 machines.</p>
|
||||
|
||||
<h2>4. License Does Not Permit</h2>
|
||||
|
||||
<p>Licenses may not be transferred except with specific written authorization from ComponentOwl.com.</p>
|
||||
|
||||
<p>Licensee may not publicize or distribute any registration code algorithms, information, or license codes used by this software without permission
|
||||
of ComponentOwl.com. Licensee may not charge fees for distribution or delivery of the Software without expressed written consent of ComponentOwl.com.
|
||||
All granted licenses are non-transferable to other persons outside the organization of licensee.</p>
|
||||
|
||||
<p>Licensee may not decompile, disassemble or reverse engineer this software.</p>
|
||||
|
||||
<p>It's strictly prohibited to sell or rent this software. Full version may be used only by the person to whom it has been licensed to.</p>
|
||||
|
||||
<p>It's strictly prohibited to distribute source code (full or partial) of this software under any circumstances.</p>
|
||||
|
||||
<p>Licensee may not under any circumstances distribute:</p>
|
||||
|
||||
<ul class="common">
|
||||
<li>Stand-alone components based on CompononetOwl.com software</li>
|
||||
<li>Products based on ComponentOwl.com software that are similar to ComponentOwl.com software or competing with ComponentOwl.com software</li>
|
||||
</ul>
|
||||
|
||||
<p>(Note: Please contact ComponentOwl.com for a custom license if the above is required by the nature of your project.)</p>
|
||||
|
||||
<h2>5. Distribution (Royalty Free)</h2>
|
||||
|
||||
<p>If you have purchased a valid license, compiled binaries (.DLL) of the software may be distributed royalty-free with your products. If you have purchased
|
||||
source code, the software may be integrated into your software applications (.EXE).</p>
|
||||
|
||||
<p>The installation package of the trial version of this software may be freely distributed, as long as no fees are charged, and original packaging and
|
||||
documentation are retained.</p>
|
||||
|
||||
<h2>6. No Warranty</h2>
|
||||
|
||||
<p>This software has no warranty of suitability for a particular purpose or satisfactory quality. This Software is provided to licensee "as is".</p>
|
||||
|
||||
<h2>7. Newsletter</h2>
|
||||
|
||||
<p>By ordering this software you agree to receive our software newsletter with information about Software updates. ComponentOwl.com will ensure that it is
|
||||
possible to easily unsubscribe from all such newsletters.</p>
|
||||
|
||||
<h2>8. Publicity</h2>
|
||||
|
||||
<p>You grant the right to include your company's name and logo as a customer on ComponentOwl.com website and other advertising and promotional materials.
|
||||
Within thirty days after your written request (usually sooner), your company's name and other materials will be removed from ComponentOwl.com.</p>
|
||||
|
||||
<h2>9. Premium Support</h2>
|
||||
|
||||
<p>Premium support is a paid service that licensee may purchase together with a license of the software. ComponentOwl.com will make reasonable effort to help
|
||||
the licensee to resolve issues directly related to software and its defect. ComponentOwl.com can not guarantee successful resolution of all support incidents.
|
||||
ComponentOwl.com is not obliged to provide support if more than 20 incidents are raised per year by the licensee or the ComponentOwl.com support service is
|
||||
abused in any way. Custom development is not covered by the premium support.</p>
|
||||
|
||||
<p>ComponentOwl.com also reserves the right to terminate any premium support contract with a pro-rated refund.</p>
|
||||
|
||||
<h2>10. Disclaimer</h2>
|
||||
|
||||
<p>Licensee hereby disclaims and indemnifies ComponentOwl.com from any juridical claims or complaints about the Software.</p>
|
||||
|
||||
</div>
|
||||
34
app/views/support/index.html.erb
Normal file
34
app/views/support/index.html.erb
Normal file
@@ -0,0 +1,34 @@
|
||||
<div class="support-content">
|
||||
|
||||
<h1>Help & Support</h1>
|
||||
|
||||
<div class="left">
|
||||
<p><%= t("txt.support.contact_info_1") %></p>
|
||||
<p><%= t("txt.support.contact_info_2") %></p>
|
||||
|
||||
<div class="contact-form-ct">
|
||||
<div class="contact-form-wrap">
|
||||
<%= contact_form(:show_product_select => false) %>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<hr />
|
||||
<p class="note"><%= t("txt.support.contact_info_3") %></p>
|
||||
</div>
|
||||
|
||||
<div class="right">
|
||||
<% @products.each do |product| %>
|
||||
<h2><%= product.name %></h2>
|
||||
<p class="guide"><strong><%= link_to_new_window "See Quick Start Guide", quick_start_guide_path(product) %></strong></p>
|
||||
<p class="documentation"><strong><%= link_to_new_window "See Documentation", documentation_path(product) %></strong></p>
|
||||
<p class="reference"><strong><%= link_to_new_window "See Class Reference", class_reference_path(product) %></strong></p>
|
||||
<% if product == featured_product %><p class="stackoverflow"><strong><%= link_to_new_window "Better ListView on StackOverflow", "
|
||||
http://stackoverflow.com/questions/tagged/better-listview" %></strong></p><% end %>
|
||||
<% end %>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<% javascript_tag do -%>
|
||||
document.getElementById("support_request_name").focus();
|
||||
<% end %>
|
||||
5
app/views/support/privacy_policy.html.erb
Normal file
5
app/views/support/privacy_policy.html.erb
Normal file
@@ -0,0 +1,5 @@
|
||||
<div class="legal-content">
|
||||
|
||||
<%= render :inline => @static_page.html %>
|
||||
|
||||
</div>
|
||||
Reference in New Issue
Block a user