Thread: [Cs-project-svn_notify] SF.net SVN: cs-project: [632] trunk/templates/content
Brought to you by:
crazedsanity
From: <cra...@us...> - 2007-11-20 17:02:18
|
Revision: 632 http://cs-project.svn.sourceforge.net/cs-project/?rev=632&view=rev Author: crazedsanity Date: 2007-11-20 09:02:12 -0800 (Tue, 20 Nov 2007) Log Message: ----------- Added the Subversion property "svn:eol-style" as "native". For M$ users. Property Changed: ---------------- trunk/templates/content/contacts/index.content.tmpl trunk/templates/content/contacts/view.content.tmpl trunk/templates/content/helpdesk/create.content.tmpl trunk/templates/content/helpdesk/index.content.tmpl trunk/templates/content/helpdesk/view.content.tmpl trunk/templates/content/notes/index.shared.tmpl trunk/templates/content/project/create.content.tmpl trunk/templates/content/project/index.content.tmpl trunk/templates/content/project/view/index.content.tmpl trunk/templates/content/project/view/related_issue.content.tmpl trunk/templates/content/project/view/related_note.content.tmpl trunk/templates/content/project/view/related_todo.content.tmpl trunk/templates/content/settings/index.content.tmpl trunk/templates/content/summary/index.content.tmpl Property changes on: trunk/templates/content/contacts/index.content.tmpl ___________________________________________________________________ Name: svn:eol-style + native Property changes on: trunk/templates/content/contacts/view.content.tmpl ___________________________________________________________________ Name: svn:eol-style + native Property changes on: trunk/templates/content/helpdesk/create.content.tmpl ___________________________________________________________________ Name: svn:eol-style + native Property changes on: trunk/templates/content/helpdesk/index.content.tmpl ___________________________________________________________________ Name: svn:eol-style + native Property changes on: trunk/templates/content/helpdesk/view.content.tmpl ___________________________________________________________________ Name: svn:eol-style + native Property changes on: trunk/templates/content/notes/index.shared.tmpl ___________________________________________________________________ Name: svn:eol-style + native Property changes on: trunk/templates/content/project/create.content.tmpl ___________________________________________________________________ Name: svn:eol-style + native Property changes on: trunk/templates/content/project/index.content.tmpl ___________________________________________________________________ Name: svn:eol-style + native Property changes on: trunk/templates/content/project/view/index.content.tmpl ___________________________________________________________________ Name: svn:eol-style + native Property changes on: trunk/templates/content/project/view/related_issue.content.tmpl ___________________________________________________________________ Name: svn:eol-style + native Property changes on: trunk/templates/content/project/view/related_note.content.tmpl ___________________________________________________________________ Name: svn:eol-style + native Property changes on: trunk/templates/content/project/view/related_todo.content.tmpl ___________________________________________________________________ Name: svn:eol-style + native Property changes on: trunk/templates/content/settings/index.content.tmpl ___________________________________________________________________ Name: svn:eol-style + native Property changes on: trunk/templates/content/summary/index.content.tmpl ___________________________________________________________________ Name: svn:eol-style + native This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <cra...@us...> - 2007-11-20 17:03:47
|
Revision: 635 http://cs-project.svn.sourceforge.net/cs-project/?rev=635&view=rev Author: crazedsanity Date: 2007-11-20 09:03:46 -0800 (Tue, 20 Nov 2007) Log Message: ----------- Added the Subversion property "svn:eol-style" as "native". For M$ users. Property Changed: ---------------- trunk/templates/content/tags/shared.content.tmpl trunk/templates/content/todo/create.content.tmpl trunk/templates/content/todo/view.content.tmpl Property changes on: trunk/templates/content/tags/shared.content.tmpl ___________________________________________________________________ Name: svn:eol-style + native Property changes on: trunk/templates/content/todo/create.content.tmpl ___________________________________________________________________ Name: svn:eol-style + native Property changes on: trunk/templates/content/todo/view.content.tmpl ___________________________________________________________________ Name: svn:eol-style + native This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
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. |