<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns:nevow="http://nevow.com/ns/nevow/0.1"
  nevow:render="resourceClass lists.listtalks">
  <head nevow:render="resourceClass headers.css">
    <title>Register presentation speakers</title>
    <link rel="stylesheet" type="text/css" href="/_webform_default_css"/>
    <nevow:invisible nevow:render="css" />
  </head>

  <body class="colorviolet">
    <nevow:invisible nevow:render="resourceClass headers.css">
      <nevow:invisible nevow:render="pagetop" />
    </nevow:invisible>
    <table class="colorWhite mainbox" cellspacing="0" cellpadding="0"><TR><TD>
      <span class="boxColorGray1 boxShapebox">
        <span class="title">List of all talks</span>
      </span>
        
      <div class="fontShapeboxes addmargin">
        <table rules="rows" nevow:data="talks" nevow:render="sequence">
          <tr nevow:pattern="item">
            <td>
              <em><nevow:invisible nevow:render="toi">track.title</nevow:invisible></em><br/>
              <nevow:invisible nevow:render="toi">title</nevow:invisible><br/>
              <nevow:invisible nevow:render="toi">speakers.emailAddress</nevow:invisible>
            </td>
            <td>
              <nevow:invisible nevow:render="toi">shortDescr</nevow:invisible>
            </td>
            <td>
              <nevow:invisible nevow:render="toi">longDescr</nevow:invisible>
            </td>
          </tr>
        </table>
        <hr/>
      </div>
    </TD></TR></table>
  </body>
</html>