summary refs log tree commit diff
path: root/lifestream.tt
blob: dafea8d33c1009c8e16a1c78eed44fbaacdc9f07 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
    <head>
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
        <link rel="stylesheet" href="lifestream.css" type="text/css" />
        <title>lumberjaph.net | lifestream</title>
        <script type="text/javascript" src="http://code.jquery.com/jquery-latest.js"></script>
    </head>
    <body id="motion" class="user-profile layout-wtt">
        <div id="container">
            <div id="container-inner">
    <div id="header">
        <div id="flickr_badge_uber_wrapper">
            <script type="text/javascript"
                src="http://www.flickr.com/badge_code_v2.gne?count=10&display=latest&size=s&layout=h&source=user&user=27734462%40N00"></script>
           
    </div></div>
                <div id="content">
                    <div id="content-inner">
                        <div id="alpha">
                            <div id="alpha-inner">
                                <div class="profile-header">
                                    <div class="userpic"><img src="images/me.jpg" alt="franck" /></div>
                                    <div class="profile-header-content"><h1 id="page-title">franck cuny</h1></div>
                                    <a href="http://lumberjaph.net">lumberjpah.net</a><br />
                                    mail: franck [at] lumberjaph [dot] net<br />
                                    <a href="http://lumberjaph.net/blog/">blog</a><br />
                                    <a href="http://lumberjaph.net/code/">code</a><br />
                                </div>
                                <div class="actions">
                                    [% USE Dumper %]
                                    [% FOREACH entry IN entries %]
                                        <h2>actions for [% entry.date %]</h2>
                                        <ul class="action-listing">
                                        [% FOREACH action IN entry.actions %]
                                        <li class="icon-service-[% action.source %]">
                                        <span class="action-listing-date"> [% action.date %] - I posted to <a href="[% action.source_url %]">[% action.source %]</a></span>
                                        <br />
                                                <span class="action-listing-title">
                                                    <a href="[% action.link %]" target="_blank">[% action.title %]</a>
                                                </span>
                                            </li>
                                        [% END %]
                                        </ul>
                                    [% END %]

                        </div>



                        </div>
                    </div>


                    <div id="beta">
    <div id="beta-inner">

        
            <div class="widget-elsewhere widget">
    <h3>

        find me elsewhere

    </h3>
    <div class="widget-content">
        <ul class="action-stream-list">

            [% FOREACH profile IN profiles %]
                <li class="service-icon icon-service-[% profile.source %]">
                    <a href="[% profile.source_url %]" rel="me">[% profile.caption %] Profile</a>
        
                </li>
            [% END %]
    
            <li class="service-icon icon-service-flickr">
                <a href="http://flickr.com/photos/franck/" rel="me">Flickr Profile</a>
    
            </li>



        </ul>

    </div>
</div>

        

        



                </div>
            </div>


            <div id="footer">
    <div id="footer-inner">
        <div id="footer-content">
<div class="widget-about-site widget">
    <h3 class="widget-header">About</h3>
    <div class="widget-content">
        <a href="http://lumberjaph.net/code/?p=lifestream.git;a=summary">code</a> <a href="http://www.perlfoundation.org/artistic_license_2_0">artistic license</a> | content <a href="http://creativecommons.org/licenses/by/2.0/fr/deed.en">creatie commons</a>
    </div>
</div><div class="widget-powered widget">
</div>
        </div>
    </div>
</div>



        </div>
    </div>

                                    

</body></html>