|
Welcome to Atomikos
|
Download Whitepapers
Hi! You have selected to download
TransactionsForXTP-WhitePaper.pdf -
we hope that you don't mind answering a few questions first. Thank you for your understanding...
%STARTSECTION{"wizard"}%<!-- wizard -->
<div style="display:%IF{"$'step' = 'step1' OR not defined 'step'" then="block" else="none"}%">
Hi! You have selected to download
%IF{"defined 'article'" then="<strong><nop>%URLPARAM{"article"}%</strong>" else="an Atomikos whitepaper"}% -
we hope that you don't mind answering a few questions first. Thank you for your understanding...
<form id="step1" action="%SCRIPTURLPATH{"view"}%/%WEB%/%TOPIC%">
<input type="hidden" name="article" value="%URLPARAM{"article"}%" />
<input type="hidden" name="step" value="step2" />
<fieldset>
<legend><b>Step 1 of 2</b></legend>
<div class="foswikiFormSteps">
<div class="foswikiFormStep">
<h3>First Name:</h3>
<input type="text" id="firstname" name="firstname" class="foswikiInputField required" size="40" />
</div>
<div class="foswikiFormStep">
<h3>Last Name:</h3>
<input type="text" id="name" name="name" class="foswikiInputField required" size="40" />
</div>
<div class="foswikiFormStep">
<h3>Email:</h3>
<input type="text" id="email" name="email" class="foswikiInputField required email" size="40" />
</div>
<div class="foswikiFormStep">
<h3>Phone:</h3>
<input type="text" id="phone" name="phone" class="foswikiInputField required" size="40" />
</div>
<div class="foswikiFormStep">
<h3>Company:</h3>
<input type="text" id="Company" name="company" class="foswikiInputField" size="40" />
</div>
<div class="foswikiFormStep">
<h3>Role:</h3>
<input type="text" id="Role" name="role" class="foswikiInputField" size="40" />
</div>
<div class="foswikiFormStep">
<h3>I am interested for the following reason:</h3>
<textarea rows="5" cols="25" name="interest" id="interest" style="width:100%" class="foswikiTextarea"></textarea>
</div>
<div class="foswikiFormStep">
<input type="checkbox" id="newsletter" name="newsletter" value="NEWSLETTER" class="foswikiCheckbox" checked="checked">
<label for="newsletter">Please send me an email notification about newest releases.</label>
</div>
<div class="foswikiFormStep foswikiFormLast foswikiFormButtons">
%BUTTON{"Next" type="submit" icon="tick"}%
%CLEAR%
<span class="error_summary" id="summary_step1" style="display:none"></span>
</div>
</div>
</fieldset>
</form>
</div>
<div style="display:%IF{"$'step'='step2'" then="block" else="none"}%">
<form id="step2" enctype="application/x-www-form-urlencoded" name="mailform" action="%SCRIPTURL{sendemail}%/%WEB%/%TOPIC%">
<input type="hidden" name="article" value="%URLPARAM{"article"}%" />
<input type="hidden" name="errorsection" value="error" />
<input type="hidden" name="successsection" value="thanks" />
<input type="hidden" name="to" value="publications@atomikos.com" />
<input type="hidden" name="subject" value="Whitepaper download request by %URLPARAM{"firstname"}% %URLPARAM{"name"}%" />
<input type="hidden" name="from" value="%URLPARAM{"email"}%" />
<textarea name="body" style="display:none">
Date: %GMTIME%
First Name: %URLPARAM{"firstname"}%
Last Name: %URLPARAM{"name"}%
Email: %URLPARAM{"email"}%
Remote-Host: %REMOTE_ADDR%
Phone: %URLPARAM{"phone"}%
Company: %URLPARAM{"company"}%
Role: %URLPARAM{"role"}%
Interest: %URLPARAM{"interest"}%
Article: %URLPARAM{"article"}%
Newsletter: %URLPARAM{"newsletter"}%
</textarea>
<fieldset>
<legend><b>Step 2 of 2</b></legend>
<div class="foswikiFormSteps">
<div class="foswikiFormStep">
<h3>Please review below information:</h3>
<table class="foswikiLayoutTable verifyTable">
<tr>
<th class="foswikiFirstCol">First Name:</th>
<td>%URLPARAM{"firstname"}%</td>
</tr>
<tr>
<th class="foswikiFirstCol">Last Name:</th>
<td>%URLPARAM{"name"}%</td>
</tr>
<tr>
<th class="foswikiFirstCol">Email:</th>
<td>%URLPARAM{"email"}%</td>
</tr>
<tr>
<th class="foswikiFirstCol">Phone:</th>
<td>%URLPARAM{"phone"}%</td>
</tr>
<tr>
<th class="foswikiFirstCol">Company:</th>
<td>%URLPARAM{"company"}%</td>
</tr>
<tr>
<th class="foswikiFirstCol">Role:</th>
<td>%URLPARAM{"role"}%</td>
</tr>
<tr>
<th class="foswikiFirstCol">I am interested for the following reason:</th>
<td>%URLPARAM{"interest"}%</td>
</tr>
<tr>
<th class="foswikiFirstCol">Newsletter:</th>
<td>
%IF{"defined newsletter" as="NEWSLETTER"
then="You want to receive an email notification about newest releases."
else="You do _not_ want to receive an email notification about newest releases."
}%
</td>
</tr>
</table>
</div>
<div class="foswikiFormStep foswikiFormLast foswikiFormButtons">
%BUTTON{"Next" type="submit" icon="tick"}%
%CLEAR%
</div>
</div>
</fieldset>
</form>
</div>
%IF{"$'URLPARAM{email}'!=''"
then="$percntSESSION_VARIABLE{\"email\" set=\"%URLPARAM{"email"}%\"}$percnt"
}%
*Do you need help?*
Contact our <a href="mailto:support@atomikos.com?subject=%ENCODE{"I need help to download a whitepaper"}%">support</a>.
%ENDSECTION{"wizard"}%
%STARTSECTION{"error"}%
<form>
<fieldset>
<legend class="foswikiAlert">Error</legend>
<div class="foswikiFormSteps">
<div class="foswikiFormStep">
There was an error while processing your request.
</div>
<div class="foswikiFormStep">
%SENDEMAIL%
</div>
<div class="foswikiFormStep">
Please, contact our support for help.
</div>
<div class="foswikiFormStep foswikiFormLast foswikiFormButtons">
<input type="button" class="foswikiSubmit" value="OK" onclick="window.location='mailto:support@atomikos.com?subject=%ENCODE{"Problem while downloading whitepapers"}%&body=%ENCODE{"Hi, I did the following and then an error happened: ..."}%'" />
</div>
</div>
</fieldset>
</form>
%INCLUDE{"%WEB%.%TOPIC%" section="headerstuff"}%
%ENDSECTION{"error"}%
%STARTSECTION{"thanks"}%
%SESSION_VARIABLE{"registration" set="ok"}%
<form action="%SCRIPTURLPATH{view}%/%LANDINGTOPIC%"}%">
<input type="hidden" name="email" value="%SESSION_VARIABLE{"email"}%" />
<fieldset>
<legend><b>Thank you</b></legend>
<div class="foswikiFormSteps">
<div class="foswikiFormStep">
<h3>Thanks for registering!</h3>
%IF{"'%URLPARAM{"article"}%'!=''"
then="You can download the requested white paper here:
<ul>
<li class='pdf'><a target='_blank' href='http://www.atomikos.com/downloads/articles/%URLPARAM{"article"}%?registration=ok'>%URLPARAM{"article"}%</a></li>
</ul>"
else="You can download our white paper content here:
<ul>
<li class='pdf'><a target='_blank' href='http://www.atomikos.com/downloads/articles/TransactionsForXTP-WhitePaper.pdf?registration=ok&email=%SESSION_VARIABLE{"email"}%'>Transactions for XTP</a></li>
<li class='pdf'><a target='_blank' href='http://www.atomikos.com/downloads/articles/TransactionsForSOA-WhitePaper.pdf?registration=ok&email=%SESSION_VARIABLE{"email"}%'>Transactions for SOA</a></li>
<li class='pdf'><a target='_blank' href='http://www.atomikos.com/downloads/articles/TransactionsEssentials-Datasheet.pdf?registration=ok&email=%SESSION_VARIABLE{"email"}%'>TransactionsEssentials® Datasheet</a></li>
<li class='pdf'><a target='_blank' href='http://www.atomikos.com/downloads/articles/ExtremeTransactions-Datasheet.pdf?registration=ok&email=%SESSION_VARIABLE{"email"}%'>ExtremeTransactions® Datasheet</a></li>
</ul>"
}%
You may also want to check out our full list of publications online:
<ul>
<li class="more"> http://www.atomikos.com/Publications </li>
</ul>
Best regards,
Atomikos
</div>
<div class="foswikiFormStep foswikiFormLast foswikiFormButtons">
%BUTTON{"Ok" type="submit" icon="tick"}%
%CLEAR%
</div>
</div>
</fieldset>
</form>
%INCLUDE{"%WEB%.%TOPIC%" section="headerstuff"}%
%ENDSECTION{"thanks"}%
%STARTSECTION{"headerstuff"}%
%JQREQUIRE{"validate"}%
%JQREQUIRE{"maskedinput"}%
<literal>
<script type="text/javascript">
$(function() {
var step = '%URLPARAM{"step" default="step1"}%';
$("#"+step)
.bind("invalid-form.validate", function(e, validator) {
var errors = validator.numberOfInvalids();
if (errors) {
$("#summary_"+step).html("There was an error. Please, see above.").show();
} else {
$("#summary_"+step).hide();
}
})
.validate();
});
</script>
<style type="text/css">
span.error_summary,
label.error {
color:red;
padding-left:1.0em;
}
fieldset .foswikiFormSteps {
background:#fff;
border:1px solid #fff;
}
</style>
</literal>
%ENDSECTION{"headerstuff"}%
![]() |