NAVIGATION
This shows you the differences between two versions of the page.
|
english:quick-access:pagelayout-template-article [2009/04/25 08:05] 127.0.0.1 external edit |
english:quick-access:pagelayout-template-article [2018/06/03 18:09] (current) |
||
|---|---|---|---|
| Line 12: | Line 12: | ||
| * rendering: [x] (custom (from template main block)) | * rendering: [x] (custom (from template main block)) | ||
| - | Please leave all other blank. | + | Please leave blank all other fields. |
| Line 18: | Line 18: | ||
| === ADMIN -> templates: === | === ADMIN -> templates: === | ||
| **-> Create a new template** (or change an existing one) | **-> Create a new template** (or change an existing one) | ||
| - | * ** name:** [name of your page layout] | + | * ** name:** [name of your page template] |
| - | * ** layout** [refer a page layout] | + | * ** layout** [refer to a page layout] |
| - | * ** CSS file:** [refer files from the folder /template/inc_css/* to the layout (multiple choice <Strg><left mouse button>)] | + | * ** CSS file:** [refer to files from the folder /template/inc_css/* to the layout (multiple choice <Strg><left mouse button>)] |
| * ** html head <head>:** | * ** html head <head>:** | ||
| *e.g:<file> | *e.g:<file> | ||
| Line 36: | Line 36: | ||
| * ** header:** (leave it blank) | * ** header:** (leave it blank) | ||
| - | * ** main:** At this place put in the HTML-source of the layout (all between //<body>// und //</body>// without this two tags, in addition with the placeholder ##**{HEADER} {CONTENT} {LEFT} {RIGHT} {FOOTER}**## ) \\ | + | * ** main:** Here you have to fill in the HTML-source of the layout (all between //<body>// und //</body>// without this two tags, in addition with the placeholder ##**{HEADER} {CONTENT} {LEFT} {RIGHT} {FOOTER}**## ) \\ |
| - | *z.B. <file> | + | *for example <file> |
| - <table style="height:auto;"> | - <table style="height:auto;"> | ||
| .........{CONTENT} ............ | .........{CONTENT} ............ | ||
| Line 56: | Line 56: | ||
| [B]Caught![/B] | [B]Caught![/B] | ||
| <br /><br /> | <br /><br /> | ||
| - | This side is momentarily in treatment or is not intended yet for the public. | + | This page is momentarily being reworked or is not intended yet for the public. |
| <br /><br /> | <br /><br /> | ||
| Please try it later again. | Please try it later again. | ||
| Line 63: | Line 63: | ||
| <br /><br /> | <br /><br /> | ||
| </code> | </code> | ||
| + | |||
| + | \\ | ||
| + | Please have a look: [[english/templates]] | ||
| + | |||
| + | \\ | ||
| === ADMIN -> site structure and article === | === ADMIN -> site structure and article === | ||
| - | The content of the page will be wrote into the site by the relevant articles and CPs (Contentparts) using the available placeholder. | + | The content of the page will be placed into the page via the relevant articles and CPs (Contentparts) using the available placeholder. |
| Please create the site structure at **ADMIN** -> site structure. | Please create the site structure at **ADMIN** -> site structure. | ||
| - | The site alias normally is given automatically, but you can overwrite them with your own alias name. (This name is matchless for the whole system). | + | The site structure aliases normally are generated automatically, but you can overwrite them with your own alias name. (This name is unique for the whole system). |
| - | Each categorie (site structure level) is assigned to a page layout. (In theory, every category have their own Layout). | + | To each category (site structure level) a page template is assigned to (which is defining your layout). In theory, every category can have it's own template (=Layout). |
| == article == | == article == | ||
| - | For now filling the page with content, at least in each category must be created one article: \\ | + | For now fill the site with content, at least in each category you have to create one article: \\ |
| **ARTICLE** -> Categorie [+] create new article. \\ | **ARTICLE** -> Categorie [+] create new article. \\ | ||
| **ARTICLE** -> Edit article information \\ | **ARTICLE** -> Edit article information \\ | ||
| - | - Required here as a minimum of article title and activation of the article (bottom left [x] visible) \\ | + | - Required at least is the article title and the activation of the article (bottom left [x] visible) \\ |
| - | (At tihs time the remaining fields stay blank). | + | (At this time the remaining fields stay blank). |
| - | Now you can create several CPs in article [contentpart selection] [add] \\ | + | Now you can create several CPs within article [contentpart selection] [add] \\ |
| CP select, appoint output destination,(display: [place holder]) \\ | CP select, appoint output destination,(display: [place holder]) \\ | ||
| filling up content | filling up content | ||
| and at the lower left switch to [x] visible) | and at the lower left switch to [x] visible) | ||
| + | <note> | ||
| + | **An article** //(even if it is empty)// **must be created in each category, because the system will produce a 404 error.** | ||
| + | </note> | ||
| === navigation === | === navigation === | ||
| - | Now a navigation is missing. **ADMIN -> templates:** -> template select | + | Now only your navigation is missing. **ADMIN -> templates:** -> template select |
| - | At the place where the navigation should appear, please insert - [[:deutsch:navigationen:nav_list_ul|NAV_LIST_UL]] einsetzen. FIXME | + | At the place where the navigation should appear, please insert - [[:deutsch:navigationen:nav_list_ul|NAV_LIST_UL]] . FIXME |
| - | E.g. vertikal navigation: ##<div class="nlu_navi1">{NAV_LIST_UL:F,ID,,act_path,active}</div>## | + | E.g. vertical navigation: ##<div class="nlu_navi1">{NAV_LIST_UL:F,ID,,act_path,active}</div>## |
| - | Now assign the right css file ##/template/inc_css/nlu_navi1.css## aus [[:deutsch:navigationen:nav_list_ul|NAV_LIST_UL]] to the template (see above ). FIXME | + | Now go to assign the right css file ##/template/inc_css/nlu_navi1.css## from [[:deutsch:navigationen:nav_list_ul|NAV_LIST_UL]] to the template (see above ). FIXME |
| - | So it should work for the beginning. | + | So this should work from the beginning. |