# HG changeset patch # User cavaliet # Date 1368717036 -7200 # Node ID fd8af0251ceec7355f351205c5179a1c1522ffbe # Parent 9fd6247d8c87838effddb84242ca19dfd23d2878 pagination for contents in resources page diff -r 9fd6247d8c87 -r fd8af0251cee src/metadatacomposer/static/metadatacomposer/css/style.css --- a/src/metadatacomposer/static/metadatacomposer/css/style.css Thu May 16 15:48:26 2013 +0200 +++ b/src/metadatacomposer/static/metadatacomposer/css/style.css Thu May 16 17:10:36 2013 +0200 @@ -80,4 +80,8 @@ .html-apercu{overflow: auto; margin-top: 10px;} .input-image-url{display: none;} .timeline-annotation-widget{width: 460px;height: 40px;background-color: #ecf0f1; position: relative;} -.timeline-annotation-widget .annotation{width: 10px; height: 10px; background-color: #c0392b; position: absolute; top:15px;} \ No newline at end of file +.timeline-annotation-widget .annotation{width: 10px; height: 10px; background-color: #c0392b; position: absolute; top:15px;} +.loader { + background: url(../img/loader.gif) center no-repeat; + background-size: 25px 25px; +} \ No newline at end of file diff -r 9fd6247d8c87 -r fd8af0251cee src/metadatacomposer/static/metadatacomposer/img/loader.gif Binary file src/metadatacomposer/static/metadatacomposer/img/loader.gif has changed diff -r 9fd6247d8c87 -r fd8af0251cee src/metadatacomposer/templates/metadatacomposer_home.html --- a/src/metadatacomposer/templates/metadatacomposer_home.html Thu May 16 15:48:26 2013 +0200 +++ b/src/metadatacomposer/templates/metadatacomposer_home.html Thu May 16 17:10:36 2013 +0200 @@ -13,7 +13,7 @@ {% block css_import %} - + {% endblock %} {% block css_page %} @@ -65,27 +65,27 @@




![]() |
+ {% thumbnail res.content.image "60x60" crop="center" format="PNG" as im %} {% endthumbnail %} |
{{ res.content.title }} |
|