templates/taggr.html
author terom
Thu, 17 Jan 2008 01:56:04 +0000
changeset 23 10841abbc01f
child 24 001f52cd057e
permissions -rw-r--r--
taggr2, which is starting to shape up
23
10841abbc01f taggr2, which is starting to shape up
terom
parents:
diff changeset
     1
<%! use_javascript = True %>
10841abbc01f taggr2, which is starting to shape up
terom
parents:
diff changeset
     2
<%inherit file="master.html" /> <!-- %> -->
10841abbc01f taggr2, which is starting to shape up
terom
parents:
diff changeset
     3
10841abbc01f taggr2, which is starting to shape up
terom
parents:
diff changeset
     4
    <div id="taggr">
10841abbc01f taggr2, which is starting to shape up
terom
parents:
diff changeset
     5
        <div id="tags">
10841abbc01f taggr2, which is starting to shape up
terom
parents:
diff changeset
     6
            <table cellpadding="0" cellspacing="0" id="tag_table">
10841abbc01f taggr2, which is starting to shape up
terom
parents:
diff changeset
     7
                <tr>
10841abbc01f taggr2, which is starting to shape up
terom
parents:
diff changeset
     8
                    <td class="tag">
10841abbc01f taggr2, which is starting to shape up
terom
parents:
diff changeset
     9
                        otaniemi
10841abbc01f taggr2, which is starting to shape up
terom
parents:
diff changeset
    10
                    </td>
10841abbc01f taggr2, which is starting to shape up
terom
parents:
diff changeset
    11
                    <td class="tag_images" id="otaniemi">
10841abbc01f taggr2, which is starting to shape up
terom
parents:
diff changeset
    12
                        <img src="http://photos.marttila.de/otaniemi/2007-10-31/thumbs/PA315851.JPG" />
10841abbc01f taggr2, which is starting to shape up
terom
parents:
diff changeset
    13
                        <img src="http://photos.marttila.de/otaniemi/2007-10-31/thumbs/PA315859.JPG" />
10841abbc01f taggr2, which is starting to shape up
terom
parents:
diff changeset
    14
                    </td>
10841abbc01f taggr2, which is starting to shape up
terom
parents:
diff changeset
    15
                </tr>
10841abbc01f taggr2, which is starting to shape up
terom
parents:
diff changeset
    16
                <tr>
10841abbc01f taggr2, which is starting to shape up
terom
parents:
diff changeset
    17
                    <td class="tag">
10841abbc01f taggr2, which is starting to shape up
terom
parents:
diff changeset
    18
                        otaranta
10841abbc01f taggr2, which is starting to shape up
terom
parents:
diff changeset
    19
                    </td>
10841abbc01f taggr2, which is starting to shape up
terom
parents:
diff changeset
    20
                    <td class="tag_images" id="otaranta">
10841abbc01f taggr2, which is starting to shape up
terom
parents:
diff changeset
    21
                        <img src="http://photos.marttila.de/otaniemi/2007-10-31/thumbs/PA295785.JPG" />
10841abbc01f taggr2, which is starting to shape up
terom
parents:
diff changeset
    22
                        <img src="http://photos.marttila.de/otaniemi/2007-10-31/thumbs/PA295787.JPG" />
10841abbc01f taggr2, which is starting to shape up
terom
parents:
diff changeset
    23
                        <img src="http://photos.marttila.de/otaniemi/2007-10-31/thumbs/PA295806.JPG" />
10841abbc01f taggr2, which is starting to shape up
terom
parents:
diff changeset
    24
                    </td>
10841abbc01f taggr2, which is starting to shape up
terom
parents:
diff changeset
    25
                </tr>
10841abbc01f taggr2, which is starting to shape up
terom
parents:
diff changeset
    26
                <tr>
10841abbc01f taggr2, which is starting to shape up
terom
parents:
diff changeset
    27
                    <td class="tag">
10841abbc01f taggr2, which is starting to shape up
terom
parents:
diff changeset
    28
                        sik
10841abbc01f taggr2, which is starting to shape up
terom
parents:
diff changeset
    29
                    </td>
10841abbc01f taggr2, which is starting to shape up
terom
parents:
diff changeset
    30
                    <td class="tag_images" id="sik">
10841abbc01f taggr2, which is starting to shape up
terom
parents:
diff changeset
    31
                        <img src="http://photos.marttila.de/otaniemi/2007-10-31/thumbs/PA315851.JPG" />
