footer.rqg 4.29 KB
Newer Older
Maxime Lefrançois's avatar
Maxime Lefrançois committed
PREFIX st:   <http://ns.inria.fr/sparql-template/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX owl: <http://www.w3.org/2002/07/owl#>
PREFIX dcterms: <http://purl.org/dc/terms/>
PREFIX dc: <http://purl.org/dc/terms/>
PREFIX fun: <http://w3id.org/sparql-generate/fn/>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX skos: <http://www.w3.org/2004/02/skos/core#>
PREFIX obo: <http://purl.obolibrary.org/obo/>
 
TEMPLATE <footer.rqg>( ?pathToStatic , ?isOntologyDocumentation ) { 

"""
Maxime Lefrançois's avatar
Maxime Lefrançois committed
  <section>
   <div class="g-container border-top" style="font-size:10pt">
        <p><em>This documentation page was generated automatically using <a href="https://w3id.org/sparql-generate/">SPARQL-Generate</a>, developed by <a href="https://maxime-lefrancois.info/">Maxime Lefrançois</a>. The <a href="https://saref.etsi.org/">SAREF public portal</a>, the <a href="https://saref.etsi.org/sources/">SAREF sources</a> with continuous integration and deployment, the <a href="https://saref.etsi.org/sources/saref-pipeline/">SAREF Pipeline</a> software, and ETSI Technical Specification <a href="https://www.etsi.org/deliver/etsi_ts/103600_103699/103673/01.01.01_60/ts_103673v010101p.pdf">TS 103 673 v1.1.1 "SAREF Development Framework and Workflow, Streamlining the Development of SAREF and its Extensions"</a>, have been developed in the context of the <a href="https://portal.etsi.org/STF/STFs/STF-HomePages/STF578">ETSI STF 578</a>, which followed the <a href="https://portal.etsi.org/STF/STFs/STF-HomePages/STF556">ETSI STF 556</a>.<em><p>
   </div>
  </section>
Maxime Lefrançois's avatar
Maxime Lefrançois committed
  <footer id="g-footer">
  <div class="g-container">
    <div class="g-grid">
      <div class="g-block size-15">
        <div class="g-content g-particle">
          <a href="https://www.etsi.org/" title="" class="g-logo g-logo-helium">
            <img src="https://forge.etsi.org/files/ETSI-Logo_BW_S_Office1.png" alt="" />
          </a>
        </div>
      </div>
      <div class="g-block size-20">
        <div class="g-content g-particle">© ETSI 2020<br /><a style="font-size:10pt; color:white" href="https://www.etsi.org/">Visit ETSI website for more information on Terms & Conditions.</a></div>
      </div>
      <div class="g-block g-horizontalmenu size-40">
        <div class="g-content g-particle">
          <nav class="g-main-nav" role="navigation" data-g-hover-expand="true">
            <ul class="g-toplevel">
              <li class="g-menu-item g-menu-item-type-component g-menu-item-245 g-standard  ">
                <a class="g-menu-item-container" href="https://forge.etsi.org/index.php/legal-matters">
Maxime Lefrançois's avatar
Maxime Lefrançois committed
                  <span class="g-menu-item-content">
                    <span class="g-menu-item-title">Legal matters</span>
                  </span>
                </a>
              </li>
              <li class="g-menu-item g-menu-item-type-url g-menu-item-247 g-standard  ">
                <a class="g-menu-item-container" href="mailto:cti_support@etsi.org?subject=[SAREF]">
                  <span class="g-menu-item-content">
                    <span class="g-menu-item-title">Contact &amp; Support</span>
                  </span>
                </a>
              </li>
            </ul>
          </nav>
        </div>
      </div>
      <div class="g-block size-25">
        <div class="g-content g-particle">
          <div class="">
            <div class="g-totop">
              <a href="#" id="g-totop" rel="nofollow">Back to top <i class="fa fa-chevron-up fa-fw"></i></a>
            </div>
          </div>
        </div>
      </div>
    </div>
  </div>
</footer>
</div>
{ IF( ?isOntologyDocumentation , """<script src="{ ?pathToStatic }/lode/scripts.js"></script>""" , "" ) }
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>
</body>
</html>"""

}