Content Management/Internal Questions: Difference between revisions
Jump to navigation
Jump to search
(New page: ==='''Python'''=== ---- ==='''Django'''=== ---- ==='''Design'''=== ----) |
No edit summary |
||
(2 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
{{Stub}} |
|||
==='''Python'''=== |
==='''Python'''=== |
||
Line 11: | Line 13: | ||
---- |
---- |
||
<code><pre> |
|||
<form action="somefile.html" method="post"> |
|||
Text: <input name="a_text_field" type="text" /><br /> |
|||
File: <input name="field_name" type="file" /><br /> |
|||
<input name="submit_button" type="submit" /> |
|||
</form> |
|||
</pre></code> |
|||
[[Category:Content Management]] |
Latest revision as of 00:17, 1 February 2008
This article is a stub. You can help the OLPC project by expanding it.
Python
Django
Design
<form action="somefile.html" method="post">
Text: <input name="a_text_field" type="text" /><br />
File: <input name="field_name" type="file" /><br />
<input name="submit_button" type="submit" />
</form>