<%[@ IncludeFile "Code/Lang.vbs" ]%> <%[@ IncludeFile "Code/Util.vbs" ]%> <%[ If Not (Session("Book") And Session("PDFCover")) Then Report.AbortTemplate Dim strTitle strTitle = Session("Title") If Session("Volume") <> "!All!" Then strTitle = strTitle & vbCrLf & vbCrLf & Session("Volume") End If If Session("TitleWrap") Then strTitle = Replace(strTitle," ", vbCrLf) ]%>

<%[ If Session("CoverImage") <> "" Then If Session("PDFOrientation") = "Portrait" Then Report.WriteFormattedLn "", "cover.jpg" Report.WriteFormattedLn "", strTitle Else Report.WriteFormattedLn "", "cover.jpg" Report.WriteFormattedLn "", strTitle End If Else Report.WriteFormattedLn "", strTitle End If ]%>

{&t}

{&t}

{&t}