~vbursian/research-assistant/intervers

« back to all changes in this revision

Viewing changes to help/DevelopmentTools/DevelopmentTools.html

  • Committer: Viktor Bursian
  • Date: 2020-08-09 18:44:46 UTC
  • mto: (10.1.6 intervers)
  • mto: This revision was merged to the branch mainline in revision 11.
  • Revision ID: vik@pryanik-20200809184446-rblc1ys65pjm4r38
Help system more refactored and futher extended.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE html>
 
2
 
 
3
<html>
 
4
<head>
 
5
    <meta charset="utf-8">
 
6
    <title>RA plugin: DevelopmentTools</title>
 
7
    <style>
 
8
        @import url("../RA.css");
 
9
        
 
10
    </style>
 
11
</head>
 
12
<body>
 
13
    <article>
 
14
        <h1>Плагин DevelopmentTools</h1>
 
15
    
 
16
        <section>
 
17
            <p>
 
18
            </p>
 
19
        </section>
 
20
        
 
21
        <section id="consoles">
 
22
            <h2>Инструменты</h2>
 
23
            <dl class="device_list">
 
24
            </dl>
 
25
        </section>
 
26
        
 
27
        <section id="drivers">
 
28
            <h2>Драйверы</h2>
 
29
            <dl class="device_list">
 
30
                <dt>  xxx  </dt>
 
31
                <dd>yyy.
 
32
                </dd>
 
33
                <dt>xxx</dt>
 
34
                <dd>yyy.
 
35
                </dd>
 
36
            </dl>
 
37
        </section>
 
38
        
 
39
        <section id="abstract">
 
40
            <h2>Абстрактные базовые классы для программирования
 
41
                консолей и драйверов устройств
 
42
            </h2>
 
43
            <dl class="device_list">
 
44
            </dl>
 
45
        </section>
 
46
    </article>
 
47
    <aside>
 
48
        <p> Copyright (C) 2010,
 
49
            <br/>Viktor E. Bursian,
 
50
            <br/>St.Petersburg, Russia.
 
51
            <br/>VBursian@gmail.com
 
52
        </p>
 
53
    </aside>
 
54
 
 
55
</body>
 
56
</html>