File: menu.php

package info (click to toggle)
node-nouislider 15.8.1%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,936 kB
  • sloc: javascript: 5,234; php: 474; sh: 32; python: 28; makefile: 11
file content (13 lines) | stat: -rw-r--r-- 1,118 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
<div class="bar-group">
    <a class="bar-link project" href="<?php echo $relpath; ?>index.html">noUiSlider</a>
    <a class="bar-link" href="<?php echo $relpath; ?>slider-values/index.html">Range and Handles</a>
    <a class="bar-link" href="<?php echo $relpath; ?>slider-read-write/index.html">Reading &amp; Setting Values</a>
    <a class="bar-link" href="<?php echo $relpath; ?>number-formatting/index.html">Formatting</a>
    <a class="bar-link" href="<?php echo $relpath; ?>slider-options/index.html">Options</a>
    <a class="bar-link" href="<?php echo $relpath; ?>behaviour-option/index.html">Tapping, Dragging &amp; Fixed Ranges</a>
    <a class="bar-link" href="<?php echo $relpath; ?>examples/index.html">Examples</a>
    <a class="bar-link" href="<?php echo $relpath; ?>events-callbacks/index.html">Events</a>
    <a class="bar-link" href="<?php echo $relpath; ?>pips/index.html">Scale/Pips</a>
    <a class="bar-link" href="<?php echo $relpath; ?>more/index.html">Updating, Disabling &amp; Styling</a>
    <a class="bar-link download" href="<?php echo $relpath; ?>download/index.html">Download</a>
</div>