Viewing File: /usr/local/cpanel/base/sharedjs/zone_editor/viewRecordTemplates/soa.ptt

<div id="soa_detail_{{ zone_rec._id }}">
    <span class="record-property-label">[% locale.maketext('Serial:') %] </span>{{ zone_rec.serial }}<br>
    <span class="record-property-label">Mname: </span>{{ zone_rec.mname }}<br>
    <span class="record-property-label">[% locale.maketext('Retry:') %] </span>{{ zone_rec.retry }}<br>
    <span class="record-property-label">[% locale.maketext('Refresh:') %]  </span>{{ zone_rec.refresh }}<br>
    <span class="record-property-label">[% locale.maketext('Expire:') %]  </span>{{ zone_rec.expire }}<br>
    <span class="record-property-label">Rname: </span>{{ zone_rec.getSetRName() }}
</div>
Back to Directory File Manager