| 123456789101112131415161718192021222324252627282930313233343536 |
- <?php
- echo '<!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" />
- <link type="text/css" rel="stylesheet" href="template/images/style.css" />
- <title>';
- echo $info;
- echo ' - 系统安装 - ';
- echo MPS_SOFTNAME;
- echo ' ';
- echo MPS_VERSION;
- echo '</title>
- </head>
- <body>
- <div class="wrapA">
- <div class="wrapB">
- <div class="wrapC">
- <div id="header">
- <div class="logo left"><img src="template/images/install-logo.jpg" /></div>
- <div class="right"> <a href="https://www.mayicms.com/bbs/" target="_blank" class="linkA">官方论坛</a> | <a href="https://www.mayicms.com/jiaocheng/" target="_blank" class="linkA">教程手册</a></div>
- </div>
- <div id="main">
- <h2><span class="step">';
- echo $step;
- echo '</span> ';
- echo $info;
- echo '</h2>
- <div class="installInfo">
- ';
- echo $installinfo;
- echo ' </div>';
- ?>
|