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


PHP smarty_function_CLASS_COLOR函数代码示例

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


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

示例1: smarty_function_write_url

?>
>全球资讯</a></li>
	<li><a href="<?php 
echo smarty_function_write_url(array('open' => 'Quote'), $_smarty_tpl->smarty, $_smarty_tpl);
?>
" <?php 
echo smarty_function_CLASS_COLOR(array('Quote' => $_smarty_tpl->getVariable('get')->value['open'], 'CLASS' => 'this'), $_smarty_tpl->smarty, $_smarty_tpl);
?>
>国际报价</a></li>
	<li><a href="<?php 
echo smarty_function_write_url(array('open' => 'SP'), $_smarty_tpl->smarty, $_smarty_tpl);
?>
" <?php 
echo smarty_function_CLASS_COLOR(array('SP' => $_smarty_tpl->getVariable('get')->value['open'], 'CLASS' => 'this'), $_smarty_tpl->smarty, $_smarty_tpl);
?>
>每日特价</a></li>
	<li><a href="<?php 
echo smarty_function_write_url(array('open' => 'Query'), $_smarty_tpl->smarty, $_smarty_tpl);
?>
" <?php 
echo smarty_function_CLASS_COLOR(array('Query' => $_smarty_tpl->getVariable('get')->value['open'], 'CLASS' => 'this'), $_smarty_tpl->smarty, $_smarty_tpl);
?>
>现货查询</a></li>
	<li><a href="<?php 
echo smarty_function_write_url(array('open' => 'me'), $_smarty_tpl->smarty, $_smarty_tpl);
?>
" <?php 
echo smarty_function_CLASS_COLOR(array('me' => $_smarty_tpl->getVariable('get')->value['open'], 'CLASS' => 'this'), $_smarty_tpl->smarty, $_smarty_tpl);
?>
>我的专区</a></li>
</ul>
开发者ID:Capitalwang,项目名称:shehuahk,代码行数:31,代码来源:20ea06b7aff471e10cf729897498f6066d542936.file.nav.html.php

示例2: smarty_function_CLASS_COLOR

} else {
    ?>
编辑客服<?php 
}
?>
</th></tr>
					<tr>
						<td align="right" width="40%" class="Need">账号</td>
						<td><input type="text" name="account" value="<?php 
echo $_smarty_tpl->getVariable('edit')->value['account'];
?>
" style="width:250px" /></td>
					</tr>
					<tr>
						<td align="right" <?php 
echo smarty_function_CLASS_COLOR(array('add' => $_smarty_tpl->getVariable('get')->value['action'], 'CLASS' => 'Need'), $_smarty_tpl->smarty, $_smarty_tpl);
?>
>密码</td>
						<td>
							<input type="password" name="password" style="width:250px" />
							<span class="Hint">注:密码不能少于6个字符. <?php 
if ($_smarty_tpl->getVariable('get')->value['action'] == 'edit') {
    ?>
<b>不填写表示不更改客服的密码</b><?php 
}
?>
</span>
						</td>
					</tr>
					<tr>
						<td align="right" class="Need">昵称</td>
开发者ID:Capitalwang,项目名称:shehuahk,代码行数:31,代码来源:68332a3c4c792c3e145e46280be795adb9ec9dfb.file.service_append.html.php

示例3: smarty_function_CLASS_COLOR

" <?php 
echo smarty_function_CLASS_COLOR(array('JPY' => $_smarty_tpl->getVariable('get')->value['exchange'], 'CLASS' => 'this'), $_smarty_tpl->smarty, $_smarty_tpl);
?>
>日元</a>
				<a href="<?php 
echo smarty_function_write_url(array('open' => 'Quote', 'exchange' => 'EUR'), $_smarty_tpl->smarty, $_smarty_tpl);
?>
" <?php 
echo smarty_function_CLASS_COLOR(array('EUR' => $_smarty_tpl->getVariable('get')->value['exchange'], 'CLASS' => 'this'), $_smarty_tpl->smarty, $_smarty_tpl);
?>
>欧元</a>
				<a href="<?php 
echo smarty_function_write_url(array('open' => 'Quote', 'exchange' => 'GBP'), $_smarty_tpl->smarty, $_smarty_tpl);
?>
" <?php 
echo smarty_function_CLASS_COLOR(array('GBP' => $_smarty_tpl->getVariable('get')->value['exchange'], 'CLASS' => 'this'), $_smarty_tpl->smarty, $_smarty_tpl);
?>
>英镑</a>
			</dd>
		</dl>
		<?php 
