Changeset 1528 for draft-ietf-httpbis/latest/p7-auth.html
- Timestamp:
- 06/02/12 23:14:30 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p7-auth.html
r1523 r1528 9 9 function init() { 10 10 var fb = document.createElement("div"); 11 fb. setAttribute("class", "feedback");11 fb.className = "feedback noprint"; 12 12 fb.setAttribute("onclick", "feedback();"); 13 13 fb.appendChild(document.createTextNode("feedback")); … … 64 64 // section 65 65 var section = node.textContent; 66 section = section.replace("\u00a0", " "); 66 67 67 68 // build URI from template … … 71 72 72 73 var button = document.createElement("a"); 73 button. setAttribute("class", "fbbutton");74 button.className = "fbbutton noprint"; 74 75 button.setAttribute("href", uri); 75 76 button.appendChild(document.createTextNode("send feedback")); … … 80 81 for (var i = 0; i < buttons.length; i++) { 81 82 var b = buttons.item(i); 82 if (b. getAttribute("class") == "fbbutton") {83 if (b.className == "fbbutton noprint") { 83 84 node.removeChild(b); 84 85 } … … 440 441 .print2col { 441 442 column-count: 2; 443 -moz-column-count: 2; 442 444 column-fill: auto; 443 445 } … … 458 460 } 459 461 @bottom-center { 460 content: "Expires August 6, 2012";462 content: "Expires August 10, 2012"; 461 463 } 462 464 @bottom-right { … … 492 494 <link rel="Appendix" title="C Change Log (to be removed by RFC Editor before publication)" href="#rfc.section.C"> 493 495 <link href="p6-cache.html" rel="prev"> 494 <meta name="generator" content="http://greenbytes.de/tech/webdav/rfc2629.xslt, Revision 1.56 4, 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/"> 495 497 <link rel="schema.dct" href="http://purl.org/dc/terms/"> 496 498 <meta name="dct.creator" content="Fielding, R."> … … 504 506 <meta name="dct.creator" content="Reschke, J. F."> 505 507 <meta name="dct.identifier" content="urn:ietf:id:draft-ietf-httpbis-p7-auth-latest"> 506 <meta name="dct.issued" scheme="ISO8601" content="2012-02-0 3">508 <meta name="dct.issued" scheme="ISO8601" content="2012-02-07"> 507 509 <meta name="dct.replaces" content="urn:ietf:rfc:2616"> 508 510 <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 "HTTP/1.1" and, taken together, obsoletes RFC 2616. Part 7 defines the HTTP Authentication framework."> … … 535 537 </tr> 536 538 <tr> 537 <td class="left">Expires: August 6, 2012</td>539 <td class="left">Expires: August 10, 2012</td> 538 540 <td class="right">HP</td> 539 541 </tr> … … 588 590 <tr> 589 591 <td class="left"></td> 590 <td class="right">February 3, 2012</td>592 <td class="right">February 7, 2012</td> 591 593 </tr> 592 594 </tbody> … … 616 618 in progress”. 617 619 </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> 619 621 <h1><a id="rfc.copyrightnotice" href="#rfc.copyrightnotice">Copyright Notice</a></h1> 620 622 <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.