summary refs log tree commit diff
path: root/lifestream.tt
blob: b405336bd7d6ff2476ab1671dfd7fd8db004cc88 (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
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
<!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 />
				    franck [at] lumberjaph [dot] net
				</p>	
                                </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">


            <li class="service-icon icon-service-delicious">
                <a href="http://delicious.com/krynsky/" rel="me">Delicious Profile</a>
    
            </li>

            <li class="service-icon icon-service-flickr">
                <a href="http://flickr.com/photos/krynsky/" rel="me">Flickr Profile</a>
    
            </li>


            <li class="service-icon icon-service-googlereader">
                <a href="http://www.google.com/reader/shared/01549324099173237561" rel="me">Google Reader Profile</a>
    
            </li>

            <li class="service-icon icon-service-lastfm">
                <a href="http://www.last.fm/user/krynsky/" rel="me">Last.fm Profile</a>
    
            </li>


            <li class="service-icon icon-service-identica">
                <a href="http://identi.ca/franck" rel="me">Identica Profile</a>
    
            </li>


            <li class="service-icon icon-service-myblog">
                <a href="http://lumberjaph.net/blog/" rel="me">my blog</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">

 code artistic licence | content creative commons

    </div>
</div><div class="widget-powered widget">
</div>
        </div>
    </div>
</div>



        </div>
    </div>

                                    

</body></html>