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
b1f5e8b5
Commit
b1f5e8b5
authored
Apr 14, 2015
by
User expired
Browse files
corrected minor omission in link generation
parent
90009f52
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
admin/code/tce_show_result_allusers.php
admin/code/tce_show_result_allusers.php
+3
-3
No files found.
admin/code/tce_show_result_allusers.php
View file @
b1f5e8b5
...
...
@@ -415,10 +415,10 @@ if (isset($_REQUEST['sel'])) {
echo
'<a href="tce_xml_results.php?menu_mode=startlongprocess'
.
$filter
.
'" class="xmlbutton" title="'
.
$l
[
'h_xml_export'
]
.
'">XML</a> '
;
echo
'<a href="tce_xml_results.php?format=JSON&menu_mode=startlongprocess'
.
$filter
.
'" class="xmlbutton" title="JSON">JSON</a> '
;
echo
'<a href="tce_tsv_result_allusers.php?'
.
$filter
.
'&order_field='
.
urlencode
(
$order_field
)
.
'&orderdir='
.
$orderdir
.
'" class="xmlbutton" title="'
.
$l
[
'h_tsv_export'
]
.
'">TSV</a> '
;
echo
'<a href="tce_pdf_results.php?mode=1'
.
$filter
.
'" class="xmlbutton" title="'
.
$l
[
'h_pdf'
]
.
'">'
.
$l
[
'w_pdf'
]
.
'</a> '
;
echo
'<a href="tce_pdf_results.php?mode=4'
.
$filter
.
'" class="xmlbutton" title="'
.
$l
[
'h_pdf_all'
]
.
'">'
.
$l
[
'w_pdf_all'
]
.
'</a> '
;
echo
'<a href="tce_pdf_results.php?mode=1
&
'
.
$filter
.
'" class="xmlbutton" title="'
.
$l
[
'h_pdf'
]
.
'">'
.
$l
[
'w_pdf'
]
.
'</a> '
;
echo
'<a href="tce_pdf_results.php?mode=4
&
'
.
$filter
.
'" class="xmlbutton" title="'
.
$l
[
'h_pdf_all'
]
.
'">'
.
$l
[
'w_pdf_all'
]
.
'</a> '
;
if
(
K_DISPLAY_PDFTEXT_BUTTON
)
{
echo
'<a href="tce_pdf_results.php?mode=5'
.
$filter
.
'" class="xmlbutton" title="'
.
$l
[
'h_pdf_all'
]
.
' - TEXT">'
.
$l
[
'w_pdf'
]
.
' TEXT</a> '
;
echo
'<a href="tce_pdf_results.php?mode=5
&
'
.
$filter
.
'" class="xmlbutton" title="'
.
$l
[
'h_pdf_all'
]
.
' - TEXT">'
.
$l
[
'w_pdf'
]
.
' TEXT</a> '
;
}
echo
'<a href="tce_email_results.php?mode=1&menu_mode=startlongprocess'
.
$filter
.
'" class="xmlbutton" title="'
.
$l
[
'h_email_all_results'
]
.
'">'
.
$l
[
'w_email_all_results'
]
.
'</a> '
;
echo
'<a href="tce_email_results.php?mode=0&menu_mode=startlongprocess'
.
$filter
.
'" class="xmlbutton" title="'
.
$l
[
'h_email_all_results'
]
.
' + PDF">'
.
$l
[
'w_email_all_results'
]
.
' + PDF</a> '
;
...
...
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