本文整理匯總了PHP中tips函數的典型用法代碼示例。如果您正苦於以下問題:PHP tips函數的具體用法?PHP tips怎麽用?PHP tips使用的例子?那麽, 這裏精選的函數代碼示例或許可以為您提供幫助。
在下文中一共展示了tips函數的15個代碼示例,這些例子默認根據受歡迎程度排序。您可以為喜歡或者感覺有用的代碼點讚,您的評價將有助於係統推薦出更棒的PHP代碼示例。
示例1: tips
<td class="tl">接口類型</td>
<td>
<select name="setting[trade_tp]">
<option value="0" <?php
if ($trade_tp == 0) {
echo 'selected';
}
?>
>平台商擔保交易</option>
<option value="1" <?php
if ($trade_tp == 1) {
echo 'selected';
}
?>
>平台商雙功能</option>
</select> <?php
tips('建議申請 平台商擔保交易');
?>
</td>
</tr>
<tr>
<td class="tl">接收服務器通知文件名</td>
<td><input type="text" size="30" name="setting[trade_nu]" value="<?php
echo $trade_nu;
?>
"/> <?php
tips('默認為notify.php 保存於 api/trade/alipay/1/notify.php(平台商擔保交易)和api/trade/alipay/2/notify.php(平台商雙功能)<br/>建議你修改此文件名,然後在此填寫新文件名,以防受到騷擾');
?>
</td>
</tr>
</tbody>
示例2: tips
<input type="hidden" name="action" value="<?php
echo $action;
?>
"/>
<div class="tt"><?php
echo $DT['credit_name'];
?>
獎懲</div>
<table cellpadding="2" cellspacing="1" class="tb">
<tr>
<td class="tl"><span class="f_red">*</span> 會員名</td>
<td><textarea name="username" id="username" style="width:200px;height:100px;overflow:visible;"><?php
echo $username;
?>
</textarea><?php
tips('允許批量添加,一行一個,點回車換行');
?>
<br/><span id="dusername" class="f_red"></span></td>
</tr>
<tr>
<td class="tl"><span class="f_red">*</span> 類型</td>
<td>
<input name="type" type="radio" value="1" checked/> 收入
<input name="type" type="radio" value="0"/> 支出
</td>
</tr>
<tr>
<td class="tl"><span class="f_red">*</span> 分值</td>
<td><input name="amount" id="amount" type="text" size="10"/> <?php
echo $DT['credit_unit'];
?>
示例3: tips
<?php
if ($MOD['show_html']) {
?>
<tr>
<td class="tl"><span class="f_hid">*</span> 自定義文件路徑</td>
<td><input type="text" size="50" name="post[filepath]" value="<?php
echo $filepath;
?>
" id="filepath"/> <input type="button" value="重名檢測" onclick="ckpath(<?php
echo $moduleid;
?>
, <?php
echo $itemid;
?>
);" class="btn"/> <?php
tips('可以包含目錄和文件 例如 destoon/b2b.html<br/>請確保目錄和文件名合法且可寫入,否則可能生成失敗');
?>
<span id="dfilepath" class="f_red"></span></td>
</tr>
<?php
}
?>
</table>
<div class="sbt"><input type="submit" name="submit" value=" 確 定 " class="btn"/> <input type="reset" name="reset" value=" 重 置 " class="btn"/></div>
</form>
<?php
load('clear.js');
if ($action == 'add') {
?>
<form method="post" action="?">
<input type="hidden" name="moduleid" value="<?php
示例4: tips
" id="v3"/></td>
</tr>
<tr>
<td class="f_gray">例如:規格</td>
<td class="f_gray">例如:10cm*20cm</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="tl"><span class="f_hid">*</span> 主要市場</td>
<td><input name="post[market]" type="text" size="60" value="<?php
echo $market;
?>
"/><?php
tips('多個市場請用|分割,用戶可以在報價時選擇市場,並按市場對比價格');
?>
</td>
</tr>
<tr>
<td class="tl"><span class="f_hid">*</span> SEO標題</td>
<td><input name="post[seo_title]" type="text" size="60" value="<?php
echo $seo_title;
?>
"/></td>
</tr>
<tr>
<td class="tl"><span class="f_hid">*</span> SEO關鍵詞</td>
<td><input name="post[seo_keywords]" type="text" size="60" value="<?php
echo $seo_keywords;
?>
示例5: tips
</tr>
<tr>
<td class="tl"><span class="f_hid">*</span> 調用條件</td>
<td><input type="text" name="setting[condition]" size="50" value="1" id="condition"/>
<select onchange="Dd('condition').value=this.value">
<option value="">常用調用條件</option>
<option value="1">不限條件</option>
<option value="status=3">已發布的信息</option>
<option value="status=3 and thumb<>''">有圖的信息</option>
<option value="status=3 and vip>0"><?php
echo VIP;
?>
信息</option>
</select>
<?php
tips('SQL語句的WHERE之後的條件語句,1表示不限條件<br>此項需要對MySQL語法有一定了解');
?>
</td>
<td>condition</td>
</tr>
<tr>
<td class="tl"><span class="f_red">*</span> 調用數量</td>
<td><input type="text" name="setting[pagesize]" size="10" value="10" id="pagesize"/></td>
<td>pagesize</td>
</tr>
<tr>
<td class="tl"><span class="f_hid">*</span> 排序方式</td>
<td><input type="text" name="setting[order]" size="30" id="order"/>
<select onchange="Dd('order').value=this.value">
<option value="">常用排序方式</option>
<option value="itemid desc">按信息ID排序</option>
示例6: Dd
<tr>
<td class="tl"><span class="f_red">*</span> 廣告代碼</td>
<td><textarea name="ad[code]" id="code" style="width:98%;height:150px;overflow:visible;font-family:Fixedsys,verdana;"><?php
echo $code;
?>
</textarea><br/>
<input type="button" value=" 運行代碼 " class="btn" onclick="runcode();"/> <span id="dcode" class="f_red"></span>
</td>
</tr>
<tr>
<td class="tl"><span class="f_hid">*</span> 上傳文件</td>
<td class="f_gray"><input type="text" size="60" id="upload"/> <span onclick="Dfile(<?php
echo $moduleid;
?>
, Dd('upload').value, 'upload');" class="jt">[上傳]</span> <span onclick="if(Dd('upload').value) window.open(Dd('upload').value);" class="jt">[預覽]</span> <span onclick="Dd('upload').value='';" class="jt">[刪除]</span><?php
tips('從這裏上傳文件後,把地址複製到代碼裏即可使用');
?>
</td>
</tr>
<?php
}
?>
<tr>
<td class="tl"><span class="f_red">*</span> 投放時段</td>
<td><?php
echo dcalendar('ad[fromtime]', $fromtime);
?>
至 <?php
echo dcalendar('ad[totime]', $totime);
?>
示例7: tips
</tr>
<tr>
<td class="tl"><span class="f_red">*</span> 直接顯示</td>
<td>
<input type="radio" name="post[display]" value="1" checked/> 是
<input type="radio" name="post[display]" value="0"/> 否 <?php
tips('如果選擇否,可以手動將本字段加入到對應的模板文件裏,係統將不直接顯示');
?>
</td>
</tr>
<tr>
<td class="tl"><span class="f_red">*</span> 前台顯示</td>
<td>
<input type="radio" name="post[front]" value="1" checked/> 是
<input type="radio" name="post[front]" value="0"/> 否 <?php
tips('如果選擇是,則會在前台顯示,會員可以修改');
?>
</td>
</tr>
</table>
<div class="sbt"><input type="submit" name="submit" value="確 定" class="btn"/> <input type="reset" name="reset" value="重 置" class="btn"/></div>
</form>
<script type="text/javascript">
function dhtml(id) {
if(id == 'select' || id == 'radio' || id == 'checkbox') {
Dd('tr_option').style.display = '';
Dd('tr_wh').style.display = 'none';
} else if(id == 'thumb' || id == 'editor') {
Dd('tr_option').style.display = 'none';
Dd('tr_wh').style.display = '';
if(id == 'editor') {
示例8: ajax_category_select
<input type="text" name="condition" value="" size="80" id="condition"/>
<br/>
- 如果轉移單條信息,則直接填寫信息ID,例如 <span class="f_blue">123</span><br/>
- 如果轉移多條信息,則填用,分割信息ID,例如 <span class="f_blue">123,124,125</span> (結尾和開頭不需要,)<br/>
- 可直接寫SQL調用條件,必須以and開頭<br/>
例如 <span class="f_blue">and catid=123</span> 表示調用分類ID為123的信息<br/>
例如 <span class="f_blue">and itemid>0</span> 表示調用源模塊所有信息<br/>
例如 <span class="f_blue">and price>0</span> 表示調用有價格的信息(一般為供應)<br/>
</td>
</tr>
<tr>
<td class="tl"><span class="f_red">*</span> 新分類</td>
<td>
<?php
echo ajax_category_select('catid', '請選擇', 0, 16, 'size="2" style="height:120px;width:180px;"');
tips('數據將被轉移到此分類下');
?>
</td>
</tr>
<tr>
<td class="tl"><span class="f_red">*</span> 刪除源數據</td>
<td>
<input type="radio" name="delete" value="1" id="d_1"/> 是
<input type="radio" name="delete" value="0" id="d_0" checked/> 否
</td>
</tr>
<tr>
<td class="tl"><span class="f_hid">*</span> 注意事項</td>
<td class="f_gray">
- 轉移成功後請進入目標模型管理,更新新轉移的信息,如果模型內容設置生成HTML,需要生成一下<br/>
- 可能需要按信息ID降序搜索才可以看到新轉移的信息<br/>
示例9: range_
function range_($name, $name_control, $id, $tips, $from, $to, $rangeUnit, $value = "")
{
$tips = tips($tips);
return '<div class="form-group">
<label>' . $name . ' ( ' . $rangeUnit . ' )</label>
<input class="form-control" type="number" placeholder="from" id="' . $id . '" name="' . $name_control . '"">
<label></label>
<input class="form-control" type="number" placeholder="to" id="' . $id . '" name="' . $name_control . '"">
' . $tips . '
</div>';
}
示例10: trim
}
/* informaivo com HR */
if (substr($CP1, 0, 2) != '$A' and substr($CP1, 0, 2) != '$B') {
$CP2 = '' . $CP2;
} else {
$CP2 = '' . $CP2;
}
/* Dados Adicionais */
if (strlen($CP3) > 0) {
$CP2 .= '<br><FONT CLASS="lt0"><FONT color="#ff8888">' . $CP3 . '</font></font>';
}
/* Outras Informacoes */
$obriga = trim($line['sub_obrigatorio']);
$tips = trim($line['sub_informacao']);
if (strlen($tips) > 0 and substr($CP1, 0, 2) != '$F') {
$CP2 .= '<BR>' . tips('<img src="img/icone_information_mini.png" alt="" border="0">', $tips);
}
if (substr($CP1, 0, 2) == '$F') {
$CP2 = '<B>' . $CP2 . '</B><BR><BR>' . mst($tips);
}
///////////////////////////////////////////////////
$ed = false;
if ($ref == 'CLINIC') {
if ($clinic == 1) {
if ($CP1 == '$REGISTER_P') {
require "register_unit.php";
$edx = true;
$ed = true;
}
if ($CP1 == '$REGISTER_S') {
require "register_unit_secundary.php";
示例11: tips
<td>
<input type="text" name="setting[express_limit]" size="5" value="<?php
echo $express_limit;
?>
"/>
</td>
</tr>
<tr>
<td class="tl">每日可發站內信限製</td>
<td>
<input type="text" name="setting[message_limit]" size="5" value="<?php
echo $message_limit;
?>
"/> <?php
echo tips('詢盤和報價為特殊的站內信,發送一次詢盤或者報價會消耗一次站內信發送機會');
?>
</td>
</tr>
<tr>
<td class="tl">每日詢盤次數限製</td>
<td>
<input type="text" name="setting[inquiry_limit]" size="5" value="<?php
echo $inquiry_limit;
?>
"/>
</td>
</tr>
<tr>
示例12: tips
if ($uc_bbs) {
echo 'checked';
}
?>
/> 開啟 <?php
tips('此項可以在會員注冊後自動激活論壇帳號,但僅適用於使用DZX2版本的論壇,且論壇與UC安裝在同一數據庫,且整合方式為MySQL連接,請確認你的整合符合上述條件,否則請勿開啟');
?>
</td>
</tr>
<tr>
<td class="tl">論壇表前綴</td>
<td><input name="setting[uc_bbspre]" type="text" size="10" value="<?php
echo $uc_bbspre;
?>
" id="uc_bbspre"/> <?php
tips('如果開啟自動激活,此項必須填寫。注意:填寫錯誤可能導致會員無法注冊!<br/>默認的表前綴為pre_,具體請參考論壇數據庫配置文件');
?>
</td>
</tr>
</tbody>
</table>
<div class="tt">一鍵登錄</div>
<?php
include DT_ROOT . '/api/oauth/setting.inc.php';
?>
</div>
<div class="sbt">
<input type="submit" name="submit" value="確 定" class="btn"/>
<input type="button" value="展 開" id="ShowAll" class="btn" onclick="TabAll();" title="展開/合並所有選項"/>
</div>
</form>
示例13: tips
</td>
</tr>
</table>
</div>
<div id="Tabs6" style="display:none">
<div class="tt">頁麵細節</div>
<table cellpadding="2" cellspacing="1" class="tb">
<tr>
<td class="tl">行業分類大類</td>
<td><input type="text" name="setting[page_bigcat]" value="<?php
echo $page_bigcat;
?>
" size="60"/><?php
tips('例如填寫工業品|消費品|原材料|商業服務,然後把供應的一級分類級別設置為1即可歸入工業品,設置為2歸入消費品,設置為3歸入原材料,設置為4歸入商業服務,依次類推');
?>
</td>
</tr>
<tr>
<td class="tl">首頁顯示行業類別</td>
<td><input type="radio" name="setting[page_catalog]" value="1" <?php
if ($page_catalog) {
?>
checked <?php
}
?>
/> 是
<input type="radio" name="setting[page_catalog]" value="0" <?php
if (!$page_catalog) {
示例14: tpl_select
<td class="tl"><span class="f_hid">*</span> 帖子模板</td>
<td><?php
echo tpl_select('show', $module, 'post[show_template]', '默認模板', $show_template, 'id="show_template"');
?>
</td>
</tr>
<?php
if ($MOD['list_html'] && $action == 'edit') {
?>
<tr>
<td class="tl"><span class="f_hid">*</span> 靜態目錄</td>
<td><input type="text" size="22" name="post[filepath]" value="<?php
echo $filepath;
?>
"/> <?php
echo tips('限英文、數字、中劃線、下劃線、斜線,該商圈相關的html文件將保存在此目錄');
?>
</td>
</tr>
<?php
}
?>
</table>
<div class="sbt"><input type="submit" name="submit" value=" 確 定 " class="btn"/> <input type="reset" name="reset" value=" 重 置 " class="btn"/></div>
</form>
<?php
load('clear.js');
?>
<script type="text/javascript">
function check() {
var l;
示例15: tips
<input name="post[poll_page]" type="text" id="poll_page" size="5" value="<?php
echo $poll_page;
?>
"/> <?php
echo tips('前台顯示時,每頁顯示的項目數量');
?>
</td>
</tr>
<tr>
<td class="tl"><span class="f_hid">*</span> 每行顯示項目</td>
<td>
<input name="post[poll_cols]" type="text" id="poll_cols" size="5" value="<?php
echo $poll_cols;
?>
"/> <?php
echo tips('前台顯示時,每行顯示的項目數量');
?>
</td>
</tr>
<tr>
<td class="tl"><span class="f_hid">*</span> 前台排序方式</td>
<td>
<select name="post[poll_order]">
<option value="0">默認排序</option>
<option value="1"<?php
echo $poll_order == 1 ? ' selected' : '';
?>
>投票次數排序</option>
</td>
</tr>
<tr>