<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Hi all, <br>
<br>
When I used to create a module with OpenCms 5, a folder tree was been
creating with the following structure : <br>
/system/modules/module.name<br>
/system/modules/module.name/administration<br>
/system/modules/module.name/classes<br>
/system/modules/module.name/default_bodies<br>
/system/modules/module.name/locales<br>
/system/modules/module.name/pics<br>
/system/modules/module.name/templates<br>
<br>
This feature is not any more implemented in the current version 6.0. Is
it scheduled in the next versions ?<br>
<br>
Regards,<br>
<pre class="moz-signature" cols="72">Xavier Ottolini
Développeur multimédia

Adelis
37, rue d'Engwiller
67350 La Walck
France
Téléphone : +33 (0) 3 88 72 29 10
Télécopie : +33 (0) 3 88 72 29 19
<a class="moz-txt-link-freetext" href="http://www.adelis.com">http://www.adelis.com</a>

</pre>
Michael, Nick N a écrit :
<blockquote
 cite="mid892F4FC670DD434E95716021E17ADE30080AAB7B@sbicjnbmsg09.za.sbicdirectory.com"
 type="cite">
  <meta http-equiv="Content-Type" content="text/html; ">
  <meta name="Generator"
 content="MS Exchange Server version 5.5.2658.24">
  <title>RE: [opencms-dev] nm- Help needed - Module for template
-Someone Please help me</title>
  <p><font size="2">Thanks very much Mike</font>
  </p>
  <p><font size="2">With kind regards</font>
  <br>
  <font size="2">Nick Michael</font>
  <br>
  <font size="2">tel 2-9032</font>
  <br>
  <font size="2">cell 082-508-1950</font>
  </p>
  <br>
  <p><font size="2">-----Original Message-----</font>
  <br>
  <font size="2">From: <a class="moz-txt-link-abbreviated" href="mailto:opencms-dev-bounces@opencms.org">opencms-dev-bounces@opencms.org</a></font>
  <br>
  <font size="2">[<a href="mailto:opencms-dev-bounces@opencms.org">mailto:opencms-dev-bounces@opencms.org</a>]On
Behalf Of Michael Moossen</font>
  <br>
  <font size="2">Sent: Thursday, August 04, 2005 09:39</font>
  <br>
  <font size="2">To: The OpenCms mailing list</font>
  <br>
  <font size="2">Subject: Re: [opencms-dev] nm- Help needed - Module
for template</font>
  <br>
  <font size="2">-Someone Please help me</font>
  </p>
  <br>
  <p><font size="2">Hi, Nick!</font>
  </p>
  <p><font size="2">> 1) where do I put these files ?</font>
  <br>
  <font size="2">anywhere you want... recommended is under
/system/modules/${modulename}/</font>
  <br>
  <font size="2">may be using sub dirs like /templates/, /resources/,
etc.</font>
  </p>
  <p><font size="2">> 2) How do I get them added to the module?</font>
  <br>
  <font size="2">set the module resources:</font>
  <br>
  <font size="2">Administration View -> Modules -> Edit Module
-> Edit Resources</font>
  </p>
  <p><font size="2">> 3) Is there a way to create a new Module that
automatically picks up the 3</font>
  <br>
  <font size="2">> files or that give me the option to select them ?</font>
  <br>
  <font size="2">see answer to question 2.</font>
  </p>
  <p><font size="2">-- </font>
  <br>
  <font size="2">Regards</font>
  <br>
  <font size="2">Michael Moossen</font>
  <br>
  <font size="2">Alkacon Software GmbH - The OpenCms Experts</font>
  </p>
  <p><font size="2"><a href="http://www.alkacon.com" target="_blank">http://www.alkacon.com</a></font>
  </p>
  <br>
  <br>
  <p><font size="2">Quoting "Michael, Nick N"
<a class="moz-txt-link-rfc2396E" href="mailto:Nick.Michael@standardbank.co.za"><Nick.Michael@standardbank.co.za></a>:</font>
  </p>
  <p><font size="2">> Hi there</font>
  <br>
  <font size="2">> </font>
  <br>
  <font size="2">> I created a new module to hold a template</font>
  <br>
  <font size="2">> </font>
  <br>
  <font size="2">> Module  name:  basicTemplate1</font>
  <br>
  <font size="2">> Package name:  com.nickm.co.za.basicTemplate1 </font>
  <br>
  <font size="2">> </font>
  <br>
  <font size="2">> I exported it and got this file : </font>
  <br>
  <font size="2">> com.nickm.co.za.basicTemplate1_0.1.zip</font>
  <br>
  <font size="2">> </font>
  <br>
  <font size="2">> All I found in the Zip file was an XML file : 
