First functions
Added first functions in backend The homepage can now show the most recent archives
This commit is contained in:
parent
a2f9b4f978
commit
d4016ce80c
8 changed files with 187 additions and 30 deletions
|
@ -49,7 +49,7 @@
|
|||
<node id="n0">
|
||||
<data key="d0">1</data>
|
||||
<data key="d5">
|
||||
<y:RectD X="-268.5" Y="-250" Width="130" Height="130"/>
|
||||
<y:RectD X="-268.5" Y="-273.25" Width="130" Height="176.5"/>
|
||||
</data>
|
||||
<data key="d7">
|
||||
<x0:EntityNodeStyle fill="{y:GraphMLReference 1}" insetFill="{y:GraphMLReference 2}" stroke="BLACK">
|
||||
|
@ -61,6 +61,7 @@
|
|||
<sys:String>ID</sys:String>
|
||||
<sys:String>NAME</sys:String>
|
||||
<sys:String>HASH</sys:String>
|
||||
<sys:String>SIZE</sys:String>
|
||||
<sys:String>IMPORTED</sys:String>
|
||||
<sys:String>CATEGORY</sys:String>
|
||||
<sys:String>OWNER</sys:String>
|
||||
|
@ -100,9 +101,9 @@
|
|||
<x0:EntityRelationshipModel.attributes>
|
||||
<x:Array Type="sys:Object">
|
||||
<sys:String>ID</sys:String>
|
||||
<sys:String>NAME</sys:String>
|
||||
<sys:String>CATEGORY</sys:String>
|
||||
<sys:String>PARENT</sys:String>
|
||||
<sys:String>DESC</sys:String>
|
||||
<sys:String>DESCRIPTION</sys:String>
|
||||
</x:Array>
|
||||
</x0:EntityRelationshipModel.attributes>
|
||||
</x0:EntityRelationshipModel>
|
||||
|
@ -114,6 +115,11 @@
|
|||
<y:FreeNodePortLocationModelParameter Ratio="0.5,0.007575757575757569"/>
|
||||
</data>
|
||||
</port>
|
||||
<port name="p1">
|
||||
<data key="d16">
|
||||
<y:FreeNodePortLocationModelParameter Ratio="0.9924242424242424,0.5"/>
|
||||
</data>
|
||||
</port>
|
||||
</node>
|
||||
<node id="n2">
|
||||
<data key="d0">3</data>
|
||||
|
@ -128,7 +134,7 @@
|
|||
<x0:EntityRelationshipModel.attributes>
|
||||
<x:Array Type="sys:Object">
|
||||
<sys:String>ID</sys:String>
|
||||
<sys:String>NAME</sys:String>
|
||||
<sys:String>LABEL</sys:String>
|
||||
<sys:String>CATEGORY</sys:String>
|
||||
<sys:String>TYPE</sys:String>
|
||||
</x:Array>
|
||||
|
@ -147,6 +153,11 @@
|
|||
<y:FreeNodePortLocationModelParameter Ratio="0.5,0.007575757575757569"/>
|
||||
</data>
|
||||
</port>
|
||||
<port name="p2">
|
||||
<data key="d16">
|
||||
<y:FreeNodePortLocationModelParameter Ratio="0.5,0.9924242424242424"/>
|
||||
</data>
|
||||
</port>
|
||||
</node>
|
||||
<node id="n3">
|
||||
<data key="d0">4</data>
|
||||
|
@ -161,8 +172,8 @@
|
|||
<x0:EntityRelationshipModel.attributes>
|
||||
<x:Array Type="sys:Object">
|
||||
<sys:String>ID</sys:String>
|
||||
<sys:String>ARCH</sys:String>
|
||||
<sys:String>LAB</sys:String>
|
||||
<sys:String>ARCHID</sys:String>
|
||||
<sys:String>LABID</sys:String>
|
||||
</x:Array>
|
||||
</x0:EntityRelationshipModel.attributes>
|
||||
</x0:EntityRelationshipModel>
|
||||
|
@ -225,7 +236,7 @@
|
|||
<sys:String>ID</sys:String>
|
||||
<sys:String>SESSKEY</sys:String>
|
||||
<sys:String>CREATED</sys:String>
|
||||
<sys:String>LIMIT</sys:String>
|
||||
<sys:String>LIFE</sys:String>
|
||||
</x:Array>
|
||||
</x0:EntityRelationshipModel.attributes>
|
||||
</x0:EntityRelationshipModel>
|
||||
|
@ -251,8 +262,8 @@
|
|||
<x0:EntityRelationshipModel.attributes>
|
||||
<x:Array Type="sys:Object">
|
||||
<sys:String>ID</sys:String>
|
||||
<sys:String>NAME</sys:String>
|
||||
<sys:String>DESC</sys:String>
|
||||
<sys:String>TYPE</sys:String>
|
||||
<sys:String>DESCRIPTION</sys:String>
|
||||
</x:Array>
|
||||
</x0:EntityRelationshipModel.attributes>
|
||||
</x0:EntityRelationshipModel>
|
||||
|
@ -311,5 +322,14 @@
|
|||
</yjs:PolylineEdgeStyle>
|
||||
</data>
|
||||
</edge>
|
||||
<edge id="e5" source="n2" target="n1" sourceport="p2" targetport="p1">
|
||||
<data key="d13">
|
||||
<yjs:PolylineEdgeStyle stroke="{y:GraphMLReference 5}" targetArrow="{y:GraphMLReference 6}">
|
||||
<yjs:PolylineEdgeStyle.sourceArrow>
|
||||
<yjs:Arrow type="NONE" scale="0.75" stroke="#FF663800" fill="{y:GraphMLReference 4}"/>
|
||||
</yjs:PolylineEdgeStyle.sourceArrow>
|
||||
</yjs:PolylineEdgeStyle>
|
||||
</data>
|
||||
</edge>
|
||||
</graph>
|
||||
</graphml>
|
Loading…
Add table
Add a link
Reference in a new issue