Update of /cvsroot/cobricks/cobricks2/web/discussion
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12864/web/discussion
Added Files:
index.html.en
Log Message:
New Discussion Componenten first classes
--- NEW FILE: index.html.en ---
#parse ( "pageheader.html" )
<em><a href="index.html.en">Discussion Component</a></em>
<h1>Cobricks2 - Discussion Component</h1>
#if (!$discussionManager)
<h2>Couldn't find Discussion Component</h2>
<p>
Please make sure, that every part of the component
has been loaded without errors.
</p>
#else
<h2>Welcome to the Discussion Component start page</h2>
$discussionManager.getTestString()
#end
#parse ( "pagefooter.html" )
|