Listing du fichier m1xml.php
00001 <?php
00002 # # (gH) -_- m1xml.php ; TimeStamp (unix) : 16 Novembre 2017 vers 17:25
00003 include("stdm1xml.php") ;
00004
00005 doctype("html") ;
00006
00007 html() ;
00008
00009 head() ;
00010 meta("viewport" ,"width=device-width, initial-scale=1, shrink-to-fit=no") ;
00011 meta("description" ,"XML lessons (gH)") ;
00012 meta("author" ,"Gilles HUNAULT") ;
00013 title("cours de XML en M1 (2018)") ;
00014 headLink("bootstrap.min.css","stylesheet","Bootstrap core CSS") ;
00015 headLink("m1xml.css","stylesheet","Custom styles for this template") ;
00016 script("m1xml.js","gH's js functions") ;
00017 finHead() ; sdl(2) ;
00018
00019 body() ; sdl() ;
00020
00021 #######################################################################
00022
00023 nav("navbar navbar-toggleable-md navbar-inverse bg-inverse fixed-top") ;
00024 div("collapse navbar-collapse","navbarsExampleDefault",3) ;
00025 ul('class="navbar-nav mr-auto"') ;
00026 li("nav-item",ahref("m1xml.php",img("xml.png","image de xml"))) ;
00027 li("nav-item",s_span("nav-link"," Introduction ","",'onclick="partie(1)"'),"m1xml_1_introduction.php") ;
00028 li("nav-item",s_span("nav-link"," Structuration " ,"",'onclick="partie(2)"'),"m1xml_2_structure.php") ;
00029 li("nav-item",s_span("nav-link"," Validation " ,"",'onclick="partie(3)"'),"m1xml_3_valide.php") ;
00030 li("nav-item",s_span("nav-link"," Transformation " ,"",'onclick="partie(4)"'),"m1xml_4_transforme.php") ;
00031 li("nav-item",s_span("nav-link"," Conclusion " ,"",'onclick="partie(5)"'),"m1xml_5_conclusion.php") ;
00032 li("nav-item",s_span("nav-link"," ".s_span("enjaune","Exercices "),"",'onclick="partie(6)"'),"m1xml_6_exercices.php") ;
00033 # !-- <li class="nav-item active"> <a class="nav-link navbar-right" href="#"> XML en M1 à l'Université d'Angers (Gilles HUNAULT)</a> </li> -->
00034 finul() ;
00035 finDiv("",3) ;
00036 finNav() ;
00037
00038 #######################################################################
00039
00040 div("","contenu") ;
00041 div("container","",3) ;
00042 div("starter-template","",6) ;
00043
00044 h1(ghrouge("XML")." en Licence 2ème année :") ;
00045 h1("cours et exercices corrigés") ;
00046
00047 pvide() ;
00048
00049 p("lead") ;
00050 echo "Utilisez les rubriques du menu pour accéder à la partie du cours qui vous intéresse." ;
00051 finp() ; sdl() ;
00052
00053 p("lead") ;
00054 echo "Une interface plus classique valide pour la grammaire ".b("XHTML 1.0") ;
00055 echo " se trouve ".ahref("m1xmlcl.php",copies(" ",3)."ici".copies(" ",3),"bouton_fin nou orange_pastel")."." ;
00056 finp() ; sdl() ;
00057
00058 p("lead") ;
00059 echo "Un cours plus complet correspondant à un niveau Master est " ;
00060 echo ahref("../../Webrd/",copies(" ",3)."là".copies(" ",3),"bouton_fin nou vert_pastel")."." ;
00061 finp() ;
00062
00063 pvide() ;
00064 p("lead") ; echo ahref("../../",'gilles.hunault "at" univ-angers.fr') ; finp() ;
00065
00066 finDiv("",7) ;
00067 finDiv("container",3) ;
00068 finDiv("contenu") ;
00069
00070 #######################################################################
00071
00072 sdl(2) ;
00073
00074 script("https://code.jquery.com/jquery-3.1.1.slim.min.js","Bootstrap core JavaScript","sha384-A7FZj7v+d/sdmMqp/nOQwliLvUsJfDHW+k9Omg/a/EheAdgtzNs3hpfag6Ed950n","anonymous") ;
00075 script("https://cdnjs.cloudflare.com/ajax/libs/tether/1.4.0/js/tether.min.js","","sha384-DztdAPBWPRXSA/3eYEEUWrWCy7G5KFbe8fFjk5JAIxUYHKkDx6Qin1DkWx51bBrb","anonymous") ;
00076 script("bootstrap.min.js","Placed at the end of the document so the pages load faster ???") ;
00077 script("ie10-viewport-bug-workaround.js","IE10 viewport hack for Surface/desktop Windows 8 bug") ;
00078
00079 #######################################################################
00080
00081 sdl(4) ; p() ;
00082 snbsp(7) ;
00083 echo ahref("montresource.php?nomfic=m1xml.php","Code-source php de cette page","orange_stim nou")." ".s_span("gnoir"," ; ")." " ;
00084 echo ahref("montresource.php?nomfic=m1xml.js"," code-source js de cette page","orange_stim nou")."." ;
00085 finp() ;
00086
00087 #######################################################################
00088
00089 finBody() ;
00090 finPage() ;
00091
00092 ?>
Pour ne pas voir les numéros de ligne, ajoutez &nl=non à la suite du nom du fichier.
Retour à la page principale de (gH)