Installation guide

SAP Template Files
Chapter 6 Single Sign-On Solution for SAP Internet Transaction Server 2.0 159
Template file extautherror.html
‘end‘
<tr><td></td><td>‘~MessageLine‘</td></tr>
</table>
</td>
</tr>
<tr>
<td>
<table align=center">
<tr>
<td>
<!--
here again for LDAP we switch the Submit button
-->
‘if (~extauthtype == "LDAP")‘
<input type=button name="~OkCode=/0" value="Logon" onClick="buildDN()">
‘else‘
<input type=submit name="~OkCode=/0" value="Logon">
‘end‘
</td>
</tr>
</table>
</td>
</tr>
</form>
</td>
</tr>
</table>
Code Example 6-2 Template file extautherror.html
<H3>Error during authentication process.</H3>
‘if (~messageline != "")‘
<p>The following error occured:</p>‘~messageline‘
<p> The trace files might contain more information about the problem.</p>
‘else‘
<p>The error can’t be qualified in more detail.</p>
<p>The trace file may contain further information about this error.</p>
‘end‘
Code Example 6-1 Template file
login.html