move setup.wizard.master to setup.master
This commit is contained in:
parent
989b29a43a
commit
0d338ab4a7
|
|
@ -1,4 +1,4 @@
|
|||
@extends('setup.wizard.master')
|
||||
@extends('setup.master')
|
||||
|
||||
@section('content')
|
||||
<h1>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
@extends('setup.wizard.master')
|
||||
@extends('setup.master')
|
||||
|
||||
@section('content')
|
||||
<h1>{{ trans('setup.wizard.finish.title') }}
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
@extends('setup.wizard.master')
|
||||
@extends('setup.master')
|
||||
|
||||
@section('content')
|
||||
<h1>{{ trans('setup.wizard.info.title') }}
|
||||
|
|
|
|||
|
|
@ -1,30 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="zh-CN">
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width" />
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<meta name="robots" content="noindex,nofollow" />
|
||||
<title>{{ trans('setup.wizard.master.title') }}</title>
|
||||
<link rel="shortcut icon" href="../resources/assets/dist/images/favicon.ico">
|
||||
<link rel="stylesheet" type="text/css" href="../resources/assets/dist/styles/install.css">
|
||||
@yield('style')
|
||||
</head>
|
||||
|
||||
<body class="container">
|
||||
<p id="logo"><a href="https://github.com/printempw/blessing-skin-server" tabindex="-1">Blessing Skin Server</a></p>
|
||||
|
||||
@yield('content')
|
||||
|
||||
<script>
|
||||
function refreshWithLangPrefer() {
|
||||
var e = document.getElementById("language-chooser");
|
||||
var lang = e.options[e.selectedIndex].value;
|
||||
|
||||
window.location = "?lang="+lang;
|
||||
}
|
||||
</script>
|
||||
|
||||
@yield('script')
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
@extends('setup.wizard.master')
|
||||
@extends('setup.master')
|
||||
|
||||
@section('content')
|
||||
<h1>{{ trans('setup.wizard.welcome.title') }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user