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


PHP smarty_modifier_upper函数代码示例

本文整理汇总了PHP中smarty_modifier_upper函数的典型用法代码示例。如果您正苦于以下问题:PHP smarty_modifier_upper函数的具体用法?PHP smarty_modifier_upper怎么用?PHP smarty_modifier_upper使用的例子?那么恭喜您, 这里精选的函数代码示例或许可以为您提供帮助。


在下文中一共展示了smarty_modifier_upper函数的15个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的PHP代码示例。

示例1: is_array

?>
"><img src="<?php 
echo $this->_tpl_vars['images_url'];
?>
/up.jpg" title="<?php 
echo $this->_tpl_vars['LANG']['phrase_previous_page'];
?>
" alt="<?php 
echo $this->_tpl_vars['LANG']['phrase_previous_page'];
?>
" border="0" /></a>
    </div>

    <div class="underline margin_top_large">
      <span class="subtitle"><?php 
echo is_array($_tmp = $this->_tpl_vars['LANG']['phrase_edit_email_template']) ? $this->_run_mod_handler('upper', true, $_tmp) : smarty_modifier_upper($_tmp);
?>
</span>
    </div>

    <?php 
echo smarty_function_ft_include(array('file' => 'messages.tpl'), $this);
?>


    <form method="post" id="edit_email_template_form" action="<?php 
echo $this->_tpl_vars['same_page'];
?>
?page=edit_email">
            <input type="hidden" name="form_id" id="form_id" value="<?php 
echo $this->_tpl_vars['form_id'];
开发者ID:jeffthestampede,项目名称:excelsior,代码行数:31,代码来源:%%C0^C03^C0326909%%tab_edit_email.tpl.php

示例2: is_array

echo $this->_tpl_vars['username'];
?>
" /></td>
        </tr>
        <tr>
          <td><label for="password"><?php 
