⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 modify_qq.vm

📁 一个简单的blog系统
💻 VM
字号:
##
##  This program is free software; you can redistribute it and/or modify
##  it under the terms of the GNU General Public License as published by
##  the Free Software Foundation; either version 2 of the License, or
##  (at your option) any later version.
##
##  This program is distributed in the hope that it will be useful,
##  but WITHOUT ANY WARRANTY; without even the implied warranty of
##  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
##  GNU Library General Public License for more details.
##
##  You should have received a copy of the GNU General Public License
##  along with this program; if not, write to the Free Software
##  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
##
##  modify your qq account
##
###############################################################################
#invoke("../_sub/_global.vm")
#set($page_title="修改QQ号码")
<p>    
    #wml_error_msg()
	#if(${g_user.qq})
	您现在的QQ号码是: $text.html(${g_user.qq})<br/>#end
	#set($uform = $form.getBean())
	请输入你的QQ号码:<input type="text" name="qq" size="15" value="$!{uform.qq}" format="*N"/>
	请输入你的密码:<input type="text" name="password" size="15"/>
    <anchor>现在修改
        <go href="$link.setAction("wml/user")" method="post">
            <postfield name="fromPage" value="modify_qq.vm"/>
            <postfield name="sid" value="$g_site_id"/>
            <postfield name="id" value="$g_user_id"/>
            <postfield name="qq" value="$(qq)"/>
            <postfield name="password" value="$(password)"/>
            <postfield name="__ClientId" value="$dlog.gen_client_id()"/>
            <postfield name="eventSubmit_UpdateQQ" value="WML"/>
        </go>
    </anchor>
	<a href="$dlog.root()/wml/myprofile.vm?sid=$g_site_id">$text.wml("back_to_prev_page")</a>
</p>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -