File: variant-selector.html

package info (click to toggle)
blender 4.3.2%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 309,564 kB
  • sloc: cpp: 2,385,210; python: 330,236; ansic: 280,972; xml: 2,446; sh: 972; javascript: 317; makefile: 170
file content (29 lines) | stat: -rw-r--r-- 1,280 bytes parent folder | download
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
<div class="rst-versions" data-toggle="rst-versions" role="note" aria-label="document versions">
  <ul id="versionwrap" role="presentation">
    <li role="presentation">
      <span id="version-popover" class="version-btn" tabindex="0" role="button" aria-label="versions selector"
        aria-haspopup="true" aria-controls="version-vsnlist" aria-disabled="true">
        {{ release }}
      </span>
      <div class="version-dialog" aria-hidden="true">
        <div class="version-title">Versions</div>
        <ul id="version-vsnlist" class="version-list" role="menu" aria-labelledby="version-popover" aria-hidden="true">
          <li role="presentation">Loading...</li>
        </ul>
      </div>
    </li>
    <template id="version-entry">
      <li tabindex="-1" role="presentation"><a tabindex="-1" role="menuitem"></a></li>
      <li class="selected" tabindex="-1" role="presentation"><span tabindex="-1" aria-current="page"></span></li>
    </template>
  </ul>
  <template id="version-warning">
    <div class="admonition warning">
      <p class="first admonition-title">Note</p>
      <p class="last">
        You are not using the most up to date version of the documentation.
        <a href="#"></a> is the newest version.
      </p>
    </div>
  </template>
</div>