|
if ($host->isMe()) : ?>
= Icon::create("home", Icon::ROLE_INFO)->asImg(20, ['class' => "text-bottom", 'title' => _('Das ist Ihr Stud.IP')]) ?>
endif ?>
= htmlReady($host['name']) ?> |
= Icon::create("link-extern", Icon::ROLE_CLICKABLE)->asImg(16, ['class' => "text-bottom"]) ?>
= htmlReady($host['url']) ?>
|
= $host['public_key'] ? md5($host['public_key']) : "" ?>
if (strpos($host['public_key'], "\r") !== false) : ?>
= Icon::create("exclaim", Icon::ROLE_STATUS_RED)->asImg(20, ['class' => "text-bottom", 'title' => _('Der Key hat ein Carriage-Return Zeichen, weshalb der Hash des Public-Keys vermutlich vom Original-Hash abweicht.')]) ?>
endif ?>
|
if ($host->isMe()) : ?>
">
= Icon::create("checkbox-".($host['index_server'] ? "" : "un")."checked", Icon::ROLE_CLICKABLE)->asImg(20) ?>
else : ?>
if ($host['index_server']) : ?>
"
title="= _('Diesen Server als Indexserver aktivieren. Suchanfragen werden immer auch an ihn gerichtet. Sie sollten nur einen Indexserver verwenden.') ?>">
= Icon::create("checkbox-".($host['allowed_as_index_server'] ? "" : "un")."checked", Icon::ROLE_CLICKABLE)->asImg(20) ?>
else : ?>
= Icon::create("checkbox-unchecked", Icon::ROLE_INACTIVE)->asImg(20, ['title' => _('Dieser Server steht nicht als Indexserver zur Verfügung.')]) ?>
endif ?>
endif ?>
|
if ($host->isMe()) : ?>
= Icon::create("checkbox-checked", Icon::ROLE_INFO)->asImg(20) ?>
else : ?>
">
= Icon::create("checkbox-".($host['active'] ? "" : "un")."checked", Icon::ROLE_CLICKABLE)->asImg(20) ?>
endif ?>
|
if (!$host->isMe()) : ?>
getId()) ?>"
title="= _('Diesen Server nach weiteren bekannten Hosts fragen.') ?>">
= Icon::create("campusnavi", Icon::ROLE_CLICKABLE)->asImg(20, ['width' => "20px", 'class' => "text-bottom"]) ?>
endif ?>
|
endforeach ?>