~krystianch/pgrid-web-nojs

a1dd38fac5ef62cf042572c766254a3e324c2ff7 — Minh Nguyen Cong 1 year, 3 months ago 80ca810
Update text
1 files changed, 2 insertions(+), 2 deletions(-)

M templates/index.html
M templates/index.html => templates/index.html +2 -2
@@ 37,10 37,10 @@
                                    {% if col[0] == img %}
                                        <style>
                                            .dir {
                                                transform: rotate(45deg); /*TODO: make the arrow rotate based on the x variable */
                                                transform: rotate({{(x+180)%360}}deg) /*TODO: make the arrow rotate based on the x variable */
                                            }
                                        </style>
                                        <a class="dir" style="color: red">↑</a>
                                        <a class="dir" style="color: red; font-size: small;">↑</a>
                                    {% else %}
                                        <a style="color: blue" href="/?img={{col[0]}}&zoom={{zoom}}&x={{x}}&y={{y}}">•</a>
                                    {% endif %}