Moshtix calendar HTML, or how not to mark up


/ Published in: HTML
Save to your folder(s)

Words fail me -


Copy this code and paste it in your HTML
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2. <html>
  3. <head>
  4. <title>Concert Tickets, Music Festivals &amp; Live Gigs | moshtix</title>
  5.  
  6. <meta http-equiv="Imagetoolbar" content="no">
  7.  
  8. <link rel="stylesheet" href="branding/global.css" type="text/css">
  9. <!--[if IE 6]>
  10. <link rel="stylesheet" href="branding/global_IE6.css" type="text/css">
  11. <![endif]-->
  12.  
  13. <script language="javascript">
  14. // Check whether cookies are enabled.
  15. document.cookie = "TestCookie=1";
  16. var testCookie = document.cookie;
  17.  
  18. // Try to retrieve the value we just set.
  19. if (testCookie.indexOf("TestCookie=1") == -1)
  20. {
  21.  
  22. document.location = "error.asp?nocookie=";
  23.  
  24. }
  25. else
  26. document.cookie = "TestCookie=;expires=Thu, 01-Jan-1970 00:00:00 GMT";
  27. </script>
  28. <script language="JavaScript" src="browser_detect.js"></script>
  29. <script language="JavaScript">
  30. var genericConfirmationMessage = "Are you sure?";
  31. var offerExpired = "Your order has expired due to exceeding the time limit on the selected tickets.";
  32. var admissionsExpired = "The time limit on one or more of your tickets has expired and have been removed from your order.";
  33. var alertHeaderText = "Attention";
  34. var helpHeaderText = "Help";
  35. var sectionHeaderText = "More Information";
  36.  
  37. var okayButtonText = "OK";
  38. var cancelButtonText = "Cancel";
  39.  
  40. var sTokenName = 'sToken';
  41. var sToken = '1,29fc7d5e,4cbe34cf,BA6BCEDB-4908-417F-AE2A-C24067A9EE7E,X26xVitlaC0iiXxpvmJ6pbJ0dCc=';
  42. </script>
  43. <script language="JavaScript" src="../Common/online-jscript.js"></script>
  44. <script language="JavaScript" src="../Common/Widgets/widgetParent.js"></script>
  45. <script language="JavaScript">
  46. /*
  47.  
  48. */
  49. function displayMessage()
  50. {
  51.  
  52. }
  53.  
  54. function tsOrderChanged( url )
  55. {
  56. new showConfirmPopup( '', 'The current order has unsaved changes that may be lost. Continue anyway?', function () { document.location = url }, '' );
  57. }
  58.  
  59. // Used for drop-down menu in IE 6
  60. <!--//--><![CDATA[//><!--
  61. function startList() {
  62. if (document.all&&document.getElementById) {
  63. navRoot = document.getElementById("menuTop");
  64. for (i=0; i<navRoot.childNodes.length; i++) {
  65. node = navRoot.childNodes[i];
  66. if (node.name=="menuTopItem") {
  67. node.onmouseover=function() {
  68. this.className+=" over";
  69. }
  70. node.onmouseout=function() {
  71. this.className=this.className.replace(" over", "");
  72. }
  73. }
  74. }
  75. }
  76. }
  77. //--><!]]>
  78. </script>
  79. <meta http-equiv="refresh" content="0; URL=error.asp">
  80.  
  81. <script language="JavaScript">
  82. var monthsOfYear = new Array();
  83. monthsOfYear[ 0 ] = "Jan";
  84. monthsOfYear[ 1 ] = "Feb";
  85. monthsOfYear[ 2 ] = "Mar";
  86. monthsOfYear[ 3 ] = "Apr";
  87. monthsOfYear[ 4 ] = "May";
  88. monthsOfYear[ 5 ] = "Jun";
  89. monthsOfYear[ 6 ] = "Jul";
  90. monthsOfYear[ 7 ] = "Aug";
  91. monthsOfYear[ 8 ] = "Sep";
  92. monthsOfYear[ 9 ] = "Oct";
  93. monthsOfYear[ 10 ] = "Nov";
  94. monthsOfYear[ 11 ] = "Dec";
  95. var longMonthsOfYear = new Array();
  96. longMonthsOfYear[ 0 ] = "January";
  97. longMonthsOfYear[ 1 ] = "February";
  98. longMonthsOfYear[ 2 ] = "March";
  99. longMonthsOfYear[ 3 ] = "April";
  100. longMonthsOfYear[ 4 ] = "May";
  101. longMonthsOfYear[ 5 ] = "June";
  102. longMonthsOfYear[ 6 ] = "July";
  103. longMonthsOfYear[ 7 ] = "August";
  104. longMonthsOfYear[ 8 ] = "September";
  105. longMonthsOfYear[ 9 ] = "October";
  106. longMonthsOfYear[ 10 ] = "November";
  107. longMonthsOfYear[ 11 ] = "December";
  108. var daysOfWeek = new Array();
  109. daysOfWeek[ 0 ] = "Sun";
  110. daysOfWeek[ 1 ] = "Mon";
  111. daysOfWeek[ 2 ] = "Tue";
  112. daysOfWeek[ 3 ] = "Wed";
  113. daysOfWeek[ 4 ] = "Thu";
  114. daysOfWeek[ 5 ] = "Fri";
  115. daysOfWeek[ 6 ] = "Sat";
  116. var longDaysOfWeek = new Array();
  117. longDaysOfWeek[ 0 ] = "Sunday";
  118. longDaysOfWeek[ 1 ] = "Monday";
  119. longDaysOfWeek[ 2 ] = "Tuesday";
  120. longDaysOfWeek[ 3 ] = "Wednesday";
  121. longDaysOfWeek[ 4 ] = "Thursday";
  122. longDaysOfWeek[ 5 ] = "Friday";
  123. longDaysOfWeek[ 6 ] = "Saturday";
  124. var timeIndicator = new Array();
  125. timeIndicator[ 0 ] = "AM";
  126. timeIndicator[ 1 ] = "PM";
  127.  
  128. var focusDate = new Date( '10/21/2010 00:00:00');
  129.  
  130. var endDate = new Date( '10/21/2010 23:59:59');
  131.  
  132. var dateStr = "%Y-%m-%d %H:%M:%S";
  133. var showTime = true;
  134. var isDefault = true;
  135.  
  136. var rowFrom = -1;
  137. var celFrom = -1;
  138. var mouseIsDown = false;
  139.  
  140. function loadLocalPage()
  141. {
  142. tsPageLoad();
  143. var calendarTable = document.getElementById("calendarTable");
  144. disableSelection(calendarTable);
  145.  
  146. calendarTable.onmousedown = function()
  147. {
  148. mouseIsDown = true;
  149. }
  150. document.onmouseup = function()
  151. {
  152. mouseIsDown = false;
  153. }
  154.  
  155.  
  156. }
  157.  
  158. var sTokenName = "sToken"
  159. var sToken = "1,29fc7d5e,4cbe34cf,BA6BCEDB-4908-417F-AE2A-C24067A9EE7E,X26xVitlaC0iiXxpvmJ6pbJ0dCc=";
  160.  
  161. var dayBold = new Array();
  162.  
  163. dayBold[ 20 ] = "true";
  164.  
  165. dayBold[ 25 ] = "true";
  166.  
  167. dayBold[ 26 ] = "true";
  168.  
  169. dayBold[ 27 ] = "true";
  170.  
  171. dayBold[ 28 ] = "true";
  172.  
  173. dayBold[ 29 ] = "true";
  174.  
  175. dayBold[ 30 ] = "true";
  176.  
  177. dayBold[ 31 ] = "true";
  178.  
  179. dayBold[ 22 ] = "true";
  180.  
  181. dayBold[ 23 ] = "true";
  182.  
  183. dayBold[ 24 ] = "true";
  184.  
  185. dayBold[ 21 ] = "true";
  186.  
  187.  
  188. </script>
  189.  
  190. <script language="JavaScript" src="calendar.js" type="text/javascript"></script>
  191. </head>
  192.  
  193. <body onLoad="startList();loadLocalPage(); displayMessage(); displayOnOfferTimeout();" onUnload="closeChildren()">
  194. <!-- CONTENT START -->
  195. <div id="content">
  196.  
  197. <div id="header">
  198. <img alt="" height="129" src="/uploads/foxtix/header_logo.png" width="1026" xmlns="http://www.w3.org/1999/xhtml" xmlns:av="http://www.audienceview.com/xml/email/"></img>
  199.  
  200. </div>
  201.  
  202. <div id="orderInfo">
  203. <div id="orderInfoImage" onclick="document.location='shoppingCart.asp'"></div>
  204. <div id="orderInfoSummary">
  205. <h2>Order for&nbsp;</h2>
  206.  
  207. <span id="orderInfoEmptyMessage">Your Order is empty.</span>
  208.  
  209. <a id="orderInfoCartLink" href="shoppingCart.asp?sToken=1%2C29fc7d5e%2C4cbe34cf%2CBA6BCEDB-4908-417F-AE2A-C24067A9EE7E%2CX26xVitlaC0iiXxpvmJ6pbJ0dCc%3D">Your Order</a>
  210.  
  211. </div>
  212. </div>
  213.  
  214. <div id="menu">
  215. <div class="menuContainer">
  216. <!--[if (IE 6)|(IE 7)]>
  217. <table>
  218. <tr>
  219. <td>
  220. <![endif]-->
  221. <ul id="menuTop">
  222.  
  223. <li class="menuTopItem" name="menuTopItem" id="menuTopItem0">
  224. <a href="default.asp?menu_id=E8DA1016-9E16-4114-A585-3CAD8DB9BA52">Tickets</a>
  225.  
  226. </li>
  227.  
  228. <li class="menuTopItem" name="menuTopItem" id="menuTopItem1">
  229. <a href="maintainAccount.asp?menu_id=E285E3B4-9EC9-4711-95E1-B94C1F2E5031">My Account</a>
  230.  
  231. </li>
  232.  
  233. <li class="menuTopItem" name="menuTopItem" id="menuTopItem2">
  234. <a href="default.asp?doWork::WScontent::loadArticle=Load&amp;BOparam::WScontent::loadArticle::article_id=038AC4DA-1872-47BB-AC3A-2997A2923C12&amp;menu_id=8913C3CD-EC35-45BA-86FD-6FC0CE41DD19">About</a>
  235.  
  236. <ul class="menuSub">
  237.  
  238. <li class="menuSubItem">
  239. <a href="default.asp?doWork::WScontent::loadArticle=Load&amp;BOparam::WScontent::loadArticle::article_id=2727E03B-E647-42F3-B975-FFEDBB40F551&amp;menu_id=8913C3CD-EC35-45BA-86FD-6FC0CE41DD19">Buying Tickets</a>
  240. </li>
  241.  
  242. <li class="menuSubItem">
  243. <a href="default.asp?doWork::WScontent::loadArticle=Load&amp;BOparam::WScontent::loadArticle::article_id=D3CFBC81-99A8-4FF1-9353-E14BE0996296&amp;menu_id=8913C3CD-EC35-45BA-86FD-6FC0CE41DD19">Newsletter</a>
  244. </li>
  245.  
  246. <li class="menuSubItem">
  247. <a href="default.asp?doWork::WScontent::loadArticle=Load&amp;BOparam::WScontent::loadArticle::article_id=D95179C8-8E4D-4F9F-BA90-A046FAD82DF8&amp;menu_id=8913C3CD-EC35-45BA-86FD-6FC0CE41DD19">Media Centre</a>
  248. </li>
  249.  
  250. </ul>
  251.  
  252. </li>
  253.  
  254. <li class="menuTopItem" name="menuTopItem" id="menuTopItem3">
  255. <a href="default.asp?doWork::WScontent::loadArticle=Load&amp;BOparam::WScontent::loadArticle::article_id=D5820DF0-911E-4C14-9C09-3640097BE2A5&amp;menu_id=35FEDA2A-2013-4E21-8766-9FDC75B2FD9E">Contact</a>
  256.  
  257. </li>
  258.  
  259. <li class="menuTopItem">
  260. <a href="javascript:var jsPop=new showInformationPopup( 'Help', 'loadArticle.asp?BOparam::WScontent::loadArticle::article_id=F8103D8C-7EA0-4B4B-A37E-9DE398B93104' )">Help</a>
  261. </li>
  262.  
  263. </ul>
  264. <!--[if (IE 6)|(IE 7)]>
  265. </td>
  266. </tr>
  267. </table>
  268. <![endif]-->
  269. </div>
  270. </div>
  271.  
  272. <div class="bodyDetails" id="calendar">
  273. <div id="searchBox">
  274. <form id="searchKeywords" action="searchResults.asp" method="post">
  275. <input type="hidden" name="sToken" value="1,29fc7d5e,4cbe34cf,BA6BCEDB-4908-417F-AE2A-C24067A9EE7E,X26xVitlaC0iiXxpvmJ6pbJ0dCc=" >
  276. <input type="hidden" name="BOset::WScontent::SearchCriteria::venue_filter" value="">
  277. <input type="hidden" name="BOset::WScontent::SearchCriteria::city_filter" value="">
  278. <input type="hidden" name="BOset::WScontent::SearchCriteria::month_filter" value="">
  279. <input type="hidden" name="BOset::WScontent::SearchCriteria::search_from" value="">
  280. <input type="hidden" name="BOset::WScontent::SearchCriteria::search_to" value="">
  281.  
  282. <span class="searchBoxLabel">Search Events</span>
  283. <input type="text" name="BOset::WScontent::SearchCriteria::search_criteria" value="" title="">&nbsp;
  284. <input type="submit" name="doWork::WScontent::search" value="Go">&nbsp;
  285. </form>
  286.  
  287. <form id="searchDates" action="searchResults.asp" method="post">
  288. <input type="hidden" name="sToken" value="1,29fc7d5e,4cbe34cf,BA6BCEDB-4908-417F-AE2A-C24067A9EE7E,X26xVitlaC0iiXxpvmJ6pbJ0dCc=" >
  289. <input type="hidden" name="BOset::WScontent::SearchCriteria::venue_filter" value="">
  290. <input type="hidden" name="BOset::WScontent::SearchCriteria::city_filter" value="">
  291. <input type="hidden" name="BOset::WScontent::SearchCriteria::month_filter" value="">
  292. <input type="hidden" name="BOset::WScontent::SearchCriteria::search_criteria" value="">
  293.  
  294. <span class="searchBoxLabel">Event Dates</span>
  295. <input type="text" name="BOset::WScontent::SearchCriteria::search_from" value="" title="" id="BOset::WScontent::SearchCriteria::search_from::0">&nbsp;<img src="/Images/cal.gif" datestr="" border=0 onClick="tsOpenCalendar( event, &quot;BOset::WScontent::SearchCriteria::search_from::0&quot;, &quot;0&quot;, this.getAttribute( 'datestr' ), &quot;%d-%m-%Y %#I:%M %p&quot;, &quot;true&quot;, &quot;sToken&quot;, &quot;1,29fc7d5e,4cbe34cf,BA6BCEDB-4908-417F-AE2A-C24067A9EE7E,X26xVitlaC0iiXxpvmJ6pbJ0dCc=&quot;);" class="iconup" format="%d-%m-%Y %#I:%M %p" onmousedown="this.className='icondown'" onmouseout="this.className='iconup'" onmouseup="this.className='iconup'" id="cal::BOset::WScontent::SearchCriteria::search_from::0">&nbsp;
  296. <span class="searchBoxLabel">to</span>
  297. <input type="text" name="BOset::WScontent::SearchCriteria::search_to" value="" title="" id="BOset::WScontent::SearchCriteria::search_to::0">&nbsp;<img src="/Images/cal.gif" datestr="" border=0 onClick="tsOpenCalendar( event, &quot;BOset::WScontent::SearchCriteria::search_to::0&quot;, &quot;0&quot;, this.getAttribute( 'datestr' ), &quot;%d-%m-%Y %#I:%M %p&quot;, &quot;true&quot;, &quot;sToken&quot;, &quot;1,29fc7d5e,4cbe34cf,BA6BCEDB-4908-417F-AE2A-C24067A9EE7E,X26xVitlaC0iiXxpvmJ6pbJ0dCc=&quot;);" class="iconup" format="%d-%m-%Y %#I:%M %p" onmousedown="this.className='icondown'" onmouseout="this.className='iconup'" onmouseup="this.className='iconup'" id="cal::BOset::WScontent::SearchCriteria::search_to::0">&nbsp;
  298. <input type="submit" name="doWork::WScontent::search" value="Go">
  299. </form>
  300. </div>
  301.  
  302. <table id="main_table" width="100%">
  303. <tr>
  304. <td id="av_left">
  305.  
  306. <form method="get">
  307. <input type="hidden" name="sToken" value="1,29fc7d5e,4cbe34cf,BA6BCEDB-4908-417F-AE2A-C24067A9EE7E,X26xVitlaC0iiXxpvmJ6pbJ0dCc=">
  308.  
  309. <input type="hidden" name="BOparam::WScontent::searchCalendar::article_id" value="F4C978DF-6749-414C-BB75-2F0FB234FD72">
  310.  
  311. <div id="promoCodeBox">
  312. <h2>Promotional Code</h2>
  313.  
  314. <p>If you have a promo code, please enter it here.</p>
  315.  
  316. <input id="promoCodeBoxInput" type="text" name="BOparam::WScontent::searchCalendar::promo_code">
  317. <input type="submit" name="doWork::WScontent::searchCalendar" value="Go">
  318.  
  319. </div>
  320. </form>
  321.  
  322. <div style="border-right: #eb8200 1px solid; padding-right: 8px; border-top: #eb8200 1px solid; padding-left: 8px; background: #f5f5f5; padding-bottom: 8px; margin: 10px 0px 20px; behavior: url(/css/border-radius.htc); border-left: #eb8200 1px solid; width: 170px; color: #4d4f53; padding-top: 8px; border-bottom: #eb8200 1px solid; -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; -khtml-border-radius: 10px" xmlns="http://www.w3.org/1999/xhtml" xmlns:av="http://www.audienceview.com/xml/email/"><!-- Music Events Start--><div class="Music-HeaderContainer" style="padding-right: 10px; padding-left: 10px; background: #838383; padding-bottom: 5px; behavior: url(/css/border-radius.htc); color: #ffffff; padding-top: 5px; height: 18px; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; -khtml-border-radius: 5px"><span style="font-weight: bold; font-size: 16px; margin-bottom: 0px; color: #ffffff; font-family: arial, helvetica, sans-serif">Music<br clear="none"></br>
  323. </span>
  324. </div>
  325. <div style="padding-right: 5px; padding-left: 10px; padding-bottom: 5px; padding-top: 5px"><p style="font-weight: bold; font-size: 12px; margin: 0px; color: #eb8200; font-family: arial, helvetica, sans-serif"><a href="/online/default.asp?doWork::WScontent::loadArticle=Load&amp;BOparam::WScontent::loadArticle::article_id=94AA96E8-7409-4E85-998B-0D8E9B40E62E" style="font-weight: bold; font-size: 12px; margin: 0px; color: #eb8200; font-family: arial, helvetica, sans-serif; text-decoration: none" shape="rect">David Campbell</a>
  326. </p>
  327. <p style="font-size: 12px; margin: 0px; color: #444444; font-family: arial, helvetica, sans-serif">
  328. 21st October 2010</p>
  329. <p style="font-weight: bold; font-size: 12px; margin: 0px; color: #444444; font-family: arial, helvetica, sans-serif">
  330. Southern Cross Club, ACT</p>
  331. <hr style="color: #cccccc; size: 1"></hr>
  332. </div><!-- Music Events End--><!-- Arts Events Start--><div class="Arts-HeaderContainer" style="padding-right: 10px; padding-left: 10px; background: #838383; padding-bottom: 5px; behavior: url(/css/border-radius.htc); color: #ffffff; padding-top: 5px; height: 18px; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; -khtml-border-radius: 5px"><span style="font-weight: bold; font-size: 16px; margin-bottom: 0px; color: #ffffff; font-family: arial, helvetica, sans-serif">Arts<br clear="none"></br>
  333. </span>
  334. </div>
  335. <div style="padding-right: 5px; padding-left: 10px; padding-bottom: 5px; padding-top: 5px"><p style="font-weight: bold; font-size: 12px; margin: 0px; color: #eb8200; font-family: arial, helvetica, sans-serif"><a href="/online/default.asp?doWork::WScontent::loadArticle=Load&amp;BOparam::WScontent::loadArticle::article_id=E995AF4B-5FFC-49C2-ACF0-1710EA66D89C" style="font-weight: bold; font-size: 12px; margin: 0px; color: #eb8200; font-family: arial, helvetica, sans-serif; text-decoration: none" shape="rect">Gaff Aff</a>
  336. </p>
  337. <p style="font-size: 12px; margin: 0px; color: #444444; font-family: arial, helvetica, sans-serif">
  338. 18 - 24 October, 2010</p>
  339. <p style="font-weight: bold; font-size: 12px; margin: 0px; color: #444444; font-family: arial, helvetica, sans-serif">
  340. Playhouse, Sydney Opera House, NSW</p>
  341. <hr style="color: #cccccc; size: 1"></hr>
  342. </div><!-- Arts Events Start--><!-- Experience Events Start--><div class="Experience-HeaderContainer" style="padding-right: 10px; padding-left: 10px; background: #838383; padding-bottom: 5px; behavior: url(/css/border-radius.htc); color: #ffffff; padding-top: 5px; height: 18px; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; -khtml-border-radius: 5px"><span style="font-weight: bold; font-size: 16px; margin-bottom: 0px; color: #ffffff; font-family: arial, helvetica, sans-serif">Experience<br clear="none"></br>
  343. </span>
  344. </div>
  345. <div style="padding-right: 5px; padding-left: 10px; padding-bottom: 5px; padding-top: 5px"><p style="font-weight: bold; font-size: 12px; margin: 0px; color: #eb8200; font-family: arial, helvetica, sans-serif"><a href="/online/default.asp?doWork::WScontent::loadArticle=Load&amp;BOparam::WScontent::loadArticle::article_id=67DAF87D-A2D5-43AF-A98B-96D63A12A8F3" style="font-weight: bold; font-size: 12px; margin: 0px; color: #eb8200; font-family: arial, helvetica, sans-serif; text-decoration: none" shape="rect">Amazing Bodies Exhibition</a>
  346. </p>
  347. <p style="font-size: 12px; margin: 0px; color: #444444; font-family: arial, helvetica, sans-serif">
  348. Now - 31 Oct 2010</p>
  349. <p style="font-weight: bold; font-size: 12px; margin: 0px; color: #444444; font-family: arial, helvetica, sans-serif">
  350. Waterfront City Pavilion, Docklands Drive, Melbourne Docklands</p>
  351. <hr style="color: #cccccc; size: 1"></hr>
  352. <p style="font-weight: bold; font-size: 12px; margin: 0px; color: #eb8200; font-family: arial, helvetica, sans-serif"><a href="/online/default.asp?doWork::WScontent::loadArticle=Load&amp;BOparam::WScontent::loadArticle::article_id=3A93D2E7-BDD0-48BE-BFC7-9612D8AB7A49" style="font-weight: bold; font-size: 12px; margin: 0px; color: #eb8200; font-family: arial, helvetica, sans-serif; text-decoration: none" shape="rect">Midnight at the Oasis</a>
  353. </p>
  354. <p style="font-size: 12px; margin: 0px; color: #444444; font-family: arial, helvetica, sans-serif">
  355. 31 December, 2010</p>
  356. <p style="font-weight: bold; font-size: 12px; margin: 0px; color: #444444; font-family: arial, helvetica, sans-serif">
  357. Fleet Steps, Mrs Macquaries Point, Royal Botanic Gardens, Sydney</p>
  358. <hr style="color: #cccccc; size: 1"></hr>
  359. <p style="font-weight: bold; font-size: 12px; margin: 0px; color: #eb8200; font-family: arial, helvetica, sans-serif"><a href="/online/default.asp?doWork::WScontent::loadArticle=Load&amp;BOparam::WScontent::loadArticle::article_id=B976F899-D44E-40AB-BE37-D0FE6FA7EF59" style="font-weight: bold; font-size: 12px; margin: 0px; color: #eb8200; font-family: arial, helvetica, sans-serif; text-decoration: none" shape="rect">Lawn with the View</a>
  360. </p>
  361. <p style="font-size: 12px; margin: 0px; color: #444444; font-family: arial, helvetica, sans-serif">
  362. 31 December, 2010</p>
  363. <p style="font-weight: bold; font-size: 12px; margin: 0px; color: #444444; font-family: arial, helvetica, sans-serif">
  364. Bennelong Lawn, Royal Botanic Gardens, Sydney</p>
  365. <hr style="color: #cccccc; size: 1"></hr>
  366. </div><!-- Experience Events End--><!-- Sport Events Start--><!-- Sport Events End--><div></div>
  367. </div>
  368.  
  369. </td>
  370. <td valign="top">
  371. <div id="calendarBox">
  372. <form id="calendarForm" name="calendarForm" action="calendar.asp">
  373. <input type="hidden" name="sToken" value="1,29fc7d5e,4cbe34cf,BA6BCEDB-4908-417F-AE2A-C24067A9EE7E,X26xVitlaC0iiXxpvmJ6pbJ0dCc=">
  374. <table>
  375. <tr align='center'>
  376. <td width="31%">&nbsp;</td>
  377. <td class='smallText handCursor' id='lastmonth' width='20' onClick="tsCalendarSetMonth( -1 )">&lt;</td>
  378. <td class='smallText' id='calmonth' width='150'>&nbsp;</td>
  379. <td class='smallText handCursor' id='nextmonth' width='20' onClick="tsCalendarSetMonth( 1 )">&gt;</td>
  380. <td width="31%">&nbsp;</td>
  381. </tr>
  382. </table>
  383. <table id="calendarHeader">
  384. <tr>
  385. <td id='day0'>Sun</td>
  386. <td id='day1'>Mon</td>
  387. <td id='day2'>Tue</td>
  388. <td id='day3'>Wed</td>
  389. <td id='day4'>Thu</td>
  390. <td id='day5'>Fri</td>
  391. <td id='day6'>Sat</td>
  392. </tr>
  393. </table>
  394. <table id="calendarTable">
  395. <tr id='week0' style='display: none;'>
  396. <td id="w0d0"></td>
  397. <td id="w0d1"></td>
  398. <td id="w0d2"></td>
  399. <td id="w0d3"></td>
  400. <td id="w0d4"></td>
  401. <td id="w0d5"></td>
  402. <td id="w0d6"></td>
  403. </tr>
  404. <tr id='week1' style='display: none;'>
  405. <td id="w1d0"></td>
  406. <td id="w1d1"></td>
  407. <td id="w1d2"></td>
  408. <td id="w1d3"></td>
  409. <td id="w1d4"></td>
  410. <td id="w1d5"></td>
  411. <td id="w1d6"></td>
  412. </tr>
  413. <tr id='week2' style='display: none;'>
  414. <td id="w2d0"></td>
  415. <td id="w2d1"></td>
  416. <td id="w2d2"></td>
  417. <td id="w2d3"></td>
  418. <td id="w2d4"></td>
  419. <td id="w2d5"></td>
  420. <td id="w2d6"></td>
  421. </tr>
  422. <tr id='week3' style='display: none;'>
  423. <td id="w3d0"></td>
  424. <td id="w3d1"></td>
  425. <td id="w3d2"></td>
  426. <td id="w3d3"></td>
  427. <td id="w3d4"></td>
  428. <td id="w3d5"></td>
  429. <td id="w3d6"></td>
  430. </tr>
  431. <tr id='week4' style='display: none;'>
  432. <td id="w4d0"></td>
  433. <td id="w4d1"></td>
  434. <td id="w4d2"></td>
  435. <td id="w4d3"></td>
  436. <td id="w4d4"></td>
  437. <td id="w4d5"></td>
  438. <td id="w4d6"></td>
  439. </tr>
  440. <tr id='week5' style='display: none;'>
  441. <td id="w5d0"></td>
  442. <td id="w5d1"></td>
  443. <td id="w5d2"></td>
  444. <td id="w5d3"></td>
  445. <td id="w5d4"></td>
  446. <td id="w5d5"></td>
  447. <td id="w5d6"></td>
  448. </tr>
  449. </table>
  450. </form>
  451. </div>
  452.  
  453. <p class="attention">We are sorry, there are no events matching your search.</p>
  454.  
  455.  
  456. </td>
  457. <td valign="top">
  458.  
  459. </td>
  460. </tr>
  461. </table>
  462. </div>
  463.  
  464. <form name="calendarDateSearch" action="calendar.asp" method="post">
  465. <input type="hidden" name="sToken" value="1,29fc7d5e,4cbe34cf,BA6BCEDB-4908-417F-AE2A-C24067A9EE7E,X26xVitlaC0iiXxpvmJ6pbJ0dCc=" >
  466. <input type="hidden" name="BOset::WScontent::SearchCriteria::calendar_search_from" value="21-10-2010 12:00 AM" title="21-10-2010 12:00 AM" id="calendar_search_from::0"><input type="hidden" name="BOset::WScontent::SearchCriteria::calendar_search_to" value="21-10-2010 11:59 PM" title="21-10-2010 11:59 PM" id="calendar_search_to::0"><input type="hidden" name="BOset::WScontent::SearchCriteria::calendar_month_filter" value="" title="" id="calendar_month_filter::0">
  467. <input type="hidden" name="doWork::WScontent::searchCalendar" value="1">
  468. </form>
  469.  
  470.  
  471. <div id="footer">
  472. <div style="background: url(/uploads/foxtix/footer-graphic.png); width: 1026px; height: 300px; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; no-repeat: " xmlns="http://www.w3.org/1999/xhtml" xmlns:av="http://www.audienceview.com/xml/email/"><!--about foxtix--><div id="about" style="border-right: rgb(153,153,153) 1px solid; left: 80px; float: left; width: 140px; position: relative; top: 35px; height: 110px"><h3 style="font-weight: bold; font-size: 14px; margin: 0px; color: rgb(255,255,255); font-family: arial,helvetica,sans-serif bold">
  473. ABOUT FOXTIX</h3>
  474. <ul style="padding-right: 0px; padding-left: 0px; font-size: 12px; padding-bottom: 0px; margin: 0px; color: rgb(255,255,255); padding-top: 0px; font-family: arial,helvetica,sans-serif; list-style-type: none"><li><a href="/online/default.asp?doWork::WScontent::loadArticle=Load&amp;BOparam::WScontent::loadArticle::article_id=038AC4DA-1872-47BB-AC3A-2997A2923C12" style="padding-right: 0px; padding-left: 0px; font-size: 12px; padding-bottom: 0px; margin: 0px; color: rgb(255,255,255); padding-top: 0px; font-family: arial,helvetica,sans-serif; list-style-type: none; text-decoration: none" shape="rect">Who we are</a>
  475. </li>
  476. <li><a href="/online/default.asp?doWork::WScontent::loadArticle=Load&amp;BOparam::WScontent::loadArticle::article_id=D3CFBC81-99A8-4FF1-9353-E14BE0996296" style="color: rgb(255,255,255); text-decoration: none" shape="rect">Your Account</a>
  477. </li>
  478. <li><a href="/online/default.asp?doWork::WScontent::loadArticle=Load&amp;BOparam::WScontent::loadArticle::article_id=D95179C8-8E4D-4F9F-BA90-A046FAD82DF8" style="color: rgb(255,255,255); text-decoration: none" shape="rect">Media Centre</a>
  479. </li>
  480. <li><a href="/online/default.asp?doWork::WScontent::loadArticle=Load&amp;BOparam::WScontent::loadArticle::article_id=D5820DF0-911E-4C14-9C09-3640097BE2A5" style="color: rgb(255,255,255); text-decoration: none" shape="rect">Contact Foxtix </a>
  481. </li>
  482. <li><a href="http://www.moshtix.com.au" style="color: rgb(255,255,255); text-decoration: none" shape="rect">Visit moshtix</a>
  483. </li>
  484. </ul>
  485. </div><!--about foxtix--><!--newsletter--><div id="newsletter" style="border-right: rgb(153,153,153) 1px solid; left: 110px; float: left; width: 150px; position: relative; top: 35px; height: 110px"><h3 style="font-weight: bold; font-size: 14px; margin: 0px; color: rgb(255,255,255); font-family: arial,helvetica,sans-serif bold">
  486. NEWSLETTER</h3>
  487. <ul style="padding-right: 0px; padding-left: 0px; font-size: 12px; padding-bottom: 0px; margin: 0px; color: rgb(255,255,255); padding-top: 0px; font-family: arial,helvetica,sans-serif; list-style-type: none"><li>
  488. Our e-newsletter will keep you in the know.</li>
  489. <li><strong><a href="/online/default.asp?doWork::WScontent::loadArticle=Load&amp;BOparam::WScontent::loadArticle::article_id=D3CFBC81-99A8-4FF1-9353-E14BE0996296" style="color: rgb(255,255,255); font-family: arial,helvetica,sans-serif; text-decoration: none" shape="rect">Sign up now!</a>
  490. </strong>
  491. </li>
  492. </ul>
  493. </div><!--newsletter--><!--help--><div id="help" style="border-right: rgb(153,153,153) 1px solid; left: 140px; float: left; width: 130px; position: relative; top: 35px; height: 110px"><h3 style="font-weight: bold; font-size: 14px; margin: 0px; color: rgb(255,255,255); font-family: arial,helvetica,sans-serif bold">
  494. HELP</h3>
  495. <ul style="padding-right: 0px; padding-left: 0px; font-size: 12px; padding-bottom: 0px; margin: 0px; color: rgb(255,255,255); padding-top: 0px; font-family: arial,helvetica,sans-serif; list-style-type: none"><li><a href="/online/default.asp?doWork::WScontent::loadArticle=Load&amp;BOparam::WScontent::loadArticle::article_id=2727E03B-E647-42F3-B975-FFEDBB40F551" style="color: rgb(255,255,255); text-decoration: none" shape="rect">Buyer FAQ's</a>
  496. </li>
  497. <li><a href="/online/default.asp?doWork::WScontent::loadArticle=Load&amp;BOparam::WScontent::loadArticle::article_id=9817D75D-1DF7-4CFD-A36E-25730A9A825F" style="color: rgb(255,255,255); text-decoration: none" shape="rect">List your event</a>
  498. </li>
  499. <li><a href="/online/default.asp?doWork::WScontent::loadArticle=Load&amp;BOparam::WScontent::loadArticle::article_id=5DFD02F3-2BD0-4509-883E-441FBD52D6CC" style="color: rgb(255,255,255); text-decoration: none" shape="rect">Privacy Policy</a>
  500. </li>
  501. <li><a href="/online/default.asp?doWork::WScontent::loadArticle=Load&amp;BOparam::WScontent::loadArticle::article_id=ABC436CF-CC7D-4AD3-B023-B8285BAAC002" style="color: rgb(255,255,255); text-decoration: none" shape="rect">Terms of Use</a>
  502. </li>
  503. <li><a href="/online/default.asp?doWork::WScontent::loadArticle=Load&amp;BOparam::WScontent::loadArticle::article_id=CB26E22C-58D2-41F0-BD0C-F22201FAF0F5" style="color: rgb(255,255,255); text-decoration: none" shape="rect">Refund Policy</a>
  504. </li>
  505. </ul>
  506. </div><!--help--><!--social media--><div id="social media" style="border-right: rgb(153,153,153) 1px solid; left: 170px; float: left; width: 160px; position: relative; top: 35px; height: 110px"><h3 style="font-weight: bold; font-size: 14px; margin: 0px; color: rgb(255,255,255); font-family: arial,helvetica,sans-serif bold">
  507. SOCIAL MEDIA</h3>
  508. <ul style="padding-right: 0px; padding-left: 0px; font-size: 12px; padding-bottom: 0px; margin: 0px; color: rgb(255,255,255); padding-top: 0px; font-family: arial,helvetica,sans-serif; list-style-type: none"><li>
  509. Join us on our favourite networks</li>
  510. </ul>
  511. <table border="0" cellpadding="0" cellspacing="0" width="126"><tbody><tr><td width="25%" rowspan="1" colspan="1"><a href="http://www.myspace.com/foxtix" shape="rect"><img alt="myspace" border="0" height="24" src="/uploads/foxtix/myspace.png" width="24"></img>
  512. </a>
  513. </td>
  514. <td width="25%" rowspan="1" colspan="1"><a href="http://www.facebook.com/pages/Foxtix/147007235312572" shape="rect"><img alt="Facebook" border="0" height="24" src="/uploads/foxtix/facebook.png" width="24"></img>
  515. </a>
  516. </td>
  517. <td width="25%" rowspan="1" colspan="1"><a href="http://twitter.com/Foxtix_com_au" shape="rect"><img alt="twitter" border="0" height="24" src="/uploads/foxtix/twitter.png" width="24"></img>
  518. </a>
  519. </td>
  520. <td width="25%" rowspan="1" colspan="1"><a href="http://www.youtube.com/user/FoxtixTV" shape="rect"><img alt="YouTube" border="0" height="24" src="/uploads/foxtix/youtube.png" width="24"></img>
  521. </a>
  522. </td>
  523. </tr>
  524. </tbody>
  525. </table>
  526. </div><!--social media--><!--venues & promoters--><div id="venues &amp; promoters" style="left: 200px; float: left; width: 200px; position: relative; top: 35px; height: 110px"><h3 style="font-weight: bold; font-size: 14px; margin: 0px; color: rgb(255,255,255); font-family: arial,helvetica,sans-serif bold">
  527. VENUES &amp; PROMOTERS</h3>
  528. <ul style="padding-right: 0px; padding-left: 0px; font-size: 12px; padding-bottom: 0px; margin: 0px; color: rgb(255,255,255); padding-top: 0px; font-family: arial,helvetica,sans-serif; list-style-type: none"><li><a href="/online/default.asp?doWork::WScontent::loadArticle=Load&amp;BOparam::WScontent::loadArticle::article_id=9817D75D-1DF7-4CFD-A36E-25730A9A825F" style="color: rgb(255,255,255); text-decoration: none" shape="rect">List your event on Foxtix</a>
  529. </li>
  530. <li><a href="/online/default.asp?doWork::WScontent::loadArticle=Load&amp;BOparam::WScontent::loadArticle::article_id=D95179C8-8E4D-4F9F-BA90-A046FAD82DF8" style="color: rgb(255,255,255); text-decoration: none" shape="rect">Logo Download</a>
  531. </li>
  532. <li><a href="/online/default.asp?doWork::WScontent::loadArticle=Load&amp;BOparam::WScontent::loadArticle::article_id=D5820DF0-911E-4C14-9C09-3640097BE2A5" style="color: rgb(255,255,255); text-decoration: none" shape="rect">Contact Foxtix</a>
  533. </li>
  534. <li><a href="mailto:[email protected]" style="color: rgb(255,255,255); text-decoration: none" shape="rect">Advertise with us</a>
  535. </li>
  536. </ul>
  537. </div><!--venues & promoters--><div class="clear" style="clear: both; padding-right: 0px; padding-left: 0px; font-size: 1px; padding-bottom: 0px; margin: 0px; line-height: 0pt; padding-top: 0px; height: 0px">
  538. </div><!--logo--><div style="left: 440px; float: left; width: 120px; position: relative; top: 65px; height: 56px"><a href="http://www.foxtix.com.au" shape="rect"><img alt="Foxtix" border="0" src="/uploads/foxtix/footer-logo.png"></img>
  539. </a>
  540. </div><!--logo--><!--footer links--><div style="left: 170px; float: left; width: 450px; position: relative; top: 130px"><ul style="padding-right: 0px; padding-left: 0px; font-size: 11px; padding-bottom: 0px; margin: 0px; color: rgb(255,255,255); padding-top: 0px; font-family: arial,helvetica,sans-serif; list-style-type: none"><li style="border-right: rgb(153,153,153) 1px solid; padding-right: 10px; display: inline; padding-left: 10px; padding-bottom: 0px; padding-top: 0px"><a href="/online/default.asp?doWork::WScontent::loadArticle=Load&amp;BOparam::WScontent::loadArticle::article_id=038AC4DA-1872-47BB-AC3A-2997A2923C12" style="padding-right: 0px; padding-left: 0px; font-size: 11px; padding-bottom: 0px; margin: 0px; color: rgb(255,255,255); padding-top: 0px; font-family: arial,helvetica,sans-serif; list-style-type: none; text-decoration: none" shape="rect">About</a>
  541. </li>
  542. <li style="border-right: rgb(153,153,153) 1px solid; padding-right: 10px; display: inline; padding-left: 10px; padding-bottom: 0px; padding-top: 0px"><a href="/online/default.asp?doWork::WScontent::loadArticle=Load&amp;BOparam::WScontent::loadArticle::article_id=D5820DF0-911E-4C14-9C09-3640097BE2A5" style="color: rgb(255,255,255); text-decoration: none" shape="rect">Contact</a>
  543. </li>
  544. <li style="border-right: rgb(153,153,153) 1px solid; padding-right: 10px; display: inline; padding-left: 10px; padding-bottom: 0px; padding-top: 0px"><a href="/online/default.asp?doWork::WScontent::loadArticle=Load&amp;BOparam::WScontent::loadArticle::article_id=5DFD02F3-2BD0-4509-883E-441FBD52D6CC" style="color: rgb(255,255,255); text-decoration: none" shape="rect">Privacy Policy</a>
  545. </li>
  546. <li style="border-right: rgb(153,153,153) 1px solid; padding-right: 10px; display: inline; padding-left: 10px; padding-bottom: 0px; padding-top: 0px"><a href="/online/default.asp?doWork::WScontent::loadArticle=Load&amp;BOparam::WScontent::loadArticle::article_id=ABC436CF-CC7D-4AD3-B023-B8285BAAC002" style="color: rgb(255,255,255); text-decoration: none" shape="rect">Terms &amp; Conditons</a>
  547. </li>
  548. <li style="padding-right: 10px; display: inline; padding-left: 10px; padding-bottom: 0px; padding-top: 0px"><a href="mailto:[email protected]" style="color: rgb(255,255,255); text-decoration: none" shape="rect">Advertise with us</a>
  549. </li>
  550. </ul>
  551. </div><!--footer links--><!--copyright--><div style="right: 180px; float: left; width: 210px; position: relative; top: 150px"><ul style="padding-right: 0px; padding-left: 0px; font-size: 11px; padding-bottom: 0px; margin: 0px; color: rgb(181,181,181); padding-top: 0px; font-family: arial,helvetica,sans-serif; list-style-type: none"><li>
  552. .</li>
  553. </ul>
  554. </div><!--copyright--></div>
  555.  
  556. </div>
  557.  
  558. </div>
  559. <div id="fade" class="black_overlay"></div>
  560. <!-- CONTENT END -->
  561.  
  562. </body>
  563. </html>
  564.  
  565.  
  566. %>

URL: https://foxtix.com.au/Online/calendar.asp

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.