echo $this->_tpl_vars['LANG']['word_password'];
?>
</label></td>
          <td><input type="password" name="password" id="password" value="" /></td>
        </tr>
        </table>

        <script>
        document.write('<input type="submit" class="login_submit" value="<?php 
echo is_array($_tmp = $this->_tpl_vars['LANG']['phrase_log_in']) ? $this->_run_mod_handler('upper', true, $_tmp) : smarty_modifier_upper($_tmp);
?>
">');
        </script>
        <div class="clear"></div>
      </div>

      <?php 
if ($this->_tpl_vars['error']) {
    ?>
        <div>
          <div class="login_error pad_left"><?php 
    echo $this->_tpl_vars['error'];
    ?>
</div>
        </div>
开发者ID:jeffthestampede,项目名称:excelsior,代码行数:31,代码来源:%%43^43C^43C7767A%%index.tpl.php

示例3: is_array

          </div>
        </td>
        <td width="2%"> </td>
        <td width="49%" valign="top">
          <div id="select_box" class="<?php 
if ($this->_tpl_vars['form_info']['submission_type'] == 'code') {
    ?>
blue_box<?php 
} else {
    ?>
grey_box<?php 
}
?>
">
            <span style="float:right"><input type="submit" class="blue bold" value="<?php 
echo is_array($_tmp = $this->_tpl_vars['LANG']['word_select']) ? $this->_run_mod_handler('upper', true, $_tmp) : smarty_modifier_upper($_tmp);
?>
" name="code" /></span>
            <div class="bold"><?php 
echo $this->_tpl_vars['LANG']['phrase_2_code'];
?>
</div>
            <div class="medium_grey">&#8212; <?php 
echo $this->_tpl_vars['LANG']['text_add_form_step_3_text_3'];
?>
</div>
            <br />
            <div>
              <a href="#" onclick="return page_ns.show_section('method2_benefits')"><?php 
echo $this->_tpl_vars['LANG']['word_benefits'];
?>
开发者ID:jeffthestampede,项目名称:excelsior,代码行数:31,代码来源:%%E1^E13^E13B7DD5%%step1.tpl.php

示例4: smarty_function_xl

</b></th>
		<th><b><?php echo smarty_function_xl(array('t' => 'Default Method'), $this);?>
</b></th>
	</tr>
	<?php if (count($_from = (array)$this->_tpl_vars['pharmacies'])):
    foreach ($_from as $this->_tpl_vars['pharmacy']):
?>
	<tr height="22">
		<td><a href="<?php echo $this->_tpl_vars['CURRENT_ACTION']; ?>
action=edit&id=<?php echo $this->_tpl_vars['pharmacy']->id; ?>
" onclick="top.restoreSession()"><?php echo $this->_tpl_vars['pharmacy']->name; ?>
&nbsp;</a></td>
		<td>
		<?php if ($this->_tpl_vars['pharmacy']->address->line1 != ''):  echo $this->_tpl_vars['pharmacy']->address->line1; ?>
, <?php endif; ?>
		<?php if ($this->_tpl_vars['pharmacy']->address->city != ''):  echo $this->_tpl_vars['pharmacy']->address->city; ?>
, <?php endif; ?>
			<?php echo ((is_array($_tmp=$this->_tpl_vars['pharmacy']->address->state)) ? $this->_run_mod_handler('upper', true, $_tmp) : smarty_modifier_upper($_tmp)); ?>
 <?php echo $this->_tpl_vars['pharmacy']->address->zip; ?>
&nbsp;</td>
		<td><?php echo $this->_tpl_vars['pharmacy']->get_transmit_method_display(); ?>
&nbsp;
	<?php endforeach; unset($_from); else: ?></td>
	</tr>

	<tr class="center_display">
		<td colspan="3"><b><?php echo smarty_function_xl(array('t' => 'No Pharmacies Found'), $this);?>
<b></td>
	</tr>
	<?php endif; ?>
</table>
开发者ID:sapphirew,项目名称:openemr,代码行数:31,代码来源:%%419^%%4192168882^general_list.html.php

示例5: elseif

                    <input type="hidden" name="form_id" value="<?php 
    echo $this->_tpl_vars['form_id'];
    ?>
" />
                    <input type="submit" name="refresh" value="<?php 
    echo $this->_tpl_vars['LANG']['phrase_refresh_page'];
    ?>
" />
                  </form>
                </div>
              <?php 
} elseif ($this->_tpl_vars['form_info']['is_initialized'] == 'yes') {
    ?>
                <p>
                  <input type="button" value="<?php 
    echo is_array($_tmp = $this->_tpl_vars['LANG']['phrase_resend_test_submission']) ? $this->_run_mod_handler('upper', true, $_tmp) : smarty_modifier_upper($_tmp);
    ?>
"
                    onclick="window.location='<?php 
    echo $this->_tpl_vars['same_page'];
    ?>
?uninitialize=1'" />
                </p>
                <p>
                  <input type="button" name="submit" class="next_step" value="<?php 
    echo $this->_tpl_vars['LANG']['word_next_step_rightarrow'];
    ?>
"
                    onclick="window.location='step4.php?form_id=<?php 
    echo $this->_tpl_vars['form_id'];
    ?>
开发者ID:jeffthestampede,项目名称:excelsior,代码行数:31,代码来源:%%64^649^649F34BB%%step3.tpl.php

示例6: is_array

        ?>
        </table></div>
      <?php 
    }
    ?>

      <p>
        <input type="submit" name="enable_modules" value="<?php 
    echo is_array($_tmp = $this->_tpl_vars['LANG']['word_update']) ? $this->_run_mod_handler('upper', true, $_tmp) : smarty_modifier_upper($_tmp);
    ?>
" />
        <input type="button" onclick="window.location='<?php 
    echo $this->_tpl_vars['same_page'];
    ?>
?refresh_module_list'" class="blue" value="<?php 
    echo is_array($_tmp = is_array($_tmp = $this->_tpl_vars['LANG']['phrase_refresh_module_list']) ? $this->_run_mod_handler('escape', true, $_tmp) : smarty_modifier_escape($_tmp)) ? $this->_run_mod_handler('upper', true, $_tmp) : smarty_modifier_upper($_tmp);
    ?>
" />
      </p>

    </form>

  <?php 
}
?>

