本文整理汇总了PHP中updatenotify_exists函数的典型用法代码示例。如果您正苦于以下问题:PHP updatenotify_exists函数的具体用法?PHP updatenotify_exists怎么用?PHP updatenotify_exists使用的例子?那么恭喜您, 这里精选的函数代码示例或许可以为您提供帮助。
在下文中一共展示了updatenotify_exists函数的15个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的PHP代码示例。
示例1: print_error_box
if (!empty($errormsg)) {
print_error_box($errormsg);
}
?>
<?php
if (!empty($savemsg)) {
print_info_box($savemsg);
}
?>
<?php
if (updatenotify_exists_mode("raid_graid5", UPDATENOTIFY_MODE_DIRTY)) {
print_warning_box(gettext("Warning: You are going to delete a RAID volume. All data will get lost and can not be recovered."));
}
?>
<?php
if (updatenotify_exists("raid_graid5")) {
print_config_change_box();
}
?>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="25%" class="listhdrlr"><?php
echo gettext("Volume Name");
?>
</td>
<td width="25%" class="listhdrr"><?php
echo gettext("Type");
?>
</td>
<td width="20%" class="listhdrr"><?php
echo gettext("Size");
示例2: gettext
</span></a></li>
<li class="tabact"><a href="services_ftp_mod.php" title="<?php
echo gettext("Reload page");
?>
"><span><?php
echo gettext("Modules");
?>
</span></a></li>
</ul>
</td>
</tr>
<tr>
<td class="tabcont">
<form action="services_ftp_mod.php" method="post">
<?php
if (updatenotify_exists("ftpd_mod_ban")) {
print_config_change_box();
}
?>
<?php
if (!empty($savemsg)) {
print_info_box($savemsg);
}
?>
<table width="100%" border="0" cellpadding="6" cellspacing="0">
<?php
html_titleline_checkbox("mod_ban_enable", gettext("Ban list"), !empty($pconfig['mod_ban_enable']) ? true : false, gettext("Enable"), "enable_change(false)");
?>
<tr>
<td width="22%" valign="top" class="vncell"><?php
echo gettext("Rules");
示例3: print_error_box
if ($errormsg) {
print_error_box($errormsg);
}
?>
<?php
if ($savemsg) {
print_info_box($savemsg);
}
?>
<?php
if (updatenotify_exists_mode("raid_gvinum", UPDATENOTIFY_MODE_DIRTY)) {
print_warning_box(gettext("Warning: You are going to delete a RAID volume. All data will get lost and can not be recovered."));
}
?>
<?php
if (updatenotify_exists("raid_gvinum")) {
print_config_change_box();
}
?>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="25%" class="listhdrlr"><?php
echo gettext("Volume Name");
?>
</td>
<td width="25%" class="listhdrr"><?php
echo gettext("Type");
?>
</td>
<td width="20%" class="listhdrr"><?php
echo gettext("Size");
示例4: gettext
echo gettext("Modules");
?>
</span></a></li>
</ul>
</td>
</tr>
<tr>
<td class="tabcont">
<form action="services_rsyncd_module.php" method="post">
<?php
if (!empty($savemsg)) {
print_info_box($savemsg);
}
?>
<?php
if (updatenotify_exists("rsyncd")) {
print_config_change_box();
}
?>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="15%" class="listhdrlr"><?php
echo gettext("Name");
?>
</td>
<td width="35%" class="listhdrr"><?php
echo gettext("Path");
?>
</td>
<td width="20%" class="listhdrr"><?php
echo gettext("Comment");
示例5: gettext
echo gettext("Local");
?>
</span></a></li>
</ul>
</td>
</tr>
<tr>
<td class="tabcont">
<form action="services_rsyncd_local.php" method="post">
<?php
if (!empty($savemsg)) {
print_info_box($savemsg);
}
?>
<?php
if (updatenotify_exists("rsynclocal")) {
print_config_change_box();
}
?>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="25%" class="listhdrlr"><?php
echo gettext("Source share");
?>
</td>
<td width="25%" class="listhdrr"><?php
echo gettext("Destination share");
?>
</td>
<td width="10%" class="listhdrr"><?php
echo gettext("Who");
示例6: gettext
echo gettext("iSCSI Initiator");
?>
</span></a></li>
</ul>
</td>
</tr>
<tr>
<td class="tabcont">
<form action="disks_manage.php" method="post">
<?php
if ($savemsg) {
print_info_box($savemsg);
}
?>
<?php
if (updatenotify_exists("device")) {
print_config_change_box();
}
?>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="5%" class="listhdrlr"><?php
echo gettext("Disk");
?>
</td>
<td width="5%" class="listhdrr"><?php
echo gettext("Size");
?>
</td>
<td width="40%" class="listhdrr"><?php
echo gettext("Description");
示例7: gettext
echo gettext("Local");
?>
</span></a></li>
</ul>
</td>
</tr>
<tr>
<td class="tabcont">
<form action="services_rsyncd_client.php" method="post">
<?php
if (!empty($savemsg)) {
print_info_box($savemsg);
}
?>
<?php
if (updatenotify_exists("rsyncclient")) {
print_config_change_box();
}
?>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="20%" class="listhdrlr"><?php
echo gettext("Remote module (source)");
?>
</td>
<td width="15%" class="listhdrr"><?php
echo gettext("Remote address");
?>
</td>
<td width="15%" class="listhdrr"><?php
echo gettext("Local share (destination)");
示例8: print_error_box
if ($errormsg) {
print_error_box($errormsg);
}
?>
<?php
if ($savemsg) {
print_info_box($savemsg);
}
?>
<?php
if (updatenotify_exists_mode("raid_gstripe", UPDATENOTIFY_MODE_DIRTY)) {
print_warning_box(gettext("Warning: You are going to delete a RAID volume. All data will get lost and can not be recovered."));
}
?>
<?php
if (updatenotify_exists("raid_gstripe")) {
print_config_change_box();
}
?>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="25%" class="listhdrlr"><?php
echo gettext("Volume Name");
?>
</td>
<td width="25%" class="listhdrr"><?php
echo gettext("Type");
?>
</td>
<td width="20%" class="listhdrr"><?php
echo gettext("Size");
示例9: gettext
echo gettext("sysctl.conf");
?>
</span></a></li>
</ul>
</td>
</tr>
<tr>
<td class="tabcont">
<form action="system_loaderconf.php" method="post">
<?php
if (!empty($savemsg)) {
print_info_box($savemsg);
}
?>
<?php
if (updatenotify_exists("loaderconf")) {
print_config_change_box();
}
?>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="40%" class="listhdrlr"><?php
echo gettext("Variable");
?>
</td>
<td width="20%" class="listhdrr"><?php
echo gettext("Value");
?>
</td>
<td width="30%" class="listhdrr"><?php
echo gettext("Comment");
示例10: print_input_errors
</td></tr>
<tr>
<td class="tabcont">
<form action="extensions_bhyve.php" method="post" name="iform" id="iform">
<?php
if (!empty($input_errors)) {
print_input_errors($input_errors);
}
?>
<?php
if (!empty($savemsg)) {
print_info_box($savemsg);
}
?>
<?php
if (updatenotify_exists("vm")) {
print_config_change_box();
}
?>
<table width="100%" border="0" cellpadding="6" cellspacing="0">
<?php
html_titleline_checkbox("enable", "Bhyve virtual machines", $pconfig['enable'], gettext("Enable"), "clickfix()");
?>
<tr id='machines_tr'><td colspan='2' valign='top' class='vtable'>
<?php
//if( isset( $config['thebrig']['rootfolder'])==false):
?>
<!-- <a title=<?php
echo gettext("Configure TheBrig please first");
示例11: gettext
echo gettext("Shares");
?>
</span></a></li>
</ul>
</td>
</tr>
<tr>
<td class="tabcont">
<form action="services_samba_share.php" method="post">
<?php
if ($savemsg) {
print_info_box($savemsg);
}
?>
<?php
if (updatenotify_exists("smbshare")) {
print_config_change_box();
}
?>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="30%" class="listhdrlr"><?php
echo gettext("Path");
?>
</td>
<td width="20%" class="listhdrr"><?php
echo gettext("Name");
?>
</td>
<td width="20%" class="listhdrr"><?php
echo gettext("Comment");
示例12: print_error_box
if (false === $smart) {
print_error_box(gettext("Make sure you have activated S.M.A.R.T. for your devices."));
}
?>
<?php
if (!empty($input_errors)) {
print_input_errors($input_errors);
}
?>
<?php
if (!empty($savemsg)) {
print_info_box($savemsg);
}
?>
<?php
if (updatenotify_exists("smartssd")) {
print_config_change_box();
}
?>
<table width="100%" border="0" cellpadding="6" cellspacing="0">
<?php
html_titleline_checkbox("enable", gettext("Self-Monitoring, Analysis and Reporting Technology"), !empty($pconfig['enable']) ? true : false, gettext("Enable"), "enable_change(this)");
?>
<?php
html_inputbox("interval", gettext("Check interval"), $pconfig['interval'], gettext("Sets the interval between disk checks to N seconds. The minimum allowed value is 10."), true, 5);
?>
<tr>
<td width="22%" valign="top" class="vncellreq"><?php
echo gettext("Power mode");
?>
</td>
示例13: print_error_box
</tr>
<tr>
<td class="tabcont">
<form action="disks_zfs_snapshot_auto.php" method="post">
<?php
if (!empty($errormsg)) {
print_error_box($errormsg);
}
?>
<?php
if (!empty($savemsg)) {
print_info_box($savemsg);
}
?>
<?php
if (updatenotify_exists("zfsautosnapshot")) {
print_config_change_box();
}
?>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="30%" class="listhdrlr"><?php
echo gettext("Path");
?>
</td>
<td width="20%" class="listhdrr"><?php
echo gettext("Name");
?>
</td>
<td width="10%" class="listhdrr"><?php
echo gettext("Recursive");
示例14: print_info_box
}
return $retval;
}
include "fbegin.inc";
?>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td class="tabcont">
<form action="system_routes.php" method="post">
<?php
if ($savemsg) {
print_info_box($savemsg);
}
?>
<?php
if (updatenotify_exists("routes")) {
print_config_change_box();
}
?>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="15%" class="listhdrlr"><?php
echo gettext("Interface");
?>
</td>
<td width="25%" class="listhdrr"><?php
echo gettext("Network");
?>
</td>
<td width="20%" class="listhdrr"><?php
echo gettext("Gateway");
示例15: gettext
echo gettext("Groups");
?>
</span></a></li>
</ul>
</td>
</tr>
<tr>
<td class="tabcont">
<form action="access_users_groups.php" method="post">
<?php
if ($savemsg) {
print_info_box($savemsg);
}
?>
<?php
if (updatenotify_exists("userdb_group")) {
print_config_change_box();
}
?>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="45%" class="listhdrlr"><?php
echo gettext("Group");
?>
</td>
<td width="5%" class="listhdrr"><?php
echo gettext("GID");
?>
</td>
<td width="40%" class="listhdrr"><?php
echo gettext("Description");