/[LeafOK_CVS]/fenglin/bbs/ch_username.php
ViewVC logotype

Contents of /fenglin/bbs/ch_username.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.6 - (show annotations)
Thu Mar 27 12:29:40 2025 UTC (11 months, 3 weeks ago) by sysadm
Branch: MAIN
CVS Tags: HEAD
Changes since 1.5: +0 -0 lines
Error occurred while calculating annotation data.
FILE REMOVED
Remove legacy code

1 <?
2 require_once "./session_init.inc.php";
3 ?>
4 <?
5 if ($_SESSION["BBS_uid"]==0)
6 {
7 $redir = $_SERVER["SCRIPT_NAME"] .
8 (isset($_SERVER["QUERY_STRING"]) ? "?" . $_SERVER["QUERY_STRING"] : "");
9 include "./index.php";
10 exit();
11 }
12 ?>
13 <HTML>
14 <HEAD>
15 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
16 <title>更改用户名称</title>
17 <link rel="stylesheet" href="css/default.css" type="text/css">
18 </HEAD>
19 <BODY>
20 <center>
21 <form action="ch_username_sub.php" method="POST" id="ch_username" name="ch_username">
22 <p>
23 <span style="color:red;">您的用户名不符合新的用户名规范,现在必须更改。更改用户名以1次为限,且将完全公开。</span>
24 <br>
25 输入新用户名(5-12位大小写英文字母)
26 <br>
27 <input type="text" name="username" value="">
28 <br>
29 <input type="submit" value="提交" name="submit">&nbsp;&nbsp;&nbsp;<input type="reset" value="清空" name="reset">
30 </p>
31 </form>
32 </center>
33 <p align="center">
34 <a class="s0" href="javascript:self.close();">关闭</a>
35 </p>
36 </BODY>
37 </HTML>

webmaster@leafok.com
ViewVC Help
Powered by ViewVC 1.3.0-beta1