summaryrefslogtreecommitdiff
path: root/chromium/chrome/browser/resources/chromeos/salsa.html
blob: 50d6775f452f4da0f32e009f31ae170067b6d770 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<!doctype html>
<html>
<head>
  <meta charset="utf-8">
  <title>Salsa</title>
  <link rel="stylesheet" href="chrome://resources/css/text_defaults.css">
  <link rel="stylesheet" href="salsa.css">
  <script src="salsa.js"></script>
</head>

<body>
<div id="bounding-box">
  <h1 class="title">Salsa</h1>

  <div id="invalid-treatment-info" hidden>
    I'm afraid there has been some problem determining which treatments to use
    for your experiment.  Please try to copy/paste the URL again and refresh
    this page.  If the problem persists please contact the person running the
    experiment.
  </div>

  <div id="valid-treatment-info">
    <div id="treatment-list">
      <div id="treatment-header">Available Treatments:</div>
      <div id="treatment-template" class="treatment" hidden></div>
    </div>
  
    <p>Instructions</p>
  
    <ul id="instructions">
      <li> <span>Click</span> or use your <span>arrow keys</span> to change the
      selected treatment.
  
      <li> Treatments are ordered randomly, so there is no special significance
      to their labels.
  
      <li> When you navigate away from this page your settings will be returned
      to normal.  If the browser crashes, and/or you experience unusual behavior
      after this experiment, you can manually reset your settings to their
      default values at <a href="chrome://gesture">chrome://gesture</a>.
    </ul>
  
    <p>Thank you for your participation!</p>
  </div>
</div>

</body>
</html>