-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
68 lines (67 loc) · 4 KB
/
index.html
File metadata and controls
68 lines (67 loc) · 4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description">
<meta name="author">
<title>
Page Title Can Be Changed From Here. Look at the top of your browser!
</title><!-- Bootstrap core CSS -->
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css" rel="stylesheet" type="text/css"><!-- Custom styles for this template -->
<link href="./assets/css/jumbotron-narrow.css" rel="stylesheet" type="text/css"><!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries --><!--[if lt IE 9]>
<script type="text/javascript" type="text/javascript" type="text/javascript" type="text/javascript" src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script type="text/javascript" type="text/javascript" type="text/javascript" type="text/javascript" src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.11.3/jquery-ui.min.js"></script>
<link href="assets/css/sh-default.css" rel="stylesheet" default-stylesheet="true" type="text/css">
<script type="text/javascript" src="assets/css/statusplugin.js"></script>
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<style type="text/css">
</style>
</head>
<body>
<div class="container-fluid">
<div class="row">
<h1 class="centered mb-20 plugin-heading">
Input Status Plugin <a href="https://github.com/StackHive/InputStatusPlugin" class="btn btn-primary pull-right btn-sm notextshadow forkit" target="_blank">Fork on Github
<i class="fa fa-github"></i></a>
</h1>
<div class="col-xs-4">
<div class="formcontainer">
<form class="form-horizontal statusform" data-widget-class="statusform">
<div class="form-group">
<label class="col-sm-4 control-label" for="heading">Heading</label>
<div class="col-sm-8">
<input class="form-control with_status" type="text" id="heading" placeholder="Heading">
</div>
</div>
<div class="form-group">
<label class="col-sm-4 control-label" for="title">Page Title</label>
<div class="col-sm-8">
<input class="form-control with_status" type="text" id="title" placeholder="Page Title">
</div>
</div>
</form>
</div>
</div>
<div class="col-xs-8">
<div class="jumbotron">
<h1 id="jumboheading">
Let's change this heading!
</h1>
<p class="lead">
This is a demo for the Input Status plugin that creates icons around text inputs to show the status of changes.
</p>
</div>
</div>
</div>
</div><!-- /container -->
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script type="text/javascript" src="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
</body>
</html>