using.html 712 Bytes
Newer Older
Nimisha Asthagiri committed
1
<%page expression_filter="h"/>
2 3 4
<%! from django.utils.translation import ugettext as _ %>

<h1>${_('Using the system')}</h1>
pmitros committed
5 6

<ul>
kylefiedler committed
7
  <li>
8
    <p>${_('During video playback, use the subtitles and the scroll bar to navigate. Clicking the subtitles is a fast way to skip forwards and backwards by small amounts.')}</p>
kylefiedler committed
9
  </li>
pmitros committed
10

kylefiedler committed
11
  <li>
12
    <p>${_('If you are on a low-resolution display, the left navigation bar can be hidden by clicking on the set of three left arrows next to it.')}</p>
kylefiedler committed
13 14 15
  </li>

  <li>
16
    <p>${_('If you need bigger or smaller fonts, use your browsers settings to scale them up or down. Under Google Chrome, this is done by pressing ctrl-plus, or ctrl-minus at the same time.')}</p>
kylefiedler committed
17
  </li>
pmitros committed
18
</ul>