|
@@ -1,188 +1,189 @@
|
1
|
|
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
2
|
|
-<html xml:lang="en" xmlns="http://www.w3.org/1999/xhtml" lang="en"><head>
|
3
|
|
- {Gelato_includes}
|
4
|
|
- <link rel="stylesheet" type="text/css" href="{URL_Tumble}/themes/{Template_name}/style.css"/>
|
5
|
|
- <script language="javascript" type="text/javascript" src="{URL_Tumble}/admin/scripts/jquery.js"></script>
|
6
|
|
- <script language="javascript" type="text/javascript" src="{URL_Tumble}/admin/scripts/lightbox.js"></script>
|
7
|
|
- <link rel="stylesheet" type="text/css" href="{URL_Tumble}/admin/css/lightbox.css" />
|
8
|
|
-
|
9
|
|
- <!-- DEFAULT COLORS -->
|
10
|
|
- <meta name="color:Background" content="#002c43">
|
11
|
|
- <meta name="color:Content Background" content="#005885">
|
12
|
|
- <meta name="color:Content Border" content="#003955">
|
13
|
|
- <meta name="color:Title" content="#fff">
|
14
|
|
- <meta name="color:Description" content="#568">
|
15
|
|
- <meta name="color:Post Title" content="#fff">
|
16
|
|
- <meta name="color:Text" content="#fff">
|
17
|
|
- <meta name="color:Inline Link" content="#ff9900">
|
18
|
|
- <meta name="color:Quote" content="#fff">
|
19
|
|
- <meta name="color:Quote Source" content="#aaa">
|
20
|
|
- <meta name="color:Link Post" content="#ff9900">
|
21
|
|
- <meta name="color:Conversation Background" content="#46a6e9">
|
22
|
|
- <meta name="color:Conversation Border" content="#0070ba">
|
23
|
|
- <meta name="color:Conversation Text" content="#000">
|
24
|
|
- <meta name="color:Photo Border" content="#eee">
|
25
|
|
- <meta name="color:Date 1" content="#888">
|
26
|
|
- <meta name="color:Date 2" content="#4075a2">
|
27
|
|
- <!-- END DEFAULT COLORS -->
|
28
|
|
-
|
29
|
|
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
30
|
|
- <title>{Page_Title}</title>
|
31
|
|
- <link rel="alternate" type="application/rss+xml" title="RSS" href="{rssFeed}" />
|
32
|
|
-
|
33
|
|
- <!--[if lt IE 7]>
|
34
|
|
- <style type="text/css">
|
35
|
|
- #content {
|
36
|
|
- background-image: none;
|
37
|
|
- }
|
38
|
|
-
|
39
|
|
- .post .date {
|
40
|
|
- right: 600px;
|
41
|
|
- }
|
42
|
|
- </style>
|
43
|
|
- <![endif]-->
|
44
|
|
- </head>
|
45
|
|
- <body>
|
46
|
|
- <div id="content">
|
47
|
|
- <h1><a href="{URL_Tumble}">{Title}</a></h1>
|
48
|
|
- <div id="description">
|
49
|
|
- {Description}
|
50
|
|
- </div>
|
51
|
|
- {if $error}
|
52
|
|
- <div class="error">{$error}</div>
|
53
|
|
- {else}
|
54
|
|
- {block $rows as $row}
|
55
|
|
- <div class="post">
|
56
|
|
- <div class="permalink"><a href="{$row.Permalink}">•</a></div>
|
57
|
|
- <div class="date">
|
58
|
|
- {$row.Date_Added}
|
59
|
|
- </div>
|
60
|
|
-
|
61
|
|
- {if $row.postType=='post'}
|
62
|
|
- <div class="regular">
|
63
|
|
- <h2><a href="{$row.Permalink}">{$row.Title}</a></h2>
|
64
|
|
- {$row.Body}
|
65
|
|
- </div>
|
66
|
|
- {elseif $row.postType=='photo'}
|
67
|
|
- <div class="photo">
|
68
|
|
- <a {$row.Effect}><img src="{$row.PhotoURL}" alt="{$row.PhotoAlt}"></a>
|
69
|
|
- <div class="caption">
|
70
|
|
- {$row.Caption}
|
71
|
|
- </div>
|
72
|
|
- </div>
|
73
|
|
- {elseif $row.postType=='quote'}
|
74
|
|
- <div class="quote">
|
75
|
|
- <span class="quote">
|
76
|
|
- <big class="quote">“</big> <a href="{$row.Permalink}">{$row.Quote}</a>
|
77
|
|
- </span>
|
78
|
|
- <span class="source">{$row.Source}</span>
|
79
|
|
- </div>
|
80
|
|
- {elseif $row.postType=='url'}
|
81
|
|
- <div class="link">
|
82
|
|
- <a href="{$row.URL}" class="link" >{$row.Name}</a>
|
83
|
|
- <div class="description">{$row.Description}</div>
|
84
|
|
- </div>
|
85
|
|
- {elseif $row.postType=='conversation'}
|
86
|
|
- <div class="conversation">
|
87
|
|
- ...<h2><a href="{$row.Permalink}">{$row.Title}</a></h2>
|
88
|
|
- {$row.Conversation}
|
89
|
|
- </div>
|
90
|
|
- {elseif $row.postType=='video'}
|
91
|
|
- <div class="video">
|
92
|
|
- {$row.Video}
|
93
|
|
- <div class="caption">{$row.Caption}</div>
|
94
|
|
- </div>
|
95
|
|
- {elseif $row.postType=='mp3'}
|
96
|
|
- <div class="video">
|
97
|
|
- {$row.Mp3}
|
98
|
|
- <div class="caption">{$row.Caption}</div>
|
99
|
|
- </div>
|
100
|
|
- {/if}
|
101
|
|
- </div>
|
102
|
|
- {if !$id_post}
|
103
|
|
- <div class="totalComments">
|
104
|
|
- <h3>{__("Posted by")} {$row.User} {if $allowComments}- <a href="{$row.Permalink}#comments">( {$row.Comments_Number} ) {__("comments")}{/if}</a></h3>
|
105
|
|
- </div>
|
106
|
|
- {/if}
|
107
|
|
- {/block}
|
108
|
|
-
|
109
|
|
- {if $id_post}
|
110
|
|
- {if $row.Comments_Number>0}
|
111
|
|
- <div class="containerComments">
|
112
|
|
- <h3 id="comments">{$row.Comments_Number} {__("answers to")} “{$row.Post_Title}”</h3>
|
113
|
|
- <ol class="commentlist">
|
114
|
|
- {block $comments as $comment}
|
115
|
|
- <li class="alt" id="comment-{$comment.Id_Comment}">
|
116
|
|
- <cite>
|
117
|
|
- <a href="#comment-{$comment.Id_Comment}" title="Comment permalink">#</a>
|
118
|
|
- {$comment.Comment_Author} {__("said")}:
|
119
|
|
- </cite>
|
120
|
|
- <br />
|
121
|
|
- <span class="timestampComment"> {__("at")} {$comment.Date}</span><br /><br />
|
122
|
|
- {$comment.Comment}
|
123
|
|
- <br /><br />
|
124
|
|
- </li>
|
125
|
|
- {/block}
|
126
|
|
- </ol>
|
127
|
|
- </div>
|
128
|
|
- {/if}
|
129
|
|
-
|
130
|
|
- {if $allowComments}
|
131
|
|
- <div class="containerFormComments">
|
132
|
|
- <h3 id="respond">{__("Add your comment")}</h3>
|
133
|
|
-
|
134
|
|
- <form action="{Form_Action}" method="post" name="commentForm" id="commentForm">
|
135
|
|
- <p>
|
136
|
|
- <label for="username">
|
137
|
|
- <small>{__("Name:")}</small>
|
138
|
|
- </label>
|
139
|
|
- <input name="username" id="username" value="{whois.User_Cookie}" size="22" tabindex="1" type="text" />
|
140
|
|
- </p>
|
141
|
|
- <p>
|
142
|
|
- <label for="email">
|
143
|
|
- <small>{__("E-mail:")}</small>
|
144
|
|
- </label>
|
145
|
|
- <input name="email" id="email" value="{whois.Email_Cookie}" size="22" tabindex="2" type="text" />
|
146
|
|
- </p>
|
147
|
|
- <p>
|
148
|
|
- <label for="web">
|
149
|
|
- <small>{__("Website:")}</small>
|
150
|
|
- </label>
|
151
|
|
- <input name="web" id="web" value="{whois.Web_Cookie}" size="22" tabindex="3" type="text" />
|
152
|
|
- </p>
|
153
|
|
- <p>
|
154
|
|
- <textarea name="content" id="content" cols=" rows="10" tabindex="4"></textarea>
|
155
|
|
- </p>
|
156
|
|
- <p>
|
157
|
|
- <span style="color: rgb(136, 136, 136); margin-bottom: 10px; font-size: 10px;">
|
158
|
|
- {__("Some HTML allowed:")}<br />
|
159
|
|
-
|
160
|
|
- <code>
|
161
|
|
- <blockquote> <code> <em> <strong> <a>
|
162
|
|
- </code>
|
163
|
|
- </span>
|
164
|
|
- </p>
|
165
|
|
- <p>
|
166
|
|
- <input type="submit" value="Add comment" name="btnAdd" id="btnAdd" tabindex="5" />
|
167
|
|
- </p>
|
168
|
|
- <p>
|
169
|
|
- <input name="id_post" id="id_post" value="{id_post}" type="hidden" />
|
170
|
|
- <input name="comment_date" id="comment_date" value="{Date_Added}" type="hidden" />
|
171
|
|
- </p>
|
172
|
|
- </form>
|
173
|
|
- </div>
|
174
|
|
- {/if}
|
175
|
|
- {else}
|
176
|
|
- {pagination}
|
177
|
|
- {/if}
|
178
|
|
- {/if}
|
179
|
|
- <div id="footer">
|
180
|
|
- <p class="tiny">
|
181
|
|
- {__("subscribe via")} <a href="{URL_Tumble}/rss.php">rss</a> /
|
182
|
|
- {__("powered by")} <a href="http://www.gelatocms.com/">gelato cms</a>
|
183
|
|
- </p>
|
184
|
|
- </div>
|
185
|
|
- </div>
|
186
|
|
-
|
187
|
|
- </body>
|
188
|
|
-</html>
|
|
1
|
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
2
|
+<html xml:lang="en" xmlns="http://www.w3.org/1999/xhtml" lang="en"><head>
|
|
3
|
+ {Gelato_includes}
|
|
4
|
+ <link rel="stylesheet" type="text/css" href="{URL_Tumble}/themes/{Template_name}/style.css"/>
|
|
5
|
+ <script language="javascript" type="text/javascript" src="{URL_Tumble}/admin/scripts/jquery.js"></script>
|
|
6
|
+ <script language="javascript" type="text/javascript" src="{URL_Tumble}/admin/scripts/lightbox.js"></script>
|
|
7
|
+ <link rel="stylesheet" type="text/css" href="{URL_Tumble}/admin/css/lightbox.css" />
|
|
8
|
+
|
|
9
|
+ <!-- DEFAULT COLORS -->
|
|
10
|
+ <meta name="color:Background" content="#002c43">
|
|
11
|
+ <meta name="color:Content Background" content="#005885">
|
|
12
|
+ <meta name="color:Content Border" content="#003955">
|
|
13
|
+ <meta name="color:Title" content="#fff">
|
|
14
|
+ <meta name="color:Description" content="#568">
|
|
15
|
+ <meta name="color:Post Title" content="#fff">
|
|
16
|
+ <meta name="color:Text" content="#fff">
|
|
17
|
+ <meta name="color:Inline Link" content="#ff9900">
|
|
18
|
+ <meta name="color:Quote" content="#fff">
|
|
19
|
+ <meta name="color:Quote Source" content="#aaa">
|
|
20
|
+ <meta name="color:Link Post" content="#ff9900">
|
|
21
|
+ <meta name="color:Conversation Background" content="#46a6e9">
|
|
22
|
+ <meta name="color:Conversation Border" content="#0070ba">
|
|
23
|
+ <meta name="color:Conversation Text" content="#000">
|
|
24
|
+ <meta name="color:Photo Border" content="#eee">
|
|
25
|
+ <meta name="color:Date 1" content="#888">
|
|
26
|
+ <meta name="color:Date 2" content="#4075a2">
|
|
27
|
+ <!-- END DEFAULT COLORS -->
|
|
28
|
+
|
|
29
|
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
30
|
+ <title>{Page_Title}</title>
|
|
31
|
+ <link rel="alternate" type="application/rss+xml" title="RSS" href="{rssFeed}" />
|
|
32
|
+
|
|
33
|
+ <!--[if lt IE 7]>
|
|
34
|
+ <style type="text/css">
|
|
35
|
+ #content {
|
|
36
|
+ background-image: none;
|
|
37
|
+ }
|
|
38
|
+
|
|
39
|
+ .post .date {
|
|
40
|
+ right: 600px;
|
|
41
|
+ }
|
|
42
|
+ </style>
|
|
43
|
+ <![endif]-->
|
|
44
|
+ </head>
|
|
45
|
+ <body>
|
|
46
|
+ <div id="content">
|
|
47
|
+ <h1><a href="{URL_Tumble}">{Title}</a></h1>
|
|
48
|
+ <div id="description">
|
|
49
|
+ {Description}
|
|
50
|
+ </div>
|
|
51
|
+ {if $error}
|
|
52
|
+ <div class="error">{$error}</div>
|
|
53
|
+ {else}
|
|
54
|
+ {block $rows as $row}
|
|
55
|
+ <div class="post">
|
|
56
|
+ <div class="permalink"><a href="{$row.Permalink}">•</a></div>
|
|
57
|
+ <div class="date">
|
|
58
|
+ {$row.Date_Added}
|
|
59
|
+ </div>
|
|
60
|
+
|
|
61
|
+ {if $row.postType=='post'}
|
|
62
|
+ <div class="regular">
|
|
63
|
+ <h2><a href="{$row.Permalink}">{$row.Title}</a></h2>
|
|
64
|
+ {$row.Body}
|
|
65
|
+ </div>
|
|
66
|
+ {elseif $row.postType=='photo'}
|
|
67
|
+ <div class="photo">
|
|
68
|
+ <a {$row.Effect}><img src="{$row.PhotoURL}" alt="{$row.PhotoAlt}"></a>
|
|
69
|
+ <div class="caption">
|
|
70
|
+ {$row.Caption}
|
|
71
|
+ </div>
|
|
72
|
+ </div>
|
|
73
|
+ {elseif $row.postType=='quote'}
|
|
74
|
+ <div class="quote">
|
|
75
|
+ <span class="quote">
|
|
76
|
+ <big class="quote">“</big> <a href="{$row.Permalink}">{$row.Quote}</a>
|
|
77
|
+ </span>
|
|
78
|
+ <span class="source">{$row.Source}</span>
|
|
79
|
+ </div>
|
|
80
|
+ {elseif $row.postType=='url'}
|
|
81
|
+ <div class="link">
|
|
82
|
+ <a href="{$row.URL}" class="link" >{$row.Name}</a>
|
|
83
|
+ <div class="description">{$row.Description}</div>
|
|
84
|
+ </div>
|
|
85
|
+ {elseif $row.postType=='conversation'}
|
|
86
|
+ <div class="conversation">
|
|
87
|
+ ...<h2><a href="{$row.Permalink}">{$row.Title}</a></h2>
|
|
88
|
+ {$row.Conversation}
|
|
89
|
+ </div>
|
|
90
|
+ {elseif $row.postType=='video'}
|
|
91
|
+ <div class="video">
|
|
92
|
+ {$row.Video}
|
|
93
|
+ <div class="caption">{$row.Caption}</div>
|
|
94
|
+ </div>
|
|
95
|
+ {elseif $row.postType=='mp3'}
|
|
96
|
+ <div class="video">
|
|
97
|
+ {$row.Mp3}
|
|
98
|
+ <div class="caption">{$row.Caption}</div>
|
|
99
|
+ </div>
|
|
100
|
+ {/if}
|
|
101
|
+ </div>
|
|
102
|
+ {if !$id_post}
|
|
103
|
+ <div class="totalComments">
|
|
104
|
+ <h3>{__("Posted by")} {$row.User} {if $allowComments}- <a href="{$row.Permalink}#comments">( {$row.Comments_Number} ) {__("comments")}{/if}</a></h3>
|
|
105
|
+ </div>
|
|
106
|
+ {/if}
|
|
107
|
+ {/block}
|
|
108
|
+
|
|
109
|
+ {if $id_post}
|
|
110
|
+ {if $row.Comments_Number>0}
|
|
111
|
+ <div class="containerComments">
|
|
112
|
+ <h3 id="comments">{$row.Comments_Number} {__("answers to")} “{$row.Post_Title}”</h3>
|
|
113
|
+ <ol class="commentlist">
|
|
114
|
+ {block $comments as $comment}
|
|
115
|
+ <li class="alt" id="comment-{$comment.Id_Comment}">
|
|
116
|
+ <cite>
|
|
117
|
+ <a href="#comment-{$comment.Id_Comment}" title="Comment permalink">#</a>
|
|
118
|
+ {$comment.Comment_Author} {__("said")}:
|
|
119
|
+ </cite>
|
|
120
|
+ <br />
|
|
121
|
+ <span class="timestampComment"> {__("at")} {$comment.Date}</span><br /><br />
|
|
122
|
+ {$comment.Comment}
|
|
123
|
+ <br /><br />
|
|
124
|
+ </li>
|
|
125
|
+ {/block}
|
|
126
|
+ </ol>
|
|
127
|
+ </div>
|
|
128
|
+ {/if}
|
|
129
|
+
|
|
130
|
+ {if $allowComments}
|
|
131
|
+ <div class="containerFormComments">
|
|
132
|
+ <h3 id="respond">{__("Add your comment")}</h3>
|
|
133
|
+
|
|
134
|
+ <form action="{Form_Action}" method="post" name="commentForm" id="commentForm">
|
|
135
|
+ <p>
|
|
136
|
+ <label for="username">
|
|
137
|
+ <small>{__("Name:")}</small>
|
|
138
|
+ </label>
|
|
139
|
+ <input name="username" id="username" value="{whois.User_Cookie}" size="22" tabindex="1" type="text" />
|
|
140
|
+ </p>
|
|
141
|
+ <p>
|
|
142
|
+ <label for="email">
|
|
143
|
+ <small>{__("E-mail:")}</small>
|
|
144
|
+ </label>
|
|
145
|
+ <input name="email" id="email" value="{whois.Email_Cookie}" size="22" tabindex="2" type="text" />
|
|
146
|
+ </p>
|
|
147
|
+ <p>
|
|
148
|
+ <label for="web">
|
|
149
|
+ <small>{__("Website:")}</small>
|
|
150
|
+ </label>
|
|
151
|
+ <input name="web" id="web" value="{whois.Web_Cookie}" size="22" tabindex="3" type="text" />
|
|
152
|
+ </p>
|
|
153
|
+ <p>
|
|
154
|
+ <textarea name="content" id="content" cols=" rows="10" tabindex="4"></textarea>
|
|
155
|
+ </p>
|
|
156
|
+ <p>
|
|
157
|
+ <span style="color: rgb(136, 136, 136); margin-bottom: 10px; font-size: 10px;">
|
|
158
|
+ {__("Some HTML allowed:")}<br />
|
|
159
|
+
|
|
160
|
+ <code>
|
|
161
|
+ <blockquote> <code> <em> <strong> <a>
|
|
162
|
+ </code>
|
|
163
|
+ </span>
|
|
164
|
+ </p>
|
|
165
|
+ <p>
|
|
166
|
+ <input type="submit" value="Add comment" name="btnAdd" id="btnAdd" tabindex="5" />
|
|
167
|
+ </p>
|
|
168
|
+ <p>
|
|
169
|
+ <input name="id_post" id="id_post" value="{id_post}" type="hidden" />
|
|
170
|
+ <input name="comment_date" id="comment_date" value="{Date_Added}" type="hidden" />
|
|
171
|
+ </p>
|
|
172
|
+ </form>
|
|
173
|
+ </div>
|
|
174
|
+ {/if}
|
|
175
|
+ {else}
|
|
176
|
+ {pagination}
|
|
177
|
+ {/if}
|
|
178
|
+ {/if}
|
|
179
|
+ <div id="footer">
|
|
180
|
+ <p class="tiny">
|
|
181
|
+ <a href="{URL_Tumble}/archive.php">{__("archive")}</a> /
|
|
182
|
+ {__("subscribe via")} <a href="{URL_Tumble}/rss.php">rss</a> /
|
|
183
|
+ {__("powered by")} <a href="http://www.gelatocms.com/">gelato cms</a>
|
|
184
|
+ </p>
|
|
185
|
+ </div>
|
|
186
|
+ </div>
|
|
187
|
+
|
|
188
|
+ </body>
|
|
189
|
+</html>
|