slitaz-forge diff usbkey/en/index.php @ rev 662

tank: include sup-demo package on up-scn
author Christophe Lincoln <pankso@slitaz.org>
date Fri Feb 24 08:53:29 2017 +0100 (2017-02-24)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/usbkey/en/index.php	Fri Feb 24 08:53:29 2017 +0100
     1.3 @@ -0,0 +1,53 @@
     1.4 +<?php
     1.5 +$howto =<<<EOM
     1.6 +<h4>Howto get this USB key ?</h4>
     1.7 +		<p>
     1.8 +The SliTaz team have designed the <a href="#pictures">prototype</a> of a USB key.
     1.9 +The manufacturer's minimal order is 1000 pieces.
    1.10 +Fill out <a href="#form">the pre-order form</a> below.
    1.11 +A confirmation email will be sent.
    1.12 +Do not send any money now.
    1.13 +We will launch production when enough pre-orders have been registered.
    1.14 +		</p>
    1.15 +EOM;
    1.16 +$characteristics =<<<EOM
    1.17 +<h4>Characteristics</h4>
    1.18 +		<ul>
    1.19 +	<li>4Gb or 8Gb - you may order a custom size</li>
    1.20 +	<li>Full SliTaz 4.0 installed with packages &amp; sources</li>
    1.21 +	<li>minimum 25&euro; including shipment (4 Gb key)</li>
    1.22 +		</ul>
    1.23 +EOM;
    1.24 +$stats = " pre-orders registered today";
    1.25 +$pictures = "<h2>Prototype pictures</h2>";
    1.26 +$note = "The shell and the legs are in rubber. Insertion is easy without any extension.";
    1.27 +$form = "<h2>Pre-order form</h2>";
    1.28 +$enter_email = "Please enter your email address";
    1.29 +$enter_name = "Please enter your name";
    1.30 +$enter_surname = "Please enter your surname";
    1.31 +$enter_address = "Please enter your address";
    1.32 +$enter_city = "Please enter your city";
    1.33 +$enter_country = "Please enter your country";
    1.34 +$lang = "en";
    1.35 +$surname = "Surname";
    1.36 +$name = "Name";
    1.37 +$email = "Email";
    1.38 +$address = "Address";
    1.39 +$zip = "ZIP";
    1.40 +$city = "City";
    1.41 +$country = "Country";
    1.42 +$count = "Quantity";
    1.43 +$size = "Size";
    1.44 +$shell = "The shell only";
    1.45 +$gb = "Gb";
    1.46 +$soft = "Software";
    1.47 +$none = "Nothing";
    1.48 +$core = "A core (&lt; 50Mb)";
    1.49 +$pkgs = "A core + packages";
    1.50 +$web = "A core + packages + websites";
    1.51 +$all = "Everything !";
    1.52 +$comments = "Comments";
    1.53 +$register = "register";
    1.54 +
    1.55 +include("../main.php");
    1.56 +?>