Advertisement
jacknpoe

Uns echoes

May 13th, 2014
221
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 2.30 KB | None | 0 0
  1.   {echo ("<p align='center'><strong>Cronograma do curso</strong> </p>");
  2. echo (" <table border='0' align='center'>
  3.                        <tbody>
  4.                          <tr>
  5.                            <td height='30' width='160' style='text-align: center; background-color: #999999; color: white; background-color: #CCCCCC; font-family: Verdana, Geneva, sans-serif; font-size: 14px; text-align: center; font-weight: bold; text-shadow: 1px 1px 2px #666666;  border: 1px solid #666666;'>
  6.                             DATAS</td>
  7.                            <td width='160'                     style='text-align: center; background-color: #999999; color: white; background-color: #CCCCCC; font-family: Verdana, Geneva, sans-serif; font-size: 14px; text-align: center; font-weight: bold; text-shadow: 1px 1px 2px #666666;  border: 1px solid #666666;'>
  8.                             MATÉRIAS</td>
  9.                            <td width='160'                     style='text-align: center; background-color: #999999; color: white; background-color: #CCCCCC; font-family: Verdana, Geneva, sans-serif; font-size: 14px; text-align: center; font-weight: bold; text-shadow: 1px 1px 2px #666666;  border: 1px solid #666666;'>
  10.                             PROFESSOR</td>
  11.                          </tr>
  12.                             <tr>
  13.                            <td height='30' width='160' style='text-align: center;   font-family: Verdana, Geneva, sans-serif; font-size: 14px; text-align: center;    border: 1px solid #666666;'>");
  14.                           echo( $item->d1);  
  15.                           echo( "</td>
  16.                           <td height='30' width='160' style='text-align: center;   font-family: Verdana, Geneva, sans-serif; font-size: 14px; text-align: center;    border: 1px solid #666666;'>");
  17.                           echo( $item->m1);
  18.                           echo( "</td>
  19.                            <td height='30' width='160' style='text-align: center;   font-family: Verdana, Geneva, sans-serif; font-size: 14px; text-align: center;    border: 1px solid #666666;'>");
  20.                           echo( $item->p1);
  21.                           echo( "</td>
  22.                          </tr>
  23.                            
  24.                        </tbody>
  25.                         </table>
  26.                         " ); }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement