x x x
Only portrait mode is currently supported - please rotate your device.

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


confluence-administrators
Show If
special@authenticated
Hide If
group
@anonymous


HTML
<script>
// 
Endpoint
redirect 
checks
to 
if
new 
authenticated
signup 
user
page
is part of smith group otherwise add and send email jQuery.ajax({ url: "/rest/scriptrunner/latest/custom/ewcAutoMemberShip", headers: { 'X-Atlassian-Token' : 'nocheck', 'Content-type' : 'application/json' }, type: "POST", dataType: 'text', data: JSON.stringify({ "email": AJS.params.remoteUser, }), success: function(text){ //console.log("Response: "+ text) window.location.replace("https://platform.entrepreneurshipworldcup.com/"); }, error: function(err){ alert("trouble"); window.location.replace("https://platform.entrepreneurshipworldcup.com/"); } }); </script>

window.location.replace("/display/AN/EWC+Signup+Step+1");

</script>



HTML
<!-- Activity name for this tag: Register -->
<script>
  (function() {
    var a = String(Math.random()) * 10000000000000;
    new Image().src = 'https://pubads.g.doubleclick.net/activity;xsp=4820566;qty=1;cost=[revenue];ord=[order id]?';
  })();
</script>
<noscript>
  <img src='https://pubads.g.doubleclick.net/activity;xsp=4820566;qty=1;cost=[revenue];ord=[order id]?' width=1 height=1 border=0>
</noscript>
<!-- End Misk PFX signups pixel -->


Signup form
TCLinkhttps://platform.entrepreneurshipworldcup.com/display/AN/Terms+and+Conditions
CRLinkhttps://platformwww.entrepreneurshipworldcupgenglobal.comorg/displayewc/AN/EWC+2021+Competition+Rulesabout/rules
PPLinkhttps://platform.entrepreneurshipworldcup.com/display/AN/Privacy+Policy
SiteKeyEWC 2021
EndpointUrl/rest/scriptrunner/latest/custom/ewcSignUp

HTML
<style>


.main-container {
    min-height: calc(100vh - 50px);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
div#toggle {
    display: none;
}

</style>

<!-- Activity name for this tag: Register -->
<script>
  (function() {
    var a = String(Math.random()) * 10000000000000;
    new Image().src = 'https://pubads.g.doubleclick.net/activity;xsp=4820566;qty=1;cost=[revenue];ord=[order id]?';
  })();
</script>
<noscript>
  <img src='https://pubads.g.doubleclick.net/activity;xsp=4820566;qty=1;cost=[revenue];ord=[order id]?' width=1 height=1 border=0>
</noscript>


HTML
<style>
div#login-message {
	margin-bottom: 10px;
}
#link-container a.translation-link, #login-message a.translation-link {
	display: none !important;
}
form[name='signupform'] {
    background: white;
    border-radius: 0px;
    color: var(--primary-font-color);
}
form[name='signupform'] label {
	color: var(--primary-font-color) !important;
}
form[name='signupform'] input, input#os_password, input#os_username {
	color: var(--primary-font-color);
    background: white;
    outline: none;
    border: 1px solid var(--accent-color);
    padding: 0px 10px;
    width: calc(100% - 20px);
}
input#loginButton, input#signupButton {
	background: var(--primary-color) !important;
}
</style>