~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to ivle/webapp/submit/submit.html

  • Committer: Matt Giuca
  • Date: 2009-04-07 10:38:03 UTC
  • Revision ID: matt.giuca@gmail.com-20090407103803-4hver4tlgrjdm9mv
submit: Added tooltip for the due date (which displays the whole date, while
    the page summarises it if it's close to the deadline).

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
                  <input type="radio" name="project" id="project_${project.id}" value="${project.id}" py:attrs="attrs" />
33
33
                </td>
34
34
                <td>
35
 
                  <label for="project_${project.id}"><a href="${project.url}">${project.name}</a> (due ${format_datetime(project.deadline)})<br />${project.synopsis}</label>
 
35
                  <label for="project_${project.id}"><a href="${project.url}">${project.name}</a> (<span title="Due ${format_datetime(project.deadline)}">due ${format_datetime_short(project.deadline)}</span>)<br />${project.synopsis}</label>
36
36
                </td>
37
37
              </tr>
38
38
            </table>