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
ac108f6a
Commit
ac108f6a
authored
Jan 17, 2017
by
Thorsten Griebenow
Browse files
[TASK] created lib.AsideMenu as first level page menu
Relates:
#8
parent
f5170786
Changes
2
Hide whitespace changes
Inline
Side-by-side
data/typo3/html/typo3conf/ext/ter_layout/Configuration/TypoScript/TempObjects.ts
View file @
ac108f6a
lib
{
AsideMenu
=
HMENU
AsideMenu
{
entryLevel
=
0
wrap
(
<
div
class
=
"
a
"
id
=
"
aside
"
>
<
ul
id
=
"
nav-aside
"
>
|
<
/ul
>
<
div
class
=
"
aside-shade-head
"
><
/div
>
<
div
class
=
"
aside-shade-cont
"
><
/div
>
<
div
class
=
"
aside-shade-foot
"
><
/div
>
<
/div
>
)
1
=
TMENU
1
{
expAll
=
1
NO
=
1
NO
{
linkWrap
=
<
li
class
=
"
nav-aside-lvl1
"
>
|
<
/li
>
}
}
}
}
\ No newline at end of file
data/typo3/html/typo3conf/ext/ter_layout/Resources/Private/Templates/Default.html
View file @
ac108f6a
...
...
@@ -6,36 +6,7 @@
<div
class=
"c cl"
id=
"content"
>
<!-- ### aside ### -->
<div
class=
"a"
id=
"aside"
>
<ul
id=
"nav-aside"
>
<li
class=
"nav-aside-lvl1"
>
<a
href=
"https://typo3.org/index.php?id=316"
target=
"_top"
title=
"Release Notes"
class=
"nav-aside-lvl1"
>
Release Notes
</a>
</li>
<li
class=
"nav-aside-lvl1"
>
<a
href=
"http://docs.typo3.org/typo3cms/GettingStartedTutorial/"
target=
"_top"
title=
"Getting Started"
class=
"nav-aside-lvl1 external"
>
Getting Started
</a>
</li>
<li
class=
"nav-aside-lvl1"
>
<a
href=
"http://docs.typo3.org/typo3cms"
target=
"_top"
title=
"Core Documentation"
class=
"nav-aside-lvl1 external"
>
Core Documentation
</a>
</li>
<li
class=
"nav-aside-lvl1"
>
<a
href=
"http://docs.typo3.org/typo3cms/TyposcriptReference/"
target=
"_top"
title=
"TypoScript Reference"
class=
"nav-aside-lvl1 external"
>
TypoScript Reference
</a>
</li>
</ul>
<div
class=
"aside-shade-head"
></div>
<div
class=
"aside-shade-cont"
></div>
<div
class=
"aside-shade-foot"
></div>
</div>
<f:cObject
typoscriptObjectPath=
"lib.AsideMenu"
/>
<!-- ^^^ aside ^^^ -->
<!-- ### section ### -->
...
...
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