Initial revision
This commit is contained in:
parent
1ba4e8011b
commit
bbfcb3d4f4
104 changed files with 3100 additions and 0 deletions
17
code/Image/type.properties
Normal file
17
code/Image/type.properties
Normal file
|
@ -0,0 +1,17 @@
|
|||
_datasource=antville
|
||||
_tablename=IMAGE
|
||||
|
||||
_id=ID
|
||||
_parent=weblog.images[named]
|
||||
|
||||
weblog=WEBLOG_ID>weblog.ID
|
||||
alias=ALIAS
|
||||
filename=FILENAME
|
||||
fileext=FILEEXT
|
||||
width=WIDTH
|
||||
height=HEIGHT
|
||||
alttext=ALTTEXT
|
||||
createtime=CREATETIME
|
||||
creator=CREATOR>user.ID
|
||||
modifytime=MODIFYTIME
|
||||
modifier=MODIFIER>user.ID
|
Loading…
Add table
Add a link
Reference in a new issue