Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISPConfig
ISPConfig 3
Commits
baba9892
Commit
baba9892
authored
May 26, 2010
by
vogelor
Browse files
logout is hidden if the user is not logged in
parent
8a7a87f0
Changes
3
Hide whitespace changes
Inline
Side-by-side
interface/web/themes/default/templates/main.tpl.htm
View file @
baba9892
...
...
@@ -68,7 +68,9 @@
<a
class=
"skip"
href=
"#navigation"
title=
"skip link"
>
Skip to the navigation
</a><span
class=
"hideme"
>
.
</span>
<a
class=
"skip"
href=
"#content"
title=
"skip link"
>
Skip to the content
</a><span
class=
"hideme"
>
.
</span>
<!-- end: skip link navigation -->
<tmpl_if
name=
"cpuser"
>
<span><a
href=
"#logout"
onclick=
"loadContent('login/logout.php');"
>
LOGOUT
<tmpl_var
format=
"strtoupper"
name=
"cpuser"
></a>
<!-- | <a href="#" onclick="capp('help')">Help</a> | <a href="#">Imprint</a>-->
</span>
</tmpl_if>
</div>
<h1
id=
"ir-HeaderLogo"
class=
"swap"
><span>
ISPConfig 3
</span></h1>
<span>
hosting control panel
</span>
...
...
interface/web/themes/default_64_navimg/templates/main.tpl.htm
View file @
baba9892
...
...
@@ -69,7 +69,9 @@
<a
class=
"skip"
href=
"#navigation"
title=
"skip link"
>
Skip to the navigation
</a><span
class=
"hideme"
>
.
</span>
<a
class=
"skip"
href=
"#content"
title=
"skip link"
>
Skip to the content
</a><span
class=
"hideme"
>
.
</span>
<!-- end: skip link navigation -->
<tmpl_if
name=
"cpuser"
>
<span><a
href=
"#logout"
onclick=
"loadContent('login/logout.php');"
>
LOGOUT
<tmpl_var
format=
"strtoupper"
name=
"cpuser"
></a>
<!-- | <a href="#" onclick="capp('help')">Help</a> | <a href="#">Imprint</a>-->
</span>
</tmpl_if>
</div>
<h1
id=
"ir-HeaderLogo"
class=
"swap"
><span>
ISPConfig 3
</span></h1>
<span>
hosting control panel
</span>
...
...
interface/web/themes/default_no_navimg/templates/main.tpl.htm
View file @
baba9892
...
...
@@ -69,7 +69,9 @@
<a
class=
"skip"
href=
"#navigation"
title=
"skip link"
>
Skip to the navigation
</a><span
class=
"hideme"
>
.
</span>
<a
class=
"skip"
href=
"#content"
title=
"skip link"
>
Skip to the content
</a><span
class=
"hideme"
>
.
</span>
<!-- end: skip link navigation -->
<tmpl_if
name=
"cpuser"
>
<span><a
href=
"#logout"
onclick=
"loadContent('login/logout.php');"
>
LOGOUT
<tmpl_var
format=
"strtoupper"
name=
"cpuser"
></a>
<!-- | <a href="#" onclick="capp('help')">Help</a> | <a href="#">Imprint</a>-->
</span>
</tmpl_if>
</div>
<h1
id=
"ir-HeaderLogo"
class=
"swap"
><span>
ISPConfig 3
</span></h1>
<span>
hosting control panel
</span>
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment