Beispiel #1
0
xt_orders_paging_text();
?>
        </span> 
        <span class="pagination-links">
            <?php 
xt_orders_pagination_links();
?>
        </span>
    </div>
    <br class="clear">
</div>
<table class="wp-list-table widefat fixed tags" cellspacing="0">
    <thead>
        <tr>
            <th class="manage-column" style="width: 80px"><?php 
xt_admin_help_link('fanxian_paipai');
?>
<span>交易号</span></th>
            <th class="manage-column" style="width: 120px"><span>交易时间</span></th>
            <th class="manage-column"><span>商品</span></th>
            <th class="manage-column" style="width: 60px"><span>实际付款</span></th>
            <th class="manage-column" style="width: 60px"><span>成交件数</span></th>
            <th class="manage-column" style="width: 60px"><span>佣金比例</span></th>
            <th class="manage-column" style="width: 60px"><span>预估收入</span></th>
            <th class="manage-column" style="width: 100px"><span>技术服务费</span></th>
            <th class="manage-column" style="width: 60px"><span>渠道</span></th>
            <th class="manage-column" style="width: 60px"><span>状态</span></th>
        </tr>
    </thead>

    <tfoot>
Beispiel #2
0
                            <a accesskey="c" href="#inline-edit" title="取消" class="cancel button-secondary alignleft">取消</a> <a accesskey="s" href="#inline-edit" title="更新标签" class="save button-primary alignright">更新标签</a>
                            <img class="waiting" style="display: none;" src="<?php 
echo esc_url(admin_url('images/wpspin_light.gif'));
?>
" alt="" /> <span class="error" style="display: none;"></span> <br class="clear" />
                        </p>
                    </td>
                </tr>
            </tbody>
        </table>
    </div>
    <div id="col-left">
        <div class="col-wrap">
            <div class="form-wrap">
                <h3><?php 
xt_admin_help_link('share_tag');
?>
添加新标签</h3>
                <form id="addtag" method="post" action="" class="validate">
                    <input type="hidden" name="action" value="add-tag">
                    <div class="form-field form-required">
                        <label for="tag-title">名称</label> <input name="title" id="tag-title" type="text" value="" size="40" aria-required="true">
                        <p>这将是它在站点上显示的名字。</p>
                    </div>
                    <div class="form-field">
                        <label for="catalog-parent">分类</label>
                        <select name="tag_catalog" id="tag-catalog" class="postform">
                            <option value="0">无</option>
                            <?php 
