[geeklog-cvs] Geeklog-2.x/plugins/content/themes/default ContentView.thtml, 1.1, 1.2 ContentMainView.thtml, 1.1, 1.2 ContentEditor.thtml, 1.1, 1.2
Damien Hodgkin
dhodgkin at qs1489.pair.com
Wed Sep 12 14:23:31 EDT 2007
Update of /cvsroot/geeklog2/Geeklog-2.x/plugins/content/themes/default
In directory qs1489.pair.com:/tmp/cvs-serv99209/plugins/content/themes/default
Modified Files:
ContentView.thtml ContentMainView.thtml ContentEditor.thtml
Log Message:
changed a few lines, cleaned up the code some
Index: ContentView.thtml
===================================================================
RCS file: /cvsroot/geeklog2/Geeklog-2.x/plugins/content/themes/default/ContentView.thtml,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** ContentView.thtml 8 Aug 2007 20:23:45 -0000 1.1
--- ContentView.thtml 12 Sep 2007 18:23:29 -0000 1.2
***************
*** 5,9 ****
<div>
<h1>{content.getContentTitle():h}</h1>
! written by <b>{content.getContentAuthor()}</b> on <<em>date content written goes here</em>>
<div>
<em>{content.getDescription()}</em>
--- 5,9 ----
<div>
<h1>{content.getContentTitle():h}</h1>
! written by <b>{content.getContentAuthor()}</b> on <<em>Date content created goes here.</em>>
<div>
<em>{content.getDescription()}</em>
Index: ContentEditor.thtml
===================================================================
RCS file: /cvsroot/geeklog2/Geeklog-2.x/plugins/content/themes/default/ContentEditor.thtml,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** ContentEditor.thtml 8 Aug 2007 20:23:45 -0000 1.1
--- ContentEditor.thtml 12 Sep 2007 18:23:29 -0000 1.2
***************
*** 19,23 ****
</script>
<form id="contentEditor" action="{baseUrl}/index.php/content/contentSave" method="POST">
! <input type ="hidden" name="cmd" value="contentSave" />
<input type="hidden" name="Gl2Content->ContentId" />
<table>
--- 19,23 ----
</script>
<form id="contentEditor" action="{baseUrl}/index.php/content/contentSave" method="POST">
! <input type="hidden" name="cmd" value="contentSave" />
<input type="hidden" name="Gl2Content->ContentId" />
<table>
***************
*** 26,36 ****
<td>{getFormattedDate(item,#getDateCreated#)}</td>
</tr>
! <tr>
<th align="left">Expiration Date:</th>
! <td>
! <input type="text" size="44" name="Gl2Item->expirationDate" />
! <i>MM/DD/YYYY</i>
</td>
! </tr>
<tr>
<th align="left">Content Type:</th>
--- 26,38 ----
<td>{getFormattedDate(item,#getDateCreated#)}</td>
</tr>
! <!-- Damien 8/17/07- I feel this is not needed right now, so I'll use a hidden input to set.
! It gets set to NULL most of the time anyway at the moment. -->
! <!-- <tr>
<th align="left">Expiration Date:</th>
! <td> -->
! <input type="hidden" size="44" name="Gl2Item->expirationDate" />
! <!-- <i>MM/DD/YYYY</i>
</td>
! </tr> -->
<tr>
<th align="left">Content Type:</th>
Index: ContentMainView.thtml
===================================================================
RCS file: /cvsroot/geeklog2/Geeklog-2.x/plugins/content/themes/default/ContentMainView.thtml,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** ContentMainView.thtml 8 Aug 2007 20:23:45 -0000 1.1
--- ContentMainView.thtml 12 Sep 2007 18:23:29 -0000 1.2
***************
*** 10,14 ****
<p>
<b>{curContent.getContentTitle()}</b><br />
! written by <b>{curContent.getContentAuthor()}</b> on <<em>date content written goes here</em>><br />
<em>Brief overview</em>:<br />{curContent.getDescription()}<br />
<a href="{baseUrl}/index.php/content/contentDisplay/{curContent.getContentId()}">Read more...</a>
--- 10,14 ----
<p>
<b>{curContent.getContentTitle()}</b><br />
! written by <b>{curContent.getContentAuthor()}</b> on <<em>Date content created goes here.</em>><br />
<em>Brief overview</em>:<br />{curContent.getDescription()}<br />
<a href="{baseUrl}/index.php/content/contentDisplay/{curContent.getContentId()}">Read more...</a>
More information about the geeklog-cvs
mailing list