smartXP:Sandpit

From SensorDataLab

Jump to: navigation, search

Sand pit

Sand pit of the SmartXp


Room reservation system

The SmartXp has a number of rooms

And we have a number pistes in the Theatre Hall

Reservations for a room are made through a reservation page.

Images etc.

Images on this media wiki reside in SVN: http://silo1.ewi.utwente.nl/svn/wiki/trunk/smartxp

Checkout the repository. The SVN server will ask for your login name and passwd, which is the same as the one for this wiki

$ svn co http://silo1.ewi.utwente.nl/svn/wiki/trunk/smartxp sensorlab
$ cd sensorlab/images

Put your image here

$ cp ....../smartxp-blueprint_floorplan-lab1.png .
$ cp ....../smartxp-blueprint_floorplan-lab2.png .

png and jpg are both supported

$ png2jpg smartxp-blueprint_floorplan-lab1.png
$ png2jpg smartxp-blueprint_floorplan-lab2.png


Commit the images

$ svn add *.png *.jpg
$ svn commit -m 'sample pictures' 

Use your diagram. Add the following code [[Image:/smartxp/images/smartxp-blueprint_floorplan-lab1_REV_HEAD.png|600px|floorplan]] For more details see: Extensions:How to add images from SVN to your wiki page 21-07-2008

Note: the _REV_HEAD, seems mandatory, otherwise you get some cached picture; can be anything

PNG version:

floorplan

JPEG version:

floorplan

JPEG version (link and implicit HEAD):

Image:/smartxp/images/blueprint1.jpg

JPEG version (link and explicit HEAD):

Image:/smartxp/images/blueprint1 REV HEAD.jpg

Personal tools