phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] CVS: sitemgr/sitemgr-site/templates/default/modules/


From: Michael Totschnig <address@hidden>
Subject: [Phpgroupware-cvs] CVS: sitemgr/sitemgr-site/templates/default/modules/news newsblock.tpl,NONE,1.1
Date: Tue, 04 Mar 2003 12:28:12 -0500

Update of 
/cvsroot/phpgroupware/sitemgr/sitemgr-site/templates/default/modules/news
In directory subversions:/tmp/cvs-serv29163/templates/default/modules/news

Added Files:
        newsblock.tpl 
Log Message:
reorganise place where modules are stored


--- NEW FILE ---
<!-- BEGIN NewsBlock -->
<div align="right">
<table width="95%" border="0" cellspacing="0" cellpadding="0">
<tr>
        <td height="23" width="432">
                <b>
                                {news_title}
                </b>
        </td>
</tr>
<tr> 
        <td height="23"> 
                <table width="100%" border="0" cellspacing="0" cellpadding="0">
                        <tr> 
                                <td> 
                                        <p>
                                                <i>Submitted by 
'{news_submitter}' {news_date}</i>
                                                <br>
                                                <br>
                                                        {news_content}
                                        </p>
                                </td>
                        </tr>
                </table>
        </td>
</tr>
</table>
</div>
<br><br>
<!-- END NewsBlock -->





reply via email to

[Prev in Thread] Current Thread [Next in Thread]