"Anootorious Sample Demo"
Bootstrap 3.0.0 Snippet by divyanagu-ceg

<link href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script> <script src="//code.jquery.com/jquery-1.11.1.min.js"></script> <!------ Include the above in your HEAD tag ----------> <%@ page language="java" contentType="text/html; charset=ISO-8859-1" pageEncoding="ISO-8859-1"%> <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <title>Insert title here</title> <link type="text/css" rel="stylesheet" href="http://annotorious.github.com/latest/annotorious.css" /> <script type="text/javascript" src="http://annotorious.github.com/latest/annotorious.min.js"></script> </head> <script> function init() { anno.makeAnnotatable(document.getElementById('myImage')); } </script> <body onload="init();"> <img src="Desert.jpg" id="myImage" height=600 width=500/> </body> </html>

Related: See More


Questions / Comments: