Author: david
Date: Wed Oct 14 16:42:13 2009
New Revision: 3742

Log:
Add a stripped-down layout for AJAX/XHR calls.

Added:
   trunk/apps/qubit/templates/xmlResponseLayout.php   (contents, props changed)

Added: trunk/apps/qubit/templates/xmlResponseLayout.php
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ trunk/apps/qubit/templates/xmlResponseLayout.php    Wed Oct 14 16:42:13 
2009        (r3742)
@@ -0,0 +1,11 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
+<html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
+<head>
+  <?php include_http_metas() ?>
+  <?php include_metas() ?>
+  <?php include_title() ?>
+</head>
+<body>
+  <?php echo $sf_data->getRaw('sf_content') ?>
+</body>
+</html>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Qubit Toolkit Commits" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.ca/group/qubit-commits?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to