[CMF-checkins] CVS: CMF - finish_portal_construction.pt:1.1

andrew@digicool.com andrew@digicool.com
Wed, 27 Jun 2001 13:01:45 -0400 (EDT)


Update of /cvs-repository/CMF/CMFDecor/skins/zpt_control
In directory korak.digicool.com:/tmp/cvs-serv16692/zpt_control

Added Files:
	finish_portal_construction.pt 
Log Message:

*converted to zpt.



--- Added File finish_portal_construction.pt in package CMF ---
<html xmlns:tal="http://xml.zope.org/namespaces/tal"
      xmlns:metal="http://xml.zope.org/namespaces/metal"
      metal:use-macro="here/main_template/macros/master">
<body>
<div metal:fill-slot="main">

<div class="Desktop">

<h3>Welcome to the CMF!</h3>

<p>The first thing you should do is visit the
 <a href="http://cmf.zope.org"
    tal:attributes="href python: here.portal_url() + '/reconfig_form'">basic configuration form</a>.<br />
 Then visit the <a href="http://cmf.zope.org"
 				   tal:attributes="href python: here.portal_url() + '/manage'">management interface</a> and
 the <a href="http://cmf.zope.org"
         tal:attributes="href python: here.portal_url()">home page</a>.
</p>
</div>
</div>
</body>
</html>