All Downloads are FREE. Search and download functionalities are using the official Maven repository.

serposcope.views.admin.ProxyController.proxies.ftl.html Maven / Gradle / Ivy

The newest version!
<#-- @ftlvariable name="serp" type="com.serphacker.serposcope.models.google.GoogleSerp" -->
<#import "../admin.ftl.html" as layout>
<@layout.adminLayout i18n("admin.proxy.title") >


<#if running >

${i18n("admin.proxy.checkTaskRunning")}

${progress}%
<#list proxies as proxy>
# ${i18n("label.type")} IP:Port ${i18n("label.user")} ${i18n("label.password")} ${i18n("label.remoteIp")} ${i18n("label.lastCheck")} ${i18n("label.status")}
${proxy.getType()} ${proxy.getIp()!""}:${proxy.getPort()!""} ${proxy.getUsername()!""} ${proxy.getPassword()!""} ${proxy.getRemoteip()!""} <#if proxy.getLastCheck()?? >${global.ldtf.format(proxy.getLastCheck())} text-danger<#elseif proxy.getStatus() == "OK" >text-success">${proxy.getStatus()}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy