<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="nl">
	<id>https://www.nietsaanhethandje.nl/index.php?action=history&amp;feed=atom&amp;title=Test_print</id>
	<title>Test print - Bewerkingsoverzicht</title>
	<link rel="self" type="application/atom+xml" href="https://www.nietsaanhethandje.nl/index.php?action=history&amp;feed=atom&amp;title=Test_print"/>
	<link rel="alternate" type="text/html" href="https://www.nietsaanhethandje.nl/index.php?title=Test_print&amp;action=history"/>
	<updated>2026-04-04T15:15:40Z</updated>
	<subtitle>Bewerkingsoverzicht voor deze pagina op de wiki</subtitle>
	<generator>MediaWiki 1.42.3</generator>
	<entry>
		<id>https://www.nietsaanhethandje.nl/index.php?title=Test_print&amp;diff=308&amp;oldid=prev</id>
		<title>Editor: Nieuwe pagina aangemaakt met &#039;&lt;html&gt; &lt;!DOCTYPE html&gt; &lt;html lang=&quot;en&quot;&gt; &lt;head&gt;     &lt;meta charset=&quot;UTF-8&quot;&gt;     &lt;meta name=&quot;viewport&quot; content=&quot;width=device-width, initial-scale=1.0&quot;&gt;     &lt;title&gt;Print to PDF Test&lt;/title&gt;     &lt;style&gt;         body {             font-family: Arial, sans-serif;             margin: 20px;         }         table {             width: 100%;             border-collapse: collapse;             margin-bottom: 20px;         }         table, th, td {             border: 1px...&#039;</title>
		<link rel="alternate" type="text/html" href="https://www.nietsaanhethandje.nl/index.php?title=Test_print&amp;diff=308&amp;oldid=prev"/>
		<updated>2024-09-03T13:18:03Z</updated>

		<summary type="html">&lt;p&gt;Nieuwe pagina aangemaakt met &amp;#039;&amp;lt;html&amp;gt; &amp;lt;!DOCTYPE html&amp;gt; &amp;lt;html lang=&amp;quot;en&amp;quot;&amp;gt; &amp;lt;head&amp;gt;     &amp;lt;meta charset=&amp;quot;UTF-8&amp;quot;&amp;gt;     &amp;lt;meta name=&amp;quot;viewport&amp;quot; content=&amp;quot;width=device-width, initial-scale=1.0&amp;quot;&amp;gt;     &amp;lt;title&amp;gt;Print to PDF Test&amp;lt;/title&amp;gt;     &amp;lt;style&amp;gt;         body {             font-family: Arial, sans-serif;             margin: 20px;         }         table {             width: 100%;             border-collapse: collapse;             margin-bottom: 20px;         }         table, th, td {             border: 1px...&amp;#039;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Nieuwe pagina&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;html&amp;gt;&lt;br /&gt;
&amp;lt;!DOCTYPE html&amp;gt;&lt;br /&gt;
&amp;lt;html lang=&amp;quot;en&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;head&amp;gt;&lt;br /&gt;
    &amp;lt;meta charset=&amp;quot;UTF-8&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;meta name=&amp;quot;viewport&amp;quot; content=&amp;quot;width=device-width, initial-scale=1.0&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;title&amp;gt;Print to PDF Test&amp;lt;/title&amp;gt;&lt;br /&gt;
    &amp;lt;style&amp;gt;&lt;br /&gt;
        body {&lt;br /&gt;
            font-family: Arial, sans-serif;&lt;br /&gt;
            margin: 20px;&lt;br /&gt;
        }&lt;br /&gt;
        table {&lt;br /&gt;
            width: 100%;&lt;br /&gt;
            border-collapse: collapse;&lt;br /&gt;
            margin-bottom: 20px;&lt;br /&gt;
        }&lt;br /&gt;
        table, th, td {&lt;br /&gt;
            border: 1px solid black;&lt;br /&gt;
        }&lt;br /&gt;
        th, td {&lt;br /&gt;
            padding: 10px;&lt;br /&gt;
            text-align: left;&lt;br /&gt;
        }&lt;br /&gt;
        th {&lt;br /&gt;
            background-color: #f2f2f2;&lt;br /&gt;
        }&lt;br /&gt;
        .print-button {&lt;br /&gt;
            padding: 10px 20px;&lt;br /&gt;
            font-size: 16px;&lt;br /&gt;
            cursor: pointer;&lt;br /&gt;
            background-color: #4CAF50;&lt;br /&gt;
            color: white;&lt;br /&gt;
            border: none;&lt;br /&gt;
            border-radius: 5px;&lt;br /&gt;
        }&lt;br /&gt;
        @media print {&lt;br /&gt;
            .print-button {&lt;br /&gt;
                display: none;&lt;br /&gt;
            }&lt;br /&gt;
        }&lt;br /&gt;
    &amp;lt;/style&amp;gt;&lt;br /&gt;
