| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143 |
- <!-- include 'header' -->
- <!-- include 'home_header' -->
- <div class="centerTab">
- <ul class="clearfix">
- <li><a id="user_action" class="now" href="javascript:void(0)">个人资料</a></li>
- <li><a id="sys_action" href="javascript:void(0)">系统设置</a></li>
- </ul>
- </div>
- <form name="msgform" id="msgform" action="/user/doinfo" method="post">
- <div id="user" class="userItem">
- <div class="userIndex">
- <div class="centerFormItem">
- <table>
- <thead><tr><th>个人资料</th></tr></thead>
- <tbody>
-
- <tr>
- <th>您的头像:</th><td><img src="<?= MEMBER_AVATAR_30 ?>" style="width:32px"> <a href="/home_avatar">修改头像</a></td>
- </tr>
- <tr>
- <th>您的账号:</th><td>{{userinfo.username}}</td>
- </tr>
- <tr>
- <th>您的密码:</th><td><a href="http://sso.smartcost.com.cn/chpasswd">修改密码</a></td>
- </tr>
- <tr>
- <th>邮箱:</th><!-- if !empty({{userinfo.email}}) --><td>{{userinfo.email}} <a href="http://sso.smartcost.com.cn/changeMail">修改邮箱</a></td><!-- else --><td> <a href="http://sso.smartcost.com.cn/addMail">添加邮箱</a></td><!-- endif -->
- </tr>
-
- <tr>
- <!--<th>电话/手机:</th><td><input size="20" name="phone" value="{{userinfo.phone}}" class="inputText"><p class="tips">仅自己可见</p></td>-->
- <th>电话/手机:</th><!-- if !empty({{userinfo.phone}}) --><td>{{userinfo.phone}} <a href="http://sso.smartcost.com.cn/changeMobile">修改手机号</a></td><!-- else --><td> <a href="http://sso.smartcost.com.cn/addMobile">添加手机号</a></td><!-- endif -->
- </tr>
- <!--
- <tr>
- <th>所在地区:</th><td><select><option>请选择</option></select> <select><option>请选择</option></select> <select><option>请选择</option></select></td>
- </tr>
- -->
- <!-- if {{userinfo.expert}}==1 -->
- <tr>
- <th>擅长分类:<b class="colRed">*</b>
- <td>
-
- <div>已选中:
- <!-- loop userinfo.cids_json -->
- <span style="color:red">{{userinfo.cids' value}}</span>
- <!-- endloop -->
- </div>
-
-
- <!-- loop categoryinfo.top -->
- <input type="checkbox" id="cids[]" name="cids[]" value="{{top' value.@id}}:{{top' value.@name}}" />{{top' value.@name}}
- <!-- endloop -->
- <!-- loop categoryinfo.second -->
- <input type="checkbox" id="cids[]" name="cids[]" value="{{second' value.@id}}:{{second' value.@name}}" />{{second' value.@name}}
- <!-- endloop -->
-
- </td>
- </th>
- </tr>
- <tr>
- <th> </th><td>
- <input type="hidden" name="uid" value="{{userinfo.uid}}"/>
- <input type="submit" class="button " name="sub" value="确定更改" /></td>
- </tr>
- <!-- endif -->
- </tbody></table>
- </div>
- </div>
-
- </div>
- </form>
-
- <form name="msgform" id="msgform" action="/home/add_email_config" method="post">
- <div id="sys" class="userItem" style="display:none;">
- <div class="userIndex">
- <div class="centerFormItem">
- <table>
- <thead><tr><th colspan="2">邮件设置 </th></tr></thead>
- <tbody>
- <tr>
- <th colspan="2">有以下消息,通过邮件提醒我:</th>
- </tr>
- <tr><th width="70">普通提问:</th><td>
- <ul class="clearfix">
- <!-- loop email.normal_question_mail -->
- <li><input type="checkbox" name="normal_question_mail[]" <!-- if in_array({{email' value.value}}, {{email_user_set}}) --> checked <!-- endif --> value="{{email' value.value}}">{{email' value.name}}</li>
- <!-- endloop -->
- </ul>
- </td>
- </tr>
- <tr><th>悬赏提问:</th><td>
- <ul class="clearfix">
- <!-- loop email.pay_question_mail -->
- <li><input type="checkbox" name="pay_question_mail[]" <!-- if in_array({{email' value.value}}, {{email_user_set}}) --> checked <!-- endif --> value="{{email' value.value}}" />{{email' value.name}}</li>
- <!-- endloop -->
- </ul>
- </td>
- </tr>
- <tr><th>名师答疑</th><td>
- <ul class="clearfix">
- <!-- loop email.vip_question_mail -->
- <li><input type="checkbox" name="vip_question_mail[]" <!-- if in_array({{email' value.value}}, {{email_user_set}}) --> checked <!-- endif --> value="{{email' value.value}}" />{{email' value.name}}</li>
- <!-- endloop -->
- </ul>
- </td>
- </tr>
- <tr><th>通行帐号:</th><td>
- <ul class="clearfix">
- <li><input type="checkbox" checked disabled="true"/>修改密码</li>
- <li><input type="checkbox" checked disabled="true">修改邮箱</li>
- </ul>
- <ul class="clearfix">
- <li><input type="checkbox" checked disabled="true"/>充值</li>
- <li><input type="checkbox" checked disabled="true"/>提现申请</li>
- <li><input type="checkbox" checked disabled="true"/>提现成功</li>
- <li><input type="checkbox" checked disabled="true"/>提现失败</li>
- </ul>
- </td>
- </tr>
-
- <tr><th>系统:</th><td>
- <ul class="clearfix">
- <li><input type="checkbox" checked disabled="true"/>重要公告</li>
- <li><input type="checkbox" checked disabled="true"/>信息推送</li>
- </ul>
- </td>
- </tr>
- <tr>
- <th> </th><td><input type="submit" class="button " name="sub" value="确定更改" /></td>
- </tr>
- </tbody></table>
- </div>
- </div>
- </div>
- </form>
-
-
- </div>
- </div>
- <!-- include '/footer' -->
|