[CS-Project-svn_notify] SF.net SVN: cs-project: [770] trunk/templates/content
Brought to you by:
crazedsanity
From: <cra...@us...> - 2008-02-01 05:15:26
|
Revision: 770 http://cs-project.svn.sourceforge.net/cs-project/?rev=770&view=rev Author: crazedsanity Date: 2008-01-31 21:15:24 -0800 (Thu, 31 Jan 2008) Log Message: ----------- Move related todo template into a more accessible location (project view still works). Added Paths: ----------- trunk/templates/content/related_todo.shared.tmpl Removed Paths: ------------- trunk/templates/content/project/view/related_todo.content.tmpl Deleted: trunk/templates/content/project/view/related_todo.content.tmpl =================================================================== --- trunk/templates/content/project/view/related_todo.content.tmpl 2008-02-01 05:03:03 UTC (rev 769) +++ trunk/templates/content/project/view/related_todo.content.tmpl 2008-02-01 05:15:24 UTC (rev 770) @@ -1,36 +0,0 @@ -<table cellpadding="2" cellspacing="0" border="1"> -<tr> - <td colspan="8"><b>Todo: </b>(<a href='/content/todo/create?parentPublicId={public_id}' target=_top>Create</a>): -<!-- BEGIN todoPrefWarning --> - <BR><font color="red"><b>Warning:</b></font> Not all issues will be displayed, due to your <a href="/content/settings">preferences</a>. -<!-- END todoPrefWarning --> - <hr> - <b>NOTE: </b>In the "Hours Left" column of todos, the format is::: <i>remaining hours (current estimate)</i></td> -</tr> -<tr> - <th>Pri</th> - <th>Creator</th> - <th>Assigned</th> - <th>%</th> - <th>Status</th> - <th>Title</th> - <th>Deadline</th> - <th>Hours Left</th> -</tr> - -<!-- BEGIN related_todo_row --> -<tr style="background-color: %%bgColor%%;" onmouseover="this.style.backgroundColor = '#ffffff'" - onmouseout="this.style.backgroundColor = '%%bgColor2%%'" onclick="location.href = '/content/todo/view?ID=%%id%%'"> - <td><font style="font-weight:%%font_weight%%;">%%priority%%</font></td> - <td><font style="font-weight:%%font_weight%%;">%%creator%%</font></td> - <td><font style="font-weight:%%font_weight%%;">%%assigned_user%%</font></td> - <td align="right"><font style="font-weight:%%font_weight%%;">%%progress%%%</font></td> - <td nowrap align="center">(%%status_text%%)</td> - <td><a href="/content/todo/view?ID=%%id%%" target="_top" style="font-weight:%%font_weight%%;"> - %%name%%</a></td> - <td>%%deadline%%</td> - <td><b>%%hours_remaining%%</b> (%%estimate_current%%) </td> - -</tr> -<!-- END related_todo_row --> -</table> \ No newline at end of file Copied: trunk/templates/content/related_todo.shared.tmpl (from rev 765, trunk/templates/content/project/view/related_todo.content.tmpl) =================================================================== --- trunk/templates/content/related_todo.shared.tmpl (rev 0) +++ trunk/templates/content/related_todo.shared.tmpl 2008-02-01 05:15:24 UTC (rev 770) @@ -0,0 +1,36 @@ +<table cellpadding="2" cellspacing="0" border="1"> +<tr> + <td colspan="8"><b>Todo: </b>(<a href='/content/todo/create?parentPublicId={public_id}' target=_top>Create</a>): +<!-- BEGIN todoPrefWarning --> + <BR><font color="red"><b>Warning:</b></font> Not all issues will be displayed, due to your <a href="/content/settings">preferences</a>. +<!-- END todoPrefWarning --> + <hr> + <b>NOTE: </b>In the "Hours Left" column of todos, the format is::: <i>remaining hours (current estimate)</i></td> +</tr> +<tr> + <th>Pri</th> + <th>Creator</th> + <th>Assigned</th> + <th>%</th> + <th>Status</th> + <th>Title</th> + <th>Deadline</th> + <th>Hours Left</th> +</tr> + +<!-- BEGIN related_todo_row --> +<tr style="background-color: %%bgColor%%;" onmouseover="this.style.backgroundColor = '#ffffff'" + onmouseout="this.style.backgroundColor = '%%bgColor2%%'" onclick="location.href = '/content/todo/view?ID=%%id%%'"> + <td><font style="font-weight:%%font_weight%%;">%%priority%%</font></td> + <td><font style="font-weight:%%font_weight%%;">%%creator%%</font></td> + <td><font style="font-weight:%%font_weight%%;">%%assigned_user%%</font></td> + <td align="right"><font style="font-weight:%%font_weight%%;">%%progress%%%</font></td> + <td nowrap align="center">(%%status_text%%)</td> + <td><a href="/content/todo/view?ID=%%id%%" target="_top" style="font-weight:%%font_weight%%;"> + %%name%%</a></td> + <td>%%deadline%%</td> + <td><b>%%hours_remaining%%</b> (%%estimate_current%%) </td> + +</tr> +<!-- END related_todo_row --> +</table> \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |