Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
fsfahrttool
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
fsini-informatik
fsfahrttool
Commits
e650bbde
Commit
e650bbde
authored
8 years ago
by
Tim Repke
Browse files
Options
Downloads
Patches
Plain Diff
add github link
parent
9c6dc8f1
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
registration-system/view/default_index.php
+7
-6
7 additions, 6 deletions
registration-system/view/default_index.php
with
7 additions
and
6 deletions
registration-system/view/default_index.php
+
7
−
6
View file @
e650bbde
...
...
@@ -25,10 +25,6 @@ abstract class DefaultIndex {
return
str_replace
(
array
(
"@"
,
"."
),
array
(
"Ø"
,
"·"
),
$mail
);
}
protected
function
echoImpressum
()
{
echo
'<a href="'
.
$this
->
environment
->
sysconf
[
'impressum'
]
.
'">Impressum</a>'
;
}
public
function
render
()
{
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
...
...
@@ -70,11 +66,16 @@ abstract class DefaultIndex {
<div
id=
"menubox"
>
<?php
$this
->
echoContent
();
?>
</div>
<div
id=
"footerbox"
>
©
<?php
echo
date
(
"Y"
);
?>
Fachschaftsinitiative Informatik der Humboldt Universität zu Berlin.
<?php
$this
->
echoImpressum
()
?>
<div
id=
"footerbox"
>
<span
style=
"float:left; margin-left:10px"
>
©
<?php
echo
date
(
"Y"
);
?>
Fachschaftsinitiative Informatik der Humboldt Universität zu Berlin.
</span>
<a
href=
"
<?php
$this
->
environment
->
sysconf
[
'impressum'
]
?>
"
style=
"float:right; margin-right: 10px"
>
Impressum
</a>
</div>
<img
id=
"nyan"
alt=
"O"
src=
"
<?php
echo
$this
->
resolvePath
(
'graphics/studityp_5.gif'
)
?>
"
style=
"position: fixed;bottom: 5px;left:0"
/>
<a
style=
"position: fixed;top:5px; right:5px;"
href=
"https://github.com/TimRepke/registration-system"
>
<img
alt=
"GitHub"
title=
"Auf GitHub gabeln"
src=
"
<?php
echo
$this
->
resolvePath
(
'graphics/GitHub-Mark-32px.png'
)
?>
"
/></a>
</div>
</body>
</html>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment