<?xml version="1.0" encoding="iso-8859-1"?>
<!-- This XTiger template defines the structure of a deliverable
     for the FP6 project Palette
-->
<html xmlns="http://www.w3.org/1999/xhtml"
      xmlns:t="http://ns.inria.org/xtiger"
      xml:lang="en" lang="en">
<head>
  <meta http-equiv="content-type" content="text/xml; charset=iso-8859-1" />
  <title>Palette FP6-028038</title>
  <link rel="stylesheet" type="text/css" href="Palette-Deliv.css" />
  
  <t:head version="1.0" templateVersion="1.0">
    <t:component name="figure">
      <div class="figure topfigure">
        <img><t:attribute name="id" use="optional"/></img> 
        <p><t:use types="string" label="caption">Caption</t:use></p>
      </div>
    </t:component>

    <t:component name="codeExample">
      <div class="example">
        <t:attribute name="id" use="optional"/>
        <t:use types="pre" label="code"><pre>Some code</pre></t:use>
        <p><t:use types="string" label="caption">Caption</t:use></p>
      </div>
    </t:component>

    <t:component name="section">
      <div class="section">
        <h2><t:use types="string" label="heading">Section
            Heading</t:use></h2>
        <t:bag types="anyElement codeExample figure" label="sectionBody">
          <p>First paragraph of section ...</p>
        </t:bag>
      </div>
    </t:component>

    <t:component name="version">
      <tr>
        <td align="center"><t:use types="string" label="version">n</t:use></td>
        <td align="center"><t:use types="string"
                                  label="date">DD-MM-YYYY</t:use></td>
        <td align="center"><t:use types="string"
                                  label="status">draft</t:use></td>
        <td><t:use types="string" label="manager">Given name &amp; family name
                                     of deliverable manager</t:use></td>
      </tr>
    </t:component>

  </t:head>
</head>

<body>
<div class="cover">
<div class="logos">
<img alt="Palette logo" src="PaletteLogoWording.png" width="210" style="float: left"
/> <img alt="IST logo" src="ISTlogo.png" style="float: right" /> </div>

<div class="cover-project">
<p class="projnum">Project no. FP6-028038</p>

<p class="projacronym">Palette</p>

<p class="projname">Pedagogically sustained Adaptive LEarning Through the
exploitation of Tacit and Explicit knowledge</p>

<p class="instrument">Integrated Project</p>

<p class="thematic-priority">Technology-enhanced learning</p>

<h1 class="delivname"><span class="delivNumber"><t:use types="string"
label="delivNumber">D.XXX.nn</t:use></span> &#x2013; <t:use types="string"
label="title">Title of Deliverable</t:use></h1>

<p class="duedate">Due date of deliverable: <t:use types="string"
label="date">Month dd, yyyy</t:use></p>

<p class="actualdate">Actual submission date: <t:use types="string"
label="date">Month dd, yyyy</t:use></p>

<p class="startdate">Start date of project: February 01, 2006</p>

<p class="duration">Duration: 36 months</p>

<p class="orgname">Organisation name of lead contractor for this deliverable:
<t:use types="string" label="lead">Acronym accoding to DoW</t:use></p>

<table border="1" class="dissemination">
  <tbody>
    <tr>
      <td colspan="2" class="dissemhead">Project co-funded by the European
        Commission within the Sixth Framework Programme</td>
    </tr>
    <tr>
      <td colspan="2" class="dissemlevel">Dissemination Level</td>
    </tr>
    <tr>
      <td class="dissemlev1"><t:use types="string"
      label="code">PP</t:use></td>
      <td class="dissemlev2"><t:use types="string"
          label="dissemination">Restricted to other programme participants
          (including the Commission Services)</t:use></td>
    </tr>
  </tbody>
</table>

<p class="keywords">Keywords: <t:use types="string" label="keywords">list of
  comma-separated keywords.</t:use></p>

<p class="resp-partner">Responsible Partner: <t:use types="string"
label="partner">Acronym or the partner according to the DoW</t:use></p>
</div>
</div>

<div class="history">

<table border="1" class="modif-control">
  <tbody>
    <tr>
      <th colspan="4" class="modif-head">MODIFICATION CONTROL</th>
    </tr>
    <tr align="center">
      <td>Version</td>
      <td>Date</td>
      <td>Status</td>
      <td>Modifications made by</td>
    </tr>
    <t:repeat label="versions" minOccurs="1" maxOccurs="*">
       <t:use label="version" types="version"/>
    </t:repeat>
    <tr>
      <td align="center"><t:use types="string" label="version">n</t:use></td>
      <td align="center"><t:use types="string"
      label="date">DD-MM-YYYY</t:use></td>
      <td align="center">Final</td>
      <td><t:use types="string" label="manager">Given name &amp; family name
          of deliverable manager</t:use></td>
    </tr>
  </tbody>
</table>
<dl class="people">
  <dt>Deliverable manager</dt>
    <dd><p><t:use types="string" label="manager">Given name &amp; family name
        (Acronym of the partner according to the DoW)</t:use></p>
    </dd>
  <dt>List of Contributors</dt>
    <dd>
      <p>
        <t:use types="string" label="contributors">Given name &amp; family
          name (Acronym of the partner according to the DoW)</t:use>
      </p>
    </dd>
  <dt>List of Evaluators</dt>
    <dd>
      <p>
        <t:use types="string" label="evaluators">Given name &amp; family
          name (Acronym of the partner according to the DoW)</t:use>
      </p>
    </dd>
</dl>

<div class="summary">
<p class="summary-head">Summary</p>
<t:bag types="anyElement" label="summary">
  <p>10 lines maximum</p>
</t:bag>
</div>
</div>

<div class="table-of-content">
<p class="toc-head">TABLE OF CONTENT</p>
<t:bag types="anyElement" label="toc">
   <p>Create table of content here.</p>
</t:bag>
</div>

<div class="body">
<t:repeat minOccurs="2" label="body">
  <t:use types="section" label="section"></t:use></t:repeat>
</div>
</body>
</html>

