Jean Lurçat
::
malade_imaginaire_2023
1
|
list
|
login
|
load
|
|
{style ;; h1,h2,h3,h4 {text-align: center;} } {h1 Le théâtre du XVIIe siècle au XXIe siècle} _h1 Molière, Le Malade imaginaire parcours : spectacle et comédie. {hr} {uncover data/rembrandt_anatomie.jpg 270 600 La Leçon d'anatomie du docteur Tulp, [[Rembrandt|https://fr.wikipedia.org/wiki/Rembrandt]]} {block_editor 800 500 150 65} {block 1 _h3 Textes _ul [[texte 1 du Malade imaginaire|data/lmi_texte1.pdf]]: Acte I, scène 1. _ul [[Explication linéaire LMI I,1|data/lmi_1_explication_lineaire.pdf]] {hr} _ul [[texte 2 du Malade imaginaire|data/lmi_texte2_20221204.pdf]]: Acte III, scène 5 _ul [[Explication linéaire LMI III,5|data/lmi_2_explication_lineaire.pdf]] {hr} _ul [[texte 3 Tartuffe Acte IV, scène 5|data/tartuffe_4-5_20230207.pdf]] de Molière. _ul [[Explication linéaire Molière Tartuffe IV,5|data/tartuffe_4-5_explication_lineaire.pdf]] {iframe {@ width="100%" src="https://www.youtube.com/embed/WxdwQcRJdeg" }}. } {block 2 _h3 Leçons _h3 Les épreuves du bac _ul Leçon sur le [[commentaire de texte|?view=lectio_commentaire_texte_20221226]] _ul Leçon sur l' [[explication linéaire|?view=analyse_lineaire_20221005]] _h3 Analyse des textes _ul [[Les registres littéraires|https://rue74.fr/jl/?view=vocabulaire_registre]] _h3 Figures de style _ul Les [[figures de la comparaison|?view=figures_compraison_20211019]] _ul Les [[figures de l'amplification|?view=figures-amplification_20220104]] _ul [[les figures de style|https://www.espacefrancais.com/les-figures-de-style/]] _h3 Histoire littéraire _ul Leçon sur [[le théâtre classique|?view=lectio_theatre_classique_20230104]] _ul [[Histoire du théâtre|?view=histoire_theatre_20220110]] _ul [[Questions sur le vocabulaire du théâtre|?view=vocabulaire_theatre]] _ul [[Les genres du théâtre|?view=genres_theatre_20230116]] } {block 3 _h3 Evaluations _h4 Bac blanc _ul [[Sujets 2023|data/bblanc_techno_20230201.pdf]] | [[Correction|?view=correction_contraction_bb_20230203]] _h4 Lecture cursive _ul [[Le Barbier de Séville|https://theatre-classique.fr/pages/pdf/BEAUMARCHAIS_BARBIERDESEVILLE.pdf]] {hr}} {block 4 _h3 Liens _ul [[Convertisseur monnaie|https://convertisseur-monnaie-ancienne.fr/?Y=1673&E=0&L=4&S=0&D=0]] _h5 [[Stage de français|data/stage_prepa_Bac_tech_fev2023.pdf]] 20 et 21 février 9h-12h 14h-16h. } ;; here add your styles {style .block_edit { display:inline-block; vertical-align:top; width:267px; /* width of a block */ } p { text-align:left; } body { margin:0; padding:0; background:#444; } #page_frame { margin-left:0px; border:0 solid #000; box-shadow:0 0 0 #000; } #page_content { border:0 solid #000; box-shadow:0 0 0 #000; width:1170px; /* number of blocks * width of a block + epsilon */} } ;; end of your styles ;; do not change any of the following which should be stored in an other page {{hide} {def block_editor {lambda {:w :h :x :y} {show_last_code} {div {@ id="local_editor_frame" style="display:none; position:fixed; top::ypx; left::xpx; z-index:10; box-shadow:0 0 8px #000;"} {div {@ style="cursor:move; width:100%; text-align:center; " onmousedown="DRAG.beginDrag( this.parentNode, event );"} {input {@ type="button" value="close" onclick="BLOCK_EDIT.close()"}} | {input {@ type="button" value="close & save" onclick="BLOCK_EDIT.save(); BLOCK_EDIT.close()"}} } {textarea {@ id="local_editor" style="width: :wpx; height: :hpx; background:#444; color:#fff; opacity:0.9;" onkeyup="BLOCK_EDIT.update()"}} }}} } {style .block_edit { margin: 10px 0; padding:10px; background:#eee; } .block_edit:hover { background:#aaa; cursor:grab; } } {script var BLOCK_EDIT = (function() { var g_code = '', g_id = '', g_oldval = '', g_newval = ''; var open = function (id) { g_id = id; g_code = document.getElementById('page_textarea').value; g_oldval = LAMBDATALK.catch_form( "{block "+ id + " ", g_code ); // } document.getElementById('local_editor').value = g_oldval; // var bloc = document.getElementById(id); // var prop = window.getComputedStyle(bloc); // var left = prop.getPropertyValue('left'); // document.getElementById('local_editor_frame').style.left = left; // alert( 'height='+document.getElementById(id).style.height); document.getElementById('local_editor_frame').style.display = 'block'; }; var close = function () { document.getElementById('local_editor_frame').style.display = 'none'; document.getElementById(g_id).focus() }; var update = function() { g_newval = document.getElementById('local_editor').value; document.getElementById('page_textarea').value = g_code.replace( g_oldval, g_newval ); document.getElementById(g_id).innerHTML = LAMBDATALK.evaluate( g_newval ).val }; var save = function () { document.getElementById('save_button').click(); }; return { open:open, close:close, update:update, save:save } }()); // end of BLOCK_EDIT LAMBDATALK.DICT['block'] = function () { var args = arguments[0].trim().split(' '); return '
' + args.join(' ') + '
'; }; }
lambdaway v.20211111