manifest.xml</font>
  <br>
  <font size="2">> </font>
  <br>
  <font size="2">> I do not know how to go about adding my template
to this Module.</font>
  <br>
  <font size="2">> As I was given an option to put files into the
Module</font>
  <br>
  <font size="2">> </font>
  <br>
  <font size="2">> I have 3 files :</font>
  <br>
  <font size="2">> basicTemplate1.jsp  which is my new template</font>
  <br>
  <font size="2">> navigation.jsp      which is <%@ include file
= 'navigation.jsp' %> in the</font>
  <br>
  <font size="2">> above jsp</font>
  <br>
  <font size="2">> style.css           which is a style sheet for my
template to use</font>
  <br>
  <font size="2">> </font>
  <br>
  <font size="2">> 1) where do I put these files ?</font>
  <br>
  <font size="2">> 2) How do I get them added to the module?</font>
  <br>
  <font size="2">> </font>
  <br>
  <font size="2">> I must admit the documentation is not very clear
on doing this</font>
  <br>
  <font size="2">> </font>
  <br>
  <font size="2">> 3) Is there a way to create a new Module that
automatically picks up the 3</font>
  <br>
  <font size="2">> files or that give me the option to select them ?</font>
  <br>
  <font size="2">> </font>
  <br>
  <font size="2">> </font>
  <br>
  <font size="2">> Your help will really be appreciated by me</font>
  <br>
  <font size="2">> </font>
  <br>
  <font size="2">> With kind regards</font>
  <br>
  <font size="2">> Nick</font>
  <br>
  <font size="2">> </font>
  <br>
  <font size="2">></font>
  <br>
  <font size="2">__________________________________________________________________________________________________________________________________</font></p>
  <p><font size="2">> </font>
  <br>
  <font size="2">> Standard Bank Disclaimer and Confidentiality Note</font>
  <br>
  <font size="2">> </font>
  <br>
  <font size="2">> This e-mail, its attachments and any rights
attaching hereto are, unless the</font>
  <br>
  <font size="2">> context clearly indicates otherwise, the property
of Standard Bank Group</font>
  <br>
  <font size="2">> Limited</font>
  <br>
  <font size="2">> and/or its subsidiaries ("the Group"). It is
confidential, private and</font>
  <br>
  <font size="2">> intended for the addressee only. Should you not
be the addressee and receive</font>
  <br>
  <font size="2">> this e-mail by</font>
  <br>
  <font size="2">> mistake, kindly notify the sender, and delete
this e-mail, immediately and do</font>
  <br>
  <font size="2">> not disclose or use same in any manner
whatsoever. Views and opinions</font>
  <br>
  <font size="2">> expressed in this e-mail are those of the sender
unless clearly stated as</font>
  <br>
  <font size="2">> those of the Group. The Group accepts no
liability whatsoever for any loss</font>
  <br>
  <font size="2">> or</font>
  <br>
  <font size="2">> damages whatsoever and howsoever incurred, or
suffered, resulting, or</font>
  <br>
  <font size="2">> arising, from the use of this email or its
attachments. The Group does not</font>
  <br>
  <font size="2">> warrant the integrity</font>
  <br>
  <font size="2">> of this e-mail nor that it is free of errors,
viruses, interception or</font>
  <br>
  <font size="2">> interference. Licensed divisions of the Standard
Bank Group are authorised</font>
  <br>
  <font size="2">> financial services providers</font>
  <br>
  <font size="2">> in terms of the Financial Advisory and
Intermediary Services Act, No 37 of</font>
  <br>
  <font size="2">> 2002 (FAIS).</font>
  <br>
  <font size="2">> For information about the Standard Bank Group
Limited visit our website</font>
  <br>
  <font size="2">> <a href="http://www.standardbank.co.za"
 target="_blank">http://www.standardbank.co.za</a></font>
  <br>
  <font size="2">></font>
  <br>
  <font size="2">___________________________________________________________________________________________________________________________________</font></p>
  <p><font size="2">> </font>
  </p>
  <br>
  <p><font size="2">----------------------------------------------------------------</font>
  <br>
  <font size="2">This message was sent using IMP, the Internet
Messaging Program.</font>
  </p>
  <br>
  <br>
  <p><font size="2">_______________________________________________</font>
  <br>
  <font size="2">This mail is send to you from the opencms-dev mailing
