File: options.html

package info (click to toggle)
display-mail-user-agent 2.9.13%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 10,492 kB
  • sloc: javascript: 951; makefile: 22
file content (42 lines) | stat: -rw-r--r-- 2,242 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
30
31
32
33
34
35
36
37
38
39
40
41
42
<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8">
    <link rel="stylesheet" type="text/css" media="screen" href="/css/options.css" />
    <title></title>
  </head>
  <body>
    <form>
      <div><input type="checkbox" id="showToolbarButton"><label id="showToolbarButtonLbl" for="showToolbarButton"/></div>
      <fieldset style="width: 600px">
        <legend id="messagePaneIcon"></legend>
        <div><input type="checkbox" id="showMessagePaneIcon"><label id="showMessagePaneIconLbl" for="showMessagePaneIcon"/></div>
        <fieldset>
          <legend id="iconPosLbl"></legend>
          <label id="iconPosTopLbl" for="iconPosTop"></label><input type="number" size="3" id="iconPosTop">
          <label id="iconPosRightLbl" for="iconPosRight"></label><input type="number" size="3" id="iconPosRight"><label>   default 8 8</label>
        </fieldset>
        <label id="iconSizeLbl" for="iconSize"></label><input type="number" size="4" id="iconSize"><label>   default 48px</label>
        <div><label id="hideIconTimeLbl"></label><input type="number" size="1" id="hideIconTime"><label id="hideSecLbl"></label></div>
        <div><label id="zeroCautionLbl"></label></div>
        <div><input type="checkbox" id="iconPosFix"><label id="iconPosFixLbl" for="iconPosFix">Fix the position of the icon</label></div>
        <div><input type="checkbox" id="narrowMessagePane"><label id="narrowMessagePaneLbl" for="narrowMessagePane">Narrowing the width of the message pane for icons</label></div>
      </fieldset>
      <div><input type="color" id="feedbackBgcolor">  <label id="feedbackBgcolorLbl" for="feedbackBgcolor"></label></div>

      <input id="applyBtn" type="button"/>
      <hr />
      <div><label id="overlayLbl"/></div>
      <div>
        <label for="importBtn" id="importBtnLbl" class="fileLbl"></label><input type="file" id="importBtn" class="fileselect">
        <input id="exportBtn" type="button"/>
      </div>
      <div id="overlayExamples"></div>
      <div>
        <textarea id="overlayDef" class="overlayDef" rows="10"></textarea>
      </div>
      <input id="applyOlBtn" type="button"/>
    </form>
    <script src="/scripts/options.js"></script>
  </body>
</html>