colly_wyx
2018-04-23 0c4b798032fd08f562570201c0ae6ba1d040cfba
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<?php defined('PHALAPI_INSTALL') || die('no access'); ?>
<!DOCTYPE html>
<html lang="zh-CN">
  <head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <!-- 上述3个meta标签*必须*放在最前面,任何其他内容都*必须*跟随其后! -->
    <meta name="description" content="">
    <meta name="author" content="">
    <link rel="icon" href="http://webtools.qiniudn.com/dog_catch.png">
    <title>快速安装 - PhalApi</title>
    <link href="./static/css/pintuer.css" rel="stylesheet">
    <!-- Just for debugging purposes. Don't actually copy these 2 lines! -->
    <!--[if lt IE 9]><script src="../../assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
    <!-- <script src="../../assets/js/ie-emulation-modes-warning.js"></script> -->
 
    <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
    <!--[if lt IE 9]>
      <script src="//cdn.bootcss.com/html5shiv/3.7.2/html5shiv.min.js"></script>
      <script src="//cdn.bootcss.com/respond.js/1.4.2/respond.min.js"></script>
    <![endif]-->
  </head>
  <style>
 
    body{
      background-color:#333;
      color: #fff;
    }
    .window{
      height: auto; margin: 0px auto;margin-top: 50px
    }
    .window_big{
      width: 800px;
    }
    .window_small{
      width: 600px;
    }
 
    .window_title{
      border-radius: 4px 4px 0px 0px;padding: 20px;
    }
    .t_normal{
      background-color: #FCB244 !important;
    }
    .t_error{
      background-color: #DE4E4E
    }
    .t_success{
      background-color: #7AC997
    }
    .footer{text-align: center;color: #333;}
  </style>
 
  <body>
    <div class="container">