10841abbc01f taggr2, which is starting to shape up
terom
parents:
diff changeset
    32
                        <img src="http://photos.marttila.de/otaniemi/2007-10-31/thumbs/PA315859.JPG" />
10841abbc01f taggr2, which is starting to shape up
terom
parents:
diff changeset
    33
                    </td>
10841abbc01f taggr2, which is starting to shape up
terom
parents:
diff changeset
    34
                </tr>   
10841abbc01f taggr2, which is starting to shape up
terom
parents:
diff changeset
    35
                <tr>
10841abbc01f taggr2, which is starting to shape up
terom
parents:
diff changeset
    36
                    <td class="tag">
10841abbc01f taggr2, which is starting to shape up
terom
parents:
diff changeset
    37
                        <ul>
10841abbc01f taggr2, which is starting to shape up
terom
parents:
diff changeset
    38
                            <li>sky</li>
10841abbc01f taggr2, which is starting to shape up
terom
parents:
diff changeset
    39
                            <li>clouds</li>
10841abbc01f taggr2, which is starting to shape up
terom
parents:
diff changeset
    40
                        </ul>
10841abbc01f taggr2, which is starting to shape up
terom
parents:
diff changeset
    41
                    </td>
10841abbc01f taggr2, which is starting to shape up
terom
parents:
diff changeset
    42
                    <td class="tag_images" id="sky/clouds">
10841abbc01f taggr2, which is starting to shape up
terom
parents:
diff changeset
    43
                        <img src="http://photos.marttila.de/otaniemi/2007-10-31/thumbs/PA295821.JPG" />
10841abbc01f taggr2, which is starting to shape up
terom
parents:
diff changeset
    44
                    </td>
10841abbc01f taggr2, which is starting to shape up
terom
parents:
diff changeset
    45
                </tr>   
10841abbc01f taggr2, which is starting to shape up
terom
parents:
diff changeset
    46
<!--                
10841abbc01f taggr2, which is starting to shape up
terom
parents:
diff changeset
    47
                <tr>
10841abbc01f taggr2, which is starting to shape up
terom
parents:
diff changeset
    48
                    <td class="tag">
10841abbc01f taggr2, which is starting to shape up
terom
parents:
diff changeset
    49
10841abbc01f taggr2, which is starting to shape up
terom
parents:
diff changeset
    50
                    </td>
10841abbc01f taggr2, which is starting to shape up
terom
parents:
diff changeset
    51
                    <td class="tag_images">
10841abbc01f taggr2, which is starting to shape up
terom
parents:
diff changeset
    52
10841abbc01f taggr2, which is starting to shape up
terom
parents:
diff changeset
    53
                    </td>
10841abbc01f taggr2, which is starting to shape up
terom
parents:
diff changeset
    54
                </tr>   
10841abbc01f taggr2, which is starting to shape up
terom
parents:
diff changeset
    55
-->                
10841abbc01f taggr2, which is starting to shape up
terom
parents:
diff changeset
    56
            </table>
10841abbc01f taggr2, which is starting to shape up
terom
parents:
diff changeset
    57
            <label for="tag_name">New tag</label>
10841abbc01f taggr2, which is starting to shape up
terom
parents:
diff changeset
    58
            <input type="text" name="new_tag" id="new_tag" />
10841abbc01f taggr2, which is starting to shape up
terom
parents:
diff changeset
    59
            <input type="button" value="Add" onclick="new_tag($F($('new_tag')))" />
10841abbc01f taggr2, which is starting to shape up
terom
parents:
diff changeset
    60
10841abbc01f taggr2, which is starting to shape up
terom
parents:
diff changeset
    61
        </div>
10841abbc01f taggr2, which is starting to shape up
terom
parents:
diff changeset
    62
10841abbc01f taggr2, which is starting to shape up
terom
parents:
diff changeset
    63
        <div id="images">
10841abbc01f taggr2, which is starting to shape up
terom
parents:
diff changeset
    64
            <%include file="taggr_dir.html" />
10841abbc01f taggr2, which is starting to shape up
terom
parents:
diff changeset
    65
        </div>
10841abbc01f taggr2, which is starting to shape up
terom
parents:
diff changeset
    66
    </div>
10841abbc01f taggr2, which is starting to shape up
terom
parents:
diff changeset
    67