Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
our_own_cloud_project
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
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
die_coolen_jungs
our_own_cloud_project
Commits
883e3dab
Commit
883e3dab
authored
13 years ago
by
Jan-Christoph Borchardt
Browse files
Options
Downloads
Patches
Plain Diff
Sign in == Log in
parent
a538e336
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
templates/layout.admin.php
+1
-1
1 addition, 1 deletion
templates/layout.admin.php
templates/login.php
+1
-6
1 addition, 6 deletions
templates/login.php
templates/logout.php
+0
-5
0 additions, 5 deletions
templates/logout.php
with
2 additions
and
12 deletions
templates/layout.admin.php
+
1
−
1
View file @
883e3dab
...
...
@@ -17,7 +17,7 @@
<a
href=
"
<?php
echo
link_to
(
''
,
'index.php'
);
?>
"
title=
""
id=
"owncloud"
><img
src=
"
<?php
echo
image_path
(
''
,
'owncloud-logo-small-white.png'
);
?>
"
alt=
"ownCloud"
/></a>
<ul
id=
"metanav"
>
<li><a
href=
"
<?php
echo
link_to
(
''
,
'index.php'
);
?>
"
title=
"Back"
><img
src=
"
<?php
echo
image_path
(
''
,
'layout/back.png'
);
?>
"
></a></li>
<li><a
href=
"
<?php
echo
link_to
(
''
,
'index.php'
);
?>
"
title=
"Back
to files
"
><img
src=
"
<?php
echo
image_path
(
''
,
'layout/back.png'
);
?>
"
></a></li>
<li><a
href=
"
<?php
echo
link_to
(
'settings'
,
'index.php'
);
?>
"
title=
"Settings"
><img
src=
"
<?php
echo
image_path
(
''
,
'layout/settings.png'
);
?>
"
></a></li>
<li><a
href=
"
<?php
echo
link_to
(
''
,
'index.php?logout=true'
);
?>
"
title=
"Log out"
><img
src=
"
<?php
echo
image_path
(
''
,
'layout/logout.png'
);
?>
"
></a></li>
</ul>
...
...
This diff is collapsed.
Click to expand it.
templates/login.php
+
1
−
6
View file @
883e3dab
<?php
/*
* Template for login page
*/
?>
<div
id=
"login"
>
<img
src=
"
<?php
echo
image_path
(
""
,
"owncloud-logo-medium-white.png"
);
?>
"
alt=
"ownCloud"
/>
<form
action=
"index.php"
method=
"post"
>
...
...
@@ -13,7 +8,7 @@
<?php
endif
;
?>
<p><input
type=
"text"
name=
"user"
value=
""
/></p>
<p><input
type=
"password"
name=
"password"
/></p>
<p><input
type=
"submit"
value=
"
Sign
in"
/></p>
<p><input
type=
"submit"
value=
"
Log
in"
/></p>
</fieldset>
</form>
</div>
...
...
This diff is collapsed.
Click to expand it.
templates/logout.php
+
0
−
5
View file @
883e3dab
<?php
/*
* Template for logout page
*/
?>
You
are
logged
out
.
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