Team:Freiburg bioware/Notebook
From 2009.igem.org
(Difference between revisions)
Line 1: | Line 1: | ||
- | < | + | <!-- Body --> |
- | <body | + | <body<?php if( $this->data['body_ondblclick'] ) { ?> ondblclick="<?php $this->text('body_ondblclick') ?>"<?php } ?> |
- | < | + | <?php if( $this->data['body_onload'] ) { ?> onload="<?php $this->text('body_onload') ?>"<?php } ?> |
+ | class="mediawiki <?php $this->text('dir') ?> <?php $this->text('pageclass') ?> <?php $this->text('skinnameclass') ?>"> | ||
+ | |||
<center> | <center> | ||
[[Image:Freiburg09_Blauer_header.png]] | [[Image:Freiburg09_Blauer_header.png]] |
Revision as of 19:38, 15 September 2009
<body<?php if( $this->data['body_ondblclick'] ) { ?> ondblclick="<?php $this->text('body_ondblclick') ?>"<?php } ?> <?php if( $this->data['body_onload'] ) { ?> onload="<?php $this->text('body_onload') ?>"<?php } ?>
class="mediawiki <?php $this->text('dir') ?> <?php $this->text('pageclass') ?> <?php $this->text('skinnameclass') ?>">
|