From 479b1d55e40b30263a50016423a137ca3c7fe141 Mon Sep 17 00:00:00 2001 From: nestict Date: Sat, 24 May 2025 12:26:21 +0200 Subject: [PATCH] Upload files to "ui/ui" Signed-off-by: nestict --- ui/ui/voucher-add.tpl | 83 ++++++++++++++++++++++++++++++++++++++++++ ui/ui/voucher-view.tpl | 41 +++++++++++++++++++++ 2 files changed, 124 insertions(+) create mode 100644 ui/ui/voucher-add.tpl create mode 100644 ui/ui/voucher-view.tpl diff --git a/ui/ui/voucher-add.tpl b/ui/ui/voucher-add.tpl new file mode 100644 index 0000000..8454a6b --- /dev/null +++ b/ui/ui/voucher-add.tpl @@ -0,0 +1,83 @@ +{include file="sections/header.tpl"} +
+
+
+
+
+

{Lang::T('Add Vouchers')}

+
+
+
+
+ +
+ {Lang::T('Hotspot Plans')} + {Lang::T('PPPOE Plans')} +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+

UPPERCASE lowercase RaNdoM

+
+
+ +
+ +
+

NUX-VoUCHeRCOdE

+
+
+ +
+ +
+
+
+
+
+ +
+
+
+
+
+
+
+
+
+{include file="sections/footer.tpl"} \ No newline at end of file diff --git a/ui/ui/voucher-view.tpl b/ui/ui/voucher-view.tpl new file mode 100644 index 0000000..4d55f9d --- /dev/null +++ b/ui/ui/voucher-view.tpl @@ -0,0 +1,41 @@ +{include file="sections/header.tpl"} +
+
+
+
+
+
+

+                                    
+                                    
+                                    
+ {Lang::T('Finish')} + + WhatsApp + + +
+
+ + +
+
+
+
+ +
+{include file="sections/footer.tpl"} \ No newline at end of file