1234567891011121314151617 |
- <!DOCTYPE html >
- <html lang="">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=<?php echo IN_CHARSET;?>"/>
- <meta http-equiv="x-ua-compatible" content="ie=7"/>
- <title><?php echo IN_NAME;?></title>
- <link href="/static/admincp/css/main.css" rel="stylesheet" type="text/css"/>
- <link href="/static/pack/asynctips/asynctips.css" rel="stylesheet" type="text/css"/>
- <script src="/static/pack/asynctips/jquery.min.js"></script>
- <script src="/static/pack/asynctips/asyncbox.v1.4.5.js"></script>
- <script src="/static/pack/layer/confirm-lib.js"></script>
- <script src="/static/pack/layer/jquery.js"></script>
- <script src="/static/pack/layer/layer.js"></script>
- <script src="/static/pack/layer/lib.js"></script>
- </head>
- <body>
|