Content Management/Internal Questions: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
{{Stub}} |
|||
==='''Python'''=== |
==='''Python'''=== |
||
Line 12: | Line 14: | ||
---- |
---- |
||
<code><pre> |
|||
⚫ | |||
<form action="somefile.html" method="post"> |
|||
Text: <input name="a_text_field" type="text" /><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>