|
From: Greg M. <bli...@us...> - 2008-01-02 21:59:32
|
Update of /cvsroot/phpwebsite-comm/modules/mailinglists/templates/blocks In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3572/templates/blocks Added Files: anon.tpl user.tpl Log Message: Committing complete rewrite which supports phpWebSite 1.x --- NEW FILE: anon.tpl --- <div class="mailinglists-sideblock"> <div class="box"> <div class="box-title"><h1>{TITLE}</h1></div> <div class="box-content"> {START_FORM} <!-- BEGIN list-id --> {LIST_ID_LABEL}<br />{LIST_ID}<br /><br /> <!-- END list-id --> {EMAIL_LABEL}<br />{EMAIL}<br />{HTML} {HTML_LABEL}<br /><br /> {SUBMIT} {END_FORM} </div> </div> </div> --- NEW FILE: user.tpl --- <div class="mailinglists-sideblock"> <div class="box"> <div class="box-title"><h1>{TITLE}</h1></div> <div class="box-content"> <!-- BEGIN listrows --> {LIST_NAME}<br /> <!-- END listrows --> <!-- BEGIN empty_message --> {EMPTY_MESSAGE}<br /> <!-- END empty_message --> <br />{MENU_LINK} </div> </div> </div> |