History
   Show Presentation
 
 
 138
Home • Plugins • RWDForms • 138
 






<!--#set var="confirmationmessage" value="" --><!--#if expr="<X-FC-URL-PARAMETER confirmationmessage EXISTS> && <X-FC-URL-PARAMETER confirmationmessage LENGTH> > 0" --><!--#set var="confirmationmessage" value="<X-FC-URL-PARAMETER confirmationmessage STRING>" --><!--#elif expr="<X-FC-URL-PARAMETER amp;confirmationmessage EXISTS> && <X-FC-URL-PARAMETER amp;confirmationmessage LENGTH> > 0" --><!--#set var="confirmationmessage" value="<X-FC-URL-PARAMETER amp;confirmationmessage STRING>" --><!--#endif-->
<!--#if expr="<X-FC-URL-PARAMETER portaluser NUMBER> == 0"--><?xml version="1.0" encoding="<X-FC-ITEM DATA[Charset]>"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!--^ Plugins/<X-FC-URL-PARAMETER Plugin>/138 Para=<X-FC-URL-PARAMETER>-->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<style>
body{
        background-color:#<X-FC-URL-PARAMETER n_pbgc>;
        color:#<X-FC-URL-PARAMETER n_pfcolor>;
        font-size:<X-FC-URL-PARAMETER n_pfsize>px;
        font-family:<X-FC-URL-PARAMETER n_pfface>;
}

a.closelnk:link, a.closelnk:hover, a.closelnk:visited, a.closelnk:active{text-decoration:underline;color:#<X-FC-URL-PARAMETER n_pfcolor>;font-family:<X-FC-URL-PARAMETER n_pfface>;font-size:<X-FC-URL-PARAMETER n_pfsize>px;}
</style>

</head>
<body>
<!--#if expr="<X-FC-URL-PARAMETER closemodal NUMBER>==1"-->
<script type="text/javascript">
        parent.$.nmTop().close();
</script><noscript>Your browser does not support JavaScript!</noscript><!--#else-->
<div><!--#if expr="@length($confirmationmessage) > 0" --><!--#include virtual="/Plugins/RWDUser/${confirmationmessage}?Plugin=RWDForms&formid=96" --><!--#else -->Your feedback has been submitted, thank you. <!--#endif --><br /><br />

<a class="closelnk" href="javascript:void(0);" onclick="parent.$.nmTop().close(); return false;">Close this window</a>
</div>
<!--#endif-->
</body>
</html>