htmlpage Project_Info_By_Task(Requested_Project) displayname = "Production Information" content <%{ setupForm = Project_Setup [ID == input.Requested_Project.toLong()]; contentForm = Content [project == setupForm.ID]; specsForm = Specs [project == setupForm.ID]; marketingForm = Marketing_Plan [project == setupForm.ID]; publicScans = Content_Sources [project == setupForm.ID && Public_Scan_Host == "Yes"]; collectionPartners = Content_Sources [project == setupForm.ID && Collection_Scanning_Partner == "Yes"]; %>

Form Data for <%= setupForm.project %>


Product Promotion

<% if(specsForm.Trim_Size == "other") { %> <% } else { %> <% } %> <% if(specsForm.Color_Pages > 0){ %> <% } %> <% if(specsForm.DVD_CD_Insertion == "yes"){ %> <% } %> <% if(!isBlank(marketingForm.Additional_Pricing_Details)) { %> <% } %> <% if(!isBlank(marketingForm.Other_Online_Sales_Channel_Details)){ %> <% } %> <% if(!isBlank(marketingForm.Additional_Campaign_Details)){ %> <% } %> <% if(!isBlank(marketingForm.Additional_Print_Sizes_Needed)){ %> <% } %> <% if(!isBlank(marketingForm.Print_Other_Sizes_Needed)){ %> <% } %> <% if(!isBlank(marketingForm.Additional_Web_Ad_Sizes_Needed)){ %> <% } %> <% if (collectionPartners.count() > 0) { %> <% } %> <% if (publicScans.count() > 0) { %> <% } %>
Client Name <%= setupForm.Client_Name %>
ISBN <%= specsForm.ISBN %>
Trim Size<%= specsForm.Other_Trim_Size %><%= specsForm.Trim_Size %>
Total Page Count <%= specsForm.Total_Page_Count %>
Cover Style <%= specsForm.Cover %>
Color Pages <%= specsForm.Color_Pages %>
DVD/CD Insertion yes
Retail Price <%= marketingForm.Retail_Price %>
Pre-sale Price <%= marketingForm.Pre_sale_Price %>
Additional Pricing Details <%= marketingForm.Additional_Pricing_Details %>
Promo Copy <%= marketingForm.Promo_Copy_80_words %>
Online Sales Channel <%= marketingForm.Online_Sales_Channel %>
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(",", ", ") %>
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(",", ", ") %>
Additional Print Sizes Needed <%= marketingForm.Additional_Print_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(",", ", ") %>
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 %>
Collection Partners <% for each source in collectionPartners { %> <% } %>
Organization Name Include Logo in Ads
<%= source.Organization_Name %> <%= source.Include_Logo_in_Ads %> <% if source.Include_Logo_in_Ads == "yes" { %> - <%= source.Partner_Logo %> <% } %>
Public Scan Hosts <% for each source in publicScans { %> <% } %>
Organization Name Address Public Scan Schedule Include Logo in Ads
<%= 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 %> <% } %>
<%}%>