Skip to content

Commit bb5b9eb

Browse files
committed
adding the group order to the top
1 parent e4361bd commit bb5b9eb

1 file changed

Lines changed: 8 additions & 7 deletions

File tree

lmfdb/galois_groups/templates/gg-show-group.html

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,10 @@
1010
}
1111
</style>
1212

13-
<p> {{ place_code('gg') }}</p>
13+
<p> {{ place_code('gg') }}</p>
1414
<p><h2>{{ KNOWL('gg.group_action_invariants', title='Group action invariants') }}</h2>
1515
<table>
16+
<tr><td>{{KNOWL('group.order','Order')}}:<td>&nbsp;&nbsp;<td>{{info.ordermsg }}</td>
1617
<tr><td>{{KNOWL('gg.degree', 'Degree')}} $n$:<td>&nbsp;&nbsp;<td>${{info.n}}$</td>
1718
<td>{{ place_code('n') }}</td></tr>
1819
<tr><td class="nowrap">{{KNOWL('gg.tnumber', 'Transitive number')}} $t$:<td>&nbsp;&nbsp;<td>${{info.t}}$</td>
@@ -85,9 +86,9 @@
8586
</tbody>
8687
</table>
8788
<p>
88-
{{KNOWL('gg.malle_a', "Malle's constant $a(G)$")}}: &nbsp; &nbsp;
89+
{{KNOWL('gg.malle_a', "Malle's constant $a(G)$")}}: &nbsp; &nbsp;
8990
{% if info.malle_a is not none %}
90-
${{info.malle_a}}$
91+
${{info.malle_a}}$
9192
{% else %}
9293
not computed
9394
{% endif %}
@@ -139,24 +140,24 @@
139140
<p><h2>{{ KNOWL('gg.int_modules', title='Indecomposable integral representations') }}</h2>
140141
</p>
141142
<table>
142-
<tr><td>
143+
<tr><td>
143144
{% if info['int_reps_complete'] > 0 %}
144-
Complete
145+
Complete
145146
{% else %}
146147
Partial
147148
{% endif %}
148149
list of indecomposable integral representations:
149150
<p>
150151
<div>
151152
<table class="ntdata reptable">
152-
<tr><th>{{ KNOWL('gg.int_modules.names', title='Name') }}</th> <th>Dim</th>
153+
<tr><th>{{ KNOWL('gg.int_modules.names', title='Name') }}</th> <th>Dim</th>
153154
{% for gen in info['int_rep_classes'] %}
154155
<th> ${{ gen | safe }} \mapsto $ </th>
155156
{% endfor %}
156157
</tr>
157158
{% for rep in info['int_reps'] %}
158159
<tr>
159-
<td> {{ rep['name'] | safe }} </td> <td> ${{rep['dim'] }}$ </td>
160+
<td> {{ rep['name'] | safe }} </td> <td> ${{rep['dim'] }}$ </td>
160161
{% for gen in rep['gens'] %}
161162
<td> ${{ gen | safe }}$ </td>
162163
{% endfor %}

0 commit comments

Comments
 (0)