04_numberguess_continuations/src/templates/success.html

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<!--
  -  Copyright 2001-2006 Geert Bevin <gbevin[remove] at uwyn dot com>
  -  Distributed under the terms of either:
  -  * the common development and distribution license (CDDL), v1.0; or
  -  * the GNU Lesser General Public License, v2.1 or later
  -  $Id: success.html 3363 2006-07-10 09:16:38Z gbevin $
  -->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

<head>
    <title>Success</title>
</head>

<body>
    <p>Yes, the answer was <r:v name="answer"/>.</p>
    <p>You guessed it in <r:v name="guesses"/> tries.</p>
    <p><a href="${v EXIT:QUERY:start/}">start again</a></p>
</body>

</html>