&amp;lt;/head&amp;gt;&lt;br /&gt;
&amp;lt;body&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;h1&amp;gt;Sample Data Table&amp;lt;/h1&amp;gt;&lt;br /&gt;
    &amp;lt;p&amp;gt;This is a test page containing a sample data table. You can print this page as a PDF by clicking the button below.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;table&amp;gt;&lt;br /&gt;
        &amp;lt;thead&amp;gt;&lt;br /&gt;
            &amp;lt;tr&amp;gt;&lt;br /&gt;
                &amp;lt;th&amp;gt;ID&amp;lt;/th&amp;gt;&lt;br /&gt;
                &amp;lt;th&amp;gt;Name&amp;lt;/th&amp;gt;&lt;br /&gt;
                &amp;lt;th&amp;gt;Age&amp;lt;/th&amp;gt;&lt;br /&gt;
                &amp;lt;th&amp;gt;Occupation&amp;lt;/th&amp;gt;&lt;br /&gt;
            &amp;lt;/tr&amp;gt;&lt;br /&gt;
        &amp;lt;/thead&amp;gt;&lt;br /&gt;
        &amp;lt;tbody&amp;gt;&lt;br /&gt;
            &amp;lt;tr&amp;gt;&lt;br /&gt;
                &amp;lt;td&amp;gt;1&amp;lt;/td&amp;gt;&lt;br /&gt;
                &amp;lt;td&amp;gt;John Doe&amp;lt;/td&amp;gt;&lt;br /&gt;
                &amp;lt;td&amp;gt;28&amp;lt;/td&amp;gt;&lt;br /&gt;
                &amp;lt;td&amp;gt;Software Engineer&amp;lt;/td&amp;gt;&lt;br /&gt;
            &amp;lt;/tr&amp;gt;&lt;br /&gt;
            &amp;lt;tr&amp;gt;&lt;br /&gt;
                &amp;lt;td&amp;gt;2&amp;lt;/td&amp;gt;&lt;br /&gt;
                &amp;lt;td&amp;gt;Jane Smith&amp;lt;/td&amp;gt;&lt;br /&gt;
                &amp;lt;td&amp;gt;34&amp;lt;/td&amp;gt;&lt;br /&gt;
                &amp;lt;td&amp;gt;Graphic Designer&amp;lt;/td&amp;gt;&lt;br /&gt;
            &amp;lt;/tr&amp;gt;&lt;br /&gt;
            &amp;lt;tr&amp;gt;&lt;br /&gt;
                &amp;lt;td&amp;gt;3&amp;lt;/td&amp;gt;&lt;br /&gt;
                &amp;lt;td&amp;gt;Michael Johnson&amp;lt;/td&amp;gt;&lt;br /&gt;
                &amp;lt;td&amp;gt;41&amp;lt;/td&amp;gt;&lt;br /&gt;
                &amp;lt;td&amp;gt;Project Manager&amp;lt;/td&amp;gt;&lt;br /&gt;
            &amp;lt;/tr&amp;gt;&lt;br /&gt;
            &amp;lt;tr&amp;gt;&lt;br /&gt;
                &amp;lt;td&amp;gt;4&amp;lt;/td&amp;gt;&lt;br /&gt;
                &amp;lt;td&amp;gt;Emily Davis&amp;lt;/td&amp;gt;&lt;br /&gt;
                &amp;lt;td&amp;gt;23&amp;lt;/td&amp;gt;&lt;br /&gt;
                &amp;lt;td&amp;gt;Data Analyst&amp;lt;/td&amp;gt;&lt;br /&gt;
            &amp;lt;/tr&amp;gt;&lt;br /&gt;
        &amp;lt;/tbody&amp;gt;&lt;br /&gt;
    &amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;button class=&amp;quot;print-button&amp;quot; onclick=&amp;quot;window.print()&amp;quot;&amp;gt;Print to PDF&amp;lt;/button&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/body&amp;gt;&lt;br /&gt;
&amp;lt;/html&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/html&amp;gt;&lt;/div&gt;</summary>
		<author><name>Editor</name></author>
	</entry>
</feed>