2 Copyright (c) 2012 The Chromium Authors. All rights reserved.
3 Use of this source code is governed by a BSD-style license that can be
4 found in the LICENSE file.
7 <html i18n-values=
"dir:textdirection">
13 <link type=
"text/css" rel=
"stylesheet" href=
"http://yui.yahooapis.com/2.9.0/build/datatable/assets/skins/sam/datatable.css">
14 <link type=
"text/css" rel=
"stylesheet" href=
"main.css">
15 <script type=
"text/javascript" src=
"https://ajax.googleapis.com/ajax/libs/prototype/1.7.0.0/prototype.js"></script>
16 <script src=
"http://yui.yahooapis.com/2.9.0/build/yahoo-dom-event/yahoo-dom-event.js"></script>
17 <script src=
"http://yui.yahooapis.com/2.9.0/build/element/element-min.js"></script>
18 <script src=
"http://yui.yahooapis.com/2.9.0/build/datasource/datasource-min.js"></script>
19 <script src=
"http://yui.yahooapis.com/2.9.0/build/datatable/datatable-min.js"></script>
20 <script type=
"text/javascript" src=
"https://www.google.com/jsapi"></script>
21 <script type=
"text/javascript">
22 google
.load("visualization", "1", {packages
:["corechart"]});
24 <script type=
"text/javascript" src=
"base.js"></script>
25 <script type=
"text/javascript" src=
"ui.js"></script>
26 <script type=
"text/javascript" src=
"results_viewer.js"></script>
27 <script type=
"text/javascript" src=
"main.js"></script>
29 <body class=
"yui-skin-sam">
31 <input type=
"file" id=
"fileSelector" name=
"files[]" />
33 <!--<div id="csvContentsDataTable" class="viewer"></div> TODO remove me!-->
34 <!--<div id="barChart"></div> TODO remove me-->
37 <script type=
"text/javascript">
38 $('fileSelector').addEventListener('change', handleFileSelectEvent
, false);