| Client Name |
<%= setupForm.Client_Name %> |
| ISBN |
<%= specsForm.ISBN %> |
| Trim Size |
<% if(specsForm.Trim_Size == "other") { %>
<%= specsForm.Other_Trim_Size %> |
<% } else { %>
<%= specsForm.Trim_Size %> |
<% } %>
| Total Page Count |
<%= specsForm.Total_Page_Count %> |
| Cover Style |
<%= specsForm.Cover %> |
<% if(specsForm.Color_Pages > 0){ %>
| Color Pages |
<%= specsForm.Color_Pages %> |
<% } %>
<% if(specsForm.DVD_CD_Insertion == "yes"){ %>
| DVD/CD Insertion |
yes |
<% } %>
| Retail Price |
<%= marketingForm.Retail_Price %> |
| Pre-sale Price |
<%= marketingForm.Pre_sale_Price %> |
<% if(!isBlank(marketingForm.Additional_Pricing_Details)) { %>
| Additional Pricing Details |
<%= marketingForm.Additional_Pricing_Details %> |
<% } %>
| Promo Copy |
<%= marketingForm.Promo_Copy_80_words %> |
| Online Sales Channel |
<%= marketingForm.Online_Sales_Channel %> |
<% if(!isBlank(marketingForm.Other_Online_Sales_Channel_Details)){ %>
| Other Online Sales Channel Details |
<%= marketingForm.Other_Online_Sales_Channel_Details %> |
<% } %>
| Base Short URL |
<%= marketingForm.Base_short_URL %> |
| Mail-In Sales Channel |
<%= marketingForm.Mail_In_Sales_Channel %> |
| Mail-In Channel Address |
<%= marketingForm.Mail_In_Channel_Address %> |
| Local Tax Rate |
<%= marketingForm.Local_Tax_Rate %> |
| Mail-In Payment Forms |
<%= marketingForm.Mail_In_Payment_Forms_check_all_that_apply.toString().replaceAll(",", ", ") %> |
| Phone Sales Channel |
<%= marketingForm.Phone_Sales_Channel %> |
| Phone Number |
<%= marketingForm.Phone_Number %> |
| Fulfillment Channel |
<%= marketingForm.Fulfillment_Channel_check_all_that_apply.toString().replaceAll(",", ", ") %> |
| Promo Responsibility |
<%= marketingForm.Promo_Responsibility %> |
| Promo Campaign Needs |
<%= marketingForm.Promo_Campaign_Needs.toString().replaceAll(",", ", ") %> |
<% if(!isBlank(marketingForm.Additional_Campaign_Details)){ %>
| Additional Campaign Details |
<%= marketingForm.Additional_Campaign_Details %> |
<% } %>
| Promo Medium Needs |
<%= marketingForm.Promo_Medium_Needs_check_all_that_apply.toString().replaceAll(",", ", ") %> |
| Mechanical Specs |
<%= marketingForm.Mechanical_Specs %> |
| Newspaper Print Sizes Needed |
<%= marketingForm.Newspaper_Print_Sizes_Needed_check_all_that_apply.toString().replaceAll(",", ", ") %> |
<% if(!isBlank(marketingForm.Additional_Print_Sizes_Needed)){ %>
| Additional Print Sizes Needed |
<%= marketingForm.Additional_Print_Sizes_Needed %> |
<% } %>
<% if(!isBlank(marketingForm.Print_Other_Sizes_Needed)){ %>
| Print-Other Sizes Needed |
<%= marketingForm.Print_Other_Sizes_Needed %> |
<% } %>
| Web Ad Sizes Needed |
<%= marketingForm.Web_Ad_Sizes_Needed_check_all_that_apply.toString().replaceAll(",", ", ") %> |
<% if(!isBlank(marketingForm.Additional_Web_Ad_Sizes_Needed)){ %>
| Additional Web Ad Sizes Needed |
<%= marketingForm.Additional_Web_Ad_Sizes_Needed %> |
<% } %>
| Client Vector Logo |
<%= marketingForm.Client_Vector_Logo %> |
| Third-Party Logos in Ads |
<%= marketingForm.Third_Party_Logos_in_Ads %> |
| Title |
<%= contentForm.Title %> |
| Geographic Scope |
<%= contentForm.Geographic_Scope %> |
| Date Scope |
<%= contentForm.Date_Scope %> |
| Content |
<%= contentForm.Content_check_all_that_apply %> |
<% if (collectionPartners.count() > 0) { %>
| Collection Partners |
| Organization Name |
Include Logo in Ads |
<% for each source in collectionPartners { %>
| <%= source.Organization_Name %> |
<%= source.Include_Logo_in_Ads %>
<% if source.Include_Logo_in_Ads == "yes" { %>
-
<%= source.Partner_Logo %>
<% } %>
|
<% } %>
|
<% } %>
<% if (publicScans.count() > 0) { %>
| Public Scan Hosts |
| Organization Name |
Address |
Public Scan Schedule |
Include Logo in Ads |
<% for each source in publicScans { %>
| <%= source.Organization_Name %> |
<%= source.Address %> |
<%= source.Public_Scan_Schedule_date_time_additional_location_info_etc %> |
<%= source.Include_Logo_in_Ads %>
<% if source.Include_Logo_in_Ads == "yes" { %>
-
<%= source.Partner_Logo %>
<% } %>
|
<% } %>
|
<% } %>