Ignore:
Timestamp:
Jan 25, 2010, 10:01:42 PM (14 years ago)
Author:
jazz
Message:
  • 新增使用者人數檢查
File:
1 edited

Legend:

Unmodified
Added
Removed
  • hadoop-register/check_user_identification.php

    r85 r112  
    1 <?
    2 /*
    3 <HEAD>
    4   <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8">
    5   <TITLE>Hadoop 帳號</TITLE>
    6 </HEAD>
    7 */
    8 ?>
    91<?
    102  /*
     
    4032    // 設定標頭
    4133    echo '
     34    <HTML>
    4235      <HEAD>
    4336  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8">
    4437  <TITLE>Hadoop 帳號</TITLE>
    45       </HEAD>';
     38      </HEAD>
     39      <BODY>';
    4640
    47     echo '<TABLE ALIGN="center" BORDER="1" width="100%">';
     41    echo '<TABLE ALIGN="center" BORDER="1" width="100%"> ';
    4842
    4943    // 如果帳號未啟動就出現重新認證信的連結
     
    8983  mysql_close($link);
    9084?>
     85</BODY></HTML>
Note: See TracChangeset for help on using the changeset viewer.