Mercurial > hg > digilib
comparison client/digitallibrary/greyskin/diginew.jsp @ 424:de930d030a53
added a tags for arrows and a:hover images
author | hertzhaft |
---|---|
date | Thu, 22 Dec 2005 11:23:18 +0100 |
parents | 80dcfa0ce225 |
children | fc5b8cade32f |
comparison
equal
deleted
inserted
replaced
423:3086315ca94e | 424:de930d030a53 |
---|---|
92 initParameters(); // load default values and detail | 92 initParameters(); // load default values and detail |
93 dl_param_init(); // parse parameter values | 93 dl_param_init(); // parse parameter values |
94 loadScalerImage(); // ruft auch dl_init() / initScaler auf | 94 loadScalerImage(); // ruft auch dl_init() / initScaler auf |
95 loadBirdImage(); // lädt das Bird's Eye Bild | 95 loadBirdImage(); // lädt das Bird's Eye Bild |
96 reflectImageStatus(); // adjust icons | 96 reflectImageStatus(); // adjust icons |
97 showArrows(); | 97 showArrows(); // show arrow overlays for zoom navigation |
98 moveCenter(); // click to move point to center | |
98 } | 99 } |
99 | 100 |
100 // base_init(); // now done on loading baselib.js | 101 // base_init(); // now done on loading baselib.js |
101 | 102 |
102 </script> | 103 </script> |