first commit
This commit is contained in:
1
Swoft_BackEndApi/resource/.pydio
Normal file
1
Swoft_BackEndApi/resource/.pydio
Normal file
@@ -0,0 +1 @@
|
||||
a48d80fc-910e-469e-95ca-2b38705c7701
|
||||
0
Swoft_BackEndApi/resource/language/.keep
Executable file
0
Swoft_BackEndApi/resource/language/.keep
Executable file
1
Swoft_BackEndApi/resource/language/.pydio
Normal file
1
Swoft_BackEndApi/resource/language/.pydio
Normal file
@@ -0,0 +1 @@
|
||||
e1fda60c-53fc-45d6-88e5-550eb3fd95b7
|
||||
1
Swoft_BackEndApi/resource/views/.pydio
Normal file
1
Swoft_BackEndApi/resource/views/.pydio
Normal file
@@ -0,0 +1 @@
|
||||
f4d848bc-91b2-499d-8969-f8baaba0eb35
|
||||
1
Swoft_BackEndApi/resource/views/home/.pydio
Normal file
1
Swoft_BackEndApi/resource/views/home/.pydio
Normal file
@@ -0,0 +1 @@
|
||||
02d1162e-1090-420b-a179-4587c5be4d85
|
||||
175
Swoft_BackEndApi/resource/views/home/index.php
Executable file
175
Swoft_BackEndApi/resource/views/home/index.php
Executable file
@@ -0,0 +1,175 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport"
|
||||
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
||||
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
||||
<title>Swoft Framework 2.0</title>
|
||||
<style type="text/css">
|
||||
|
||||
*,
|
||||
*::before,
|
||||
*::after {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
html {
|
||||
font-family: sans-serif;
|
||||
line-height: 1.15;
|
||||
-webkit-text-size-adjust: 100%;
|
||||
-ms-text-size-adjust: 100%;
|
||||
-ms-overflow-style: scrollbar;
|
||||
-webkit-tap-highlight-color: transparent;
|
||||
}
|
||||
|
||||
@-ms-viewport {
|
||||
width: device-width;
|
||||
}
|
||||
|
||||
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
|
||||
display: block;
|
||||
}
|
||||
|
||||
body {
|
||||
margin: 0;
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-size: 1rem;
|
||||
font-weight: 400;
|
||||
line-height: 1.5;
|
||||
color: #212529;
|
||||
text-align: left;
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
[tabindex="-1"]:focus {
|
||||
outline: 0 !important;
|
||||
}
|
||||
|
||||
.container {
|
||||
width: 100%;
|
||||
padding-right: 15px;
|
||||
padding-left: 15px;
|
||||
margin-right: auto;
|
||||
margin-left: auto;
|
||||
}
|
||||
|
||||
@media (min-width: 576px) {
|
||||
.container {
|
||||
max-width: 540px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 768px) {
|
||||
.container {
|
||||
max-width: 720px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 992px) {
|
||||
.container {
|
||||
max-width: 960px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 1200px) {
|
||||
.container {
|
||||
max-width: 1140px;
|
||||
}
|
||||
}
|
||||
|
||||
[hidden] {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
h1, h2, h3, h4, h5, h6,
|
||||
.h1, .h2, .h3, .h4, .h5, .h6 {
|
||||
margin-bottom: 0.5rem;
|
||||
font-family: inherit;
|
||||
font-weight: 500;
|
||||
line-height: 1.2;
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
h1, .h1 {
|
||||
font-size: 2.5rem;
|
||||
}
|
||||
|
||||
h2, .h2 {
|
||||
font-size: 2rem;
|
||||
}
|
||||
|
||||
h3, .h3 {
|
||||
font-size: 1.75rem;
|
||||
}
|
||||
|
||||
h4, .h4 {
|
||||
font-size: 1.5rem;
|
||||
}
|
||||
|
||||
h5, .h5 {
|
||||
font-size: 1.25rem;
|
||||
}
|
||||
|
||||
h6, .h6 {
|
||||
font-size: 1rem;
|
||||
}
|
||||
|
||||
hr {
|
||||
margin-top: 1rem;
|
||||
margin-bottom: 1rem;
|
||||
border: 0;
|
||||
border-top: 1px solid rgba(0, 0, 0, 0.1);
|
||||
}
|
||||
|
||||
code,
|
||||
kbd,
|
||||
pre,
|
||||
samp {
|
||||
font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
|
||||
}
|
||||
|
||||
pre {
|
||||
display: block;
|
||||
font-size: 87.5%;
|
||||
color: #212529;
|
||||
}
|
||||
|
||||
pre code {
|
||||
font-size: inherit;
|
||||
color: inherit;
|
||||
word-break: normal;
|
||||
}
|
||||
|
||||
.pre-scrollable {
|
||||
max-height: 340px;
|
||||
overflow-y: scroll;
|
||||
}
|
||||
|
||||
code {
|
||||
font-size: 87.5%;
|
||||
color: #e83e8c;
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
a > code {
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
.swoft-title {
|
||||
margin-top: 35%;
|
||||
text-align: center;
|
||||
color: #18bc9c;
|
||||
opacity: 0.7;
|
||||
font: 90px/100px 'Helvetica Neue';
|
||||
font-weight: 200;
|
||||
-webkit-box-reflect: below 3px linear-gradient(transparent, transparent 30%, rgba(0, 0, 0, .4));
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<h1 class="swoft-title">Swoft Framework</h1>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
1
Swoft_BackEndApi/resource/views/layouts/.pydio
Normal file
1
Swoft_BackEndApi/resource/views/layouts/.pydio
Normal file
@@ -0,0 +1 @@
|
||||
a7457f58-fa6f-4b4d-9bf7-5355ba3305bb
|
||||
25
Swoft_BackEndApi/resource/views/layouts/default.php
Executable file
25
Swoft_BackEndApi/resource/views/layouts/default.php
Executable file
@@ -0,0 +1,25 @@
|
||||
<?php
|
||||
/**
|
||||
* @var \Swoft\View\Renderer $this
|
||||
*/
|
||||
?>
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport"
|
||||
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
||||
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
||||
<title>Demo for layout</title>
|
||||
<link href="https://cdn.bootcss.com/twitter-bootstrap/4.3.1/css/bootstrap.min.css" rel="stylesheet">
|
||||
</head>
|
||||
<body>
|
||||
<?php $this->include('layouts/default/header') ?>
|
||||
|
||||
<div class="container">
|
||||
<!-- Content here -->
|
||||
<div id="page-content" style="padding: 15px 0;">{_CONTENT_}</div>
|
||||
<?php $this->include('layouts/default/footer') ?>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
1
Swoft_BackEndApi/resource/views/layouts/default/.pydio
Normal file
1
Swoft_BackEndApi/resource/views/layouts/default/.pydio
Normal file
@@ -0,0 +1 @@
|
||||
082cb181-001a-4850-aad9-96e02ca77439
|
||||
20
Swoft_BackEndApi/resource/views/layouts/default/footer.php
Executable file
20
Swoft_BackEndApi/resource/views/layouts/default/footer.php
Executable file
@@ -0,0 +1,20 @@
|
||||
<footer>
|
||||
<ul class="nav justify-content-center">
|
||||
<li class="nav-item">
|
||||
<a class="nav-link active" href="#">Active</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" href="#">Link</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" href="#">Link</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link disabled" href="#">Disabled</a>
|
||||
</li>
|
||||
</ul>
|
||||
<h2>This is footer</h2>
|
||||
<pre>
|
||||
view file: <?= __FILE__ ?>
|
||||
</pre>
|
||||
</footer>
|
||||
29
Swoft_BackEndApi/resource/views/layouts/default/header.php
Executable file
29
Swoft_BackEndApi/resource/views/layouts/default/header.php
Executable file
@@ -0,0 +1,29 @@
|
||||
<header>
|
||||
<nav class="navbar navbar-expand-lg navbar-light bg-light">
|
||||
<a class="navbar-brand" href="#">Swoft</a>
|
||||
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarTogglerDemo02" aria-controls="navbarTogglerDemo02" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</button>
|
||||
|
||||
<div class="collapse navbar-collapse" id="navbarTogglerDemo02">
|
||||
<ul class="navbar-nav mr-auto mt-2 mt-lg-0">
|
||||
<li class="nav-item active">
|
||||
<a class="nav-link" href="#">Home <span class="sr-only">(current)</span></a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" href="/demo2/view">No layout</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link disabled" href="#">Disabled</a>
|
||||
</li>
|
||||
</ul>
|
||||
<span class="navbar-text">
|
||||
This is header
|
||||
</span>
|
||||
<!-- <form class="form-inline my-2 my-lg-0">-->
|
||||
<!-- <input class="form-control mr-sm-2" type="search" placeholder="Search">-->
|
||||
<!-- <button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button>-->
|
||||
<!-- </form>-->
|
||||
</div>
|
||||
</nav>
|
||||
</header>
|
||||
Reference in New Issue
Block a user