Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dokuwiki
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
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
BRIC
dokuwiki
Commits
c0670a18
Commit
c0670a18
authored
12 years ago
by
Anika Henke
Browse files
Options
Downloads
Patches
Plain Diff
switched new default template to HTML5 and added 'no-js' class
parent
fc8dc822
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
lib/tpl/dokuwiki/detail.php
+3
-4
3 additions, 4 deletions
lib/tpl/dokuwiki/detail.php
lib/tpl/dokuwiki/main.php
+3
-4
3 additions, 4 deletions
lib/tpl/dokuwiki/main.php
lib/tpl/dokuwiki/mediamanager.php
+3
-4
3 additions, 4 deletions
lib/tpl/dokuwiki/mediamanager.php
with
9 additions
and
12 deletions
lib/tpl/dokuwiki/detail.php
+
3
−
4
View file @
c0670a18
...
...
@@ -10,10 +10,8 @@
// must be run from within DokuWiki
if
(
!
defined
(
'DOKU_INC'
))
die
();
?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html
xmlns=
"http://www.w3.org/1999/xhtml"
xml:lang=
"
<?php
echo
$conf
[
'lang'
]
?>
"
lang=
"
<?php
echo
$conf
[
'lang'
]
?>
"
dir=
"
<?php
echo
$lang
[
'direction'
]
?>
"
>
?><!DOCTYPE html>
<html
lang=
"
<?php
echo
$conf
[
'lang'
]
?>
"
dir=
"
<?php
echo
$lang
[
'direction'
]
?>
"
class=
"no-js"
>
<head>
<meta
http-equiv=
"Content-Type"
content=
"text/html; charset=utf-8"
/>
<!--[if IE]><meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /><![endif]-->
...
...
@@ -21,6 +19,7 @@ if (!defined('DOKU_INC')) die();
<?php
echo
hsc
(
tpl_img_getTag
(
'IPTC.Headline'
,
$IMG
))
?>
[
<?php
echo
strip_tags
(
$conf
[
'title'
])
?>
]
</title>
<script>
(
function
(
H
){
H
.
className
=
H
.
className
.
replace
(
/
\b
no-js
\b
/
,
'
js
'
)})(
document
.
documentElement
)
</script>
<?php
tpl_metaheaders
()
?>
<meta
name=
"viewport"
content=
"width=device-width,initial-scale=1"
/>
<?php
echo
tpl_favicon
(
array
(
'favicon'
,
'mobile'
))
?>
...
...
This diff is collapsed.
Click to expand it.
lib/tpl/dokuwiki/main.php
+
3
−
4
View file @
c0670a18
...
...
@@ -12,14 +12,13 @@ if (!defined('DOKU_INC')) die(); /* must be run from within DokuWiki */
$hasSidebar
=
page_findnearest
(
$conf
[
'sidebar'
]);
$showSidebar
=
$hasSidebar
&&
(
$ACT
==
'show'
);
?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html
xmlns=
"http://www.w3.org/1999/xhtml"
xml:lang=
"
<?php
echo
$conf
[
'lang'
]
?>
"
lang=
"
<?php
echo
$conf
[
'lang'
]
?>
"
dir=
"
<?php
echo
$lang
[
'direction'
]
?>
"
>
?><!DOCTYPE html>
<html
lang=
"
<?php
echo
$conf
[
'lang'
]
?>
"
dir=
"
<?php
echo
$lang
[
'direction'
]
?>
"
class=
"no-js"
>
<head>
<meta
http-equiv=
"Content-Type"
content=
"text/html; charset=utf-8"
/>
<!--[if IE]><meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /><![endif]-->
<title>
<?php
tpl_pagetitle
()
?>
[
<?php
echo
strip_tags
(
$conf
[
'title'
])
?>
]
</title>
<script>
(
function
(
H
){
H
.
className
=
H
.
className
.
replace
(
/
\b
no-js
\b
/
,
'
js
'
)})(
document
.
documentElement
)
</script>
<?php
tpl_metaheaders
()
?>
<meta
name=
"viewport"
content=
"width=device-width,initial-scale=1"
/>
<?php
echo
tpl_favicon
(
array
(
'favicon'
,
'mobile'
))
?>
...
...
This diff is collapsed.
Click to expand it.
lib/tpl/dokuwiki/mediamanager.php
+
3
−
4
View file @
c0670a18
...
...
@@ -8,10 +8,8 @@
// must be run from within DokuWiki
if
(
!
defined
(
'DOKU_INC'
))
die
();
?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html
xmlns=
"http://www.w3.org/1999/xhtml"
xml:lang=
"
<?php
echo
$conf
[
'lang'
]
?>
"
lang=
"
<?php
echo
$conf
[
'lang'
]
?>
"
dir=
"
<?php
echo
$lang
[
'direction'
]
?>
"
class=
"popup"
>
?><!DOCTYPE html>
<html
lang=
"
<?php
echo
$conf
[
'lang'
]
?>
"
dir=
"
<?php
echo
$lang
[
'direction'
]
?>
"
class=
"popup no-js"
>
<head>
<meta
http-equiv=
"Content-Type"
content=
"text/html; charset=utf-8"
/>
<!--[if IE]><meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /><![endif]-->
...
...
@@ -19,6 +17,7 @@ if (!defined('DOKU_INC')) die();
<?php
echo
hsc
(
$lang
[
'mediaselect'
])
?>
[
<?php
echo
strip_tags
(
$conf
[
'title'
])
?>
]
</title>
<script>
(
function
(
H
){
H
.
className
=
H
.
className
.
replace
(
/
\b
no-js
\b
/
,
'
js
'
)})(
document
.
documentElement
)
</script>
<?php
tpl_metaheaders
()
?>
<meta
name=
"viewport"
content=
"width=device-width,initial-scale=1"
/>
<?php
echo
tpl_favicon
(
array
(
'favicon'
,
'mobile'
))
?>
...
...
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