本文整理汇总了PHP中HtmlInput::button_action_add方法的典型用法代码示例。如果您正苦于以下问题:PHP HtmlInput::button_action_add方法的具体用法?PHP HtmlInput::button_action_add怎么用?PHP HtmlInput::button_action_add使用的例子?那么恭喜您, 这里精选的方法代码示例或许可以为您提供帮助。您也可以进一步了解该方法所在类HtmlInput
的用法示例。
在下文中一共展示了HtmlInput::button_action_add方法的1个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的PHP代码示例。
示例1: sprintf
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
*/
/**
* @file
* @brief display the calendar as a list. Included from the Calendar::zoom_list()
*/
?>
<div class="content" id="user_cal" style="width:100%">
<?php
$short = HtmlInput::default_value_get('from', 0);
$js = sprintf("calendar_zoom({gDossier:%d,invalue:'%s',outvalue:'%s',distype:'%s','notitle':%d})", dossier::id(), 'per_div', 'calendar_zoom_div', 'cal', $notitle);
echo HtmlInput::anchor(_('Calendrier'), '', " onclick=\"{$js}\"");
echo HtmlInput::button_action_add();
?>
<table class="result">
<?php
$nb_event = count($a_event);
$a_status = array('R' => _('Retard'), 'N' => 'Auj.', 'F' => '');
for ($i = 0; $i < $nb_event; $i++) {
$class = $i % 2 == 0 ? 'even' : 'odd';
$idx = $a_event[$i]['status'];
$class = $idx == 'R' ? 'notice' : $class;
?>
<tr class="<?php
echo $class;
?>
">
<td>