<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
<font face="Courier New, Courier, monospace"><big><font
face="Times New Roman, Times, serif">Hi all,<br>
I am a newbie of OpenCMS and, in the working team I work, one of the
first task assigned is to develop a new template on an existing test
site.<br>
I started to redesign a completely new template like this:</font></big><br>
<br>
<template_dir><br>
classes<br>
elements<br>
boxes<br>
linkbox.jsp<br>
listbox.jsp<br>
textbox.jsp <br>
boxes.jsp<br>
breadcrumb.jsp<br>
login.jsp<br>
menu<br>
nav_left.jsp<br>
lib<br>
<empty><br>
pages<br>
article.jsp<br>
default.jsp<br>
event.jsp<br>
goto.jsp<br>
item.jsp<br>
news.jsp<br>
search.jsp<br>
switch.html.jsp<br>
resources:<br>
css<br>
codex.css<br>
images<br>
<something like banner, etc..><br>
video<br>
<some swf animation><br>
src<br>
<empty><br>
templates<br>
main.jsp<br>
<br>
<br>
<font face="Times New Roman, Times, serif"><big>In the main.jsp I
inserted this part of code:</big></font><br>
<br>
<br>
...something before...<br>
<br>
</cms:template><br>
<cms:template element="body"><br>
<cms:include element="body" editable="true"/><br>
</cms:template><br>
<cms:template element="foot"><br>
<br>
...something after...<br>
<br>
<br>
<big><font face="Times New Roman, Times, serif">The problem is the
following:<br>
I enter as 'admin' and, in the workplace, I click on a jsp (or other
content) and I am able to access and modify the content via 'direct
edit' in the new instance of the browser, but not in the front-end of
the site.<br>
What's wrong? In the TemplateTwo demo, as admin I am able to modify all
the contents in the front-end, so I suppose that I got wrong
'somewhere'...<br>
I would like to receive a support by Community.<br>
Thanks in advance!</font></big><br>
<br>
</font>
<div class="moz-signature">-- <br>
<!-- testo commentato --><font color="#0000ff" size="-1">
<strong>Stefano Pesci</strong><br>
<em></em><br>
</font></div>
</body>
</html>