Content for your website - Events calendars for your area.
Here you can create listings of parties/clubs/gigs/festivals or other public events you can put on your webpage.
There are Javascript versions, flash versions (for myspace pages and other places where javascript is not allowed), image versions, a Google Gadget version and data feeds in various formats such as RSS, RSS+Event, Atom and iCal)
This form will generate code you can paste into your pages to show dynamically updated events listings.
If you are logged in and choose "show only my events" in "Category",
then the listing will only show events you have added.
(event organisers and venues who want an easy way to set up listings
for their own website might choose this option.)
You can also show general events listings for a city or area or for specific categories such as music genres.
You can customise the appearance of the listings - feel free to experiment!
Please note that not every type of listing supports every option on the form but you can customise them a lot more by editing the resulting code.
.etable { background-color: |ubackground-color|; }
.edaterow { margin-left: 5px; background-color: |udate-background|; }
.edatecell { padding-left: 10px; background-color: |udate-background|; }
.edatefont { font-family: arial,helvetica; font-size: 13px; color: |udate-color|; font-weight: normal; }
.elisttitle { color: |utitle-color|; background: |utitle-background|; font-size: 14px; font-weight: bold; padding: 5px; }
.etitlerow { color: |utitle-color|; background: |utitle-background|; }
.etitlecell { padding-left: 10px; margin-left: 5px; }
.etitlecell a { color: |utitle-color|; background: |utitle-background|; text-decoration: none; }
.etitlecell a:hover { text-decoration: underline; }
.etitlefont { text-decoration: none; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; color: |utitle-color| }
.edescrow { padding-left: 10px; padding-bottom: 10px; background-color: |udesc-background|; }
.edescmouseover { padding-left: 10px; padding-bottom: 10px; background-color: |udesc-background|;; }
.edesccell { padding-left: 10px; padding-bottom: 10px; margin-left: 5px; background-color: |udesc-background|; }
.edescfont { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: |udesc-color| }
.ecategories { font-family: Verdana; font-size: 8px; font-weight: bold; color: |udesc-color|; }
.ebuyticketscell { padding-right: 10px; align: right; }
.ebuytickets { font-family: Verdana; font-size: 8px; font-weight: bold; color: |udesc-color|; text-align: right; }
http://www.spraci.com/syndication/listings.xml
copy and paste this url to the add gadget form on your Google page
(customization for this type of listing is done via Google's pages)
<style>
.spracitable { width: |width|; height: |height| }
.spracititle { margin-top: 8px; color: |utitle-color|; background: |utitle-background|; }
.spracidate { font-weight: normal; color: |udate-color|; background: |udate-background|; }
.spracidate:hover { color: #111111; background: #FEFEFE; }
.spracititle:first-letter { font-size: 18px; }
.spracidate:first-line { font-weight: bold; }
#spracilisting { font-size: 12px; color: |utext-color|; background: |ubackground-color|; }
#spracititle { font-weight: bold; width: 100%; text-align: center; color: |utitle-color|; background: |utitle-background|; text-decoration: none; display: block; }
#spracititle:hover { height: 40px; width: 100%; background: url("http://www.spraci.com/images/provided3.gif"); background-position: center; background-repeat: no-repeat; }
</style>
<script language="JavaScript">
<!--
var areakey = "|parea|";
var categorykey = "|category|";
var eventurl = "http://www.spraci.com/info/showeventjs2.html";
var btype = "|ltype|";
var descr = "|descr|";
var addf = "yes";
var dateformat = "|dateformat|";
var inputStr=self.location.search.substring(1,self.location.search.length);
myRcat=/category/g;
var addpa = 0
if (self.location.search.length < 3) { addpa = 1; }
if (myRcat.exec(inputStr) < 1) { addpa = 1; }
if (addpa > 0) { inputStr = "parea=" + areakey + "&category=" + categorykey + "&dateformat=" + dateformat; }
myRegn=/missingname/g;
myRegs=/missingsubject/g;
myRegm=/missingmessage/g;
myRegok=/messageposted/g;
myRe=/showevent/g;
myAdd=/addevent/g;
myLi=/http/g;
if (myRegn.exec(inputStr)) { document.writeln('<b>Your Name?</b>'); }
else if (myRegs.exec(inputStr)) { document.writeln('<b>Subject?</b>'); }
else if (myRegm.exec(inputStr)) { document.writeln('<b>Message?</b>'); }
else {
if (myRegok.exec(inputStr)) {
var posted = 1;
document.writeln('<center><b>Message Posted</b></center><br><br>');
file = "http://www.spraci.com/listtabjs.php?" + inputStr;
}
else if (myRe.exec(inputStr)) {
if (myLi.exec(eventurl)) {
if (document.location != (eventurl + '?' + inputStr)) {
window.location = eventurl + '?' + inputStr;
} else {
file = "http://www.spraci.com/showeventjs.php?" + inputStr;
document.write('<script src="' + file + '"><\/script>');
}
}
}
else if (myAdd.exec(inputStr)) {
if (document.location != (eventurl + '?' + inputStr)) {
window.location = eventurl + '?' + inputStr;
} else {
file = "http://www.spraci.com/myeventsjs.php?" + inputStr;
document.write('<script src="' + file + '"><\/script>');
}
} else { file = "http://www.spraci.com/listtabjs.php?" + inputStr + "&btype=" + btype + "&addf=" + addf + "&descr=" + descr + "&dateformat=" + dateformat + "&eventurl=" + "http://www.spraci.com/info/showeventjs2.html";
document.write('<script src="' + file + '"><\/script>');
}
}
//-->
</script>