2010 08 10 Yet another birthday
<html>
<head>
    <title>Wikidot Calendar</title>
 
    <style type="text/css">
        @import url("http://www.wikidot.com/common--theme/base/css/style.css");
        @import url("/local--code/css:calendar");
    </style>
</head>
<body>
    <script type="text/javascript">
        var d=new Date();
        d.setHours(0);
        d.setMinutes(0);
        d.setSeconds(0);
        d.setMilliseconds(0);
 
        var date_params = /^#([0-9][0-9][0-9][0-9])\-([0-9][0-9]?)\-([0-9][0-9]?)$/;
        var url_date = date_params.exec(unescape(window.location.hash));
 
        if (url_date) {
            d.setFullYear(url_date[1]);
            d.setMonth(url_date[2]-1);
            d.setDate(url_date[3]);
 
            var weekday=new Array(7);
            weekday[0]="Sunday";
            weekday[1]="Monday";
            weekday[2]="Tuesday";
            weekday[3]="Wednesday";
            weekday[4]="Thursday";
            weekday[5]="Friday";
            weekday[6]="Saturday";
 
            var month=new Array(12);
            month[0]="Jan";
            month[1]="Feb";
            month[2]="Mar";
            month[3]="Apr";
            month[4]="May";
            month[5]="Jun";
            month[6]="Jul";
            month[7]="Aug";
            month[8]="Sep";
            month[9]="Oct";
            month[10]="Nov";
            month[11]="Dec";
 
            document.write('<table class="iframe" style="margin: 0 auto;"><tr><td class="weekday">' + weekday[d.getDay()] + '</td><td><table class="month-day"><tr><td class="month">' + month[d.getMonth()] + '</td></tr><tr><td class="day">' + d.getDate() + '</td></tr></table></td><td class="year">' + d.getFullYear() + '</td></tr></table>');
        }
        else
            document.write('<i><b>' + unescape(window.location.hash) + '</b> is an invalid date</i>');
    </script>
</body>
</html>

James is 19 today. (This is really just testing how long it takes for a page to be recognised as existing)


Sign up to this event?

  • Enter some text (what ever you want),
  • Click on the Sign up" button,
  • Save it!

[[module NewPage category="rsvp" parent="%%full_page_name%%" button="Respond"]]

RSVPs:

Person Date signed up RSVP

[[module ListPages category="rsvp" parent="%%full_page_name%%" separate="false" prependLine="||~ Person ||~ Date signed up ||~ RSVP ||"]]
|| %%author%% || %%date|%O ago (%e %b %Y, %H:%M %Z)%% || %%linked_title%% ||
[[/module]]


Alternatively, you can display the RSVPs using the ChildPages module:

[[module ChildPages]]
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License