CINXE.COM

<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <meta name="robots" content="noindex, nofollow"> <meta name="googlebot" content="noindex, nofollow"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <title aria-live="assertive">Asia Hydrogen 2024 Visitor Registration</title> <link rel="dns-prefetch" href="https://airdrive.eventsair.com/" /> <link rel="dns-prefetch" href="https://gfen.eventsair.com" /> <link rel="dns-prefetch" href="https://fonts.googleapis.com" /> <link rel="dns-prefetch" href="https://maxcdn.bootstrapcdn.com" /> <link rel="dns-prefetch" href="https://cdnjs.cloudflare.com" /> <link rel="dns-prefetch" href="https://ajax.googleapis.com" /> <link rel="dns-prefetch" href="https://code.jquery.com" /> <link href="/Asset/GetAsset/eventsairwesteuprod/production-gfen-public/3b491caec0a84cbb8c7042704afb847d" rel="stylesheet" /> <link href="//airdrive.eventsair.com/eventsairwesteuprod/production-gfen-public/eca07613667d441bb046dc719b6934b4" rel="icon" /> <link href="/Content/selectWoo/bundle?v=cCiLx5Xt_qH1mUGpfB_7cxmDZcp-AyrXE7giGoRBlmA1" rel="stylesheet"/> <link href="/Content/bundle?v=H5OZbJVCRzaiitYJh0amNy8ewXBDZbVBDchGb3IozXo1" rel="stylesheet"/> <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/es5-shim/4.1.1/es5-shim.min.js"></script> <script src="//airdrive.eventsair.com/bundles/gfen/bundles/modernizr/KJNBcg3ocu_Py4qO84dUvT-pE4qztBgNRlWvYKtRKRk1"></script> <script>(window.Modernizr)||document.write('<script src="/bundles/modernizr"><\/script>');</script> <script type="text/javascript"> Modernizr.load([{ test: window.JSON, nope: 'https://cdnjs.cloudflare.com/ajax/libs/json2/20140204/json2.min.js' }]); </script> <script type="text/javascript" src="/Scripts/tinymce/tinymce.min.js"></script> <link href="/Content/Site-ie.css" rel="stylesheet" type="text/css" /> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <link href="//airdrive.eventsair.com/eventsairwesteuprod/production-gfen-public/7385c7a5b0d94b4baa9151930febb6b5" rel="stylesheet" /> <script type="text/javascript"> document.addEventListener("DOMContentLoaded", function(event) { /* array of input IDs and their maximum lenght !!!!! ensure no trailing comma on last value in array - (Works in Chome but breaks IE) !!!!! */ var maxLengthsArray = { "firstName0": 30, "firstName1": 30, "firstName2": 30, "firstName3": 30, "firstName4": 30, "firstName5": 30, "lastName0": 40, "lastName1": 40, "lastName2": 40, "lastName3": 40, "lastName4": 40, "lastName5": 40, "FirstName": 30, "LastName": 40, "Position": 50, "Organization": 50 }; /* cycle though each input in the array and set its maxlenght attribute */ for (var key in maxLengthsArray) { //var inputID = '#' + key; var inputID = 'input[name="' + key + '"]'; $(inputID).attr('maxlength', maxLengthsArray[key]); } /* check current lenght of input value on keyup and show alert if equal to max allowed lenght for that input */ $('input[type="text"]').keyup(function() { var thisID = $(this).attr("name"); var lenghtWarning = 'This field is restricted to ' + maxLengthsArray[thisID] + ' characters, as this is what will appear on your name badge at the event'; if($(this).val().length >= (maxLengthsArray[thisID])) { if ($(this).next().hasClass('lengthWarning')) { $(this).next().text(lenghtWarning); } else { $('<p class="lengthWarning" style="color:red;font-size:0.9em;margin-bottom: 2em;margin-top: 0;">' + lenghtWarning + '</p>').insertAfter(this); } /*remove warning if length less than max allowed*/ } else { if ($(this).next().hasClass('lengthWarning')) { $(this).next().remove(); } } }); }); </script> <!-- Code for booking links customisation --> <span class="hidden-xs hidden-sm hidden-md hidden-lg" style="font-size: 2em; font-weight: bold; color: red">do not edit this&nbsp;element&nbsp;- script inside</span>&nbsp; <style type="text/css"> button.ds-edit-button { color: green; background: rgba(0, 128, 0, 0.1); border: 1px solid; border-radius: 0px; width: 100%; box-sizing: border-box; padding: 4px; } button.ds-register-button { color: red; background: rgba(255, 0, 0, 0.1); border: 1px solid; border-radius: 0px; width: 100%; box-sizing: border-box; padding: 4px; } .discount-code::after { content: '* If you have been given a promotional code, please enter this here.'; font-style:italic; font-size: 13px; } </style> <script type="text/x-handlebars-template" data-templatename="groupSummary2"> {{#if isGroup}} <div class="container-fluid"> <div class="row group-summary-header h4 hidden-xs"> <div class="col-sm-3 col-xs-3">Delegate Name</div> <div class="col-sm-2 col-xs-2">Status</div> <div class="col-sm-2 col-xs-2 text-right">{{#if displayAmounts}}Total Amount{{/if}}</div> <div class="col-sm-2 col-xs-2"></div> </div> {{#each contacts}} <div class="row group-summary-row"> <div class="col-sm-3 col-xs-4">{{FirstName}} {{LastName}}</div> <div class="col-sm-2 hidden-xs col-xs-2">{{#if completed}}<span style="color:green"><i class="fa fa-check-circle" aria-hidden="true"></i> Completed</span>{{else}}<span style="color:red"><i class="fa fa-exclamation-triangle" aria-hidden="true"></i> To Be Completed</span>{{/if}}</div> {{#if ../displayAmounts}} <div class="col-sm-2 col-xs-2 text-right">{{formatCurrency amount}}</div> {{else}} <div class="col-sm-2 col-xs-2"></div> {{/if}} {{#if completed}} <div class="col-sm-2 col-xs-6"><button class="ds-edit-button" data-togglevisibility="contact-summary-content-{{number}}"><i class="fa fa-edit" aria-hidden="true"></i> Edit/View</button></div> <div class="col-sm-12 col-xs-12" id="contact-summary-content-{{number}}"> <div class="well well-sm light-well summary-content" data-contact-number="{{number}}"> {{{summary}}} </div> </div> {{else}} <div class="col-sm-2 col-xs-6"><button class="ds-register-button" data-switch-contact="{{number}}"><i class="fa fa-arrow-circle-right" aria-hidden="true"></i> Register</button></div> {{/if}} </div> {{/each}} {{#if displayTotal}} <div class="row group-summary-row"> <div class="col-sm-5 col-xs-5"><p class="text-left"><strong>Total Amount (Paid by {{#if groupContactPays}}group contact{{else}}Contact{{/if}})</strong></p></div> <div class="col-sm-2 col-xs-2 text-right"><strong>{{#if displayTotal}}{{sumCurrency contacts 'amount'}}{{/if}}</strong></div> </div> {{else}} <div class="row group-summary-row" /> {{/if}} <div class="row"> <div class="col-sm-12 col-xs-12"> <button data-edit-group="">Edit Group</button> </div> </div> </div> {{else}} {{#each contacts}} <div class="summary-content" data-contact-number="{{number}}"> {{{summary}}} </div> {{/each}} {{/if}} </script> <script> document.addEventListener("DOMContentLoaded", function(event) { var replaceGroupSummaryScript = $('script[data-templatename="groupSummary2"]').html(); $('script[data-templatename="groupSummary"]').html(replaceGroupSummaryScript); $('input#groupSummaryData').change(function() { $('.ds-position').each(function() { var positionFieldID = $('input[name="Position"]').attr('id'); var positionFieldLabel = $('label[for="' + positionFieldID + '"]').text(); var myPosition = $(this).siblings().find('th:contains(' + positionFieldLabel + ')').next().text(); $(this).text(myPosition); }); }); $('button.page-forward').click(function() { var nextPageID = $(this).closest('div[id^="page_"]').next().attr("id"); var addressInput = $('#' + nextPageID + ' input[name="AddressLineOne"]'); if (!addressInput.val()) { var inputDataNames = ["AddressLineOne", "AddressCity", "AddressState", "AddressPostcode", "AddressCountry"]; var personOneDataLabels = {}; $.each( inputDataNames, function( key, value ) { if (value == 'AddressCountry') { var thisinputID = $('input[name="AddressCountry"]').prev().find('input').attr('id'); } else { var thisinputID = $('input[name="' + value + '"]').attr('id'); } personOneDataLabels[value] = $('label[for="' + thisinputID + '"]').text(); }); if ($('#contact-summary-content-0').length) { $.each( personOneDataLabels, function( key, value ) { var personOneValue = $('#contact-summary-content-0 table.summary-table th:contains(' + value + ')').next().text(); $('input[name="' + key + '"]').filter(function() { return $(this).val() == ""; }).val(personOneValue); var countryFieldLabelID = $('input[name="AddressCountry"]').attr('id'); var countryFieldLabel = $('label[for="' + countryFieldLabelID + '"]').text(); if (key == 'AddressCountry') { var countryValue = $('input[name="AddressCountry"]').val(); $('input[name="AddressCountry"]').siblings('div').find('.select2-chosen').text(countryValue); } }); } } }); }); </script> <!-- 2nd Script --> <span class="hidden-xs hidden-sm hidden-md hidden-lg" style="font-size: 2em; font-weight: bold; color: red">do not edit this&nbsp;element&nbsp;- script inside</span> <script> document.addEventListener("DOMContentLoaded", function(event) { $( "input[data-inputtype$='_RegistrationType']" ).each(function() { var myLabel = $(this).parent().next().html(); var myPrice = $(this).closest('div').next().html(); $("#ds_ticket_options").append('<div class="row"><div class="col-xs-6"><i class="fa fa-ticket" aria-hidden="true"></i> ' + myLabel + '</div><div class="col-xs-6">' + myPrice + '</div></div>'); }); }); </script> <script src="https://cdn-ingo.s3.amazonaws.com/custom-js/eventsair-ingo.js" data-login-id="55C15FFD6C374A2B90441084855A4220" data-reg-id="D47ACF18A6AB4CEB9F2DC90BD3F234F5" data-confirmation-id="69BFFCC6B43A413FAB2B028E9D7F41BB" data-social-id="E3B42E721D564F75A4FE027966B882E0"></script> <link href="/Content/Accessibility.css" rel="stylesheet" type="text/css" /> <link href="/Content/ab-datepicker.css" rel="stylesheet" type="text/css" /> </head> <body> <div class="body-content"> <h2>Online Registration for this event is now closed.</h2> <p>Visitors can register on-site at the event at the BCEC, Brisbane.</p> <noscript> <div style="position: fixed; top: 0px; left: 0px; z-index: 3000; height: 100%; width: 100%; background-color: #FFFFFF; overflow: scroll;"> <div class="container"> <header> <div class="text-center"><img src="/Content/logo.png" alt="Logo" /></div> </header> <div class="bs-callout bs-callout-danger"> <h4>You need to enable JavaScript to access this site.</h4> <p>Follow these instructions on how to enable JavaScript.</p> </div> <div class="panel panel-default"> <div class="panel-heading"> <h3 class="panel-title">Internet Explorer</h3> </div> <div class="panel-body"> <ol> <li>Select Tools from the top menu</li> <li>Choose Internet Options</li> <li>Click on the Security tab</li> <li>Click on Custom Level</li> <li>Scroll down until you see the section labelled Scripting</li> <li>Under Active Scripting, select Enable and click OK</li> </ol> </div> </div> <div class="panel panel-default"> <div class="panel-heading"> <h3 class="panel-title">Google Chrome</h3> </div> <div class="panel-body"> <ol> <li>Select the menu icon on the browser toolbar</li> <li>Select Settings</li> <li>Click the Show advanced settings... link then Content Settings in the Privacy section</li> <li>Select Allow all sites to run JavaScript (recommended) and click Done</li> </ol> </div> </div> <div class="panel panel-default"> <div class="panel-heading"> <h3 class="panel-title">Safari (Mac)</h3> </div> <div class="panel-body"> <ol> <li>Select Safari from the top menu</li> <li>Choose Preferences</li> <li>Choose Security</li> <li>Select the checkbox next to Enable JavaScript</li> </ol> </div> </div> </div> </div> </noscript> </div> <div> <div style="position: fixed; top: 0; left: 0; z-index: 3000; height: 100%; width: 100%; background-color: #FFFFFF; overflow: scroll;"> <div class="container-fluid"> <div class="bs-callout bs-callout-info text-center"> <h4>Please upgrade your browser to use our site.</h4> <p>We built our site using the latest technology. This makes it faster, easier and more secure to use. Unfortunately, your browser doesn't support these technologies.<br/> Download one of these great browsers and you will be on your way. </div> <div class="text-center" style="margin-left: 25%; margin-right: 25%"> <table class="table"> <tr> <td style="border-right: 1px solid #ccc; border-top: 0"> <a href="http://windows.microsoft.com/en-us/internet-explorer/download-ie" target="_blank"> <div><img height="50" src="/Content/ie_logo.png" alt="Interet Explorer logo" /></div> <div><strong>Internet Explorer</strong></div> <div>version 9+</div> </a> </td> <td style="border-right: 1px solid #ccc; border-top: 0"> <a href="https://www.mozilla.org/en-US/firefox/new/" target="_blank"> <div><img height="50" src="/Content/firefox_logo.png" alt="Mozilla Firefox logo" /></div> <div><strong>Mozilla Firefox</strong></div> <div>version 5+</div> </a> </td> <td style="border-right: 1px solid #ccc; border-top: 0"> <a href="https://www.google.com/chrome/browser/desktop/index.html" target="_blank"> <div><img height="50" src="/Content/chrome_logo.png" alt="Chrome logo"/></div> <div><strong>Google Chrome</strong></div> <div>version 7+</div> </a> </td> <td style="border-top: 0"> <a href="http://support.apple.com/en_AU/downloads/#safari" target="_blank"> <div><img height="50" src="/Content/safari_logo.png" alt="Safari logo" /></div> <div><strong>Apple Safari</strong></div> <div>version 5.1+</div> </a> </td> </tr> </table> </div> </div> </div> <div class="modal fade" id="GenericModal" role="alert"> <div class="modal-dialog"> <div class="modal-content"> <div class="modal-body"> <button type="button" class="modal-close" data-dismiss="modal">&times;</button> <div id="GenericModalContent"> </div> </div> </div> </div> </div> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10