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")}
#if>
#
${i18n("label.type")}
IP:Port
${i18n("label.user")}
${i18n("label.password")}
${i18n("label.remoteIp")}
${i18n("label.lastCheck")}
${i18n("label.status")}
<#list proxies as proxy>
${proxy.getType()}
${proxy.getIp()!""}:${proxy.getPort()!""}
${proxy.getUsername()!""}
${proxy.getPassword()!""}
${proxy.getRemoteip()!""}
<#if proxy.getLastCheck()?? >${global.ldtf.format(proxy.getLastCheck())}#if>
text-danger<#elseif proxy.getStatus() == "OK" >text-success#if>">${proxy.getStatus()}
#list>
@>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy