2. {$_L['Register_Member']}
2. {$_L['Password']}
{include file="sections/footer.tpl"}
diff --git a/ui/ui/sections/user-header.tpl b/ui/ui/sections/user-header.tpl
index 60f29081..993601a3 100644
--- a/ui/ui/sections/user-header.tpl
+++ b/ui/ui/sections/user-header.tpl
@@ -5,7 +5,7 @@
{$_title}
-
+
@@ -22,11 +22,10 @@
-
-
-
+
+
-
+
{if isset($xheader)}
{$xheader}
{/if}
@@ -40,7 +39,7 @@
-
+
diff --git a/ui/ui/user-order.tpl b/ui/ui/user-order.tpl
index dcce65e9..801bb49b 100644
--- a/ui/ui/user-order.tpl
+++ b/ui/ui/user-order.tpl
@@ -2,9 +2,9 @@
-
{$_L[$pageHeader]}
+
{$_L['Order_Voucher']}
- {include file="$_path/../pages/$PageFile.html"}
+ {include file="$_path/../pages/Order_Voucher.html"}
diff --git a/ui/ui/user-orderHotspot.tpl b/ui/ui/user-orderHotspot.tpl
new file mode 100644
index 00000000..47ca9b06
--- /dev/null
+++ b/ui/ui/user-orderHotspot.tpl
@@ -0,0 +1,47 @@
+{include file="sections/user-header.tpl"}
+
+
+
+ {foreach $routers as $router}
+
+
{$router['name']}
+ {if $router['description'] != ''}
+
+ {$router['description']}
+
+ {/if}
+
+
+ {foreach $plans as $plan}
+ {if $router['name'] eq $plan['routers']}
+
+
+
{$plan['name_plan']}
+
+
+
+
+ Price
+ {$plan['price']}
+
+
+ Validity
+ {$plan['validity']} {$plan['validity_unit']}
+
+
+
+
+
+
+
+ {/if}
+ {/foreach}
+
+ {/foreach}
+
+
+{include file="sections/user-footer.tpl"}
diff --git a/ui/ui/user-orderPPOE.tpl b/ui/ui/user-orderPPOE.tpl
new file mode 100644
index 00000000..7ff6adc7
--- /dev/null
+++ b/ui/ui/user-orderPPOE.tpl
@@ -0,0 +1,30 @@
+{include file="sections/user-header.tpl"}
+
+
+
+ {foreach $routers as $router}
+
+
{$router['name']}
+
+ {$router['description']}
+
+
+
+
+
+
Router Name
+
+ Router Description
+
+
+
+
+
+ {/foreach}
+
+
+{include file="sections/user-footer.tpl"}
diff --git a/ui/ui/voucher.tpl b/ui/ui/voucher.tpl
index 381792da..4ead80b6 100644
--- a/ui/ui/voucher.tpl
+++ b/ui/ui/voucher.tpl
@@ -33,7 +33,7 @@
-
+
ID
{$_L['Type']}
{$_L['Routers']}
@@ -47,7 +47,7 @@
{foreach $d as $ds}
- {$ds['id']}
+ {$ds['id']}
{$ds['type']}
{$ds['routers']}
{$ds['name_plan']}