%PDF- %PDF-
| Direktori : /home/waritko/jetty-distribution-9.4.21.v20190926/webapps/ROOT/skins/flamingo/ |
| Current File : //home/waritko/jetty-distribution-9.4.21.v20190926/webapps/ROOT/skins/flamingo/create.vm |
#template("startpage.vm")
<div class="main layoutsubsection">
<div id="mainContentArea">
## ---------------------------------------------------------------------------------------------------------
## Since this template can be used for creating a Page or a Space, compute its title based on the passed
## "tocreate" parameter which can be either "page" or "space". If no "tocreate" parameter is passed then we
## default to creating a Page.
## ---------------------------------------------------------------------------------------------------------
#set($tocreate = $request.getParameter('tocreate'))
#if("$!tocreate" != 'space')
#set ($stepTitle = $services.localization.render('core.create.pageTitle'))
#else
#set ($stepTitle = $services.localization.render('core.create.spaceTitle'))
#end
<div class="xcontent">
#displayDocumentTitle($stepTitle)
#template("createinline.vm")
</div>## xcontent
</div>## mainContentArea
</div>## main
#template("endpage.vm")