mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-06 22:29:44 +08:00
create test folder
This commit is contained in:
@ -41,6 +41,8 @@ way is to use Python:
|
||||
|
||||
http://localhost:8000/example/
|
||||
|
||||
http://localhost:8000/test/
|
||||
|
||||
|
||||
|
||||
===============
|
||||
|
||||
@ -5,9 +5,8 @@
|
||||
|
||||
<!-- Sets initial viewport load and disables zooming -->
|
||||
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no">
|
||||
<link href="/vendor/font-awesome/css/font-awesome.css" rel="stylesheet">
|
||||
<link rel="stylesheet" href="../dist/ionic.css">
|
||||
|
||||
<link href="../vendor/font-awesome/css/font-awesome.css" rel="stylesheet">
|
||||
<link href="../dist/ionic.css" rel="stylesheet">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
@ -35,6 +34,8 @@
|
||||
<strong>Info yo!</strong> This is what you need to know.
|
||||
</p>
|
||||
|
||||
<p><a class="button button-secondary" href="index.html">Homepage</a></p>
|
||||
|
||||
</main>
|
||||
|
||||
</section>
|
||||
@ -5,9 +5,8 @@
|
||||
|
||||
<!-- Sets initial viewport load and disables zooming -->
|
||||
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no">
|
||||
<link href="/vendor/font-awesome/css/font-awesome.css" rel="stylesheet">
|
||||
<link rel="stylesheet" href="../dist/ionic.css">
|
||||
|
||||
<link href="../vendor/font-awesome/css/font-awesome.css" rel="stylesheet">
|
||||
<link href="../dist/ionic.css" rel="stylesheet">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
@ -17,7 +16,7 @@
|
||||
<h1 class="title">Button Group</h1>
|
||||
</header>
|
||||
|
||||
<main class="content-padded has-header">
|
||||
<main class="content content-padded has-header">
|
||||
<p>
|
||||
<div class="button-group">
|
||||
<a class="button button-primary">Success</a>
|
||||
@ -5,17 +5,10 @@
|
||||
|
||||
<!-- Sets initial viewport load and disables zooming -->
|
||||
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no">
|
||||
<link href="/vendor/font-awesome/css/font-awesome.css" rel="stylesheet">
|
||||
<link rel="stylesheet" href="../dist/ionic.css">
|
||||
<link rel="stylesheet" href="app.css">
|
||||
|
||||
<script src="/vendor/angular/angular.js"></script>
|
||||
<script src="/vendor/angular/angular-route.js"></script>
|
||||
<script src="/vendor/angular/angular-animate.js"></script>
|
||||
|
||||
<script src="app.js"></script>
|
||||
<link href="../vendor/font-awesome/css/font-awesome.css" rel="stylesheet">
|
||||
<link href="../dist/ionic.css" rel="stylesheet">
|
||||
</head>
|
||||
<body ng-app="peopleApp">
|
||||
<body>
|
||||
|
||||
<section>
|
||||
|
||||
@ -5,16 +5,15 @@
|
||||
|
||||
<!-- Sets initial viewport load and disables zooming -->
|
||||
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no">
|
||||
<link href="/vendor/font-awesome/css/font-awesome.css" rel="stylesheet">
|
||||
<link rel="stylesheet" href="../dist/ionic.css">
|
||||
|
||||
<link href="../vendor/font-awesome/css/font-awesome.css" rel="stylesheet">
|
||||
<link href="../dist/ionic.css" rel="stylesheet">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<section>
|
||||
|
||||
<header class="bar bar-header bar-dark">
|
||||
<h1 class="title">Footers</h1>
|
||||
<h1 class="title">Footer</h1>
|
||||
</header>
|
||||
|
||||
<main class="content content-padded has-header has-footer">
|
||||
@ -95,7 +94,7 @@
|
||||
</main>
|
||||
|
||||
<footer class="bar bar-footer bar-dark">
|
||||
<h3 class="title"> Me footer </h3>
|
||||
<h3 class="title">Footer</h3>
|
||||
</footer>
|
||||
|
||||
</section>
|
||||
@ -5,9 +5,8 @@
|
||||
|
||||
<!-- Sets initial viewport load and disables zooming -->
|
||||
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no">
|
||||
<link href="/vendor/font-awesome/css/font-awesome.css" rel="stylesheet">
|
||||
<link rel="stylesheet" href="../dist/ionic.css">
|
||||
|
||||
<link href="../vendor/font-awesome/css/font-awesome.css" rel="stylesheet">
|
||||
<link href="../dist/ionic.css" rel="stylesheet">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
@ -18,7 +17,7 @@
|
||||
</header>
|
||||
|
||||
<main class="content content-padded has-header">
|
||||
|
||||
todo
|
||||
<h2>Default form layout</h2>
|
||||
<form>
|
||||
<fieldset>
|
||||
@ -5,9 +5,8 @@
|
||||
|
||||
<!-- Sets initial viewport load and disables zooming -->
|
||||
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no">
|
||||
<link href="/vendor/font-awesome/css/font-awesome.css" rel="stylesheet">
|
||||
<link rel="stylesheet" href="../dist/ionic.css">
|
||||
|
||||
<link href="../vendor/font-awesome/css/font-awesome.css" rel="stylesheet">
|
||||
<link href="../dist/ionic.css" rel="stylesheet">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
@ -17,8 +16,9 @@
|
||||
<h1 class="title">Grids</h1>
|
||||
</header>
|
||||
|
||||
<main>
|
||||
|
||||
<main class="content content-padded has-header">
|
||||
todo
|
||||
<p><a class="button button-secondary" href="index.html">Homepage</a></p>
|
||||
</main>
|
||||
|
||||
</section>
|
||||
@ -5,8 +5,8 @@
|
||||
|
||||
<!-- Sets initial viewport load and disables zooming -->
|
||||
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no">
|
||||
<link href="/vendor/font-awesome/css/font-awesome.css" rel="stylesheet">
|
||||
<link rel="stylesheet" href="../dist/ionic.css">
|
||||
<link href="../vendor/font-awesome/css/font-awesome.css" rel="stylesheet">
|
||||
<link href="../dist/ionic.css" rel="stylesheet">
|
||||
<style>
|
||||
.bar {
|
||||
position: relative;
|
||||
@ -5,9 +5,8 @@
|
||||
|
||||
<!-- Sets initial viewport load and disables zooming -->
|
||||
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no">
|
||||
<link href="/vendor/font-awesome/css/font-awesome.css" rel="stylesheet">
|
||||
<link rel="stylesheet" href="../dist/ionic.css">
|
||||
|
||||
<link href="../vendor/font-awesome/css/font-awesome.css" rel="stylesheet">
|
||||
<link href="../dist/ionic.css" rel="stylesheet">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
@ -17,8 +16,9 @@
|
||||
<h1 class="title">Image Swipe</h1>
|
||||
</header>
|
||||
|
||||
<main class="has-header">
|
||||
|
||||
<main class="content content-padded has-header">
|
||||
todo
|
||||
<p><a class="button button-secondary" href="index.html">Homepage</a></p>
|
||||
</main>
|
||||
|
||||
</section>
|
||||
@ -1,31 +1,25 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Example</title>
|
||||
<title>Test</title>
|
||||
|
||||
<!-- Sets initial viewport load and disables zooming -->
|
||||
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no">
|
||||
<link href="/vendor/font-awesome/css/font-awesome.css" rel="stylesheet">
|
||||
<link rel="stylesheet" href="../dist/ionic.css">
|
||||
<link rel="stylesheet" href="app.css">
|
||||
|
||||
<script src="/vendor/angular/angular.js"></script>
|
||||
<script src="/vendor/angular/angular-route.js"></script>
|
||||
<script src="/vendor/angular/angular-animate.js"></script>
|
||||
<link href="../vendor/font-awesome/css/font-awesome.css" rel="stylesheet">
|
||||
<link href="../dist/ionic.css" rel="stylesheet">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<section>
|
||||
|
||||
<header class="bar bar-header bar-dark">
|
||||
<h1 class="title">Ionic</h1>
|
||||
<h1 class="title">Ionic Tests</h1>
|
||||
</header>
|
||||
|
||||
<main class="content content-padded has-header">
|
||||
<p><a class="button button-block button-default" href="alerts.html">Alerts</a></p>
|
||||
<p><a class="button button-block button-default" href="buttons.html">Buttons</a></p>
|
||||
<p><a class="button button-block button-default" href="button-groups.html">Button Groups</a></p>
|
||||
<p><a class="button button-block button-default" href="events.html">Events</a></p>
|
||||
<p><a class="button button-block button-default" href="footers.html">Footers</a></p>
|
||||
<p><a class="button button-block button-default" href="forms.html">Forms</a></p>
|
||||
<p><a class="button button-block button-default" href="grids.html">Grids</a></p>
|
||||
@ -5,9 +5,8 @@
|
||||
|
||||
<!-- Sets initial viewport load and disables zooming -->
|
||||
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no">
|
||||
<link href="/vendor/font-awesome/css/font-awesome.css" rel="stylesheet">
|
||||
<link rel="stylesheet" href="../dist/ionic.css">
|
||||
|
||||
<link href="../vendor/font-awesome/css/font-awesome.css" rel="stylesheet">
|
||||
<link href="../dist/ionic.css" rel="stylesheet">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
@ -18,7 +17,7 @@
|
||||
</header>
|
||||
|
||||
<main class="content content-padded has-header">
|
||||
|
||||
todo
|
||||
<p><a class="button button-secondary" href="index.html">Homepage</a></p>
|
||||
</main>
|
||||
|
||||
@ -5,9 +5,8 @@
|
||||
|
||||
<!-- Sets initial viewport load and disables zooming -->
|
||||
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no">
|
||||
<link href="/vendor/font-awesome/css/font-awesome.css" rel="stylesheet">
|
||||
<link rel="stylesheet" href="../dist/ionic.css">
|
||||
|
||||
<link href="../vendor/font-awesome/css/font-awesome.css" rel="stylesheet">
|
||||
<link href="../dist/ionic.css" rel="stylesheet">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
@ -5,9 +5,8 @@
|
||||
|
||||
<!-- Sets initial viewport load and disables zooming -->
|
||||
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no">
|
||||
<link href="/vendor/font-awesome/css/font-awesome.css" rel="stylesheet">
|
||||
<link rel="stylesheet" href="../dist/ionic.css">
|
||||
|
||||
<link href="../vendor/font-awesome/css/font-awesome.css" rel="stylesheet">
|
||||
<link href="../dist/ionic.css" rel="stylesheet">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
@ -5,11 +5,10 @@
|
||||
|
||||
<!-- Sets initial viewport load and disables zooming -->
|
||||
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no">
|
||||
<link href="/vendor/font-awesome/css/font-awesome.css" rel="stylesheet">
|
||||
<link rel="stylesheet" href="../dist/ionic.css">
|
||||
|
||||
<link href="../vendor/font-awesome/css/font-awesome.css" rel="stylesheet">
|
||||
<link href="../dist/ionic.css" rel="stylesheet">
|
||||
</head>
|
||||
<body ng-app="peopleApp">
|
||||
<body>
|
||||
|
||||
<section>
|
||||
|
||||
@ -18,7 +17,7 @@
|
||||
</header>
|
||||
|
||||
<main class="content content-padded has-header">
|
||||
|
||||
todo
|
||||
<p><a class="button button-secondary" href="index.html">Homepage</a></p>
|
||||
</main>
|
||||
|
||||
@ -5,15 +5,8 @@
|
||||
|
||||
<!-- Sets initial viewport load and disables zooming -->
|
||||
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no">
|
||||
<link href="/vendor/font-awesome/css/font-awesome.css" rel="stylesheet">
|
||||
<link rel="stylesheet" href="../dist/ionic.css">
|
||||
<link rel="stylesheet" href="app.css">
|
||||
|
||||
<script src="/vendor/angular/angular.js"></script>
|
||||
<script src="/vendor/angular/angular-route.js"></script>
|
||||
<script src="/vendor/angular/angular-animate.js"></script>
|
||||
|
||||
<script src="app.js"></script>
|
||||
<link href="../vendor/font-awesome/css/font-awesome.css" rel="stylesheet">
|
||||
<link href="../dist/ionic.css" rel="stylesheet">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
@ -79,6 +72,7 @@
|
||||
<i class="icon-arrow-right"></i>
|
||||
</a>
|
||||
</ul>
|
||||
<p><a class="button button-secondary" href="index.html">Homepage</a></p>
|
||||
</main>
|
||||
|
||||
</section>
|
||||
@ -5,8 +5,7 @@
|
||||
|
||||
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no">
|
||||
<link href="/vendor/font-awesome/css/font-awesome.css" rel="stylesheet">
|
||||
<link rel="stylesheet" href="../dist/ionic.css">
|
||||
|
||||
<link href="../dist/ionic.css" rel="stylesheet">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
@ -5,9 +5,8 @@
|
||||
|
||||
<!-- Sets initial viewport load and disables zooming -->
|
||||
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no">
|
||||
<link href="/vendor/font-awesome/css/font-awesome.css" rel="stylesheet">
|
||||
<link rel="stylesheet" href="../dist/ionic.css">
|
||||
|
||||
<link href="../vendor/font-awesome/css/font-awesome.css" rel="stylesheet">
|
||||
<link href="../dist/ionic.css" rel="stylesheet">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
@ -5,9 +5,8 @@
|
||||
|
||||
<!-- Sets initial viewport load and disables zooming -->
|
||||
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no">
|
||||
<link href="/vendor/font-awesome/css/font-awesome.css" rel="stylesheet">
|
||||
<link rel="stylesheet" href="../dist/ionic.css">
|
||||
|
||||
<link href="../vendor/font-awesome/css/font-awesome.css" rel="stylesheet">
|
||||
<link href="../dist/ionic.css" rel="stylesheet">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
@ -17,8 +16,9 @@
|
||||
<h1 class="title">Modals</h1>
|
||||
</header>
|
||||
|
||||
<main class="has-header">
|
||||
|
||||
<main class="content content-padded has-header">
|
||||
todo
|
||||
<p><a class="button button-secondary" href="index.html">Homepage</a></p>
|
||||
</main>
|
||||
|
||||
</section>
|
||||
@ -4,9 +4,8 @@
|
||||
<title>Panels</title>
|
||||
|
||||
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no">
|
||||
<link href="/vendor/font-awesome/css/font-awesome.css" rel="stylesheet">
|
||||
<link rel="stylesheet" href="../dist/ionic.css">
|
||||
|
||||
<link href="../vendor/font-awesome/css/font-awesome.css" rel="stylesheet">
|
||||
<link href="../dist/ionic.css" rel="stylesheet">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
@ -5,9 +5,8 @@
|
||||
|
||||
<!-- Sets initial viewport load and disables zooming -->
|
||||
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no">
|
||||
<link href="/vendor/font-awesome/css/font-awesome.css" rel="stylesheet">
|
||||
<link rel="stylesheet" href="../dist/ionic.css">
|
||||
|
||||
<link href="../vendor/font-awesome/css/font-awesome.css" rel="stylesheet">
|
||||
<link href="../dist/ionic.css" rel="stylesheet">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
@ -17,8 +16,9 @@
|
||||
<h1 class="title">Popovers</h1>
|
||||
</header>
|
||||
|
||||
<main class="has-header">
|
||||
|
||||
<main class="content content-padded has-header">
|
||||
todo
|
||||
<p><a class="button button-secondary" href="index.html">Homepage</a></p>
|
||||
</main>
|
||||
|
||||
</section>
|
||||
@ -6,8 +6,7 @@
|
||||
<!-- Sets initial viewport load and disables zooming -->
|
||||
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no">
|
||||
<link href="/vendor/font-awesome/css/font-awesome.css" rel="stylesheet">
|
||||
<link rel="stylesheet" href="../dist/ionic.css">
|
||||
|
||||
<link href="../dist/ionic.css" rel="stylesheet">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
@ -17,8 +16,10 @@
|
||||
<h1 class="title">Pull To Refresh</h1>
|
||||
</header>
|
||||
|
||||
<main class="ptr-capable has-header">
|
||||
<main class="content content-padded has-header">
|
||||
todo
|
||||
<p>Pull the content down to refresh.</p>
|
||||
<p><a class="button button-secondary" href="index.html">Homepage</a></p>
|
||||
</main>
|
||||
|
||||
<section class="ptr-content has-header">
|
||||
@ -5,14 +5,13 @@
|
||||
|
||||
<!-- Sets initial viewport load and disables zooming -->
|
||||
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no">
|
||||
<link href="/vendor/font-awesome/css/font-awesome.css" rel="stylesheet">
|
||||
<link rel="stylesheet" href="../dist/ionic.css">
|
||||
<link href="../vendor/font-awesome/css/font-awesome.css" rel="stylesheet">
|
||||
<link href="../dist/ionic.css" rel="stylesheet">
|
||||
<style>
|
||||
.tabs {
|
||||
position: relative;
|
||||
}
|
||||
</style>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
|
||||
@ -22,9 +21,10 @@
|
||||
<h1 class="title">Tab Bars</h1>
|
||||
</header>
|
||||
|
||||
<main class="has-header">
|
||||
|
||||
<main class="content content-padded has-header">
|
||||
content
|
||||
</main>
|
||||
|
||||
<nav id="tab-bar" class="tabs tabs-default">
|
||||
<a class="tab-item" href="#">
|
||||
<i class="icon-home"></i>
|
||||
Reference in New Issue
Block a user