Changeset 698
- Timestamp:
- 01/16/09 09:24:22 (14 years ago)
- Location:
- themes/freshy2
- Files:
-
- 9 added
- 3 deleted
- 29 edited
- 2 moved
Legend:
- Unmodified
- Added
- Removed
-
themes/freshy2/_define.php
r633 r698 26 26 /* Description*/ "Freshy v2 customizable theme", 27 27 /* Author */ "Bruno Hondelatte, brol, Original WP Theme from Julien de Luca (http://www.jide.fr/francais/)", 28 /* Version */ '1. 4.1'28 /* Version */ '1.5' 29 29 ); 30 30 ?> -
themes/freshy2/custom_bloggy.css
r633 r698 81 81 } 82 82 83 #menu ul li li a:hover, #menu ul li li.current_page_item a { 84 /*:Navigation color*/ 85 color:#0080fc; 86 } 87 88 #menu ul li li a:hover, #menu ul li li.current_page_item a:hover { 83 #menu ul li li a:hover, #menu ul li li.current_page_item a:hover, #menu ul li li.current_page_item a { 89 84 /*:Navigation color*/ 90 85 color:#0080fc; … … 106 101 107 102 .sidebar .categories li.category-current a { 108 color: white;103 color: #fff; 109 104 background-color:#0080fc; 110 105 } 111 106 .sidebar .categories li.category-current li a { 112 color: black;107 color: #000; 113 108 background:none; 114 109 } … … 124 119 } 125 120 126 .meta dl dta {127 121 .meta .author, .meta .author a, .meta .flux a, .cat .flux a { 122 color:#1e64a3; 128 123 } 129 124 -
themes/freshy2/custom_business.css
r633 r698 1 1 #frame .sidebar li a:hover { 2 2 /*:Navigation color*/ 3 background-color:#00 61a8;3 background-color:#0080fc; 4 4 } 5 5 … … 61 61 *::-moz-selection, *::-selection { 62 62 /*:Navigation color*/ 63 background-color:#00 61a8;63 background-color:#0080fc; 64 64 } 65 65 66 66 a { 67 67 /*:Navigation color*/ 68 color:#00 61a8;68 color:#0080fc; 69 69 } 70 70 71 71 .sidebar h2 { 72 72 /*:Navigation color*/ 73 border-left-color:#00 61a8;73 border-left-color:#0080fc; 74 74 /*:Navigation color*/ 75 color:#00 61a8;75 color:#0080fc; 76 76 } 77 77 78 78 .sidebar h2 a { 79 79 /*:Navigation color*/ 80 color:#00 61a8;80 color:#0080fc; 81 81 } 82 82 83 #menu ul li li a:hover, #menu ul li li.current_page_item a {83 #menu ul li li a:hover, #menu ul li li.current_page_item a:hover, #menu ul li li.current_page_item a { 84 84 /*:Navigation color*/ 85 color:#0061a8; 86 } 87 88 #menu ul li li a:hover, #menu ul li li.current_page_item a:hover { 89 /*:Navigation color*/ 90 color:#0061a8; 85 color:#0080fc; 91 86 } 92 87 93 88 #menu ul li.current_page_parent:hover a, #menu ul li.current_page_parent a:hover, #menu ul li.current_page_parent a, #menu ul li.current_page_item:hover a, #menu ul li.current_page_item a:hover, #menu ul li.current_page_item a, #menu ul li.current_page_parent a, #menu ul li.current_page_item a { /*, #menu ul li a:hover { */ 94 89 /*:Navigation color*/ 95 background-color:#00 61a8;90 background-color:#0080fc; 96 91 } 97 92 98 93 #menu ul li.top_parent:hover a, #menu ul li.top_parent a, #menu ul li.current_page_parent a, #menu ul li.current_page_item a { 99 background-color:#00 61a8;94 background-color:#0080fc; 100 95 } 101 96 102 97 .sidebar li.current_page_item a, .sidebar li.current-cat a { 103 98 /*:Navigation color*/ 104 background-color:#00 61a8;99 background-color:#0080fc; 105 100 } 106 101 107 102 .sidebar .categories li.category-current a { 108 103 color: white; 109 background-color:#00 61a8;104 background-color:#0080fc; 110 105 } 111 106 .sidebar .categories li.category-current li a { 112 color: # 3d3d3d;107 color: #000; 113 108 background:none; 114 109 } … … 116 111 h2, h2 a, h3, h3 a, .post blockquote, .post blockquote a { 117 112 /*:Content color*/ 118 color:# 4f4d48;113 color:#1e64a3; 119 114 } 120 115 121 116 .post blockquote { 122 117 /*:Content color*/ 123 border-left-color:# 4f4d48;118 border-left-color:#1e64a3; 124 119 } 125 120 126 .meta dl dta {127 color:#4f4d48;121 .meta .author, .meta .author a, .meta .flux a, .cat .flux a { 122 color:#1e64a3; 128 123 } 129 124 130 125 .comment .author, .comment .author a { 131 color:# 4f4d48;126 color:#1e64a3; 132 127 } 133 128 134 129 .comment_author { 135 background:# 4f4d48url(images/transparency/white-90.png) repeat scroll 0 0;136 border:1px solid # 4f4d48;130 background:#1e64a3 url(images/transparency/white-90.png) repeat scroll 0 0; 131 border:1px solid #1e64a3; 137 132 } 138 133 139 134 .comment_author h4 { 140 color:# 4f4d48;135 color:#1e64a3; 141 136 } 142 137 143 138 .ping .author, .ping .author a { 144 color:# 4f4d48;139 color:#1e64a3; 145 140 } -
themes/freshy2/custom_cooking.css
r633 r698 1 1 #frame .sidebar li a:hover { 2 2 /*:Navigation color*/ 3 background-color:# cf4200;3 background-color:#f00; 4 4 } 5 5 6 6 code { 7 7 /*:Content color*/ 8 background-color:# 69a500;8 background-color:#c00; 9 9 /*:Content color*/ 10 border-color:# 69a500;10 border-color:#c00; 11 11 } 12 12 … … 61 61 *::-moz-selection, *::-selection { 62 62 /*:Navigation color*/ 63 background-color:# cf4200;63 background-color:#f00; 64 64 } 65 65 66 66 a { 67 67 /*:Navigation color*/ 68 color:# cf4200;68 color:#f00; 69 69 } 70 70 71 71 .sidebar h2 { 72 72 /*:Navigation color*/ 73 border-left-color:# cf4200;73 border-left-color:#f00; 74 74 /*:Navigation color*/ 75 color:# cf4200;75 color:#f00; 76 76 } 77 77 78 78 .sidebar h2 a { 79 79 /*:Navigation color*/ 80 color:# cf4200;80 color:#f00; 81 81 } 82 82 83 #menu ul li li a:hover, #menu ul li li.current_page_item a {83 #menu ul li li a:hover, #menu ul li li.current_page_item a:hover, #menu ul li li.current_page_item a { 84 84 /*:Navigation color*/ 85 color:#cf4200; 86 } 87 88 #menu ul li li a:hover, #menu ul li li.current_page_item a:hover { 89 /*:Navigation color*/ 90 color:#cf4200; 85 color:#f00; 91 86 } 92 87 93 88 #menu ul li.current_page_parent:hover a, #menu ul li.current_page_parent a:hover, #menu ul li.current_page_parent a, #menu ul li.current_page_item:hover a, #menu ul li.current_page_item a:hover, #menu ul li.current_page_item a, #menu ul li.current_page_parent a, #menu ul li.current_page_item a { /*, #menu ul li a:hover { */ 94 89 /*:Navigation color*/ 95 background-color:# cf4200;90 background-color:#f00; 96 91 } 97 92 98 93 #menu ul li.top_parent:hover a, #menu ul li.top_parent a, #menu ul li.current_page_parent a, #menu ul li.current_page_item a { 99 background-color:# cf4200;94 background-color:#f00; 100 95 } 101 96 102 97 .sidebar li.current_page_item a, .sidebar li.current-cat a { 103 98 /*:Navigation color*/ 104 background-color:# cf4200;99 background-color:#f00; 105 100 } 106 101 107 102 .sidebar .categories li.category-current a { 108 103 color: white; 109 background-color:# cf4200;104 background-color:#f00; 110 105 } 111 106 .sidebar .categories li.category-current li a { … … 116 111 h2, h2 a, h3, h3 a, .post blockquote, .post blockquote a, .author, .author a { 117 112 /*:Content color*/ 118 color:# 69a500;113 color:#c00; 119 114 } 120 115 121 116 .post blockquote { 122 117 /*:Content color*/ 123 border-left-color:# 69a500;118 border-left-color:#c00; 124 119 } 125 120 126 .meta dl dta {127 color:#69a500;121 .meta .author, .meta .author a, .meta .flux a, .cat .flux a { 122 color:#c00; 128 123 } 129 124 130 125 .comment .author, .comment .author a { 131 color:# 69a500;126 color:#c00; 132 127 } 133 128 134 129 .comment_author { 135 background:# 69a500 url(images/transparency/white-90.png) repeat scroll 0 0;136 border:1px solid # 69a500;130 background:#c00 url(images/transparency/white-90.png) repeat scroll 0 0; 131 border:1px solid #c00; 137 132 } 138 133 139 134 .comment_author h4 { 140 color:# 69a500;135 color:#c00; 141 136 } 142 137 143 138 .ping .author, .ping .author a { 144 color:# 69a500;139 color:#c00; 145 140 } -
themes/freshy2/custom_dark_drax.css
r633 r698 32 32 ul#quicklinks li a.rss { 33 33 background-image: url(images/icons/feed-icon-16x16-dark.gif); 34 }35 36 .meta {37 padding-bottom:0;38 background:none;39 }40 41 .meta dl {42 border-color:#c6c6c6;43 background-color:#383838;44 }45 46 .meta dl dd {47 color:#828282;48 }49 50 .meta dl dt, .comment small, .ping small {51 color:#828282;52 }53 54 .meta dl dt a {55 color:#a3b8be;56 }57 58 .meta dl dd a {59 color:#e7e7e7;60 34 } 61 35 … … 143 117 } 144 118 145 #menu ul li li a:hover, #menu ul li li.current_page_item a {146 /*:Navigation color*/ 147 color:#00b0e6; 148 } 149 150 #menu ul li li a:hover, #menu ul li li.current_page_item a:hover {151 /*:Navigation color*/ 152 color:#00b0e6;119 #menu ul li li a:hover, #menu ul li li.current_page_item a:hover, #menu ul li li.current_page_item a { 120 /*:Navigation color*/ 121 color:#00b0e6; 122 } 123 124 #menu ul li.current_page_parent:hover a, #menu ul li.current_page_parent a:hover, #menu ul li.current_page_parent a, #menu ul li.current_page_item:hover a, #menu ul li.current_page_item a:hover, #menu ul li.current_page_item a, #menu ul li.current_page_parent a, #menu ul li.current_page_item a { /*, #menu ul li a:hover { */ 125 /*:Navigation color*/ 126 background-color:#00b0e6; 153 127 } 154 128 … … 164 138 165 139 .sidebar .categories li.category-current a { 166 color: white;140 color: #fff; 167 141 background-color:#00b0e6; 168 142 } … … 184 158 } 185 159 160 /* meta */ 161 .post .meta { 162 background:transparent url(images/box-shadow-dark.png) no-repeat bottom left; 163 } 164 165 /* meta categories */ 166 .post .metacat { 167 background:transparent url(images/box-shadow-dark.png) no-repeat bottom left; 168 } 169 170 .post .cat { 171 background:#383838; 172 } 173 174 .cat a { 175 color:#fff; 176 } 177 178 /* fin */ 179 180 .post .meta ul { 181 background:#383838; 182 } 183 184 .meta ul li a { 185 color:#fff; 186 } 187 188 .meta .author, .meta .author a { 189 color:#a3b8be; 190 } 191 192 .meta .flux a, .cat .flux a { 193 color:#a3b8be; 194 } 195 196 /* commentaires */ 186 197 .comment .author, .comment .author a { 187 198 color:#a3b8be; -
themes/freshy2/custom_flower_power.css
r633 r698 1 1 #frame .sidebar li a:hover { 2 2 /*:Navigation color*/ 3 background-color:# 905100;3 background-color:#eda700; 4 4 } 5 5 6 6 code { 7 7 /*:Content color*/ 8 background-color:# eda700;8 background-color:#905100; 9 9 /*:Content color*/ 10 border-color:# eda700;10 border-color:#905100; 11 11 } 12 12 … … 61 61 *::-moz-selection, *::-selection { 62 62 /*:Navigation color*/ 63 background-color:# 905100;63 background-color:#eda700; 64 64 } 65 65 66 66 a { 67 67 /*:Navigation color*/ 68 color:# 905100;68 color:#eda700; 69 69 } 70 70 71 71 .sidebar h2 { 72 72 /*:Navigation color*/ 73 border-left-color:# 905100;73 border-left-color:#eda700; 74 74 /*:Navigation color*/ 75 color:# 905100;75 color:#eda700; 76 76 } 77 77 78 78 .sidebar h2 a { 79 79 /*:Navigation color*/ 80 color:# 905100;80 color:#eda700; 81 81 } 82 82 83 #menu ul li ul {background-color: # c90;}83 #menu ul li ul {background-color: #905100;} 84 84 85 #menu ul li li a:hover, #menu ul li li.current_page_item a {85 #menu ul li li a:hover, #menu ul li li.current_page_item a:hover, #menu ul li li.current_page_item a { 86 86 /*:Navigation color*/ 87 color:#905100; 88 } 89 90 #menu ul li li a:hover, #menu ul li li.current_page_item a:hover { 91 /*:Navigation color*/ 92 color:#905100; 87 color:#eda700; 93 88 } 94 89 95 90 #menu ul li.current_page_parent:hover a, #menu ul li.current_page_parent a:hover, #menu ul li.current_page_parent a, #menu ul li.current_page_item:hover a, #menu ul li.current_page_item a:hover, #menu ul li.current_page_item a, #menu ul li.current_page_parent a, #menu ul li.current_page_item a { /*, #menu ul li a:hover { */ 96 91 /*:Navigation color*/ 97 background-color:# 905100;92 background-color:#eda700; 98 93 } 99 94 100 95 #menu ul li.top_parent:hover a, #menu ul li.top_parent a, #menu ul li.current_page_parent a, #menu ul li.current_page_item a { 101 background-color:# 905100;96 background-color:#eda700; 102 97 } 103 98 104 99 .sidebar li.current_page_item a, .sidebar li.current-cat a { 105 100 /*:Navigation color*/ 106 background-color:# 905100;101 background-color:#eda700; 107 102 } 108 103 109 104 .sidebar .categories li.category-current a { 110 105 color: white; 111 background-color:# 905100;106 background-color:#eda700; 112 107 } 113 108 .sidebar .categories li.category-current li a { … … 118 113 h2, h2 a, h3, h3 a, .post blockquote, .post blockquote a, .author, .author a { 119 114 /*:Content color*/ 120 color:# eda700;115 color:#905100; 121 116 } 122 117 123 118 .post blockquote { 124 119 /*:Content color*/ 125 border-left-color:# eda700;120 border-left-color:#905100; 126 121 } 127 122 128 .meta dl dta {129 color:# eda700;123 .meta .author, .meta .author a, .meta .flux a, .cat .flux a { 124 color:#905100; 130 125 } 131 126 132 127 .comment .author, .comment .author a { 133 color:# eda700;128 color:#905100; 134 129 } 135 130 136 131 .comment_author { 137 background:# eda700 url(images/transparency/white-90.png) repeat scroll 0 0;138 border:1px solid # eda700;132 background:#905100 url(images/transparency/white-90.png) repeat scroll 0 0; 133 border:1px solid #905100; 139 134 } 140 135 141 136 .comment_author h4 { 142 color:# eda700;137 color:#905100; 143 138 } 144 139 145 140 .ping .author, .ping .author a { 146 color:# eda700;141 color:#905100; 147 142 } -
themes/freshy2/custom_freshy_1.css
r633 r698 81 81 } 82 82 83 #menu ul li li a:hover, #menu ul li li.current_page_item a { 84 /*:Navigation color*/ 85 color:#bbde32; 86 } 87 88 #menu ul li li a:hover, #menu ul li li.current_page_item a:hover { 83 #menu ul li li a:hover, #menu ul li li.current_page_item a:hover, #menu ul li li.current_page_item a { 89 84 /*:Navigation color*/ 90 85 color:#bbde32; … … 190 185 } 191 186 192 .meta dl dta {187 .meta .author, .meta .author a, .meta .flux a, .cat .flux a { 193 188 color:#515151; 194 189 } -
themes/freshy2/custom_look_my_hard_drive.css
r633 r698 1 1 #frame .sidebar li a:hover { 2 2 /*:Navigation color*/ 3 background-color:# 524e48;3 background-color:#8c8477; 4 4 } 5 5 6 6 code { 7 7 /*:Content color*/ 8 background-color:# 8c8477;8 background-color:#524e48; 9 9 /*:Content color*/ 10 border-color:# 8c8477;10 border-color:#524e48; 11 11 } 12 12 … … 61 61 *::-moz-selection, *::-selection { 62 62 /*:Navigation color*/ 63 background-color:# 524e48;63 background-color:#8c8477; 64 64 } 65 65 … … 71 71 .sidebar h2 { 72 72 /*:Navigation color*/ 73 border-left-color:# 524e48;73 border-left-color:#8c8477; 74 74 /*:Navigation color*/ 75 color:# 524e48;75 color:#8c8477; 76 76 } 77 77 78 78 .sidebar h2 a { 79 79 /*:Navigation color*/ 80 color:# 524e48;80 color:#8c8477; 81 81 } 82 82 83 83 #menu ul li ul {background-color: #ccc;} 84 84 85 #menu ul li li a:hover, #menu ul li li.current_page_item a {85 #menu ul li li a:hover, #menu ul li li.current_page_item a:hover, #menu ul li li.current_page_item a { 86 86 /*:Navigation color*/ 87 color:#524e48; 88 } 89 90 #menu ul li li a:hover, #menu ul li li.current_page_item a:hover { 91 /*:Navigation color*/ 92 color:#524e48; 87 color:#8c8477; 93 88 } 94 89 95 90 #menu ul li.current_page_parent:hover a, #menu ul li.current_page_parent a:hover, #menu ul li.current_page_parent a, #menu ul li.current_page_item:hover a, #menu ul li.current_page_item a:hover, #menu ul li.current_page_item a, #menu ul li.current_page_parent a, #menu ul li.current_page_item a { /*, #menu ul li a:hover { */ 96 91 /*:Navigation color*/ 97 background-color:# 524e48;92 background-color:#8c8477; 98 93 } 99 94 100 95 #menu ul li.top_parent:hover a, #menu ul li.top_parent a, #menu ul li.current_page_parent a, #menu ul li.current_page_item a { 101 background-color:# 524e48;96 background-color:#8c8477; 102 97 } 103 98 104 99 .sidebar li.current_page_item a, .sidebar li.current-cat a { 105 100 /*:Navigation color*/ 106 background-color:# 524e48;101 background-color:#8c8477; 107 102 } 108 103 109 104 .sidebar .categories li.category-current a { 110 105 color: white; 111 background-color:# 524e48;106 background-color:#8c8477; 112 107 } 113 108 .sidebar .categories li.category-current li a { … … 118 113 h2, h2 a, h3, h3 a, .post blockquote, .post blockquote a, .author, .author a { 119 114 /*:Content color*/ 120 color:# 8c8477;115 color:#524e48; 121 116 } 122 117 123 118 .post blockquote { 124 119 /*:Content color*/ 125 border-left-color:# 8c8477;120 border-left-color:#524e48; 126 121 } 127 122 128 .meta dl dta {129 color:# 8c8477;123 .meta .author, .meta .author a, .meta .flux a, .cat .flux a { 124 color:#524e48; 130 125 } 131 126 132 127 .comment .author, .comment .author a { 133 color:# 8c8477;128 color:#524e48; 134 129 } 135 130 136 131 .comment_author { 137 background:# 8c8477url(images/transparency/white-70.png) repeat scroll 0 0;138 border:1px solid # 8c8477;132 background:#524e48 url(images/transparency/white-70.png) repeat scroll 0 0; 133 border:1px solid #524e48; 139 134 } 140 135 141 136 .comment_author h4 { 142 color:# 8c8477;137 color:#524e48; 143 138 } 144 139 145 140 .ping .author, .ping .author a { 146 color:# 8c8477;141 color:#524e48; 147 142 } -
themes/freshy2/custom_quiet.css
r633 r698 1 1 #frame .sidebar li a:hover { 2 2 /*:Navigation color*/ 3 background-color:# b23a00;3 background-color:#c68900; 4 4 } 5 5 6 6 code { 7 7 /*:Content color*/ 8 background-color:# c68900;8 background-color:#b23a00; 9 9 /*:Content color*/ 10 border-color:# c68900;10 border-color:#b23a00; 11 11 } 12 12 … … 61 61 *::-moz-selection, *::-selection { 62 62 /*:Navigation color*/ 63 background-color:# b23a00;63 background-color:#c68900; 64 64 } 65 65 66 66 a { 67 67 /*:Navigation color*/ 68 color:# b23a00;68 color:#c68900; 69 69 } 70 70 71 71 .sidebar h2 { 72 72 /*:Navigation color*/ 73 border-left-color:# b23a00;73 border-left-color:#c68900; 74 74 /*:Navigation color*/ 75 color:# b23a00;75 color:#c68900; 76 76 } 77 77 78 78 .sidebar h2 a { 79 79 /*:Navigation color*/ 80 color:# b23a00;80 color:#c68900; 81 81 } 82 82 83 #menu ul li li a:hover, #menu ul li li.current_page_item a {83 #menu ul li li a:hover, #menu ul li li.current_page_item a:hover, #menu ul li li.current_page_item a { 84 84 /*:Navigation color*/ 85 color:#b23a00; 86 } 87 88 #menu ul li li a:hover, #menu ul li li.current_page_item a:hover { 89 /*:Navigation color*/ 90 color:#b23a00; 85 color:#c68900; 91 86 } 92 87 93 88 #menu ul li.current_page_parent:hover a, #menu ul li.current_page_parent a:hover, #menu ul li.current_page_parent a, #menu ul li.current_page_item:hover a, #menu ul li.current_page_item a:hover, #menu ul li.current_page_item a, #menu ul li.current_page_parent a, #menu ul li.current_page_item a { /*, #menu ul li a:hover { */ 94 89 /*:Navigation color*/ 95 background-color:# b23a00;90 background-color:#c68900; 96 91 } 97 92 98 93 #menu ul li.top_parent:hover a, #menu ul li.top_parent a, #menu ul li.current_page_parent a, #menu ul li.current_page_item a { 99 background-color:# b23a00;94 background-color:#c68900; 100 95 } 101 96 102 97 .sidebar li.current_page_item a, .sidebar li.current-cat a { 103 98 /*:Navigation color*/ 104 background-color:# b23a00;99 background-color:#c68900; 105 100 } 106 101 107 102 .sidebar .categories li.category-current a { 108 103 color: white; 109 background-color:# b23a00;104 background-color:#c68900; 110 105 } 111 106 .sidebar .categories li.category-current li a { … … 116 111 h2, h2 a, h3, h3 a, .post blockquote, .post blockquote a, .author, .author a { 117 112 /*:Content color*/ 118 color:# c68900;113 color:#b23a00; 119 114 } 120 115 121 116 .post blockquote { 122 117 /*:Content color*/ 123 border-left-color:# c68900;118 border-left-color:#b23a00; 124 119 } 125 120 126 .meta dl dta {127 color:# c68900;121 .meta .author, .meta .author a, .meta .flux a, .cat .flux a { 122 color:#b23a00; 128 123 } 129 124 130 125 .comment .author, .comment .author a { 131 color:# c68900;126 color:#b23a00; 132 127 } 133 128 134 129 .comment_author { 135 background:# c68900 url(images/transparency/white-90.png) repeat scroll 0 0;136 border:1px solid # c68900;130 background:#b23a00 url(images/transparency/white-90.png) repeat scroll 0 0; 131 border:1px solid #b23a00; 137 132 } 138 133 139 134 .comment_author h4 { 140 color:# c68900;135 color:#b23a00; 141 136 } 142 137 143 138 .ping .author, .ping .author a { 144 color:# c68900;139 color:#b23a00; 145 140 } -
themes/freshy2/custom_red_is_dead.css
r633 r698 1 1 #frame .sidebar li a:hover { 2 2 /*:Navigation color*/ 3 background-color:# dd1f00;3 background-color:#cc3300; 4 4 } 5 5 6 6 code { 7 7 /*:Content color*/ 8 background-color:# 616a70;8 background-color:#993333; 9 9 /*:Content color*/ 10 border-color:# 616a70;10 border-color:#993333; 11 11 } 12 12 … … 61 61 *::-moz-selection, *::-selection { 62 62 /*:Navigation color*/ 63 background-color:# dd1f00;63 background-color:#cc3300; 64 64 } 65 65 66 66 a { 67 67 /*:Navigation color*/ 68 color:# dd1f00;68 color:#cc3300; 69 69 } 70 70 71 71 .sidebar h2 { 72 72 /*:Navigation color*/ 73 border-left-color:# dd1f00;73 border-left-color:#cc3300; 74 74 /*:Navigation color*/ 75 color:# dd1f00;75 color:#cc3300; 76 76 } 77 77 78 78 .sidebar h2 a { 79 79 /*:Navigation color*/ 80 color:# dd1f00;80 color:#cc3300; 81 81 } 82 82 83 #menu ul li li a:hover, #menu ul li li.current_page_item a {83 #menu ul li li a:hover, #menu ul li li.current_page_item a:hover, #menu ul li li.current_page_item a { 84 84 /*:Navigation color*/ 85 color:#dd1f00; 86 } 87 88 #menu ul li li a:hover, #menu ul li li.current_page_item a:hover { 89 /*:Navigation color*/ 90 color:#dd1f00; 85 color:#cc3300; 91 86 } 92 87 93 88 #menu ul li.current_page_parent:hover a, #menu ul li.current_page_parent a:hover, #menu ul li.current_page_parent a, #menu ul li.current_page_item:hover a, #menu ul li.current_page_item a:hover, #menu ul li.current_page_item a, #menu ul li.current_page_parent a, #menu ul li.current_page_item a { /*, #menu ul li a:hover { */ 94 89 /*:Navigation color*/ 95 background-color:# dd1f00;90 background-color:#cc3300; 96 91 } 97 92 98 93 #menu ul li.top_parent:hover a, #menu ul li.top_parent a, #menu ul li.current_page_parent a, #menu ul li.current_page_item a { 99 background-color:# dd1f00;94 background-color:#cc3300; 100 95 } 101 96 102 97 .sidebar li.current_page_item a, .sidebar li.current-cat a { 103 98 /*:Navigation color*/ 104 background-color:# dd1f00;99 background-color:#cc3300; 105 100 } 106 101 107 102 .sidebar .categories li.category-current a { 108 103 color: white; 109 background-color:# dd1f00;104 background-color:#cc3300; 110 105 } 111 106 .sidebar .categories li.category-current li a { … … 116 111 h2, h2 a, h3, h3 a, .post blockquote, .post blockquote a, .author, .author a { 117 112 /*:Content color*/ 118 color:# 616a70;113 color:#993333; 119 114 } 120 115 121 116 .post blockquote { 122 117 /*:Content color*/ 123 border-left-color:# 616a70;118 border-left-color:#993333; 124 119 } 125 120 126 .meta dl dta {127 color:# 616a70;121 .meta .author, .meta .author a, .meta .flux a, .cat .flux a { 122 color:#993333; 128 123 } 129 124 130 125 .comment .author, .comment .author a { 131 color:# 616a70;126 color:#993333; 132 127 } 133 128 134 129 .comment_author { 135 background:# 616a70url(images/transparency/white-90.png) repeat scroll 0 0;136 border:1px solid # 616a70;130 background:#993333 url(images/transparency/white-90.png) repeat scroll 0 0; 131 border:1px solid #993333; 137 132 } 138 133 139 134 .comment_author h4 { 140 color:# 616a70;135 color:#993333; 141 136 } 142 137 143 138 .ping .author, .ping .author a { 144 color:# 616a70;139 color:#993333; 145 140 } -
themes/freshy2/custom_studio.css
r633 r698 1 1 #frame .sidebar li a:hover { 2 2 /*:Navigation color*/ 3 background-color:# 1a4baf;3 background-color:#30f; 4 4 } 5 5 6 6 code { 7 7 /*:Content color*/ 8 background-color:# 1A4BAF;8 background-color:#000099; 9 9 /*:Content color*/ 10 border-color:# 616a70;10 border-color:#000099; 11 11 } 12 12 … … 61 61 *::-moz-selection, *::-selection { 62 62 /*:Navigation color*/ 63 background-color:# 544b4e;63 background-color:#3300ff; 64 64 } 65 65 66 66 a { 67 67 /*:Navigation color*/ 68 color:# 1A4BAF;68 color:#3300ff; 69 69 } 70 70 71 71 .sidebar h2 { 72 72 /*:Navigation color*/ 73 border-left-color:# 544b4e;73 border-left-color:#3300ff; 74 74 /*:Navigation color*/ 75 color:# 544b4e;75 color:#3300ff; 76 76 } 77 77 78 78 .sidebar h2 a { 79 79 /*:Navigation color*/ 80 color:# 544b4e;80 color:#3300ff; 81 81 } 82 82 83 #menu ul li ul {background-color: # ccc;}83 #menu ul li ul {background-color: #666;} 84 84 85 #menu ul li li a:hover, #menu ul li li.current_page_item a {85 #menu ul li li a:hover, #menu ul li li.current_page_item a:hover, #menu ul li li.current_page_item a { 86 86 /*:Navigation color*/ 87 color:#1a4baf; 88 } 89 90 #menu ul li li a:hover, #menu ul li li.current_page_item a:hover { 91 /*:Navigation color*/ 92 color:#1a4baf; 87 color:#3300ff; 93 88 } 94 89 95 90 #menu ul li.current_page_parent:hover a, #menu ul li.current_page_parent a:hover, #menu ul li.current_page_parent a, #menu ul li.current_page_item:hover a, #menu ul li.current_page_item a:hover, #menu ul li.current_page_item a, #menu ul li.current_page_parent a, #menu ul li.current_page_item a { /*, #menu ul li a:hover { */ 96 91 /*:Navigation color*/ 97 background-color:# 1a4baf;92 background-color:#3300ff; 98 93 } 99 94 100 95 #menu ul li.top_parent:hover a, #menu ul li.top_parent a, #menu ul li.current_page_parent a, #menu ul li.current_page_item a { 101 background-color:# 1a4baf;96 background-color:#3300ff; 102 97 } 103 98 104 99 .sidebar li.current_page_item a, .sidebar li.current-cat a { 105 100 /*:Navigation color*/ 106 background-color:# 1a4baf;101 background-color:#3300ff; 107 102 } 108 103 109 104 .sidebar .categories li.category-current a { 110 105 color: white; 111 background-color:# 1a4baf;106 background-color:#3300ff; 112 107 } 113 108 .sidebar .categories li.category-current li a { … … 118 113 h2, h2 a, h3, h3 a, .post blockquote, .post blockquote a, .author, .author a { 119 114 /*:Content color*/ 120 color:# 1A4BAF;115 color:#000099; 121 116 } 122 117 123 118 .post blockquote { 124 119 /*:Content color*/ 125 border-left-color:# 1A4BAF;120 border-left-color:#000099; 126 121 } 127 122 128 .meta dl dta {129 color:# 1A4BAF;123 .meta .author, .meta .author a, .meta .flux a, .cat .flux a { 124 color:#000099; 130 125 } 131 126 132 127 .comment .author, .comment .author a { 133 color:# 1A4BAF;128 color:#000099; 134 129 } 135 130 136 131 .comment_author { 137 background:# 1A4BAFurl(images/transparency/white-90.png) repeat scroll 0 0;138 border:1px solid # 1A4BAF;132 background:#000099 url(images/transparency/white-90.png) repeat scroll 0 0; 133 border:1px solid #000099; 139 134 } 140 135 141 136 .comment_author h4 { 142 color:# 1A4BAF;137 color:#000099; 143 138 } 144 139 145 140 .ping .author, .ping .author a { 146 color:# 1A4BAF;141 color:#000099; 147 142 } -
themes/freshy2/custom_vista_is_not_unix.css
r633 r698 1 1 #frame .sidebar li a:hover { 2 2 /*:Navigation color*/ 3 background-color:# a0bc00;3 background-color:#9c0; 4 4 } 5 5 6 6 code { 7 7 /*:Content color*/ 8 background-color:# 565358;8 background-color:#690; 9 9 /*:Content color*/ 10 border-color:# 565358;10 border-color:#690; 11 11 } 12 12 … … 61 61 *::-moz-selection, *::-selection { 62 62 /*:Navigation color*/ 63 background-color:# a0bc00;63 background-color:#9c0; 64 64 } 65 65 66 66 a { 67 67 /*:Navigation color*/ 68 color:# a0bc00;68 color:#9c0; 69 69 } 70 70 71 71 .sidebar h2 { 72 72 /*:Navigation color*/ 73 border-left-color:# a0bc00;73 border-left-color:#9c0; 74 74 /*:Navigation color*/ 75 color:# a0bc00;75 color:#9c0; 76 76 } 77 77 78 78 .sidebar h2 a { 79 79 /*:Navigation color*/ 80 color:# a0bc00;80 color:#9c0; 81 81 } 82 82 83 #menu ul li li a:hover, #menu ul li li.current_page_item a {83 #menu ul li li a:hover, #menu ul li li.current_page_item a:hover, #menu ul li li.current_page_item a { 84 84 /*:Navigation color*/ 85 color:# a0bc00;85 color:#9c0; 86 86 } 87 87 88 #menu ul li li a:hover, #menu ul li li.current_page_item a:hover {88 #menu ul li.current_page_parent:hover a, #menu ul li.current_page_parent a:hover, #menu ul li.current_page_parent a, #menu ul li.current_page_item:hover a, #menu ul li.current_page_item a:hover, #menu ul li.current_page_item a, #menu ul li.current_page_parent a, #menu ul li.current_page_item a { /*, #menu ul li a:hover { */ 89 89 /*:Navigation color*/ 90 color:#a0bc00;90 background-color:#9c0; 91 91 } 92 92 93 93 #menu ul li.top_parent:hover a, #menu ul li.top_parent a, #menu ul li.current_page_parent a, #menu ul li.current_page_item a { 94 94 /*:Navigation color*/ 95 background-color:# a0bc00;95 background-color:#9c0; 96 96 } 97 97 98 98 .sidebar li.current_page_item a, .sidebar li.current-cat a { 99 99 /*:Navigation color*/ 100 background-color:#a0bc00; 101 } 102 103 .sidebar li.current_page_item a, .sidebar li.current-cat a { 104 /*:Navigation color*/ 105 background-color:#a0bc00; 100 background-color:#9c0; 106 101 } 107 102 108 103 .sidebar .categories li.category-current a { 109 104 color: white; 110 background-color:# a0bc00;105 background-color:#9c0; 111 106 } 112 107 .sidebar .categories li.category-current li a { … … 117 112 h2, h2 a, h3, h3 a, .post blockquote, .post blockquote a, .author, .author a { 118 113 /*:Content color*/ 119 color:# 565358;114 color:#690; 120 115 } 121 116 122 117 .post blockquote { 123 118 /*:Content color*/ 124 border-left-color:# 565358;119 border-left-color:#690; 125 120 } 126 121 127 .meta dl dta {128 color:# 565358;122 .meta .author, .meta .author a, .meta .flux a, .cat .flux a { 123 color:#690; 129 124 } 130 125 131 126 .comment .author, .comment .author a { 132 color:# 565358;127 color:#690; 133 128 } 134 129 135 130 .comment_author { 136 background:# 565358url(images/transparency/white-90.png) repeat scroll 0 0;137 border:1px solid # 565358;131 background:#690 url(images/transparency/white-90.png) repeat scroll 0 0; 132 border:1px solid #690; 138 133 } 139 134 140 135 .comment_author h4 { 141 color:# 565358;136 color:#690; 142 137 } 143 138 144 139 .ping .author, .ping .author a { 145 color:# 565358;140 color:#690; 146 141 } -
themes/freshy2/custom_vitamin.css
r633 r698 1 1 #frame .sidebar li a:hover { 2 2 /*:Navigation color*/ 3 background-color:#e 66b00;3 background-color:#ee9d00; 4 4 } 5 5 6 6 code { 7 7 /*:Content color*/ 8 background-color:#e e9d00;8 background-color:#e66b00; 9 9 /*:Content color*/ 10 border-color:#e e9d00;10 border-color:#e66b00; 11 11 } 12 12 … … 61 61 *::-moz-selection, *::-selection { 62 62 /*:Navigation color*/ 63 background-color:#e 66b00;63 background-color:#ee9d00; 64 64 } 65 65 66 66 a { 67 67 /*:Navigation color*/ 68 color:#e 66b00;68 color:#ee9d00; 69 69 } 70 70 71 71 .sidebar h2 { 72 72 /*:Navigation color*/ 73 border-left-color:#e 66b00;73 border-left-color:#ee9d00; 74 74 /*:Navigation color*/ 75 color:#e 66b00;75 color:#ee9d00; 76 76 } 77 77 78 78 .sidebar h2 a { 79 79 /*:Navigation color*/ 80 color:#e 66b00;80 color:#ee9d00; 81 81 } 82 82 83 #menu ul li li a:hover, #menu ul li li.current_page_item a {83 #menu ul li li a:hover, #menu ul li li.current_page_item a:hover, #menu ul li li.current_page_item a { 84 84 /*:Navigation color*/ 85 color:#e 66b00;85 color:#ee9d00; 86 86 } 87 88 #menu ul li li a:hover, #menu ul li li.current_page_item a:hover {89 /*:Navigation color*/90 color:#e66b00;91 }92 93 87 94 88 #menu ul li.current_page_parent:hover a, #menu ul li.current_page_parent a:hover, #menu ul li.current_page_parent a, #menu ul li.current_page_item:hover a, #menu ul li.current_page_item a:hover, #menu ul li.current_page_item a, #menu ul li.current_page_parent a, #menu ul li.current_page_item a { /*, #menu ul li a:hover { */ 95 89 /*:Navigation color*/ 96 background-color:#e66b00; 90 background-color:#ee9d00; 91 } 92 93 #menu ul li.top_parent:hover a, #menu ul li.top_parent a, #menu ul li.current_page_parent a, #menu ul li.current_page_item a { 94 background-color:#ee9d00; 97 95 } 98 96 99 97 .sidebar li.current_page_item a, .sidebar li.current-cat a { 100 98 /*:Navigation color*/ 101 background-color:#e 66b00;99 background-color:#ee9d00; 102 100 } 103 101 104 102 .sidebar .categories li.category-current a { 105 103 color: white; 106 background-color:#e 66b00;104 background-color:#ee9d00; 107 105 } 108 106 .sidebar .categories li.category-current li a { … … 113 111 h2, h2 a, h3, h3 a, .post blockquote, .post blockquote a, .author, .author a { 114 112 /*:Content color*/ 115 color:#e e9d00;113 color:#e66b00; 116 114 } 117 115 118 116 .post blockquote { 119 117 /*:Content color*/ 120 border-left-color:#e e9d00;118 border-left-color:#e66b00; 121 119 } 122 120 123 .meta dl dta {124 color:#e e9d00;121 .meta .author, .meta .author a, .meta .flux a, .cat .flux a { 122 color:#e66b00; 125 123 } 126 124 127 125 .comment .author, .comment .author a { 128 color:#e e9d00;126 color:#e66b00; 129 127 } 130 128 131 129 .comment_author { 132 background:#e e9d00 url(images/transparency/white-90.png) repeat scroll 0 0;133 border:1px solid #e e9d00;130 background:#e66b00 url(images/transparency/white-90.png) repeat scroll 0 0; 131 border:1px solid #e66b00; 134 132 } 135 133 136 134 .comment_author h4 { 137 color:#e e9d00;135 color:#e66b00; 138 136 } 139 137 140 138 .ping .author, .ping .author a { 141 color:#e e9d00;139 color:#e66b00; 142 140 } -
themes/freshy2/custom_winter_is_cold.css
r633 r698 1 1 #frame .sidebar li a:hover { 2 2 /*:Navigation color*/ 3 background-color:#6 27579;3 background-color:#666666; 4 4 } 5 5 … … 61 61 *::-moz-selection, *::-selection { 62 62 /*:Navigation color*/ 63 background-color:#6 27579;63 background-color:#666666; 64 64 } 65 65 66 66 a { 67 67 /*:Navigation color*/ 68 color:# 002f7d;68 color:#666666; 69 69 } 70 70 71 71 .sidebar h2 { 72 72 /*:Navigation color*/ 73 border-left-color:#6 27579;73 border-left-color:#666666; 74 74 /*:Navigation color*/ 75 color:#6 27579;75 color:#666666; 76 76 } 77 77 78 78 .sidebar h2 a { 79 79 /*:Navigation color*/ 80 color:#6 27579;80 color:#666666; 81 81 } 82 82 83 83 #menu ul li ul {background-color: #ccc;} 84 84 85 #menu ul li li a:hover, #menu ul li li.current_page_item a {85 #menu ul li li a:hover, #menu ul li li.current_page_item a:hover, #menu ul li li.current_page_item a { 86 86 /*:Navigation color*/ 87 color:#627579; 88 } 89 90 #menu ul li li a:hover, #menu ul li li.current_page_item a:hover { 91 /*:Navigation color*/ 92 color:#627579; 87 color:#666666; 93 88 } 94 89 95 90 #menu ul li.current_page_parent:hover a, #menu ul li.current_page_parent a:hover, #menu ul li.current_page_parent a, #menu ul li.current_page_item:hover a, #menu ul li.current_page_item a:hover, #menu ul li.current_page_item a, #menu ul li.current_page_parent a, #menu ul li.current_page_item a { /*, #menu ul li a:hover { */ 96 91 /*:Navigation color*/ 97 background-color:#6 27579;92 background-color:#666666; 98 93 } 99 94 100 95 #menu ul li.top_parent:hover a, #menu ul li.top_parent a, #menu ul li.current_page_parent a, #menu ul li.current_page_item a { 101 background-color:#6 27579;96 background-color:#666666; 102 97 } 103 98 104 99 .sidebar li.current_page_item a, .sidebar li.current-cat a { 105 100 /*:Navigation color*/ 106 background-color:#6 27579;101 background-color:#666666; 107 102 } 108 103 109 104 .sidebar .categories li.category-current a { 110 105 color: white; 111 background-color:#6 27579;106 background-color:#666666; 112 107 } 113 108 .sidebar .categories li.category-current li a { … … 126 121 } 127 122 128 .meta dl dta {129 123 .meta .author, .meta .author a, .meta .flux a, .cat .flux a { 124 color:#002f7d; 130 125 } 131 126 -
themes/freshy2/style.css
r633 r698 204 204 } 205 205 206 .meta { 206 /* post */ 207 .post, .post-content { 208 clear: both; 209 } 210 211 .post-title { 212 margin-bottom:7px; 213 } 214 215 .post .entry, .post-content { 216 margin:1em 0 1em 0; 217 } 218 219 .post ul { 220 list-style:none; 221 padding:0 0 0 1em; 222 margin:.7em 0 .7em 0; 223 } 224 225 .post p { 226 margin:.7em 0 .7em 0; 227 } 228 229 .post ul ul { 230 margin:0; 231 } 232 233 .post ul li { 234 padding:0; 235 margin:0; 236 list-style-position:inside; 237 list-style-image:url(images/bullet.gif); 238 } 239 240 * html .post ul li { 241 list-style-image:none; 242 list-style-position:outside; 243 background:transparent url(images/bullet.gif) no-repeat 0 10px; 244 padding-left:10px; 245 } 246 247 .post ul li li { 248 list-style-type:circle; 249 list-style-image:none; 250 padding-left:0; 251 background:transparent; 252 } 253 254 .post blockquote { 255 border-left:3px solid #4d9301; 256 color:#4d9301; 257 padding:0 0 0 1em; 258 margin:0; 259 font-family: Georgia, Times New Roman, sans; 260 font-style:italic; 261 font-size:1.1em; 262 } 263 264 .post blockquote a { 265 color:#4d9301; 266 } 267 268 .post blockquote blockquote { 269 font-size:1em; 270 } 271 272 /* meta */ 273 .post .meta { 207 274 padding-bottom:9px; 208 275 background:transparent url(images/box-shadow.png) no-repeat bottom left; 209 276 font-size:.9em; 210 } 211 212 .meta dl { 277 color: #828282; 278 } 279 280 /* meta categories */ 281 .post .metacat { 282 padding-bottom:9px; 283 background:transparent url(images/box-shadow.png) no-repeat bottom left; 284 font-size:.9em; 285 color: #828282; 286 } 287 288 .post .cat { 213 289 border:1px solid #c6c6c6; 214 290 background:white; 215 291 margin:0; 216 padding:4px; 292 padding:3px 3px 3px 8px; 293 } 294 295 .cat p { 296 margin:0; 297 } 298 299 .cat a { 300 color:#000; 301 } 302 303 /* fin */ 304 305 .post .meta ul { 306 border:1px solid #c6c6c6; 307 background:white; 308 margin:0; 309 padding:3px; 310 display:block; 311 } 312 313 * html .post .meta ul { 314 height:1em; 315 } 316 317 .post .meta ul li { 217 318 list-style:none; 218 display:block; 219 } 220 221 * html .meta dl { 222 height:1em; 223 } 224 225 .meta dl dd, .meta dl dt { 226 display:inline; 227 margin:0; 228 padding:0; 229 } 230 231 .meta dl dt { 232 margin:0 .5em 0 0; 233 color:#828282; 234 } 235 236 .meta dl dt a { 319 background: none; 320 padding-left:5px; 321 } 322 323 .meta ul li a { 324 color:#000; 325 } 326 327 .meta .author, .meta .author a { 328 color:#4d9301; 329 font-weight:bold; 330 } 331 332 .meta .item, .metacat .item { 333 margin: 0 0.9em 0 0.4em; 334 } 335 336 .meta .item a, .metacat .item a { 337 font-weight:bold; 338 } 339 340 .meta .flux a, .cat .flux a { 341 margin: 0 0.9em 0 0.4em; 237 342 color:#4d9301; 238 343 } 239 344 240 .meta dl dd { 241 margin:0 1em 0 0; 242 color:#828282; 243 } 244 245 .meta dl img { 246 vertical-align:middle; 247 } 248 249 .meta dl dd a { 250 color:black; 251 font-weight:bold; 252 } 253 345 .meta ul img, .cat img { 346 vertical-align:-4px; 347 } 348 349 /* commentaires */ 254 350 .commentlist { 255 351 margin:0 0 0 0; … … 322 418 } 323 419 420 /* sidebar */ 324 421 #sidebar div { 325 422 border-left:1px solid #d0d0d0; … … 486 583 } 487 584 488 .post, .post-content {489 clear: both;490 }491 492 .post-title {493 margin-bottom:7px;494 }495 496 .post-content {497 margin-bottom:20px;498 }499 500 .post .entry {501 margin:1em 0 1em 0;502 }503 504 .post ul {505 list-style:none;506 padding:0 0 0 1em;507 margin:.7em 0 .7em 0;508 }509 510 .post p {511 margin:.7em 0 .7em 0;512 }513 514 .post ul ul {515 margin:0;516 }517 518 .post ul li {519 padding:0;520 margin:0;521 list-style-position:inside;522 list-style-image:url(images/bullet.gif);523 }524 525 * html .post ul li {526 list-style-image:none;527 list-style-position:outside;528 background:transparent url(images/bullet.gif) no-repeat 0 10px;529 padding-left:10px;530 }531 532 .post ul li li {533 list-style-type:circle;534 list-style-image:none;535 padding-left:0;536 background:transparent;537 }538 539 .post blockquote {540 border-left:3px solid #4d9301;541 color:#4d9301;542 padding:0 0 0 1em;543 margin:0;544 font-family: Georgia, Times New Roman, sans;545 font-style:italic;546 font-size:1.1em;547 }548 549 .post blockquote a {550 color:#4d9301;551 }552 553 .post blockquote blockquote {554 font-size:1em;555 }556 557 585 ul#linkslist, ul#linkslist li { 558 586 list-style-image:none; … … 679 707 margin-top:30px; 680 708 } 709 710 .dc-subscribe .post ul li { 711 background-image:none; 712 list-style:none; 713 } -
themes/freshy2/tpl/_top.html
r633 r698 22 22 <li class="page_item"><a href="/archives">Archives</a></li> 23 23 </ul>--> 24 {{tpl:MenuFreshy}} 24 <tpl:SysIf has_tag="Menu">{{tpl:Menu level="0"}}</tpl:SysIf> 25 <tpl:SysIf has_tag="MenuFreshy">{{tpl:MenuFreshy}}</tpl:SysIf> 25 26 </div><span class="menu_end"></span> 26 27 </div> -
themes/freshy2/tpl/category.html
r633 r698 58 58 <h2 class="post-title">» {{tpl:lang Category}} : <tpl:CategoryParents><a href="{{tpl:CategoryURL}}">{{tpl:CategoryTitle encode_html="1"}}</a> › </tpl:CategoryParents>{{tpl:CategoryTitle encode_html="1"}}</h2> 59 59 <div class="entry">{{tpl:CategoryDescription}}</div> 60 61 62 <div class="meta ">63 <dl>64 <tpl:CategoryFirstChildren>65 <tpl:CategoriesHeader><dt id="subcategories">{{tpl:lang Subcategories}}</dt><dd></tpl:CategoriesHeader>66 67 <tpl:CategoriesFooter></ dd><dd><br /></dd></tpl:CategoriesFooter>68 </tpl:CategoryFirstChildren>69 <dt><img alt="{{tpl:lang This category's entries Atom feed}}" src="{{tpl:BlogThemeURL}}/images/icons/feed-icon-16x16.gif" />70 < a type="application/atom+xml" href="{{tpl:CategoryFeedURL type="atom"}}"71 title="{{tpl:lang This category's entries Atom feed}}" class="feed">{{tpl:lang Entries feed}}</a></ dt>60 61 <tpl:CategoryIf has_entries="1"> 62 <div class="metacat"> 63 <div class="cat"> 64 <!-- # cat/ss-cat --> 65 <tpl:CategoryFirstChildren> 66 <tpl:CategoriesHeader><p>{{tpl:lang Subcategories}}<span class="item"></tpl:CategoriesHeader><a href="{{tpl:CategoryURL}}">{{tpl:CategoryTitle encode_html="1"}}</a>{{tpl:CatSeparator}} 67 <tpl:CategoriesFooter></span></p></tpl:CategoriesFooter> 68 </tpl:CategoryFirstChildren> 69 <!-- # flux --> 70 <img alt="{{tpl:lang This category's entries Atom feed}}" src="{{tpl:BlogThemeURL}}/images/icons/feed-icon-16x16.gif" /><span class="flux"><a type="application/atom+xml" href="{{tpl:CategoryFeedURL type="atom"}}" 71 title="{{tpl:lang This category's entries Atom feed}}" class="feed">{{tpl:lang Entries feed}}</a></span> 72 72 <tpl:SysIf operator="or" comments_active="1" pings_active="1"> 73 <dt><img alt="{{tpl:lang This category's comments Atom feed}}" src="{{tpl:BlogThemeURL}}/images/icons/feed-icon-16x16.gif" /> 74 <a type="application/atom+xml" href="{{tpl:CategoryFeedURL type="atom"}}/comments" 75 title="{{tpl:lang This category's comments Atom feed}}" class="feed">{{tpl:lang Comments feed}}</a></dt> 73 <img alt="{{tpl:lang This category's comments Atom feed}}" src="{{tpl:BlogThemeURL}}/images/icons/feed-icon-16x16.gif" /><span class="flux"><a type="application/atom+xml" href="{{tpl:CategoryFeedURL type="atom"}}/comments" 74 title="{{tpl:lang This category's comments Atom feed}}" class="feed">{{tpl:lang Comments feed}}</a></span> 76 75 </tpl:SysIf> 77 </dl>76 </div> 78 77 </div> 79 78 </tpl:CategoryIf> 80 79 81 80 </div> 81 82 82 <tpl:Entries> 83 83 <div class="post {{tpl:EntryIfOdd}} {{tpl:EntryIfFirst}}" lang="{{tpl:EntryLang}}" xml:lang="{{tpl:EntryLang}}"> … … 103 103 <!-- # --BEHAVIOR-- publicEntryAfterContent --> 104 104 {{tpl:SysBehavior behavior="publicEntryAfterContent"}} 105 106 <div class="meta"> 107 108 <dl> 109 <dt><small>{{tpl:lang By}} <span class="author">{{tpl:EntryAuthorLink}}</span></small> | 110 <small>{{tpl:EntryDate}} | {{tpl:EntryTime}}</small><br /></dt> 111 <tpl:EntryIf show_comments="1"> 112 <dt>{{tpl:lang Comments}}</dt><dd><a href="{{tpl:EntryURL}}#comments" class="comment_count">{{tpl:EntryCommentCount}}</a></dd> 113 </tpl:EntryIf> 114 <tpl:EntryIf has_category="1"> 115 <dt>{{tpl:lang Category}}</dt> 116 <dd><tpl:EntryCategoriesBreadcrumb><a href="{{tpl:CategoryURL}}">{{tpl:CategoryTitle encode_html="1"}}</a> › </tpl:EntryCategoriesBreadcrumb><a href="{{tpl:EntryCategoryURL}}">{{tpl:EntryCategory encode_html="1"}}</a></dd> 117 </tpl:EntryIf> 118 <tpl:EntryMetaData> 119 <tpl:MetaDataHeader><dt>{{tpl:lang Tags}}</dt><dd></tpl:MetaDataHeader> 120 <a href="{{tpl:MetaURL}}">{{tpl:MetaID}}</a>{{tpl:MetaSeparator}} 121 <tpl:MetaDataFooter></dd></tpl:MetaDataFooter> 122 </tpl:EntryMetaData> 123 <dt><br /><tpl:EntryIf comments_active="1"><img alt="{{tpl:lang This post's comments Atom feed}}" src="{{tpl:BlogThemeURL}}/images/icons/feed-icon-16x16.gif" /> 124 <a href="{{tpl:BlogFeedURL type="atom"}}/comments/{{tpl:EntryID}}" 125 title="{{tpl:lang This post's comments Atom feed}}">{{tpl:lang This post's comments feed}}</a></tpl:EntryIf></dt> 126 <tpl:EntryIf pings_active="1"> 127 <dt><img alt="{{tpl:lang Trackback}}" src="{{tpl:BlogThemeURL}}/images/icons/trackback-icon-16x16.gif" /> 128 <a href="{{tpl:EntryURL}}#pings" rel="trackback" title="{{tpl:lang Trackback}}">{{tpl:EntryPingCount}}</a></dt> 129 </tpl:EntryIf> 130 <tpl:EntryIf has_attachment="1"> 131 <dt><img alt="{{tpl:lang Attachments}}" src="{{tpl:BlogThemeURL}}/images/icons/download-icon-16x16.png" /> 132 <a href="{{tpl:EntryURL}}#attachments">{{tpl:EntryAttachmentCount}}</a></dt> 133 </tpl:EntryIf> 134 </dl> 135 136 </div> 105 106 <div class="meta"> 107 <ul> 108 <!-- # item auteur --> 109 <li>{{tpl:lang By}} <span class="author">{{tpl:EntryAuthorLink}}</span> | {{tpl:EntryDate}} | {{tpl:EntryTime}}</li> 110 111 <!-- # item comm cat tags --> 112 <li> 113 <!-- # comm --> 114 <tpl:EntryIf show_comments="1">{{tpl:lang Comments}}<span class="item"><a href="{{tpl:EntryURL}}#comments" class="comment_count">{{tpl:EntryCommentCount}}</a></span></tpl:EntryIf> 115 <!-- # cat --> 116 <tpl:EntryIf has_category="1">{{tpl:lang Category}}<span class="item"><tpl:EntryCategoriesBreadcrumb><a href="{{tpl:CategoryURL}}">{{tpl:CategoryTitle encode_html="1"}}</a> › </tpl:EntryCategoriesBreadcrumb><a href="{{tpl:EntryCategoryURL}}">{{tpl:EntryCategory encode_html="1"}}</a></span></tpl:EntryIf> 117 <!-- # meta --> 118 <tpl:EntryMetaData> 119 <tpl:MetaDataHeader>{{tpl:lang Tags}}<span class="item"></tpl:MetaDataHeader><a href="{{tpl:MetaURL}}">{{tpl:MetaID}}</a>{{tpl:MetaSeparator}} 120 <tpl:MetaDataFooter></span></tpl:MetaDataFooter> 121 </tpl:EntryMetaData> 122 </li> 123 <!-- # item rss-comm rss-ping attach --> 124 <tpl:EntryIf operator="or" comments_active="1" pings_active="1" has_attachment="1"> 125 <li> 126 </tpl:EntryIf> 127 <tpl:EntryIf comments_active="1"> 128 <img alt="{{tpl:lang This post's comments Atom feed}}" src="{{tpl:BlogThemeURL}}/images/icons/feed-icon-16x16.gif" /><span class="flux"><a href="{{tpl:BlogFeedURL type="atom"}}/comments/{{tpl:EntryID}}" title="{{tpl:lang This post's comments Atom feed}}">{{tpl:lang This post's comments feed}}</a></span> 129 </tpl:EntryIf> 130 <tpl:EntryIf pings_active="1"> 131 <img alt="{{tpl:lang Trackback}}" src="{{tpl:BlogThemeURL}}/images/icons/trackback-icon-16x16.gif" /><span class="flux"><a href="{{tpl:EntryURL}}#pings" rel="trackback" title="{{tpl:lang Trackback}}">{{tpl:EntryPingCount}}</a></span> 132 </tpl:EntryIf> 133 <tpl:EntryIf has_attachment="1"> 134 <img alt="{{tpl:lang Attachments}}" src="{{tpl:BlogThemeURL}}/images/icons/download-icon-16x16.gif" /><span class="flux"><a href="{{tpl:EntryURL}}#attachments">{{tpl:EntryAttachmentCount}}</a></span> 135 </tpl:EntryIf> 136 <tpl:EntryIf operator="or" comments_active="1" pings_active="1" has_attachment="1"> 137 </li> 138 </tpl:EntryIf> 139 </ul> 140 </div> 137 141 138 142 </div> <!-- end #post --> -
themes/freshy2/tpl/contrib/contact.idblog.html
r633 r698 1 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 2 2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="{{tpl: BlogLanguage}}" lang="{{tpl:BlogLanguage}}">3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="{{tpl:EntryLang}}" lang="{{tpl:EntryLang}}"> 4 4 <head> 5 5 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> … … 93 93 94 94 <tpl:ContactFormInput type="antispam"> 95 <p class="field"><label for="Contact_ antispam">{{tpl:ContactFormInputValue type="antispam_c"}}</label>95 <p class="field"><label for="Contact_file">{{tpl:ContactFormInputValue type="antispam_c"}}</label> 96 96 <img src="{{tpl:ContactFormInputValue type="antispam_v"}}" alt="Anti-spam" width="100" height="25" style="vertical-align: middle;" /> 97 97 <input type="text" id="Contact_antispam" name="contact[antispam]" value="" style="width: 98px; height: 23px; background-color: #F9F9FF; border: 1px solid #B8B8EF; vertical-align: middle; font-size: 18px; color: #BBB;" /></p> -
themes/freshy2/tpl/default/galleries.html
r633 r698 87 87 <!-- # --BEHAVIOR-- publicEntryAfterContent --> 88 88 {{tpl:SysBehavior behavior="publicEntryAfterContent"}} 89 90 <div class="meta"> 91 92 <dl> 93 <dt><small>{{tpl:lang By}} <span class="author">{{tpl:EntryAuthorLink}}</span></small> | 94 <small>{{tpl:EntryDate}} | {{tpl:EntryTime}}</small><br /></dt> 95 <tpl:EntryIf show_comments="1"> 96 <dt>{{tpl:lang Comments}}</dt><dd><a href="{{tpl:EntryURL}}#comments" class="comment_count">{{tpl:EntryCommentCount}}</a></dd> 97 </tpl:EntryIf> 98 <tpl:EntryIf has_category="1"> 99 <dt>{{tpl:lang Category}}</dt> 100 <dd><tpl:EntryCategoriesBreadcrumb><a href="{{tpl:CategoryURL}}">{{tpl:CategoryTitle encode_html="1"}}</a> › </tpl:EntryCategoriesBreadcrumb><a href="{{tpl:EntryCategoryURL}}">{{tpl:EntryCategory encode_html="1"}}</a></dd> 101 </tpl:EntryIf> 102 <tpl:EntryMetaData> 103 <tpl:MetaDataHeader><dt>{{tpl:lang Tags}}</dt><dd></tpl:MetaDataHeader> 104 <a href="{{tpl:MetaURL}}">{{tpl:MetaID}}</a>{{tpl:MetaSeparator}} 105 <tpl:MetaDataFooter></dd></tpl:MetaDataFooter> 106 </tpl:EntryMetaData> 107 <dt><br /><tpl:EntryIf comments_active="1"> 108 <img alt="{{tpl:lang This post's comments Atom feed}}" src="{{tpl:BlogThemeURL}}/images/icons/feed-icon-16x16.gif" /> 109 <a href="{{tpl:BlogFeedURL type="atom"}}/comments/{{tpl:EntryID}}" 110 title="{{tpl:lang This post's comments Atom feed}}">{{tpl:lang This post's comments feed}}</a></tpl:EntryIf></dt> 111 <tpl:EntryIf pings_active="1"> 112 <dt><img alt="{{tpl:lang Trackback}}" src="{{tpl:BlogThemeURL}}/images/icons/trackback-icon-16x16.gif" /> 113 <a href="{{tpl:EntryURL}}#pings" rel="trackback" title="{{tpl:lang Trackback}}">{{tpl:EntryPingCount}}</a></dt> 114 </tpl:EntryIf> 115 <tpl:EntryIf has_attachment="1"> 116 </tpl:EntryIf> 117 </dl> 118 </div> 89 90 <div class="meta"> 91 <ul> 92 <!-- # item auteur --> 93 <li>{{tpl:lang By}} <span class="author">{{tpl:EntryAuthorLink}}</span> | {{tpl:EntryDate}} | {{tpl:EntryTime}}</li> 94 95 <!-- # item comm cat tags --> 96 <li> 97 <!-- # comm --> 98 <tpl:EntryIf show_comments="1">{{tpl:lang Comments}}<span class="item"><a href="{{tpl:EntryURL}}#comments" class="comment_count">{{tpl:EntryCommentCount}}</a></span></tpl:EntryIf> 99 <!-- # cat --> 100 <tpl:EntryIf has_category="1">{{tpl:lang Category}}<span class="item"><tpl:EntryCategoriesBreadcrumb><a href="{{tpl:CategoryURL}}">{{tpl:CategoryTitle encode_html="1"}}</a> › </tpl:EntryCategoriesBreadcrumb><a href="{{tpl:EntryCategoryURL}}">{{tpl:EntryCategory encode_html="1"}}</a></span></tpl:EntryIf> 101 <!-- # meta --> 102 <tpl:EntryMetaData> 103 <tpl:MetaDataHeader>{{tpl:lang Tags}}<span class="item"></tpl:MetaDataHeader><a href="{{tpl:MetaURL}}">{{tpl:MetaID}}</a>{{tpl:MetaSeparator}} 104 <tpl:MetaDataFooter></span></tpl:MetaDataFooter> 105 </tpl:EntryMetaData> 106 </li> 107 <!-- # item rss-comm rss-ping attach --> 108 <tpl:EntryIf operator="or" comments_active="1" pings_active="1" has_attachment="1"> 109 <li> 110 </tpl:EntryIf> 111 <tpl:EntryIf comments_active="1"> 112 <img alt="{{tpl:lang This post's comments Atom feed}}" src="{{tpl:BlogThemeURL}}/images/icons/feed-icon-16x16.gif" /><span class="flux"><a href="{{tpl:BlogFeedURL type="atom"}}/comments/{{tpl:EntryID}}" title="{{tpl:lang This post's comments Atom feed}}">{{tpl:lang This post's comments feed}}</a></span> 113 </tpl:EntryIf> 114 <tpl:EntryIf pings_active="1"> 115 <img alt="{{tpl:lang Trackback}}" src="{{tpl:BlogThemeURL}}/images/icons/trackback-icon-16x16.gif" /><span class="flux"><a href="{{tpl:EntryURL}}#pings" rel="trackback" title="{{tpl:lang Trackback}}">{{tpl:EntryPingCount}}</a></span> 116 </tpl:EntryIf> 117 <tpl:EntryIf has_attachment="1"> 118 <img alt="{{tpl:lang Attachments}}" src="{{tpl:BlogThemeURL}}/images/icons/download-icon-16x16.gif" /><span class="flux"><a href="{{tpl:EntryURL}}#attachments">{{tpl:EntryAttachmentCount}}</a></span> 119 </tpl:EntryIf> 120 <tpl:EntryIf operator="or" comments_active="1" pings_active="1" has_attachment="1"> 121 </li> 122 </tpl:EntryIf> 123 </ul> 124 </div> 119 125 </div> <!-- end #post --> 120 126 … … 123 129 <p class="navigation"> 124 130 <tpl:PaginationIf end="0"> 125 <span class="alignleft">« <a href="{{tpl:PaginationURL offset="+1"}}" class="prev">{{tpl:lang previous entries}}</a></span> 131 <span class="alignleft"><a href="{{tpl:PaginationURL offset="+1"}}" class="prev">« 132 {{tpl:lang previous entries}}</a></span> 126 133 </tpl:PaginationIf> 127 134 <tpl:PaginationIf start="0"> 128 <span class="alignright"><a href="{{tpl:PaginationURL offset="-1"}}" class="next">{{tpl:lang next entries}}</a>»</span></tpl:PaginationIf> 135 <span class="alignright"><a href="{{tpl:PaginationURL offset="-1"}}" class="next">{{tpl:lang next entries}} 136 »</a></span></tpl:PaginationIf> 129 137 </p> 130 138 </tpl:Pagination> -
themes/freshy2/tpl/default/gallery.html
r633 r698 78 78 <tpl:GalleryPagination> 79 79 <p class="pagination"> 80 <tpl:PaginationIf start="0">«<a href="{{tpl:PaginationURL offset="-1"}}" class="next">{{tpl:lang previous images}}</a> - </tpl:PaginationIf> 80 <tpl:PaginationIf start="0"><a href="{{tpl:PaginationURL offset="-1"}}" class="next">« {{tpl:lang previous images}} 81 </a> - </tpl:PaginationIf> 81 82 {{tpl:lang page}} {{tpl:PaginationCurrent}} {{tpl:lang of}} {{tpl:PaginationCounter}} 82 <tpl:PaginationIf end="0"> - <a href="{{tpl:PaginationURL offset="+1"}}" class="prev"> {{tpl:lang next images}}</a>»</tpl:PaginationIf> 83 <tpl:PaginationIf end="0"> - <a href="{{tpl:PaginationURL offset="+1"}}" class="prev"> 84 {{tpl:lang next images}} »</a></tpl:PaginationIf> 83 85 84 86 </p> … … 101 103 <div style="clear:both;"></div> 102 104 </div> 103 104 <div class="meta"> 105 106 <dl> 107 <dt><small>{{tpl:lang By}} <span class="author">{{tpl:EntryAuthorLink}}</span></small> | 108 <small>{{tpl:EntryDate}} | {{tpl:EntryTime}}</small></dt> 109 <tpl:EntryIf show_comments="1"> 110 <dt><br />{{tpl:lang Comments}}</dt><dd><a href="{{tpl:EntryURL}}#comments" class="comment_count">{{tpl:EntryCommentCount}}</a></dd> 111 </tpl:EntryIf> 112 <tpl:EntryIf has_category="1"> 113 <dt>{{tpl:lang Category}}</dt> 114 <dd><tpl:EntryCategoriesBreadcrumb><a href="{{tpl:CategoryURL}}">{{tpl:CategoryTitle encode_html="1"}}</a> › </tpl:EntryCategoriesBreadcrumb><a href="{{tpl:EntryCategoryURL}}">{{tpl:EntryCategory encode_html="1"}}</a></dd> 115 </tpl:EntryIf> 116 <tpl:EntryMetaData> 117 <tpl:MetaDataHeader><dt>{{tpl:lang Tags}}</dt><dd></tpl:MetaDataHeader> 118 <a href="{{tpl:MetaURL}}">{{tpl:MetaID}}</a>{{tpl:MetaSeparator}} 119 <tpl:MetaDataFooter></dd></tpl:MetaDataFooter> 120 </tpl:EntryMetaData> 121 <dt><br /><tpl:EntryIf comments_active="1"><img alt="{{tpl:lang This gallery's comments Atom feed}}" src="{{tpl:BlogThemeURL}}/images/icons/feed-icon-16x16.gif" /> 122 <a href="{{tpl:BlogFeedURL type="atom"}}/comments/{{tpl:EntryID}}" 123 title="{{tpl:lang This post's comments Atom feed}}">{{tpl:lang This gallery's comments feed}}</a></tpl:EntryIf></dt> 124 <tpl:EntryIf pings_active="1"> 125 <dt><img alt="{{tpl:lang Trackback}}" src="{{tpl:BlogThemeURL}}/images/icons/trackback-icon-16x16.gif" /> 126 <a href="{{tpl:EntryURL}}#pings" rel="trackback" title="{{tpl:lang Trackback}}">{{tpl:EntryPingCount}}</a></dt> 127 </tpl:EntryIf> 128 </dl> 129 </div> 105 106 <div class="meta"> 107 <ul> 108 <!-- # item auteur --> 109 <li>{{tpl:lang By}} <span class="author">{{tpl:EntryAuthorLink}}</span> | {{tpl:EntryDate}} | {{tpl:EntryTime}}</li> 110 111 <!-- # item comm cat tags --> 112 <li> 113 <!-- # comm --> 114 <tpl:EntryIf show_comments="1">{{tpl:lang Comments}}<span class="item"><a href="{{tpl:EntryURL}}#comments" class="comment_count">{{tpl:EntryCommentCount}}</a></span></tpl:EntryIf> 115 <!-- # cat --> 116 <tpl:EntryIf has_category="1">{{tpl:lang Category}}<span class="item"><tpl:EntryCategoriesBreadcrumb><a href="{{tpl:CategoryURL}}">{{tpl:CategoryTitle encode_html="1"}}</a> › </tpl:EntryCategoriesBreadcrumb><a href="{{tpl:EntryCategoryURL}}">{{tpl:EntryCategory encode_html="1"}}</a></span></tpl:EntryIf> 117 <!-- # meta --> 118 <tpl:EntryMetaData> 119 <tpl:MetaDataHeader>{{tpl:lang Tags}}<span class="item"></tpl:MetaDataHeader><a href="{{tpl:MetaURL}}">{{tpl:MetaID}}</a>{{tpl:MetaSeparator}} 120 <tpl:MetaDataFooter></span></tpl:MetaDataFooter> 121 </tpl:EntryMetaData> 122 </li> 123 <!-- # item rss-comm rss-ping attach --> 124 <tpl:EntryIf operator="or" comments_active="1" pings_active="1" has_attachment="1"> 125 <li> 126 </tpl:EntryIf> 127 <tpl:EntryIf comments_active="1"> 128 <img alt="{{tpl:lang This gallery's comments Atom feed}}" src="{{tpl:BlogThemeURL}}/images/icons/feed-icon-16x16.gif" /><span class="flux"><a href="{{tpl:BlogFeedURL type="atom"}}/comments/{{tpl:EntryID}}" title="{{tpl:lang This gallery's comments Atom feed}}">{{tpl:lang This gallery's comments feed}}</a></span> 129 </tpl:EntryIf> 130 <tpl:EntryIf pings_active="1"> 131 <img alt="{{tpl:lang Trackback}}" src="{{tpl:BlogThemeURL}}/images/icons/trackback-icon-16x16.gif" /><span class="flux"><a href="{{tpl:EntryURL}}#pings" rel="trackback" title="{{tpl:lang Trackback}}">{{tpl:EntryPingCount}}</a></span> 132 </tpl:EntryIf> 133 <tpl:EntryIf has_attachment="1"> 134 <img alt="{{tpl:lang Attachments}}" src="{{tpl:BlogThemeURL}}/images/icons/download-icon-16x16.gif" /><span class="flux"><a href="{{tpl:EntryURL}}#attachments">{{tpl:EntryAttachmentCount}}</a></span> 135 </tpl:EntryIf> 136 <tpl:EntryIf operator="or" comments_active="1" pings_active="1" has_attachment="1"> 137 </li> 138 </tpl:EntryIf> 139 </ul> 140 </div> 130 141 </div> <!-- End #post --> 131 142 132 143 <p id="navigation"> 133 <tpl:GalleryEntryPrevious><span class="alignleft"> «<a href="{{tpl:EntryURL}}"134 title="{{tpl:EntryTitle encode_html="1"}}" class="prev"> {{tpl:EntryTitle encode_html="1"144 <tpl:GalleryEntryPrevious><span class="alignleft"><a href="{{tpl:EntryURL}}" 145 title="{{tpl:EntryTitle encode_html="1"}}" class="prev">« {{tpl:EntryTitle encode_html="1" 135 146 cut_string="50"}}</a></span></tpl:GalleryEntryPrevious> 136 147 <tpl:GalleryEntryNext> <span class="alignright"><a href="{{tpl:EntryURL}}" 137 148 title="{{tpl:EntryTitle encode_html="1"}}" class="next">{{tpl:EntryTitle encode_html="1" 138 cut_string="50"}} </a>»</span></tpl:GalleryEntryNext>149 cut_string="50"}} »</a></span></tpl:GalleryEntryNext> 139 150 <br style="clear:both"/> 140 151 </p> -
themes/freshy2/tpl/default/image.html
r633 r698 58 58 <p class="gallink"> 59 59 <tpl:GalleryItemGallery> 60 «<a href="{{tpl:EntryURL}}" title="Retour à la galerie">Retour à la galerie [{{tpl:EntryTitle}}]</a>60 <a href="{{tpl:EntryURL}}" title="Retour à la galerie">« Retour à la galerie [{{tpl:EntryTitle}}]</a> 61 61 </tpl:GalleryItemGallery> 62 62 </p> … … 80 80 <!-- # --BEHAVIOR-- publicEntryAfterContent --> 81 81 {{tpl:SysBehavior behavior="publicEntryAfterContent"}} 82 <div class="meta"> 83 84 <dl> 85 <dt><small>{{tpl:lang By}} <span class="author">{{tpl:EntryAuthorLink}}</span></small> | 86 <small>{{tpl:EntryDate}} | {{tpl:EntryTime}}</small></dt> 87 <tpl:EntryIf show_comments="1"> 88 <dt><br />{{tpl:lang Comments}}</dt><dd><a href="{{tpl:EntryURL}}#comments" class="comment_count">{{tpl:EntryCommentCount}}</a></dd> 89 </tpl:EntryIf> 90 <tpl:EntryIf has_category="1"> 91 <dt>{{tpl:lang Category}}</dt> 92 <dd><tpl:EntryCategoriesBreadcrumb><a href="{{tpl:CategoryURL}}">{{tpl:CategoryTitle encode_html="1"}}</a> › </tpl:EntryCategoriesBreadcrumb><a href="{{tpl:EntryCategoryURL}}">{{tpl:EntryCategory encode_html="1"}}</a></dd> 93 </tpl:EntryIf> 94 <tpl:EntryMetaData> 95 <tpl:MetaDataHeader><dt>{{tpl:lang Tags}}</dt><dd></tpl:MetaDataHeader> 96 <a href="{{tpl:MetaURL}}">{{tpl:MetaID}}</a>{{tpl:MetaSeparator}} 97 <tpl:MetaDataFooter></dd></tpl:MetaDataFooter> 98 </tpl:EntryMetaData> 99 <dt><br /><tpl:EntryIf comments_active="1"><img alt="{{tpl:lang This post's comments Atom feed}}" src="{{tpl:BlogThemeURL}}/images/icons/feed-icon-16x16.gif" /> 100 <a href="{{tpl:BlogFeedURL type="atom"}}/comments/{{tpl:EntryID}}" 101 title="{{tpl:lang This post's comments Atom feed}}">{{tpl:lang This post's comments feed}}</a></tpl:EntryIf></dt> 102 <tpl:EntryIf pings_active="1"> 103 <dt><img alt="{{tpl:lang Trackback}}" src="{{tpl:BlogThemeURL}}/images/icons/trackback-icon-16x16.gif" /> 104 <a href="{{tpl:EntryURL}}#pings" rel="trackback" title="{{tpl:lang Trackback}}">{{tpl:EntryPingCount}}</a></dt> 105 </tpl:EntryIf> 106 </dl> 82 83 <div class="meta"> 84 <ul> 85 <!-- # item auteur --> 86 <li>{{tpl:lang By}} <span class="author">{{tpl:EntryAuthorLink}}</span> | {{tpl:EntryDate}} | {{tpl:EntryTime}}</li> 87 88 <!-- # item comm cat tags --> 89 <li> 90 <!-- # comm --> 91 <tpl:EntryIf show_comments="1">{{tpl:lang Comments}}<span class="item"><a href="{{tpl:EntryURL}}#comments" class="comment_count">{{tpl:EntryCommentCount}}</a></span></tpl:EntryIf> 92 <!-- # cat --> 93 <tpl:EntryIf has_category="1">{{tpl:lang Category}}<span class="item"><tpl:EntryCategoriesBreadcrumb><a href="{{tpl:CategoryURL}}">{{tpl:CategoryTitle encode_html="1"}}</a> › </tpl:EntryCategoriesBreadcrumb><a href="{{tpl:EntryCategoryURL}}">{{tpl:EntryCategory encode_html="1"}}</a></span></tpl:EntryIf> 94 <!-- # meta --> 95 <tpl:EntryMetaData> 96 <tpl:MetaDataHeader>{{tpl:lang Tags}}<span class="item"></tpl:MetaDataHeader><a href="{{tpl:MetaURL}}">{{tpl:MetaID}}</a>{{tpl:MetaSeparator}} 97 <tpl:MetaDataFooter></span></tpl:MetaDataFooter> 98 </tpl:EntryMetaData> 99 </li> 100 <!-- # item rss-comm rss-ping attach --> 101 <tpl:EntryIf operator="or" comments_active="1" pings_active="1" has_attachment="1"> 102 <li> 103 </tpl:EntryIf> 104 <tpl:EntryIf comments_active="1"> 105 <img alt="{{tpl:lang This post's comments Atom feed}}" src="{{tpl:BlogThemeURL}}/images/icons/feed-icon-16x16.gif" /><span class="flux"><a href="{{tpl:BlogFeedURL type="atom"}}/comments/{{tpl:EntryID}}" title="{{tpl:lang This post's comments Atom feed}}">{{tpl:lang This post's comments feed}}</a></span> 106 </tpl:EntryIf> 107 <tpl:EntryIf pings_active="1"> 108 <img alt="{{tpl:lang Trackback}}" src="{{tpl:BlogThemeURL}}/images/icons/trackback-icon-16x16.gif" /><span class="flux"><a href="{{tpl:EntryURL}}#pings" rel="trackback" title="{{tpl:lang Trackback}}">{{tpl:EntryPingCount}}</a></span> 109 </tpl:EntryIf> 110 <tpl:EntryIf has_attachment="1"> 111 <img alt="{{tpl:lang Attachments}}" src="{{tpl:BlogThemeURL}}/images/icons/download-icon-16x16.gif" /><span class="flux"><a href="{{tpl:EntryURL}}#attachments">{{tpl:EntryAttachmentCount}}</a></span> 112 </tpl:EntryIf> 113 <tpl:EntryIf operator="or" comments_active="1" pings_active="1" has_attachment="1"> 114 </li> 115 </tpl:EntryIf> 116 </ul> 107 117 </div> 108 118 </div> <!-- End #post --> 109 119 110 120 <p id="navigation"> 111 <tpl:GalleryItemPrevious><span class="alignleft"> «<a href="{{tpl:EntryURL}}"112 title="{{tpl:EntryTitle encode_html="1"}}" class="prev"> {{tpl:EntryTitle encode_html="1"121 <tpl:GalleryItemPrevious><span class="alignleft"><a href="{{tpl:EntryURL}}" 122 title="{{tpl:EntryTitle encode_html="1"}}" class="prev">« {{tpl:EntryTitle encode_html="1" 113 123 cut_string="50"}}</a></span></tpl:GalleryItemPrevious> 114 124 <tpl:GalleryItemNext> <span class="alignright"><a href="{{tpl:EntryURL}}" 115 125 title="{{tpl:EntryTitle encode_html="1"}}" class="next">{{tpl:EntryTitle encode_html="1" 116 cut_string="50"}} </a>»</span></tpl:GalleryItemNext>126 cut_string="50"}} »</a></span></tpl:GalleryItemNext> 117 127 <br style="clear:both"/> 118 128 </p> -
themes/freshy2/tpl/external.html
r633 r698 51 51 <div class="post-content">{{tpl:EntryContent}}</div> 52 52 <div class="meta"> 53 <dl> 54 <dt><small>{{tpl:lang By}} <span class="author">{{tpl:EntryAuthorLink}}</span></small> | 55 <small>{{tpl:EntryDate}} | {{tpl:EntryTime}}</small></dt> 56 </dl> 53 <ul> 54 <li>{{tpl:lang By}} <span class="author">{{tpl:EntryAuthorLink}}</span> | {{tpl:EntryDate}} | {{tpl:EntryTime}}</li> 55 </ul> 57 56 </div> 58 57 </div> <!-- End #post --> -
themes/freshy2/tpl/gal_default/galleries.html
r633 r698 87 87 <!-- # --BEHAVIOR-- publicEntryAfterContent --> 88 88 {{tpl:SysBehavior behavior="publicEntryAfterContent"}} 89 90 <div class="meta"> 91 92 <dl> 93 <dt><small>{{tpl:lang By}} <span class="author">{{tpl:EntryAuthorLink}}</span></small> | 94 <small>{{tpl:EntryDate}} | {{tpl:EntryTime}}</small><br /></dt> 95 <tpl:EntryIf show_comments="1"> 96 <dt>{{tpl:lang Comments}}</dt><dd><a href="{{tpl:EntryURL}}#comments" class="comment_count">{{tpl:EntryCommentCount}}</a></dd> 97 </tpl:EntryIf> 98 <tpl:EntryIf has_category="1"> 99 <dt>{{tpl:lang Category}}</dt> 100 <dd><tpl:EntryCategoriesBreadcrumb><a href="{{tpl:CategoryURL}}">{{tpl:CategoryTitle encode_html="1"}}</a> › </tpl:EntryCategoriesBreadcrumb><a href="{{tpl:EntryCategoryURL}}">{{tpl:EntryCategory encode_html="1"}}</a></dd> 101 </tpl:EntryIf> 102 <tpl:EntryMetaData> 103 <tpl:MetaDataHeader><dt>{{tpl:lang Tags}}</dt><dd></tpl:MetaDataHeader> 104 <a href="{{tpl:MetaURL}}">{{tpl:MetaID}}</a>{{tpl:MetaSeparator}} 105 <tpl:MetaDataFooter></dd></tpl:MetaDataFooter> 106 </tpl:EntryMetaData> 107 <dt><br /><tpl:EntryIf comments_active="1"> 108 <img alt="{{tpl:lang This post's comments Atom feed}}" src="{{tpl:BlogThemeURL}}/images/icons/feed-icon-16x16.gif" /> 109 <a href="{{tpl:BlogFeedURL type="atom"}}/comments/{{tpl:EntryID}}" 110 title="{{tpl:lang This post's comments Atom feed}}">{{tpl:lang This post's comments feed}}</a></tpl:EntryIf></dt> 111 <tpl:EntryIf pings_active="1"> 112 <dt><img alt="{{tpl:lang Trackback}}" src="{{tpl:BlogThemeURL}}/images/icons/trackback-icon-16x16.gif" /> 113 <a href="{{tpl:EntryURL}}#pings" rel="trackback" title="{{tpl:lang Trackback}}">{{tpl:EntryPingCount}}</a></dt> 114 </tpl:EntryIf> 115 <tpl:EntryIf has_attachment="1"> 116 </tpl:EntryIf> 117 </dl> 118 </div> 89 90 <div class="meta"> 91 <ul> 92 <!-- # item auteur --> 93 <li>{{tpl:lang By}} <span class="author">{{tpl:EntryAuthorLink}}</span> | {{tpl:EntryDate}} | {{tpl:EntryTime}}</li> 94 95 <!-- # item comm cat tags --> 96 <li> 97 <!-- # comm --> 98 <tpl:EntryIf show_comments="1">{{tpl:lang Comments}}<span class="item"><a href="{{tpl:EntryURL}}#comments" class="comment_count">{{tpl:EntryCommentCount}}</a></span></tpl:EntryIf> 99 <!-- # cat --> 100 <tpl:EntryIf has_category="1">{{tpl:lang Category}}<span class="item"><tpl:EntryCategoriesBreadcrumb><a href="{{tpl:CategoryURL}}">{{tpl:CategoryTitle encode_html="1"}}</a> › </tpl:EntryCategoriesBreadcrumb><a href="{{tpl:EntryCategoryURL}}">{{tpl:EntryCategory encode_html="1"}}</a></span></tpl:EntryIf> 101 <!-- # meta --> 102 <tpl:EntryMetaData> 103 <tpl:MetaDataHeader>{{tpl:lang Tags}}<span class="item"></tpl:MetaDataHeader><a href="{{tpl:MetaURL}}">{{tpl:MetaID}}</a>{{tpl:MetaSeparator}} 104 <tpl:MetaDataFooter></span></tpl:MetaDataFooter> 105 </tpl:EntryMetaData> 106 </li> 107 <!-- # item rss-comm rss-ping attach --> 108 <tpl:EntryIf operator="or" comments_active="1" pings_active="1" has_attachment="1"> 109 <li> 110 </tpl:EntryIf> 111 <tpl:EntryIf comments_active="1"> 112 <img alt="{{tpl:lang This post's comments Atom feed}}" src="{{tpl:BlogThemeURL}}/images/icons/feed-icon-16x16.gif" /><span class="flux"><a href="{{tpl:BlogFeedURL type="atom"}}/comments/{{tpl:EntryID}}" title="{{tpl:lang This post's comments Atom feed}}">{{tpl:lang This post's comments feed}}</a></span> 113 </tpl:EntryIf> 114 <tpl:EntryIf pings_active="1"> 115 <img alt="{{tpl:lang Trackback}}" src="{{tpl:BlogThemeURL}}/images/icons/trackback-icon-16x16.gif" /><span class="flux"><a href="{{tpl:EntryURL}}#pings" rel="trackback" title="{{tpl:lang Trackback}}">{{tpl:EntryPingCount}}</a></span> 116 </tpl:EntryIf> 117 <tpl:EntryIf has_attachment="1"> 118 <img alt="{{tpl:lang Attachments}}" src="{{tpl:BlogThemeURL}}/images/icons/download-icon-16x16.gif" /><span class="flux"><a href="{{tpl:EntryURL}}#attachments">{{tpl:EntryAttachmentCount}}</a></span> 119 </tpl:EntryIf> 120 <tpl:EntryIf operator="or" comments_active="1" pings_active="1" has_attachment="1"> 121 </li> 122 </tpl:EntryIf> 123 </ul> 124 </div> 119 125 </div> <!-- end #post --> 120 126 … … 123 129 <p class="navigation"> 124 130 <tpl:PaginationIf end="0"> 125 <span class="alignleft">« <a href="{{tpl:PaginationURL offset="+1"}}" class="prev">{{tpl:lang previous entries}}</a></span> 131 <span class="alignleft"><a href="{{tpl:PaginationURL offset="+1"}}" class="prev">« 132 {{tpl:lang previous entries}}</a></span> 126 133 </tpl:PaginationIf> 127 134 <tpl:PaginationIf start="0"> 128 <span class="alignright"><a href="{{tpl:PaginationURL offset="-1"}}" class="next">{{tpl:lang next entries}}</a>»</span></tpl:PaginationIf> 135 <span class="alignright"><a href="{{tpl:PaginationURL offset="-1"}}" class="next">{{tpl:lang next entries}} 136 »</a></span></tpl:PaginationIf> 129 137 </p> 130 138 </tpl:Pagination> -
themes/freshy2/tpl/gal_default/gallery.html
r633 r698 67 67 <!-- # --BEHAVIOR-- publicEntryAfterContent --> 68 68 {{tpl:SysBehavior behavior="publicEntryAfterContent"}} 69 70 <div class="meta"> 71 72 <dl> 73 <dt><small>{{tpl:lang By}} <span class="author">{{tpl:EntryAuthorLink}}</span></small> | 74 <small>{{tpl:EntryDate}} | {{tpl:EntryTime}}</small></dt> 75 <tpl:EntryIf show_comments="1"> 76 <dt><br />{{tpl:lang Comments}}</dt><dd><a href="{{tpl:EntryURL}}#comments" class="comment_count">{{tpl:EntryCommentCount}}</a></dd> 77 </tpl:EntryIf> 78 <tpl:EntryIf has_category="1"> 79 <dt>{{tpl:lang Category}}</dt> 80 <dd><tpl:EntryCategoriesBreadcrumb><a href="{{tpl:CategoryURL}}">{{tpl:CategoryTitle encode_html="1"}}</a> › </tpl:EntryCategoriesBreadcrumb><a href="{{tpl:EntryCategoryURL}}">{{tpl:EntryCategory encode_html="1"}}</a></dd> 81 </tpl:EntryIf> 82 <tpl:EntryMetaData> 83 <tpl:MetaDataHeader><dt>{{tpl:lang Tags}}</dt><dd></tpl:MetaDataHeader> 84 <a href="{{tpl:MetaURL}}">{{tpl:MetaID}}</a>{{tpl:MetaSeparator}} 85 <tpl:MetaDataFooter></dd></tpl:MetaDataFooter> 86 </tpl:EntryMetaData> 87 <dt><br /><tpl:EntryIf comments_active="1"><img alt="{{tpl:lang This gallery's comments Atom feed}}" src="{{tpl:BlogThemeURL}}/images/icons/feed-icon-16x16.gif" /> 88 <a href="{{tpl:BlogFeedURL type="atom"}}/comments/{{tpl:EntryID}}" 89 title="{{tpl:lang This post's comments Atom feed}}">{{tpl:lang This gallery's comments feed}}</a></tpl:EntryIf></dt> 90 <tpl:EntryIf pings_active="1"> 91 <dt><img alt="{{tpl:lang Trackback}}" src="{{tpl:BlogThemeURL}}/images/icons/trackback-icon-16x16.gif" /> 92 <a href="{{tpl:EntryURL}}#pings" rel="trackback" title="{{tpl:lang Trackback}}">{{tpl:EntryPingCount}}</a></dt> 93 </tpl:EntryIf> 94 </dl> 95 </div> 69 70 <div class="meta"> 71 <ul> 72 <!-- # item auteur --> 73 <li>{{tpl:lang By}} <span class="author">{{tpl:EntryAuthorLink}}</span> | {{tpl:EntryDate}} | {{tpl:EntryTime}}</li> 74 75 <!-- # item comm cat tags --> 76 <li> 77 <!-- # comm --> 78 <tpl:EntryIf show_comments="1">{{tpl:lang Comments}}<span class="item"><a href="{{tpl:EntryURL}}#comments" class="comment_count">{{tpl:EntryCommentCount}}</a></span></tpl:EntryIf> 79 <!-- # cat --> 80 <tpl:EntryIf has_category="1">{{tpl:lang Category}}<span class="item"><tpl:EntryCategoriesBreadcrumb><a href="{{tpl:CategoryURL}}">{{tpl:CategoryTitle encode_html="1"}}</a> › </tpl:EntryCategoriesBreadcrumb><a href="{{tpl:EntryCategoryURL}}">{{tpl:EntryCategory encode_html="1"}}</a></span></tpl:EntryIf> 81 <!-- # meta --> 82 <tpl:EntryMetaData> 83 <tpl:MetaDataHeader>{{tpl:lang Tags}}<span class="item"></tpl:MetaDataHeader><a href="{{tpl:MetaURL}}">{{tpl:MetaID}}</a>{{tpl:MetaSeparator}} 84 <tpl:MetaDataFooter></span></tpl:MetaDataFooter> 85 </tpl:EntryMetaData> 86 </li> 87 <!-- # item rss-comm rss-ping attach --> 88 <tpl:EntryIf operator="or" comments_active="1" pings_active="1" has_attachment="1"> 89 <li> 90 </tpl:EntryIf> 91 <tpl:EntryIf comments_active="1"> 92 <img alt="{{tpl:lang This gallery's comments Atom feed}}" src="{{tpl:BlogThemeURL}}/images/icons/feed-icon-16x16.gif" /><span class="flux"><a href="{{tpl:BlogFeedURL type="atom"}}/comments/{{tpl:EntryID}}" title="{{tpl:lang This gallery's comments Atom feed}}">{{tpl:lang This gallery's comments feed}}</a></span> 93 </tpl:EntryIf> 94 <tpl:EntryIf pings_active="1"> 95 <img alt="{{tpl:lang Trackback}}" src="{{tpl:BlogThemeURL}}/images/icons/trackback-icon-16x16.gif" /><span class="flux"><a href="{{tpl:EntryURL}}#pings" rel="trackback" title="{{tpl:lang Trackback}}">{{tpl:EntryPingCount}}</a></span> 96 </tpl:EntryIf> 97 <tpl:EntryIf has_attachment="1"> 98 <img alt="{{tpl:lang Attachments}}" src="{{tpl:BlogThemeURL}}/images/icons/download-icon-16x16.gif" /><span class="flux"><a href="{{tpl:EntryURL}}#attachments">{{tpl:EntryAttachmentCount}}</a></span> 99 </tpl:EntryIf> 100 <tpl:EntryIf operator="or" comments_active="1" pings_active="1" has_attachment="1"> 101 </li> 102 </tpl:EntryIf> 103 </ul> 104 </div> 96 105 </div> <!-- End #post --> 97 106 98 107 <p id="navigation"> 99 <tpl:GalleryEntryPrevious><span class="alignleft"> «<a href="{{tpl:EntryURL}}"100 title="{{tpl:EntryTitle encode_html="1"}}" class="prev"> {{tpl:EntryTitle encode_html="1"108 <tpl:GalleryEntryPrevious><span class="alignleft"><a href="{{tpl:EntryURL}}" 109 title="{{tpl:EntryTitle encode_html="1"}}" class="prev">« {{tpl:EntryTitle encode_html="1" 101 110 cut_string="50"}}</a></span></tpl:GalleryEntryPrevious> 102 111 <tpl:GalleryEntryNext> <span class="alignright"><a href="{{tpl:EntryURL}}" 103 112 title="{{tpl:EntryTitle encode_html="1"}}" class="next">{{tpl:EntryTitle encode_html="1" 104 cut_string="50"}} </a>»</span></tpl:GalleryEntryNext>113 cut_string="50"}} »</a></span></tpl:GalleryEntryNext> 105 114 <br style="clear:both"/> 106 115 </p> -
themes/freshy2/tpl/gal_default/image.html
r633 r698 58 58 <p class="gallink"> 59 59 <tpl:GalleryItemGallery> 60 «<a href="{{tpl:EntryURL}}" title="Retour à la galerie">Retour à la galerie [{{tpl:EntryTitle}}]</a>60 <a href="{{tpl:EntryURL}}" title="Retour à la galerie">« Retour à la galerie [{{tpl:EntryTitle}}]</a> 61 61 </tpl:GalleryItemGallery> 62 62 </p> … … 72 72 <!-- # --BEHAVIOR-- publicEntryAfterContent --> 73 73 {{tpl:SysBehavior behavior="publicEntryAfterContent"}} 74 <div class="meta"> 75 76 <dl> 77 <dt><small>{{tpl:lang By}} <span class="author">{{tpl:EntryAuthorLink}}</span></small> | 78 <small>{{tpl:EntryDate}} | {{tpl:EntryTime}}</small></dt> 79 <tpl:EntryIf show_comments="1"> 80 <dt><br />{{tpl:lang Comments}}</dt><dd><a href="{{tpl:EntryURL}}#comments" class="comment_count">{{tpl:EntryCommentCount}}</a></dd> 81 </tpl:EntryIf> 82 <tpl:EntryIf has_category="1"> 83 <dt>{{tpl:lang Category}}</dt> 84 <dd><tpl:EntryCategoriesBreadcrumb><a href="{{tpl:CategoryURL}}">{{tpl:CategoryTitle encode_html="1"}}</a> › </tpl:EntryCategoriesBreadcrumb><a href="{{tpl:EntryCategoryURL}}">{{tpl:EntryCategory encode_html="1"}}</a></dd> 85 </tpl:EntryIf> 86 <tpl:EntryMetaData> 87 <tpl:MetaDataHeader><dt>{{tpl:lang Tags}}</dt><dd></tpl:MetaDataHeader> 88 <a href="{{tpl:MetaURL}}">{{tpl:MetaID}}</a>{{tpl:MetaSeparator}} 89 <tpl:MetaDataFooter></dd></tpl:MetaDataFooter> 90 </tpl:EntryMetaData> 91 <dt><br /><tpl:EntryIf comments_active="1"><img alt="{{tpl:lang This post's comments Atom feed}}" src="{{tpl:BlogThemeURL}}/images/icons/feed-icon-16x16.gif" /> 92 <a href="{{tpl:BlogFeedURL type="atom"}}/comments/{{tpl:EntryID}}" 93 title="{{tpl:lang This post's comments Atom feed}}">{{tpl:lang This post's comments feed}}</a></tpl:EntryIf></dt> 94 <tpl:EntryIf pings_active="1"> 95 <dt><img alt="{{tpl:lang Trackback}}" src="{{tpl:BlogThemeURL}}/images/icons/trackback-icon-16x16.gif" /> 96 <a href="{{tpl:EntryURL}}#pings" rel="trackback" title="{{tpl:lang Trackback}}">{{tpl:EntryPingCount}}</a></dt> 97 </tpl:EntryIf> 98 </dl> 74 75 <div class="meta"> 76 <ul> 77 <!-- # item auteur --> 78 <li>{{tpl:lang By}} <span class="author">{{tpl:EntryAuthorLink}}</span> | {{tpl:EntryDate}} | {{tpl:EntryTime}}</li> 79 80 <!-- # item comm cat tags --> 81 <li> 82 <!-- # comm --> 83 <tpl:EntryIf show_comments="1">{{tpl:lang Comments}}<span class="item"><a href="{{tpl:EntryURL}}#comments" class="comment_count">{{tpl:EntryCommentCount}}</a></span></tpl:EntryIf> 84 <!-- # cat --> 85 <tpl:EntryIf has_category="1">{{tpl:lang Category}}<span class="item"><tpl:EntryCategoriesBreadcrumb><a href="{{tpl:CategoryURL}}">{{tpl:CategoryTitle encode_html="1"}}</a> › </tpl:EntryCategoriesBreadcrumb><a href="{{tpl:EntryCategoryURL}}">{{tpl:EntryCategory encode_html="1"}}</a></span></tpl:EntryIf> 86 <!-- # meta --> 87 <tpl:EntryMetaData> 88 <tpl:MetaDataHeader>{{tpl:lang Tags}}<span class="item"></tpl:MetaDataHeader><a href="{{tpl:MetaURL}}">{{tpl:MetaID}}</a>{{tpl:MetaSeparator}} 89 <tpl:MetaDataFooter></span></tpl:MetaDataFooter> 90 </tpl:EntryMetaData> 91 </li> 92 <!-- # item rss-comm rss-ping attach --> 93 <tpl:EntryIf operator="or" comments_active="1" pings_active="1" has_attachment="1"> 94 <li> 95 </tpl:EntryIf> 96 <tpl:EntryIf comments_active="1"> 97 <img alt="{{tpl:lang This post's comments Atom feed}}" src="{{tpl:BlogThemeURL}}/images/icons/feed-icon-16x16.gif" /><span class="flux"><a href="{{tpl:BlogFeedURL type="atom"}}/comments/{{tpl:EntryID}}" title="{{tpl:lang This post's comments Atom feed}}">{{tpl:lang This post's comments feed}}</a></span> 98 </tpl:EntryIf> 99 <tpl:EntryIf pings_active="1"> 100 <img alt="{{tpl:lang Trackback}}" src="{{tpl:BlogThemeURL}}/images/icons/trackback-icon-16x16.gif" /><span class="flux"><a href="{{tpl:EntryURL}}#pings" rel="trackback" title="{{tpl:lang Trackback}}">{{tpl:EntryPingCount}}</a></span> 101 </tpl:EntryIf> 102 <tpl:EntryIf has_attachment="1"> 103 <img alt="{{tpl:lang Attachments}}" src="{{tpl:BlogThemeURL}}/images/icons/download-icon-16x16.gif" /><span class="flux"><a href="{{tpl:EntryURL}}#attachments">{{tpl:EntryAttachmentCount}}</a></span> 104 </tpl:EntryIf> 105 <tpl:EntryIf operator="or" comments_active="1" pings_active="1" has_attachment="1"> 106 </li> 107 </tpl:EntryIf> 108 </ul> 99 109 </div> 100 110 </div> <!-- End #post --> 101 111 102 112 <p id="navigation"> 103 <tpl:GalleryItemPrevious><span class="alignleft"> «<a href="{{tpl:EntryURL}}"104 title="{{tpl:EntryTitle encode_html="1"}}" class="prev"> {{tpl:EntryTitle encode_html="1"113 <tpl:GalleryItemPrevious><span class="alignleft"><a href="{{tpl:EntryURL}}" 114 title="{{tpl:EntryTitle encode_html="1"}}" class="prev">« {{tpl:EntryTitle encode_html="1" 105 115 cut_string="50"}}</a></span></tpl:GalleryItemPrevious> 106 116 <tpl:GalleryItemNext> <span class="alignright"><a href="{{tpl:EntryURL}}" 107 117 title="{{tpl:EntryTitle encode_html="1"}}" class="next">{{tpl:EntryTitle encode_html="1" 108 cut_string="50"}} </a>»</span></tpl:GalleryItemNext>118 cut_string="50"}} »</a></span></tpl:GalleryItemNext> 109 119 <br style="clear:both"/> 110 120 </p> -
themes/freshy2/tpl/home.html
r633 r698 62 62 <div class="post {{tpl:EntryIfOdd}} {{tpl:EntryIfFirst}}" lang="{{tpl:EntryLang}}" xml:lang="{{tpl:EntryLang}}"> 63 63 64 <h2 id="p{{tpl:EntryID}}" class="post-title"><a 65 href="{{tpl:EntryURL}}">{{tpl:EntryTitle encode_html="1"}}</a></h2> 64 <h2 id="p{{tpl:EntryID}}" class="post-title"><a href="{{tpl:EntryURL}}">{{tpl:EntryTitle encode_html="1"}}</a></h2> 66 65 67 66 <!-- # --BEHAVIOR-- publicEntryBeforeContent --> … … 83 82 <!-- # --BEHAVIOR-- publicEntryAfterContent --> 84 83 {{tpl:SysBehavior behavior="publicEntryAfterContent"}} 85 86 <div class="meta"> 87 88 <dl> 89 <dt><small>{{tpl:lang By}} <span class="author">{{tpl:EntryAuthorLink}}</span></small> | 90 <small>{{tpl:EntryDate}} | {{tpl:EntryTime}}</small><br /></dt> 91 <tpl:EntryIf show_comments="1"> 92 <dt>{{tpl:lang Comments}}</dt><dd><a href="{{tpl:EntryURL}}#comments" class="comment_count">{{tpl:EntryCommentCount}}</a></dd> 93 </tpl:EntryIf> 94 <tpl:EntryIf has_category="1"> 95 <dt>{{tpl:lang Category}}</dt> 96 <dd><tpl:EntryCategoriesBreadcrumb><a href="{{tpl:CategoryURL}}">{{tpl:CategoryTitle encode_html="1"}}</a> › </tpl:EntryCategoriesBreadcrumb><a href="{{tpl:EntryCategoryURL}}">{{tpl:EntryCategory encode_html="1"}}</a></dd> 97 </tpl:EntryIf> 98 <tpl:EntryMetaData> 99 <tpl:MetaDataHeader><dt>{{tpl:lang Tags}}</dt><dd></tpl:MetaDataHeader> 100 <a href="{{tpl:MetaURL}}">{{tpl:MetaID}}</a>{{tpl:MetaSeparator}} 101 <tpl:MetaDataFooter></dd></tpl:MetaDataFooter> 102 </tpl:EntryMetaData> 103 <dt><br /><tpl:EntryIf comments_active="1"> 104 <img alt="{{tpl:lang This post's comments Atom feed}}" src="{{tpl:BlogThemeURL}}/images/icons/feed-icon-16x16.gif" /> 105 <a href="{{tpl:BlogFeedURL type="atom"}}/comments/{{tpl:EntryID}}" 106 title="{{tpl:lang This post's comments Atom feed}}">{{tpl:lang This post's comments feed}}</a></tpl:EntryIf></dt> 107 <tpl:EntryIf pings_active="1"> 108 <dt><img alt="{{tpl:lang Trackback}}" src="{{tpl:BlogThemeURL}}/images/icons/trackback-icon-16x16.gif" /> 109 <a href="{{tpl:EntryURL}}#pings" rel="trackback" title="{{tpl:lang Trackback}}">{{tpl:EntryPingCount}}</a></dt> 110 </tpl:EntryIf> 111 <tpl:EntryIf has_attachment="1"> 112 <dt><img alt="{{tpl:lang Attachments}}" src="{{tpl:BlogThemeURL}}/images/icons/download-icon-16x16.png" /> 113 <a href="{{tpl:EntryURL}}#attachments">{{tpl:EntryAttachmentCount}}</a></dt> 114 </tpl:EntryIf> 115 </dl> 116 84 85 <div class="meta"> 86 <ul> 87 <!-- # item auteur --> 88 <li>{{tpl:lang By}} <span class="author">{{tpl:EntryAuthorLink}}</span> | {{tpl:EntryDate}} | {{tpl:EntryTime}}</li> 89 90 <!-- # item comm cat tags --> 91 <li> 92 <!-- # comm --> 93 <tpl:EntryIf show_comments="1">{{tpl:lang Comments}}<span class="item"><a href="{{tpl:EntryURL}}#comments" class="comment_count">{{tpl:EntryCommentCount}}</a></span></tpl:EntryIf> 94 <!-- # cat --> 95 <tpl:EntryIf has_category="1">{{tpl:lang Category}}<span class="item"><tpl:EntryCategoriesBreadcrumb><a href="{{tpl:CategoryURL}}">{{tpl:CategoryTitle encode_html="1"}}</a> › </tpl:EntryCategoriesBreadcrumb><a href="{{tpl:EntryCategoryURL}}">{{tpl:EntryCategory encode_html="1"}}</a></span></tpl:EntryIf> 96 <!-- # meta --> 97 <tpl:EntryMetaData> 98 <tpl:MetaDataHeader>{{tpl:lang Tags}}<span class="item"></tpl:MetaDataHeader><a href="{{tpl:MetaURL}}">{{tpl:MetaID}}</a>{{tpl:MetaSeparator}} 99 <tpl:MetaDataFooter></span></tpl:MetaDataFooter> 100 </tpl:EntryMetaData> 101 </li> 102 <!-- # item rss-comm rss-ping attach --> 103 <tpl:EntryIf operator="or" comments_active="1" pings_active="1" has_attachment="1"> 104 <li> 105 </tpl:EntryIf> 106 <tpl:EntryIf comments_active="1"> 107 <img alt="{{tpl:lang This post's comments Atom feed}}" src="{{tpl:BlogThemeURL}}/images/icons/feed-icon-16x16.gif" /><span class="flux"><a href="{{tpl:BlogFeedURL type="atom"}}/comments/{{tpl:EntryID}}" title="{{tpl:lang This post's comments Atom feed}}">{{tpl:lang This post's comments feed}}</a></span> 108 </tpl:EntryIf> 109 <tpl:EntryIf pings_active="1"> 110 <img alt="{{tpl:lang Trackback}}" src="{{tpl:BlogThemeURL}}/images/icons/trackback-icon-16x16.gif" /><span class="flux"><a href="{{tpl:EntryURL}}#pings" rel="trackback" title="{{tpl:lang Trackback}}">{{tpl:EntryPingCount}}</a></span> 111 </tpl:EntryIf> 112 <tpl:EntryIf has_attachment="1"> 113 <img alt="{{tpl:lang Attachments}}" src="{{tpl:BlogThemeURL}}/images/icons/download-icon-16x16.gif" /><span class="flux"><a href="{{tpl:EntryURL}}#attachments">{{tpl:EntryAttachmentCount}}</a></span> 114 </tpl:EntryIf> 115 <tpl:EntryIf operator="or" comments_active="1" pings_active="1" has_attachment="1"> 116 </li> 117 </tpl:EntryIf> 118 </ul> 117 119 </div> 118 120 -
themes/freshy2/tpl/page.html
r633 r698 64 64 <!-- # --BEHAVIOR-- publicEntryAfterContent --> 65 65 {{tpl:SysBehavior behavior="publicEntryAfterContent"}} 66 67 <div class="meta"> 68 <dl> 69 <dt><small>{{tpl:lang By}} <span class="author">{{tpl:EntryAuthorLink}}</span></small> | 70 <small>{{tpl:EntryDate}} | {{tpl:EntryTime}}</small></dt> 71 <tpl:EntryIf show_comments="1"> 72 <dt><br />{{tpl:lang Comments}}</dt><dd><a href="{{tpl:EntryURL}}#comments" class="comment_count">{{tpl:EntryCommentCount}}</a></dd> 73 </tpl:EntryIf> 74 <dt><br /><tpl:EntryIf comments_active="1"><img alt="{{tpl:lang This post's comments Atom feed}}" src="{{tpl:BlogThemeURL}}/images/icons/feed-icon-16x16.gif" /> 75 <a href="{{tpl:BlogFeedURL type="atom"}}/comments/{{tpl:EntryID}}" 76 title="{{tpl:lang This post's comments Atom feed}}">{{tpl:lang This post's comments feed}}</a></tpl:EntryIf></dt> 77 <tpl:EntryIf pings_active="1"> 78 <dt><img alt="{{tpl:lang Trackback}}" src="{{tpl:BlogThemeURL}}/images/icons/trackback-icon-16x16.gif" /> 79 <a href="{{tpl:EntryURL}}#pings" rel="trackback" title="{{tpl:lang Trackback}}">{{tpl:EntryPingCount}}</a></dt> 80 </tpl:EntryIf> 81 </dl> 66 67 <div class="meta"> 68 <ul> 69 <!-- # item auteur --> 70 <li>{{tpl:lang By}} <span class="author">{{tpl:EntryAuthorLink}}</span> | {{tpl:EntryDate}} | {{tpl:EntryTime}}</li> 71 72 <!-- # item comm cat --> 73 <tpl:EntryIf operator="or" show_comments="1" has_category="1"> 74 <li> 75 </tpl:EntryIf> 76 <!-- # comm --> 77 <tpl:EntryIf show_comments="1">{{tpl:lang Comments}}<span class="item"><a href="{{tpl:EntryURL}}#comments" class="comment_count">{{tpl:EntryCommentCount}}</a></span></tpl:EntryIf> 78 <!-- # cat --> 79 <tpl:EntryIf has_category="1">{{tpl:lang Category}}<span class="item"><tpl:EntryCategoriesBreadcrumb><a href="{{tpl:CategoryURL}}">{{tpl:CategoryTitle encode_html="1"}}</a> › </tpl:EntryCategoriesBreadcrumb><a href="{{tpl:EntryCategoryURL}}">{{tpl:EntryCategory encode_html="1"}}</a></span></tpl:EntryIf> 80 <tpl:EntryIf operator="or" show_comments="1" has_category="1"> 81 </li> 82 </tpl:EntryIf> 83 <!-- # item rss-comm rss-ping --> 84 <tpl:EntryIf operator="or" comments_active="1" pings_active="1" has_attachment="1"> 85 <li> 86 </tpl:EntryIf> 87 <tpl:EntryIf comments_active="1"> 88 <img alt="{{tpl:lang This post's comments Atom feed}}" src="{{tpl:BlogThemeURL}}/images/icons/feed-icon-16x16.gif" /><span class="flux"><a href="{{tpl:BlogFeedURL type="atom"}}/comments/{{tpl:EntryID}}" title="{{tpl:lang This post's comments Atom feed}}">{{tpl:lang This post's comments feed}}</a></span> 89 </tpl:EntryIf> 90 <tpl:EntryIf pings_active="1"> 91 <img alt="{{tpl:lang Trackback}}" src="{{tpl:BlogThemeURL}}/images/icons/trackback-icon-16x16.gif" /><span class="flux"><a href="{{tpl:EntryURL}}#pings" rel="trackback" title="{{tpl:lang Trackback}}">{{tpl:EntryPingCount}}</a></span> 92 </tpl:EntryIf> 93 <tpl:EntryIf operator="or" comments_active="1" pings_active="1" has_attachment="1"> 94 </li> 95 </tpl:EntryIf> 96 </ul> 82 97 </div> 83 98 -
themes/freshy2/tpl/post.html
r633 r698 70 70 <!-- # --BEHAVIOR-- publicEntryAfterContent --> 71 71 {{tpl:SysBehavior behavior="publicEntryAfterContent"}} 72 73 <div class="meta"> 74 75 <dl> 76 <dt><small>{{tpl:lang By}} <span class="author">{{tpl:EntryAuthorLink}}</span></small> | 77 <small>{{tpl:EntryDate}} | {{tpl:EntryTime}}</small></dt> 78 <tpl:EntryIf show_comments="1"> 79 <dt><br />{{tpl:lang Comments}}</dt><dd><a href="{{tpl:EntryURL}}#comments" class="comment_count">{{tpl:EntryCommentCount}}</a></dd> 80 </tpl:EntryIf> 81 <tpl:EntryIf has_category="1"> 82 <dt>{{tpl:lang Category}}</dt> 83 <dd><tpl:EntryCategoriesBreadcrumb><a href="{{tpl:CategoryURL}}">{{tpl:CategoryTitle encode_html="1"}}</a> › </tpl:EntryCategoriesBreadcrumb><a href="{{tpl:EntryCategoryURL}}">{{tpl:EntryCategory encode_html="1"}}</a></dd> 84 </tpl:EntryIf> 85 <tpl:EntryMetaData> 86 <tpl:MetaDataHeader><dt>{{tpl:lang Tags}}</dt><dd></tpl:MetaDataHeader> 87 <a href="{{tpl:MetaURL}}">{{tpl:MetaID}}</a>{{tpl:MetaSeparator}} 88 <tpl:MetaDataFooter></dd></tpl:MetaDataFooter> 89 </tpl:EntryMetaData> 90 <dt><br /><tpl:EntryIf comments_active="1"><img alt="{{tpl:lang This post's comments Atom feed}}" src="{{tpl:BlogThemeURL}}/images/icons/feed-icon-16x16.gif" /> 91 <a href="{{tpl:BlogFeedURL type="atom"}}/comments/{{tpl:EntryID}}" 92 title="{{tpl:lang This post's comments Atom feed}}">{{tpl:lang This post's comments feed}}</a></tpl:EntryIf></dt> 93 <tpl:EntryIf pings_active="1"> 94 <dt><img alt="{{tpl:lang Trackback}}" src="{{tpl:BlogThemeURL}}/images/icons/trackback-icon-16x16.gif" /> 95 <a href="{{tpl:EntryURL}}#pings" rel="trackback" title="{{tpl:lang Trackback}}">{{tpl:EntryPingCount}}</a></dt> 96 </tpl:EntryIf> 97 </dl> 72 73 <div class="meta"> 74 <ul> 75 <!-- # item auteur --> 76 <li>{{tpl:lang By}} <span class="author">{{tpl:EntryAuthorLink}}</span> | {{tpl:EntryDate}} | {{tpl:EntryTime}}</li> 77 78 <!-- # item comm cat tags --> 79 <li> 80 <!-- # comm --> 81 <tpl:EntryIf show_comments="1">{{tpl:lang Comments}}<span class="item"><a href="{{tpl:EntryURL}}#comments" class="comment_count">{{tpl:EntryCommentCount}}</a></span></tpl:EntryIf> 82 <!-- # cat --> 83 <tpl:EntryIf has_category="1">{{tpl:lang Category}}<span class="item"><tpl:EntryCategoriesBreadcrumb><a href="{{tpl:CategoryURL}}">{{tpl:CategoryTitle encode_html="1"}}</a> › </tpl:EntryCategoriesBreadcrumb><a href="{{tpl:EntryCategoryURL}}">{{tpl:EntryCategory encode_html="1"}}</a></span></tpl:EntryIf> 84 <!-- # meta --> 85 <tpl:EntryMetaData> 86 <tpl:MetaDataHeader>{{tpl:lang Tags}}<span class="item"></tpl:MetaDataHeader><a href="{{tpl:MetaURL}}">{{tpl:MetaID}}</a>{{tpl:MetaSeparator}} 87 <tpl:MetaDataFooter></span></tpl:MetaDataFooter> 88 </tpl:EntryMetaData> 89 </li> 90 <!-- # item rss-comm rss-ping attach --> 91 <tpl:EntryIf operator="or" comments_active="1" pings_active="1" has_attachment="1"> 92 <li> 93 </tpl:EntryIf> 94 <tpl:EntryIf comments_active="1"> 95 <img alt="{{tpl:lang This post's comments Atom feed}}" src="{{tpl:BlogThemeURL}}/images/icons/feed-icon-16x16.gif" /><span class="flux"><a href="{{tpl:BlogFeedURL type="atom"}}/comments/{{tpl:EntryID}}" title="{{tpl:lang This post's comments Atom feed}}">{{tpl:lang This post's comments feed}}</a></span> 96 </tpl:EntryIf> 97 <tpl:EntryIf pings_active="1"> 98 <img alt="{{tpl:lang Trackback}}" src="{{tpl:BlogThemeURL}}/images/icons/trackback-icon-16x16.gif" /><span class="flux"><a href="{{tpl:EntryURL}}#pings" rel="trackback" title="{{tpl:lang Trackback}}">{{tpl:EntryPingCount}}</a></span> 99 </tpl:EntryIf> 100 <tpl:EntryIf has_attachment="1"> 101 <img alt="{{tpl:lang Attachments}}" src="{{tpl:BlogThemeURL}}/images/icons/download-icon-16x16.gif" /><span class="flux"><a href="{{tpl:EntryURL}}#attachments">{{tpl:EntryAttachmentCount}}</a></span> 102 </tpl:EntryIf> 103 <tpl:EntryIf operator="or" comments_active="1" pings_active="1" has_attachment="1"> 104 </li> 105 </tpl:EntryIf> 106 </ul> 98 107 </div> 99 108 -
themes/freshy2/tpl/search.html
r633 r698 89 89 <!-- # --BEHAVIOR-- publicEntryAfterContent --> 90 90 {{tpl:SysBehavior behavior="publicEntryAfterContent"}} 91 92 <div class="meta"> 93 94 <dl> 95 <dt><small>{{tpl:lang By}} <span class="author">{{tpl:EntryAuthorLink}}</span></small> | 96 <small>{{tpl:EntryDate}} | {{tpl:EntryTime}}</small><br /></dt> 97 <tpl:EntryIf show_comments="1"> 98 <dt>{{tpl:lang Comments}}</dt><dd><a href="{{tpl:EntryURL}}#comments" class="comment_count">{{tpl:EntryCommentCount}}</a></dd> 99 </tpl:EntryIf> 100 <tpl:EntryIf has_category="1"> 101 <dt>{{tpl:lang Category}}</dt> 102 <dd><tpl:EntryCategoriesBreadcrumb><a href="{{tpl:CategoryURL}}">{{tpl:CategoryTitle encode_html="1"}}</a> › </tpl:EntryCategoriesBreadcrumb><a href="{{tpl:EntryCategoryURL}}">{{tpl:EntryCategory encode_html="1"}}</a></dd> 103 </tpl:EntryIf> 104 <tpl:EntryMetaData> 105 <tpl:MetaDataHeader><dt>{{tpl:lang Tags}}</dt><dd></tpl:MetaDataHeader> 106 <a href="{{tpl:MetaURL}}">{{tpl:MetaID}}</a>{{tpl:MetaSeparator}} 107 <tpl:MetaDataFooter></dd></tpl:MetaDataFooter> 108 </tpl:EntryMetaData> 109 <dt><br /><tpl:EntryIf comments_active="1"><img alt="{{tpl:lang This post's comments Atom feed}}" src="{{tpl:BlogThemeURL}}/images/icons/feed-icon-16x16.gif" /> 110 <a href="{{tpl:BlogFeedURL type="atom"}}/comments/{{tpl:EntryID}}" 111 title="{{tpl:lang This post's comments Atom feed}}">{{tpl:lang This post's comments feed}}</a></tpl:EntryIf></dt> 112 <tpl:EntryIf pings_active="1"> 113 <dt><img alt="{{tpl:lang Trackback}}" src="{{tpl:BlogThemeURL}}/images/icons/trackback-icon-16x16.gif" /> 114 <a href="{{tpl:EntryURL}}#pings" rel="trackback" title="{{tpl:lang Trackback}}">{{tpl:EntryPingCount}}</a></dt> 115 </tpl:EntryIf> 116 <tpl:EntryIf has_attachment="1"> 117 <dt><img alt="{{tpl:lang Attachments}}" src="{{tpl:BlogThemeURL}}/images/icons/download-icon-16x16.png" /> 118 <a href="{{tpl:EntryURL}}#attachments">{{tpl:EntryAttachmentCount}}</a></dt> 119 </tpl:EntryIf> 120 </dl> 121 91 92 <div class="meta"> 93 <ul> 94 <!-- # item auteur --> 95 <li>{{tpl:lang By}} <span class="author">{{tpl:EntryAuthorLink}}</span> | {{tpl:EntryDate}} | {{tpl:EntryTime}}</li> 96 97 <!-- # item comm cat tags --> 98 <li> 99 <!-- # comm --> 100 <tpl:EntryIf show_comments="1">{{tpl:lang Comments}}<span class="item"><a href="{{tpl:EntryURL}}#comments" class="comment_count">{{tpl:EntryCommentCount}}</a></span></tpl:EntryIf> 101 <!-- # cat --> 102 <tpl:EntryIf has_category="1">{{tpl:lang Category}}<span class="item"><tpl:EntryCategoriesBreadcrumb><a href="{{tpl:CategoryURL}}">{{tpl:CategoryTitle encode_html="1"}}</a> › </tpl:EntryCategoriesBreadcrumb><a href="{{tpl:EntryCategoryURL}}">{{tpl:EntryCategory encode_html="1"}}</a></span></tpl:EntryIf> 103 <!-- # meta --> 104 <tpl:EntryMetaData> 105 <tpl:MetaDataHeader>{{tpl:lang Tags}}<span class="item"></tpl:MetaDataHeader><a href="{{tpl:MetaURL}}">{{tpl:MetaID}}</a>{{tpl:MetaSeparator}} 106 <tpl:MetaDataFooter></span></tpl:MetaDataFooter> 107 </tpl:EntryMetaData> 108 </li> 109 <!-- # item rss-comm rss-ping attach --> 110 <tpl:EntryIf operator="or" comments_active="1" pings_active="1" has_attachment="1"> 111 <li> 112 </tpl:EntryIf> 113 <tpl:EntryIf comments_active="1"> 114 <img alt="{{tpl:lang This post's comments Atom feed}}" src="{{tpl:BlogThemeURL}}/images/icons/feed-icon-16x16.gif" /><span class="flux"><a href="{{tpl:BlogFeedURL type="atom"}}/comments/{{tpl:EntryID}}" title="{{tpl:lang This post's comments Atom feed}}">{{tpl:lang This post's comments feed}}</a></span> 115 </tpl:EntryIf> 116 <tpl:EntryIf pings_active="1"> 117 <img alt="{{tpl:lang Trackback}}" src="{{tpl:BlogThemeURL}}/images/icons/trackback-icon-16x16.gif" /><span class="flux"><a href="{{tpl:EntryURL}}#pings" rel="trackback" title="{{tpl:lang Trackback}}">{{tpl:EntryPingCount}}</a></span> 118 </tpl:EntryIf> 119 <tpl:EntryIf has_attachment="1"> 120 <img alt="{{tpl:lang Attachments}}" src="{{tpl:BlogThemeURL}}/images/icons/download-icon-16x16.gif" /><span class="flux"><a href="{{tpl:EntryURL}}#attachments">{{tpl:EntryAttachmentCount}}</a></span> 121 </tpl:EntryIf> 122 <tpl:EntryIf operator="or" comments_active="1" pings_active="1" has_attachment="1"> 123 </li> 124 </tpl:EntryIf> 125 </ul> 122 126 </div> 123 127 -
themes/freshy2/tpl/tag.html
r633 r698 57 57 <h2 class="post-title">» {{tpl:lang Tag}} : {{tpl:MetaID}}</h2> 58 58 <div class="entry"></div> 59 <div class="meta"> 60 <dl> 61 <dt><img alt="{{tpl:lang This tag's entries Atom feed}}" src="{{tpl:BlogThemeURL}}/images/icons/feed-icon-16x16.gif" /> 62 <a type="application/atom+xml" href="{{tpl:TagFeedURL type="atom"}}" 63 title="{{tpl:lang This tag's entries Atom feed}}" class="feed">{{tpl:lang Entries feed}}</a></dt> 64 <tpl:SysIf operator="or" comments_active="1" pings_active="1"> 65 <dt><img alt="{{tpl:lang This tag's comments Atom feed}}" src="{{tpl:BlogThemeURL}}/images/icons/feed-icon-16x16.gif" /> 66 <a type="application/atom+xml" href="{{tpl:TagFeedURL type="atom"}}/comments" 67 title="{{tpl:lang This tag's comments Atom feed}}" class="feed">{{tpl:lang Comments feed}}</a></dt> 59 60 <div class="meta"> 61 <ul> 62 <li> 63 <!-- # flux --> 64 <img alt="{{tpl:lang This tag's entries Atom feed}}" src="{{tpl:BlogThemeURL}}/images/icons/feed-icon-16x16.gif" /><span class="flux"><a type="application/atom+xml" href="{{tpl:TagFeedURL type="atom"}}" 65 title="{{tpl:lang This tag's entries Atom feed}}" class="feed">{{tpl:lang Entries feed}}</a></span> 66 <tpl:SysIf operator="or" comments_active="1" pings_active="1"> 67 <img alt="{{tpl:lang This tag's comments Atom feed}}" src="{{tpl:BlogThemeURL}}/images/icons/feed-icon-16x16.gif" /><span class="flux"><a type="application/atom+xml" href="{{tpl:TagFeedURL type="atom"}}/comments" 68 title="{{tpl:lang This tag's comments Atom feed}}" class="feed">{{tpl:lang Comments feed}}</a></span> 69 </li> 68 70 </tpl:SysIf> 69 </ dl>70 </div>71 </ul> 72 </div> 71 73 72 74 </div> … … 94 96 <!-- # --BEHAVIOR-- publicEntryAfterContent --> 95 97 {{tpl:SysBehavior behavior="publicEntryAfterContent"}} 96 97 <div class="meta"> 98 99 <dl> 100 <dt><small>{{tpl:lang By}} <span class="author">{{tpl:EntryAuthorLink}}</span></small> | 101 <small>{{tpl:EntryDate}} | {{tpl:EntryTime}}</small><br /></dt> 102 <tpl:EntryIf show_comments="1"> 103 <dt>{{tpl:lang Comments}}</dt><dd><a href="{{tpl:EntryURL}}#comments" class="comment_count">{{tpl:EntryCommentCount}}</a></dd> 104 </tpl:EntryIf> 105 <tpl:EntryIf has_category="1"> 106 <dt>{{tpl:lang Category}}</dt> 107 <dd><tpl:EntryCategoriesBreadcrumb><a href="{{tpl:CategoryURL}}">{{tpl:CategoryTitle encode_html="1"}}</a> › </tpl:EntryCategoriesBreadcrumb><a href="{{tpl:EntryCategoryURL}}">{{tpl:EntryCategory encode_html="1"}}</a></dd> 108 </tpl:EntryIf> 109 <tpl:EntryMetaData> 110 <tpl:MetaDataHeader><dt>{{tpl:lang Tags}}</dt><dd></tpl:MetaDataHeader> 111 <a href="{{tpl:MetaURL}}">{{tpl:MetaID}}</a>{{tpl:MetaSeparator}} 112 <tpl:MetaDataFooter></dd></tpl:MetaDataFooter> 113 </tpl:EntryMetaData> 114 <dt><br /><tpl:EntryIf comments_active="1"><img alt="{{tpl:lang This post's comments Atom feed}}" src="{{tpl:BlogThemeURL}}/images/icons/feed-icon-16x16.gif" /> 115 <a href="{{tpl:BlogFeedURL type="atom"}}/comments/{{tpl:EntryID}}" 116 title="{{tpl:lang This post's comments Atom feed}}">{{tpl:lang This post's comments feed}}</a></tpl:EntryIf></dt> 117 <tpl:EntryIf pings_active="1"> 118 <dt><img alt="{{tpl:lang Trackback}}" src="{{tpl:BlogThemeURL}}/images/icons/trackback-icon-16x16.gif" /> 119 <a href="{{tpl:EntryURL}}#pings" rel="trackback" title="{{tpl:lang Trackback}}">{{tpl:EntryPingCount}}</a></dt> 120 </tpl:EntryIf> 121 <tpl:EntryIf has_attachment="1"> 122 <dt><img alt="{{tpl:lang Attachments}}" src="{{tpl:BlogThemeURL}}/images/icons/download-icon-16x16.png" /> 123 <a href="{{tpl:EntryURL}}#attachments">{{tpl:EntryAttachmentCount}}</a></dt> 124 </tpl:EntryIf> 125 </dl> 126 98 99 <div class="meta"> 100 <ul> 101 <!-- # item auteur --> 102 <li>{{tpl:lang By}} <span class="author">{{tpl:EntryAuthorLink}}</span> | {{tpl:EntryDate}} | {{tpl:EntryTime}}</li> 103 104 <!-- # item comm cat tags --> 105 <li> 106 <!-- # comm --> 107 <tpl:EntryIf show_comments="1">{{tpl:lang Comments}}<span class="item"><a href="{{tpl:EntryURL}}#comments" class="comment_count">{{tpl:EntryCommentCount}}</a></span></tpl:EntryIf> 108 <!-- # cat --> 109 <tpl:EntryIf has_category="1">{{tpl:lang Category}}<span class="item"><tpl:EntryCategoriesBreadcrumb><a href="{{tpl:CategoryURL}}">{{tpl:CategoryTitle encode_html="1"}}</a> › </tpl:EntryCategoriesBreadcrumb><a href="{{tpl:EntryCategoryURL}}">{{tpl:EntryCategory encode_html="1"}}</a></span></tpl:EntryIf> 110 <!-- # meta --> 111 <tpl:EntryMetaData> 112 <tpl:MetaDataHeader>{{tpl:lang Tags}}<span class="item"></tpl:MetaDataHeader><a href="{{tpl:MetaURL}}">{{tpl:MetaID}}</a>{{tpl:MetaSeparator}} 113 <tpl:MetaDataFooter></span></tpl:MetaDataFooter> 114 </tpl:EntryMetaData> 115 </li> 116 <!-- # item rss-comm rss-ping attach --> 117 <tpl:EntryIf operator="or" comments_active="1" pings_active="1" has_attachment="1"> 118 <li> 119 </tpl:EntryIf> 120 <tpl:EntryIf comments_active="1"> 121 <img alt="{{tpl:lang This post's comments Atom feed}}" src="{{tpl:BlogThemeURL}}/images/icons/feed-icon-16x16.gif" /><span class="flux"><a href="{{tpl:BlogFeedURL type="atom"}}/comments/{{tpl:EntryID}}" title="{{tpl:lang This post's comments Atom feed}}">{{tpl:lang This post's comments feed}}</a></span> 122 </tpl:EntryIf> 123 <tpl:EntryIf pings_active="1"> 124 <img alt="{{tpl:lang Trackback}}" src="{{tpl:BlogThemeURL}}/images/icons/trackback-icon-16x16.gif" /><span class="flux"><a href="{{tpl:EntryURL}}#pings" rel="trackback" title="{{tpl:lang Trackback}}">{{tpl:EntryPingCount}}</a></span> 125 </tpl:EntryIf> 126 <tpl:EntryIf has_attachment="1"> 127 <img alt="{{tpl:lang Attachments}}" src="{{tpl:BlogThemeURL}}/images/icons/download-icon-16x16.gif" /><span class="flux"><a href="{{tpl:EntryURL}}#attachments">{{tpl:EntryAttachmentCount}}</a></span> 128 </tpl:EntryIf> 129 <tpl:EntryIf operator="or" comments_active="1" pings_active="1" has_attachment="1"> 130 </li> 131 </tpl:EntryIf> 132 </ul> 127 133 </div> 128 134
Note: See TracChangeset
for help on using the changeset viewer.