summaryrefslogtreecommitdiff
path: root/chromium/chrome/browser/resources/chromeos/login/oobe_screen_user_image.html
blob: b6e1b33f55be61aa663c6541b5f72788fb40d919 (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
<div class="step right hidden loading" id="user-image" hidden>
  <div class="step-contents">
    <div id="user-image-screen-curtain">
      <p id="user-image-screen-description"
         i18n-content="userImageScreenDescription"></p>
    </div>
    <div id="user-image-screen-main">
      <grid id="user-image-grid" tabindex="1"
          aria-labelledby="user-image-screen-description">
      </grid>
      <div id="user-image-preview">
        <img id="user-image-preview-img" class="animated-transform" alt="">
        <div class="user-image-stream-area">
          <div class="perspective-box">
            <div id="user-image-stream-crop">
              <video class="user-image-stream" autoplay></video>
            </div>
          </div>
          <div class="spinner"></div>
        </div>
        <p id="user-image-preview-caption"></p>
        <button id="discard-photo" i18n-values="title:discardPhoto"
            tabindex="2"></button>
        <button id="take-photo" i18n-values="title:takePhoto" tabindex="2">
        </button>
        <button id="flip-photo" class="custom-appearance"
            i18n-values="title:flipPhoto" tabindex="1"></button>
      </div>
      <div id="user-image-attribution">
        <span i18n-content="authorCredit"></span>
        <strong id="user-image-author-name"></strong>
        <a id="user-image-author-website" target="_blank"></a>
      </div>
    </div>
  </div>
  <div id="user-image-controls" class="step-controls"></div>
  <div id="user-images-loading" class="step-loading">
    <div id="old-flow-throbber" class="step-loading">
      <div class="throbber"></div>
      <div i18n-content="syncingPreferences"></div>
    </div>
    <throbber-notice i18n-values="text:syncingPreferencesNewGaia" class="fit">
    </throbber-notice>
  </div>
</div>