@neonwilderness/moveskins 1.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.env.example +2 -0
- package/CHANGELOG.md +6 -0
- package/LICENSE +21 -0
- package/README.md +3 -0
- package/dist/index.js +206 -0
- package/package.json +64 -0
- package/src/_compare.js +130 -0
- package/src/_download.js +51 -0
- package/src/_upload.js +68 -0
- package/src/_utils.js +107 -0
- package/src/create.js +65 -0
- package/src/images.js +55 -0
- package/src/index.js +114 -0
- package/src/template.html +132 -0
- package/src/template.json +361 -0
|
@@ -0,0 +1,361 @@
|
|
|
1
|
+
{
|
|
2
|
+
"aliases": [
|
|
3
|
+
{
|
|
4
|
+
"header": "Now comparing <ins>local</ins> alias \"help\" to <del>remote</del> DEV alias \"help@twoday-test.net\" [31.3.2026, 17:25:11] ...",
|
|
5
|
+
"skins": [
|
|
6
|
+
{
|
|
7
|
+
"open": false,
|
|
8
|
+
"results": [
|
|
9
|
+
{
|
|
10
|
+
"itemChanged": 0,
|
|
11
|
+
"text": "[title] is unchanged.",
|
|
12
|
+
"diffs": "Antwort auf einen Kommentar"
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
"itemChanged": 0,
|
|
16
|
+
"text": "[description] is unchanged.",
|
|
17
|
+
"diffs": "Definiert wie Antworten auf einen Kommentar dargestellt werden."
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"itemChanged": 0,
|
|
21
|
+
"text": "[skin] is unchanged.",
|
|
22
|
+
"diffs": "<div class="reply">\n \n <!-- Comment Author/Date -->\n <div class="commentDate"><% comment.creator as="link" %> - <% comment.createtime format="d. MMM. yyyy, H:mm" %></div>\n\n <!-- Comment Title -->\n <h4><% comment.content part="title" %></h4>\n \n <!-- Comment Content -->\n <div><% comment.content part="text" %></div>\n\n <!-- Comment Links-->\n <div class="commentLinks"><% comment.hookCommentLinks %><% comment.editlink %><% comment.deletelink prefix=" - " %></div>\n\n</div>\n"
|
|
23
|
+
}
|
|
24
|
+
],
|
|
25
|
+
"class": "identical",
|
|
26
|
+
"text": "Comment.reply is identical."
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"open": false,
|
|
30
|
+
"results": [
|
|
31
|
+
{
|
|
32
|
+
"itemChanged": 0,
|
|
33
|
+
"text": "[title] is unchanged.",
|
|
34
|
+
"diffs": "Toplevel Kommentar"
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"itemChanged": 0,
|
|
38
|
+
"text": "[description] is unchanged.",
|
|
39
|
+
"diffs": "Erscheinungsbild eines Toplevel-Kommentars zu einem Beitrag."
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
"itemChanged": 0,
|
|
43
|
+
"text": "[skin] is unchanged.",
|
|
44
|
+
"diffs": "<div class="comments">\n\n <!-- Comment Author/Date -->\n <div class="commentDate"><% comment.creator as="link" %> - <% comment.createtime format="d. MMM. yyyy, H:mm" %></div>\n\n <!-- Comment Title -->\n <h4><% comment.content part="title" %></h4>\n\n <!-- Comment Content -->\n <div><% comment.content part="text" %></div>\n\n <!-- Comment Links -->\n <div class="commentLinks"><% comment.hookCommentLinks %><% comment.replylink anchor="form" %><% comment.editlink prefix=" - " %><% comment.deletelink prefix=" - " %></div>\n <br />\n\n <!-- Further Comments -->\n <% comment.comments %>\n\n</div>\n"
|
|
45
|
+
}
|
|
46
|
+
],
|
|
47
|
+
"class": "identical",
|
|
48
|
+
"text": "Comment.toplevel is identical."
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
"open": false,
|
|
52
|
+
"results": [
|
|
53
|
+
{
|
|
54
|
+
"itemChanged": 0,
|
|
55
|
+
"text": "[title] is unchanged.",
|
|
56
|
+
"diffs": "Angemeldeter Benutzer"
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"itemChanged": 0,
|
|
60
|
+
"text": "[description] is unchanged.",
|
|
61
|
+
"diffs": "Wenn ein angemeldeter Benutzer deine Site besucht wird dieses Skin angezeigt wo immer du das Makro plaziert."
|
|
62
|
+
},
|
|
63
|
+
{
|
|
64
|
+
"itemChanged": 0,
|
|
65
|
+
"text": "[skin] is unchanged.",
|
|
66
|
+
"diffs": "Angemeldet als <% username as="link" %><br />\n<% membermgr.membership prefix="(" suffix=")<br />" %>\n<ul>\n <% membermgr.link to="edit" text="Profil bearbeiten" prefix="<li>" suffix="</li>" %>\n <% membermgr.subscribelink text="Weblog abonnieren" prefix="<li>" suffix="</li>" %>\n <% membermgr.subscriptionslink prefix="<li>" suffix="</li>" %>\n <% this.userModuleTasks %>\n <% membermgr.link to="logout" text="abmelden" prefix="<li>" suffix="</li>" %>\n</ul>"
|
|
67
|
+
}
|
|
68
|
+
],
|
|
69
|
+
"class": "identical",
|
|
70
|
+
"text": "MemberMgr.statusloggedin is identical."
|
|
71
|
+
},
|
|
72
|
+
{
|
|
73
|
+
"open": false,
|
|
74
|
+
"results": [
|
|
75
|
+
{
|
|
76
|
+
"itemChanged": 0,
|
|
77
|
+
"text": "[title] is unchanged.",
|
|
78
|
+
"diffs": "Abgemeldeter Benutzer"
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
"itemChanged": 0,
|
|
82
|
+
"text": "[description] is unchanged.",
|
|
83
|
+
"diffs": "Wenn der Benutzer der dein Weblog besucht nicht angemeldet ist, wird dieses Skin angezeigt."
|
|
84
|
+
},
|
|
85
|
+
{
|
|
86
|
+
"itemChanged": 0,
|
|
87
|
+
"text": "[skin] is unchanged.",
|
|
88
|
+
"diffs": "<form class="loginForm" method="post" action="<% root.url %>members/login"><% secretKey %>\n <div class="labeledInput">\n <label><% message key="User.userName" %>:</label>\n <input value="" width="20" type="text" name="name" size="15" />\n </div>\n <div class="labeledInput">\n <label><% message key="User.password" %>:</label>\n <input value="" width="20" type="password" name="password" size="15" />\n </div>\n <div>\n <input type="checkbox" value="1" name="remember" />\n <% message key="MemberMgr.login.rememberLogin" %>\n </div>\n <input class="btn-login" type="submit" name="login" value="Anmelden" />\n <div class="forgot">\n <a href="<% root.url %>members/sendpwd"><% message key="MemberMgr.login.forgotPasswordLink" %></a>\n </div>\n</form>"
|
|
89
|
+
}
|
|
90
|
+
],
|
|
91
|
+
"class": "identical",
|
|
92
|
+
"text": "MemberMgr.statusloggedout is identical."
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
"open": false,
|
|
96
|
+
"results": [
|
|
97
|
+
{
|
|
98
|
+
"itemChanged": 0,
|
|
99
|
+
"text": "[title] is unchanged.",
|
|
100
|
+
"diffs": "Admin Stylesheet"
|
|
101
|
+
},
|
|
102
|
+
{
|
|
103
|
+
"itemChanged": 0,
|
|
104
|
+
"text": "[description] is unchanged.",
|
|
105
|
+
"diffs": "Beinhaltet spezielle Style-Angaben für die im allgemeinen Layout dargestellten Contributorscreens."
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
"itemChanged": 0,
|
|
109
|
+
"text": "[skin] is unchanged.",
|
|
110
|
+
"diffs": "/* admin styles */\n\n/* messages */\n.message {\n background-color: #FFEC03;\n border: 1px solid #FF7006;\n color: #A21A1A;\n padding: 0.2em 0.8em 0.15em 30px;\n background: url("<% staticURL %>icon_message_24.gif") 2px -1px no-repeat #FFEC03;\n margin: 10px auto;\n width: 750px;\n}\n\ndiv.admin ul li {\n list-style: none;\n background: url("<% staticURL %>bg_listicon16.gif") 0 0px no-repeat;\n padding: 0 0 5px 22px;\n}\n\ndiv.admin ul {\n margin: 0 0 1em 0;\n padding: 0;\n}\n\n.listItem ul.taskList li {\n background: url("<% staticURL %>bg_listicon16_simple.gif") 0 2px no-repeat;\n}\n\n.listNavigation {\n margin-top: 1.5em;\n border-bottom: 1px solid <% layout.linecolor %>;\n padding-bottom: 2px;\n padding-left: 7px;\n}\n\n.listNavigation span {\n color: <% layout.linecolor %>;\n}\n\n.listNavigation a.active {\n font-weight: bold;\n}\n\ndiv.admin small,\ndiv.admin .small {\n font-size: <% layout.smallsize %>;\n color: <% layout.smallcolor %>;\n}\n\n/* lists */\n\ndiv.pageNav {\n margin: 5px 0 13px 0;\n}\n\ndiv.pageNavSummary {\n /* float: left; */\n}\n\ndiv.pageNavBar {\n /* float: right; */\n text-align: right;\n}\n\nspan.pageNavItem,\nspan.pageNavSelItem {\n margin-left: 3px;\n margin-right: 3px;\n}\n\ntable.listItem td.leftCol {\n width: 70%;\n vertical-align: top;\n}\n\ntable.listItem td.rightCol {\n width: 30%;\n vertical-align: top;\n}\n\n\n/* forms */\n\ndiv.admin fieldset {\n -moz-border-radius: .8em;\n border: 1px solid <% layout.linecolor %>;\n}\n\ndiv.admin fieldset legend {\n font-weight: bold;\n font-size: 1em;\n left: 1em;\n padding: 0 0.6em;\n color: <% layout.titlecolor %>;\n}\n\ndiv.admin fieldset.formList {\n padding: 0 1em 0 1.5em;\n}\n\ndiv.admin .formList p {\n border-bottom: 1px solid <% layout.textcolor %>;\n margin-top: 0.5em;\n padding-bottom: 0.8em;\n}\n\ndiv.admin label {\n font-size: 1em;\n font-weight: bold;\n color: <% layout.smallcolor %>;\n}\n\n.formText {\n width: 95%;\n font-family: <% layout.textfont %>;\n font-size: <% layout.textsize %>;\n font-weight: normal;\n}\n\n.formWide {\n width: 90%;\n font-family: <% layout.textfont %>;\n font-size: <% layout.textsize %>;\n font-weight: normal;\n}\n\ndiv.admin .intend {\n display: block;\n margin-left: 1.8em;\n}\n\np.buttons {\n margin-top:3em;\n text-align: right;\n clear: both;\n}\n\np.buttons input {\n padding: 0 1em;\n text-align: center;\n}\n"
|
|
111
|
+
}
|
|
112
|
+
],
|
|
113
|
+
"class": "identical",
|
|
114
|
+
"text": "Site.adminStyle is identical."
|
|
115
|
+
},
|
|
116
|
+
{
|
|
117
|
+
"open": true,
|
|
118
|
+
"results": [
|
|
119
|
+
{
|
|
120
|
+
"itemChanged": 0,
|
|
121
|
+
"text": "[title] is unchanged.",
|
|
122
|
+
"diffs": "Site.credits"
|
|
123
|
+
},
|
|
124
|
+
{
|
|
125
|
+
"itemChanged": 0,
|
|
126
|
+
"text": "[description] is unchanged.",
|
|
127
|
+
"diffs": ""
|
|
128
|
+
},
|
|
129
|
+
{
|
|
130
|
+
"itemChanged": 2,
|
|
131
|
+
"text": "[skin] length was=815, now=813:",
|
|
132
|
+
"diffs": "<del><!--p><a href="https://www.knallgrau.at"><img src="<% staticURL %>knallgrau.gif" alt="vi knallgrau GmbH" border="0" height="30" width="107"></a></p-->\n<p><a href="https://www.antville.org"><img src="<% staticURL %>powered_by_antville.gif" alt="powered by Antville" border="0" height="24" width="68"></a>&nbsp;<a href="https://github.com/antville/helma"><img src="<% staticURL %>powered_by_helma.gif" alt="powered by Helma" border="0" height="24" width="41"></a></p>\n</del><ins><!--p><a href="http://www.knallgrau.at"><img src="<% staticURL %>knallgrau.gif" alt="vi knallgrau GmbH" border="0" height="30" width="107"></a></p-->\n<p><a href="http://www.antville.org"><img src="<% staticURL %>powered_by_antville.gif" alt="powered by Antville" border="0" height="24" width="68"></a>&nbsp;<a href="https://github.com/antville/helma"><img src="<% staticURL %>powered_by_helma.gif" alt="powered by Helma" border="0" height="24" width="41"></a></p>\n</ins><% site.ccbutton prefix="<br />" %>\n<% site.xmlbutton prefix="<br />" separator="<br />" %>\n<p><a href="https://www.twoday.net"><img src="<% staticURL %>twoday1.png" alt="twoday.net" border="0" height="15" width="80"></a> <!--a href="https://twoday.net/terms"><img src="<% staticURL %>agb.png" alt="AGB" border="0" height="15" width="27"></a--></p>\n"
|
|
133
|
+
}
|
|
134
|
+
],
|
|
135
|
+
"class": "different",
|
|
136
|
+
"text": "Site.credits is different."
|
|
137
|
+
},
|
|
138
|
+
{
|
|
139
|
+
"open": false,
|
|
140
|
+
"results": [
|
|
141
|
+
{
|
|
142
|
+
"itemChanged": 0,
|
|
143
|
+
"text": "[title] is unchanged.",
|
|
144
|
+
"diffs": "Hauptseite"
|
|
145
|
+
},
|
|
146
|
+
{
|
|
147
|
+
"itemChanged": 0,
|
|
148
|
+
"text": "[description] is unchanged.",
|
|
149
|
+
"diffs": "Grundlegender Skin für dein Weblog (Grundgerüst der Seite in HTML). Änderungen in diesem Skin werden das ganze Weblog beeinflussen."
|
|
150
|
+
},
|
|
151
|
+
{
|
|
152
|
+
"itemChanged": 0,
|
|
153
|
+
"text": "[skin] is unchanged.",
|
|
154
|
+
"diffs": "<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"\n "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\n\n<html xmlns="https://www.w3.org/1999/xhtml" xml:lang="en" >\n<head>\n<title><% response.title %></title>\n<meta http-equiv="Content-Type" content="text/html" />\n<% site.metaRobots %>\n<meta name="MSSmartTagsPreventParsing" content="TRUE" />\n<% site.metaAlternate %>\n<link rel="stylesheet" type="text/css" title="CSS Stylesheet" href="<% site.url %>main.css" />\n<link rel="shortcut icon" href="<% image name="favicon" fallback="/favicon" class="icon" as="url" %>" />\n<% response.head %>\n</head>\n\n<body>\n<% modToolbar excludeDropdowns="true" %>\n\n<div id="wrapper">\n\n<!-- header -->\n<div id="header">\n <div class="header_left"><% layout.image name="header_left" %></div>\n <div class="header_logo"><a title="View this Weblog" href="https://www.twoday.net"><% layout.image name="header_logo" %></a></div>\n</div>\n\n<div class="header_navi"><div><% layout.image name="header_info_top" %></div><div class="item"><a href="https://www.twoday.net">www</a></div><div class="item"><a href="https://help.twoday.net/">Forum</a></div><div class="item"><a href="https://info.twoday.net/">Info</a></div><div class="item"><a href="https://top.twoday.net/">Charts</a></div><div><% layout.image name="header_info_bottom" %></div></div> \n\n<% response.message prefix='<div class="message">' suffix='</div>' %>\n\n<!-- pagebody -->\n<div id="pagebody"><!-- surrounds the columns -->\n\n\n <!-- content-->\n <div id="content"><!-- home of the content -->\n\n<% response.body %>\n\n </div><!-- end of center div -->\n\n <div id="sidebar" class="sidebar">\n\n<div class="teaser_green">\n <h4>Suche<br /></h4>\n <div class="teaserbody_green">\n <% site.skin name="searchbox" %>\n </div>\n</div>\n\n<% Site.sidebar01 %>\n\n<% Site.sidebar02 %>\n\n\n <div align="right">\n\n <a href="https://www.twoday.net"><% layout.image name="twoday_resident" %></a><br>\n <!--a href="https://www.knallgrau.at"><img src="https://static.twoday.net/knallgrau.gif" alt="knallgrau" border="0" height="30" width="107"></a><br-->\n <a href="https://www.antville.org"><img src="https://static.twoday.net/powered_by_antville.gif" alt="powered by Antville" border="0" height="24" width="68"></a>&nbsp;<a href="https://github.com/antville/helma"><img src="https://static.twoday.net/powered_by_helma.gif" alt="powered by Helma" border="0" height="24" width="41"></a><br>\n <!--a href="https://www.twoday.net/getfile?name=AGBs"><img src="https://static.twoday.net/AGBs.png" alt="AGBs" border="0" height="15" width="27"></a--> <a href="https://www.twoday.net//rss"></a><br>\n\n </div>\n\n </div><!-- end of right sidebar -->\n\n <div class="clearall"></div>\n <br clear="all" />\n\n</div><!-- end of pagebody -->\n\n<% response.body_end %>\n\n<% modToolbarDropdowns %>\n\n</div> <!-- end of wrapper-->\n\n</body>\n</html>"
|
|
155
|
+
}
|
|
156
|
+
],
|
|
157
|
+
"class": "identical",
|
|
158
|
+
"text": "Site.page is identical."
|
|
159
|
+
},
|
|
160
|
+
{
|
|
161
|
+
"open": false,
|
|
162
|
+
"results": [
|
|
163
|
+
{
|
|
164
|
+
"itemChanged": 0,
|
|
165
|
+
"text": "[title] is unchanged.",
|
|
166
|
+
"diffs": "Weblogliste: Eintrag"
|
|
167
|
+
},
|
|
168
|
+
{
|
|
169
|
+
"itemChanged": 0,
|
|
170
|
+
"text": "[description] is unchanged.",
|
|
171
|
+
"diffs": "Zeigt ein einzelnes Weblog in der Liste der öffentlichen Sites auf der Startseite der Installation."
|
|
172
|
+
},
|
|
173
|
+
{
|
|
174
|
+
"itemChanged": 0,
|
|
175
|
+
"text": "[skin] is unchanged.",
|
|
176
|
+
"diffs": "<table border="0" cellspacing="0" cellpadding="0" width="455" style="padding-top:16px; padding-top:24px; padding-left:16px;">\n<tr valign=top>\n <td rowspan="2" width="48">\n <a href="<% this.url %>"><% this.image name="icon" fallback="/icon" class="icon" width="48" height="48" %></a>\n </td>\n <td style="padding-left:12px;" class="storyTitle">\n <span style="float:left;"><a href="<% this.url %>" style="FONT-SIZE:13px;color:#666666"><% this.title limit="30" %></a></span><span style="float:right;padding-top:1px;"><a href="<% this.url %>" style="FONT-SIZE:11px;"><% this.name %></a></span>\n </td>\n</tr>\n<tr>\n <td style="padding-left:12px;padding-top:8px;line-height:1.2em;">\n <% this.list collection="allstories" skin="tdyPreview" max="3" %>\n </td>\n</tr>\n</table>"
|
|
177
|
+
}
|
|
178
|
+
],
|
|
179
|
+
"class": "identical",
|
|
180
|
+
"text": "Site.preview is identical."
|
|
181
|
+
},
|
|
182
|
+
{
|
|
183
|
+
"open": false,
|
|
184
|
+
"results": [
|
|
185
|
+
{
|
|
186
|
+
"itemChanged": 0,
|
|
187
|
+
"text": "[title] is unchanged.",
|
|
188
|
+
"diffs": "Suchfeld"
|
|
189
|
+
},
|
|
190
|
+
{
|
|
191
|
+
"itemChanged": 0,
|
|
192
|
+
"text": "[description] is unchanged.",
|
|
193
|
+
"diffs": "Dieses Skin wird für die Anzeige des Suchfeldes im Navigationsfeld verwendet."
|
|
194
|
+
},
|
|
195
|
+
{
|
|
196
|
+
"itemChanged": 0,
|
|
197
|
+
"text": "[skin] is unchanged.",
|
|
198
|
+
"diffs": "<div class="searchbox">\n <form method="get" action="/search">\n <input type="text" name="q" value="" />\n <input type="submit" value="go" />\n </form>\n</div>\n"
|
|
199
|
+
}
|
|
200
|
+
],
|
|
201
|
+
"class": "identical",
|
|
202
|
+
"text": "Site.searchbox is identical."
|
|
203
|
+
},
|
|
204
|
+
{
|
|
205
|
+
"open": false,
|
|
206
|
+
"results": [
|
|
207
|
+
{
|
|
208
|
+
"itemChanged": 0,
|
|
209
|
+
"text": "[title] is unchanged.",
|
|
210
|
+
"diffs": "Element in der Seitenleiste"
|
|
211
|
+
},
|
|
212
|
+
{
|
|
213
|
+
"itemChanged": 0,
|
|
214
|
+
"text": "[description] is unchanged.",
|
|
215
|
+
"diffs": "Ist für das Aussehen eines Sidebar Modulelements in der Sidebar verantwortlich. Dieses ist für alle einheitlich."
|
|
216
|
+
},
|
|
217
|
+
{
|
|
218
|
+
"itemChanged": 0,
|
|
219
|
+
"text": "[skin] is unchanged.",
|
|
220
|
+
"diffs": "<div class="teaser">\n <h4><% param.header %><br /><% param.editLink %></h4>\n <div class="teaserbody">\n<% param.body %>\n </div>\n</div>\n"
|
|
221
|
+
}
|
|
222
|
+
],
|
|
223
|
+
"class": "identical",
|
|
224
|
+
"text": "Site.sidebarItem is identical."
|
|
225
|
+
},
|
|
226
|
+
{
|
|
227
|
+
"open": false,
|
|
228
|
+
"results": [
|
|
229
|
+
{
|
|
230
|
+
"itemChanged": 0,
|
|
231
|
+
"text": "[title] is unchanged.",
|
|
232
|
+
"diffs": "Stylesheet"
|
|
233
|
+
},
|
|
234
|
+
{
|
|
235
|
+
"itemChanged": 0,
|
|
236
|
+
"text": "[description] is unchanged.",
|
|
237
|
+
"diffs": "Beinhaltet die Cascading Stylesheets (CSS) definitionen (z.B. Schriftart, -größe, -farben, etc.). Veränderungen in diesem Skin betreffen das ganze Weblog."
|
|
238
|
+
},
|
|
239
|
+
{
|
|
240
|
+
"itemChanged": 0,
|
|
241
|
+
"text": "[skin] is unchanged.",
|
|
242
|
+
"diffs": "body {\n padding: 0;\n margin: 0;\n font-family: Trebuchet MS, Verdana, Arial;\n font-size: 0.8em;\n color: #000000;\n background: #E7E6D9;\n text-align: center;\n}\n\ntd {\n font-family: Trebuchet MS, Verdana, Arial;\n font-size: 0.8em;\n color: black;\n vertical-align: top;\n}\n\ntr > td {\n font-size: 1em;\n}\n\na {\n text-decoration: none;\n color: #999933; /* #ff4040; */\n}\n\na:hover {\n text-decoration: underline;\n color: #999933;\n}\n\np {\n padding: 0;\n margin: 0 0 0.7em 0;\n}\n\nform {\n margin: 0;\n padding: 0;\n}\n\ninput, textarea, select {\n font-family: Arial, Helvetica, sans-serif;\n font-size: 1em;\n color: black;\n}\n\ntextarea.formWide {\n font-family: 'Courier New', Courier, fixed-width;\n font-size: 1em;\n color: black;\n}\n\nh1 {\n font-size: 2em;\n padding: 0;\n margin: 0;\n}\n\nh2 {\n font-family : Trebuchet MS;\n font-size : 1.8em;\n font-weight: bold;\n color: #666666;\n margin: 0;\n padding: 0 0 1em 0;\n line-height: 115%;\n text-transform: uppercase;\n}\n\nh3 {\n font-size: 1.5em;\n padding: 0.5em 0 0.5em 0;\n margin: 0;\n color: #666633;\n}\n\nh4 {\n font-family: Trebuchet MS, Verdana, Arial;\n font-weight: bold;\n font-size: 1em;\n color: #333333;\n text-transform: uppercase;\n padding: 0 0 0.4em;\n margin: 0;\n}\n\nul {\n margin: 0 0 1em 0;\n padding: 0;\n}\n\nul li {\n list-style: none;\n background: url("<% staticURL %>bg_listicon16_simple.gif") 0 2px no-repeat;\n padding: 0 0 5px 22px;\n}\n\nli.skin {\n background: url("<% staticURL %>admin_skin_edit_16.gif") 0px 2px no-repeat;\n width: 400px;\n}\n\nli.skinset {\n background: url("<% staticURL %>admin_skinset_16.gif") 0px 2px no-repeat;\n}\nli.skinset ul {\n margin-top: 0.4em;\n}\n\npre, tt {\n font-size: 12px;\n width: 100%;\n overflow: auto;\n}\n\nimg {\n border-width: 0;\n}\n\n#wrapper {\n margin: 0px auto;\n width: 750px;\n text-align: left;\n}\n\n#header, #navbar, #navbar-small, #pagebody, #footer {\n\n}\n\n#header {\n height: 75px;\n}\n\n#navbar-small {\n text-align: right;\n}\n\n#navbar {\n\n}\n\n#pagebody {\n clear: both;\n margin-top: 0px;\n}\n\n\n.clearall {\n clear: both;\n}\n\n#content {\n float: left;\n width: 475px;\n color: #333333;\n padding: 0;\n margin: 0;\n}\n\n\n#content .list{\n background: #FFFFFF;\n width: 475px;\n padding: 0;\n margin: 12px 0 0 0;\n}\n\n#contenlarge {\n width: 750px;\n}\n\n#sidebar {\n float: right; \n width: 265px;\n height: 100%; /* wichtig!!! */\n}\n\n#sidebar a {\n color: #9FA32C;\n}\n\n#sidebar div, #sidebar p {\n color: #666666;\n}\n\n#sidebar pre,\n#sidebar tt {\n font-size: 12px;\n width: 200px;\n overflow: auto;\n}\n\n#footer {\n margin-top: 0;\n}\n\n/* header */\n\n#header{\n width: 750px;\n height: 75px;\n background: #BBC532;\n}\n\n.header_left {\n float: left;\n color: #FFFFFF\n font-weight: bold;\n}\n\n.header_left_dark{\n float: left;\n background: #596A39;\n color: #ffffff;\n height: 17px;\n margin: 24px 5px 0 0;\n padding: 0 5px 0 5px;\n}\n\n.header_logo{\n float: right;\n border-width: 0;\n border: 0;\n}\n\nbody > #header {\n min-height: 75px;\n height: auto;\n}\n\n#header h1 {\n padding-left: 10px;\n}\n\n#header img.headerIcon {\n position: absolute;\n right: 0;\n bottom: 0;\n}\n\n#header div.icon {\n float: left;\n border: 1px solid #999999;\n margin: 5px 10px 20px 0;\n}\n\n#header div.left {\n width: 400px;\n padding: 10px 0 0 20px;\n}\n\n#header .tagline {\n font-style: italic;\n font-weight: bold;\n color: #959595;\n font-size: 16px;\n padding-left: 60px;\n padding-bottom: 30px;\n}\n\n#header div.banner {\n height: 100%;\n margin: 0 0 0 260px;\n text-align: right;\n padding: 10px 20px 0 0;\n}\n\n.header_navi {\n background: #FFFFFF;\n margin: 10px 0 10px 0;\n}\n\n.header_navi .item {\n display: inline;\n padding: 0 18px 0 10px;\n color: #9FA32C;\n font-size: 14px;\n text-transform: uppercase;\n font-weight: bold;\n}\n\n.header_navi .item a {\n color: #9FA32C;\n}\n/* menu level1 */\n.level1 {\n position: absolute;\n right: 0;\n top: 0;\n}\n\n.level1 span.divider {\n display: none;\n}\n\n.level1 a {\n border: 1px solid #FFFFFF;\n margin-left: -1px;\n padding: 2px 7px 1px 7px;\n color: #767C7D;\n background-color: #dddddd;\n}\n\n.level1 a.active {\n font-weight: bold;\n color: #FFFFFF;\n background-color: #767C7D;\n}\n\n.level1 a:hover {\n color: #767C7D;\n background-color: #eeeeee;\n}\n\n.level1 a.active:hover {\n color: #FFFFFF;\n background-color: #767C7D;\n}\n\n\n/* navbar */\n\n#navbar div {\n margin: 0 0 4px 0;\n clear: both;\n}\n\n#navbar a.active {\n font-weight: bold;\n}\n\n#navbar div.level2 {\n border-bottom: 1px solid #767C7D;\n padding-top: 5px;\n padding-left: 5px;\n padding-bottom: 1px;\n font-weight: bold;\n color: #666666;\n}\n\n#navbar .level2 span.divider {\n display: none;\n}\n\n#navbar .level2 a {\n border: 1px solid #A5ABAF;\n border-bottom: 1px solid #767C7D;\n margin: 2px 5px 0 0;;\n padding: 2px 7px 1px 7px;\n background-color: #F2F2F2;\n color: #666666;\n}\n\n#navbar div.level2 a:hover {\n text-decoration: none;\n background-color: white;\n}\n\n#navbar .level2 a.active {\n border: 1px solid #767C7D;\n border-bottom: 1px solid #FFFFFF;\n background-color: #FFFFFF;\n z-index: 2;\n}\n\n#navbar div.level3 {\n border-top-width: 0;\n margin-top: -4px;\n padding: 3px 15px 11px 15px;\n}\n\n\n\n.message {\n background-color: #FFEC03;\n border: 1px solid #FF7006;\n color: #A21A1A;\n padding: 0.2em 0.8em 0.15em 34px;\n background: url("<% staticURL %>icon_message_24.gif") 2px -1px no-repeat #FFEC03;\n margin-bottom: 1em;\n}\n\n/* pagebody */\n\ndiv.pageNav {\n margin: 0 0 13px 0;\n}\n\ndiv.pageNavSummary {\n border-bottom: 1px solid #959595;\n padding: 5px 0 1px 0;\n}\n\ndiv.pageNavBar {\n text-align: right;\n}\n\nspan.pageNavItem,\nspan.pageNavSelItem {\n margin-left: 3px;\n margin-right: 3px;\n}\n\ntable.image, table.layouts {\n width: 100%;\n margin: 0 0 40px 0\n}\n\ntable.image td img {\n margin: 10px 0 0 0;\n}\n\ntable.image td h4, table.layouts td h4 {\n color: black;\n padding: 3px 0 0 0;\n}\n\nsmall, .small {\n font-size: 0.9em;\n color: #959595;\n}\n\n.hint {\n color: #959595;\n}\n\n#content ul {\n margin-left: 1em;\n}\n\n/* item lists */\n\n.listNavigation {\n margin-top: 1.5em;\n border-bottom: 1px solid #A5ABAF;\n padding-bottom: 2px;\n padding-left: 7px;\n}\n\n.listNavigation span {\n color: #A5ABAF;\n}\n\n.listNavigation a.active {\n font-weight: bold;\n}\n\ntable.listItem td.leftCol {\n width: 70%;\n vertical-align: top;\n}\n\ntable.listItem td.rightCol {\n width: 30%;\n vertical-align: top;\n}\n\n.listItem ul.taskList li, ul.simpleList li {\n background: url("<% staticURL %>bg_listicon16_simple.gif") 0 2px no-repeat;\n}\n\n\n.listItem .tasks a {\n white-space: nowrap;\n}\n\n.listSeparator {\n width: 50px;\n border-bottom: 1px dashed #dddddd;\n margin-top: 10px;\n margin-bottom: 4px;\n clear: both;\n}\n\n.listFlag {\n background-color: #cccccc;\n padding: 1px;\n font-family: <% layout.smallfont %>;\n font-size: <% layout.smallsize %>;\n color: #000000;\n}\n\n.flagDark {\n font-family:<% layout.smallfont %>;\n font-size:7pt;\n padding:2px;\n color:#ffffff;\n}\n\n.flagLight {\n font-family:<% layout.smallfont %>;\n font-size:7pt;\n padding:2px;\n color:#333333;\n}\n\n.sysmgrListitem {\n margin-top:15px;\n border-top:1px solid #dddddd;\n}\n\n.colorpickerWidget {\n border: 1px solid #cccccc;\n}\n\n/* forms */\nfieldset {\n -moz-border-radius: .8em;\n border: 1px solid #cccccc;\n}\n\nfieldset legend {\n font-weight: bold;\n font-size: 1em;\n left: 1em;\n padding: 0 0.6em;\n color: #CE2121;\n}\n\nfieldset.formList {\n padding: 0 1em 0 1.5em;\n}\n\n.formList p {\n border-bottom: 1px solid #cccccc;\n margin-top: 0.5em;\n padding-bottom: 0.8em;\n}\n\nlabel {\n font-size: 1em;\n font-weight: bold;\n color: #666666;\n}\n\n.formText {\n width: 380px;\n font-family: <% layout.textfont %>;\n font-size: <% layout.textsize %>;\n font-weight: normal;\n}\n\n.formWide {\n width: 90%;\n font-family: <% layout.textfont %>;\n font-size: <% layout.textsize %>;\n font-weight: normal;\n}\n\n.intend {\n display: block;\n margin-left: 1.8em;\n}\n\np.buttons {\n margin-top:3em;\n text-align: right;\n clear: both;\n}\n\np.buttons input {\n padding: 0 1em;\n text-align: center;\n}\n\n/* sidebar */\n\n#sidebar div.teaser {\n margin: 0 0 10px 0;\n padding: 10px 0 0 0px;\n background: #ffffff url(<% layout.image name="sidebar_top" as="url" %>) 0px 0px no-repeat;\n}\n\n#sidebar div.teaser h4, #sidebar div.teaser_green h4 {\n padding: 0 0 0 10px;\n color: #596A39;\n font-size: 17px;\n font-weight: normal;\n text-transform: none;\n margin-bottom: .4em;\n}\n\n#sidebar div.teaserbody {\n padding: 0 0 10px 10px;\n background: url("<% layout.image name="sidebar_bottom" as="url" %>") no-repeat bottom left;\n}\n\n#sidebar div.teaser_green {\n margin: 0 0 10px 0;\n padding: 10px 0 0 0px;\n background: #BBC532 url("<% layout.image name="login_top" as="url" %>") 0px 0px no-repeat;\n}\n\n#sidebar div.teaser_green a {\n color: #ffffff;\n}\n\n#sidebar div.teaserbody_green {\n padding: 0 0 10px 10px;\n background: url("<% layout.image name="login_bottom" as="url" %>") no-repeat bottom left;\n}\n\n#sidebar ul {\n margin: 0;\n padding: 0;\n}\n\n#sidebar ul li {\n list-style: none;\n background: url("<% staticURL %>bg_listicon16_simple.gif") 0 2px no-repeat;\n padding: 0 0 2px 22px;\n}\n\n#sidebar ul li:hover {\n background: url("<% staticURL %>bg_listicon16_simple_hover.gif") 0 2px no-repeat;\n}\n\n#sidebar p {\n margin: 0 0 7px 0;\n}\n\n\n/* box */\n\n#sidebar .box {\n border: 1px solid #D4D0C8;\n padding: 0 0 10px 0;\n}\n\n#sidebar .box h4 {\n background: #D4D0C8;\n padding: 2px 10px 3px 10px;\n}\n\n#sidebar div.box div.teaserbody {\n padding: 6px 10px 0 10px;\n}\n\n/* footer */\n\n#footer {\n clear: both;\n border-top: 1px solid #767C7D;\n padding-top: 4px;\n color: #767C7D;\n font-size: 0.85em;\n text-align: center;\n}\n\n/* content */\n\n.list tbody td a {\n color: #666666;\n font-weight: bold;\n}\n\n\ndiv.content {\n font-family: <% layout.textfont %>;\n font-size: <% layout.textsize %>;\n color: <% layout.textcolor %>;\n padding-left: 0px;\n padding-top: 0px;\n line-height: 1.5em;\n}\ndiv.content a {\n font-weight: bold;\n color: <% layout.linkcolor %>;\n text-decoration: none;\n}\ndiv.content a:hover {\n font-weight: bold;\n color: <% layout.alinkcolor %>;\n text-decoration: none;\n}\ndiv.content td {\n font-family: <% layout.textfont %>;\n font-size: <% layout.textsize %>;\n color: <% layout.textcolor %>;\n}\n\ndiv.content h1 {\n font-family:<% layout.titlefont %>;\n font-size: 18px;\n color:<% layout.titlecolor %>;\n font-weight: bold;\n margin-top: 18px;\n margin-bottom: 12px;\n}\n\ndiv.content h2 {\n font-family:<% layout.titlefont %>;\n font-size:<% layout.titlesize %>;\n color:<% layout.titlecolor %>;\n font-weight: bold;\n text-align: center;\n margin-top: 12px;\n margin-bottom: 8px;\n}\n\ndiv.content cite {\n margin-left: 20px;\n font-style: italic;\n display: block;\n}\n\n.message {\n font-family: <% layout.titlefont %>;\n font-size: <% layout.textsize %>;\n color: <% layout.titlecolor %>;\n font-weight: bold;\n border: 1px solid #CC3300;\n background-color: #FFFFCC;\n padding: 0.2em 0.8em 0.15em 30px;\n margin-bottom: 10px;\n}\n\n.story {\n background: #ffffff;\n width: 475px;\n margin: 0 0 10px 0;\n}\n\n.storyContent {\n padding: 10px;\n margin: 0;\n}\n\n.storyDate {\n font-family:<% layout.smallfont %>;\n font-size:<% layout.smallsize %>;\n color:<% layout.smallcolor %>;\n text-align: right;\n padding: 10px 10px 0 10px;\n}\n\n.storyTitle {\n font-family:<% layout.titlefont %>;\n font-size:<% layout.titlesize %>;\n color:<% layout.titlecolor %>;\n font-weight: bold;\n border-bottom: 1px dotted <% layout.linecolor %>;\n margin: 10px 10px 0 10px;\n}\n\n.storyBody {\n text-align: justify;\n margin-bottom: 12px;\n}\n\n.storyLinks {\n font-family:<% layout.smallfont %>;\n font-size:<% layout.smallsize %>;\n color:<% layout.smallcolor %>;\n text-align: right;\n margin: 0 10px 10px 10px;\n}\n\n.formTitle {\n width: 420px;\n font-family: <% layout.titlefont %>;\n font-size: <% layout.titlesize %>;\n font-weight: bold;\n border: 1px solid <% layout.textcolor %>;\n}\n\n.formText {\n width: 420px;\n font-family: <% layout.textfont %>;\n font-size: <% layout.textsize %>;\n font-weight: normal;\n border: 1px solid <% layout.textcolor %>;\n}\n\n.small {\n font-family: <% layout.smallfont %>;\n font-size: <% layout.smallsize %>;\n color: <% layout.smallcolor %>;\n}\n\n.storymeta {\n background: #FFFFFF;\n padding: 10px;\n}\n\n.commentDate {\n font-family: <% layout.smallfont %>;\n font-size: <% layout.smallsize %>;\n color: <% layout.smallcolor %>;\n margin-bottom: 2px;\n margin-top: 10px;\n}\n\n.commentTitle {\n font-family: <% layout.textfont %>;\n font-size: <% layout.textsize %>;\n color: <% layout.textcolor %>;\n font-weight: bold;\n margin-bottom: 2px;\n}\n\n.commentLinks {\n font-family: <% layout.smallfont %>;\n font-size:<% layout.smallsize %>;\n color:<% layout.textcolor %>;\n}\n\n.reply { padding-left: 30px; }\n\n.pollResultsBar {\n margin-right: 10px;\n background-color: <% layout.linkcolor %>;\n font-size: 0px;\n}\n\ntable.gallery {\n}\n\ntable.gallery tr {\n}\n\ntable.gallery td {\n vertical-align: middle;\n text-align: center;\n}\n\ntable.gallery img {\n}\n\n.pagelinkBottom {\n text-align: right;\n margin: 10px; \n}\n\n.pagelinkTop {\n text-align: left;\n margin: 10px; \n}\n.greenborderleft {\n border-left: 5px solid #b0d235;\n background: #f5f5f5;\n padding: .5em 1em;\n}\n.loginForm {\n padding-right: 10px;\n}\n.loginForm .labeledInput {\n display: flex;\n align-items: baseline;\n margin-bottom: .4em;\n}\n.labeledInput label {\n flex-basis: 65px;\n}\n.labeledInput input {\n flex: 1;\n padding: 3px 4px;\n}\n.loginForm .btn-login {\n display: block;\n margin-top: 8px;\n width: 100%;\n}\n.loginForm .forgot {\n text-align: right;\n margin-top: .8em;\n}\n.searchbox {\n margin-bottom: .3em;\n padding-right: .3em;\n}\n.searchbox form {\n display: flex;\n padding-right: 5px;\n}\n.searchbox input[type=text] {\n flex: 1;\n margin-right: .3em;\n}\ntable.styled {\n background: #fff; \n border: solid 1px #ddd;\n border-collapse: collapse;\n border-spacing: 2px; \n display: table; \n margin-bottom: 1.25rem; \n table-layout: auto;\n}\n.styled thead {\n background: #f5f5f5;\n}\n.styled tr {\n border-bottom: 1px dotted #ddd;\n}\n.styled tr th, .styled tr td { \n color: #222; \n font-size: 0.875rem; \n font-weight: bold; \n padding: 0.5rem 0.625rem 0.625rem; \n text-align: left;\n}\n.styled tt {\n font-size: 0.875rem;\n color: #008bca;\n}\n.chip {\n background: #ffc107;\n border-radius: 16px;\n color: #fff;\n font-size: .9em;\n font-weight: normal;\n padding: .2rem .4rem;\n}"
|
|
243
|
+
}
|
|
244
|
+
],
|
|
245
|
+
"class": "identical",
|
|
246
|
+
"text": "Site.style is identical."
|
|
247
|
+
},
|
|
248
|
+
{
|
|
249
|
+
"open": false,
|
|
250
|
+
"results": [
|
|
251
|
+
{
|
|
252
|
+
"itemChanged": 0,
|
|
253
|
+
"text": "[title] is unchanged.",
|
|
254
|
+
"diffs": "Stylesheet 2 Spalten, Links ausgerichtet, Inhalt auf der linken Seite"
|
|
255
|
+
},
|
|
256
|
+
{
|
|
257
|
+
"itemChanged": 0,
|
|
258
|
+
"text": "[description] is unchanged.",
|
|
259
|
+
"diffs": ""
|
|
260
|
+
},
|
|
261
|
+
{
|
|
262
|
+
"itemChanged": 0,
|
|
263
|
+
"text": "[skin] is unchanged.",
|
|
264
|
+
"diffs": "/* orientation 2c left */\n\n#container {\n float: right;\n margin: 0px 0px 0px -210px;\n width: 100%;\n}\n\n#content {\n margin: 0px 10px 0px 240px;\n}\n\n#sidebar01 {\n float: left;\n width: 210px;\n}\n\n/* orientation fixed width - left */\n\nbody {\n text-align: left;\n}\n\n#wrapper {\n width: 750px;\n margin: 0 auto;\n}\n"
|
|
265
|
+
}
|
|
266
|
+
],
|
|
267
|
+
"class": "identical",
|
|
268
|
+
"text": "Site.style_orientation_2c_left_left is identical."
|
|
269
|
+
},
|
|
270
|
+
{
|
|
271
|
+
"open": false,
|
|
272
|
+
"results": [
|
|
273
|
+
{
|
|
274
|
+
"itemChanged": 0,
|
|
275
|
+
"text": "[title] is unchanged.",
|
|
276
|
+
"diffs": "Allgemeines Menü"
|
|
277
|
+
},
|
|
278
|
+
{
|
|
279
|
+
"itemChanged": 0,
|
|
280
|
+
"text": "[description] is unchanged.",
|
|
281
|
+
"diffs": "Dieses Menü ist für alle Besucher sichtbar."
|
|
282
|
+
},
|
|
283
|
+
{
|
|
284
|
+
"itemChanged": 0,
|
|
285
|
+
"text": "[skin] is unchanged.",
|
|
286
|
+
"diffs": "<% topiclist prefix="<ul>" itemprefix="<li>" itemsuffix="</li>" suffix="</ul>" %>"
|
|
287
|
+
}
|
|
288
|
+
],
|
|
289
|
+
"class": "identical",
|
|
290
|
+
"text": "Site.usernavigation is identical."
|
|
291
|
+
},
|
|
292
|
+
{
|
|
293
|
+
"open": false,
|
|
294
|
+
"results": [
|
|
295
|
+
{
|
|
296
|
+
"itemChanged": 0,
|
|
297
|
+
"text": "[title] is unchanged.",
|
|
298
|
+
"diffs": "Beitragsanzeige"
|
|
299
|
+
},
|
|
300
|
+
{
|
|
301
|
+
"itemChanged": 0,
|
|
302
|
+
"text": "[description] is unchanged.",
|
|
303
|
+
"diffs": "Zeigt den Inhalt eines Beitrags. Standardmässig ist dieses Skin in »Vorschau«, »Ansicht des ganzen Beitrags« und »Kommentar« eingebettet."
|
|
304
|
+
},
|
|
305
|
+
{
|
|
306
|
+
"itemChanged": 0,
|
|
307
|
+
"text": "[skin] is unchanged.",
|
|
308
|
+
"diffs": "<a name="<% story.id %>"></a>\n\n<div class="story">\n <div><% layout.image name="posts_top" %></div>\n <!-- Story Title -->\n <h3 class="storyTitle"><% story.content as="link" part="title" %></h3>\n\n <!-- Story Content -->\n <div class="storyContent"><% story.content part="text" %></div>\n\n <!-- Story Date -->\n <div class="storyDate"><% story.creator as="link" %> - <% story.modifytime format="d. MMM. yyyy, H:mm" %><% story.topic prefix=" - Rubrik: " %></div>\n\n <!-- Story Links -->\n <div class="storyLinks"><% image name="eye-reads" style="vertical-align:bottom" %> <% story.reads %><% story.commentcounter anchor="comments" prefix=" - " as="link" %><% story.commentlink prefix=" - " %><% story.modTrackbackCounter prefix=" - " as="link" %><% story.editlink prefix=" - " %></div>\n <div><% layout.image name="posts_bottom" %></div>\n\n</div>\n"
|
|
309
|
+
}
|
|
310
|
+
],
|
|
311
|
+
"class": "identical",
|
|
312
|
+
"text": "Story.display is identical."
|
|
313
|
+
},
|
|
314
|
+
{
|
|
315
|
+
"open": false,
|
|
316
|
+
"results": [
|
|
317
|
+
{
|
|
318
|
+
"itemChanged": 0,
|
|
319
|
+
"text": "[title] is unchanged.",
|
|
320
|
+
"diffs": "Ansicht des ganzen Beitrags"
|
|
321
|
+
},
|
|
322
|
+
{
|
|
323
|
+
"itemChanged": 0,
|
|
324
|
+
"text": "[description] is unchanged.",
|
|
325
|
+
"diffs": "Dieses Skin wird zum Anzeigen eines Beitrags verwendet wie du es im »Anzeige« Skin festgelegt hast (mit Kommentaren)."
|
|
326
|
+
},
|
|
327
|
+
{
|
|
328
|
+
"itemChanged": 0,
|
|
329
|
+
"text": "[skin] is unchanged.",
|
|
330
|
+
"diffs": "<% story.skin name="display" %>\n\n<div><% layout.image name="posts_top" %></div>\n<div class="storymeta">\n\n<a name="comments"></a>\n<% story.comments %>\n\n\n<% story.modTrackbackShowUrl %>\n<% story.modTrackbackEntries %>\n\n<% story.backlinks %>\n\n</div>\n<div><% layout.image name="posts_bottom" %></div>\n"
|
|
331
|
+
}
|
|
332
|
+
],
|
|
333
|
+
"class": "identical",
|
|
334
|
+
"text": "Story.main is identical."
|
|
335
|
+
},
|
|
336
|
+
{
|
|
337
|
+
"open": false,
|
|
338
|
+
"results": [
|
|
339
|
+
{
|
|
340
|
+
"itemChanged": 0,
|
|
341
|
+
"text": "[title] is unchanged.",
|
|
342
|
+
"diffs": "Story.tdyPreview"
|
|
343
|
+
},
|
|
344
|
+
{
|
|
345
|
+
"itemChanged": 0,
|
|
346
|
+
"text": "[description] is unchanged.",
|
|
347
|
+
"diffs": ""
|
|
348
|
+
},
|
|
349
|
+
{
|
|
350
|
+
"itemChanged": 0,
|
|
351
|
+
"text": "[skin] is unchanged.",
|
|
352
|
+
"diffs": "<a href="<%this.url%>"><% this.content part="title" limit="25" fallback="text" %></a> <span class="small"> - <% this.modifytime format="verbose" %><% this.commentcounter no="" one="1 Kommentar" more=" Kommentare" as="text" prefix=" - " %></span><br />"
|
|
353
|
+
}
|
|
354
|
+
],
|
|
355
|
+
"class": "identical",
|
|
356
|
+
"text": "Story.tdyPreview is identical."
|
|
357
|
+
}
|
|
358
|
+
]
|
|
359
|
+
}
|
|
360
|
+
]
|
|
361
|
+
}
|