[Checkins] SVN: grok/trunk/doc/groktut/storing_data/src/sample/app_templates/ Forgot to add this.

Martijn Faassen faassen at infrae.com
Sat Mar 17 11:22:02 EDT 2007


Log message for revision 73294:
  Forgot to add this.
  

Changed:
  A   grok/trunk/doc/groktut/storing_data/src/sample/app_templates/
  A   grok/trunk/doc/groktut/storing_data/src/sample/app_templates/edit.pt
  A   grok/trunk/doc/groktut/storing_data/src/sample/app_templates/index.pt

-=-
Added: grok/trunk/doc/groktut/storing_data/src/sample/app_templates/edit.pt
===================================================================
--- grok/trunk/doc/groktut/storing_data/src/sample/app_templates/edit.pt	2007-03-17 15:16:09 UTC (rev 73293)
+++ grok/trunk/doc/groktut/storing_data/src/sample/app_templates/edit.pt	2007-03-17 15:22:01 UTC (rev 73294)
@@ -0,0 +1,8 @@
+<html>
+<body>
+<form tal:attributes="action view/url" method="POST">
+Text to store: <input type="text" name="text" value="" /><br />
+<input type="submit" value="Store" />
+</form>
+</body>
+</html>

Added: grok/trunk/doc/groktut/storing_data/src/sample/app_templates/index.pt
===================================================================
--- grok/trunk/doc/groktut/storing_data/src/sample/app_templates/index.pt	2007-03-17 15:16:09 UTC (rev 73293)
+++ grok/trunk/doc/groktut/storing_data/src/sample/app_templates/index.pt	2007-03-17 15:22:01 UTC (rev 73294)
@@ -0,0 +1,5 @@
+<html>
+<body>
+<p>The text: <span tal:replace="python:context.text">text</span></p>
+</body>
+</html>



More information about the Checkins mailing list