comparison examples/turbogears/markuptest/templates/welcome.html @ 110:44fbc30d78cd

update the example TurboGears app and include an example of using TurboGears wigets
author mgood
date Fri, 28 Jul 2006 18:57:55 +0000
parents d5db5e3aec58
children
comparison
equal deleted inserted replaced
109:2de3f9d84a1c 110:44fbc30d78cd
7 <head> 7 <head>
8 <meta content="text/html; charset=UTF-8" http-equiv="content-type" py:replace="''"/> 8 <meta content="text/html; charset=UTF-8" http-equiv="content-type" py:replace="''"/>
9 <title>Welcome to TurboGears</title> 9 <title>Welcome to TurboGears</title>
10 </head> 10 </head>
11 11
12 <body id="welcome"> 12 <body>
13 <p>Congratulations, your TurboGears application is running as of <span py:replace="now">now</span>.</p> 13 <p>Congratulations, your TurboGears application is running as of <span py:replace="now">now</span>.</p>
14 14
15 <h2>Are you ready to Gear Up?</h2> 15 <h2>Are you ready to Gear Up?</h2>
16 16
17 <p>Take the following steps to dive right in:</p> 17 <p>Take the following steps to dive right in:</p>
29 29
30 <p>If you haven't already, you might check out some of the <a href="http://www.turbogears.org/docs/" >documentation</a>.</p> 30 <p>If you haven't already, you might check out some of the <a href="http://www.turbogears.org/docs/" >documentation</a>.</p>
31 31
32 <p>Thanks for using TurboGears! See you on the <a href="http://groups.google.com/group/turbogears" >mailing list</a> and the "turbogears" channel on irc.freenode.org!</p> 32 <p>Thanks for using TurboGears! See you on the <a href="http://groups.google.com/group/turbogears" >mailing list</a> and the "turbogears" channel on irc.freenode.org!</p>
33 33
34 ${ET(widget.display())}
35
34 </body> 36 </body>
35 </html> 37 </html>
Copyright (C) 2012-2017 Edgewall Software