slitaz-forge view usbkey/en/index.php @ rev 709

boot: add mypizza.slitaz.org link
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Dec 15 17:55:16 2019 +0100 (2019-12-15)
parents
children
line source
1 <?php
2 $howto =<<<EOM
3 <h4>Howto get this USB key ?</h4>
4 <p>
5 The SliTaz team have designed the <a href="#pictures">prototype</a> of a USB key.
6 The manufacturer's minimal order is 1000 pieces.
7 Fill out <a href="#form">the pre-order form</a> below.
8 A confirmation email will be sent.
9 Do not send any money now.
10 We will launch production when enough pre-orders have been registered.
11 </p>
12 EOM;
13 $characteristics =<<<EOM
14 <h4>Characteristics</h4>
15 <ul>
16 <li>4Gb or 8Gb - you may order a custom size</li>
17 <li>Full SliTaz 4.0 installed with packages &amp; sources</li>
18 <li>minimum 25&euro; including shipment (4 Gb key)</li>
19 </ul>
20 EOM;
21 $stats = " pre-orders registered today";
22 $pictures = "<h2>Prototype pictures</h2>";
23 $note = "The shell and the legs are in rubber. Insertion is easy without any extension.";
24 $form = "<h2>Pre-order form</h2>";
25 $enter_email = "Please enter your email address";
26 $enter_name = "Please enter your name";
27 $enter_surname = "Please enter your surname";
28 $enter_address = "Please enter your address";
29 $enter_city = "Please enter your city";
30 $enter_country = "Please enter your country";
31 $lang = "en";
32 $surname = "Surname";
33 $name = "Name";
34 $email = "Email";
35 $address = "Address";
36 $zip = "ZIP";
37 $city = "City";
38 $country = "Country";
39 $count = "Quantity";
40 $size = "Size";
41 $shell = "The shell only";
42 $gb = "Gb";
43 $soft = "Software";
44 $none = "Nothing";
45 $core = "A core (&lt; 50Mb)";
46 $pkgs = "A core + packages";
47 $web = "A core + packages + websites";
48 $all = "Everything !";
49 $comments = "Comments";
50 $register = "register";
52 include("../main.php");
53 ?>