国内流行的内容管理系统(CMS)多端全媒体解决方案 https://www.dedebiz.com
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.

87 lines
4.2KB

  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>">
  5. <title>ucenter1.5.0安装向导</title>
  6. <style rel="stylesheet" type="text/css">
  7. <!--
  8. *{ word-wrap:break-word; outline:none; }
  9. body{ background:#FFF; text-align:center; }
  10. body, td, input, textarea, select, button{ color:#666; font:12px "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif; }
  11. body, ul, dl, dd, p, h1, h2, h3, h4, h5, h6, form, fieldset { margin:0; padding:0; }
  12. h1, h2, h3, h4, h5, h6{ font-size:12px; }
  13. a{ color:#2366A8; text-decoration:none; }
  14. a:hover { text-decoration:underline; }
  15. a img{ border:none; }
  16. em, cite, th{ font-style:normal; font-weight:normal; }
  17. table{ border-collapse:collapse; }
  18. /* form */
  19. textarea, input{ padding:2px; border:1px solid; border-color:#666 #eee #eee #666; }
  20. input.txt:hover, input.txt:focus, textarea:hover, textarea:focus{ border-color:#09C; background:#F5F9FD; }
  21. .radio{ margin-top:-1px; border:none; vertical-align:middle; }
  22. .checkbox{ height:14px; border:none; vertical-align:middle; }
  23. .btn{ margin:3px 0; padding:2px 5px; *padding:4px 5px 1px; border-color:#ddd #666 #666 #ddd; background:#DDD; color:#000; cursor:pointer; }
  24. .sgbtn{ margin-left:20px; padding:3px 7px; *padding:4px 7px 2px; border:1px solid #B5CFD9; background:#F2F9FD; color:#666; font-size:12px; font-weight:400; }
  25. .sgbtn:hover{ text-decoration:none; }
  26. .bigarea{ margin-left:5px; width:230px; height:120px; }
  27. .opt{ clear:both; overflow:hidden; }
  28. .opt th{ padding:5px 0; font-weight:700; text-align:left; }
  29. .opt td{ padding-bottom:10px; }
  30. .opt .txt, .opt textarea{ vertical-align:middle; margin-right:10px; width:180px; }
  31. .opt select{ vertical-align:middle; margin-right:10px; }
  32. .opt .area{ height:80px; }
  33. .opt .bigarea { width: 500px; height: 80px; }
  34. .opt label{ margin-right:20px; }
  35. .opt p{ float:left; line-height:180%; }
  36. /* title */
  37. h3{ font-size:14px; }
  38. h3 .btn{ margin-left:10px; vertical-align:middle; }
  39. .mainbox{ margin:10px 0; padding:20px; text-align:left;}
  40. .note{ margin:5px 0; padding:10px; width:580px; border:1px solid #B5CFD9; background:#F5F9FD; }
  41. .i{ padding-left:22px; line-height:19px; background:url(img/help.gif) no-repeat; }
  42. .i a{ text-decoration:underline; }
  43. .i a:hover{ text-decoration:none; }
  44. .fixwidth{ width: 100%; }
  45. .fixwidthdec{ width:700px; }
  46. -->
  47. </style>
  48. </head>
  49. <body background='img/allbg.gif' leftmargin='8' topmargin='8'>
  50. <div class="mainbox">
  51. <h3 style="margin-bottom:10px;">安装向导<a href="module_main.php" class="sgbtn">返回模块列表</a></h3>
  52. <div class="note fixwidthdec"><p class="i">首次安装前请备份好{dede:var.uc_config_file/}配置文件.以防止修改错误导致网站无法运行</p></div>
  53. <form action="api_ucenter.php" method="post">
  54. <input name="dopost" type="hidden" value="install" />
  55. <table class="opt">
  56. <tr>
  57. <th colspan="2">服务端地址:</th>
  58. </tr>
  59. <tr>
  60. <td><input type="text" class="txt" name="uc_setings[ucapi]" value="" /></td>
  61. <td>该值在您安装完 UCenter 后会被初始化,在您 UCenter 地址或者目录改变的情况下,修改此项,一般情况请不要改动<br />
  62. 例如: http://www.site.com/uc_server (最后不要加'/')。</td>
  63. </tr>
  64. <tr>
  65. <th colspan="2">创始人密码:</th>
  66. </tr>
  67. <tr>
  68. <td><input type="text" class="txt" name="uc_setings[authkey]" value="" /></td>
  69. <td>该值在您安装完 UCenter 后会被初始化一个登录密码,UCenter称之为“创始人密码”</td>
  70. </tr>
  71. <tr>
  72. <th colspan="2">服务端IP地址:</th>
  73. </tr>
  74. <tr>
  75. <td><input type="text" class="txt" name="uc_setings[ucip]" value="127.0.0.1" /></td>
  76. <td>如果您的服务器无法通过域名访问 UCenter,可以输入 UCenter 服务器的 IP 地址</td>
  77. </tr>
  78. </table>
  79. <div class="opt"><input type="submit" name="submit" value=" 确认安装 " class="btn" tabindex="3" /></div>
  80. </form>
  81. </div>
  82. </body>
  83. </html>