Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

stupid fun. just paste

135678

Comments

  • Require Vanilla 1.0.3 or lower
  • padding: 1px 30px;
  • A woman's work is never done.

    That's why a man's gotta do it!

  • http://www.footurama.com//index.php?option=com_content&task=view&id=289&Itemid=38
  • Procter & Gamble takeover of Gillette
  • name="pic'.$k.'"
  • 3stripe3stripe ✭✭
    edited March 2007

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">



    Rutherglen






    /* Generic map, side bar holder styles */
    .MapBuilder {font: normal small verdana, arial, helvetica, sans-serif; font-size: 10pt; margin: 0px;}
    .MapBuilder a {text-decoration: none; color: #0066CC; background-color: transparent;}
    .MapBuilder a:hover {color: #F60; background-color: transparent;}
    .MapBuilder h1 {font-weight: bold; font-size: 16pt; color: #369; border-bottom: 2px solid #369;}

    /* Info Window styles */
    .IW { width: 350px;}
    .IWContent {height: 120px; overflow:auto;}
    .IWCaption {font-weight: bold; font-size: 12pt; color: #369; border-bottom: 2px solid #369;}
    .IWFooter {margin-top: 5px; font-size: 8pt; }
    .IWFooterZoom {}
    .IWDirections{background-color:#FFF;}


    .MapBuilderSideBar {float:left; margin-left: 10px; }










    //<![CDATA[

    // Global Variables
    // set map variable
    var map = null;
    //set up array of locations
    var aLocations = new Array;

    /*************************** Configuration Options ***************************/
    /*PDMarker is used to display tooltips when the user hovers over the markers.
    * PDMarker is a LGPL library provided by Peter Jones.
    * For details see http://wwww.pixeldevelopment.com/pdmarker.asp
    */
    var usePDMarker = false;

    // Create a base "tiny" red icon that specifies the shadow, icon dimensions, etc.
    var iconsm = new GIcon();
    iconsm.image = "http://labs.google.com/ridefinder/images/mm_20_red.png";
    iconsm.shadow = "http://labs.google.com/ridefinder/images/mm_20_shadow.png";
    iconsm.iconSize = new GSize(12, 20);
    iconsm.shadowSize = new GSize(20, 18);
    iconsm.iconAnchor = new GPoint(6, 20);
    iconsm.infoWindowAnchor = new GPoint(5, 1);

    // Create a base "large" red icon that specifies the shadow, icon dimensions, etc.
    var iconbig = new GIcon();
    iconbig.image = "http://www.google.com/mapfiles/marker.png";
    iconbig.shadow = "http://www.google.com/mapfiles/shadow50.png";
    iconbig.iconSize = new GSize(20, 34);
    iconbig.shadowSize = new GSize(37, 34);
    iconbig.iconAnchor = new GPoint(6, 34);
    iconbig.infoWindowAnchor = new GPoint(5, 1);

    // Custom Icon
    var iconcustom = new GIcon(iconbig);
    iconcustom.shadow = '';

    function onLoad() {
    if (!GBrowserIsCompatible())
    {
    document.getElementById("MapBuilderMap").innerHTML = "Unfortunately your browser doesn't support Google Maps.<br /> To check browser compatibility visit the following link.";
    return;
    }

    map = new GMap2(document.getElementById("MapBuilderMap"));
    var MB = new MapBuilder(map);
    map.addControl(new GSmallMapControl());
    map.addControl(new GMapTypeControl());
    // Center the map to the default location and set map type
    map.setCenter(new GLatLng(55.869999, -4.27), 13, map.getMapTypes()[0]);

    // Initialize variables
    var point = null;
    var footerHtml = null;
    var InfoHTML = null;
    var marker = null;
    /* Options used for PDMarker initialization:
    * label: tooltip text
    * opasity: tooltip opasity
    */
    var options = {};

    // Add locations
    // And finnaly create sidebar
    createSideBar();
    }

    //]]>




    Rutherglen
    Glasgow




    Created by MapBuilder.net.



    Map Locations [-]






  • wqu0hd
  • 250
  • edited March 2007
    23
  • size="20"
  • Ken Stevens
  • No matter where you go, there you are.

    Posted: Tuesday, 13 March 2007 at 8:08AM (AEDT)

  • edited March 2007
    http://www.mormonmomma.com/images/logo.gif
  • joel-access-log.txt
  • conf/settings.php
  • *** Removed ***

    Mmm.. I actually had private source code in my clipboard memory :) sorry.. can't paste it here :)
  • Morning prayer ****** Sheesh, I'm addicted to paste.
Sign In or Register to comment.