echo $_smarty_tpl->getVariable('html')->value;
?>

	</div>
	<?php 
$_template = new Smarty_Internal_Template("foot.html", $_smarty_tpl->smarty, $_smarty_tpl, $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, null, null);
echo $_template->getRenderedTemplate();
$_template->updateParentVariables(0);
unset($_template);
?>
开发者ID:Capitalwang,项目名称:shehuahk,代码行数:31,代码来源:58807435f202bb86bf921c78a91cea4742f82048.file.Quote.html.php

示例4: smarty_function_write_url

</div>
	<div class="right">
		<div class="Nav">
			<ul>
				<li><a href="<?php 
echo smarty_function_write_url(array('url' => $_smarty_tpl->getVariable('thisurl')->value, 'action' => 'add', 'DEL' => 'id'), $_smarty_tpl->smarty, $_smarty_tpl);
?>
" <?php 
echo smarty_function_CLASS_COLOR(array('proxy_purview' => $_smarty_tpl->getVariable('get')->value['open'], 'add' => $_smarty_tpl->getVariable('get')->value['action'], 'CLASS' => 'this'), $_smarty_tpl->smarty, $_smarty_tpl);
?>
>添加前台权限</a></li>
				<li><a href="<?php 
echo smarty_function_write_url(array('url' => $_smarty_tpl->getVariable('thisurl')->value, 'action' => 'show', 'DEL' => 'id'), $_smarty_tpl->smarty, $_smarty_tpl);
?>
" <?php 
echo smarty_function_CLASS_COLOR(array('proxy_purview' => $_smarty_tpl->getVariable('get')->value['open'], 'show' => $_smarty_tpl->getVariable('get')->value['action'], 'CLASS' => 'this'), $_smarty_tpl->smarty, $_smarty_tpl);
?>
>前台权限管理</a></li>
			</ul>
			<span class="clear"></span>
		</div>
		<div class="show">
			<form action="<?php 
echo smarty_function_write_url(array('url' => $_smarty_tpl->getVariable('thisurl')->value, 'action' => 'del'), $_smarty_tpl->smarty, $_smarty_tpl);
?>
" method="post">
				<table width="100%" border="0" cellspacing="1" cellpadding="0" id="tab_show">
					<tr>
						<th width="5%">选择</th>
						<th>Open参数</th>
						<th>参数说明</th>
开发者ID:Capitalwang,项目名称:shehuahk,代码行数:31,代码来源:a2b5d2b5103ae5b1013d6fe2f13959adea3c76e5.file.proxy_purview.html.php

示例5: smarty_function_write_url

    echo smarty_function_write_url(array('url' => $_smarty_tpl->getVariable('thisurl')->value, 'action' => 'appx_add', 'DEL' => 'appxid'), $_smarty_tpl->smarty, $_smarty_tpl);
    ?>
" <?php 
    echo smarty_function_CLASS_COLOR(array('service' => $_smarty_tpl->getVariable('get')->value['open'], 'appx_add' => $_smarty_tpl->getVariable('get')->value['action'], 'CLASS' => 'this'), $_smarty_tpl->smarty, $_smarty_tpl);
    ?>
>添加附件</a></li><?php 
}
?>
								<?php 
if ($_smarty_tpl->getVariable('BTP')->value[$_smarty_tpl->getVariable('get')->value['open']]['appx_show']) {
    ?>
<li><a href="<?php 
    echo smarty_function_write_url(array('url' => $_smarty_tpl->getVariable('thisurl')->value, 'action' => 'appx_show', 'DEL' => 'appxid'), $_smarty_tpl->smarty, $_smarty_tpl);
    ?>
" <?php 
    echo smarty_function_CLASS_COLOR(array('service' => $_smarty_tpl->getVariable('get')->value['open'], 'appx_show' => $_smarty_tpl->getVariable('get')->value['action'], 'CLASS' => 'this'), $_smarty_tpl->smarty, $_smarty_tpl);
    ?>
>附件管理</a></li><?php 
}
?>
							</ul>
							<span class="clear"></span>
						</div>
					</td>
				</tr>
				<tr class='NO_TAB_SHOW'>
					<td colspan="9">
						<form action="<?php 
echo smarty_function_write_url(array('url' => $_smarty_tpl->getVariable('thisurl')->value, 'action' => 'appx_del'), $_smarty_tpl->smarty, $_smarty_tpl);
?>
" method="post">
开发者ID:Capitalwang,项目名称:shehuahk,代码行数:31,代码来源:9d3f9c24a0ffa3ddf9643778d93aa3245a87515f.file.service_appx_show.html.php


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