You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<title>Timeline Google Spreadsheet Template</title>
|
|
|
|
<meta name="description" content="Template Description">
|
|
|
|
|
|
|
|
<!-- Le HTML5 shim, for IE6-8 support of HTML elements -->
|
|
|
|
<!--[if lt IE 9]>
|
|
|
|
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
|
|
|
|
<![endif]-->
|
|
|
|
|
|
|
|
<!-- CSS -->
|
|
|
|
<link href="../../timeline.css" rel="stylesheet">
|
|
|
|
|
|
|
|
<!-- JavaScript -->
|
|
|
|
<script type="text/javascript" src="../../jquery-min.js"></script>
|
|
|
|
<!-- <script type="text/javascript" src="jquery.mobile-1.0.min.js"></script> -->
|
|
|
|
<script type="text/javascript" src="../../timeline-min.js"></script>
|
|
|
|
<script>
|
|
|
|
$(document).ready(function() {
|
|
|
|
var timeline = new VMM.Timeline();
|
|
|
|
timeline.init("https://docs.google.com/a/digitalartwork.net/spreadsheet/ccc?hl=en_US&key=0Agl_Dv6iEbDadGRwZjJSRTR4RHJpanE2U3lkb0lyYUE&rm=full#gid=0");
|
|
|
|
});
|
|
|
|
</script>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
<div id="timeline"></div>
|
|
|
|
</body>
|
|
|
|
</html>
|