Added random cover graphic selector

This commit is contained in:
skyanth
2019-01-21 15:44:18 +01:00
parent 7ed9e71ec5
commit e07e02a486
5 changed files with 35 additions and 4 deletions
+13
View File
@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<frontpage_graphics>
<!-- doctype name should be equal to doc root element -->
<doctype name="pentest_report">
<!-- list available covers below -->
<file name="frontpage_report_1.jpg"/>
<file name="frontpage_report_2.jpg"/>
<!--<file name="frontpage_report_3.jpg"/>-->
</doctype>
<doctype name="offerte">
<file name="frontpage_quote.jpg"/>
</doctype>
</frontpage_graphics>