Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,14 @@ what actions you are performing.

For example, there is a contextual menu in the :guilabel:`Content > Records` view:

.. include:: /Images/AutomaticScreenshots/RecordsModule/ContextMenu.rst.txt
.. figure:: /Images/ManualScreenshots/PageTree/ContextMenu.png
:class: with-shadow

The contextual menu in the Media module

or in the :guilabel:`Media` view:

.. include:: /Images/AutomaticScreenshots/FilelistModule/ContextMenu.rst.txt
.. figure:: /Images/ManualScreenshots/PageTree/ContextMenu.png
:class: with-shadow

The contextual menu in the Media module
Original file line number Diff line number Diff line change
Expand Up @@ -11,38 +11,44 @@ most cases this corresponds exactly to the navigation structure
of your website. The page tree can be expanded by clicking
the arrow to the left of each page.

.. rst-class:: bignums
.. rst-class:: bignums


1. :ref:`Enter the backend <backend-login>` and select the :guilabel:`Content > Layout` module
1. :ref:`Enter the backend <backend-login>` and select the :guilabel:`Content > Layout` module

Click on :guilabel:`Content > Layout` now.
Click on :guilabel:`Content > Layout` now.

2. Look at the page tree in the backend:
2. Look at the page tree in the backend:

For example, click on the arrow next to the page called "Congratulations",
and then "Content Examples".
For example, click on the arrow next to the page called "Congratulations",
and then "Content Examples".

Your page tree should look like this:
Your page tree should look like this:

.. include:: /Images/AutomaticScreenshots/PageTree/PageTree.rst.txt
.. figure:: /Images/ManualScreenshots/PageTree/PageTree.png
:class: with-shadow

The page tree with the "Content Examples" page expanded

3. View page in the frontend:

To view the page in the frontend, click on the :guilabel:`View webpage`
icon in the Docheader.
3. View page in the frontend:

.. include:: /Images/AutomaticScreenshots/PageModule/ViewWebpage.rst.txt
To view the page in the frontend, click on the :guilabel:`View webpage`
icon in the Docheader.

4. Now take a look at the navigation in the frontend.
.. figure:: /Images/ManualScreenshots/Modules/Layout/ViewWebpage.png
:class: with-shadow

Click on :guilabel:`CONTENT EXAMPLES` in the main menu on top and then
select :guilabel:`Media` from the sub-menu:
View current page in the frontend

.. figure:: /Images/ManualScreenshots/Frontend/FrontendPage.png
:alt: Frontend of the Introduction Package
:class: with-shadow
4. Now take a look at the navigation in the frontend.

Click on :guilabel:`CONTENT EXAMPLES` in the main menu on top and then
select :guilabel:`Media` from the sub-menu:

.. figure:: /Images/ManualScreenshots/Frontend/FrontendPage.png
:alt: Frontend of the Introduction Package
:class: with-shadow

The main menu on top of your website corresponds to the first
level menu pages in the page tree. The sub-menu of the :guilabel:`"Content Examples"`
Expand All @@ -57,26 +63,33 @@ We will now look at some components of the page tree a little more closely:


Root page
The page with the globe icon represents the root of your website.
Multiple websites can exist within a single installation of TYPO3.
The top node with the TYPO3 logo is a special container which is used
to store shared resources such as file mounts and backend user records.
The page with the globe icon represents the root of your website.
Multiple websites can exist within a single installation of TYPO3.
The top node with the TYPO3 logo is a special container which is used
to store shared resources such as file mounts and backend user records.

.. figure:: /Images/ManualScreenshots/PageTree/RootPage.png
:class: with-shadow

Root page of the Introduction Package

.. include:: /Images/AutomaticScreenshots/PageTree/RootPage.rst.txt

Modules:
Some modules make use of the page tree, but not all. The presence of the page tree
implies that the module depends upon the selection of a specific page in the page tree.
Some modules make use of the page tree, but not all. The presence of the page tree
implies that the module depends upon the selection of a specific page in the page tree.

Content area:
Clicking on a page's title opens that page in the content area to
the right. Hovering over the icon of a page will display its internal id.
Clicking on a page's title opens that page in the content area to
the right. Hovering over the icon of a page will display its internal id.

Context menu:
1. A click on the page icon will open the context menu. 2. **Or**, you
can right click on the whole page title.
1. A click on the page icon will open the context menu. 2. **Or**, you
can right click on the whole page title.

.. include:: /Images/AutomaticScreenshots/PageTree/ContextMenu.rst.txt
.. figure:: /Images/ManualScreenshots/PageTree/ContextMenu.png
:class: with-shadow

The contextual menu in the Media module


.. index:: Page tree; Context menu
Expand All @@ -88,36 +101,36 @@ The context menu
The context menu of a page is used to access the most common
page related functions. Here is what these options do:

- **Show**: Opens the page you clicked in the browser (frontend)
- **Show**: Opens the page you clicked in the browser (frontend)

- **Edit**: Lets you edit the page properties
- **Edit**: Lets you edit the page properties

- **New**: Create a new page
- **New**: Create a new page


.. important::
.. important::

This creates a new page under the current page on the same level in the page
tree:
This creates a new page under the current page on the same level in the page
tree:

.. code-block:: none
.. code-block:: none

parent
|
---> current page
|
---> new page
parent
|
---> current page
|
---> new page

If you wish to create a new page as a subpage of the current page, use "More options"
> 'Create New' wizard" or use :ref:`new-page-drag-and-drop`.
If you wish to create a new page as a subpage of the current page, use "More options"
> 'Create New' wizard" or use :ref:`new-page-drag-and-drop`.

.. code-block:: none
.. code-block:: none

parent
|
--> current page
|
---> new page
parent
|
--> current page
|
---> new page


- **Info**: Displays information about the page
Expand Down Expand Up @@ -201,7 +214,10 @@ Collapsing the page tree
The page tree can be collapsed to gain screen space, by clicking on the second icon
on the left in the top bar.

.. include:: /Images/AutomaticScreenshots/PageTree/CollapsePageTree.rst.txt
.. figure:: /Images/ManualScreenshots/PageTree/CollapsePageTree.png
:class: with-shadow

Collapse or expand the page tree


.. index:: Pages; Edit
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,11 @@ The top bar features a set of menus that allow you to quickly carry out common a
The top bar also contains specific information about your instance of TYPO3
including the name of your site and also the version of TYPO3 it is currently running.

.. include:: /Images/AutomaticScreenshots/BackendOverview/BackendTopBar.rst.txt
.. figure:: /Images/ManualScreenshots/Backend/BackendTopBar.png
:alt:

The top bar


#. To the left is the icon for **minimizing the Module Menu**.
#. Next comes the **TYPO3 CMS logo**
Expand Down
5 changes: 4 additions & 1 deletion Documentation/Concepts/Backend/StatusModule/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,7 @@ you quickly identify which pages are translated and which are
not. You can also so set how many levels down the page tree you
wish to analyze.

.. include:: /Images/AutomaticScreenshots/Modules/LocalizationOverview.rst.txt
.. figure:: /Images/ManualScreenshots/Modules/LocalizationOverview.png
:class: with-shadow

Viewing translation status, two levels deep

This file was deleted.

Binary file not shown.

This file was deleted.

This file was deleted.

Binary file not shown.

This file was deleted.

Binary file not shown.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Binary file not shown.

This file was deleted.

2 changes: 0 additions & 2 deletions Documentation/ProjectTemplates/IntroductionPackage/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -89,5 +89,3 @@ The "Introduction Package" creates a number of pre-built pages within the page t

Click on the :guilabel:`"View webpage"` icon (with an eye) to view the page
in the frontend.

.. include:: /Images/AutomaticScreenshots/Frontend/IntroductionPackageHome.rst.txt