aboutsummaryrefslogtreecommitdiff
path: root/h-source/Application/Views
diff options
context:
space:
mode:
Diffstat (limited to 'h-source/Application/Views')
-rw-r--r--h-source/Application/Views/Help/index.php12
-rw-r--r--h-source/Application/Views/Help/index_es.php8
-rw-r--r--h-source/Application/Views/Help/index_fr.php8
-rw-r--r--h-source/Application/Views/Help/index_it.php7
-rw-r--r--h-source/Application/Views/Notebooks/form.php5
-rw-r--r--h-source/Application/Views/Notebooks/page.php5
6 files changed, 43 insertions, 2 deletions
diff --git a/h-source/Application/Views/Help/index.php b/h-source/Application/Views/Help/index.php
index ad9f31b..aff2583 100644
--- a/h-source/Application/Views/Help/index.php
+++ b/h-source/Application/Views/Help/index.php
@@ -388,9 +388,17 @@
dpkg-query -W -f '${Version}\n' cups
</pre>
-
+ <h3>How to discover the architecture of your notebook</h3>
+
+ <p>Open a terminal and type the following command:</p>
+
+ <pre>
+ dpkg --print-architecture
+ </pre>
+
+
<a name="fully-free"><h1>List of fully free GNU/Linux distributions</h1></a>
-
+
<p>They are listed in alphabetical order</p>
<ul>
diff --git a/h-source/Application/Views/Help/index_es.php b/h-source/Application/Views/Help/index_es.php
index df4f09f..df26c25 100644
--- a/h-source/Application/Views/Help/index_es.php
+++ b/h-source/Application/Views/Help/index_es.php
@@ -388,6 +388,14 @@
<pre>
dpkg-query -W -f '${Version}\n' cups
</pre>
+
+ <h3>How to discover the architecture of your notebook</h3>
+
+ <p>Open a terminal and type the following command:</p>
+
+ <pre>
+ dpkg --print-architecture
+ </pre>
<a name="fully-free"><h1>Lista de las distribuciones GNU/Linux completamente libres</h1></a>
diff --git a/h-source/Application/Views/Help/index_fr.php b/h-source/Application/Views/Help/index_fr.php
index 4a51221..e4f63da 100644
--- a/h-source/Application/Views/Help/index_fr.php
+++ b/h-source/Application/Views/Help/index_fr.php
@@ -378,6 +378,14 @@
<pre>
dpkg-query -W -f '${Version}\n' cups
</pre>
+
+ <h3>How to discover the architecture of your notebook</h3>
+
+ <p>Open a terminal and type the following command:</p>
+
+ <pre>
+ dpkg --print-architecture
+ </pre>
<a name="fully-free"><h1>Liste de dristributions GNU/Linux entièrement libre</h1></a>
diff --git a/h-source/Application/Views/Help/index_it.php b/h-source/Application/Views/Help/index_it.php
index 7d8fbe4..d2a6c4b 100644
--- a/h-source/Application/Views/Help/index_it.php
+++ b/h-source/Application/Views/Help/index_it.php
@@ -405,7 +405,14 @@ o compilando dai sorgenti e prova degli screensaver (per esempio <b>Skyrocket</b
<pre>
dpkg-query -W -f '${Version}\n' cups
</pre>
+
+ <h3>Come scoprire l'architettura del tuo notebook</h3>
+ <p>Apri un terminale e digita il seguente comando:</p>
+
+ <pre>
+ dpkg --print-architecture
+ </pre>
<a name="fully-free"><h1>Lista di distribuzioni GNU/Linux completamente libere</h1></a>
diff --git a/h-source/Application/Views/Notebooks/form.php b/h-source/Application/Views/Notebooks/form.php
index 698620e..d4e871b 100644
--- a/h-source/Application/Views/Notebooks/form.php
+++ b/h-source/Application/Views/Notebooks/form.php
@@ -54,6 +54,11 @@
<div class="entry_label"><?php echo gtext("subtype (notebook or netbook)");?>:</div>
<?php echo Html_Form::select('subtype',$values['subtype'],Notebooks::$subtypeSelect,"select_entry");?>
</div>
+
+ <div class="form_entry">
+ <div class="entry_label"><?php echo gtext("architecture");?>:</div>
+ <?php echo Html_Form::select('architecture',$values['architecture'],Notebooks::$architectureSelect,"select_entry");?>
+ </div>
<div class="form_entry">
<div class="entry_label"><?php echo gtext("does it have a free bios?");?></div>
diff --git a/h-source/Application/Views/Notebooks/page.php b/h-source/Application/Views/Notebooks/page.php
index 4de99ff..2af4468 100644
--- a/h-source/Application/Views/Notebooks/page.php
+++ b/h-source/Application/Views/Notebooks/page.php
@@ -52,6 +52,11 @@
<div class="inner_label"><?php echo gtext("subtype (notebook or netbook)");?>:</div>
<div class="inner_value"><b><?php echo $item[$tableName]['subtype'];?></b></div>
</div>
+
+ <div class="notebook_vendor">
+ <div class="inner_label"><?php echo gtext("architecture");?>:</div>
+ <div class="inner_value"><b><?php echo $item[$tableName]['architecture'];?></b></div>
+ </div>
<div class="notebook_vendor">
<div class="inner_label"><?php echo gtext("does it have a free bios?");?></div>