Difference between revisions of "Website Header"

From apertus wiki
Jump to: navigation, search
Line 1: Line 1:
=About=
=About=
The Apertus Website Header is a toolbar on top of all Apertus websites to make navigating between different systems /CMSs easier.
The Apertus Website Header is a toolbar on top of all Apertus websites to make navigating between different systems /CMSs easier.
It comes in bright or dark design and uses the inverted design of the current website.


=Notes=
=Notes=
The header is an iframe with 42 pixels height that has to be added to the theme of each respective website/cms.
The header is an iframe with 42 pixels height that has to be added to the theme of each respective website/cms.
==Mediawiki==
==Mediawiki==
<nowiki>
  File:  
  File:  
  /skins/Vector.php  
  /skins/Vector.php  
  line 124 after $this->html( 'headelement' ); ?>
  line 124 after $this->html( 'headelement' ); ?>
<nowiki>
  <!--apertus header start-->
  <!--apertus header start-->
  <iframe width="100%" scrolling="no" height="42" src="http://www.apertus.org/header?page=wiki" frameborder="0"></iframe>
  <iframe width="100%" scrolling="no" height="42" src="http://www.apertus.org/header?page=wiki" frameborder="0"></iframe>
  <div style="position:relative;">
  <div style="position:relative;">
  <!--apertus header end--></nowiki>
  <!--apertus header end-->


  <nowiki>line 247 after <?php $this->printTrail(); ?>
  line 247 after <?php $this->printTrail(); ?>
  <!--apertus header start-->
  <!--apertus header start-->
  </div>
  </div>

Revision as of 07:58, 24 October 2012

1 About

The Apertus Website Header is a toolbar on top of all Apertus websites to make navigating between different systems /CMSs easier. It comes in bright or dark design and uses the inverted design of the current website.

2 Notes

The header is an iframe with 42 pixels height that has to be added to the theme of each respective website/cms.

2.1 Mediawiki

 File: 
 /skins/Vector.php 
 line 124 after $this->html( 'headelement' ); ?>
 <!--apertus header start-->
 <iframe width="100%" scrolling="no" height="42" src="http://www.apertus.org/header?page=wiki" frameborder="0"></iframe>
 <div style="position:relative;">
 <!--apertus header end-->

 line 247 after <?php $this->printTrail(); ?>
 <!--apertus header start-->
 </div>
 <!--apertus header end-->

2.2 Drupal6

2.3 Drupal7

2.4 Wordpress

2.5 phpbb