Files
new_ine/resources/views/layouts/new_app.blade.php
2021-11-26 16:13:15 +08:00

45 lines
1.4 KiB
PHP

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>{{ config('app.name', '') }}</title>
<link href="{{ asset('assets/index/picture/css/style.css') }}" rel="stylesheet" type="text/css"/>
@section('css')
@show
</head>
<body>
<!-- @section('content')
@show -->
<!-- JS -->
<script src="https://www.jq22.com/jquery/jquery-1.10.2.js"></script>
<script type="text/javascript" src="{{ asset('assets/index/picture/js/turn.js') }}"></script>
<script type="text/javascript" src="{{ asset('assets/index/picture/js/jquery.fullscreen.js') }}"></script>
<script type="text/javascript" src="{{ asset('assets/index/picture/js/jquery.address-1.6.min.js') }}"></script>
<script type="text/javascript" src="{{ asset('assets/index/picture/js/onload.js') }}"></script>
<script>
jQuery('#fb7-ajax').data('config',
{
"page_width":"800",
"page_height":"769",
"go_to_page":"Page",
"gotopage_width":"45",
"zoom_double_click":"1",
"zoom_step":"0.06",
"tooltip_visible":"true",
"toolbar_visible":"true",
"deeplinking_enabled":"true",
"double_click_enabled":"true",
"rtl":"false"
})
</script>
@stack('script')
</body>
</html>