73 <script type="text/javascript" src="<?php echo(registry_url('jquery-url','js'));?>"></script> |
73 <script type="text/javascript" src="<?php echo(registry_url('jquery-url','js'));?>"></script> |
74 <script type="text/javascript" src="<?php echo(registry_url('metadataplayer','js'));?>"></script> |
74 <script type="text/javascript" src="<?php echo(registry_url('metadataplayer','js'));?>"></script> |
75 <script type="text/javascript" src="<?php echo(registry_url('tracemanager','js'));?>"></script> |
75 <script type="text/javascript" src="<?php echo(registry_url('tracemanager','js'));?>"></script> |
76 |
76 |
77 <!-- Framework CSS --> |
77 <!-- Framework CSS --> |
78 <link rel="stylesheet" href="<?php echo(registry_url('tweetcast','css'));?>?v=11072012" type="text/css" media="screen, projection"/> |
78 <link rel="stylesheet" href="<?php echo(registry_url('tweetcast','css'));?>" type="text/css" media="screen, projection"/> |
79 <link rel="stylesheet" href="<?php echo(registry_url('fancybox','css'));?>" media="screen"/> |
79 <link rel="stylesheet" href="<?php echo(registry_url('fancybox','css'));?>" media="screen"/> |
80 |
80 |
81 <!-- FONT --> |
81 <!-- FONT --> |
82 <link href='<?php echo(registry_url('PT-Sans_Narrow','font'));?>' rel='stylesheet' type='text/css'/> |
82 <link href='<?php echo(registry_url('PT-Sans_Narrow','font'));?>' rel='stylesheet' type='text/css'/> |
83 <link href='<?php echo(registry_url('PT-Sans','font'));?>' rel='stylesheet' type='text/css'/> |
83 <link href='<?php echo(registry_url('PT-Sans','font'));?>' rel='stylesheet' type='text/css'/> |
194 } |
194 } |
195 ] |
195 ] |
196 }; |
196 }; |
197 |
197 |
198 jQuery(document).ready(function() { |
198 jQuery(document).ready(function() { |
199 |
|
200 <?php if ($show_splash): ?> |
199 <?php if ($show_splash): ?> |
201 var _fancybox = jQuery.fancybox; |
|
202 jQuery.fancybox( |
200 jQuery.fancybox( |
203 jQuery("#splash").html(), |
201 jQuery("#splash").html(), |
204 { |
202 { |
205 width: 500, |
203 width: 500, |
206 modal: true, |
204 modal: true, |
207 closeBtn: false |
205 closeBtn: false |
208 }); |
206 }); |
209 |
207 |
210 jQuery("#fancybox-content form").submit(function() { |
208 jQuery("#fancybox-content form").submit(function() { |
211 _fancybox.close(); |
209 jQuery.fancybox.close(); |
212 var _checkboxes = []; |
210 var _checkboxes = []; |
213 jQuery("#fancybox-content .checkbox:checked").each(function() { _checkboxes.push(this.value) }); |
211 jQuery("#fancybox-content .checkbox:checked").each(function() { _checkboxes.push(this.value) }); |
214 var _data = { |
212 var _data = { |
215 eventLink: _checkboxes, |
213 eventLink: _checkboxes, |
216 eMail: jQuery("#fancybox-content .eMail").val(), |
214 eMail: jQuery("#fancybox-content .eMail").val(), |
239 'height' : 360, |
237 'height' : 360, |
240 'autoDimensions' : false, |
238 'autoDimensions' : false, |
241 'transitionIn' : 'none', |
239 'transitionIn' : 'none', |
242 'transitionOut' : 'none', |
240 'transitionOut' : 'none', |
243 'type' : 'iframe' |
241 'type' : 'iframe' |
|
242 }); |
|
243 jQuery("#Program").fancybox({ |
|
244 type: "iframe", |
|
245 width: 840, |
|
246 height: 640, |
|
247 transitionIn: "none", |
|
248 transitionOut: "none" |
244 }); |
249 }); |
245 jQuery(".embedbutton").click(function() { |
250 jQuery(".embedbutton").click(function() { |
246 _tracer.trace("Pt_EmbedButtonClicked"); |
251 _tracer.trace("Pt_EmbedButtonClicked"); |
247 }); |
252 }); |
248 jQuery(".acctitre").click(function() { |
253 jQuery(".acctitre").click(function() { |