home *** CD-ROM | disk | FTP | other *** search
- var pom_out;
- pom_out= "<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\">";
- 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>";
- 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>";
- 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>";
-
- pom_out+="<tr><td bgcolor=\"#B43C60\" style=\"padding-left: 10px; FONT-SIZE: 17px; font-weight: bold;\"><font color=\"#FFBEAE\"><b>";
- if (lecture_name!="") pom_out+="Lekce: " + lecture_name;
- 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>";
-
- pom_out+="<tr><td bgcolor=\"#BB4E6E\" style=\"padding-left: 10px; FONT-SIZE: 14px; font-weight: 600;\"><font color=\"#FFDCF5\">";
- if (sheet_name!="") pom_out+="List: " + sheet_name;
- 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>";
- pom_out+="</table>"
- document.write(pom_out);
-