0% found this document useful (0 votes)
94 views2 pages

Template Small Mikhmon

The document is a PHP-generated HTML voucher displaying hotspot information. It includes user credentials (username and password) based on the user mode, along with validity, time limit, data limit, and price. The layout is structured in a table format for clear presentation of the details.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
94 views2 pages

Template Small Mikhmon

The document is a PHP-generated HTML voucher displaying hotspot information. It includes user credentials (username and password) based on the user mode, along with validity, time limit, data limit, and price. The layout is structured in a table format for clear presentation of the details.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2

<table class="voucher" style=" width: 160px;">

<tbody>
<tr>
<td style="text-align: left; font-size: 14px; font-weight:bold; border-
bottom: 1px black solid;"><?php echo $hotspotname;?><span id="num"><?php echo "
[$num]";?></span></td>
</tr>
<tr>
<td>
<table style=" text-align: center; width: 150px;">
<tbody>
<tr style="color: black; font-size: 11px;">
<td>
<table style="width:100%;">
<!-- Username = Password -->
<?php if($usermode == "vc"){?>
<tr>
<td >KONNECTO ILLIMITEE</td>
</tr>
<tr style="color: black; font-size: 14px;">
<td style="width:100%; border: 1px solid black; font-weight:bold;"><?php
echo $username;?></td>
</tr>
<tr>
<td colspan="2" style="border: 1px solid black; font-weight:bold;"><?php
echo $validity;?> <?php echo $timelimit;?> <?php echo $datalimit;?> <?php echo
$price;?></td>
</tr>
<!-- / -->
<!-- Username & Password -->
<?php }elseif($usermode == "up"){?>
<tr>
<td style="width: 50%">Utilisateur</td>
<td>Mot de passe</td>
</tr>
<tr style="color: black; font-size: 14px;">
<td style="border: 1px solid black; font-weight:bold;"><?php echo
$username;?></td>
<td style="border: 1px solid black; font-weight:bold;"><?php echo
$password;?></td>
</tr>
<tr>
<td colspan="2" style="border: 1px solid black; font-weight:bold;"><?php
echo $validity;?> <?php echo $timelimit;?> <?php echo $datalimit;?> <?php echo
$price;?></td>
</tr>
<?php }?>
<!-- / -->
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>

You might also like