1<?php 2 3use Fisharebest\Webtrees\I18N; 4 5?> 6 7<div class="row form-group"> 8 <label for="BING_WEBMASTER_ID" class="col-sm-3 col-form-label"> 9 <?= I18N::translate('Site verification code') ?> 10 </label> 11 12 <div class="col-sm-9"> 13 <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+=/_:.!-]*"> 14 </div> 15</div> 16 17<p> 18 <?= I18N::translate('Site verification codes do not work when webtrees is installed in a subfolder.') ?> 19</p> 20