home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 January / Chip_2004-01_cd1.bin / chplus / scio / courses / Ma9ch / templates / _head.js next >
Encoding:
Text File  |  2003-10-21  |  1.7 KB  |  16 lines

  1. var pom_out;
  2. pom_out= "<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\">";
  3. pom_out+="<tr><td rowspan=\"3\" width=\"67px\" height=\"100%\" valign=\"top\"><img src=\"courses/Ma9ch/templates/images/hlavicka_logo.gif\" width=\"67\" height=\"66\" border=\"0\" align=\"top\"><img src=\"courses/Ma9ch/templates/images/hlavicka_logo_line.gif\" width=\"67\" height=\"100%\" border=\"0\" align=\"top\"></td>";
  4. pom_out+="<td background=\"courses/Ma9ch/templates/images/hlavicka_nadpis_pozadi.gif\" valign=\"top\"><img src=\"courses/Ma9ch/templates/images/hlavicka_demo.gif\" border=\"0\"></td>";
  5. pom_out+="<td valign=\"top\" width=\"115\" height=\"23\" bgcolor=\"#ff9934\"><img src=\"courses/Ma9ch/templates/images/hlavicka_cp.gif\" width=\"115\" height=\"23\" border=\"0\" align=\"right\"></td></tr>";
  6.  
  7. pom_out+="<tr><td bgcolor=\"#B43C60\" style=\"padding-left: 10px; FONT-SIZE: 17px; font-weight: bold;\"><font color=\"#FFBEAE\"><b>";
  8. if (lecture_name!="") pom_out+="Lekce: " + lecture_name;
  9. pom_out+="</b></font></td><td bgcolor=\"#7E001B\" height=\"23\" width=\"120\" style=\"FONT-SIZE: 14px; font-weight: bold;\"><font face=\"Arial,Helvetica,sans-serif\" color=\"White\" size=\"-1\"> student:</font></td></tr>";
  10.  
  11. pom_out+="<tr><td bgcolor=\"#BB4E6E\" style=\"padding-left: 10px; FONT-SIZE: 14px; font-weight: 600;\"><font color=\"#FFDCF5\">";
  12. if (sheet_name!="") pom_out+="List: " + sheet_name;
  13. pom_out+="</font></td><td bgcolor=\"#7E001B\" height=\"20\" width=\"115\" style=\"FONT-SIZE: 14px; font-weight: bold;\"><font face=\"Arial,Helvetica,sans-serif\" color=\"White\" size=\"-1\"> " + nickname + "</font></td></tr>";
  14. pom_out+="</table>"
  15. document.write(pom_out);
  16.