Note: You are currently viewing documentation for Moodle 1.9. Up-to-date documentation for the latest stable version is available here: 1.6 theme upgrade.

1.6 theme upgrade: Difference between revisions

From MoodleDocs
m (section "breadcrumb" added)
m (typos)
Line 4: Line 4:
== Which areas in Moodle have changed? ==
== Which areas in Moodle have changed? ==


=== The semantic structure of the Moodle pages ===
=== The semantic structure of Moodle pages ===
For better orientation of non visual Moodle users it is important to build a semantic structure for all Moodle pages. The skeleton are the headers h1 to h3. Details follow...
For better orientation of non visual Moodle users it is important to build a semantic structure for all Moodle pages. The skeleton are the headers h1 to h3. Details follow...


=== The header ===
=== The header ===
For the semantic structure of the Moodle pages the "headermain" area is no longer build with a div but with a "h1" element. (See [http://unodo.de/files/reports/report_header.html header.html])
For the semantic structure of the Moodle pages the "headermain" area is no longer built with a div but with a "h1" element. (See [http://unodo.de/files/reports/report_header.html header.html])


=== The footer ===
=== The footer ===
A link to the relating Moodle Docs page is added. (See [http://unodo.de/files/reports/report_footer.html footer.html])
A link to the relevant Moodle Docs page is added. (See [http://unodo.de/files/reports/report_footer.html footer.html])


=== The "breadcrumb" ===
=== The "breadcrumb" ===
For better accessibility and more flexible visual desgn the xhtml structure of the navbar (called breadcrumb) has been changed to an unordered list.
For better accessibility and more flexible visual design, the xhtml structure of the navbar (called breadcrumb) has been changed to an unordered list.


=== The sideblocks ===
=== The sideblocks ===
Documentation about the changes follow...
Documentation about the changes to follow...


=== The questions ===
=== The questions ===
Documentation about the changes follow (--[[User:Urs Hunkler|Urs Hunkler]])
Documentation about the changes to follow... (--[[User:Urs Hunkler|Urs Hunkler]])


== What is new in the standard theme in Moodle 1.6? ==
== What is new in the Moodle 1.6 standard theme? ==


The following pages give you an overview of the changes in the header, footer and the CSS files from the aktual 1.5.x to 1.6. When you open the linked pages you will see all changes made in that file.
The following pages give you an overview of the changes in the header, footer and the CSS files from the actual 1.5.x to 1.6. When you open the linked pages you will see all changes made in that file.


You can add these changes to your theme header, footer and CSS files to update them for Moodle 1.6.
You can add these changes to your theme header, footer and CSS files to update them for Moodle 1.6.


These htmlpages show only those parts of the files which are different, not the whole file. The line numbers of the 1.5 and the 1.6 files will help you locate
These html pages show only those parts of the files which are different, not the whole file. The line numbers of the 1.5 and 1.6 files will help you locate the areas. If you need to apply the changes to completely different files, you may search for the old (1.5) property in your files and replace it with the new/changed one.
the areas. When you want to apply the changes to completely different
files you can search for the old (1.5) property in your files and
replace it with the new/changed one.


* [http://unodo.de/files/reports/report_layout.html styles_layout.css]
* [http://unodo.de/files/reports/report_layout.html styles_layout.css]
Line 39: Line 36:
* [http://unodo.de/files/reports/report_footer.html footer.html]
* [http://unodo.de/files/reports/report_footer.html footer.html]


I will update these files with the differences regularily (every day when possible) until Moodle 1.6 will be released.
I will update these files with any changes regularly (every day when possible) until Moodle 1.6 is released.


--[[User:Urs Hunkler|Urs Hunkler]] 03:49, 13 March 2006 (WST)
--[[User:Urs Hunkler|Urs Hunkler]] 03:49, 13 March 2006 (WST)

Revision as of 11:17, 13 March 2006


Moodle1.6


Which areas in Moodle have changed?

The semantic structure of Moodle pages

For better orientation of non visual Moodle users it is important to build a semantic structure for all Moodle pages. The skeleton are the headers h1 to h3. Details follow...

The header

For the semantic structure of the Moodle pages the "headermain" area is no longer built with a div but with a "h1" element. (See header.html)

The footer

A link to the relevant Moodle Docs page is added. (See footer.html)

The "breadcrumb"

For better accessibility and more flexible visual design, the xhtml structure of the navbar (called breadcrumb) has been changed to an unordered list.

The sideblocks

Documentation about the changes to follow...

The questions

Documentation about the changes to follow... (--Urs Hunkler)

What is new in the Moodle 1.6 standard theme?

The following pages give you an overview of the changes in the header, footer and the CSS files from the actual 1.5.x to 1.6. When you open the linked pages you will see all changes made in that file.

You can add these changes to your theme header, footer and CSS files to update them for Moodle 1.6.

These html pages show only those parts of the files which are different, not the whole file. The line numbers of the 1.5 and 1.6 files will help you locate the areas. If you need to apply the changes to completely different files, you may search for the old (1.5) property in your files and replace it with the new/changed one.

I will update these files with any changes regularly (every day when possible) until Moodle 1.6 is released.

--Urs Hunkler 03:49, 13 March 2006 (WST)

See also