Skip to content

Commit

Permalink
Added feedback emails with donate and mailing list links
Browse files Browse the repository at this point in the history
  • Loading branch information
mlichtenberg committed Jan 11, 2018
1 parent d8ba84a commit d249ada
Show file tree
Hide file tree
Showing 6 changed files with 318 additions and 298 deletions.
8 changes: 8 additions & 0 deletions BHLPDFGenerator/PDFGenerator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,14 @@ private String GetRequestorEmailBody(int pdfId, String fileLocation, string arti
sb.Append(endOfLine);
sb.Append("If you have questions or need to report an error, please contact us via our Feedback page: https://www.biodiversitylibrary.org/feedback.aspx");
sb.Append(endOfLine);
sb.Append(endOfLine);
sb.Append("**Please Support BHL**");
sb.Append(endOfLine);
sb.Append("BHL depends on the financial support of its patrons. Help us continue to provide free services like custom PDFs with a tax-deductible donation: https://s.si.edu/donate-bhl02");
sb.Append(endOfLine);
sb.Append(endOfLine);
sb.Append("Join our mailing list to receive the latest BHL news and content highlights: https://s.si.edu/bhl-mailinglist02");
sb.Append(endOfLine);

return sb.ToString();
}
Expand Down
2 changes: 2 additions & 0 deletions BHLPDFGenerator/Web References/BHLWS/BHLWS.wsdl
Original file line number Diff line number Diff line change
Expand Up @@ -616,6 +616,7 @@
<s:element minOccurs="1" maxOccurs="1" name="PDFSize" nillable="true" type="s:int" />
<s:element minOccurs="0" maxOccurs="1" name="Volume" type="s:string" />
<s:element minOccurs="0" maxOccurs="1" name="FileRootFolder" type="s:string" />
<s:element minOccurs="0" maxOccurs="1" name="Sponsor" type="s:string" />
<s:element minOccurs="1" maxOccurs="1" name="ItemSequence" nillable="true" type="s:short" />
<s:element minOccurs="1" maxOccurs="1" name="PageID" type="s:int" />
<s:element minOccurs="0" maxOccurs="1" name="FileNamePrefix" type="s:string" />
Expand Down Expand Up @@ -1237,6 +1238,7 @@
<s:element minOccurs="0" maxOccurs="1" name="PartNumber" type="s:string" />
<s:element minOccurs="0" maxOccurs="1" name="PartName" type="s:string" />
<s:element minOccurs="1" maxOccurs="1" name="BibliographicLevelID" nillable="true" type="s:int" />
<s:element minOccurs="1" maxOccurs="1" name="MaterialTypeID" nillable="true" type="s:int" />
</s:sequence>
</s:extension>
</s:complexContent>
Expand Down
Loading

0 comments on commit d249ada

Please sign in to comment.