<!DOCTYPE HTML>
<!--
  -- Copyright (c) 2012 The Chromium Authors. All rights reserved.
  -- Use of this source code is governed by a BSD-style license that can be
  -- found in the LICENSE file.
  -->
<html>
<head>
  <link rel="stylesheet" type="text/css" href="css/common.css"/>
  <link rel="stylesheet" type="text/css" href="css/file_types.css"/>
  <link rel="stylesheet" type="text/css" href="css/action_choice.css"/>

  <script src="js/action_choice_scripts.js"></script>

  <if expr="0">
    <!-- This file has not been flattened, load individual scripts.
         Keep the list in sync with action_choice_scripts.js. -->
    <script src="../shared/js/load_time_data.js"></script>
    <script src="../shared/js/util.js"></script>
    <script src="../shared/js/i18n_template_no_process.js"></script>

    <script src="../shared/js/cr.js"></script>
    <script src="../shared/js/event_tracker.js"></script>
    <script src="../shared/js/cr/ui.js"></script>
    <script src="../shared/js/cr/event_target.js"></script>
    <script src="../shared/js/cr/ui/touch_handler.js"></script>

    <script src="js/util.js"></script>
    <script src="js/file_type.js"></script>
    <script src="js/metadata/metadata_cache.js"></script>
    <script src="js/metrics.js"></script>
    <script src="js/image_editor/image_util.js"></script>
    <script src="js/media/media_util.js"></script>

    <script src="js/action_choice.js"></script>
  </if>
  <title>&#xFEFF;</title>
</head>

<body>
  <div class="action-choice">
    <div class="title-bar"></div>
    <div class="previews">
      <div class="spinner"></div>
    </div>
    <div class="counter"></div>

    <div class="choices">
      <div>
        <input id="view-files" type="radio" name="action" checked>
        <label for="view-files"
               i18n-content="ACTION_CHOICE_VIEW_FILES"></label>
      </div>

      <div>
        <input id="import-photos-to-drive" type="radio" name="action">
        <label for="import-photos-to-drive"
               i18n-content="ACTION_CHOICE_PHOTOS_DRIVE"></label>
      </div>

      <div>
        <input id="watch-single-video" type="radio" name="action">
        <label for="watch-single-video"></label>
      </div>
    </div>

    <div class="footer">
      <button class="ok" i18n-content="ACTION_CHOICE_OK"></button>
    </div>
  </div>
</body>
</html>