<?php 
$_smarty_tpl_vars = $this->_tpl_vars;
$this->_smarty_include(array('smarty_include_tpl_file' => 'footer.tpl', 'smarty_include_vars' => array()));
$this->_tpl_vars = $_smarty_tpl_vars;
unset($_smarty_tpl_vars);
开发者ID:jeffthestampede,项目名称:excelsior,代码行数:31,代码来源:%%FD^FD9^FD9F98E6%%index.tpl.php

示例7: array

          <tr class="pager">
            <td colspan="6">
                <?php 
$_smarty_tpl_vars = $this->_tpl_vars;
$this->_smarty_include(array('smarty_include_tpl_file' => "phpgacl/pager.tpl", 'smarty_include_vars' => array('pager_data' => $this->_tpl_vars['paging_data'], 'link' => "?object_type=" . $this->_tpl_vars['object_type'] . "&")));
$this->_tpl_vars = $_smarty_tpl_vars;
unset($_smarty_tpl_vars);
?>
            </td>
          </tr>
          <tr class="spacer">
            <td colspan="6"></td>
          </tr>
          <tr align="center">
            <td colspan="6"><b>Add <?php 
echo is_array($_tmp = $this->_tpl_vars['object_type']) ? $this->_run_mod_handler('upper', true, $_tmp) : smarty_modifier_upper($_tmp);
?>
 Sections</b></td>
          </tr>
          <tr>
            <th>ID</th>
            <th>Value</th>
            <th>Order</th>
            <th>Name</th>
            <th>Functions</th>
            <th>&nbsp;</td>
          </tr>
<?php 
unset($this->_sections['y']);
$this->_sections['y']['name'] = 'y';
$this->_sections['y']['loop'] = is_array($_loop = $this->_tpl_vars['new_sections']) ? count($_loop) : max(0, (int) $_loop);
开发者ID:psykomo,项目名称:kutump-enhanced,代码行数:31,代码来源:%%D3^D36^D36362FF%%edit_object_sections.tpl.php

示例8: is_array

echo $this->_tpl_vars['form_id'];
?>
"><img src="<?php 
echo $this->_tpl_vars['images_url'];
?>
/up.jpg" title="<?php 
echo $this->_tpl_vars['LANG']['phrase_previous_page'];
?>
" alt="<?php 
echo $this->_tpl_vars['LANG']['phrase_previous_page'];
?>
" border="0" /></a>
  </div>

  <div class="subtitle underline margin_top_large"><?php 
echo is_array($_tmp = $this->_tpl_vars['LANG']['phrase_form_email_field_configuration']) ? $this->_run_mod_handler('upper', true, $_tmp) : smarty_modifier_upper($_tmp);
?>
</div>

  <?php 
echo smarty_function_ft_include(array('file' => 'messages.tpl'), $this);
?>


  <div class="margin_bottom_large">
    <?php 
echo $this->_tpl_vars['LANG']['text_email_settings_intro'];
?>

  </div>
开发者ID:jeffthestampede,项目名称:excelsior,代码行数:30,代码来源:%%D9^D90^D9053B1E%%tab_email_settings.tpl.php

示例9: smarty_core_load_plugins

<?php

/* Smarty version 2.6.18, created on 2016-05-27 15:14:58
   compiled from /var/www/vhosts/excelsiorschool.com/httpdocs/forms/themes/default/admin/settings/tab_accounts.tpl */
