source: trunk/grails-app/views/shared/_pictureHead.gsp @ 182

Last change on this file since 182 was 182, checked in by gav, 14 years ago

Add support for inventory item Pictures and Images.
Add new PersonService, refactor CreateDataService and TaskService to suite.

File size: 369 bytes
Line 
1
2<link rel="stylesheet" type="text/css" href="${resource(dir: 'css', file: 'webalbum.css')}" />
3<link rel="stylesheet" type="text/css" href="${resource(dir: 'css', file: 'lightbox.css')}" />
4<g:javascript library="prototype/prototype" />
5<g:javascript library="lightbox" />
6<script type="text/javascript"> document.observe("dom:loaded", Lightbox.onload); </script>
Note: See TracBrowser for help on using the repository browser.