Update of /cvsroot/phpwebsite-comm/modules/mailinglists/templates/email
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3572/templates/email
Added Files:
edit.tpl list.tpl view.tpl
Log Message:
Committing complete rewrite which supports phpWebSite 1.x
--- NEW FILE: list.tpl ---
<table cellpadding="4" cellspacing="1" width="100%">
<tr>
<th>{SUBJECT} {SUBJECT_SORT}</th>
<th>{CREATED} {CREATED_SORT}</th>
<th>{ACTION}</th>
</tr>
<!-- BEGIN listrows -->
<tr{TOGGLE}>
<td>{SUBJECT}</td>
<td>{CREATED}</td>
<td>{ACTION}</td>
</tr>
<!-- END listrows -->
<!-- BEGIN empty_message -->
<tr{TOGGLE}>
<td colspan="3">{EMPTY_MESSAGE}</td>
</tr>
<!-- END empty_message -->
</table>
<!-- BEGIN navigation -->
<div class="align-center">
{TOTAL_ROWS}<br />
{PAGE_LABEL} {PAGES}<br />
{LIMIT_LABEL} {LIMITS}
</div>
<!-- END navigation -->
<!-- BEGIN search -->
<div class="align-right">
{SEARCH}
</div>
<!-- END search -->
--- NEW FILE: view.tpl ---
<h1>{SUBJECT}</h1>
{MESSAGE}
--- NEW FILE: edit.tpl ---
{START_FORM}
<div class="top-label">
<!-- BEGIN email-options -->
<div class="padded">{OPTIONS}</div>
<!-- END email-options -->
<div class="padded">
{SUBJECT_LABEL}<br />{SUBJECT}
<!-- BEGIN subject-error --><div class="mailinglists-error">{SUBJECT_ERROR}</div><!-- END subject-error -->
</div>
<div class="padded">{MSG_HTML_LABEL}<br />{MSG_HTML}</div>
<!-- BEGIN body-error -->
<div class="padded"><div class="mailinglists-error">{BODY_ERROR}</div></div>
<!-- END body-error -->
<div class="padded">{MSG_TEXT_LABEL}<br />{MSG_TEXT}</div>
<div class="padded">{SUBMIT}</div>
</div>
{END_FORM}
|