DIR : /home/kozerus/public_html/ko_center/sql/cabitems.sql
/home/kozerus/public_html/ko_center/sql
-- cabitems.sql
-- select cab,items, amps, os, ip, desc from kocab order by cab, items;
-- select hw.cab, hw.item, hw.amps, hw.os, hw.ip, hw.sn, hw.hrctag
-- from kohw hw where cab in ( select cab from kocab );
--- order by cab, hw.item
select hw.cab, hw.item, hw.amps, hw.sn, hw.ip from kohw hw where hw.cab in ( 'dd45', 'dj45', 'dk45' );
-- order by cab, hw.item;
//
koh5_pano
Drag mouse to navigate.
Navigation
- Left/Right Mouse drag: Changes camera heading.
- Up/Sown Mouse drag: Changes camera pitch.
- Scroll wheel: Changes camera field of view.
- I-Key: Displays Info panel with canvas size, image size and FPS.
17.Aug.2010, Martin Wengenmayer