if (!empty($_catalogs)) {
    foreach ($_catalogs as $_cat) {
Beispiel #3
0
xt_tixians_paging_text();
?>
        </span> 
        <span class="pagination-links">
            <?php 
xt_tixians_pagination_links();
?>
        </span>
    </div>
    <br class="clear">
</div>
<table class="wp-list-table widefat fixed tags" cellspacing="0">
    <thead>
        <tr>
            <th class="manage-column" style="width: 100px"><?php 
xt_admin_help_link('fanxian_cash');
?>
<span>状态</span></th>
            <th class="manage-column" style="width: 100px"><span>会员账号</span></th>
            <th class="manage-column" style="width: 100px"><span>提现(元)</span></th>
            <th class="manage-column" style="width: 100px"><span>冻结(元)</span></th>
            <th class="manage-column" style="width: 200px"><span>支付方式</span></th>
            <th class="manage-column" style="width: 200px"><span>联系方式</span></th>
            <th class="manage-column"><span>备注</span></th>
        </tr>
    </thead>

    <tfoot>
        <tr>
            <th class="manage-column" style="width: 100px"><span>状态</span></th>
            <th class="manage-column" style="width: 100px"><span>会员账号</span></th>
Beispiel #4
0
            <?php 
xt_users_paging_text();
?>
        </span> <span class="pagination-links">
            <?php 
xt_users_pagination_links();
?>
        </span>
    </div>
    <br class="clear">
</div>
<table class="wp-list-table widefat fixed tags" cellspacing="0">
    <thead>
        <tr>
            <th class="manage-column" style="width: 50px"><?php 
xt_admin_help_link('member_member');
?>
<span>编号</span></th>
            <th class="manage-column"><span>会员账号</span></th>
            <th class="manage-column" style="width: 150px"><span>角色</span></th>
            <th class="manage-column" style="width: 150px"><span>推荐人</span></th>
            <th class="manage-column" style="width: 150px"><span>邮箱</span></th>
            <th class="manage-column" style="width: 150px"><span>账户</span></th>
            <th class="manage-column" style="width: 120px"><span>注册时间</span></th>
        </tr>
    </thead>

    <tfoot>
        <tr>
            <th class="manage-column" style="width: 50px"><span>编号</span></th>
            <th class="manage-column"><span>会员账号</span></th>
Beispiel #5
0
<?php

$default_mail = array('mail_from' => '', 'mail_from_name' => '', 'mailer' => 'smtp', 'mail_set_return_path' => 'false', 'smtp_host' => 'localhost', 'smtp_port' => '25', 'smtp_ssl' => 'none', 'smtp_auth' => false, 'smtp_user' => '', 'smtp_pass' => '');
$mail_options = get_option(XT_OPTION_MAIL);
if (empty($mail_options)) {
    $mail_options = array();
}
$mail_options = array_merge($default_mail, $mail_options);
$baeHidden = IS_BAE ? ' style="display:none" ' : '';
?>
<h3><?php 
xt_admin_help_link('sys_mail');
?>
邮件服务器设置<span><img id="X_Mail-Setting-Ajax-Feedback" src="<?php 
echo esc_url(admin_url('images/wpspin_light.gif'));
?>
" class="ajax-feedback"></span></h3>
<table class="form-table">
    <tbody>
        <tr valign="top"<?php 
echo $baeHidden;
?>
>
            <th scope="row">模式</th>
            <td>
                <fieldset>
                    <label>
                        <input class="xt_mail_mailer" name="mailer" type="radio" value="smtp" <?php 
echo $mail_options['mailer'] == 'smtp' ? 'checked' : '';
?>
>&nbsp;SMTP&nbsp;&nbsp;&nbsp;
Beispiel #6
0
                        </table>
                        <p class="submit">
                            <input type="submit" name="submit" class="button-primary"
                                   value="保存更改" data-platform="yiqifa"><span><img
                                    src="<?php 
echo esc_url(admin_url('images/wpspin_light.gif'));
?>
"
                                    class="ajax-feedback"></span>
                        </p>
                    </div>
                </div>
                <div class="postbox">
                    <h3 class="hndle">
                        <?php 
xt_admin_help_link('sys_platform_qq');
?>
                        <span>QQ(实现QQ登录功能)</span>
                    </h3>
                    <div class="inside">
                        <table class="form-table">
                            <tbody>
                                <tr valign="top">
                                    <th scope="row">APP ID</th>
                                    <td><input name="appkey" type="text"
                                               value="<?php 
echo $app_qq['appKey'];
?>
" class="regular-text">
                                        <br/><small><a href="http://connect.qq.com/" target="_blank">访问QQ互联开放平台</a></small>
                                    </td>
Beispiel #7
0
            <?php 
xt_orders_paging_text();
?>
        </span> <span class="pagination-links">
            <?php 
xt_orders_pagination_links();
?>
        </span>
    </div>
    <br class="clear">
</div>
<table class="wp-list-table widefat fixed tags" cellspacing="0">
    <thead>
        <tr>
            <th class="manage-column" style="width: 120px"><?php 
xt_admin_help_link('fanxian_taobao');
?>
<span>交易号</span></th>
            <th class="manage-column" style="width: 120px"><span>交易时间</span></th>
            <th class="manage-column"><span>商品</span></th>
            <th class="manage-column" style="width: 60px"><span>单价</span></th>
            <th class="manage-column" style="width: 60px"><span>数量</span></th>
            <th class="manage-column" style="width: 80px"><span>实际付款</span></th>
            <th class="manage-column" style="width: 80px"><span>佣金比例</span></th>
            <th class="manage-column" style="width: 60px"><span>佣金</span></th>
            <th class="manage-column" style="display:none;width: 60px"><span>appKey</span></th>
            <th class="manage-column" style="display:none;width: 80px"><span>渠道</span></th>
        </tr>
    </thead>

    <tfoot>
Beispiel #8
0
xt_fanxians_paging_text();
?>
        </span> 
        <span class="pagination-links">
            <?php 
xt_fanxians_pagination_links();
?>
        </span>
    </div>
    <br class="clear">
</div>
<table class="wp-list-table widefat fixed tags" cellspacing="0">
    <thead>
        <tr>
            <th class="manage-column" style="width: 100px"><?php 
xt_admin_help_link('fanxian_buy');
?>
<span>平台</span></th>
            <th class="manage-column" style="width: 120px"><span>交易号</span></th>
            <th class="manage-column" style="width: 200px"><span>会员</span></th>
            <th class="manage-column" style="width: 80px"><span>返现(元)</span></th>
            <th class="manage-column" style="width: 80px"><span><?php 
echo xt_jifenbao_text();
?>
</span></th>
            <th class="manage-column" style="width: 120px"><span>生成时间</span></th>
            <th class="manage-column"><span>备注</span></th>
        </tr>
    </thead>

    <tfoot>
Beispiel #9
0
?>
" alt="" />
                            <span class="error" style="display: none;"></span>
                            <br class="clear" />
                        </p>
                    </td>
                </tr>
            </tbody>
        </table>

    </div>
    <div id="col-left">
        <div class="col-wrap">
            <div class="form-wrap">
                <h3><?php 
xt_admin_help_link('share_catalog');
?>
添加新分类</h3>
                <form id="addcatalog" method="post" action="" class="validate">
                    <input type="hidden" name="action" value="add-catalog">
                    <div class="form-field form-required">
                        <label for="catalog-title">名称</label> <input name="title" id="catalog-title" type="text" value="" size="40" aria-required="true">
                        <p>这将是它在站点上显示的名字。</p>
                    </div>
                    <div class="form-field">
                        <label for="catalog-pic">图片</label> <input name="pic" id="catalog-pic" type="text" value="" size="40">
                        <p>该分类的代表图片,部分模块需要显示该图片,大小160X160。</p>
                    </div>
                    <div class="form-field">
                        <label for="catalog-isfront">系统分类</label><input name="is_front" id="catalog-isfront" type="checkbox">
                        <p>系统分类:不会显示在搜索列表的分类,该分类的通常为站长自己单独推广使用</p>
Beispiel #10
0
xt_fanxians_paging_text();
?>
        </span>
        <span class="pagination-links">
            <?php 
xt_fanxians_pagination_links();
?>
        </span>
    </div>
    <br class="clear">
</div>
<table class="wp-list-table widefat fixed tags" cellspacing="0">
    <thead>
        <tr>
            <th class="manage-column" style="width: 100px"><?php 
xt_admin_help_link('fanxian_ads');
?>
<span>平台</span></th>
            <th class="manage-column" style="width: 120px"><span>交易号</span></th>
            <th class="manage-column" style="width: 300px"><span>会员</span></th>
            <th class="manage-column" style="width: 80px"><span>返现(元)</span></th>
            <th class="manage-column" style="width: 80px"><span><?php 
echo xt_jifenbao_text();
?>
</span></th>
            <th class="manage-column" style="width: 120px"><span>生成时间</span></th>
            <th class="manage-column"><span>备注</span></th>
        </tr>
    </thead>

    <tfoot>
Beispiel #11
0
xt_comments_pagination_count();
?>
        </span> 
        <span class="pagination-links">
            <?php 
xt_comments_pagination_links();
?>
        </span>
    </div>
    <br class="clear">
</div>
<table class="wp-list-table widefat fixed tags" cellspacing="0">
    <thead>
        <tr>
            <th class="manage-column" style="width: 100px"><?php 
xt_admin_help_link('share_comment');
?>
<span>编号</span></th>
            <th class="manage-column"><span>内容</span></th>
            <th class="manage-column" style="width: 200px"><span>会员</span></th>
            <th class="manage-column" style="width: 150px"><span>IP</span></th>
            <th class="manage-column" style="width: 150px"><span>时间</span></th>
        </tr>
    </thead>

    <tfoot>
        <tr>
            <th class="manage-column" style="width: 100px"><span>编号</span></th>
            <th class="manage-column"><span>内容</span></th>
            <th class="manage-column" style="width: 200px"><span>会员</span></th>
            <th class="manage-column" style="width: 150px"><span>IP</span></th>
?>
" alt="" />
                            <span class="error" style="display: none;"></span>
                            <br class="clear" />
                        </p>
                    </td>
                </tr>
            </tbody>
        </table>

    </div>
    <div id="col-left">
        <div class="col-wrap">
            <div class="form-wrap">
                <h3><?php 
xt_admin_help_link('share_albumcatalog');
?>
添加新分类</h3>
                <form id="addcatalog" method="post" action="" class="validate">
                    <input type="hidden" name="action" value="add-catalog">
                    <div class="form-field form-required">
                        <label for="catalog-title">名称</label> <input name="title" id="catalog-title" type="text" value="" size="40" aria-required="true">
                        <p>这将是它在站点上显示的名字。</p>
                    </div>
                    <div class="form-field">
                        <label for="catalog-pic">图片</label> <input name="pic" id="catalog-pic" type="text" value="" size="40">
                        <p>该分类的代表图片,部分模块需要显示该图片,大小160X160。</p>
                    </div>
                    <div class="form-field">
                        <label for="catalog-isfront">系统分类</label><input name="is_front" id="catalog-isfront" type="checkbox">
                        <p>系统分类:不会显示在搜索列表的分类,该分类的通常为站长自己单独推广使用</p>
Beispiel #13
0
            <?php 
xt_albums_pagination_count();
?>
        </span> <span class="pagination-links">
            <?php 
xt_albums_pagination_links();
?>
        </span>
    </div>
    <br class="clear">
</div>
<table class="wp-list-table widefat fixed tags" cellspacing="0">
    <thead>
        <tr>
            <th class="manage-column" style="width: 100px"><?php 
xt_admin_help_link('share_album');
?>
<span>编号</span></th>
            <th class="manage-column"><span>名称</span></th>
            <th class="manage-column" style="width: 200px"><span>分类</span></th>
            <th class="manage-column" style="width: 200px"><span>会员</span></th>
            <th class="manage-column" style="width: 50px"><span>喜欢</span></th>
            <th class="manage-column" style="width: 50px"><span>宝贝</span></th>
        </tr>
    </thead>

    <tfoot>
        <tr>
            <th class="manage-column" style="width: 100px"><span>编号</span></th>
            <th class="manage-column"><span>名称</span></th>
            <th class="manage-column" style="width: 200px"><span>分类</span></th>
Beispiel #14
0
                            <a accesskey="c" href="#inline-edit" title="取消" class="cancel button-secondary alignleft">取消</a> <a accesskey="s" href="#inline-edit" title="更新角色" class="save button-primary alignright">更新角色</a>
                            <img class="waiting" style="display: none;" src="<?php 
echo esc_url(admin_url('images/wpspin_light.gif'));
?>
" alt="" /> <span class="error" style="display: none;"></span> <br class="clear" />
                        </p>
                    </td>
                </tr>
            </tbody>
        </table>
    </div>
    <div id="col-left">
        <div class="col-wrap">
            <div class="form-wrap">
                <h3><?php 
xt_admin_help_link('member_role');
?>
添加新角色</h3>
                <form id="addrole" method="post" action="" class="validate">
                    <input type="hidden" name="action" value="add-role">
                    <div class="form-field form-required">
                        <label for="role-name">英文</label> <input name="role-name" id="role-name" type="text" value="" size="40" aria-required="true">
                        <p>角色的英文描述,如:vip(可用拼音),一旦设置,不能修改</p>
                    </div>
                    <div class="form-field form-required">
                        <label for="role-title">中文</label> <input name="role-title" id="role-title" type="text" value="" size="40" aria-required="true">
                        <p>角色的中文描述,如:VIP会员。</p>
                    </div>
                    <div class="form-field">
                        <label for="role-rate">返现比例</label> <input name="role-rate" type="number" step="1" min="0" max="90" id="role-rate" value="" class="small-text">
                        <p>范围0-90。该角色的会员返现比例。留空:表示使用当前站点的默认返现比例(<?php 
Beispiel #15
0
    <tbody>
        <tr valign="top">
            <th scope="row">公告</th>
            <td>
                <label for="bulletin">在会员中心显示,建议尽量简要描述</label><br>
                <textarea name="bulletin" rows="4" cols="20" id="bulletin" class="large-text code"><?php 
$bulletin = xt_bulletin();
echo $bulletin ? $bulletin : '';
?>
</textarea>
            </td>
        </tr>
    </tbody>
</table>
<h3><?php 
xt_admin_help_link('sys_setting_fanxian');
?>
返现设置(仅启用返现后以下配置才可正式生效)</h3>
<table class="form-table">
    <tbody>
        <tr valign="top">
            <th scope="row">返现</th>
            <td>
                <input name="isFanxian" type="checkbox" id="isFanxian" value="1" <?php 
echo xt_is_fanxian() ? 'checked' : '';
?>
>
                <label for="isFanxian">启用返现功能,支持会员购买,推广返现</label>	
            </td>
        </tr>
        <tr valign="top">
Beispiel #16
0
            <?php 
xt_shares_pagination_count();
?>
        </span> <span class="pagination-links">
            <?php 
xt_shares_pagination_links();
?>
        </span>
    </div>
    <br class="clear">
</div>
<table class="wp-list-table widefat fixed tags" cellspacing="0">
    <thead>
        <tr>
            <th class="manage-column" style="width: 100px"><?php 
xt_admin_help_link('share_share');
?>
<span>编号</span></th>
            <th class="manage-column"><span>名称</span></th>
            <th class="manage-column" style="width: 200px"><span>分类</span></th>
            <th class="manage-column" style="width: 80px"><span>价格</span></th>
            <th class="manage-column" style="width: 150px"><span>会员</span></th>
            <th class="manage-column" style="width: 50px"><span>喜欢</span></th>
            <th class="manage-column" style="width: 50px"><span>评论</span></th>
        </tr>
    </thead>

    <tfoot>
        <tr>
            <th class="manage-column" style="width: 100px"><span>编号</span></th>
            <th class="manage-column"><span>名称</span></th>
Beispiel #17
0
xt_orders_paging_text();
?>
        </span>
        <span class="pagination-links">
            <?php 
xt_orders_pagination_links();
?>
        </span>
    </div>
    <br class="clear">
</div>
<table class="wp-list-table widefat fixed tags" cellspacing="0">
    <thead>
        <tr>
            <th class="manage-column" style="width: 100px"><?php 
xt_admin_help_link('fanxian_yiqifa');
?>
<span>交易号</span></th>
            <th class="manage-column" style="width: 120px"><span>交易时间</span></th>
            <th class="manage-column"><span>商品</span></th>
            <th class="manage-column" style="width: 80px"><span>单价</span></th>
            <th class="manage-column" style="width: 50px"><span>数量</span></th>
            <th class="manage-column" style="width: 50px"><span>佣金</span></th>
            <th class="manage-column" style="width: 80px"><span>渠道</span></th>
            <th class="manage-column" style="width: 60px"><span>状态</span></th>
            <th class="manage-column" style="width: 80px"><span>网站编号</span></th>
        </tr>
    </thead>

    <tfoot>
        <tr>