Only portrait mode is currently supported - please rotate your device.
Page History
Show If | ||
---|---|---|
| ||
|
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 --> | ||
Show If | ||
|
HTML |
---|
<script>
if(window.navigator.language && window.navigator.language === "ar"){
window.location.replace("/display/AN/EWC+Signup+ARB");
}
</script> |
special | @authenticated |
---|
group | confluence-administrators |
---|
HTML |
---|
<script>
// Endpoint checks if authenticated user 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> |
Signup form | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
|
HTML |
---|
<style> .main-container { min-height: calc(100vh - 50px); background-repeat: no-repeat; background-size: cover; background-position: center; } div#toggle { display: none; } </style> |
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> |
...