diff options
author | shentao <shentao@chinamobile.com> | 2017-09-01 11:57:47 +0800 |
---|---|---|
committer | shentao <shentao@chinamobile.com> | 2017-09-01 11:57:58 +0800 |
commit | 57dbba269d19bc59fad89160200bb2dbcccb9003 (patch) | |
tree | d466041ceffa2161124ca79a48b3e077777c74b8 /usecaseui-monitor/src/main/webapp/html/sign-in.html | |
parent | 4ff32341a0af1972b44a7410e76e9b231131e7ab (diff) |
Upload Monitor function code
Change-Id: I33ad76221b4cb771a298ff240245fc24be664efb
Issue-Id: USECASEUI-6
Signed-off-by: shentao <shentao@chinamobile.com>
Diffstat (limited to 'usecaseui-monitor/src/main/webapp/html/sign-in.html')
-rw-r--r-- | usecaseui-monitor/src/main/webapp/html/sign-in.html | 57 |
1 files changed, 57 insertions, 0 deletions
diff --git a/usecaseui-monitor/src/main/webapp/html/sign-in.html b/usecaseui-monitor/src/main/webapp/html/sign-in.html new file mode 100644 index 00000000..fb4c0794 --- /dev/null +++ b/usecaseui-monitor/src/main/webapp/html/sign-in.html @@ -0,0 +1,57 @@ +<!DOCTYPE html> +<head> + <meta charset="utf-8"> + <!--[if IE]><meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"><![endif]--> + <meta name="keywords" content="" /> + <meta name="description" content="" /> + <meta name="viewport" content="width=device-width"> + <link rel="stylesheet" href="css/templatemo_main.css"> +</head> +<body> + <div id="main-wrapper"> + <div class="navbar navbar-inverse" role="navigation"> + <div class="navbar-header"> + <div class="logo"><h1>UUI</h1></div> + </div> + </div> + <div class="template-page-wrapper"> + <form class="form-horizontal templatemo-signin-form" role="form" action="index.html" method="get"> + <div class="form-group"> + <div class="col-md-12"> + <label for="username" class="col-sm-2 control-label">Username</label> + <div class="col-sm-10"> + <input type="text" class="form-control" id="username" placeholder="Username"> + </div> + </div> + </div> + <div class="form-group"> + <div class="col-md-12"> + <label for="password" class="col-sm-2 control-label">Password</label> + <div class="col-sm-10"> + <input type="password" class="form-control" id="password" placeholder="Password"> + </div> + </div> + </div> + <div class="form-group"> + <div class="col-md-12"> + <div class="col-sm-offset-2 col-sm-10"> + <div class="checkbox"> + <label> + <input type="checkbox"> Remember me + </label> + </div> + </div> + </div> + </div> + <div class="form-group"> + <div class="col-md-12"> + <div class="col-sm-offset-2 col-sm-10"> + <input type="submit" value="Sign in" class="btn btn-default"> + </div> + </div> + </div> + </form> + </div> + </div> +</body> +</html>
\ No newline at end of file |