⚲
Project
General
Profile
Sign in
Home
Projects
Help
Search
:
TYPO3 Core
All Projects
TYPO3 Core
Overview
Activity
Roadmap
Issues
Repository
Download (1.24 KB)
Bug #72231
» Layout1.html
alexis nicolas
, 2015-12-15 13:07
<div
xmlns=
"http://www.w3.org/1999/xhtml"
lang=
"en"
xmlns:f=
"http://typo3.org/ns/fluid/ViewHelpers"
xmlns:flux=
"http://typo3.org/ns/FluidTYPO3/Flux/ViewHelpers"
xmlns:v=
"http://typo3.org/ns/FluidTYPO3/Vhs/ViewHelpers"
>
<f:layout
name=
"Layout"
/>
<f:section
name=
"Configuration"
>
<flux:form
id=
"BElayout1"
>
<!-- Input field for Fluid variable 'pageClass' -->
<flux:field.input
name=
"settings.pageClass"
default=
"some-css-class"
/>
<!-- Backend layout grid (TYPO3 6.x and greater only) -->
<flux:grid>
<flux:grid.row>
<flux:grid.column
colPos=
"0"
name=
"Content"
colspan=
"2"
/>
<flux:grid.column
colPos=
"2"
name=
"Sidebar"
colspan=
"1"
/>
</flux:grid.row>
</flux:grid>
</flux:form>
</f:section>
<!-- Définition de l'affichage dans le FE -->
<f:section
name=
"Main"
>
<div
id=
"aot-scroll-page-main-content"
>
<!-- Render page title -->
<h1><v:page.info
field=
"title"
/></h1>
<div
id=
"aot-page-main-content"
>
<!-- Render colPos=1 in this section -->
<div
id=
"content"
>
<v:content.render
column=
"0"
/>
</div>
<!-- Render colPos=0 in this section -->
<div
id=
"sidebar"
>
<v:content.render
column=
"2"
/>
</div>
<div
style=
"clear:both"
></div>
</div>
</div>
</f:section>
</div>
« Previous
1
2
Next »
(1-1/2)
Loading...