44 lines
1.4 KiB
Smarty
44 lines
1.4 KiB
Smarty
|
[{include file="headitem.tpl" title="GENERAL_ADMIN_TITLE"|oxmultilangassign}]
|
||
|
[{include file="inc_bootstrap.tpl"}]
|
||
|
|
||
|
<style type="text/css">
|
||
|
.col-6 {
|
||
|
float: left;
|
||
|
width: 48%;
|
||
|
padding: 15px;
|
||
|
}
|
||
|
</style>
|
||
|
|
||
|
<form name="transfer" id="transfer" action="[{$oViewConf->getSelfLink()}]" method="post">
|
||
|
[{$oViewConf->getHiddenSid()}]
|
||
|
<input type="hidden" name="oxid" value="[{$oxid}]">
|
||
|
<input type="hidden" name="oxidCopy" value="[{$oxid}]">
|
||
|
<input type="hidden" name="cl" value="[{$oViewConf->getActiveClassName()}]">
|
||
|
<input type="hidden" name="editlanguage" value="[{$editlanguage}]">
|
||
|
</form>
|
||
|
|
||
|
<h3>[{oxmultilang ident="D3_TAB_SPFCHECK"}]</h3>
|
||
|
|
||
|
<div class="row">
|
||
|
[{foreach from=$result key="domain" item="spf"}]
|
||
|
<div class="col-lg-3 col-md-6">
|
||
|
<div class="card mb-3">
|
||
|
<div class="card-header text-white bg-[{$oView->getSpfStatusColor($spf)}]">
|
||
|
[{$domain}]
|
||
|
</div>
|
||
|
<div class="card-body">
|
||
|
[{oxmultilang ident="D3_SPFRESULT_"|cat:$spf->getStatus()|upper}]<br>
|
||
|
[{if $spf->getRecord()}]
|
||
|
<br>
|
||
|
<input type="text" value="[{$spf->getRecord()}]" readonly disabled>
|
||
|
[{/if}]
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
[{/foreach}]
|
||
|
</div>
|
||
|
|
||
|
[{include file="bottomnaviitem.tpl"}]
|
||
|
|
||
|
[{include file="bottomitem.tpl"}]
|