|
From: Florin C B. <ory...@us...> - 2013-06-19 02:33:04
|
Update of /cvsroot/mxbb/core/modules/mx_shared/tinymce/examples/templates In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv1696/templates Added Files: layout1.htm snippet1.htm Log Message: --- NEW FILE: snippet1.htm --- This is just some <strong>code</strong>. --- NEW FILE: layout1.htm --- <table border="1"> <thead> <tr> <td>Column 1</td> <td>Column 2</td> </tr> </thead> <tbody> <tr> <td>Username: {$username}</td> <td>Staffid: {$staffid}</td> </tr> </tbody> </table> |