本文整理匯總了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