Initial revision
This commit is contained in:
parent
1ba4e8011b
commit
bbfcb3d4f4
104 changed files with 3100 additions and 0 deletions
45
code/Site/type.properties
Normal file
45
code/Site/type.properties
Normal file
|
@ -0,0 +1,45 @@
|
|||
_datasource=antville
|
||||
_tablename=WEBLOG
|
||||
_subnodes=<story.WEBLOG_ID
|
||||
_subnodes.groupby=DAY
|
||||
_subnodes.order=CREATETIME DESC
|
||||
_subnodes.groupby.order=CREATETIME DESC
|
||||
|
||||
_id=ID
|
||||
owner=OWNER_ID>user.ID
|
||||
title=TITLE
|
||||
alias=ALIAS
|
||||
tagline=TAGLINE
|
||||
birthdate=BIRTHDATE
|
||||
bgcolor=BGCOLOR
|
||||
textfont=TEXTFONT
|
||||
textcolor=TEXTCOLOR
|
||||
textsize=TEXTSIZE
|
||||
linkcolor=LINKCOLOR
|
||||
alinkcolor=ALINKCOLOR
|
||||
vlinkcolor=VLINKCOLOR
|
||||
titlefont=TITLEFONT
|
||||
titlecolor=TITLECOLOR
|
||||
titlesize=TITLESIZE
|
||||
online=ISONLINE
|
||||
lastupdate=LASTUPDATE
|
||||
blocked=ISBLOCKED
|
||||
discussions=HASDISCUSSIONS
|
||||
days=SHOWDAYS
|
||||
archive=SHOWARCHIVE
|
||||
createtime=CREATETIME
|
||||
creator=CREATOR>user.ID
|
||||
modifytime=MODIFYTIME
|
||||
modifier=MODIFIER>user.ID
|
||||
|
||||
|
||||
skinmanager=[virtual]skin.NAME
|
||||
skinmanager.subnodeRelation=<skin.WEBLOG_ID
|
||||
skinmanager.areSubnodes=true
|
||||
skinmanager.groupby=PROTO
|
||||
|
||||
members=[mountpoint]membership
|
||||
|
||||
images=[mountpoint]imagemgr
|
||||
|
||||
skins=[mountpoint]skinmgr
|
Loading…
Add table
Add a link
Reference in a new issue