FicheCollege.aspx 1.2 KB

12345678910111213141516171819202122232425262728293031
  1. <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="FicheCollege.aspx.cs" Inherits="CG67.FicheCollege.FicheCollege" %>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml" >
  4. <head runat="server">
  5. <title>Fiche collège</title>
  6. <link href="css/fichecollege.css" rel="stylesheet" type="text/css" />
  7. <link href="css/Print.css" rel="stylesheet" type="text/css" />
  8. <script type="text/javascript">
  9. var _gaq = _gaq || [];
  10. _gaq.push(['_setAccount', 'UA-6108365-9']);
  11. _gaq.push(['_setDomainName', '.cg67.fr']);
  12. _gaq.push(['_trackPageview']);
  13. (function() {
  14. var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
  15. ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
  16. var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  17. })();
  18. </script>
  19. </head>
  20. <body>
  21. <form id="form1" runat="server">
  22. <div>
  23. <asp:Xml ID="Xml1" runat="server" TransformSource="~/xslt/FicheCollege.xslt"></asp:Xml></div>
  24. </form>
  25. </body>
  26. </html>