[bknr-cvs] r1873 - branches/xml-class-rework/projects/lisp-ecoop/website/templates

bknr at bknr.net bknr at bknr.net
Thu Feb 23 06:42:34 UTC 2006


Author: hhubner
Date: 2006-02-23 00:42:34 -0600 (Thu, 23 Feb 2006)
New Revision: 1873

Modified:
   branches/xml-class-rework/projects/lisp-ecoop/website/templates/edit-profile.xml
   branches/xml-class-rework/projects/lisp-ecoop/website/templates/profile.xml
   branches/xml-class-rework/projects/lisp-ecoop/website/templates/submission.xml
Log:
Make all templates use the current toplevel inclusion mechanism.


Modified: branches/xml-class-rework/projects/lisp-ecoop/website/templates/edit-profile.xml
===================================================================
--- branches/xml-class-rework/projects/lisp-ecoop/website/templates/edit-profile.xml	2006-02-23 06:38:33 UTC (rev 1872)
+++ branches/xml-class-rework/projects/lisp-ecoop/website/templates/edit-profile.xml	2006-02-23 06:42:34 UTC (rev 1873)
@@ -1,13 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
 	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<bknr:toplevel
-  template="toplevel"
-  title="Edit Profile"
-  xmlns="http://www.w3.org/1999/xhtml"
-  xmlns:bknr="http://bknr.net"
-  xmlns:lisp-ecoop="http://lisp-ecoop06.bknr.net"
-  >
+<lisp-ecoop:page name="edit profile"
+  xmlns:lisp-ecoop="http://lisp-ecoop06.bknr.net">
 
 <h1>Participant Profile Editor</h1>
 <p>
@@ -108,4 +103,4 @@
 href="/bknr-technology">the Website technology blurb</a> for a
 description of the technology used by this web site.
 </p>
-</bknr:toplevel>
+</lisp-ecoop:page>

Modified: branches/xml-class-rework/projects/lisp-ecoop/website/templates/profile.xml
===================================================================
--- branches/xml-class-rework/projects/lisp-ecoop/website/templates/profile.xml	2006-02-23 06:38:33 UTC (rev 1872)
+++ branches/xml-class-rework/projects/lisp-ecoop/website/templates/profile.xml	2006-02-23 06:42:34 UTC (rev 1873)
@@ -1,13 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
 	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<bknr:toplevel
-  template="toplevel"
-  title="Edit Profile"
-  xmlns="http://www.w3.org/1999/xhtml"
-  xmlns:bknr="http://bknr.net"
-  xmlns:lisp-ecoop="http://lisp-ecoop06.bknr.net"
-  >
+<lisp-ecoop:page name="participant profile"
+  xmlns:lisp-ecoop="http://lisp-ecoop06.bknr.net">
 
 <lisp-ecoop:profile>
   <h1>Participant Profile</h1>
@@ -50,4 +45,4 @@
     </tr>
   </table>
 </lisp-ecoop:profile>
-</bknr:toplevel>
+</lisp-ecoop:page>

Modified: branches/xml-class-rework/projects/lisp-ecoop/website/templates/submission.xml
===================================================================
--- branches/xml-class-rework/projects/lisp-ecoop/website/templates/submission.xml	2006-02-23 06:38:33 UTC (rev 1872)
+++ branches/xml-class-rework/projects/lisp-ecoop/website/templates/submission.xml	2006-02-23 06:42:34 UTC (rev 1873)
@@ -1,13 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
 	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<bknr:toplevel
-  template="toplevel"
-  title="Edit Submission"
-  xmlns="http://www.w3.org/1999/xhtml"
-  xmlns:bknr="http://bknr.net"
-  xmlns:lisp-ecoop="http://lisp-ecoop06.bknr.net"
-  >
+<lisp-ecoop:page name="submission"
+  xmlns:lisp-ecoop="http://lisp-ecoop06.bknr.net">
 
 <lisp-ecoop:load-argument-object>
   <h1>$(title)</h1>
@@ -15,4 +10,4 @@
   <blockquote><pre>$(abstract)</pre></blockquote>
   <a href="/pdf/$(object-id)">[Show PDF]</a>
 </lisp-ecoop:load-argument-object>
-</bknr:toplevel>
+</lisp-ecoop:page>




More information about the Bknr-cvs mailing list