Skip to content

Commit b12755a

Browse files
committed
polish HTML semantics in instructions
1 parent 6e623dc commit b12755a

File tree

1 file changed

+38
-49
lines changed

1 file changed

+38
-49
lines changed

user_templates/INST.j2

Lines changed: 38 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,30 @@
11

2-
2+
<ul style="text-align: justify;">
33
{% if step==1 %}
4-
{% set kbdVar="auto" %}
5-
{% set ssVar="hidden" %}
6-
<ul style="color: black; text-align: justify;">
4+
{% set kbdVar="auto" %}
5+
{% set ssVar="hidden" %}
6+
<li style="color: black;">
77
{% else %}
8-
{% set kbdVar="hidden" %}
9-
{% set ssVar="auto" %}
10-
<ul style="color: Gray; text-align: justify;">
8+
{% set kbdVar="hidden" %}
9+
{% set ssVar="auto" %}
10+
<li style="color: Gray;">
1111
{% endif %}
12-
<li>
1312
Upload the input file, select its corresponding file format, and press
1413
<kbd {{kbdVar}}>Calculate my structure</kbd>
1514
<strong {{ssVar}}><samp {{ssVar}}>Calculate my structure</samp></strong>
1615
.
1716
</li>
18-
</ul>
19-
20-
</br>
17+
<br/>
2118

2219
{% if step==2 %}
23-
{% set kbdVar="auto" %}
24-
{% set ssVar="hidden" %}
25-
<ul style="color: black; text-align: justify;">
20+
{% set kbdVar="auto" %}
21+
{% set ssVar="hidden" %}
22+
<li style="color: black;">
2623
{% else %}
27-
{% set kbdVar="hidden" %}
28-
{% set ssVar="auto" %}
29-
<ul style="color: Gray; text-align: justify;">
24+
{% set kbdVar="hidden" %}
25+
{% set ssVar="auto" %}
26+
<li style="color: Gray;">
3027
{% endif %}
31-
<li>
3228
If the input file was imported and interpreted successfully, you will be able to view basic structure information under
3329
the
3430
<kbd {{kbdVar}}>Structure information</kbd>
@@ -39,21 +35,17 @@
3935
and wait.
4036
The waiting time depends on the structure size and complexity.
4137
</li>
42-
</ul>
43-
44-
</br>
45-
38+
<br/>
4639

4740
{% if step==3 %}
48-
{% set kbdVar="auto" %}
49-
{% set ssVar="hidden" %}
50-
<ul style="color: black; text-align: justify;">
41+
{% set kbdVar="auto" %}
42+
{% set ssVar="hidden" %}
43+
<li style="color: black;">
5144
{% else %}
52-
{% set kbdVar="hidden" %}
53-
{% set ssVar="auto" %}
54-
<ul style="color: Gray; text-align: justify;">
45+
{% set kbdVar="hidden" %}
46+
{% set ssVar="auto" %}
47+
<li style="color: Gray;">
5548
{% endif %}
56-
<li>
5749
If the structure was analyzed successfully, you will be able to view its analysis under the
5850
<kbd {{kbdVar}}>Structure analysis</kbd>
5951
<strong {{ssVar}}><samp {{ssVar}}>Structure analysis</strong></samp>
@@ -65,30 +57,27 @@
6557
<strong {{ssVar}}><samp {{ssVar}}>View structure</strong></samp>
6658
to view, interact and download specific molecules or complexes.
6759
</li>
68-
</ul>
69-
70-
</br>
60+
<br/>
7161

7262
{% if step==4 %}
73-
{% set kbdVar="auto" %}
74-
{% set ssVar="hidden" %}
75-
<ul style="color: black; text-align: justify;">
63+
{% set kbdVar="auto" %}
64+
{% set ssVar="hidden" %}
65+
<li style="color: black;">
7666
{% else %}
77-
{% set kbdVar="hidden" %}
78-
{% set ssVar="auto" %}
79-
<ul style="color: Gray; text-align: justify;">
67+
{% set kbdVar="hidden" %}
68+
{% set ssVar="auto" %}
69+
<li style="color: Gray;">
8070
{% endif %}
81-
<li>
82-
By double-clicking on the 3d structure you will be able to zoom in, zoom out, and rotate the model. On the left column,
83-
you can select which molecular components (ligands, molecules, or metals) are displayed. Below the 3d structure, you will find a toggle
84-
button to select if you want to view the cell or one mol (molecule or complex). When mol is selected, you can use the
85-
dropdown menu to choose one to visualize. The xyz file of the selected mol containing
86-
charge, spin, and cartesian coordinates (ready for quantum chemical calculations), can be downloaded by clicking
87-
<kbd {{kbdVar}}>Download selected mol (.xyz)</kbd>
88-
<strong {{ssVar}}><samp {{ssVar}}>Download selected mol (.xyz)</strong></samp>
89-
.
90-
</li>
91-
</ul>
71+
By double-clicking on the 3d structure you will be able to zoom in, zoom out, and rotate the model. On the left column,
72+
you can select which molecular components (ligands, molecules, or metals) are displayed. Below the 3d structure, you will find a toggle
73+
button to select if you want to view the cell or one mol (molecule or complex). When mol is selected, you can use the
74+
dropdown menu to choose one to visualize. The xyz file of the selected mol containing
75+
charge, spin, and cartesian coordinates (ready for quantum chemical calculations), can be downloaded by clicking
76+
<kbd {{kbdVar}}>Download selected mol (.xyz)</kbd>
77+
<strong {{ssVar}}><samp {{ssVar}}>Download selected mol (.xyz)</strong></samp>
78+
.
79+
</li>
80+
</ul>
9281

9382
<p style="text-align: justify;">
9483
{% if step==-1 %}

0 commit comments

Comments
 (0)