{# This is a publisher output template. Escape HTML so that it doesn't run when embedded in the host page. Use {varname} for variable substitution. #} <link type="text/css" rel="stylesheet" href="{static_url}styles/canvas_view.css"> <script type="text/javascript" src="{static_url}js/mootools_yc.js"></script> <script type="text/javascript" src="{static_url}js/canvas_view_yc.js"></script> <img class="click-to-zoom" src="{image_url}"> <script type="text/javascript"> /* Add click handler to all images with the 'click-to-zoom' class. See the API documentation for further options. */ canvas_view_init_all_images('click-to-zoom'); </script>