File: wizard.html

package info (click to toggle)
ampr-ripd 2.4.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 324 kB
  • sloc: ansic: 1,787; sh: 33; makefile: 26
file content (61 lines) | stat: -rw-r--r-- 2,792 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<div class="instructions">
  AMPR RIP Daemon Setup
</div>

<fieldset name="ripd-status" class="primary expanded">
  <legend>AMPR ripd status</legend>
  <div class="addable" data-object="ripd-status" data-objectify="1">
    <div class="addable-template">
      <div><input disabled type="text" name="rstatus" style="border:none;background:none;color:dimgray;padding:0;width:300px;"/></div>
    </div>
    <table class="addable-container">
      <!-- status will be inserted here -->
    </table>
    <button disabled type="button" class="addable-add hidden"></button>
  </div>
</fieldset>

<fieldset name="static" class="primary">
  <legend>Static routes</legend>
  <div class="addable" data-object="static" data-objectify="1">
    <div class="addable-template">
      <div><input disabled type="text" name="enet" style="border:none;background:none;color:dimgray;padding:0;width:100px;"/></div>
      <div><input disabled type="text" name="egw" style="border:none;background:none;color:dimgray;padding:0;"/></div>
    </div>
    <table class="addable-container">
      <tr style="border-bottom:1px solid #d0d0d0;"><th>AMPR Subnet</th><th>Interface/Gateway Address</th></tr>
      <!-- static routes will be inserted here -->
    </table>
    <button disabled type="button" class="addable-add hidden"></button>
  </div>
</fieldset>

<fieldset name="bypass" class="primary">
  <legend>Bypass routes</legend>
  <div class="addable" data-object="bypass" data-objectify="1">
    <div class="addable-template">
      <div><input disabled type="text" name="enet" style="border:none;background:none;color:dimgray;padding:0;width:100px;"/></div>
      <div><input disabled type="text" name="egw" style="border:none;background:none;color:dimgray;padding:0;"/></div>
    </div>
    <table class="addable-container">
      <tr style="border-bottom:1px solid #d0d0d0;"><th>AMPR Subnet</th><th>Gateway Address</th></tr>
      <!-- bypass routes will be inserted here -->
    </table>
    <button disabled type="button" class="addable-add hidden"></button>
  </div>
</fieldset>

<fieldset name="encap" class="primary">
  <legend>AMPR routes</legend>
  <div class="addable" data-object="encap" data-objectify="1">
    <div class="addable-template">
      <div><input disabled type="text" name="enet" style="border:none;background:none;color:dimgray;padding:0;width:100px;"/></div>
      <div><input disabled type="text" name="egw" style="border:none;background:none;color:dimgray;padding:0;"/></div>
    </div>
    <table class="addable-container">
      <tr style="border-bottom:1px solid #d0d0d0;"><th>AMPR Subnet</th><th>Gateway Address</th></tr>
      <!-- dynamic mappings will be inserted here -->
    </table>
    <button disabled type="button" class="addable-add hidden"></button>
  </div>
</fieldset>