Plantilla 2021

Descargar como txt, pdf o txt
Descargar como txt, pdf o txt
Está en la página 1de 3

<?

php
// Copy Paste ke template editor [Settings -> Template Editor].

if (substr($validity, -1) == "d") {


$validity = "Activo:" . substr($validity, 0, -1) . "D�a";
} else if (substr($validity, -1) == "h") {
$validity = "Activo:" . substr($validity, 0, -1) . "Hora";
}
if (substr($timelimit, -1) == "d" & strlen($timelimit) > 3) {
$timelimit = "Duraci�n:" . ((substr($timelimit, 0, -1) * 7) + substr($timelimit,
2, 1)) . "D�a";
} else if (substr($timelimit, -1) == "d") {
$timelimit = "Duraci�n:" . substr($timelimit, 0, -1) . "D�a";
} else if (substr($timelimit, -1) == "h") {
$timelimit = "Duraci�n:" . substr($timelimit, 0, -1) . "Hora";
} else if (substr($timelimit, -1) == "w") {
$timelimit = "Duraci�n:" . (substr($timelimit, 0, -1) * 7) . "D�a";
}
if ($datalimit == "") {
$kuota = " Ilimitado";
} else {
$kuota = "Cuota:";
}
/*
Ajusta el precio y el color de cada uno.
warna bisa dilihat di https://material.io/guidelines/style/color.html#color-color-
palette
variable $color
color de fondo-color:<?=#f70707 $color;?>; -webkit-print-color-adjust: exact;
ditambahkan ke style di tag html yang ingin dikasi warna.
*/

if ($getsprice == "1") { $color = "#f32163"; } // jika harga == "1000" maka warna


= "#2196F3"
elseif ($getsprice == "5") { $color = "#db664f"; }
elseif ($getsprice == "10") { $color = "#1cbde6"; }
elseif ($getsprice == "120") { $color = "#0b7da3"; } // ini yang dicopy untuk
menambah warna berdarsarkan harga, kemudian paste di atas baris // else color
elseif ($getsprice == "60") { $color = "#26eb57"; } // ini yang dicopy untuk
menambah warna berdarsarkan harga, kemudian paste di atas baris // else color
elseif ($getsprice == "200") { $color = "#fff203"; } // ini yang dicopy untuk
menambah warna berdarsarkan harga, kemudian paste di atas baris // else color
// else color
else {
$color = "#FFFFFF";
}
?>
<style>
.qrcode{
height:80px;
width:80px;
}
</style>
<table class="voucher" style=" width: 220px;">
<tbody>
<!-- Logo Hotspotname -->
<tr>
<td style="text-align: left; font-size: 14px; font-weight:bold; border-
bottom: 1px black solid;"><img src="<?= $logo; ?>" alt="logo"
style="height:50px;border:0;"> <?= $hotspotname;?> <center><font
class=\"content\">Internet por Fichas <span id="num"><?= " [$num]"; ?></span></td>
</tr>
<!-- / -->
<tr>
<td font-size: 12px;>Gracias por su preferencia</td>
</tr>
<tr>
<td font-size: 12px;>QUEDATE EN CASA</td>
</tr>
<td>
<table style=" text-align: center; width: 210px; font-size: 12px;">
<tbody>
<!-- Username Password QR -->
<tr>
<td>
<table style="width:100%;">
<!-- Username = Password -->
<?php if ($usermode == "vc") { ?>
<tr>
<td font-size: 12px;>C�digo de cupon</td>
</tr>
<tr>
<td style="width:100%; border: 1px solid black; font-weight:bold; font-
size:16px;"><?= $username; ?></td>
</tr>
<!-- / -->
<!-- Username & Password -->
<?php
} elseif ($usermode == "up") { ?>
<!-- Check QR -->
<?php if ($qr == "yes") { ?>
<tr>
<td>Nombre de usuario</td>
</tr>
<tr>
<td style="border: 1px solid black; font-weight:bold;"><?= $username; ?
></td>
</tr>
<tr>
<td>Contrase�a</td>
</tr>
<tr>
<td style="border: 1px solid black; font-weight:bold;"><?= $password; ?
></td>
</tr>
<?php
} else { ?>
<tr>
<td style="width: 50%">Nombre de usuario</td>
<td >Contrase�a</td>
</tr>
<tr style="font-size: 14px;">
<td style="border: 1px solid black; font-weight:bold;"><?= $username; ?
></td>
<td style="border: 1px solid black; font-weight:bold;"><?= $password; ?
></td>
</tr>
<?php
}
} ?>
<!-- / -->
</table>
</td>
<!-- QR Code -->
<?php if ($qr == "yes") { ?>
<td>
<?= $qrcode ?>
</td>
<?php
} ?>
<!-- / -->
<tr>
<!-- Price -->
<td colspan="2" style="border-top: 1px solid black;font-weight:bold; font-
size:12px;background-color:<?= $color; ?>; -webkit-print-color-adjust: exact;"> <?=
$price; ?></td>
</tr>
<tr>
<!-- Limit -->
<td colspan="2" style="border-top: 1px solid black;font-weight:bold; font-
size:10px"><?= $validity; ?> <?= $timelimit; ?> <?= $kuota . $datalimit; ?></td>
<!-- / -->
</tr>
<tr>
<!-- Note -->
<td colspan="2" style="font-weight:bold; font-size:10px">Iniciar sesi�n:
http://<?= $dnsname; ?></td>
<!-- / -->
</tr>
<!-- / -->
</tbody>
</table>
</td>
</tr>
</tbody>
</table>

También podría gustarte