Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
User expired
tcexam_uibk
Commits
67e42675
Commit
67e42675
authored
Apr 14, 2015
by
User expired
Browse files
PDF output of test results with UIBK logo & text
parent
9cb5ac38
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
admin/code/tce_pdf_results.php
admin/code/tce_pdf_results.php
+1
-1
images/Uni_Logo_4C.jpg
images/Uni_Logo_4C.jpg
+0
-0
shared/config.default/tce_pdf.php
shared/config.default/tce_pdf.php
+3
-3
No files found.
admin/code/tce_pdf_results.php
View file @
67e42675
...
...
@@ -188,7 +188,7 @@ $pdf->SetTitle($doc_title);
$pdf
->
SetSubject
(
$doc_description
);
$pdf
->
SetKeywords
(
'TCExam, '
.
$doc_title
);
$pdf
->
setHeaderData
(
PDF_HEADER_LOGO
,
PDF_HEADER_LOGO_WIDTH
,
PDF_HEADER_TITLE
,
PDF_HEADER_STRING
);
$pdf
->
setHeaderData
(
PDF_HEADER_LOGO
,
PDF_HEADER_LOGO_WIDTH
,
PDF_HEADER_TITLE
,
PDF_HEADER_STRING
);
//set margins
$pdf
->
SetMargins
(
PDF_MARGIN_LEFT
,
PDF_MARGIN_TOP
,
PDF_MARGIN_RIGHT
);
...
...
images/Uni_Logo_4C.jpg
0 → 100644
View file @
67e42675
666 KB
shared/config.default/tce_pdf.php
100755 → 100644
View file @
67e42675
...
...
@@ -32,17 +32,17 @@
/**
* Header title.
*/
define
(
'PDF_HEADER_TITLE'
,
"
School name
"
);
define
(
'PDF_HEADER_TITLE'
,
"
Universität Innsbruck
"
);
/**
* Header description string.
*/
define
(
'PDF_HEADER_STRING'
,
"
first row
\n
second row
\n
third row
"
);
define
(
'PDF_HEADER_STRING'
,
"
Innrain 52
\n
6020 Innsbruck
\n
"
);
/**
* Image logo.
*/
define
(
'PDF_HEADER_LOGO'
,
'
logo_example.pn
g'
);
define
(
'PDF_HEADER_LOGO'
,
'
Uni_Logo_4C.jp
g'
);
/**
* Header logo image width [mm].
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment