8/31/2022
When: |
Wednesday, August 31, 2022 9:00 AM
|
Where: |
Street 1 west coast Phoenix Texas 123456 Albania
|
Contact:
|
Phone: 8903456
|
Registration Information |
Online registration is closed.
|
<script>alert(1)</script>
|
« Go to Upcoming Event List
|
"?',
function() { //callback function
var blnOnlineRegEnabled = ('True' == 'True');
var blnLoggedOn = ('False' == 'True');
var blnRSVPlistGroupAdminOnly = ('0' == 1);
if (m_bYuiTriStateDialogResult == "Yes" && blnOnlineRegEnabled){
//redirect to the registration page
window.location = '/events/attendees.asp?id=148528';
}
else if (!blnLoggedOn && ((blnOnlineRegEnabled && (m_bYuiTriStateDialogResult == "No" | m_bYuiTriStateDialogResult == "Maybe")) | !blnOnlineRegEnabled) )
{
//show login redirect dialog
loginredirectdialog.render('RSVPbuttonscontent');
loginredirectdialog.show();
}
else{
//mark the RSVP
var u;
u = '/global_engine/ajax/EventRSVPServlet.aspx?cdb=&evnt=148528&rsp=';
u = u + m_bYuiTriStateDialogResult;
u = u + '&bust=' + Date().getSeconds;
$.ajax({
url: u,
success: function() {
if (blnRSVPlistGroupAdminOnly){
window.location = '/events/RSVPlist.aspx?id=148528&rsvpty=1&resp=' + m_bYuiTriStateDialogResult;
}
else{
window.location = '/events/RSVPlist.aspx?id=148528&resp=' + m_bYuiTriStateDialogResult;
}
}
});
}
},
"Yes",
"No",
"Maybe",
"RSVPbuttonscontent",
"300px"
);
}
function YuiRegistrationDialog(BodyText)
{
var falsetext = 'Cancel';
var PanelWidth = '300px';
var blnCentered = true;
var dialog = new YAHOO.widget.SimpleDialog("confirm", {
text: BodyText,
iframe: false,
visible: false,
close: false,
draggable: false,
fixedcenter: blnCentered,
constraintoviewport: true,
modal: true,
postmethod: 'none',
underlay: 'shadow',
width: PanelWidth,
});
dialog.setHeader("Attention");
dialog.cfg.queueProperty("buttons", [
{
text: falsetext, handler: function ()
{
this.hide();
}
}
]);
var container = document.getElementById("PageBase_RaiseAlert");
if (!container) return;
dialog.render(container);
dialog.show();
}
function RegistrationValidationBox(){
var blnRegistered = ('False' == 'True');
var blnAllowEdit = ('False' == 'True');
var blnMultipleRegistration = ('True'=='True');
var txtModifyLinkHtml =
[
"
"
].join("");
var txtAddLinkHtml =
[
"
"
].join("");
var msgText = "
You are already registered for this event.
";
if (blnRegistered){
if(blnAllowEdit && !blnMultipleRegistration)
{
YuiRegistrationDialog([msgText,txtModifyLinkHtml,"
"].join(""));
}
else if(blnAllowEdit && blnMultipleRegistration)
{
YuiRegistrationDialog([msgText,txtModifyLinkHtml,txtAddLinkHtml,"
"].join(""));
}
else if(!blnAllowEdit && blnMultipleRegistration)
{
YuiRegistrationDialog([msgText,txtAddLinkHtml,"
"].join(""));
}
else if(!blnAllowEdit && !blnMultipleRegistration)
{
window.location = '/events/already_registered.asp?id=148528';
}
return false;
}else{
window.location = '/events/attendees.asp?id=148528';
return true;
}
}
Export to Your Calendar
Time not importing correctly?
You may need to adjust the event times in your calendar application for variations in daylight saving time (DST) or summer time.