require_once SMARTY_CORE_DIR . 'core.load_plugins.php';
smarty_core_load_plugins(array('plugins' => array(array('modifier', 'upper', '/var/www/vhosts/excelsiorschool.com/httpdocs/forms/themes/default/admin/settings/tab_accounts.tpl', 1, false), array('modifier', 'escape', '/var/www/vhosts/excelsiorschool.com/httpdocs/forms/themes/default/admin/settings/tab_accounts.tpl', 20, false), array('modifier', 'explode', '/var/www/vhosts/excelsiorschool.com/httpdocs/forms/themes/default/admin/settings/tab_accounts.tpl', 123, false), array('modifier', 'in_array', '/var/www/vhosts/excelsiorschool.com/httpdocs/forms/themes/default/admin/settings/tab_accounts.tpl', 125, false), array('function', 'ft_include', '/var/www/vhosts/excelsiorschool.com/httpdocs/forms/themes/default/admin/settings/tab_accounts.tpl', 3, false), array('function', 'themes_dropdown', '/var/www/vhosts/excelsiorschool.com/httpdocs/forms/themes/default/admin/settings/tab_accounts.tpl', 30, false), array('function', 'menus_dropdown', '/var/www/vhosts/excelsiorschool.com/httpdocs/forms/themes/default/admin/settings/tab_accounts.tpl', 35, false), array('function', 'pages_dropdown', '/var/www/vhosts/excelsiorschool.com/httpdocs/forms/themes/default/admin/settings/tab_accounts.tpl', 40, false), array('function', 'languages_dropdown', '/var/www/vhosts/excelsiorschool.com/httpdocs/forms/themes/default/admin/settings/tab_accounts.tpl', 51, false), array('function', 'timezone_offset_dropdown', '/var/www/vhosts/excelsiorschool.com/httpdocs/forms/themes/default/admin/settings/tab_accounts.tpl', 59, false), array('function', 'template_hook', '/var/www/vhosts/excelsiorschool.com/httpdocs/forms/themes/default/admin/settings/tab_accounts.tpl', 77, false))), $this);
?>
    <div class="subtitle underline margin_top_large"><?php 
echo is_array($_tmp = $this->_tpl_vars['LANG']['phrase_client_account_settings']) ? $this->_run_mod_handler('upper', true, $_tmp) : smarty_modifier_upper($_tmp);
?>
</div>

    <?php 
echo smarty_function_ft_include(array('file' => 'messages.tpl'), $this);
?>


    <div class="margin_bottom_large">
      <?php 
echo $this->_tpl_vars['LANG']['text_account_settings_page'];
?>

    </div>

    <form action="<?php 
echo $this->_tpl_vars['same_page'];
?>
" method="post" onsubmit="return rsv.validate(this, rules)">
    <input type="hidden" name="page" value="accounts" />

    <table class="list_table check_areas" cellpadding="0" cellspacing="1">
开发者ID:jeffthestampede,项目名称:excelsior,代码行数:31,代码来源:%%5C^5CF^5CF6350E%%tab_accounts.tpl.php

