comparison doc/customizing.txt @ 1918:0798ce090450

oops
author Richard Jones <richard@users.sourceforge.net>
date Thu, 13 Nov 2003 05:56:48 +0000
parents 6e80f8f760a4
children c40ed9113285
comparison
equal deleted inserted replaced
1917:9bf9cf980656 1918:0798ce090450
1 =================== 1 ===================
2 Customising Roundup 2 Customising Roundup
3 =================== 3 ===================
4 4
5 :Version: $Revision: 1.104 $ 5 :Version: $Revision: 1.105 $
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::
1021 1021
1022 @note 1022 @note
1023 This is equivalent to:: 1023 This is equivalent to::
1024 1024
1025 @link@messages=msg-1 1025 @link@messages=msg-1
1026 @msg-1@content=value 1026 msg-1@content=value
1027 1027
1028 except that in addition, the "author" and "date" properties of 1028 except that in addition, the "author" and "date" properties of
1029 "msg-1" are set to the userid of the submitter, and the current 1029 "msg-1" are set to the userid of the submitter, and the current
1030 time, respectively. 1030 time, respectively.
1031 1031
1032 @file 1032 @file
1033 This is equivalent to:: 1033 This is equivalent to::
1034 1034
1035 @link@files=file-1 1035 @link@files=file-1
1036 @file-1@content=value 1036 file-1@content=value
1037 1037
1038 The String content value is handled as described above for file 1038 The String content value is handled as described above for file
1039 uploads. 1039 uploads.
1040 1040
1041 If both the "@note" and "@file" form variables are 1041 If both the "@note" and "@file" form variables are

Roundup Issue Tracker: http://roundup-tracker.org/