list</font>
  <br>
  <font size="2">To change your list options, or to unsubscribe from
the list, please visit</font>
  <br>
  <font size="2"><a
 href="http://mail.opencms.org/mailman/listinfo/opencms-dev"
 target="_blank">http://mail.opencms.org/mailman/listinfo/opencms-dev</a></font>
  </p>
  <div>__________________________________________________________________________________________________________________________________</div>
  <div><span class="236492506-24112004"><font size="2"><span
 style="font-size: 9pt; font-family: Arial;" lang="EN-ZA"><strong><span
 style="font-size: 9pt; font-family: Arial;" lang="EN-US">Standard Bank
Disclaimer and Confidentiality Note<O:P></O:P></span></strong>
  <p class="MsoNormal" style="margin: 0cm 0cm 0pt;"><span
 style="font-size: 9pt;"><O:P></O:P></span></p>
  <p class="MsoBodyText"
 style="margin: 0cm 0cm 0pt; line-height: normal; text-align: justify;"><span
 style="font-size: 9pt; font-family: Arial;" lang="EN-US">This e-mail,
its attachments and any rights attaching hereto are, unless the context
clearly indicates otherwise, the property of Standard Bank Group
Limited </span><span style="font-size: 9pt; font-family: Arial;"
 lang="EN-US">and/or its subsidiaries ("the Group"). It is
confidential, private and intended for the addressee only.</span></p>
  <p class="MsoBodyText"
 style="margin: 0cm 0cm 0pt; line-height: normal; text-align: justify;"><span
 style="font-size: 9pt; font-family: Arial;" lang="EN-US"></span><span
 style="font-size: 9pt; font-family: Arial;" lang="EN-US">Should you
not be the addressee and receive this e-mail by </span><span
 style="font-size: 9pt; font-family: Arial;" lang="EN-US">mistake,
kindly notify the sender, and delete this e-mail, immediately and do
not disclose or use same in any manner whatsoever. </span><span
 style="font-size: 9pt; font-family: Arial;" lang="EN-US">Views and
opinions expressed </span><span
 style="font-size: 9pt; font-family: Arial;" lang="EN-US">in this
e-mail are those of the sender unless clearly stated as those of the
Group. The Group </span><span
 style="font-size: 9pt; font-family: Arial;" lang="EN-US">accepts no
liability whatsoever for any loss or damages </span><span
 style="font-size: 9pt; font-family: Arial;" lang="EN-US">whatsoever
and howsoever incurred, or suffered, resulting, or arising, from the
use of this email or its attachments.</span></p>
  <p class="MsoBodyText"
 style="margin: 0cm 0cm 0pt; line-height: normal; text-align: justify;"><span
 style="font-size: 9pt; font-family: Arial;" lang="EN-US"></span><span
 style="font-size: 9pt; font-family: Arial;" lang="EN-US">The Group
does not warrant the integrity of this </span><span
 style="font-size: 9pt; font-family: Arial;" lang="EN-US">e-mail nor
that it is free of errors, viruses, interception or interference. </span><span
 style="font-size: 9pt; font-family: Arial;">Licensed divisions of the
Standard Bank Group are authorised financial services providers in
terms of the Financial Advisory and Intermediary Services Act, No 37 of
2002 (FAIS).</span><span style="font-size: 9pt; font-family: Arial;"
 lang="EN-US"><O:P></O:P></span></p>
  <p class="MsoBodyText"
 style="margin: 0cm 0cm 0pt; line-height: normal; text-align: justify;"><span
 style="font-size: 9pt; font-family: Arial;" lang="EN-US"><O:P></O:P></span></p>
  <p class="MsoBodyText"
 style="margin: 0cm 0cm 0pt; line-height: normal;"><span
 style="font-size: 9pt; font-family: Arial;" lang="EN-US">For
information about the Standard Bank Group Limited visit our website <a
 href="http://www.standardbank.co.za"><font color="#0000ff">http://www.standardbank.co.za</font></a></span></p>
  </span></font></span><font color="#0000ff"><font color="#000000">__________________________________________________________________________________________________________________________________<br>
  </font></font></div>
  <pre wrap="">
<hr size="4" width="90%">


_______________________________________________
This mail is send to you from the opencms-dev mailing list
To change your list options, or to unsubscribe from the list, please visit
<a class="moz-txt-link-freetext" href="http://mail.opencms.org/mailman/listinfo/opencms-dev">http://mail.opencms.org/mailman/listinfo/opencms-dev</a></pre>
</blockquote>
</body>
</html>