本文整理汇总了PHP中Fisharebest\Webtrees\Functions\FunctionsEdit::printAddNewRepositoryLink方法的典型用法代码示例。如果您正苦于以下问题:PHP FunctionsEdit::printAddNewRepositoryLink方法的具体用法?PHP FunctionsEdit::printAddNewRepositoryLink怎么用?PHP FunctionsEdit::printAddNewRepositoryLink使用的例子?那么恭喜您, 这里精选的方法代码示例或许可以为您提供帮助。您也可以进一步了解该方法所在类Fisharebest\Webtrees\Functions\FunctionsEdit
的用法示例。
在下文中一共展示了FunctionsEdit::printAddNewRepositoryLink方法的1个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的PHP代码示例。
示例1:
?>
</td></tr>
<tr><td class="descriptionbox wrap width25"><?php
echo GedcomTag::getLabel('PUBL');
?>
</td>
<td class="optionbox wrap"><textarea name="PUBL" id="PUBL" rows="5" cols="60"></textarea><br><?php
echo FunctionsPrint::printSpecialCharacterLink('PUBL');
?>
</td></tr>
<tr><td class="descriptionbox wrap width25"><?php
echo GedcomTag::getLabel('REPO');
?>
</td>
<td class="optionbox wrap"><input type="text" data-autocomplete-type="REPO" name="REPO" id="REPO" value="" size="10"> <?php
echo FunctionsPrint::printFindRepositoryLink('REPO'), ' ', FunctionsEdit::printAddNewRepositoryLink('REPO');
?>
</td></tr>
<tr><td class="descriptionbox wrap width25"><?php
echo GedcomTag::getLabel('CALN');
?>
</td>
<td class="optionbox wrap"><input type="text" name="CALN" id="CALN" value=""></td></tr>
<?php
echo keep_chan();
?>
</table>
<a href="#" onclick="return expand_layer('events');"><i id="events_img" class="icon-plus"></i>
<?php
echo I18N::translate('Associate events with this source');
?>