Hi. You have selected to download
TransactionsForXTP-WhitePaper.pdf .
We hope that you don't mind to ask a few questions first. Thank you for your understanding.
Date: 09 Feb 2010 - 05:21
First Name:
Last Name:
Email:
Remote-Host: 38.107.191.83
Phone:
Company:
Role:
Interest:
Article: TransactionsForXTP-WhitePaper.pdf
Step 2 of 2
Do you need help?
Contact our
support .
<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"}%
---+ %TOPIC%
<form action="%LANDINGTOPIC%"}%">
<fieldset>
<legend><b>Thank you</b></legend>
<div class="foswikiFormSteps">
<div class="foswikiFormStep">
<h3>Thanks for registering!</h3>
You can download our white paper content here:
<ul>
<li class="pdf"><a target="_blank" href="http://www.atomikos.com/dev/downloads/articles/TransactionsForXTP-WhitePaper.pdf?registration=ok">Transactions for XTP</a></li>
<li class="pdf"><a target="_blank" href="http://www.atomikos.com/dev/downloads/articles/TransactionsForSOA-WhitePaper.pdf?registration=ok">Transactions for SOA</a></li>
<li class="pdf"><a target="_blank" href="http://www.atomikos.com/dev/downloads/articles/TransactionsEssentials-Datasheet.pdf?registration=ok">TransactionsEssentials® Datasheet</a></li>
<li class="pdf"><a target="_blank" href="http://www.atomikos.com/dev/downloads/articles/ExtremeTransactions-Datasheet.pdf?registration=ok">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"}%