Difference between revisions of "Template Page - Confirmation Template"

From SmartWiki
Jump to: navigation, search
m
Line 1: Line 1:
 
{{UnderConstruction}}
 
{{UnderConstruction}}
  
 +
The Confirmation Template will be displayed after the [[Template Page]] is submitted by the end user.
 +
 +
==Examples==
 
<pre style="white-space: pre-wrap;  
 
<pre style="white-space: pre-wrap;  
 
  white-space: -moz-pre-wrap;  
 
  white-space: -moz-pre-wrap;  

Revision as of 10:47, 30 April 2014

Template:UnderConstruction

The Confirmation Template will be displayed after the Template Page is submitted by the end user.

Examples

<html>
<head>
@STYLELINK@
</head>
<body leftmargin=1 rightmargin=1 topmargin=1 bottommargin=1 marginheight=1 marginwidth=1>

<center><h2>Thank you...</h2></center></body>
</html>


<html>
<head>
@STYLELINK@
</head>
<body leftmargin=1 rightmargin=1 topmargin=1 bottommargin=1 marginheight=1 marginwidth=1>

<!--@sslogic("@Q1@"="Yes" and "@Q2@"="Yes" and "@Q3@"="Yes" and "@Q4@"="Yes")-->
<script>
location.href="/ex/ex_Apppage.jsp?token=HwwISRgGZ15RSxde&appid=102587&oppid=@opportunityid@";
</script>
<!--@else-->
<script>

       location.href ="/simpleface/sm_home.jsp";

</script>
</body>                                                 

<!--@end-->

</html>