com presentations: tweaks: mx14.html slides/intro/nold.xml slides/intro/nold2.xml slides/intro/nold3.xml

[email protected] (Rasmus Lerdorf)
Newsgroups php.pres
Message-ID <[email protected]>
Commit:    9e421207f104681147d669afb7f2818032f446fb
Author:    Rasmus Lerdorf <[email protected]>         Tue, 2 Dec 2014 22:18:30 -0800
Parents:   65d6f22b90939c0d591db9312bef6ae79745cc87
Branches:  master

Link:       http://git.php.net/?p=presentations.git;a=commitdiff;h=9e421207f104681147d669afb7f2818032f446fb

Log:
tweaks

Changed paths:
  M  mx14.html
  M  slides/intro/nold.xml
  M  slides/intro/nold2.xml
  M  slides/intro/nold3.xml


Diff:
diff --git a/mx14.html b/mx14.html
index 430ef95..8653b50 100644
--- a/mx14.html
+++ b/mx14.html
@@ -54,7 +54,7 @@
 				</section>
 					<section>
 		<h2 margin-bottom="2em">1993</h2><br>
-		<pre><code>#include &lt;stdio.h&gt;
+		<pre><code class="C">#include &lt;stdio.h&gt;
 #include &lt;stdlib.h&gt;
 #include &lt;ctype.h&gt;
 #include &lt;string.h&gt;
@@ -121,7 +121,7 @@ void main(int argc, char *argv[]) {
 	</section>
 	<section>
 		<h2 margin-bottom="2em">1993</h2><br>
-		<pre><code>use CGI qw(:standard);
+		<pre><code class="Perl">use CGI qw(:standard);
 print header;
 print start_html('Form Example'),
     h1('My Example Form'),
@@ -141,7 +141,7 @@ print end_html;</code></pre>
 	</section>
 	<section>
 		<h2 margin-bottom="2em">1994</h2><br>
-		<pre><code>&lt;html&gt;&lt;head&gt;&lt;title&gt;Form Example&lt;/title&gt;&lt;/head&gt;
+		<pre><code class="PHP">&lt;html&gt;&lt;head&gt;&lt;title&gt;Form Example&lt;/title&gt;&lt;/head&gt;
 &lt;body&gt;&lt;h1&gt;My Example Form&lt;/h1&gt;
 &lt;form action=&quot;form.phtml&quot; method=&quot;POST&quot;&gt;
 Name: &lt;input type=&quot;text&quot; name=&quot;name&quot;&gt;
diff --git a/slides/intro/nold.xml b/slides/intro/nold.xml
index 8615e03..a4d2ac3 100644
--- a/slides/intro/nold.xml
+++ b/slides/intro/nold.xml
@@ -1,5 +1,5 @@
 <slide title="1993">
-<example fontsize="1.5em" ><![CDATA[#include <stdio.h>
+<example fontsize="1.5em" type="C"><![CDATA[#include <stdio.h>
 #include <stdlib.h>
 #include <ctype.h>
 #include <string.h>
diff --git a/slides/intro/nold2.xml b/slides/intro/nold2.xml
index dcbccf2..e524926 100644
--- a/slides/intro/nold2.xml
+++ b/slides/intro/nold2.xml
@@ -2,7 +2,7 @@
 
 <break lines="1" />
 
-<example><![CDATA[use CGI qw(:standard);
+<example type="Perl"><![CDATA[use CGI qw(:standard);
 print header;
 print start_html('Form Example'),
     h1('My Example Form'),
diff --git a/slides/intro/nold3.xml b/slides/intro/nold3.xml
index 4fd92d3..8a80b88 100644
--- a/slides/intro/nold3.xml
+++ b/slides/intro/nold3.xml
@@ -2,7 +2,7 @@
 
 <break lines="1" />
 
-<example><![CDATA[<html><head><title>Form Example</title></head>
+<example type="PHP"><![CDATA[<html><head><title>Form Example</title></head>
 <body><h1>My Example Form</h1>
 <form action="form.phtml" method="POST">
 Name: <input type="text" name="name">
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.