This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <h3>Upcoming US Holidays</h3> | |
| <div id="agenda"></div> | |
| <script> | |
| function listEvents(root) { | |
| var feed = root.feed; | |
| var entries = feed.entry || []; | |
| var html = ['<ul>']; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <html> | |
| <head> | |
| <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.0/jquery.min.js"></script> | |
| <script> | |
| function test(data){ | |
| var entries = data.responseData.feed.entries; | |
| console.log(entries); | |
| $.each(entries, function(key, entry){ | |
| $("#pins").append( | |
| $("<li>").append(entry.content) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (function(b,c,h,i,g,e,f,d){if(!b[h]||i>b[h].fn.jquery){f=c.documentElement.childNodes[0];d=c.createElement("script");d.type="text/javascript";d.src="https://ajax.googleapis.com/ajax/libs/jquery/"+i+"/jquery.min.js";f.appendChild(d);e=g;g=function($,L){$(d).remove();e($,L)}}(function a($){($=b[h])&&i<=$.fn.jquery?g(f?$.noConflict(1):$,!!f):setTimeout(a,50)})()})(window,document,"jQuery","1.4.4",function($,L){ | |
| $("div.Project a:contains('Order #')").each(function(){ | |
| url = "https://myaccounturl.basecamphq.com"+$(this).attr("href")+"/project/delete_project" | |
| $.post(url); | |
| }); | |
| }); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (function(b,c,h,i,g,e,f,d){if(!b[h]||i>b[h].fn.jquery){f=c.documentElement.childNodes[0];d=c.createElement("script");d.type="text/javascript";d.src="https://ajax.googleapis.com/ajax/libs/jquery/"+i+"/jquery.min.js";f.appendChild(d);e=g;g=function($,L){$(d).remove();e($,L)}}(function a($){($=b[h])&&i<=$.fn.jquery?g(f?$.noConflict(1):$,!!f):setTimeout(a,50)})()})(window,document,"jQuery","1.4.4",function($,L){ | |
| $("div.Project").each(function(){ | |
| url = "https://youraccounturl.basecamphq.com"+$(this).attr("href")+"/project/delete_project" | |
| $.post(url); | |
| }); | |
| }); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!-- This conditional handles photo galleries in the nav; They will default to showing the first gallery, as each gallery is desired to have it's own page --> | |
| {elseif $node.object.class_identifier|eq('photo_gallery_page')} | |
| {def $gallery = $node.children.0} | |
| <a href={$gallery.url_alias|ezurl}{section show=$accesskey} accesskey="{$accesskey}"{/section}{section show=$class} class="{$class}"{/section}{if eq(true,$gallery.data_map.omniture_id.has_content)} name="omni_{$gallery.data_map.omniture_id.content}_{$omniture_part | |
| {else} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| javascript: (function () { | |
| _bookmarklet = document.createElement('script'); | |
| _bookmarklet.id = 'bookmarklet'; | |
| if (document.getElementById(_bookmarklet.id)) { | |
| bookmarkletobject.init(); | |
| } else { | |
| _bookmarklet.type = 'text/javascript'; | |
| _bookmarklet.src = 'http://assets.domain.com/jsfile.js?x=' + (Math.random()); | |
| document.getElementsByTagName('head')[0].appendChild(_bookmarklet); | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <ul> | |
| <li class="youtube"> | |
| <a href="http://www.youtube.com/user/myqrad" target="_blank">Youtube</a> | |
| </li> | |
| <li class="facebook"> | |
| <a href="http://www.facebook.com/myQRad" target="_blank">Facebook</a> | |
| </li> | |
| <li class="linkedin"> | |
| <a href="http://www.linkedin.com/groups/myQRad-4321328?trk=myg_ugrp_ovr" target="_blank">LinkedIn</a> | |
| </li> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <ul> | |
| <li> | |
| <a href="http://www.myqrad.com/about-us">About Us</a> | |
| </li> | |
| <li> | |
| <a href="http://www.myqrad.com/contact-us">Contact Us</a> | |
| </li> | |
| <li> | |
| <a href="http://www.myqrad.com/support">Support</a> | |
| </li> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <h3>Need Help?</h3> | |
| <p>Sometimes it’s a bit hard to know what to do with your QRad. See some examples of how others have used our service to help drive business.</p> | |
| <p> <a href="#">Open Gallery</a> </p> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <ul> | |
| <li> | |
| <a href="/">Home</a> | |
| </li> | |
| <li> | |
| <a href="#">About</a> | |
| </li> | |
| <li> | |
| <a href="#">Contact</a> | |
| </li> |
OlderNewer