Advertisement
Guest User

Untitled

a guest
Mar 26th, 2020
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.12 KB | None | 0 0
  1. <?php include_once('config.php'); ?>
  2. <? include_once("top.php"); ?>
  3. <? include_once("header1.php"); ?>
  4. <? include_once("left1.php"); ?>
  5. <?php
  6. if(empty( $_SESSION['username']))
  7. {
  8.  
  9. header('location: index.php');
  10. exit;
  11. }
  12.  
  13.  
  14.  
  15. ?>
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23. <style type="text/css">
  24. table.table-style-three {
  25. font-family: verdana, arial, sans-serif;
  26. font-size: 11px;
  27. color: #333333;
  28. border-width: 1px;
  29. border-color: #000000;
  30. border-collapse: collapse;
  31. margin-left:26%;
  32. min-width:1000px;
  33. width:24px;
  34. position: relative;
  35. margin-top:-79px;
  36.  
  37. }
  38. table.table-style-three th {
  39. border-width: 1px;
  40. padding: 8px;
  41. border-style: solid;
  42. border-color: #000000;
  43. background-color: #002319;
  44. color: #ffffff;
  45. }
  46. table.table-style-three tr:hover td {
  47. cursor: pointer;
  48. background-color: #FAFAFA;
  49. }
  50. table.table-style-three tr:nth-child(even) td{
  51. background-color: #ccffcc;
  52. }
  53. table.table-style-three td {
  54. border-width: 1px;
  55. padding: 8px;
  56. border-style: solid;
  57. border-color: #000000;
  58. background-color: #FAFAFA;
  59. }
  60. </style>
  61. <td valign="top" width="80%"><table width="98%" border="0" align="center" cellpadding="0" cellspacing="0">
  62. <tr>
  63. <td><table width="100%" border="0" cellspacing="0" cellpadding="0">
  64. <tr>
  65. <td class="top_line_tab"><span class="top_line_tab_text"> Mine Event </span></td>
  66. </tr>
  67. </table></td>
  68. </tr>
  69.  
  70.  
  71.  
  72.  
  73. </table>
  74.  
  75. <?php
  76. include('db.php');
  77. ?>
  78. <body>
  79.  
  80. <table style="margin-top: 34px;
  81.  
  82. left: -29px;
  83.  
  84. position: absolute;" class="table-style-three"border="1">
  85. <tr>
  86. <th style="width:5%;">Dato</th>
  87. <th style="width:5%;">Emne</th>
  88.  
  89. </tr>
  90.  
  91.  
  92.  
  93.  
  94.  
  95. <td><a href="mail.php?id=<?php
  96. echo "<strong>";
  97. echo $row [ 'id' ].'">';
  98. if($mail == true) {
  99. echo "<strong>";
  100. }
  101. echo "<strong>";
  102. echo $row [ 'id' ] ." ".$row [ 'title' ];
  103. if ( $new_mail == true ){
  104. echo "</strong>";
  105. }?>
  106. ></a></a></td>
  107.  
  108.  
  109.  
  110.  
  111. </tr>
  112.  
  113.  
  114.  
  115. </table>
  116.  
  117. <br><br><br><br><br>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement