0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff
changeset
|
1 |
<tr>
|
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff
changeset
|
2 |
%= t td => 'Build Architecture'
|
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff
changeset
|
3 |
%= t td => $system_info->{cpu_arch}
|
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff
changeset
|
4 |
</tr>
|
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff
changeset
|
5 |
<tr>
|
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff
changeset
|
6 |
%= t td => 'Build Architecture Info'
|
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff
changeset
|
7 |
%= t td => $system_info->{cpu_info}
|
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff
changeset
|
8 |
</tr>
|
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff
changeset
|
9 |
<tr>
|
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff
changeset
|
10 |
%= t td => 'OS'
|
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff
changeset
|
11 |
%= t td => $system_info->{os}
|
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff
changeset
|
12 |
</tr>
|
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff
changeset
|
13 |
<tr>
|
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff
changeset
|
14 |
%= t td => 'OS Version'
|
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff
changeset
|
15 |
%= t td => $system_info->{os_ver}
|
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff
changeset
|
16 |
</tr>
|