<html xmlns:form="http://www.novell.com/dirxml/manualtask/form">
<head></head>
<body>
Dear $manager$,<p/>
<p>
This message is to inform you that your new employee <b>$given-name$
$surname$</b> has been hired.
<p>
You need to assign a room number for this individual. Click <a
href="$url$">Here</a> to do this.
</p>
<p>
Thank you,<br/>
HR Department
</p>
</body>
</html>
The following example template is used to generate a plain text e-mail message body:
<form:text xmlns:form="http://www.novell.com/dirxml/manualtask/form">
Dear $manager$,
This message is to inform you that your new employee $given-name$ $surname$
has been hired.
You need to assign a room number for this individual. Use the following link to
do this:
$url$
Thank you,
The HR Department
</form:text>
The <
form:text
<
form:text
The following template is used to generate an HTML form used as a Web page for entering data:
<html
xmlns:form="http://www.novell.com/dirxml/manualtask/form">
<head>
<title>Enter room number for $subject-name$</title>
</head>
<body>
<link href="novdocmain.css" rel="style sheet" type="text/css"/>
<br/><br/><br/><br/>
<form class="myform" METHOD="POST" ACTION="$url-base$/
process_template.xsl">
<table cellpadding="5" cellspacing="10" border="1" align="center">
value="process_template.xsl"/>
14
Identity Manager 3.6 Manual Task Service Driver Implementation Guide
> element is required because templates must be XML documents. The
> element is stripped as part of the template processing.
<tr><td>
<input TYPE="hidden" name="template" value="post_form.xml"/>
<input TYPE="hidden" name="subject-name" value="$subject-name$"/>
<input TYPE="hidden" name="association" value="$association$"/>
<input TYPE="hidden" name="response-style sheet"
<input TYPE="hidden" name="response-template"
Need help?
Do you have a question about the IDENTITY MANAGER 3.6.1 - MANUAL TASK SERVICE DRIVER and is the answer not in the manual?
Questions and answers