slitaz-dev-tools view mirror-tools/slitaz/mirror/floppies/include/bottom.js @ rev 302

Update floppies
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Sep 01 17:28:05 2017 +0200 (2017-09-01)
parents
children
line source
1 document.write("<!-- End of content with round corner -->\n")
2 document.write("</div>\n")
3 document.write("<div id=\"content_bottom\">\n")
4 document.write("<div class=\"bottom_left\"></div>\n")
5 document.write("<div class=\"bottom_right\"></div>\n")
6 document.write("</div>\n")
7 document.write("\n")
8 document.write("<!-- Start of footer and copy notice -->\n")
9 document.write("<div id=\"copy\">\n")
10 document.write("<p>\n")
11 document.write("Copyright &copy; ");
12 var time=new Date();
13 var year=time.getYear();
14 if (year < 2000) year += 1900;
15 document.write(year);
16 document.write(" <a href=\"http://www.slitaz.org/\">SliTaz</a> -\n")
17 document.write("<a href=\"http://www.gnu.org/licenses/gpl.html\">GNU General Public License</a>\n")
18 document.write("</p>\n")
19 document.write("<!-- End of copy -->\n")
20 document.write("</div>\n")
21 document.write("\n")
22 document.write("<!-- Bottom and logo's -->\n")
23 document.write("<div id=\"bottom\">\n")
24 document.write("<p>\n")
25 document.write("<a href=\"http://validator.w3.org/check?uri=referer\"><img src=\"../css/pics/website/xhtml10.png\" alt=\"Valid XHTML 1.0\" title=\"Code validé XHTML 1.0\" style=\"width: 80px; height: 15px;\" /></a>\n")
26 document.write("</p>\n")
27 document.write("</div>\n")