%[@ 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) ]%>
{&t} | ", strTitle
Else
Report.WriteFormattedLn "{&t} | ", strTitle
End If
Else
Report.WriteFormattedLn "{&t} | ", strTitle
End If
]%>