source: rfc2629xslt/samples/sample.ipr.id.trust200902.201006.ind.test.xhtml @ 1528

Last change on this file since 1528 was 1528, checked in by julian.reschke@…, 11 years ago

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

  • Property svn:eol-style set to native
File size: 8.0 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2
3<!DOCTYPE html
4  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
5<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
6   <head profile="http://www.w3.org/2006/03/hcard http://dublincore.org/documents/2008/08/04/dc-html/">
7      <title>Example for @ipr="trust200902"/@submissionType="independent" as of June 2010</title>
8      <style type="text/css" title="Xml2Rfc (sans serif)">
9a {
10  text-decoration: none;
11}
12a.smpl {
13  color: black;
14}
15a:hover {
16  text-decoration: underline;
17}
18a:active {
19  text-decoration: underline;
20}
21address {
22  margin-top: 1em;
23  margin-left: 2em;
24  font-style: normal;
25}
26body {
27  color: black;
28  font-family: verdana, helvetica, arial, sans-serif;
29  font-size: 10pt;
30}
31cite {
32  font-style: normal;
33}
34dd {
35  margin-right: 2em;
36}
37dl {
38  margin-left: 2em;
39}
40
41ul.empty {
42  list-style-type: none;
43}
44ul.empty li {
45  margin-top: .5em;
46}
47dl p {
48  margin-left: 0em;
49}
50dt {
51  margin-top: .5em;
52}
53h1 {
54  font-size: 14pt;
55  line-height: 21pt;
56  page-break-after: avoid;
57}
58h1.np {
59  page-break-before: always;
60}
61h1 a {
62  color: #333333;
63}
64h2 {
65  font-size: 12pt;
66  line-height: 15pt;
67  page-break-after: avoid;
68}
69h3, h4, h5, h6 {
70  font-size: 10pt;
71  page-break-after: avoid;
72}
73h2 a, h3 a, h4 a, h5 a, h6 a {
74  color: black;
75}
76img {
77  margin-left: 3em;
78}
79li {
80  margin-left: 2em;
81  margin-right: 2em;
82}
83ol {
84  margin-left: 2em;
85  margin-right: 2em;
86}
87ol.la {
88  list-style-type: lower-alpha;
89}
90ol.ua {
91  list-style-type: upper-alpha;
92}
93ol p {
94  margin-left: 0em;
95}
96p {
97  margin-left: 2em;
98  margin-right: 2em;
99}
100pre {
101  margin-left: 3em;
102  background-color: lightyellow;
103  padding: .25em;
104}
105pre.text2 {
106  border-style: dotted;
107  border-width: 1px;
108  background-color: #f0f0f0;
109  width: 69em;
110}
111pre.inline {
112  background-color: white;
113  padding: 0em;
114}
115pre.text {
116  border-style: dotted;
117  border-width: 1px;
118  background-color: #f8f8f8;
119  width: 69em;
120}
121pre.drawing {
122  border-style: solid;
123  border-width: 1px;
124  background-color: #f8f8f8;
125  padding: 2em;
126}
127table {
128  margin-left: 2em;
129}
130table.header {
131  border-spacing: 1px;
132  width: 95%;
133  font-size: 10pt;
134  color: white;
135}
136td.top {
137  vertical-align: top;
138}
139td.topnowrap {
140  vertical-align: top;
141  white-space: nowrap;
142}
143table.header td {
144  background-color: gray;
145  width: 50%;
146}
147td.reference {
148  vertical-align: top;
149  white-space: nowrap;
150  padding-right: 1em;
151}
152thead {
153  display:table-header-group;
154}
155ul.toc, ul.toc ul {
156  list-style: none;
157  margin-left: 1.5em;
158  margin-right: 0em;
159  padding-left: 0em;
160}
161ul.toc li {
162  line-height: 150%;
163  font-weight: bold;
164  font-size: 10pt;
165  margin-left: 0em;
166  margin-right: 0em;
167}
168ul.toc li li {
169  line-height: normal;
170  font-weight: normal;
171  font-size: 9pt;
172  margin-left: 0em;
173  margin-right: 0em;
174}
175li.excluded {
176  font-size: 0pt;
177}
178ul p {
179  margin-left: 0em;
180}
181
182.comment {
183  background-color: yellow;
184}
185.center {
186  text-align: center;
187}
188.error {
189  color: red;
190  font-style: italic;
191  font-weight: bold;
192}
193.figure {
194  font-weight: bold;
195  text-align: center;
196  font-size: 9pt;
197}
198.filename {
199  color: #333333;
200  font-weight: bold;
201  font-size: 12pt;
202  line-height: 21pt;
203  text-align: center;
204}
205.fn {
206  font-weight: bold;
207}
208.hidden {
209  display: none;
210}
211.left {
212  text-align: left;
213}
214.right {
215  text-align: right;
216}
217.title {
218  color: #990000;
219  font-size: 18pt;
220  line-height: 18pt;
221  font-weight: bold;
222  text-align: center;
223  margin-top: 36pt;
224}
225.vcardline {
226  display: block;
227}
228.warning {
229  font-size: 14pt;
230  background-color: yellow;
231}
232
233
234@media print {
235  .noprint {
236    display: none;
237  }
238 
239  a {
240    color: black;
241    text-decoration: none;
242  }
243
244  table.header {
245    width: 90%;
246  }
247
248  td.header {
249    width: 50%;
250    color: black;
251    background-color: white;
252    vertical-align: top;
253    font-size: 12pt;
254  }
255
256  ul.toc a::after {
257    content: leader('.') target-counter(attr(href), page);
258  }
259 
260  ul.ind li li a {
261    content: target-counter(attr(href), page);
262  }
263 
264  .print2col {
265    column-count: 2;
266    -moz-column-count: 2;
267    column-fill: auto;
268  }
269}
270
271@page {
272  @top-left {
273       content: "Internet-Draft";
274  }
275  @top-right {
276       content: "June 2010";
277  }
278  @top-center {
279       content: "trust200902 example";
280  }
281  @bottom-left {
282       content: "Doe";
283  }
284  @bottom-center {
285       content: "Expires December 3, 2010";
286  }
287  @bottom-right {
288       content: "[Page " counter(page) "]";
289  }
290}
291
292@page:first {
293    @top-left {
294      content: normal;
295    }
296    @top-right {
297      content: normal;
298    }
299    @top-center {
300      content: normal;
301    }
302}
303</style>
304      <link rel="Author" href="#rfc.authors"/>
305      <link rel="Copyright" href="#rfc.copyrightnotice"/>
306      <link rel="Chapter" title="1 Dummy Section" href="#rfc.section.1"/>
307      <link rel="schema.dct" href="http://purl.org/dc/terms/"/>
308      <meta name="dct.creator" content="Doe, J."/>
309      <meta name="dct.identifier" content="urn:ietf:id:foo"/>
310      <meta name="dct.issued" scheme="ISO8601" content="2010-06-01"/>
311      <meta name="dct.abstract" content="Dummy Abstract."/>
312      <meta name="description" content="Dummy Abstract."/>
313   </head>
314   <body>
315      <table class="header">
316         <tbody>
317            <tr>
318               <td class="left">Network Working Group</td>
319               <td class="right">J. Doe</td>
320            </tr>
321            <tr>
322               <td class="left">Internet-Draft</td>
323               <td class="right">June 1, 2010</td>
324            </tr>
325            <tr>
326               <td class="left">Intended status: Informational</td>
327               <td class="right"/>
328            </tr>
329            <tr>
330               <td class="left">Expires: December 3, 2010</td>
331               <td class="right"/>
332            </tr>
333         </tbody>
334      </table>
335      <p class="title">Example for @ipr="trust200902"/@submissionType="independent" as of June 2010<br/>
336         <span class="filename">foo</span>
337      </p>
338      <h1 id="rfc.abstract">
339         <a href="#rfc.abstract">Abstract</a>
340      </h1>
341      <p>Dummy Abstract.</p>
342      <h1>
343         <a id="rfc.status" href="#rfc.status">Status of this Memo</a>
344      </h1>
345      <p>This Internet-Draft is submitted in full conformance with the provisions of BCP 78 and BCP 79.</p>
346      <p>Internet-Drafts are working documents of the Internet Engineering Task Force (IETF). Note that other groups may also distribute working documents as Internet-Drafts. The list of current Internet-Drafts is at <a href="http://datatracker.ietf.org/drafts/current/">http://datatracker.ietf.org/drafts/current/</a>.</p>
347      <p>Internet-Drafts are draft documents valid for a maximum of six months and may be updated, replaced, or obsoleted by other documents at any time. It is inappropriate to use Internet-Drafts as reference material or to cite them other than as “work in progress”.</p>
348      <p>This Internet-Draft will expire on December 3, 2010.</p>
349      <h1>
350         <a id="rfc.copyrightnotice" href="#rfc.copyrightnotice">Copyright Notice</a>
351      </h1>
352      <p>Copyright © 2010 IETF Trust and the persons identified as the document authors. All rights reserved.</p>
353      <p>This document is subject to BCP 78 and the IETF Trust's Legal Provisions Relating to IETF Documents (<a href="http://trustee.ietf.org/license-info">http://trustee.ietf.org/license-info</a>) in effect on the date of publication of this document. Please review these documents carefully, as they describe your rights and restrictions with respect to this document.</p>
354      <h1 id="rfc.section.1" class="np">
355         <a href="#rfc.section.1">1.</a> Dummy Section</h1>
356      <p id="rfc.section.1.p.1">Dummy Section.</p>
357      <div class="avoidbreak">
358         <h1 id="rfc.authors">
359            <a href="#rfc.authors">Author's Address</a>
360         </h1>
361         <address class="vcard">
362            <span class="vcardline">
363               <span class="fn">John Doe</span>
364               <span class="n hidden">
365                  <span class="family-name">Doe</span>
366                  <span class="given-name">John</span>
367               </span>
368            </span>
369         </address>
370      </div>
371   </body>
372</html>
Note: See TracBrowser for help on using the repository browser.