Einzelnen Beitrag anzeigen
  #1  
Alt 19.04.06, 17:47
MadFox MadFox ist offline
Forum Zuschauer
 
Registriert seit: 19.04.06
Alter: 24
Beiträge: 8
Unglücklich

Typo3 v.4.0 -> Urban Nomad Extension umschreiben?


Hallo,

Ich habe mal Typo3 gepatcht auf die version 4.0 und habe nun das
Problem, dass die Marker im UrbanNomad Template nicht mehr
umgesetzt werden und somit das Template nicht funktioniert.
Leider bin ich die totale Null in Typo3 und weiss mir nicht
selbst zu helfen und wüsste gerne, ob jemand hier auf anhieb die
stellen im template erkennt, die für v.4.0 geändert werden müssen. [ bsp.: http://www.guild-wars.de/vom/ ]

Hier die wichtigen Dateiinhalte:
Code:
setup.txt (editierbar:sad:
temp.template = TEMPLATE
temp.template {
  template = FILE
  template.file = EXT:tmpl_urbannomad/template/urbannomad.html
}

# Page object

page = PAGE
page.typeNum = 0

# Template stylesheet
page.stylesheet = EXT:tmpl_urbannomad/template/res/urbannomad_css.css

temp.topimage = IMAGE
temp.topimage {
  file = GIFBUILDER
  file.XY = [10.w],[10.h]
  file.10 = IMAGE
  file.10 {
    file = {$top_banner}
    
  }
  file.20 = TEXT
  file.20 {
    fontFile = EXT:tmpl_urbannomad/template/fonts/gothic.ttf
    fontSize = 34
    fontColor = #4466CC
    niceText = 1
    text = {$titleblue}
    offset = 50,50
  }
  file.30 = TEXT
  file.30 {
    fontFile = EXT:tmpl_urbannomad/template/fonts/gothic.ttf
    fontSize = 34
    fontColor = #666666
    niceText = 1
    text = {$titlegrey}
    offset = 60+[20.w],50
  }
  file.40 = TEXT
  file.40 {
    fontFile = EXT:tmpl_urbannomad/template/fonts/gothic.ttf
    fontSize = 14
    fontColor = #888888
    niceText = 1
    #spacing = 1
    text = {$subtitle}
    offset = 70,[20.h]+40
  }
}


# ------------------------------
# Left Menu Navigation
# ------------------------------

temp.leftnav = HMENU
temp.leftnav.1 = TMENU

temp.leftnav.1 {
  # Normal state properties
  wrap = <table border=0 cellpadding=0 cellspacing=0 width="100%" valign=top> | </table>
  NO {
    wrapItemAndSub = <tr><td class="leftnav-level1-BOX-sm">&nbsp;</td></tr><tr><td class="leftnav-level1-BOX"> | </td></tr>
    stdWrap.htmlSpecialChars = 1  
    ATagParams = class="leftnav-level1-NO"
    allWrap = <div class="leftnav-level1-NO"> | </div>
    beforeImg =  EXT:tmpl_urbannomad/template/images/arrow_blue_clear.gif
    beforeROImg = EXT:tmpl_urbannomad/template/images/arrow_blue.gif
    beforeImgTagParams = hspace=5
    RO = 1
    after = <br>
    ATagBeforeWrap = 1
  }

 # Enable active state and set properties:
  ACT = 1
  ACT {
    wrapItemAndSub = <tr><td class="leftnav-level1-BOX-sm">&nbsp;</td></tr><tr><td class="leftnav-level1-BOX"> | </td></tr>
    stdWrap.htmlSpecialChars = 1
    ATagParams = class="leftnav-level1-ACT"
    allWrap = <div class="leftnav-level1-ACT"> | </div>
    beforeImg =  EXT:tmpl_urbannomad/template/images/arrow_grey.gif
    beforeROImg = EXT:tmpl_urbannomad/template/images/arrow_blue.gif
    beforeImgTagParams = hspace=5
    RO = 1
    after = <br>
    ATagBeforeWrap = 1
  }
 }

# Second level menu-object, textual
temp.leftnav.2 = TMENU
temp.leftnav.2 {

  # Normal state properties
  NO {
    stdWrap.htmlSpecialChars = 1
    ATagParams = class="leftnav-level2-NO"
    allWrap = <div class="leftnav-level2-ACT">  |  </div>
    beforeImg =  EXT:tmpl_urbannomad/template/images/arrow_blue_clear.gif
    beforeROImg = EXT:tmpl_urbannomad/template/images/arrow_blue.gif
    beforeImgTagParams = hspace=5
    RO = 1
    after = <br>
    ATagBeforeWrap = 1
  }

  # Enable active state and set properties:
  ACT = 1
  ACT {
    stdWrap.htmlSpecialChars = 1
    ATagParams = class="leftnav-level2-ACT"
    allWrap = <div class="leftnav-level2-ACT"> | </div>
    beforeImg =  EXT:tmpl_urbannomad/template/images/arrow_grey.gif
    beforeROImg = EXT:tmpl_urbannomad/template/images/arrow_blue.gif
    beforeImgTagParams = hspace=5
    RO = 1
    after = <br>
    ATagBeforeWrap = 1
  }
 }


# Third level menu-object, textual
temp.leftnav.3 = TMENU
temp.leftnav.3 {

  # Normal state properties
  NO {
    stdWrap.htmlSpecialChars = 1
    ATagParams = class="leftnav-level2-NO"
    allWrap = <div class="leftnav-level2-ACT">&nbsp;&nbsp;&nbsp;  |  </div>
    beforeImg =  EXT:tmpl_urbannomad/template/images/arrow_blue_clear.gif
    beforeROImg = EXT:tmpl_urbannomad/template/images/arrow_blue.gif
    beforeImgTagParams = hspace=5
    RO = 1
    after = <br>
    ATagBeforeWrap = 1
  }

  # Enable active state and set properties:
  ACT = 1
  ACT {
    stdWrap.htmlSpecialChars = 1
    ATagParams = class="leftnav-level2-ACT"
    allWrap = <div class="leftnav-level2-ACT">&nbsp;&nbsp;&nbsp; | </div>
    beforeImg =  EXT:tmpl_urbannomad/template/images/arrow_grey.gif
    beforeROImg = EXT:tmpl_urbannomad/template/images/arrow_blue.gif
    beforeImgTagParams = hspace=5
    RO = 1
    after = <br>
    ATagBeforeWrap = 1
  }
 }


# ------------------------------
# Breadcrumbs Path menu cObject
# ------------------------------

temp.crumbs = HMENU
temp.crumbs.special = rootline
temp.crumbs.1 = TMENU
temp.crumbs.1.NO {
  linkWrap = |*| | &gt;&nbsp; |*| |
  ATagParams = class="crum_bar"
}

# ------------------------------
# Image shown at the top Left
# ------------------------------

temp.bannerleft = TEXT
temp.bannerleft.value = {$bannerleft}

# ------------------------------
# Image shown at the top Right
# ------------------------------

temp.bannerright = TEXT
temp.bannerright.value = {$bannerright}

# ------------------------------
# Image shown on the left navigation below the menu
# ------------------------------

temp.leftextra = TEXT
temp.leftextra.value = {$leftextra}

# ------------------------------
# Date shown at the top
# ------------------------------

temp.date = TEXT
temp.date.data = date : d F Y

# ------------------------------
# Toplinks menu
# ------------------------------

temp.toplinks = HMENU
temp.toplinks.special = list
temp.toplinks.special.value = {$topmenu_ids}
temp.toplinks.1 = TMENU
temp.toplinks.1.NO {
  before.cObject < temp.template
  before.cObject {
    workOnSubpart = TOPLINK_ITEM
    marks.TITLE = TEXT
    marks.TITLE.field = title
    wraps.LINK = TEXT
    wraps.LINK {
      value = |
      typolink.parameter.field = uid
      typolink.ATagParams = class="top_nav"
    }
    marks.SEPARATOR = TEXT
    marks.SEPARATOR {
      value = |*| <span class=top_nav>&nbsp;|&nbsp;</span> |*| &nbsp;&nbsp;&nbsp; 
    }
  }
  doNotShowLink = 1
}

# ------------------------------
# Bottomlinks menu
# ------------------------------

temp.bottomlinks = HMENU
temp.bottomlinks.special = list
temp.bottomlinks.special.value = {$bottommenu_ids}
temp.bottomlinks.1 = TMENU
temp.bottomlinks.1.NO {
  before.cObject < temp.template
  before.cObject {
    workOnSubpart = BOTTOMLINK_ITEM
    marks.TITLE = TEXT
    marks.TITLE.field = title
    wraps.LINK = TEXT
    wraps.LINK {
      value = |
      typolink.parameter.field = uid
      typolink.ATagParams = class="bottom_nav"
    }
    marks.SEPARATOR = TEXT
    marks.SEPARATOR {
      value = |*| <span class=bottom_nav>&nbsp;|&nbsp;</span> |*| &nbsp;&nbsp;&nbsp; 
    }
  }
  doNotShowLink = 1
}


# -------------------------------------------------------------
# Inserts the Copyright Information at the Bottom of the page 
# ---------------------------------------------------------------
temp.copyright = TEXT
temp.copyright.value = {$copyright}

# ---------------------------------------------
# Modifying stylesheet attributes with Constants
# ---------------------------------------------

# Modifying top banner background image
page.headerData.10 = TEXT
page.headerData.10.value = <style> .top_banner { background-image: url('
page.headerData.11 = IMG_RESOURCE
page.headerData.11.file < temp.topimage.file
page.headerData.12 = TEXT
page.headerData.12.value = '); } </style>

# Modifying top banner background color 
page.headerData.18 = TEXT
page.headerData.18.value = <style> .top_banner { background-color: {$top_banner_bgcolor} ; } </style>

# Modifying Main Background Color styles
page.headerData.20 = TEXT
page.headerData.20.value = <style> BODY { background-color: {$background_color} ; } </style>
page.headerData.22 = TEXT
page.headerData.22.value = <style> .bodytext { color: {$bodytext_color} ; font-size: {$bodytext_size}px ;} </style>
page.headerData.23 = TEXT
page.headerData.23.value = <style> TD.sectiontable { border: {$sectiontable_border_size}px solid {$sectiontable_border_color} ; } </style>
page.headerData.25 = TEXT
page.headerData.25.value = <style> h1 { color: {$h1_color} ; font-size: {$h1_size}px ; } </style>
page.headerData.27 = TEXT
page.headerData.27.value = <style> TABLE.maintable { width: {$table_width} ; margin-top: {$table_topmargin}px; } </style>
page.headerData.28 = TEXT
page.headerData.28.value = <style> TD.maintable { border: {$table_bordersize}px solid {$table_bordercolor} ; background-color: {$table_bgcolor}; } </style>
page.headerData.29 = TEXT
page.headerData.29.value = <style> TD.maintable_bottom { background-color: {$background_color}; } </style>

# Modifying top nav bar styles
page.headerData.30 = TEXT
page.headerData.30.value = <style> TD.topnav_bar { background-color: {$topnav_bgcolor} ; } </style>
page.headerData.34 = TEXT
page.headerData.34.value = <style> .top_nav { background-color: {$topnav_bgcolor} ; color: {$topnav_textcolor} ; } </style>
page.headerData.35 = TEXT
page.headerData.35.value = <style> a.top_nav { background-color: {$topnav_bgcolor} ; color: {$topnav_textcolor} ; border: 1px solid {$topnav_bgcolor}; } </style>
page.headerData.37 = TEXT
page.headerData.37.value = <style> a.top_nav:hover { background-color: {$topnav_bghover} ; } </style>

# Modifying crumbar bar styles
page.headerData.40 = TEXT
page.headerData.40.value = <style> TD.crum_bar { background-color: {$crum_bar_background} ; } </style>
page.headerData.42 = TEXT
page.headerData.42.value = <style> a.crum_bar { background-color: {$crum_bar_background} ; } </style>

# Modifying crumbar text color
page.headerData.45 = TEXT
page.headerData.45.value = <style> a.crum_bar { color: {$crum_bar_textcolor} ; } </style>
page.headerData.46 = TEXT
page.headerData.46.value = <style> .crum_bar { color: {$crum_bar_textcolor} ; } </style>

# Modifying leftnav menu styles
page.headerData.50 = TEXT
page.headerData.50.value = <style> .left_nav { background-color: {$left_nav_background} ;  border: {$sectiontable_border_size}px solid {$sectiontable_border_color} ; } </style>
page.headerData.52 = TEXT
page.headerData.52.value = <style> a.leftnav-level1-NO { color: {$left_nav_text_color} ; } </style>
page.headerData.53 = TEXT
page.headerData.53.value = <style> a.leftnav-level1-ACT { color: {$left_nav_text_color} ; } </style>
page.headerData.54 = TEXT
page.headerData.54.value = <style> a.leftnav-level2-NO { color: {$left_nav_text_color} ; } </style>
page.headerData.55 = TEXT
page.headerData.55.value = <style> a.leftnav-level2-ACT { color: {$left_nav_text_color} ; } </style>
page.headerData.56 = TEXT
page.headerData.56.value = <style> a.leftnav-level1-NO:hover { color: {$left_nav_text_hovercolor} ; } </style>
page.headerData.57 = TEXT
page.headerData.57.value = <style> a.leftnav-level1-ACT:hover { color: {$left_nav_text_hovercolor} ; } </style>
page.headerData.58 = TEXT
page.headerData.58.value = <style> a.leftnav-level2-NO:hover { color: {$left_nav_text_hovercolor} ; } </style>
page.headerData.59 = TEXT
page.headerData.59.value = <style> a.leftnav-level2-ACT:hover { color: {$left_nav_text_hovercolor} ; } </style>

# Modifying footer line styles
page.headerData.60 = TEXT
page.headerData.60.value = <style> TD.bottomnav_bar { background-color: {$bottomnav_background} ; } </style>
page.headerData.62 = TEXT
page.headerData.62.value = <style> TD.bottomnav_bar { height: {$bottomnav_height} ; } </style>
page.headerData.64 = TEXT
page.headerData.64.value = <style> .bottom_nav { color: {$bottomnav_color} ; } </style>
page.headerData.65 = TEXT
page.headerData.65.value = <style> a.bottom_nav { color: {$bottomnav_color} ; } </style>
page.headerData.66 = TEXT
page.headerData.66.value = <style> a.bottom_nav:link { color: {$bottomnav_color} ; } </style>
page.headerData.67 = TEXT
page.headerData.67.value = <style> a.bottom_nav:hover { color: {$bottomnav_color} ; } </style>
page.headerData.68 = TEXT
page.headerData.68.value = <style> a.bottom_nav:visited { color: {$bottomnav_color} ; } </style>

# Modifying the line spacer styles
page.headerData.70 = TEXT
page.headerData.70.value = <style> TD.linespacer { background-color: {$linespacer_color} ;  height: {$linespacer_size} ; } </style>
page.headerData.74 = TEXT
page.headerData.74.value = <style> TD.nav_content_spacer { background-color: {$nav_content_spacer_color} ; width: {$nav_content_spacer_size} ; } </style>
page.headerData.75 = TEXT
page.headerData.75.value = <style> TD.leftnav-level1-BOX { border-bottom-color: {$leftnav_spacer_color} ; } </style>
page.headerData.77 = TEXT
page.headerData.77.value = <style> TD.leftnav-level1-BOX { border-bottom-width: {$leftnav_spacer_size} ; } </style>

# Modifying top banner background image
page.headerData.80 = TEXT
page.headerData.80.value = <style> .left_nav { background-image: url('
page.headerData.81 = IMG_RESOURCE
page.headerData.81.file = {$leftnavimage}
page.headerData.82 = TEXT
page.headerData.82.value = '); } </style>

# ------------------------------
# Start the page display here
# ------------------------------

page.10 = TEMPLATE
page.10 {
  template < temp.template.template
  workOnSubpart = DOCUMENT_BODY

# Image resources

  marks.IMG_SPACER = IMG_RESOURCE
  marks.IMG_SPACER.file = EXT:tmpl_urbannomad/template/images/spacer.gif
  marks.IMG_SPACER_WHITE = IMG_RESOURCE
  marks.IMG_SPACER_WHITE.file = EXT:tmpl_urbannomad/template/images/spacer_white.gif
  marks.IMG_ARROW_RIGHT = IMG_RESOURCE
  marks.IMG_ARROW_RIGHT.file = EXT:tmpl_urbannomad/template/images/arrow_grey.gif
  marks.IMG_ARROW_BLUE = IMG_RESOURCE
  marks.IMG_ARROW_BLUE.file = EXT:tmpl_urbannomad/template/images/arrow_blue.gif

# Template dynamic areas

  subparts.DATE < temp.date
  subparts.BANNERLEFT < temp.bannerleft
  subparts.BANNERRIGHT < temp.bannerright
  subparts.CONTENT < styles.content.get
  subparts.CONTENTLEFT < styles.content.getLeft
  subparts.CONTENTRIGHT < styles.content.getRight
  subparts.LEFTNAV < temp.leftnav
  subparts.LEFTEXTRA < temp.leftextra
  subparts.CRUMBS < temp.crumbs
  subparts.TOPLINKS < temp.toplinks
  subparts.BOTTOMLINKS < temp.bottomlinks
  subparts.COPYRIGHT < temp.copyright
}


# Displaying the Admin Panel
page.config.admPanel = 1

# Activates RTE
content.RTE_compliant = 1
Code:
constants.txt (editierbar:sad:
# cat=basic/dims/a; type=string; label=Main Table Width: The main width of the main table, thus changing the whole width of the site. In either percentage (%) or pixels (px). 
table_width = 700px

# cat=basic/dims/f; type=int+; label=Main Table Top Margin Size: The size of the margin above the main table. Thus specifying how far down the header image and main table start. 
table_topmargin = 3


# cat=basic/file/a; type=file [IMAGE_EXT]; label=Top Image Banner: The main image at the top of the page. This image should be 600 x 100 px.
top_banner = EXT:tmpl_urbannomad/template/images/UrbanNomad-Banner-NoTitle.gif

# cat=basic/file/b; type=string; label=Banner Title Text - Blue: The blue text in the title which becomes part of the top banner image.  
titleblue = Urban

# cat=basic/file/c; type=string; label=Banner Title Text - Grey: The grey text in the title which becomes part of the top banner image.  
titlegrey = Nomad

# cat=basic/file/d; type=string; label=Banner Title Text - SubTitle: The subtitle text in the title which becomes part of the top banner image.  
subtitle = Typo3 Template

# cat=basic/file/g; type=string; label=Top Left Image On Banner: An area where you can add some HTML to place an image, such as a logo, to appear at the top left on the site. This image should be less than 100px in height. 
bannerleft = <a href="index.php"><img src="clear.gif" border="0" height="100" width="1"></a>

# cat=basic/file/h; type=string; label=Top Right Image On Banner: An area where you can add some HTML to place an image, such as a logo, to appear at the top right on the site. This image should be less than 90px in height. 
bannerright = <a href="#"><img src="clear.gif" border="0" height="1" width="1"></a>

# cat=basic/file/i; type=string; label=Left Navigation Image: An area where you can add some HTML to place an image, such as a small banner, to appear under the left navigation menu. This image should be less than 120px in width. 
leftextra = <a href="#"><img src="clear.gif" border="0" height="1" width="1"></a>

# cat=basic/file/j; type=file [IMAGE_EXT]; label=Left Navigation Background Image: The background image behind the left navigation menu. This image should be less than 160px wide.
leftnavimage = 


# cat=basic/links/a; type=string; label=Top Menu PIDs: A list of the Page IDs that should be displayed in the top menu (comma seperated).
topmenu_ids = 1,2,3

# cat=basic/links/b; type=string; label=Footer Menu PIDs: A list of the Page IDs that should be displayed in the bottom menu (commas seperated).
bottommenu_ids = 4,5,6

# cat=basic/links/c; type=string; label=Copyright: The copyright text at the bottom of the page.
copyright = Copyright &copy; 2005



# cat=basic/typo/a; type=int[6-40]; label=BodyText Size: The font size of the main text which all content items use.
bodytext_size = 12 

# cat=basic/typo; type=int[6-40]; label=BodyText Size: The font size of Content Item headings (Layout 1, Heading 1) text which all content items use.
h1_size = 18 



# cat=colors/dims/b; type=int+; label=Main Table Border Size: The size of the border around the main table (outline of the page). 
table_bordersize = 0

# cat=colors/dims/c; type=int+; label=Section Table Border Size: The size of the border around the section tables (top banner, top nav, left nav, bondy content). 
sectiontable_border_size = 1

# cat=colors/dims/d; type=string; label=Line Spacer Thickness: The thickness (height) for the small line between the top banner image and top nav, and the top nav and the page content (values 1-40).
linespacer_size = 3

# cat=colors/dims/f; type=string; label=Left Navigation Content Spacer Thickness: The thickness (width) for the small horizontal line between the left nav and the main content area (values 1-400).
nav_content_spacer_size = 3

# cat=colors/dims/g; type=string; label=Left Navigation Menu Spacer Thickness: The thickness (height) for the small line between the left navigation level 1 headins (values 1-40).
leftnav_spacer_size = 1

# cat=colors/dims/z; type=string; label=Footer Line Thickness: The thickness (height) for the small line above the footer (values 1-40).
bottomnav_height = 3


# cat=colors/color/a; type=color; label=Main Outer Background Color: The background color outside the main table.
background_color = #EEEEEE

# cat=colors/color/b; type=color; label=Main Inner Background Color: The background color for everything inside the main table on the whole page.
table_bgcolor = #FFFFFF

# cat=colors/color/c; type=color; label=BodyText Color: The color of the main text which all content items use.
bodytext_color = #666666


# cat=colors/color/d; type=color; label=Main Table Border Color: The border color of the main table (outline of the whole page). 
table_bordercolor = #FFFFFF

# cat=colors/color/e; type=color; label=Top Banner Background Color: The background color for the top banner image (shows when image is smaller than page width). 
top_banner_bgcolor = #FFFFFF

# cat=colors/color/f; type=color; label=Sections Table Border Color: The border color of the main sections (top banner, top nav, left nav, content). 
sectiontable_border_color = #CCCCCC

# cat=colors/color/g; type=color; label=Line Spacer Color: The color of the small line between the top banner image and top nav, and the top nav and the content area.
linespacer_color = #EEEEEE

# cat=colors/color/i; type=color; label=Left Navigation Content Spacer Color: The color for the small horizontal line between the left nav and the main content area.
nav_content_spacer_color = #EEEEEE

# cat=colors/color/j; type=color; label=Left Navigation Menu Spacer Color: The color of the small line between the left navigation level 1 headings.
leftnav_spacer_color = #FFFFFF


# cat=colors/color/k; type=color; label=Top Navigation Bar Color: The background color of the top navbar/menu. 
topnav_bgcolor = #F4F4F4

# cat=colors/color/l; type=color; label=Top Navigation Bar Text Color: The text color of the top navbar/menu. 
topnav_textcolor = #CCCCCC

# cat=colors/color/m; type=color; label=Top Navigation Hover Color: The background color of the top navbar/menu items when the mouse hovers over them. 
topnav_bghover = #FFFFFF

# cat=colors/color/n; type=color; label=Breadcrum Bar Color: The background color the top breadcrum bar. 
crum_bar_background = #F6F6F6

# cat=colors/color/o; type=color; label=Breadcrum Bar Text Color: The foreground color the top breadcrum bar text. 
crum_bar_textcolor = #3366CC

# cat=colors/color/p; type=color; label=Left Navigation Background Color: The background color for the left navigation menu and whole left column.
left_nav_background = #F6F6F6

# cat=colors/color/q; type=color; label=Left Navgation Text Color: The color of the Left Navigation (menu) item Headingss.
left_nav_text_color = #666666

# cat=colors/color/r; type=color; label=Left Navigation Hover Text Color: The color of the Left Navigation (menu) items. 
left_nav_text_hovercolor = #3366CC 

# cat=colors/color/s; type=color; label=Heading 1 Color: The color of Content Item headings (Layout 1, Heading 1) text which all content items use.
h1_color = #3366CC

# cat=colors/color/t; type=color; label=Footer Text Color: The color for the small text at the footer of the page. 
bottomnav_color = #666666

# cat=colors/color/y; type=color; label=Footer Line Color: The color for the small line above the footer.
bottomnav_background = #EEEEEE





TSConstantEditor.basic {
  header = Template "Urban Nomad"
  description = Urban Nomad Template
  image = EXT:tmpl_urbannomad/overview-basic.gif
  1=top_banner
  2=titleblue
  3=titlegrey
  4=subtitle
  5=topmenu_ids
  6=bottommenu_ids
  7=copyright
}

TSConstantEditor.colors {
  header = Template "Urban Nomad"
  description = Urban Nomad Template
  image = EXT:tmpl_urbannomad/overview-colors.gif
  1=background_color
  2=table_bgcolor
  3=bodytext_color
  4=top_banner_bgcolor
  5=topnav_bgcolor
  6=crum_bar_background
  7=left_nav_background
}
und das Template selbst:
Code:
urbannomad.html
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Typo3 Template</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link href="./res/urbannomad_css.css" rel="stylesheet" type="text/css">
</head>
<body>
<!-- ###DOCUMENT_BODY### start -->

<table align=center cellspacing="0" cellpadding="0" class="maintable">
<tr><td class="maintable"> 

<table width="100%" border=0 cellspacing=0 cellpadding="0">
<!-- START Top Banner -->
	<tr><td colspan=3 class="sectiontable">
	<table cellpadding=0 cellspacing=0 border=0 width=100% class="top_banner">
	  <tr>
	  <td>
		<img src="###IMG_SPACER###" height=100 width="1" border=0>
	  </td>
	  <td ID="topbanner">
		###BANNERLEFT###
	  </td>
	  <td align=right valign=top>
		###DATE###
		&nbsp;&nbsp;&nbsp;<br>
		###BANNERRIGHT###
		</td>
	</table>
	</td></tr>
<!-- END Top Banner -->

<tr><td colspan=3 class="linespacer"><img src="###IMG_SPACER###"></td></tr>

<tr><td colspan=3 class="sectiontable">
<!-- START Top Nav -->
    <table cellpadding=0 cellspacing=0 border=0 class="topnav_bar" width="100%">
    <tr><td colspan=2 class="topnav_bar" height="20" align="right" ID="toplinks">
		<!-- ###TOPLINKS### start -->
		<!-- ###TOPLINK_ITEM### start -->
		<!-- ###LINK### start -->###TITLE###<!-- ###LINK### end -->
		###SEPARATOR###
		<!-- ###TOPLINK_ITEM### end -->
		<span class="top_nav"><a href="#" class="top_nav">toplink1</a>
		&nbsp;|&nbsp;
		<a href="#" class="top_nav">toplink3</a>
		&nbsp;|&nbsp;
		<a href="#" class="top_nav">toplink3</a>
		<!-- ###TOPLINKS### end -->
    </td></tr>
<!-- END Top Nav -->

    </table>
</td></tr>

<tr><td colspan=3 class="linespacer"><img src="###IMG_SPACER###"></td></tr>

<!-- START Left Nav -->
<tr><td width="160" ID="leftnav" class="left_nav" valign=top> 
<img src="###IMG_SPACER###" width=160 height=1>
  <!-- ###LEFTNAV### start -->
	<!-- ###LEFTNAV_L1ITEM### start -->
	<table>
		<tr><td align=right>&nbsp;&nbsp;<img src="###IMG_ARROW_RIGHT###" hspace=5></td>
		<td class="left_nav">&nbsp;<!-- ###LINK### start -->###TITLE###<!-- ###LINK### end --></td></tr>
	<!-- ###LEFTNAV_L1ITEM### end -->
	<!-- ###LEFTNAV_L2ITEM### start -->
		<tr><td></td>
		<td>&nbsp;&nbsp;<!-- ###LINK### start -->&nbsp;&nbsp;&nbsp;###TITLE###<!--###LINK### end --></td></tr>
	<!-- ###LEFTNAV_L2ITEM### end -->
		<tr><td></td>
		    <td>&nbsp;&nbsp;<a href="#" class="left_nav_indent">&nbsp;&nbsp;&nbsp;Item !</a>
                </td></tr>
	</table>
  <!-- ###LEFTNAV### end -->

		<!-- ###LEFTEXTRA### start -->
		<!-- ###LEFTEXTRA### end -->
</td>
<!-- END Left Nav -->


<td class="nav_content_spacer"><img src="###IMG_SPACER###"></td>

<!-- START Body Section -->
<td ID="content" class="sectiontable" class="content_area" valign="top">

	<!-- Start BREADCRUM BAR -->
	<table cellpadding=0 cellspacing=0 border=0 width="100%">
	<tr><td colspan=3 class="crum_bar" ID="crum_bar" align="left">
		&nbsp;&nbsp;	
		<!-- ###CRUMBS### start -->
			About Us > Link2
		<!-- ###CRUMBS### end -->
	</td></tr>
	</table>
	<!-- End BREADCRUM BAR -->

	<table valign=top width="100%">
	<tr>
	<td valign=top>
	<!-- ###CONTENTLEFT### start -->
	Left Content Section
	<!-- ###CONTENTLEFT### end -->
	</td>
	<td valign=top>
	<!-- ###CONTENT### start -->
	Normal Content Section
	<!-- ###CONTENT### end -->
	</td>
	<td valign=top>
	<!-- ###CONTENTRIGHT### start -->
	Right Content Section
	<!-- ###CONTENTRIGHT### end -->
	</td>
	</tr>
	</table>
</td>
<!-- END Body Section -->
</tr>

<!-- START Bottom Nav -->
<tr><td colspan=3 class="bottomnav_bar"><img src="###IMG_SPACER###"></td></tr>
<tr><td colspan=3 align="right" class="maintable_bottom">
			<span class="bottom_nav">
			 <!-- ###COPYRIGHT### Start -->
			copyright &copy; 2005
			 <!-- ###COPYRIGHT### End -->
			</span>
		<img src="###IMG_SPACER###" width="30" height="1">
		<!-- ###BOTTOMLINKS### start -->
		<!-- ###BOTTOMLINK_ITEM### start -->
		<!-- ###LINK### start -->###TITLE###<!-- ###LINK### end -->###SEPARATOR###
		<!-- ###BOTTOMLINK_ITEM### end -->
		<span ID="bottomlink1"><a href="#" class="bottom_nav">Link 1</a><span class="bottom_nav"> |</a></span>
		<span ID="bottomlink2"><a href="#" class="bottom_nav">Link 2</a></span>
		<!-- ###BOTTOMLINKS### end -->
	</tr></table>
</td></tr>
<!-- END Bottom Nav -->
</table>
<!-- ###DOCUMENT_BODY### end -->
</body>
</html>
Danke für die Mühe.
Grüße MadFox.
Mit Zitat antworten
TYPO3forum.net empfiehlt den T3N Testsieger: Bestes Preis-Leistungs-Verhältnis (Ausgabe 12/2008)