Ignore:
Timestamp:
06/02/12 23:14:30 (11 years ago)
Author:
julian.reschke@…
Message:

update rfc2629.xslt, update acks (see #219)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • draft-ietf-httpbis/latest/p7-auth.html

    r1523 r1528  
    99function init() {
    1010  var fb = document.createElement("div");
    11   fb.setAttribute("class", "feedback");
     11  fb.className = "feedback noprint";
    1212  fb.setAttribute("onclick", "feedback();");
    1313  fb.appendChild(document.createTextNode("feedback"));
     
    6464    // section
    6565    var section = node.textContent;
     66    section = section.replace("\u00a0", " ");
    6667   
    6768    // build URI from template
     
    7172 
    7273    var button = document.createElement("a");
    73     button.setAttribute("class", "fbbutton");
     74    button.className = "fbbutton noprint";
    7475    button.setAttribute("href", uri);
    7576    button.appendChild(document.createTextNode("send feedback"));
     
    8081    for (var i = 0; i < buttons.length; i++) {
    8182      var b = buttons.item(i);
    82       if (b.getAttribute("class") == "fbbutton") {
     83      if (b.className == "fbbutton noprint") {
    8384        node.removeChild(b);
    8485      }
     
    440441  .print2col {
    441442    column-count: 2;
     443    -moz-column-count: 2;
    442444    column-fill: auto;
    443445  }
     
    458460  }
    459461  @bottom-center {
    460        content: "Expires August 6, 2012";
     462       content: "Expires August 10, 2012";
    461463  }
    462464  @bottom-right {
     
    492494      <link rel="Appendix" title="C Change Log (to be removed by RFC Editor before publication)" href="#rfc.section.C">
    493495      <link href="p6-cache.html" rel="prev">
    494       <meta name="generator" content="http://greenbytes.de/tech/webdav/rfc2629.xslt, Revision 1.564, 2012-01-28 14:56:56, XSLT vendor: SAXON 8.9 from Saxonica http://www.saxonica.com/">
     496      <meta name="generator" content="http://greenbytes.de/tech/webdav/rfc2629.xslt, Revision 1.567, 2012-02-06 22:22:25, XSLT vendor: SAXON 8.9 from Saxonica http://www.saxonica.com/">
    495497      <link rel="schema.dct" href="http://purl.org/dc/terms/">
    496498      <meta name="dct.creator" content="Fielding, R.">
     
    504506      <meta name="dct.creator" content="Reschke, J. F.">
    505507      <meta name="dct.identifier" content="urn:ietf:id:draft-ietf-httpbis-p7-auth-latest">
    506       <meta name="dct.issued" scheme="ISO8601" content="2012-02-03">
     508      <meta name="dct.issued" scheme="ISO8601" content="2012-02-07">
    507509      <meta name="dct.replaces" content="urn:ietf:rfc:2616">
    508510      <meta name="dct.abstract" content="The Hypertext Transfer Protocol (HTTP) is an application-level protocol for distributed, collaborative, hypermedia information systems. HTTP has been in use by the World Wide Web global information initiative since 1990. This document is Part 7 of the seven-part specification that defines the protocol referred to as &#34;HTTP/1.1&#34; and, taken together, obsoletes RFC 2616. Part 7 defines the HTTP Authentication framework.">
     
    535537            </tr>
    536538            <tr>
    537                <td class="left">Expires: August 6, 2012</td>
     539               <td class="left">Expires: August 10, 2012</td>
    538540               <td class="right">HP</td>
    539541            </tr>
     
    588590            <tr>
    589591               <td class="left"></td>
    590                <td class="right">February 3, 2012</td>
     592               <td class="right">February 7, 2012</td>
    591593            </tr>
    592594         </tbody>
     
    616618         in progress”.
    617619      </p>
    618       <p>This Internet-Draft will expire on August 6, 2012.</p>
     620      <p>This Internet-Draft will expire on August 10, 2012.</p>
    619621      <h1><a id="rfc.copyrightnotice" href="#rfc.copyrightnotice">Copyright Notice</a></h1>
    620622      <p>Copyright © 2012 IETF Trust and the persons identified as the document authors. All rights reserved.</p>
Note: See TracChangeset for help on using the changeset viewer.