app/soc/templates/soc/project_survey/list/row_manage_student_project.html
author Lennard de Rijk <ljvderijk@gmail.com>
Tue, 04 Aug 2009 21:29:49 +0200
changeset 2729 f7d4e2c3b697
parent 2686 ada26cef0b06
permissions -rw-r--r--
Added redirect to the StudentProject manage page for viewing SurveyRecords.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2729
f7d4e2c3b697 Added redirect to the StudentProject manage page for viewing SurveyRecords.
Lennard de Rijk <ljvderijk@gmail.com>
parents: 2686
diff changeset
     1
<tr class="off" onmouseover="this.className='on'" onmouseout="this.className='off'" name="name">
2686
ada26cef0b06 Added new table templates for showing Suryves on the Project manage page.
Lennard de Rijk <ljvderijk@gmail.com>
parents:
diff changeset
     2
  <td><div class="title">{{ list.item.title }}</div></td>
ada26cef0b06 Added new table templates for showing Suryves on the Project manage page.
Lennard de Rijk <ljvderijk@gmail.com>
parents:
diff changeset
     3
  <td><div class="taken_by">{{ list.info.taken_by }}</div></td>
ada26cef0b06 Added new table templates for showing Suryves on the Project manage page.
Lennard de Rijk <ljvderijk@gmail.com>
parents:
diff changeset
     4
  <td><div class="taken_on">{{ list.info.taken_on }}</div></td>
ada26cef0b06 Added new table templates for showing Suryves on the Project manage page.
Lennard de Rijk <ljvderijk@gmail.com>
parents:
diff changeset
     5
  <td><div class="links">
ada26cef0b06 Added new table templates for showing Suryves on the Project manage page.
Lennard de Rijk <ljvderijk@gmail.com>
parents:
diff changeset
     6
  {% if list.info.record %}
2729
f7d4e2c3b697 Added redirect to the StudentProject manage page for viewing SurveyRecords.
Lennard de Rijk <ljvderijk@gmail.com>
parents: 2686
diff changeset
     7
    <a href="{{ list.info.record_url }}">View Record</a>
2686
ada26cef0b06 Added new table templates for showing Suryves on the Project manage page.
Lennard de Rijk <ljvderijk@gmail.com>
parents:
diff changeset
     8
  {% else %}
ada26cef0b06 Added new table templates for showing Suryves on the Project manage page.
Lennard de Rijk <ljvderijk@gmail.com>
parents:
diff changeset
     9
    No Record Available
ada26cef0b06 Added new table templates for showing Suryves on the Project manage page.
Lennard de Rijk <ljvderijk@gmail.com>
parents:
diff changeset
    10
  {% endif %} 
ada26cef0b06 Added new table templates for showing Suryves on the Project manage page.
Lennard de Rijk <ljvderijk@gmail.com>
parents:
diff changeset
    11
  </div></td>
ada26cef0b06 Added new table templates for showing Suryves on the Project manage page.
Lennard de Rijk <ljvderijk@gmail.com>
parents:
diff changeset
    12
</tr>