Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
services
t3o sites
extensions.typo3.org
extensions.typo3.org
Commits
f5170786
Commit
f5170786
authored
Jan 17, 2017
by
Thorsten Griebenow
Browse files
[TASK] clean up code
Relates:
#8
parent
9d96b45a
Changes
3
Hide whitespace changes
Inline
Side-by-side
data/typo3/html/typo3conf/ext/ter_layout/Configuration/TypoScript/Config.ts
View file @
f5170786
...
...
@@ -2,7 +2,7 @@ config {
doctype
=
html5
absRefPrefix
=
/
language
=
en
locale_all
=
en_
GB
locale_all
=
en_
US
tx_realurl_enable
=
1
compressCss
=
1
...
...
data/typo3/html/typo3conf/ext/ter_layout/Configuration/TypoScript/Page.ts
View file @
f5170786
page
=
PAGE
page
{
bodyTag
=
<
body
class
=
"
js-off
"
>
bodyTag
Add
=
class
=
"
js-off
"
meta
{
description
.
data
=
field
:
description
description
.
ifEmpty
(
...
...
@@ -13,13 +13,14 @@ page {
keywords
.
ifEmpty
=
typo3
,
typo3
cms
,
typo
3
,
content
management
system
,
opensource
cms
,
web
cms
robots
=
index
,
follow
}
shortcutIcon
=
EXT
:
ter_layout
/
Resources
/
Public
/
Icons
/
favicon
.
ico
includeCSS
.
file
=
EXT
:
ter_layout
/
Resources
/
Public
/
Css
/
styles
.
css
includeCSS
.
file2
=
EXT
:
ter_layout
/
Resources
/
Public
/
Css
/
styles2
.
css
}
page
.
10
=
FLUIDTEMPLATE
page
.
10
{
file
=
EXT
:
ter_layout
/
Resources
/
Private
/
Templates
/
Default
.
html
}
10
=
FLUIDTEMPLATE
10
{
file
=
EXT
:
ter_layout
/
Resources
/
Private
/
Templates
/
Default
.
html
}
}
\ No newline at end of file
data/typo3/html/typo3conf/ext/ter_layout/Resources/Private/Templates/Default.html
View file @
f5170786
<!DOCTYPE HTML>
<html
lang=
"en-US"
class=
"page-content"
>
<head>
<!--
TYPO3 implemented by the typo3.org Team (http://www.typo3.org/teams/typo3-org/)
This website is powered by TYPO3 - inspiring people to share!
TYPO3 is a free open source Content Management Framework initially created by Kasper Skaarhoj and licensed under GNU/GPL.
TYPO3 is copyright 1998-2013 of Kasper Skaarhoj. Extensions are copyright of their respective owners.
Information and contribution at https://typo3.org/
-->
<link
rel=
"stylesheet"
type=
"text/css"
href=
"../typo3temp/js_css_optimizer/js_css_optimizer_bcb194e7e62fd6dd762e0bd79aff46e3056655f9_bundled_cssFiles.1398182988.css"
media=
"all"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"../typo3temp/js_css_optimizer/js_css_optimizer_370d91c8b070b862dddb57134c26f4d81ed536ef_bundled_cssFiles.1398182988.css"
media=
"screen"
/>
<title>
TYPO3 - The Enterprise Open Source CMS
</title>
</head>
<body
class=
"js-off"
>
<a
id=
"top"
></a>
<script
type=
"text/javascript"
>
//
<!
[
CDATA
[
try
{
var
body
=
document
.
getElementsByTagName
(
"
body
"
)[
0
];
body
.
className
=
body
.
className
+
'
js-on
'
;
body
.
className
=
body
.
className
.
replace
(
'
js-off
'
,
''
);
}
catch
(
err
)
{
}
//]]>
</script>
<div
class=
"p"
id=
"page"
>
<!-- ### Page ### 208-->
...
...
@@ -327,7 +297,4 @@ try {
</div>
<!-- f-body -->
</div>
<!-- ^^^ footer ^^^ -->
</body>
</html>
\ No newline at end of file
<!-- ^^^ footer ^^^ -->
\ No newline at end of file
Write
Preview
Supports
Markdown
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