-
Home
Switchuri SOHO
Conexiuni prin cablu la viteze fulgerătoare
Adaptoare Wi-Fi
Conexiuni mai rapide și stabile pentru dispozitivele tale
Accesorii
Tot ce ai nevoie pentru a fi conectat, în orice situație
-
Casa inteligentă
Camere Wi-Fi
Supraveghează ceea ce contează
Prize inteligente
Controlează dispozitivele de la distanță, trăiește smart
Becuri inteligente
Setează lumina potrivită, stabilește atmosfera perfectă
-
Business
Switchuri JetStream
Switchuri variate de la L3 până la non-managed pentru o rețea cablată super-rapidă
Seria de EAP-uri Omada
Professional business Wi-Fi with centralized management
Omada Cloud SDN
Soluție cloud inteligentă pentru rețeaua ta business
Pharos | Wi-Fi de exterior pentru rețeaua ta business
Ideal pentru o acoperire Wi-Fi mărită
Routere SafeStream
Gateway-uri VPN și Load Balance pentru rețeaua ta business
Supraveghere VIGI
Soluții profesionale pentru supraveghere video
-
Furnizori Servicii
DSL
Stabilitate incredibilă în bandă largă la viteze ultra rapide
LTE/3G
Menține accesul la internet, oriunde te duci
PON
Tehnologia care îți oferă servicii Gigabit
Adaptoare Powerline
Transportă semnalul de rețea prin circuitul electric
Range Extender
Extinde aria de acoperire a semnalului Wi-Fi
Switchuri
Îți aduce rețeaua de la birou la perfomanțe premium
Business Wireless
Duce Wi-Fi-ul companiei tale la noi nivele de performanță
How to Change the Language of the Printed Voucher Code?
By default, the EAP/Omada Controller supports English language only. So when you print the Voucher code and hand it over to the customer, it’s in English as shown in the picture below.
Some customers may want to localize the language or customize the information on the Voucher Code. This document will introduce an easy and practical way to achieve this.
Steps
- Run the EAP Controller first. This is a mandatory step.
- Find the installation path of the EAP Controller, by default, it’s “C:\Program Files (x86)\TP-LINK”. And then go further to the path “C:\Program Files (x86)\TP-LINK\EAP Controller\work\com.tp-link.eap.web\webapp\WEB-INF\jsp\hotspot” and find the print.jsp file. This file defines the print operation of the Voucher Code, and we can change the info on the Voucher code by modifying this file.
- Please open the print.jsp file with the notebook and then find the getStatus(voucher) function:
function getStatus(voucher) {
return "Valid for " + transferTime2(voucher.duration * 60);
}
Here we modify the function as below
function getStatus(voucher) {
return "VALID FOR" + transferTime2(voucher.duration * 60);
}
- Then find the getType(voucher) function:
function getType(voucher) {
if (voucher.type == 0) {
return "with single use";
} else {
return "with " + voucher.quota + " online user(s)";
}
}
Here we modify the function as below
function getType(voucher) {
if (voucher.type == 0) {
return "WITH SINGLE USE";
} else {
return "WITH " + voucher.quota + " ONLINE USER(S)";
}
}
- Save the changes and then print the Voucher codes, the effects are shown as follow:
Note: all the changes will be restored to the default after you restart the EAP/Omada Controller.
Părerea ta ajută la îmbunătățirea acestui site.