160 lines
9.3 KiB
Plaintext
160 lines
9.3 KiB
Plaintext
<p class="first"><strong>Just before you continue, consider upgrading to Professional edition.</strong> It can make a real difference and we have
|
||
<strong>a special offer</strong> for you.</p>
|
||
|
||
<h2 class="nomar">Upgrade to Professional edition and save 56%!</h2>
|
||
|
||
<% stdl_professional = @product.edition('professional') %>
|
||
|
||
<p>The Professional edition has all the features the Standard edition has and many extra.</p>
|
||
|
||
<% testimonial :author => "Donna W. from Canada" do -%>
|
||
<b>I’m blown away at the number of new features</b> in Swift To-Do 7. The thing I like the most is that your software allows one to be <b>as simple or as complex as you want</b>, all within the framework of one program.
|
||
<br /><br />
|
||
Frankly, my requirements change from time to time. For 30+ years, I’ve used or tried a wide variety of task management and notes programs. While I liked Swift To-Do 6, <b>version 7 has been an “eureka” moment</b>.
|
||
<br /><br />
|
||
Now, I don’t have to start searching for a new to-do/notes program to fit my ever changing requirements. Nicely done!
|
||
<% end -%>
|
||
|
||
<p>It allows you to easily <strong>email tasks</strong> to others or to yourself.
|
||
Set <strong>Start Date</strong> and <strong>Completion Date</strong> for your tasks. <strong>Assign</strong> tasks using <strong>Assigned To</strong> field.
|
||
Track your progress more precisely using <strong>Percent Done</strong> field and <strong>Status</strong> field. Use <strong>Time Estimate</strong> and
|
||
<strong>Time Spent</strong> fields for instant clarity about time needed and time spent for each task. <strong>Context</strong> field helps you to better categorize
|
||
your tasks.</p>
|
||
|
||
<p>The best part is: <strong>You decide</strong> which fields you want to use, and which to <strong>completely</strong> hide (this is a unique feature).</p>
|
||
|
||
<p>The upgrade is easy and quick - and all your tasks and settings are imported automatically.</p>
|
||
|
||
<p>It's the complete package! Stay with the number one to-do list software for Windows.</p>
|
||
|
||
<div class="priceinfo">
|
||
<div class="label">Regular price:</div><span class="oldprice"><%= number_to_currency(stdl_professional.regular_price) %></span>
|
||
</div>
|
||
<div class="priceinfo pad">
|
||
<div class="label">Upgrade price for you:</div><span class="newprice"><%= number_to_currency(stdl_professional.upgrade('from-stdl6').price) %> only</span>
|
||
</div>
|
||
|
||
<p><strong>This is a time-limited offer for valued previous customers like you <span class="underline">only</span></strong>. All orders are protected by
|
||
<strong>unconditional 90-day money back guarantee</strong> - you have nothing to lose and much to gain! The Professional edition can be
|
||
the <strong>smartest investment</strong> you will make this year. And, you will get all future 7.xx upgrades for free.</p>
|
||
|
||
<div class="pro-offer claim">
|
||
<% form_tag "https://secure.bmtmicro.com/servlets/Orders.ShoppingCart", :method => :get do -%>
|
||
<%= hidden_field_tag "CID", Settings.order.cid %>
|
||
<%= hidden_field_tag "CLR", Settings.order.clr %>
|
||
|
||
<% @upgrade = stdl_professional.upgrade('from-stdl6') %>
|
||
<p><strong>Upgrade my <span class="quantity"><%= quantity_select_tag(nil, (params[:q] ? params[:q].to_i : 1)) %></span> copy/copies of Swift To-Do List to <%= stdl_professional.name %> for just <span class="newprice"><%= number_to_currency(@upgrade.price) %></span> / copy.</strong></p>
|
||
<%= hidden_field_tag "PRODUCTID", @upgrade.bmtID %>
|
||
|
||
<% upgrade = stdl_professional.upgrade('from-stdl6-discount') %>
|
||
<p class="nopad"><strong>Purchase <span class="quantity"><%= quantity_select_tag(nil, 0) %></span> new additional copies for just <%= number_to_currency(upgrade.price) %> / copy. (Save <%= percents_save(stdl_professional.regular_price, upgrade.price) %>)</strong></p>
|
||
<%= hidden_field_tag "PRODUCTID", upgrade.bmtID %>
|
||
|
||
<p class="smaller">(If you buy 2 or more new copies, you will get an additional volume discount)</p>
|
||
|
||
<div class="button-ct"><%= submit_image('upgrade_to_professional') %></div>
|
||
<% end -%>
|
||
<div class="money_back"><%= image_tag('money_back-blue.gif', :title => t("txt.order.money_back")) %></div>
|
||
</div>
|
||
|
||
<h2>Upgrade to basic Standard edition</h2>
|
||
|
||
<% form_for @survey, :builder => UpgradeHelper::SurveyFormBuilder, :html => { :onsubmit => "if (!validate_free_upgrade_survey_from(this)) return false", :class => "prevent-return" } do |f| -%>
|
||
|
||
<%= hidden_field_tag :magicwand, "you-shall-not-pass" %>
|
||
<%= f.hidden_field :product_id %>
|
||
|
||
<% features_options = ["Nothing - Swift To-Do List is perfect", "Sub-tasks", "Custom tree-icons", "Ability to attach emails from Outlook", "Complete calendar",
|
||
"Custom fields (columns)", "Ability to merge/split databases", "In-place editing", "Sticky notes created from tasks or to-do lists", "Search-box",
|
||
"Spellchecker", "Better import/export", "Windows Mobile version", "iPhone version", "BlackBerry version", "Mac version"] %>
|
||
|
||
|
||
<h3>Your contact information</h3>
|
||
|
||
<div class="field pad">
|
||
<%= f.label :full_name %><%= f.text_field :full_name, :value => params[:n], :size => 22 %>
|
||
</div>
|
||
|
||
<div class="field">
|
||
<%= f.label :company_name %><%= f.text_field :company_name, :value => params[:c], :size => 22 %>
|
||
</div>
|
||
|
||
<div class="field purchase_email">
|
||
<%= f.label :purchase_email1, t('txt.survey.purchase_email_stdl') %><%= f.text_field :purchase_email1, :value => params[:e], :size => 22 %> or <%= f.text_field :purchase_email2, :size => 22 %> or <%= f.text_field :purchase_email3, :size => 22 %>
|
||
</div>
|
||
|
||
<div class="field">
|
||
<%= f.label :current_email %><%= f.text_field :current_email, :value => params[:e], :size => 22 %>
|
||
</div>
|
||
|
||
<p><strong>Please note</strong>: You are eligible for free upgrade to Standard edition <span class="underline">only</span> if you have purchased Swift To-Do List
|
||
in February 2010 or later. If you have purchased Swift To-Do List before February 2010, then please go to the <%= link_to "relevant upgrade page", upgrade_path("to-stdl7") %>.</p>
|
||
|
||
|
||
<h3>Help us make Swift To-Do List better!</h3>
|
||
|
||
<p>Please fill this short optional 10-step survey. Check all boxes that apply.</p>
|
||
|
||
<div class="survey">
|
||
<h4>1. <%= f.question "For what projects do you use Swift To-Do List?" %></h4>
|
||
<p class="set"><%= f.answer :check_box, ["Work Projects", "Personal projects", "Family projects", "Non-profit projects"] %></p>
|
||
</div>
|
||
|
||
<div class="survey">
|
||
<h4>2. <%= f.question "For what do you use Swift To-Do List?" %></h4>
|
||
<p>I use Swift To-Do List to <%= f.answer :text_field, :size => 40, :class => "freetext" %></p>
|
||
</div>
|
||
|
||
<div class="survey">
|
||
<h4>3. <%= f.question "What describes your position the best?" %></h4>
|
||
<p class="set"><%= f.answer :check_box, ["Employee", "Freelancer", "Consultant", "Manager", "Business owner", "At home", "Retired", "Student"] %></p>
|
||
</div>
|
||
|
||
<div class="survey">
|
||
<h4>4. <%= f.question "What is your occupation (profession)?" %></h4>
|
||
<p><%= f.answer :text_field, :size => 42, :class => "freetext" %></p>
|
||
</div>
|
||
|
||
<div class="survey">
|
||
<h4>5. <%= f.question "Where do you use Swift To-Do List?" %></h4>
|
||
<p class="set"><%= f.answer :check_box, ["Home", "Work", "Laptop", "Else"] %></p>
|
||
</div>
|
||
|
||
<div class="survey">
|
||
<h4>6. <%= f.question "On how many computers total do you use Swift To-Do List?" %></h4>
|
||
<p class="select"><%= f.answer :select, ["1", "2", "3", "4", "5+", "10+", "20+", "30+", "50+", "100"], :class => "dropdown" %> computer(s)</p>
|
||
</div>
|
||
|
||
<div class="survey">
|
||
<h4>7. <%= f.question "Do any of your colleagues/friends use Swift To-Do List?" %></h4>
|
||
<p><%= f.answer :radio_button, "Yes" %>, around <%= f.answer :text_field, :size => 1, :class => "freetext" %> of them. <%= f.answer :radio_button, "No", :class => 'lpad' %></p>
|
||
</div>
|
||
|
||
<div class="survey">
|
||
<h4>8. <%= f.question "What do you think are the 3 most important features to be added?" %></h4>
|
||
<p class="combos"><%= f.answer :combo, features_options %><br />
|
||
<%= f.answer :combo, features_options %><br />
|
||
<%= f.answer :combo, features_options %></p>
|
||
</div>
|
||
|
||
<div class="survey">
|
||
<h4>9. <%= f.question "If you want to recommend Swift To-Do List to someone now, fill their email addresses below:" %></h4>
|
||
<p><%= f.answer :text_area, :rows => 3, :cols => 51 %></p>
|
||
</div>
|
||
|
||
<div class="survey">
|
||
<h4>10. <%= f.question "Any comments, thoughts, feedback? Please speak up! :-)" %></h4>
|
||
<p><%= f.answer :text_area, :rows => 5, :cols => 81 %></p>
|
||
</div>
|
||
|
||
<p>Thank you very much for your time and valuable opinions. We really appreciate it. Please allow up to 48 hours for delivery of free upgrades.</p>
|
||
|
||
<p><%= link_to "By the way: We are looking for partners and resellers. Interested? Get in touch.", {}, :rel => "abibgal@qrkgebarg.pbz?fhowrpg=Cnegarefuvc%20Cebcbfny", :class => "obfmail" %></p>
|
||
|
||
<div class="native-buttons">
|
||
<%= f.submit "Submit and upgrade to Standard", :id => "claim-button", :class => "native-button", :onclick => "$('#pro-button').attr('disabled', true);" %>
|
||
<button type="submit" name="pro" onclick="$('#claim-button').attr('disabled', true);" id="pro-button" class="native-button hilight tick">Submit and upgrade to Professional for <span class="newprice"><%= number_to_currency(@upgrade.price) %> only</span> <span class="oldprice"><%= number_to_currency(stdl_professional.regular_price) %></span></button>
|
||
</div>
|
||
|
||
<% end -%> |