integ/spectacle.html
author cavaliet
Wed, 26 Mar 2014 13:55:23 +0100
changeset 35 34aced5a43db
parent 1 ad760c317293
permissions -rwxr-xr-x
Added tag V00.03 for changeset ac9fcd121fc3
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
     1
<!doctype html>
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
     2
<html>
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
     3
<head>
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
     4
  <meta charset="utf-8">
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
     5
  <title>SPEL : Recherche dans spectacles</title>
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
     6
  <link rel="stylesheet" href="lib/bootstrap/css/bootstrap.min.css">
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
     7
  <link rel="stylesheet" href="lib/bootstrap-multiselect.css" type="text/css"/>
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
     8
  <link rel="stylesheet" href="css/spel.css">
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
     9
</head>
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
    10
<body>
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
    11
  <div class="container">
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
    12
		<header class="navbar navbar-inverse" role="banner">
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
    13
			<nav class="collapse navbar-collapse bs-navbar-collapse" role="navigation">
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
    14
			  <ul class="nav navbar-nav">
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
    15
				<li><a href="index.html">Spectacle en Ligne(s)</a></li>
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
    16
			  </ul>
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
    17
			  <ul class="nav navbar-nav navbar-right">
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
    18
				  <li><a href="#" >Se connecter</a></li>
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
    19
			  </ul>
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
    20
			</nav>
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
    21
		</header>
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
    22
		<div class="spel-content">
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
    23
			<h3>Page Spectacle</h3>
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
    24
      <div class="row">
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
    25
        <div class="col-md-6 chapters">
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
    26
          <h4 class="text-center">CHAPITRES</h4>
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
    27
          <div class="row">
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
    28
            <div class="col-md-4">
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
    29
              <select id="mulsel1" class="multiselect" multiple="multiple" data-title="Types de contenus">
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
    30
              </select>
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
    31
            </div>
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
    32
            <div class="col-md-4">
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
    33
              <select id="mulsel2" class="multiselect" multiple="multiple" data-title="Conditions de travail">
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
    34
              </select>
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
    35
            </div>
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
    36
            <div class="col-md-4">
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
    37
              <select id="mulsel3" class="multiselect" multiple="multiple" data-title="Personnages">
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
    38
              </select>
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
    39
            </div>
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
    40
          </div>
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
    41
          <div class="row">
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
    42
            &nbsp;
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
    43
          </div>
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
    44
          <div class="row text-center">
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
    45
            <button id="btn-filter-chapters" class="btn btn-success" disabled="disabled">FILTRER</button>
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
    46
          </div>
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
    47
        </div>
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
    48
        <div class="col-md-6 annotations">
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
    49
          <h4 class="text-center">ANNOTATIONS</h4>
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
    50
          <form class="form-horizontal" role="form">
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
    51
            <div class="form-group">
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
    52
              <div class="col-md-8 col-md-offset-1">
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
    53
                <input type="text" class="form-control" id="search-input">
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
    54
              </div>
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
    55
              <div class="col-md-3">
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
    56
                <button id="btn-search-annotations" class="btn btn-success" disabled="disabled">
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
    57
                  <span class="glyphicon glyphicon-search form-control-feedback"></span>
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
    58
                </button>
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
    59
              </div>
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
    60
            </div>
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
    61
          </form>
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
    62
          <div class="col-md-8 col-md-offset-1">
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
    63
            <select id="mulsel4" class="multiselect" multiple="multiple" data-title="Catégories d'annotations">
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
    64
            </select>
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
    65
          </div>
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
    66
          <div class="col-md-3">
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
    67
            <button id="btn-filter-annotations" class="btn btn-success" disabled="disabled">FILTRER</button>
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
    68
          </div>
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
    69
        </div>
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
    70
      </div>
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
    71
		</div>
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
    72
    <footer>
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
    73
      <div class="row">
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
    74
        <div class="footer-img col-md-6">
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
    75
          <a href="http://www.iri.centrepompidou.fr" target="_blank"><img src="img/logo_IRI_footer.png" alt="Logo IRI" /></a>
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
    76
        </div>
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
    77
        <div class="col-md-6 text-right">
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
    78
          SPEL - ©2014
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
    79
        </div>
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
    80
      </div>
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
    81
    </footer>
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
    82
  </div>
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
    83
  <script type="text/javascript" src="lib/jquery-2.1.0.min.js"></script>
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
    84
  <script type="text/javascript" src="lib/bootstrap/js/bootstrap.min.js"></script>
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
    85
  <script type="text/javascript" src="lib/bootstrap-multiselect.js"></script>
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
    86
  <script type="text/javascript">
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
    87
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
    88
    $(document).ready(function () {
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
    89
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
    90
      $('.chapters .multiselect').multiselect({
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
    91
        buttonText: function(options, select) {
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
    92
          return $(select).attr("data-title") + ' (' + options.length + ') <b class="caret"></b>';
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
    93
        },
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
    94
        onChange: function(element, checked) {
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
    95
          var filter_enabled = false;
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
    96
          var chbs = $(".chapters input:checkbox");
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
    97
          for (var i = chbs.length - 1; i >= 0; i--) {
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
    98
            filter_enabled = filter_enabled || $(chbs[i]).is(":checked");
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
    99
          };
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
   100
          if(filter_enabled){
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
   101
            $("#btn-filter-chapters").removeAttr('disabled');
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
   102
          }
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
   103
          else{
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
   104
            $("#btn-filter-chapters").attr('disabled','disabled');
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
   105
          }
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
   106
        }
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
   107
      });
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
   108
      $('.annotations .multiselect').multiselect({
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
   109
        buttonText: function(options, select) {
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
   110
          return $(select).attr("data-title") + ' (' + options.length + ') <b class="caret"></b>';
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
   111
        },
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
   112
        buttonContainer: '<div class="btn-group width100percent" />',
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
   113
        buttonClass: 'btn btn-default width100percent disabled',
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
   114
        onChange: function(element, checked) {
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
   115
          var filter_enabled = false;
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
   116
          var chbs = $(".annotations input:checkbox");
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
   117
          for (var i = chbs.length - 1; i >= 0; i--) {
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
   118
            filter_enabled = filter_enabled || $(chbs[i]).is(":checked");
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
   119
          };
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
   120
          if(filter_enabled){
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
   121
            $("#btn-filter-annotations").removeAttr('disabled');
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
   122
          }
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
   123
          else{
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
   124
            $("#btn-filter-annotations").attr('disabled','disabled');
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
   125
          }
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
   126
        }
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
   127
      });
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
   128
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
   129
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
   130
      var data1 = [
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
   131
        {label: "Performance", value: "Performance"},
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
   132
        {label: "Discussion", value: "Discussion"}
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
   133
      ];
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
   134
      $("#mulsel1").multiselect('dataprovider', data1);
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
   135
      var data2 = [
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
   136
        {label: "Lumière", value: "Lumière"},
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
   137
        {label: "Son", value: "Son"},
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
   138
        {label: "Musique", value: "Musique"},
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
   139
        {label: "Décor", value: "Décor"}
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
   140
      ];
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
   141
      $("#mulsel2").multiselect('dataprovider', data2);
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
   142
      var data3 = [
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
   143
        {label: "PA", value: "Lumière"},
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
   144
        {label: "PB", value: "Son"},
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
   145
        {label: "PC", value: "Musique"},
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
   146
        {label: "PD", value: "Décor"},
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
   147
        {label: "PE", value: "Décor"}
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
   148
      ];
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
   149
      $("#mulsel3").multiselect('dataprovider', data3);
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
   150
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
   151
      // Annotations :
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
   152
      $("#mulsel4").multiselect('disable');
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
   153
      $(document).on('input', "#search-input", function(){
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
   154
        if($(this).val()!=""){
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
   155
          $("#btn-search-annotations").removeAttr('disabled');
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
   156
        }
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
   157
        else{
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
   158
          $("#btn-search-annotations").attr('disabled','disabled');
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
   159
        }
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
   160
      });
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
   161
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
   162
      $("#btn-search-annotations").click(function(e){
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
   163
        e.preventDefault();
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
   164
        var data4 = [
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
   165
          {label: "Intervention MES", value: "Intervention MES"},
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
   166
          {label: "Filage de la scène", value: "Filage de la scène"},
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
   167
          {label: "Parole à l'acteur/actrice", value: "Parole à l'acteur/actrice"},
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
   168
          {label: "Interprétation du texte", value: "Interprétation du texte"},
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
   169
          {label: "Décision", value: "Décision"}
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
   170
        ];
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
   171
        $("#mulsel4").multiselect('dataprovider', data4);
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
   172
        $("#mulsel4").multiselect('enable');
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
   173
      });
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
   174
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
   175
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
   176
    });
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
   177
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
   178
  </script>
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
   179
</body>
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
   180
</html>