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
f0dbcc6a
Commit
f0dbcc6a
authored
Feb 27, 2015
by
User expired
Browse files
changes in footer (removed links)
parent
b50e9266
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
4 deletions
+6
-4
shared/code/tce_page_userbar.php
shared/code/tce_page_userbar.php
+6
-4
No files found.
shared/code/tce_page_userbar.php
100755 → 100644
View file @
f0dbcc6a
...
...
@@ -78,17 +78,19 @@ if (K_LANGUAGE_SELECTOR AND (stristr($_SERVER['SCRIPT_NAME'], 'tce_test_execute.
}
echo
'<div class="minibutton" dir="ltr">'
;
echo
'<span class="copyright">
<a href="http://www.tcexam.org">
TCExam
</a>
ver. '
.
K_TCEXAM_VERSION
.
' - Copyright © 2004-2014 Nicola Asuni -
<a href="http://www.tecnick.com">
Tecnick.com LTD</
a></
span>'
;
echo
'<span class="copyright">TCExam ver. '
.
K_TCEXAM_VERSION
.
' - Copyright © 2004-2014 Nicola Asuni - Tecnick.com LTD</span>'
;
echo
'</div>'
.
K_NEWLINE
;
/*
// Display W3C logos
echo '<div class="minibutton" dir="ltr">'.K_NEWLINE;
echo '<a href="http://validator.w3.org/check?uri='.K_PATH_HOST.$_SERVER['SCRIPT_NAME'].'" class="minibutton" title="This Page Is Valid XHTML 1.0 Strict!">W3C <span>XHTML 1.0</span></a> <span style="color:white;">|</span>'.K_NEWLINE;
echo '<a href="http://jigsaw.w3.org/css-validator/" class="minibutton" title="This document validates as CSS!">W3C <span>CSS 2.0</span></a> <span style="color:white;">|</span>'.K_NEWLINE;
echo '<a href="http://www.w3.org/WAI/WCAG1AAA-Conformance" class="minibutton" title="Explanation of Level Triple-A Conformance">W3C <span>WAI-AAA</span></a>'.K_NEWLINE;
echo '</div>'.K_NEWLINE;
*/
echo
'<div class="minibutton" dir="ltr">'
.
K_NEWLINE
;
echo
'<span class="copyright">adapted 2014-2015 for University of Innsbruck by ZID - Department for New Media and Learning Technologies</span>'
;
echo
'</div>'
.
K_NEWLINE
;
//============================================================+
// END OF FILE
...
...
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