1<?php use Fisharebest\Webtrees\I18N; ?> 2 3<div class="row form-group"> 4 <label for="BING_WEBMASTER_ID" class="col-sm-3 col-form-label"> 5 <?= I18N::translate('Site verification code') ?> 6 </label> 7 8 <div class="col-sm-9"> 9 <input type="text" class="form-control" id="BING_WEBMASTER_ID" name="BING_WEBMASTER_ID" value="<?= e($BING_WEBMASTER_ID ?? '') ?>" maxlength="255" pattern="[0-9a-zA-Z+=/_:.!-]*"> 10 </div> 11</div> 12 13<p> 14 <?= I18N::translate('Site verification codes do not work when webtrees is installed in a subfolder.') ?> 15</p> 16