[CS-Project-svn_notify] SF.net SVN: cs-project: [792] trunk/1.0/templates/content/notes
Brought to you by:
crazedsanity
From: <cra...@us...> - 2008-02-07 02:08:07
|
Revision: 792 http://cs-project.svn.sourceforge.net/cs-project/?rev=792&view=rev Author: crazedsanity Date: 2008-02-06 18:08:04 -0800 (Wed, 06 Feb 2008) Log Message: ----------- Updates to handle templating for cs-content v0.10.8 Added Paths: ----------- trunk/1.0/templates/content/notes/create.content.tmpl trunk/1.0/templates/content/notes/view.content.tmpl Removed Paths: ------------- trunk/1.0/templates/content/notes/index.shared.tmpl Copied: trunk/1.0/templates/content/notes/create.content.tmpl (from rev 791, trunk/1.0/templates/content/notes/index.shared.tmpl) =================================================================== --- trunk/1.0/templates/content/notes/create.content.tmpl (rev 0) +++ trunk/1.0/templates/content/notes/create.content.tmpl 2008-02-07 02:08:04 UTC (rev 792) @@ -0,0 +1,45 @@ +<form action='' method='POST'> +<input type="hidden" name="note_id" value={note_id}> +<input type="hidden" name="module" value="notes"> + +<table border=0 cellpadding=0 cellspacing=0><tr><td> +<table border=0 bgcolor=#D5D5D5> +<tr> + <td><a href="javascript:void();"><b>Notes</b></a></td> + +<tr> + <td></td> +</tr> +<!-- BEGIN nonowner_options --> +<tr> + <td style="border-bottom:solid #000 1px;">Title: <b>{note_subject}</b></td> +</tr> +<tr> + <td><pre>{note_body}</pre></td> +</tr> +<!-- END nonowner_options --> +<!-- BEGIN owner_options --> +<tr> + <td colspan=2>Title:<input type='text' name='updates[subject]' size='92' value="{note_subject}" {note_name_readonly}></td> +</tr> +<tr> + <td> + <textarea rows=20 cols=95 name="updates[body]" wrap=physical>{note_body}</textarea> + </td> +<tr> +</table> + +<table align="center"> +<tr> + <td align="center"> + <input type="HIDDEN" name="updates[record_id]" value="{record_id}"> + <input type="submit" name="{submit_name}" value="{submit_value}"> + </td> +</tr> +<!-- END owner_options --> +<tr> + <td align="center"><a href='{goBackLink}'><b>GO BACK</b></a></td> +</tr> +</table> + +</td></tr></table> Deleted: trunk/1.0/templates/content/notes/index.shared.tmpl =================================================================== --- trunk/1.0/templates/content/notes/index.shared.tmpl 2008-02-07 01:48:37 UTC (rev 791) +++ trunk/1.0/templates/content/notes/index.shared.tmpl 2008-02-07 02:08:04 UTC (rev 792) @@ -1,45 +0,0 @@ -<form action='' method='POST'> -<input type="hidden" name="note_id" value={note_id}> -<input type="hidden" name="module" value="notes"> - -<table border=0 cellpadding=0 cellspacing=0><tr><td> -<table border=0 bgcolor=#D5D5D5> -<tr> - <td><a href="javascript:void();"><b>Notes</b></a></td> - -<tr> - <td></td> -</tr> -<!-- BEGIN nonowner_options --> -<tr> - <td style="border-bottom:solid #000 1px;">Title: <b>{note_subject}</b></td> -</tr> -<tr> - <td><pre>{note_body}</pre></td> -</tr> -<!-- END nonowner_options --> -<!-- BEGIN owner_options --> -<tr> - <td colspan=2>Title:<input type='text' name='updates[subject]' size='92' value="{note_subject}" {note_name_readonly}></td> -</tr> -<tr> - <td> - <textarea rows=20 cols=95 name="updates[body]" wrap=physical>{note_body}</textarea> - </td> -<tr> -</table> - -<table align="center"> -<tr> - <td align="center"> - <input type="HIDDEN" name="updates[record_id]" value="{record_id}"> - <input type="submit" name="{submit_name}" value="{submit_value}"> - </td> -</tr> -<!-- END owner_options --> -<tr> - <td align="center"><a href='{goBackLink}'><b>GO BACK</b></a></td> -</tr> -</table> - -</td></tr></table> Copied: trunk/1.0/templates/content/notes/view.content.tmpl (from rev 791, trunk/1.0/templates/content/notes/index.shared.tmpl) =================================================================== --- trunk/1.0/templates/content/notes/view.content.tmpl (rev 0) +++ trunk/1.0/templates/content/notes/view.content.tmpl 2008-02-07 02:08:04 UTC (rev 792) @@ -0,0 +1,45 @@ +<form action='' method='POST'> +<input type="hidden" name="note_id" value={note_id}> +<input type="hidden" name="module" value="notes"> + +<table border=0 cellpadding=0 cellspacing=0><tr><td> +<table border=0 bgcolor=#D5D5D5> +<tr> + <td><a href="javascript:void();"><b>Notes</b></a></td> + +<tr> + <td></td> +</tr> +<!-- BEGIN nonowner_options --> +<tr> + <td style="border-bottom:solid #000 1px;">Title: <b>{note_subject}</b></td> +</tr> +<tr> + <td><pre>{note_body}</pre></td> +</tr> +<!-- END nonowner_options --> +<!-- BEGIN owner_options --> +<tr> + <td colspan=2>Title:<input type='text' name='updates[subject]' size='92' value="{note_subject}" {note_name_readonly}></td> +</tr> +<tr> + <td> + <textarea rows=20 cols=95 name="updates[body]" wrap=physical>{note_body}</textarea> + </td> +<tr> +</table> + +<table align="center"> +<tr> + <td align="center"> + <input type="HIDDEN" name="updates[record_id]" value="{record_id}"> + <input type="submit" name="{submit_name}" value="{submit_value}"> + </td> +</tr> +<!-- END owner_options --> +<tr> + <td align="center"><a href='{goBackLink}'><b>GO BACK</b></a></td> +</tr> +</table> + +</td></tr></table> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |