<?xml version="1.0" encoding="UTF-8"?>
<!--
{task_file} is replaced with a string of the form "dw.tasksPalette.browseToPage('taskfoo.htm')"
{task_commandfile} is replaced with a string of the form "dw.runCommand('commandfoo.htm')"
-->
    <tasks_layout>
      <main>
        <![CDATA[
        <table border="0" cellpadding="0" cellspacing="0" width="100%">
          <tr>
            <td>{category_sections+category_separators}</td>
          </tr>
        </table>
        ]]>
      </main>

      <category_section>
        <![CDATA[
        <table border="0" cellpadding="0" cellspacing="0" width="100%">
          <tr>{category}</tr>
          {tasks+task_separators}
		</table>
        ]]>
      </category_section>

      <category>
        <![CDATA[
        <td width="12" align="left" valign="middle">
          <img src="{image_source}" width="{image_width}" height="{image_height}" border="0" onMouseUp="dw.tasksPalette.expandSection({expand}, '{category_id}')" valign="middle"></td>
        <td class="{category_style}"><a class="{category_style}" href="#" onMouseUp="dw.tasksPalette.expandSection({expand}, '{category_id}')">{category_name}</a></td>
        ]]>
      </category>

      <category_separator>
        <![CDATA[
        <table border="0" cellpadding="0" cellspacing="0" width="100%" height="8"><tr><td></td></tr></table>
        ]]>
      </category_separator>

      <task>
        <![CDATA[
        <tr>
          <td class="{task_style}"></td>
          <td class="{task_style}"><a class="{task_style}" href="#" onMouseUp="{task_file};{task_command};{task_commandfile}">{task_name}</a></td>
        </tr>
        ]]>
      </task>

      <task_separator>
        <![CDATA[
        <tr>
          <td colspan="2" height="4"></td>
        </tr>
        ]]>
      </task_separator>

      <images
	    collapsed="collapsed.gif" cwidth="5" cheight="9"
	    expanded="expanded.gif" ewidth="9" eheight="5"
	    collapsedMac="collapsed.gif" cheightMac="9" cwidthMac="5"
	    expandedMac="expanded.gif" eheightMac="5" ewidthMac="9"/>
    </tasks_layout>