当前位置: 首页>>代码示例>>PHP>>正文


PHP FunctionsEdit::printAddNewRepositoryLink方法代码示例

本文整理汇总了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');
        ?>
开发者ID:jflash,项目名称:webtrees,代码行数:31,代码来源:edit_interface.php


注:本文中的Fisharebest\Webtrees\Functions\FunctionsEdit::printAddNewRepositoryLink方法示例由纯净天空整理自Github/MSDocs等开源代码及文档管理平台,相关代码片段筛选自各路编程大神贡献的开源项目,源码版权归原作者所有,传播和使用请参考对应项目的License;未经允许,请勿转载。