From d2ae3c2e2d274cdf5d0845d577ec2573ea957a82 Mon Sep 17 00:00:00 2001 From: eric Date: Sun, 16 Mar 2014 18:28:47 -0400 Subject: [PATCH] more manage campaign tweaks --- frontend/templates/manage_campaign.html | 110 ++++++++++++------------ 1 file changed, 56 insertions(+), 54 deletions(-) diff --git a/frontend/templates/manage_campaign.html b/frontend/templates/manage_campaign.html index 174f9003..3f21a2fc 100644 --- a/frontend/templates/manage_campaign.html +++ b/frontend/templates/manage_campaign.html @@ -112,25 +112,7 @@ Please fix the following before launching your campaign:
-

Edit the editions (if needed)

-{% if campaign.rh.can_sell %} -

If you want to sell ebooks as part of a buy to unglue campaign, you'll also need to upload an EPUB file for the ebook you want to sell.

-{% endif %} - + {% if campaign.work.ebookfiles.0 %}

An Ebook file has been loaded.

Active file: {{campaign.work.ebookfiles.0.file}} created {{campaign.work.ebookfiles.0.created}}

@@ -145,17 +127,37 @@ Please fix the following before launching your campaign:
{% csrf_token %} {{ form.media }} -

Select the main edition

+

Edit the editions (if needed)

+ {% if campaign.rh.can_sell %} + {% ifequal work.last_campaign.type 2 %} +

To sell ebooks as part of a buy to unglue campaign, you will need to upload an EPUB file for the ebook you want to sell.

+ {% endifequal %} + {% ifequal work.last_campaign.type 3 %} +

To distribute ebooks as part of a thanks for ungluing campaign, you will need to upload the ebook files to unglue.it.

+ {% endifequal %} + {% endif %}

Please choose the edition that most closely matches the edition to be unglued. This is the edition whose cover image will display on your book's page. Your unglued edition should be identical to this edition if possible; you should note any differences under Rights Details below.

- -
- {{ form.edition.errors }}{{ form.edition }} +
+
    + {{ form.edition.errors }} + {% for edition in campaign.work.editions.all %} +
  • Edition: +
      +
    • Use this edition
    • +
    • Edit this edition
    • + {% ifnotequal campaign.type 1 %} + {% if campaign.rh.can_sell %} +
    • You can Load a file for this edition.
    • + {% endif %} + {% endifnotequal %} +
    +
  • + {% endfor %} +
- {% if campaign.edition %} -

If the details of the edition you've chosen aren't accurate, you can edit the edition.

- {% else %} -

If the edition details are inaccurate (e.g. wrong cover image), go ahead and set up the campaign with that edition anyway. You'll be able to edit the edition details from this page later on.

- {% endif %} + +

If the details of the edition you've chosen aren't accurate, you can edit the edition.

+

If you don't see an edition that matches what you want to release, you can create a new edition.

{% ifnotequal campaign_status 'ACTIVE' %} {% ifnotequal campaign.type 3 %} @@ -421,7 +423,7 @@ Please fix the following before launching your campaign: {% ifequal campaign.type 3 %}

Suggested Contributions

{% if not campaign.work.ebookfiles.0 %} -

An EPUB file for this work needs to be loaded!

+

ebook files for this work need to be loaded!

{% endif %}

Enter a suggested per/copy contribution for each user type. You may change these numbers after the campaign has begun. Don't suggest contributions between $0.00 and $1.00, because these won't be processed.

@@ -443,31 +445,31 @@ Please fix the following before launching your campaign: {% ifequal campaign_status 'INITIALIZED' %}
- {% if not is_preview or request.user.is_staff %} - {% if campaign.launchable %} -

Before you hit launch:

-
    -
  • Have you proofread your campaign? (Make sure to spellcheck!)
  • -
  • Have you previewed your campaign? Does it look how you want it to?
  • -
- -

If it doesn't look exactly the way you like, or you're having any trouble with your description, we're happy to help; please email unglue.it support (support@gluejar.com).

- -

If you're happy with your campaign, here's your moment of truth!

- - - {% else %} -

Please make sure you've selected your campaign's edition and entered its description, target, deadline, prices or premiums, and previewed your campaign, before launching.

- {% ifequal campaign.type 2 %} -

Buy To Unglue campaigns can't be launched until ebook files have been loaded and pricing has been set and made active

- - {% endifequal %} - - - {% endif %} - {% else %} - While you're free to edit your campaign, it won't be launchable until we've fully tested our new payment processor. - {% endif %} + {% if campaign.launchable %} +

Before you hit launch:

+
    +
  • Have you proofread your campaign? (Make sure to spellcheck!)
  • +
  • Have you previewed your campaign? Does it look how you want it to?
  • +
+ +

If it doesn't look exactly the way you like, or you're having any trouble with your description, we're happy to help; please email unglue.it support (support@gluejar.com).

+ +

If you're happy with your campaign, here's your moment of truth!

+ + + {% else %} + {% ifequal campaign.type 1 %} +

Please make sure you've selected your campaign's edition and entered its description, funding goal, deadline, premiums, and previewed your campaign, before launching.

+ {% endifequal %} + {% ifequal campaign.type 2 %} +

Please make sure you've selected your campaign's edition and entered its description, funding goal, initial ungluing date, prices, and previewed your campaign, before launching.

+

Buy To Unglue campaigns can't be launched until ebook files have been loaded and pricing has been set and made active

+ {% endifequal %} + {% ifequal campaign.type 3 %} +

Please make sure you've selected your campaign's edition and entered its description and previewed your campaign, before launching.

+

Thanks for Ungluing campaigns can't be launched until ebook files have been loaded and a suggested contribution has been set

+ {% endifequal %} + {% endif %}
{% endifequal %}