top.tpl.php 1.3 KB

123456789101112131415161718192021222324252627282930313233
  1. <?php if (!defined("IS_INITPHP")) exit("Access Denied!"); /* INITPHP Version 1.0 ,Create on 2017-04-06 18:17:26, compiled from /data/wwwroot/www.shadowsocks5.com/app/template/ss/manage/top.html */ ?>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4. <head>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  6. <title><?php echo $title;?></title>
  7. <style type="text/css">
  8. <!--
  9. body {
  10. margin-left: 0px;
  11. margin-top: 0px;
  12. margin-right: 0px;
  13. margin-bottom: 0px;
  14. }
  15. -->
  16. </style>
  17. <link href="https://shadowsocks5.b0.upaiyun.com/static/manage/css/css.css" rel="stylesheet" type="text/css" />
  18. </head>
  19. <body>
  20. <table width="100%" border="0" cellspacing="0" cellpadding="0">
  21. <tr>
  22. <td height="58" background="https://shadowsocks5.b0.upaiyun.com/static/manage/images/bg_body.gif" height="58"><table width="99%" border="0" cellspacing="0" cellpadding="0">
  23. <tr>
  24. <td width="1%"><img src="https://shadowsocks5.b0.upaiyun.com/static/manage/images/logo.gif" height="57" border="0" /></td>
  25. <td width="64%" align="right" style="font-size:12px;vertical-align:bottom;">
  26. </td>
  27. </tr>
  28. </table></td>
  29. </tr>
  30. </table>
  31. </body>
  32. </html>