Monday, 24 June 2013

Floor plan booking in svg



An svg file hooked into google calendar to show the booking for a floor plan. The architectural drawings have been taken from sketchup into illustrator and exported as svg. The ajax uses a script from carto.net

The code to embed medium size 400px wide

<iframe src="http://whosedata.net/kwmc-apps/kwmc-booking/index.php?size=m" style="border:0" seamless width="400" height="300" scrolling="no"> <p>Your browser does not support iframes.</p>

The code to embed large size 570px wide

<iframe src="http://whosedata.net/kwmc-apps/kwmc-booking/index.php?size=l" style="border:0" seamless width="570" height="560" scrolling="no"> <p>Your browser does not support iframes.</p>

The code to embed an extra large size 1024px wide

<iframe src="http://whosedata.net/kwmc-apps/kwmc-booking/index.php?size=xl" style="border:0" seamless width="1024" height="1068" scrolling="no"> <p>Your browser does not support iframes.</p>