⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 tool_test_email.php

📁 ProjectPier 源码 很好的项目管理程序
💻 PHP
字号:
<?php  set_page_title($tool->getDisplayName());  administration_tabbed_navigation(ADMINISTRATION_TAB_TOOLS);  administration_crumbs(array(    array(lang('administration tools'), get_url('administration', 'tools')),    array($tool->getDisplayName())  ));?><form action="<?php echo $tool->getToolUrl() ?>" method="post"><?php tpl_display(get_template_path('form_errors')) ?>  <div>    <?php echo label_tag(lang('test mail recipient'), 'testMailFormRecipient', true) ?>    <?php echo text_field('test_mail[recipient]', array_var($test_mail_data, 'recipient'), array('id' => 'testMailFormRecipient', 'class' => 'long')) ?>  </div>    <div>    <?php echo label_tag(lang('test mail message'), 'testMailFormMessage', true) ?>    <?php echo textarea_field('test_mail[message]', array_var($test_mail_data, 'message'), array('id' => 'testMailFormMessage')) ?>  </div>    <?php echo submit_button(lang('submit')) ?></form>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -