XSLTools

Change of examples/Common/VerySimpleWithLogin/Resources/success_template.xhtml

597:9d9740a72d07
examples/Common/VerySimpleWithLogin/Resources/success_template.xhtml
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/examples/Common/VerySimpleWithLogin/Resources/success_template.xhtml	Sun Jun 10 22:50:03 2007 +0000
     1.3 @@ -0,0 +1,18 @@
     1.4 +<?xml version="1.0" encoding="iso-8859-1"?>
     1.5 +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
     1.6 +       "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
     1.7 +<html xmlns="http://www.w3.org/1999/xhtml"
     1.8 + xmlns:template="http://www.boddie.org.uk/ns/xmltools/template">
     1.9 +<head>
    1.10 +  <title>Very Simple Login Succeeded</title>
    1.11 +  <script type="text/javascript" src="{$root}scripts/sarissa.js"> </script>
    1.12 +  <script type="text/javascript" src="{$root}scripts/XSLForms.js"> </script>
    1.13 +</head>
    1.14 +
    1.15 +<body template:element="success">
    1.16 +<h1>Login Successful</h1>
    1.17 +
    1.18 +  <p>Please proceed to the <a href="{@location}">application</a>.</p>
    1.19 +
    1.20 +</body>
    1.21 +</html>