Mercurial > p > roundup > code
comparison doc/customizing.txt @ 1156:d0da32fbdedc
gadfly backend now complete
can handle schema changes in non-Multilinks (though only one at a time
at present)
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Mon, 16 Sep 2002 08:04:46 +0000 |
| parents | e0142ee233e8 |
| children | e2b5f02cefe3 |
comparison
equal
deleted
inserted
replaced
| 1155:5cf0a6b6e787 | 1156:d0da32fbdedc |
|---|---|
| 1 =================== | 1 =================== |
| 2 Customising Roundup | 2 Customising Roundup |
| 3 =================== | 3 =================== |
| 4 | 4 |
| 5 :Version: $Revision: 1.41 $ | 5 :Version: $Revision: 1.42 $ |
| 6 | 6 |
| 7 .. This document borrows from the ZopeBook section on ZPT. The original is at: | 7 .. This document borrows from the ZopeBook section on ZPT. The original is at: |
| 8 http://www.zope.org/Documentation/Books/ZopeBook/current/ZPT.stx | 8 http://www.zope.org/Documentation/Books/ZopeBook/current/ZPT.stx |
| 9 | 9 |
| 10 .. contents:: | 10 .. contents:: |
| 1885 enctype="multipart/form-data"> | 1885 enctype="multipart/form-data"> |
| 1886 <input type="hidden" name=":template" value="add_page1"> | 1886 <input type="hidden" name=":template" value="add_page1"> |
| 1887 <input type="hidden" name=":action" value="page1submit"> | 1887 <input type="hidden" name=":action" value="page1submit"> |
| 1888 | 1888 |
| 1889 <strong>Category:</strong> | 1889 <strong>Category:</strong> |
| 1890 <span tal:replace="structure context/category/menu" /> | 1890 <tal:block tal:replace="structure context/category/menu" /> |
| 1891 <input type="submit" value="Continue"> | 1891 <input type="submit" value="Continue"> |
| 1892 </form> | 1892 </form> |
| 1893 | 1893 |
| 1894 The next page has the usual issue entry information, with the addition of | 1894 The next page has the usual issue entry information, with the addition of |
| 1895 the following form fragments:: | 1895 the following form fragments:: |
