PageRenderTime 42ms CodeModel.GetById 19ms RepoModel.GetById 0ms app.codeStats 0ms

/quangcao.php

http://xoxoshop2010.googlecode.com/
PHP | 122 lines | 106 code | 16 blank | 0 comment | 2 complexity | 8bdf470ccacb41d1143ad316c1d6b481 MD5 | raw file
Possible License(s): AGPL-1.0
  1. <?php ob_start(); session_start(); ob_clean();
  2. ?>
  3. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4. <html xmlns="http://www.w3.org/1999/xhtml">
  5. <head>
  6. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  7. <title>quangcao</title>
  8. <style type="text/css">
  9. <!--
  10. .style1 {color: #FF0000}
  11. .style2 {
  12. font-size: 18px
  13. }
  14. -->
  15. </style>
  16. </head>
  17. <body>
  18. <table width="150" border="0">
  19. <tr>
  20. <td>
  21. <?php
  22. if(!isset($_SESSION['userid'])){
  23. ?>
  24. <form action="login.php" method="post">
  25. Tŕi Kho?n:<input type=text name=username size=7 />
  26. <br />
  27. M?t Kh?u:<input type=password name=password size=7 />
  28. <br />
  29. <input type=submit name=ok value="??ng Nh?p" />
  30. </form>
  31. <?php
  32. }else{
  33. echo "Xin chŕo b?n <font size='+1' color='#FF0000'>".$_SESSION['userid']."</font>";
  34. if($_SESSION['userid']=='admin')
  35. echo "<br /><a href='admin/index.php'>Trang Qu?n Tr?</a>";
  36. echo "<br /><a href='logout.php'>Thoát</a>";
  37. }
  38. ?>
  39. </td>
  40. </tr>
  41. </table>
  42. <table width="150" border="0" cellspacing="0" cellpadding="3">
  43. <tr>
  44. <td background="images/bghead.gif" width="150" height="5"><div align="center">
  45. <h4>M?t S? M?u Th?i Trang Hi?n Nay</h4>
  46. </div></td>
  47. </tr>
  48. <tr>
  49. <td width="150" height="150">
  50. <marquee border="0" width="130" height="180" align="middle" behavior="alternate">
  51. <h2 align="center" class="style1">
  52. <img src="images/thoitrang/hinh1.jpg" width="120" height="170" />
  53. <img src="images/thoitrang/hinh2.jpg" width="120" height="170" />
  54. <img src="images/thoitrang/hinh3.jpg" width="120" height="170" />
  55. <img src="images/thoitrang/hinh4.jpg" width="120" height="170" />
  56. <img src="images/thoitrang/hinh5.jpg" width="120" height="170" />
  57. <img src="images/thoitrang/hinh6.jpg" width="120" height="170" />
  58. <img src="images/thoitrang/hinh7.jpg" width="120" height="170" />
  59. <img src="images/thoitrang/hinh8.jpg" width="120" height="170" />
  60. <img src="images/thoitrang/hinh9.jpg" width="120" height="170" />
  61. <img src="images/thoitrang/hinh10.jpg" width="120" height="170" /> </h2>
  62. </marquee> </td>
  63. </tr>
  64. <tr>
  65. <td background="images/bghead.gif" width="100" height="5"><div align="center">
  66. <h4>Các Website Lięn K?t</h4>
  67. </div></td>
  68. </tr>
  69. <tr>
  70. <td width="100" height="300">
  71. <MARQUEE behavior= "scroll" align= "center" direction= "up" height="400" scrollamount= "2" scrolldelay= "20" onmouseover='this.stop()' onmouseout='this.start()'>
  72. <center>
  73. <img width="130" height="90" src="images/logocdit.jpg" border="0">
  74. <a href="http://www.congdanit.com" target="_blank" STYLE="text-decoration: none">
  75. <br>
  76. Di?n ?ŕn sinh vięn CNTT </a>
  77. </center>
  78. <br>
  79. <center>
  80. <img width="120" height="130" src="images/dotrangsuc.jpg" border="0">
  81. <a href="http://www.mot.vn/trangsuc.htm" target="_blank" STYLE="text-decoration: none">
  82. <br>
  83. Trang S?c Vi?t Nam </a>
  84. </center>
  85. <br>
  86. <center>
  87. <img width="100" height="140" src="images/ao-cuoi-2009-misskhue-41.jpg" border="0">
  88. <a href="http://www.misskhue.com/" target="_blank" STYLE="text-decoration: none">
  89. <br>
  90. Áo C??i misskhue </a>
  91. </center>
  92. <br>
  93. <center>
  94. <img width="100" height="140" src="images/paris.jpg" border="0">
  95. <a href="http://www.thoitrangtuphap.com/" target="_blank" STYLE="text-decoration: none"> <br>
  96. Mang Th?i Trang Th? Gi?i ??n V?i B?n </a>
  97. </center>
  98. <br>
  99. </MARQUEE> </td>
  100. </tr>
  101. <tr>
  102. <td>&nbsp;</td>
  103. </tr>
  104. </table>
  105. </body>
  106. </html>