Commit 38002cae3f4bf3378a8ccc5dbe445cf463c93ea7
1 parent
438bc0bc
added @package tag
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@389 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
17 changed files
with
44 additions
and
10 deletions
lib/DefaultLookup.inc
lib/Log.inc
lib/documentmanagement/Document.inc
lib/documentmanagement/DocumentBrowser.inc
lib/documentmanagement/DocumentField.inc
lib/documentmanagement/DocumentFieldLink.inc
lib/documentmanagement/DocumentTransaction.inc
lib/documentmanagement/PhysicalDocumentManager.inc
lib/email/Email.inc
lib/foldermanagement/Folder.inc
lib/foldermanagement/PhysicalFolderManagement.inc
lib/visualpatterns/PatternCustom.inc
lib/visualpatterns/PatternImage.inc
| 1 | 1 | <?php |
| 2 | 2 | |
| 3 | 3 | /* |
| 4 | -Given an image URL, this class will render it inside a single cell table | |
| 5 | - | |
| 6 | -@author Rob Cherry, Jam Warehouse (Pty) Ltd, South Africa | |
| 7 | -@date 7 January 2003 | |
| 4 | +* @package lib.visualpatterns | |
| 5 | + * | |
| 6 | + * Given an image URL, this class will render it inside a single cell table | |
| 7 | + * | |
| 8 | + * @author Rob Cherry, Jam Warehouse (Pty) Ltd, South Africa | |
| 9 | + * @date 7 January 2003 | |
| 8 | 10 | |
| 9 | 11 | */ |
| 10 | 12 | ... | ... |
lib/visualpatterns/PatternListBox.inc
lib/visualpatterns/PatternMainPage.inc
lib/visualpatterns/PatternTableLinks.inc
| 1 | 1 | <?php |
| 2 | 2 | /* |
| 3 | - | |
| 4 | -Given an array of URLs, this class will render them as an | |
| 5 | -HTML table with with specified number of rows and columns | |
| 6 | - | |
| 7 | -@author Rob Cherry, Jam Warehouse (Pty) Ltd, South Africa | |
| 8 | -@date 7 January 2003 | |
| 3 | +* @package lib.visualpatterns | |
| 4 | +* | |
| 5 | +* | |
| 6 | +* Given an array of URLs, this class will render them as an | |
| 7 | +* HTML table with with specified number of rows and columns | |
| 8 | +* | |
| 9 | +* @author Rob Cherry, Jam Warehouse (Pty) Ltd, South Africa | |
| 10 | +* @date 7 January 2003 | |
| 9 | 11 | */ |
| 10 | 12 | |
| 11 | 13 | define("TEXT", 1); | ... | ... |