You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
973 B
21 lines
973 B
<html lang="zh-cn" data-ng-app="FileManagerApp">
|
|
<head>
|
|
<meta name="viewport" content="initial-scale=1.0, user-scalable=no">
|
|
<meta charset="utf-8">
|
|
<meta name="theme-color" content="#4e64d9"/>
|
|
<title>{block name="title"}{/block}</title>
|
|
<!-- third party -->
|
|
<script src="/static/js/jquery.min.js"></script>
|
|
<link rel="stylesheet" href="/static/css/bootstrap.min.css" />
|
|
<link rel="stylesheet" href="/static/css/material.css" />
|
|
<link rel="stylesheet" href="/static/css/animate.css" />
|
|
<script src="/static/js/material.js"></script>
|
|
<script src="/static/js/bootstrap.min.js"></script>
|
|
<link rel="stylesheet" href="/static/css/font-awesome.min.css">
|
|
<!-- /third party -->
|
|
<!-- Comment if you need to use raw source code -->
|
|
<link href="/static/css/toastr.min.css" rel="stylesheet">
|
|
<script type="text/javascript" src="/static/js/toastr.min.js"></script>
|
|
<!-- /Comment if you need to use raw source code -->
|
|
{block name="content"}{/block}
|