-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html.tmpl
executable file
·114 lines (99 loc) · 4.05 KB
/
index.html.tmpl
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
<!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" dir="ltr" lang="en">
<head>
<title><TMPL_VAR name></title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="robots" content="index,follow" />
<link rel="stylesheet" type="text/css" href="/ubuntu/style.css" />
<link rel="alternate" type="application/rss+xml" href="<TMPL_VAR link>rss20.xml" title="<TMPL_VAR name> RSS" />
<link rel="shortcut icon" href="<TMPL_VAR link>images/favicon.ico" />
</head>
<body class="blog">
<div id="wrapper" class="hfeed">
<div id="header">
<ul>
<li>
<a href="http://help.ubuntu.com">Ubuntu Documentation</a>
</li>
<li>
<a href="https://launchpad.net/">Launchpad</a>
</li>
<li>
<a href="http://www.ubuntu-id.org">Ubuntu-ID</a>
</li>
<li>
<a href="http://www.ubuntu.com">Ubuntu.com</a>
</li>
</ul>
<div id="orangeHeader">
<h1>
<a href="<TMPL_VAR link>" title="<TMPL_VAR name>"><span><TMPL_VAR name></span></a>
</h1>
</div>
</div>
<div id="main">
<div id="container">
<div id="content">
<TMPL_VAR admin>
<TMPL_LOOP Items>
<TMPL_IF new_date>
<h3 id="todaysDate"><TMPL_VAR new_date></h3>
</TMPL_IF>
<div class="hentry post">
<div class="postHeader">
<TMPL_IF channel_face>
<img class="face" src="ubuntu/heads/<TMPL_VAR channel_face ESCAPE="HTML">" alt="">
<TMPL_ELSE>
<img class="face" src="ubuntu/images/nobody.png" alt="">
</TMPL_IF>
<h2 class="entry-title"><a href="<TMPL_VAR link ESCAPE="HTML">" title="<TMPL_VAR channel_title_plain ESCAPE="HTML">"><TMPL_VAR title></a></h2>
<br>
<br>
<br>
<h3><TMPL_VAR channel_name></h3>
<div class="clearBoth"></div>
</div>
<div class="entry-content">
<TMPL_VAR content>
<div class="clearBoth"></div>
</div>
<div class="entry-utility">
<span class="cat-links"><a href="<TMPL_VAR link ESCAPE="HTML">">by <TMPL_VAR channel_name> on <TMPL_VAR date><TMPL_IF category> tagged with <TMPL_VAR category></TMPL_IF></a></span>
</div>
</div><!-- .post -->
</TMPL_LOOP>
</div><!-- #content -->
</div><!-- #container -->
<div id="secondary" class="aside main-aside">
<ul class="xoxo">
<li class="widgetcontainer widget_text">
<h3 class="widgettitle">About Planet Ubuntu-ID</h3>
<p>Planet Ubuntu-ID is a window into the world, work and lives of Ubuntu contributors.</p>
<p>If you are an Ubuntu-ID Member, and would like your blog aggregated here, please filed a ticket in <a href="https://bugs.launchpad.net/ubuntu-id-web/+filebug">Launchpad</a>. Please <a href="http://wiki.ubuntu-id.org/DokumentasiKomunitas/Tandatangan-CoC">Signing CoC</a> first before submitting ticket and subscribing to <a href="http://groups.google.com/group/id-ubuntu">Ubuntu-ID Mailling list</a>.</p>
</li>
<li class="widgetcontainer widget_extended-categories">
<h3 class="widgettitle">Feeds</h3>
<ul>
<TMPL_LOOP Channels>
<li>
<a href="<TMPL_VAR url ESCAPE="HTML">" title="subscribe"><img src="images/feed-icon-10x10.png" alt="(feed)" /></a> <a <TMPL_IF link>href="<TMPL_VAR link ESCAPE="HTML">" </TMPL_IF><TMPL_IF message>class="message" title="<TMPL_VAR message ESCAPE="HTML">"</TMPL_IF><TMPL_UNLESS message>title="<TMPL_VAR title_plain ESCAPE="HTML">"</TMPL_UNLESS>><TMPL_VAR name></a>
</li>
</TMPL_LOOP>
</ul>
</li>
</ul>
</div><!-- #secondary .aside -->
<div class="clearBoth"></div>
</div><!-- #main -->
</div><!-- #wrapper .hfeed -->
<div id="footer">
<div id="siteinfo">
<p>
Blog entries aggregated on this page are owned by, and represent the opinion of the author.<br />
© 2010 <a href="http://www.canonical.com">Canonical Ltd.</a> Ubuntu, Kubuntu, Edubuntu and Canonical are trademarks of Canonical Ltd.<br />
Powered by <a href="http://github.com/rubys/venus/">Planet Venus</a> on Ubuntu — <a href="http://www.ubuntu.com/feedback">Feedback</a> — <a href="http://www.ubuntu.com/legal">Legal</a>
</p>
</div><!-- #siteinfo -->
</div><!-- #footer -->
</body>
</html>