Blame view

circus/help/en_uk/utils/add-paragraph.html 1.61 KB
8d0dc533f   Madiel de Souza Conserva Filho   first
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
  <html>
  <head>
      <title>CRefine</title>
      <link rel="stylesheet" type="text/css" href="../../style.css" />
  
  </head>
  
  <body>
  
  <table>
      <tr height="10">
        <td>
        </td>
      </tr>
      <tr>
        <td class="tituloAzul">
          Adicionar Parágrafo
        </td>
      </tr>
      <tr>
        <td class="grande" width="500">
          <br>
          <div align="justify">
          During a development, one may want to include new paragraphs to the specification.
          CRefine allows users to do this at any stage of refinement. For that, we must open the pop-up menu of the
          development window by right-clicking on it and select the option "Add -> Paragraph".
  
          <br>
          <br>
          <img border = "0" src="../images/addparagraph.jpg" align="center">
          <br>
          <br>
  
          After selecting the option a small window will be shown to the user, in which he must type
          the new paragraph to be inserted to the specification.
          <br>
          <br>
          <img border = "0" src="../images/addparagraph2.jpg" align="center">
          <br>
          <br>
  
          After typing the new paragraph and clicking on OK, the development and code windows are updated.
          In the development window, an indication that a paragraph insertion has been done and the paragraph itself
          will be displayed. The new paragraph will also be included in the code window.
  
          <br>
          <br>
          <img border = "0" src="../images/addparagraph3.jpg" align="center">
          <br>
          <br>
  
          </div>
        </td>
      </tr>
  </table>
  
  
  </body>
  
  </html>