示例10: foreach

}
if (count($_from)) {
    foreach ($_from as $this->_tpl_vars['k'] => $this->_tpl_vars['curr_group']) {
        ?>
        <?php 
        $this->assign('group', $this->_tpl_vars['curr_group']['group']);
        ?>
        <?php 
        $this->assign('fields', $this->_tpl_vars['curr_group']['fields']);
        ?>

        <?php 
        if ($this->_tpl_vars['group']['group_name']) {
            ?>
          <h3><?php 
            echo is_array($_tmp = $this->_tpl_vars['group']['group_name']) ? $this->_run_mod_handler('upper', true, $_tmp) : smarty_modifier_upper($_tmp);
            ?>
</h3>
        <?php 
        }
        ?>

        <?php 
        if (count($this->_tpl_vars['fields']) > 0) {
            ?>
          <table class="list_table" cellpadding="1" cellspacing="1" border="0" width="100%">
        <?php 
        }
        ?>

        <?php 
开发者ID:jeffthestampede,项目名称:excelsior,代码行数:31,代码来源:%%F9^F96^F96E464C%%edit_submission.tpl.php

示例11: is_array

          </tr>
          <tr>
            <td valign="top" class="blue"><?php 
echo '{$IPADDRESS}';
?>
</td>
            <td><?php 
echo $this->_tpl_vars['LANG']['text_submission_ip_address'];
?>
</td>
          </tr>
          </table>
          <br />

          <p class="subtitle"><?php 
echo is_array($_tmp = $this->_tpl_vars['LANG']['phrase_form_placeholders']) ? $this->_run_mod_handler('upper', true, $_tmp) : smarty_modifier_upper($_tmp);
?>
</p>
          <p>
            <?php 
echo $this->_tpl_vars['LANG']['text_form_placeholder_info'];
?>

            <?php 
echo $this->_tpl_vars['file_field_text'];
?>

          </p>

          <table cellpadding="1" cellspacing="1" class="list_table" width="100%">
          <tr>
开发者ID:jeffthestampede,项目名称:excelsior,代码行数:31,代码来源:%%02^028^02894F07%%form_placeholders.tpl.php

示例12: unset

										<option value="<?php echo $this->_tpl_vars['indexPrefix']; ?>
"><?php echo $this->_tpl_vars['texts']['INDEXES'][$this->_tpl_vars['indexKey']]; ?>
</option>
									<?php endif; ?>
								<?php endif; ?>
							<?php endforeach; endif; unset($_from); ?>
						</select>

						<?php if (count($this->_tpl_vars['colectionData']->where_list->where) > 0): ?>
							<?php echo $this->_tpl_vars['texts']['WHERE_FILTER']; ?>
:
							<select name="where" class="inputText">
								<?php $_from = $this->_tpl_vars['colectionData']->where_list->where; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }if (count($_from)):
    foreach ($_from as $this->_tpl_vars['where']):
?>
									<?php echo ''; ?><?php $this->assign('whereName', ((is_array($_tmp=$this->_tpl_vars['where']->name)) ? $this->_run_mod_handler('upper', true, $_tmp) : smarty_modifier_upper($_tmp))); ?><?php echo ''; ?><?php $this->assign('whereFilter', $this->_tpl_vars['where']->filter); ?><?php echo ''; ?><?php $this->assign('whereLevel', $this->_tpl_vars['where']->level); ?><?php echo ''; ?><?php if ($this->_tpl_vars['texts']['WHERE'][$this->_tpl_vars['whereName']] != ''): ?><?php echo ''; ?><?php $this->assign('whereLabel', $this->_tpl_vars['texts']['WHERE'][$this->_tpl_vars['whereName']]); ?><?php echo ''; ?><?php else: ?><?php echo ''; ?><?php $this->assign('whereLabel', $this->_tpl_vars['whereName']); ?><?php echo ''; ?><?php endif; ?><?php echo ''; ?><?php if ($this->_tpl_vars['whereLevel'] != ''): ?><?php echo ''; ?><?php $this->assign('ident', '&nbsp;&nbsp;&nbsp;&nbsp;'); ?><?php echo ''; ?><?php else: ?><?php echo ''; ?><?php $this->assign('ident', ''); ?><?php echo ''; ?><?php endif; ?><?php echo ''; ?><?php if ($this->_tpl_vars['whereName'] != ''): ?><?php echo ''; ?><?php if ($this->_tpl_vars['whereName'] == $_REQUEST['where']): ?><?php echo '<option value="'; ?><?php echo $this->_tpl_vars['whereName']; ?><?php echo '" selected="1">'; ?><?php echo $this->_tpl_vars['ident']; ?><?php echo ''; ?><?php echo $this->_tpl_vars['whereLabel']; ?><?php echo '</option>'; ?><?php else: ?><?php echo '<option value="'; ?><?php echo $this->_tpl_vars['whereName']; ?><?php echo '">'; ?><?php echo $this->_tpl_vars['ident']; ?><?php echo ''; ?><?php echo $this->_tpl_vars['whereLabel']; ?><?php echo '</option>'; ?><?php endif; ?><?php echo ''; ?><?php endif; ?><?php echo ''; ?>

								<?php endforeach; endif; unset($_from); ?>
							</select>
						<?php endif; ?>

						<input type="button" name="go" value="<?php echo $this->_tpl_vars['texts']['SEARCH_SUBMIT']; ?>
" class="submit" onclick="javascript:newSearch()" />
						<!--
						&#160;
						<a href="#"><?php echo '<?='; ?>
$texts['SEARCH_ADVANCED']<?php echo '?>'; ?>
</a>
						-->
				</div>
开发者ID:robertatakenaka,项目名称:Biodiversidade,代码行数:30,代码来源:%%83^834^834E4F6B%%top-searchbar.tpl.php

示例13: is_array

</td>
    <td class="selected"><?php 
echo $this->_tpl_vars['LANG']['phrase_field_types'];
?>
</td>
    <td class="selected"><?php 
echo $this->_tpl_vars['LANG']['phrase_finalize_form'];
?>
</td>
  </tr>
  </table>

  <br />
  <div>
    <div class="subtitle underline"><?php 
echo is_array($_tmp = $this->_tpl_vars['LANG']['phrase_final_touches_page_6']) ? $this->_run_mod_handler('upper', true, $_tmp) : smarty_modifier_upper($_tmp);
?>
</div>
    <p>
      <?php 
echo $this->_tpl_vars['LANG']['text_add_form_step_5_para_1'];
?>

    </p>
    <code><pre class="green">
      &lt;input type="hidden" name="form_tools_initialize_form" value="1" /&gt;</pre></code>

    <p>
      <?php 
echo $this->_tpl_vars['LANG']['text_add_form_step_5_para_5'];
?>
开发者ID:jeffthestampede,项目名称:excelsior,代码行数:31,代码来源:%%53^531^531BA1C5%%step6.tpl.php

示例14: is_array

            </td>
            <td><?php 
            echo $this->_tpl_vars['periods'][$this->_tpl_vars['report']['period']];
            ?>

                <!-- Last sent on <?php 
            echo $this->_tpl_vars['report']['ts_last_sent'];
            ?>
 -->
            </td>
            <td>
                <?php 
            if (!empty($this->_tpl_vars['report']['format'])) {
                ?>
                    <?php 
                echo is_array($_tmp = $this->_tpl_vars['report']['format']) ? $this->_run_mod_handler('upper', true, $_tmp) : smarty_modifier_upper($_tmp);
                ?>

                <?php 
            }
            ?>
            </td>
            <td>
                                <?php 
            if (count($this->_tpl_vars['report']['recipients']) == 0) {
                ?>
                    <?php 
                echo is_array($_tmp = 'PDFReports_NoRecipients') ? $this->_run_mod_handler('translate', true, $_tmp) : smarty_modifier_translate($_tmp);
                ?>

                <?php 
开发者ID:verbazend,项目名称:AWFA,代码行数:31,代码来源:%%AC^AC3^AC3C8E68%%list.tpl.php

示例15: GLatLng

                } else {
			var bound_sw = new GLatLng(';
echo is_array($_tmp = @$this->_tpl_vars['min_latitude']) ? $this->_run_mod_handler('default', true, $_tmp, @$this->_tpl_vars['center_latitude']) : smarty_modifier_default($_tmp, @$this->_tpl_vars['center_latitude']);
echo ',';
echo is_array($_tmp = @$this->_tpl_vars['min_longitude']) ? $this->_run_mod_handler('default', true, $_tmp, @$this->_tpl_vars['center_longitude']) : smarty_modifier_default($_tmp, @$this->_tpl_vars['center_longitude']);
echo ');
			var bound_ne = new GLatLng(';
echo is_array($_tmp = @$this->_tpl_vars['max_latitude']) ? $this->_run_mod_handler('default', true, $_tmp, @$this->_tpl_vars['center_latitude']) : smarty_modifier_default($_tmp, @$this->_tpl_vars['center_latitude']);
echo ',';
echo is_array($_tmp = @$this->_tpl_vars['max_longitude']) ? $this->_run_mod_handler('default', true, $_tmp, @$this->_tpl_vars['center_longitude']) : smarty_modifier_default($_tmp, @$this->_tpl_vars['center_longitude']);
echo ');
			var bounds = new GLatLngBounds(bound_sw, bound_ne);
			var zoom = map.getBoundsZoomLevel(bounds);
		}
		map.setCenter(center, zoom, G_';
echo is_array($_tmp = $this->_tpl_vars['maps_available']['default']) ? $this->_run_mod_handler('upper', true, $_tmp) : smarty_modifier_upper($_tmp);
echo '_MAP);
		GEvent.addListener(map, "moveend", gmap_reload);
		GEvent.addListener(map, "zoomend", function (oldLevel, newLevel) {
                                        if ((oldLevel <= 17-4 && newLevel > 17-4) ||
                                                (oldLevel > 17-4 && newLevel <= 17-4)) {
                                                        map.clearOverlays();
                                                        markers = Array();
                                                        polylines = Array();
						}
                                                        gmap_reload();
					});
		gmap_refresh();
	}
}
开发者ID:WNA-GR,项目名称:wind-wna,代码行数:30,代码来源:%%09^090^090946C7%%gmap_js.tpl.php


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