WebForge Sŕrl

: Introduction

Introduction

Voici un exemple de template standard.

<?xml version="1.0" encoding="utf-8" ?>
<template>

  <var name='text-color' fr='Couleur du texte' type='color' value='#090' level='0' />

  <font name='texts' family='verdana' size='1em'  color='{text-color}' />

  <background name='body' src='backgrounds/abcweb/degr-diag-03.gif' color='#eee' repeat='repeat-x' level='0' />
  <background name='topbg' level='0' />

  <css use-background='body' font-size='85%' />

  <layout align='center' width='760'>
    <div id='main'>
      <div id='top'>
        <css use-background='topbg' min-height='{topbg.height|100}px' />
        <logo />
      </div>
      <layout float='left' width='200,*'>
        <nav id='nav' preset='vertical'>
        </nav>
        <container id='content' fgcolor='#000' bgcolor='#fff' >
           <css use-font='texts' />
        </container>
      </layout>
    </div>
  </layout>
</template>
Editer