Skip to content

Instantly share code, notes, and snippets.

@apricot13
Created May 9, 2015 11:35
Show Gist options
  • Save apricot13/f74e254f16a3b90a93c6 to your computer and use it in GitHub Desktop.
Save apricot13/f74e254f16a3b90a93c6 to your computer and use it in GitHub Desktop.

Revisions

  1. apricot13 revised this gist May 9, 2015. 2 changed files with 13 additions and 1 deletion.
    2 changes: 1 addition & 1 deletion popup.html
    Original file line number Diff line number Diff line change
    @@ -1 +1 @@
    <a id="popupmap" href="popuplocationmap_cardiff.html"><img src="map.png" width="31" height="33" class="contactMap"/></a>
    <a id="popupmap" href="popuplocationmap.html"><img src="map.png" width="31" height="33" class="contactMap"/></a>
    12 changes: 12 additions & 0 deletions popuplocationmap.html
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,12 @@

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Untitled Document</title>
    </head>

    <body>
    <iframe width="600" height="500" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.co.uk/maps?q=cardiff+medicentre&amp;hl=en&amp;sll=51.513657,-3.214703&amp;sspn=0.086746,0.154324&amp;ie=UTF8&amp;hq=cardiff+medicentre&amp;hnear=&amp;vpsrc=6&amp;ll=51.507674,-3.18346&amp;spn=0.006678,0.012896&amp;z=16&amp;iwloc=A&amp;output=embed"></iframe><br /><small><a href="http://maps.google.co.uk/maps?q=cardiff+medicentre&amp;hl=en&amp;sll=51.513657,-3.214703&amp;sspn=0.086746,0.154324&amp;ie=UTF8&amp;hq=cardiff+medicentre&amp;hnear=&amp;vpsrc=6&amp;ll=51.507674,-3.18346&amp;spn=0.006678,0.012896&amp;z=16&amp;iwloc=A&amp;source=embed" style="color:#0000FF;text-align:left">View Larger Map</a></small>
    </body>
    </html>
  2. apricot13 created this gist May 9, 2015.
    1 change: 1 addition & 0 deletions popup.html
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    <a id="popupmap" href="popuplocationmap_cardiff.html"><img src="map.png" width="31" height="33" class="contactMap"/></a>
    3 changes: 3 additions & 0 deletions popup.js
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,3 @@
    $("a#popupmap").fancybox({
    'frameWidth': 600, 'frameHeight': 500,
    });