Kapitel 'Anhang'

Im Anhang befinden sich der Quellcode, die XHTML-Vorlage, CSS Sheets & Co.

XHTML-Designvorlage der TYPO3 Präsenz

Montag, den 9. Juni 2008

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="de"> <head> <title>nordEnergie AG</title> <meta http-equiv="Content-Style-Type" content="text/css" /> <link href="css/ne_01.css" rel="stylesheet" type="text/css" /> </head> <body> <div><a name="nach_oben"></a></div> <div class="border_top"></div> <div class="border_middle"> <!– ANFANG border_middle –> <!– ANFANG Head –> <div id="head"> <div id="head-logo"><img src="img/logo_ne.gif" alt="Logo nordEnergie" /></div> <div id="head-slogan">Energie und Meer</div> <div id="metanavi"> </div> […]

Cascading Style Sheet der Website ne_01.css

Montag, den 9. Juni 2008

body, html { background-color: #A6A6A6; margin-left: auto; margin-right: auto; margin-top: 0px; margin-bottom: 0px; padding: 0px 0px 0px 0px; font-family: Arial, Helvetica, Geneva, sans-serif; font-size: 12px; color: #555555; height: 100%; min-height:100%; /* for mozilla etc*/ max-height: 100%; } .border_top { width: 760px; height: 30px; margin-left: auto; margin-right: auto; background-image: url(../img/border_top.gif); } .border_middle { width: 760px; height: […]

XHTML-Designvorlage der Print-Version

Montag, den 9. Juni 2008

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="de"> <head> <title>nordEnergie AG</title> </head> <body> <!– ###DOCUMENT_BODY### begin The content between these subpart markers goes right into the body section of the ## webpage when displayed: –> <img src="fileadmin/template/img/logo_ne.gif" alt="" border="" /> <hr /> <div id="content"><!– ###content### –> <!– ###content### –></div> <hr /> […]

Cascading Style Sheet der Printversion ne_print.css

Montag, den 9. Juni 2008

body { background-color: #FFFFFF; margin-top: 0px; margin-bottom: 0px; font-family: Arial, Helvetica, Geneva, sans-serif; font-size: 11pt; line-height: 16pt; width: 620px; padding-top: 20px; padding-left: 0px; padding-right: 20px; padding-bottom: 20px; } #content { height: auto; padding-top: 10px; padding-bottom: 0px; padding-left: 10px; padding-right: 10px; } #footer { padding-top: 5px; padding-bottom: 10px; padding-left: 10px; padding-right: 10px; font-size: 11pt; color: #555555; […]

TYPO3 Template-Datensatz des Auftritts „Main Template“

Montag, den 9. Juni 2008

Constants: plugin.alt.print.file.stylesheet = fileadmin/template/css/ne_print.css plugin.alt.print.file.template = fileadmin/template/print_template.html PAGE_TARGET = Setup: # DOCTYPE auf XHTML 1.0 Strict setzen, für den IE wird die XML-Angabe umgedreht config.doctype = xhtml_strict config.doctypeSwitch = true config.xhtml_cleaning = all config.htmlTag_langKey = de # Konfiguration des Auto-Parser fuer Haupt-Template: plugin.tx_automaketemplate_pi1 { # Die Designvorlage wird eingelesen: content = FILE content.file = fileadmin/template/main_template.html […]