Sha256: 4d207dfd8f1b6682d3c6064f7861e960b0b5564824c53e264fa7613c47c17f5b

Contents?: true

Size: 1.42 KB

Versions: 4

Compression:

Stored size: 1.42 KB

Contents

<!DOCTYPE html
    PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"
      xmlns:xi="http://www.w3.org/2001/XInclude"
      xmlns:py="http://genshi.edgewall.org/">
  <xi:include href="layout.html" />
  <xi:include href="macros.html" />
  <head>
    <title>Work Log</title>
  </head>

  <body>
    <form method="post" action="${worklog_href}">
      <div id="content" class="worklog">
        <a id="worklogmanual" href="${usermanual_href}" >${usermanual_title}</a>
        <h2>Work Log for ${worklog[0].dispname}</h2>
        <div id="messages" >
          <div py:for="item in messages" class="message" >${item}</div>
        </div>
      
        <table border="0" cellspacing="0" cellpadding="0" id="worklog_report">
          <tr>
            <th>Ticket</th>
            <th>Time</th>
            <th>Comment</th>
          </tr>
          <tr py:for="log in worklog">
            <td><a class="${log.status} ticket" href="${ticket_href}/${log.ticket}">#${log.ticket}</a>: ${log.summary}</td>
            <td><span id="worklog_time_delta">${log.delta}</span></td>
            <td><span id="worklog_comment">${log.comment}</span></td>
          </tr>
        </table>
      </div>
    </form>
    
    <div id="altlinks">  <h3>Download in other formats:</h3><ul><li class="first last"><a href="?format=csv" class="csv">CSV</a></li></ul></div>
  </body>

</html>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
keithsalisbury-subtrac-0.1.1 lib/subtrac/trac-plugins/worklogplugin/worklog/templates/worklog_user.html
keithsalisbury-subtrac-0.1.2 lib/subtrac/trac-plugins/worklogplugin/worklog/templates/worklog_user.html
keithsalisbury-subtrac-0.1.3 lib/subtrac/trac-plugins/worklogplugin/worklog/templates/worklog_user.html
keithsalisbury-subtrac-0.1.4 lib/subtrac/trac-plugins/worklogplugin/worklog/templates/worklog_user.html