]> git.parisson.com Git - telemeta.git/commit
- coupled the web interface with the export layer
authorolivier <>
Mon, 23 Apr 2007 08:09:32 +0000 (08:09 +0000)
committerolivier <>
Mon, 23 Apr 2007 08:09:32 +0000 (08:09 +0000)
commit6d9a741334ef9084c4c1f082ac92b59a7bace2a5
treedab8c5b07a349b90d3a749c39c3f2707e3013836
parentb503f0b954e5c5bce9664c0e7d44e1b36ba3ec85
- coupled the web interface with the export layer
- improved collections and items browsing
- minor CSS improvements
- now using Django typical models instead of "dynamic" ones
- made simple models based on Dublin Core elements
telemeta/css/style.css
telemeta/models.py
telemeta/templates/base.html
telemeta/templates/collection_detail.html [new file with mode: 0644]
telemeta/templates/collection_list.html [new file with mode: 0644]
telemeta/templates/index.html
telemeta/templates/mediaitem_detail.html [new file with mode: 0644]
telemeta/templates/mediaitem_list.html
telemeta/urls.py
telemeta/views/web.py