~ubuntu-manual-website/+junk/ump-planet-theme

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
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en">
    <head>
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
        <title>Planet Ubuntu Manual</title>
        <link rel="stylesheet" href="css/styles.css" type="text/css" media="screen, projection" />
	<link rel="icon" href="http://planet.ubuntu-manual.org/favicon.ico" type="image/x-icon">
	<link rel="shortcut icon" href="http://planet.ubuntu-manual.org/favicon.ico" type="image/x-icon">
	<link rel="alternate" type="application/rss+xml" title="Planet Ubuntu Manual feed" href="http://planet.ubuntu-manual.org/rss20.xml" />
    </head>
    <body>
        <div id="wrapper">
            <div id="header">
                <div id="nav">
                    <a href="#" title=""><img src="images/navbar/picto1.png" border="0" alt="" /></a>
                    <a href="#" title=""><img src="images/navbar/picto2.png" border="0" alt="" /></a>
                    <a href="#" title=""><img src="images/navbar/picto3.png" border="0" alt="" /></a>
                    <a href="#" title=""><img src="images/navbar/picto4.png" border="0" alt="" /></a>
                    <a href="#" title=""><img src="images/navbar/picto5.png" border="0" alt="" /></a>
                </div>
                <div id="links">
                    <a href="http://www.ubuntu-manual.org" title="Website">Website</a>
                    <a href="https://launchpad.net/ubuntu-manual" title="Launchpad">Launchpad</a>
                    <a href="http://twitter.com/TheUbuntuManual" title="Twitter">Twitter</a>
                    <a href="http://www.facebook.com/pages/The-Ubuntu-Manual/266794861575?ref=nf" title="Facebook">Facebook</a>
                    <a href="http://www.ubuntu-manual.org" title="Contact us">Contact Us</a>
                </div>
            </div>
            <div id="logo">
                <div class="ump-logo">
                    <img src="images/sidebar/logo.png" width="257" height="35" border="0" alt="Ubuntu Manual Project" />
                </div>
            </div>
            <!-- Page -->
            <div id="page">
                    <!-- Content -->
		    <div id="content">
                    <TMPL_LOOP Items>
	               <TMPL_IF new_date>
                          <h2 class="date"><TMPL_VAR new_date></h2>
	               </TMPL_IF>
		          <!-- 1st Topic -->
		          <div class="entry <TMPL_IF channel_nick><TMPL_VAR channel_nick></TMPL_IF>">
				<div class="author">
                                <TMPL_IF channel_face>
				    <a href="#"><img class="avatar" title="<TMPL_VAR channel_name><TMPL_IF channel_nick><br />(<TMPL_VAR channel_nick>)</TMPL_IF>" src="<TMPL_VAR channel_face ESCAPE="HTML">" width="57" height="57" border="0" alt="" /></a>
                                <TMPL_ELSE>
     				    <a href="#"><img class="avatar" title="<TMPL_VAR channel_name><TMPL_IF channel_nick><br />(<TMPL_VAR channel_nick>)</TMPL_IF>" src="images/content/nobody.png" width="57" height="57" border="0" alt="" /></a>
                                </TMPL_IF>
                                </div>
				<div class="topic">
				    <div class="topic_header">
				    </div>
				    <div class="topic_title">
                                    <TMPL_IF title>
				          <a href="#" title="<TMPL_VAR title>"><a href="<TMPL_VAR link ESCAPE="HTML">"><TMPL_VAR title></a>
				    <TMPL_ELSE>
				          <span>&nbsp;</span>
				    </TMPL_IF>     
				    </div>
				    <div class="topic_middle">
				        <div class="topic_content">
						<TMPL_VAR content>
				        </div>
				    </div>
				    <div class="topic_footer">
		                        <span class="date_time"><a href="<TMPL_VAR link ESCAPE="HTML">"><TMPL_VAR date></a></span>
		                    </div>
				</div>
		          </div>
                    </TMPL_LOOP>
		    </div>
                    <!-- End of Content -->
                    <!-- SideBar -->
                    <div id="sidebar">
		         <p>
		         Planet Ubuntu Manual gives you an insight 
		         into the lives of the Ubuntu Manual Team 
		         contributors, authors, designers and coders. 
		         </p>
		         <p>
		         For more information on the project, see the 
		         links at the top of this page. Be sure to join us 
		         on Facebook and Twitter for news updates,
		         screenshots and progress reports!
		         </p>
                         <div class="success">Last Updated: <TMPL_VAR date> (UTC).</div>
		         <div class="subscribe">
		              <span>Subscribe</span>
		              <ul>
		                   <li><a href="http://planet.ubuntu-manual.org/rss20.xml">RSS 2.0</a></li>
		                   <li><a href="http://planet.ubuntu-manual.org/rss10.xml">RSS 1.0</a></li>
		                   <li><a href="http://planet.ubuntu-manual.org/foafroll.xml">FOAF</a></li>
		                   <li><a href="http://planet.ubuntu-manual.org/opml.xml">OPML</a></li>
		              </ul>
		         </div>
		         <div class="feeds">
		              <span>Feeds</span>
		              <ul>
                              <TMPL_LOOP Channels>
			           <li><a href="<TMPL_VAR link ESCAPE="HTML">"><TMPL_VAR name ESCAPE="HTML"></a></li>
	                      </TMPL_LOOP>
		              </ul>
		         </div>
		         <div class="twitter">
		              <span>Twitter</span>
		              <ul>
		                   <li id="tweet1">Loading Tweets...</li>
		                   <li id="tweet2"></li>
		                   <li id="tweet3"></li>
		                   <li id="tweet4"></li>
		                   <li id="tweet5"></li>
		              </ul>
		         </div>
		    </div>
                    <!-- End of SideBar -->
            </div>
            <!-- End of Page -->
            <!-- Footer -->
            <div id="footer">
               <div id="footer_twitter">
                   Loading Tweets...<br /><br />
               </div>
               <div id="footer_links">
                   <span class="copyright">&copy; 2010 Ubuntu Manual Team, some rights reserved</span><br />
                   <ul class="links1">
                        <li><a href="#">Quickshot</a></li>
                        <li><a href="#">USLC</a></li>
                        <li><a href="#">Our philosophy</a></li>
                        <li><a href="#">Report a bug</a></li>
                        <li><a href="#">Contact us</a></li>
                   </ul>
                   <ul class="links2">
                        <li><a href="http://planet.ubuntu-manual.org" title="Planet Ubuntu Manual">Planet</a></li>
                        <li><a href="http://www.facebook.com/pages/The-Ubuntu-Manual/266794861575?ref=nf" title="Facebook">Facebook</a></li>
                        <li><a href="http://twitter.com/TheUbuntuManual" title="Twitter">Twitter</a></li>
                   </ul>
               </div>
            </div>
            <!-- End of Footer -->
        </div>
        <!-- End of Wrapper -->

        <!-- Javascript -->
        <script type='text/javascript' src='js/jquery.js'></script>
        <script type="text/javascript" src="js/tipsy.js"></script>
        <script type="text/javascript" src="js/tweet.js"></script>
        <script type='text/javascript'> 
           $(function() {
    
                 $('.avatar').tipsy({gravity: 's',html: true });
    
           });
       </script>
    </body>
</html>