Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
quxiu
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
冷斌
quxiu
Commits
8e8d3abc
Commit
8e8d3abc
authored
Mar 29, 2020
by
冷斌
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
踢人
parent
7ac1f848
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
53 additions
and
0 deletions
+53
-0
application/Appapi/Controller/InviteController.class.php
+0
-0
themes/simplebootx/Appapi/Invite/index.html
+53
-0
No files found.
application/Appapi/Controller/InviteController.class.php
0 → 100644
View file @
8e8d3abc
This diff is collapsed.
Click to expand it.
themes/simplebootx/Appapi/Invite/index.html
0 → 100644
View file @
8e8d3abc
<!DOCTYPE html>
<html
lang=
"en"
>
<head>
<tc
_include
file=
"Appapi/Public/head"
/>
<title>
{$config['sitename']}
</title>
<link
rel=
"stylesheet"
href=
"__PUBLIC__/appapi/css/reg.css?t=1551174704"
>
</head>
<body>
<div
class=
"reg"
>
<div
class=
"reg_logo"
>
<div
class=
"reg_logo_img"
>
<img
src=
"/logo.png"
>
</div>
<div
class=
"reg_logo_name"
>
{$config['sitename']}
</div>
</div>
<div
class=
"reg_ul"
>
<ul>
<li
class=
"reg_ul_l"
>
<input
type=
"text"
id=
"userlogin"
placeholder=
"请输入您的手机号"
>
</li>
<li
class=
"reg_ul_c"
>
<input
type=
"text"
id=
"usercode"
placeholder=
"请输入验证码"
>
<input
type=
"text"
id=
"getCode"
value=
"获取验证码"
readonly
>
</li>
<li
class=
"reg_ul_p"
>
<input
type=
"password"
id=
"userpass"
placeholder=
"请输入密码"
>
</li>
<li
class=
"reg_ul_p"
>
<input
type=
"password"
id=
"userpass2"
placeholder=
"请确认密码"
>
</li>
</ul>
</div>
<div
class=
"reg_bottom"
>
<div
class=
"reg_bottom_btn reg_bottom_login"
>
立即注册
</div>
<div
class=
"reg_bottom_btn reg_bottom_wx"
>
<i></i>
微信注册
</div>
</div>
</div>
<tc
_include
file=
"Appapi/Public/footer"
/>
<script
src=
"__PUBLIC__/appapi/js/reg.js"
></script>
<script>
var
agentid
=
'{$agentid}'
;
</script>
</body>
</html>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment