slitaz-forge annotate usbkey/en/index.php @ rev 686

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