diff options
Diffstat (limited to 'flowfiles/screenplayTitlePage.html')
-rw-r--r-- | flowfiles/screenplayTitlePage.html | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/flowfiles/screenplayTitlePage.html b/flowfiles/screenplayTitlePage.html new file mode 100644 index 0000000..5953862 --- /dev/null +++ b/flowfiles/screenplayTitlePage.html @@ -0,0 +1,24 @@ +<div id="TitlePage"> + <div id="Spacer1"> + <p> </p> + </div> + <p class="Title">%Title%</p> + <p class="Author">%Credit% %Author%</p> + <p class="Source">%Source%</p> + <div id="Spacer2"> + <p> </p> + </div> + <table id="TitlePageTable" width="100%" style="page-break-inside: avoid"> + <tr> + <td id="TableLeft" width="50%;" align="left" valign="bottom"> + <p style="margin-top: 18pt; margin-bottom: 0pt;">%Contact%</p> + </td> + <td id="TableRight" width="50%" align="right" valign="bottom"> + <p style="margin-top: 18pt; margin-bottom: 0pt;">%Draftdate%</p> + <p style="margin-top: 18pt; margin-bottom: 0pt;">%Notes%</p> + <p style="margin-top: 18pt; margin-bottom: 0pt;">%Copyright%</p> + </td> + </tr> + </table> +</div> + |