OSDN Git Service

<%itemtime%>タグをパースする度にイベント「PreAddItemForm」が発生するバグの修正
[nucleus-jp/nucleus-next.git] / nucleus / documentation / help.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2 <html xmlns="http://www.w3.org/1999/xhtml">
3 <head>
4         <!-- $Id: help.html 1500 2011-03-01 19:32:53Z ftruscot $ -->
5
6         <title>Nucleus Admin Help</title>
7         <style type="text/css">
8         <!--
9                 body {
10                         font-family: verdana, arial;
11                         font-size: small;
12                 }
13
14                 h1 {
15                         font-size: large;
16                         border-bottom: 1px gray dashed;
17                         color: #596d9d;
18                         text-align: left;
19                 }
20
21                 h2 {
22                         font-size: medium;
23                         border: 1px solid #ddd;
24                         background-color: whitesmoke;
25                         text-align: left;
26                 }
27
28                 .page {
29                         height: 2400px;
30                         text-align: justify;
31                         margin-bottom: 100px;
32                 }
33
34                 pre {
35                         background-color: #ddd;
36                         padding: 5px;
37                         font-size: small;
38                 }
39
40                 .example {
41                         background-color: #ddd;
42                         padding: 5px;
43                 }
44
45                 ul.templates {
46                         font-size: x-small;
47                         line-height: 1.1;
48                         list-style: none;
49                         text-indent: -20px;
50                         margin-left: 20px;
51                 }
52
53                 ul {
54                         text-align: left;
55                 }
56
57                 a:link, a:visited {
58                         color: #1D3565;
59                         font-weight: bold;
60                         text-decoration: underline;
61                 }
62
63                 a:hover {
64                         background-color: whitesmoke;
65                 }
66
67                 .deprecated {
68                         border: 3px solid red;
69                         padding: 5px;
70                         font-size: medium;
71                 }
72
73                 tt, code {
74                         font-size: small;
75                 }
76
77                 table {
78                         border: 1px solid #ccc;
79                 }
80
81                 th {
82                         background-color: #eee;
83                 }
84
85                 td {
86                         vertical-align: top;
87                 }
88
89                 .note {
90                         background-color: #eee;
91                         padding: 5px;
92                 }
93         -->
94         </style>
95 </head>
96 <body>
97
98 <div class="page">
99 <h1>Nucleus Popup Help</h1>
100 <p>Please hold on while the page is being downloaded (about 390KB).</p>
101 </div>
102
103
104 <div class="page">
105 <a name="future"></a>
106 <a name="allowpastposting"></a>
107 <h1>Add Later/Earlier</h1>
108 <h2>Add Later</h2>
109 <p>The 'Add Later' option on add-item forms allows you to mark an item to become visible only at the exact time you've specified. Before that time has come, the item will not be viewable anywhere in the public part of your site.</p>
110 <p>This date <strong>must</strong> be in the future, unless the 'Allow posting to the past' option is enabled for the blog to which you want to add the item.</p>
111 <h2>Allow posting to the past</h2>
112 <p>When enabled, you'll be allowed to specify the date on which an item should be added, and to edit the timestamp of already existing items.</p>
113 </div>
114
115 <div class="page"><a name="changedate"></a>
116 <h1>Change post date/time</h1>
117 <p>
118 The 'Update Timestamp' option allows you to change the posting date and/or time of an item. If you changed the content of an item, this is a way bring the story back to the top of your front page.</p>
119 <p>But, the unique id connected to the item will not change, so your visitors can still find out that the item was originally posted later than items with a lower id.</p>
120 </div>
121
122
123 <div class="page"><a name="autosave"></a>
124 <h1>Autosave</h1>
125 <p>The Autosave function saves an item as a <a href="#draft">draft</a> after 10 minutes editing. It should avoid that unsaved changes get lost. It is usefull for users that work for a long time on an item and often forget to save their work.</p>
126 <p>If you want to invoke Autosave before the 10 minutes are past, you can press the '<strong>Auto save now</strong>' button at the end of the form.</p>
127 <p>The Autosave function can be enabled and disabled in the member options.</p>
128 </div>
129
130
131 <div class="page"><a name="draft"></a>
132 <h1>Drafts</h1>
133 <p>
134 Draft items are not yet viewable in the public blog. They might come in handy when you are working on a story, and something comes in between. Your draft items will be listed on the main page, so you can continue your work when you have the time to do so.</p>
135 <p>When editing drafts, choose the '<strong>Add now</strong>' radiobutton and hit the 'Edit item' button to make them visible.
136 </p>
137 </div>
138
139 <div class="page"><a name="extended"></a>
140 <h1>Extended part</h1>
141 <p>
142 Items have an optional extended part that you can use for continued stories. e.g. when a story is too long to put on the main page of your blog, you can write an introduction in the body part and the rest in the extended part. When viewing your main blog page, you will then see 'read more' links (as defined by the templates).
143 </p>
144 <p>
145 If you want to write an introduction only for <em>some</em> of your items, you could use the <a href="#templatevar-smartbody">smartbody</a> template variable to make a selection out of the body text and the extended text.
146 </p>
147 </div>
148
149 <div class="page"><a name="shortblogname"></a>
150 <h1>Short Blog Name</h1>
151 <p>
152 The short blog name is used mainly in the admin area to indicate which items are associated with which blog.
153 </p>
154 <p>
155 It can also be used in alternative index files, to make a second weblog available:
156 </p>
157 <pre>
158 &lt;?
159         include('./config.php');
160         selectBlog('myshortblogname');
161         selector();
162 ?&gt;
163 </pre>
164 </div>
165
166 <div class="page"><a name="blogdefaultskin"></a>
167 <h1>Default Skin</h1>
168 <p>
169 The default skin selected in the blog settings is the skin that should be used when the blog is displayed, and there is no other skin selected (through arguments in the URL)
170 </p>
171 </div>
172
173
174 <div class="page"><a name="blognotify"></a>
175 <h1>Notify Address</h1>
176 <p>
177 This option contains one or multiple e-mail addresses to which notification e-mails should be sent when new comments are added. Leave empty if you don't want notification. The given e-mail addresses must, of course, be valid.
178 </p>
179 <p>
180 If you're using multiple addresses, you should use a semicolon (<strong>;</strong>) as a separator.
181 </p>
182 <div class="note">
183 <b>Note:</b> As the maximum length of the settings fields is 128 characters, there's only a limited amount of e-mail addresses you can list.
184 </div>
185 <div class="note">
186 <b>Note:</b> When you set up your own e-mail address as notification address, you won't get notified of the items/comments that you wrote yourself. Assuming that you know what you wrote, that shouldn't be a problem.
187 </div>
188 </div>
189
190 <div class="page"><a name="blogmaxcomments"></a>
191 <h1>Max Amount of Comments</h1>
192 <p>
193 This is the maximum number of comments that will be shown on the <em>main page</em>. <strong>This is NOT a restriction on the total number of comments that can be made</strong>. On the detail pages, all comments will be shown, even if there are more than the maximum amount chosen.
194 </p>
195 <p class="note"><strong>Note:</strong>
196 Inside templates, this variable can be overridden by an optional parameter of the <a href="#templatevar-comments">comments</a> templatevar.
197 </p>
198 </div>
199
200 <div class="page"><a name="blogtimeoffset"></a>
201 <h1>Time Offset</h1>
202 <p>
203 If the time on your server is not equal to the time where you live, you might want to add an offset to the server time in order to get the correct time. Use negative values to subtract (negation sign). The current server time is listed as a reference.
204 </p>
205 <h2>Example</h2>
206 <p>If your local time is 20:35 and the server time is listed as 14:35, you'll need to set the time offset equal to 6 in order to get your blog time to 20:35
207 </p>
208 <p class="note"><strong>Note:</strong> Fractional offsets can be used as well, for people living in half time zones. e.g. an offset of <strong>1.5</strong> equals an offset of 1 hour and 30 minutes.</p>
209 </div>
210
211 <div class="page"><a name="blogupdatefile"></a>
212 <h1>Update File</h1>
213 <p>
214 Nucleus can edit a file for you whenever a new item is added to the blog. The contents of that file will be a timestamp of the last change. The use of such a file could be useful for services which check a file on your server once in a while to see if there were updates, and generate 'updated weblogs' from that. Pointing them to your main blog could cause false update warnings to be sent out when visitors add comments or when you change something to the skins or templates.
215 </p>
216 <p>
217 When you don't need an update file, just leave the field empty.
218 </p>
219 <p>
220 Please note that the location of the update file is relative to the admin-area, so you might want to use an absolute path (something like <tt>/path/to/your/website/update.txt</tt>). Also make sure the update file already exists and is writable (<a href="tips.html#filepermissions" onclick="window.open(this.href);return false;" class="out" title="quick guide on changing file permissions">chmod it to 666</a> if you want to be sure).
221 </p>
222 </div>
223
224 <div class="page"><a name="teamadmin"></a>
225 <h1>Blog Admin</h1>
226 <p>
227 Blog administrators have the following extra rights:
228 </p>
229
230 <ul>
231         <li>They can manage the team</li>
232         <li>They can edit blog settings</li>
233         <li>They can edit/delete all items by all authors (from the blog of which they are admin)</li>
234         <li>They can delete the blog</li>
235 </ul>
236
237 <p>
238 A blog can have multiple admins, but there must be at least one admin at all times.
239 </p>
240 </div>
241
242
243 <div class="page"><a name="superadmin"></a>
244 <h1>Administrator Privileges</h1>
245
246 <p>
247 A so called <em>super-admin</em> has <strong>full access</strong> to all functions and all weblogs, even if she is not on the blog team.
248 </p>
249
250 <p>
251 On top of that: a super-admin has the right to create new weblogs, to change general settings, to change templates, to change skins and to manage the members (creation/ manipulation/ deletion of members).
252 </p>
253
254 <p>
255 Usually, there will be only one super-admin, the site administrator.
256 </p>
257
258 </div>
259
260 <div class="page"><a name="canlogin"></a>
261 <h1>Can Login?</h1>
262 <p>
263 As a <a href="#superadmin" title="Administrator Privileges">superadmin</a>, you can disallow individual members to login to the admin area.
264 </p>
265 </div>
266
267 <div class="page"><a name="defaultblog"></a>
268 <h1>Default Blog</h1>
269 <p>
270 This is the blog that will be used when no other blog has been specified in the request.
271 </p>
272 </div>
273
274 <div class="page"><a name="baseskin"></a>
275 <h1>Base Skin</h1>
276
277 <p>The option tells Nucleus which skin to fall back to when no such decision can be automatically made. This happens when skin parts are empty, when no blog or skin is implicitly/explicitly selected.</p>
278 <p>Most users don't need to worry about this setting.</p>
279 </div>
280
281 <div class="page"><a name="cookies"></a>
282 <h1>Cookies</h1>
283
284 <h2>Cookie Lifetime</h2>
285 <p>
286 When a member logs in, a cookie is stored in his browser, so she doesn't need to log in again when she comes back the next day. The lifetime of this cookie decided when it will become invalid:</p>
287 <ul>
288         <li><strong>Session cookies</strong> get deleted when you exit the browser</li>
289         <li>Cookies with a lifetime of <strong>one month</strong> will stay on the computer until you don't use/visit the site for a month. Using this option, you'll never have to login again (unless you've logged out yourself, or logged in from another computer)</li>
290 </ul>
291
292 <h2>Cookie Path &amp; Cookie Domain</h2>
293 <p>
294 These settings are advanced settings. Normally, you shouldn't change them at all. In that case, cookie path is a simple slash ('/') and cookie domain is empty.
295 </p>
296
297 <h2>Secure Cookies</h2>
298 <p>
299 Normally, this should be set to 'no'. You should only set it to 'yes' when you have a HTTPS url and want cookies only to be sent over such a https connection.
300 </p>
301
302 <h2>'Last Visit' Cookie</h2>
303 <p>
304 You can setup Nucleus to store a cookie in which the time of the visitors last visit is stored. This can be used to put indications next to <a href="#templatenew">new items</a>
305 </p>
306
307 </div>
308
309
310 <div class="page"><a name="locale"></a>
311 <h1>Locale</h1>
312 <p>
313 You can choose a locale to be used when nucleus creates content for you. The content generated by Nucleus includes the admin-area, the error messages, forms in skins, ...
314 </p>
315
316 <p>
317 There are two places where a translation can be chosen: the global site settings include a locale option.
318 Next to that, logged in members can override this setting if they want to.
319 </p>
320
321 <p>
322 When both of these settings are invalid, 'en_Latn_US' is used as the default locale.
323 </p>
324
325 <p class="note"><strong>Note:</strong> Extra translation files can be downloaded from the <a href="http://www.nucleuscms.org/" onclick="window.open(this.href);return false;" class="out" title="Nucleus CMS Website">Nucleus Website</a>. (opens a new window)</p>
326
327 </div>
328
329 <div class="page"><a name="allowaccountcreation"></a>
330 <h1>Account Creation</h1>
331 <p>
332 You can either allow or disallow your visitors to create their own 'member' account. They won't be allowed to add items to a blog (unless the admin adds them to a team), but they can login to the administration area and change their settings, and even delete or modify the comments they made.
333 </p>
334 </div>
335
336 <div class="page"><a name="allownewmemberlogin"></a>
337 <h1>New Member: can login ?</h1>
338 <p>
339 When you allow <a href="#allowaccountcreation">creation of member accounts</a> by your visitors, this setting defines whether or not accounts created in that way will have the ability to <a href="#canlogin">login to the administration area</a>.
340 </p>
341 </div>
342
343
344 <div class="page"><a name="messageservice"></a>
345 <h1>Message Service</h1>
346
347 <p>
348 For the privacy of your members, you can hide all e-mail addresses and allow members to send an e-mail message to each other through the script. The message that will be sent out will however contain the e-mail addresses of both users, so they can then do continued communication through regular e-mail. This service can be disabled.
349 </p>
350
351 <h2>Non-members</h2>
352 <p>
353 By default, non members cannot use the message service (because there's no way to check the validity of the e-mail address they enter). You can relax this restriction by allowing non-members to use the message service too. When submitting a message, they will be asked to enter their e-mail address, which will show up in the <tt>From:</tt> headers of the e-mail you receive.
354 </p>
355
356 </div>
357
358 <div class="page"><a name="disablesite"></a>
359 <h1>Disable Site</h1>
360 <p>
361 It's possible to disable your entire Nucleus site. You might want to do this when you are doing some configuration, or when something went horribly wrong :-)
362 </p>
363 <p>
364 The URL that needs to be configured is an URL to which the visitor will be redirected.
365 </p>
366 <p>
367 Exceptions: the <strong>admin-area</strong> is still available, and <strong><a href="#superadmin">super-admins</a></strong> can still see the entire site. (don't forget to re-enable your site afterwards ;-))
368 </p>
369 </div>
370
371
372 <div class="page"><a name="urlmode"></a>
373 <h1>URL Mode</h1>
374 <p>Using this option, you can switch between URL styles:</p>
375 <ul>
376         <li><strong>Normal</strong>: URLs looking like <code>http://host/index.php?itemid=1234</code></li>
377         <li><strong>Fancy</strong>: URLs looking like <code>http://host/item/1234</code></li>
378 </ul>
379 <p class="note"><strong>Note:</strong> In order to get the 'Fancy URL' mode working, some extra actions are required. They're described in the <a href="tips.html" class="out" onclick="window.open(this.href);return false;">Tips &amp; Suggestions</a> (opens in new window)</p>
380
381 </div>
382
383 <div class="page"><a name="defaultlistsize"></a>
384 <h1>Default List Size</h1>
385 <p>(3.40) Using this option, you can set the default size of lists in the Admin Area. Value should be an integer. 10 is a good default for most users.</p>
386 </div>
387
388 <div class="page"><a name="debugvars"></a>
389 <h1>Debug Vars</h1>
390 <p>(3.40) Using this option, you can set whether unresolved Vars (SkinVars, TemplateVars, ItemVars) are shown on the blog. Default is <code>No</code>.</p>
391 </div>
392
393 <div class="page"><a name="templateitems"></a>
394 <h1>Templates: Items</h1>
395 <p>
396 When items are shown, the following setup is repeated for each item:
397 </p>
398
399 <pre>
400 item header
401 item body
402 item footer
403 </pre>
404
405 <p>These three blocks all refer to a template-part, which define what the result looks like.</p>
406
407 <h2>Variables</h2>
408
409 <p>Within these template, a series of so called <a href="#templatevars-overview" title="Find out which variables are available">template variables can be used</a> to insert item data.</p>
410
411 <h2>Example</h2>
412 <p><a href="#templateitemsexample">An example</a></p>
413
414 </div>
415
416 <div class="page"><a name="templateitemsexample"></a>
417 <h1>Templates: Items</h1>
418 <p>
419 An example for the <b>item body</b> template:
420 </p>
421
422 <pre>&lt;h1&gt;&lt;%title%&gt;&lt;/h1&gt;
423
424 &lt;p&gt;&lt;%body%&gt;&lt;/p&gt;
425
426 &lt;div class="metadata"&gt;
427  &lt;a href="&lt;%itemlink%&gt;"&gt;link&lt;/a&gt; -
428  &lt;%date%&gt; &lt;%time%&gt; -
429  &lt;a href="&lt;%authorlink%&gt;"&gt;&lt;%author%&gt;&lt;/a&gt; -
430  &lt;%comments%&gt;
431 &lt;/div&gt;</pre>
432
433 <p>The result would become something like this:</p>
434
435 <div class="example">
436 <h4 style="margin: 2px;">This is an item</h4>
437 <p style="margin: 2px; padding: 0px;">This is the text for the item</p>
438 <div style="font-style: italic; margin: 2px;">
439  <a href="#templateitemsexample">link</a> -
440  August 8th 2002 18:51 -
441  <a href="#templateitemsexample">karma</a> -
442  <a href="#templateitemsexample">no comments</a>
443 </div>
444 </div>
445
446 </div>
447
448
449 <div class="page"><a name="templatecomments"></a>
450 <h1>Templates: comments</h1>
451
452 <p>There are three possible structures for a comments block.</p>
453
454 <ol>
455         <li>
456                 When comments are displayed (like on detail pages, or on the main page when there are less than the maximum allowed amount of comments)
457 <pre>comments header
458   comments body (repeated)
459 comments footer</pre>
460         </li>
461         <li>
462                 When there are no comments at all
463 <pre>
464 no comments
465 </pre>
466         </li>
467         <li>
468                 When there are comments, but there are more than the maximum allowed number. (only applies when not on a detailed item page)
469 <pre>
470 too much comments
471 </pre>
472         </li>
473 </ol>
474
475 <p>Inside these template-parts, some <a href="#templatevars-comments" title="Overview of comments-related template variables">comments-related variables</a> are available</p>
476
477 </div>
478
479 <div class="page">
480 <a name="templatecommentheaders"></a>
481 <a name="templatecommentfooters"></a>
482 <h1>Templates: Comment headers/footers</h1>
483
484 <h2>Description</h2>
485
486 <p>While the comments-body is repeated for each comment, the header and footer are only displayed once. A typicall structure would look like this:</p>
487 <pre>comments header
488   comments body 1
489   comments body 2
490   comments body 3
491 comments footer</pre>
492 <p>In these template-parts, <a href="#templatevars-comments" title="Overview of comments-related template variables">comments-related templatevars</a> are available</p>
493
494 <h2>Examples</h2>
495
496 <p>Header:</p>
497 <pre>&lt;ul&gt;</pre>
498 <p>Body:</p>
499 <pre>&lt;li&gt;&lt;%user%&gt;: &lt;%body%&gt;&lt;/li&gt;</pre>
500 <p>Footer</p>
501 <pre>&lt;/ul&gt;</pre>
502 <p>Result</p>
503
504 <ul class="example">
505         <li>karma: nice!</li>
506         <li>xiffy: yes indeed!</li>
507 </ul>
508
509 </div>
510
511 <div class="page"><a name="templatemorelink"></a>
512 <h1>Templates: Link to extended entry</h1>
513 <p>
514 This is the template that will be used to format the <a href="#templatevar-morelink">morelink templatevar</a> that is available in the item templates. <a href="#templatevars-overview">Available variables</a> are the same as in the item templates.
515 </p>
516 <p>
517 When there's no extended part of the item, the <code>&lt;%morelink%&gt;</code> templatevar will have no effect.
518 </p>
519
520 <h2>Example</h2>
521 <pre><code>&lt;a href="&lt;%itemlink%&gt;"&gt;[Read More!]&lt;/a&gt;</code></pre>
522
523 </div>
524
525 <div class="page"><a name="templatearchivelists"></a>
526
527 <h1>Templates: Archive Lists</h1>
528
529 <p>The archive lists are formatted as listed below:</p>
530
531 <pre>archivelist header
532   archivelist listitem (repeated for each archive)
533 archivelist footer</pre>
534
535 <p>
536 Available variables: (in the header and footer, only <tt>blogid</tt> is allowed)
537 </p>
538
539 <table><tr>
540         <th>Name</th>
541         <th>Description</th>
542 </tr><tr>
543         <td>blogid</td>
544         <td>ID of the weblog</td>
545 </tr><tr>
546         <td>archivelink</td>
547         <td>link to the archive, which you can embed in a <code>&lt;a href=".."&gt;</code> tag.</td>
548 </tr><tr>
549         <td>month</td>
550         <td>Number of the month (2 digits: 01-12)</td>
551 </tr><tr>
552         <td>year</td>
553         <td>Year (4 digits)</td>
554 </tr><tr>
555         <td>day</td>
556         <td>Day of month (2 digits; only when in day mode)</td>
557 </tr></table>
558
559 <p>A more flexible way to add the date of the archive to the listitem, is to use <a href="#strftime">strftime</a> variables. If you find this too complicated, use the following:</p>
560
561 <pre><code>&lt;a href="&lt;%archivelink%&gt;"&gt;%B, %Y&lt;/a&gt;&lt;br /&gt;</code></pre>
562
563
564 <p>To change the locale to your local settings, change the <a href="#templatelocale">locale</a>.</p>
565
566 </div>
567
568
569
570
571 <div class="page"><a name="templatecategorylists"></a>
572 <h1>Templates: Category Lists</h1>
573
574 <p>The category lists are formatted as listed below:</p>
575
576 <pre>categorylist header
577   categorylist listitem (repeated)
578 categorylist footer</pre>
579
580 <p>Available variables: (in the header and footer, only <tt>blogid</tt>, <tt>blogurl</tt>, <tt>self</tt>, <tt>catiscurrent</tt>, and <tt>currentcat</tt> are allowed)</p>
581
582 <table><tr>
583         <th>Name</th>
584         <th>Description</th>
585 </tr><tr>
586         <td>blogid</td>
587         <td>ID of the weblog</td>
588 </tr><tr>
589         <td>blogurl</td>
590         <td>URL of the blog (as defined in blogsettings)</td>
591 </tr><tr>
592         <td>self</td>
593         <td>Current page, without parameters (e.g. <tt>index.php</tt>)</td>
594 </tr><tr>
595         <td>catlink</td>
596         <td>a link to the most recent items for a category, which you can embed in a &lt;a href=".."&gt; tag.</td>
597 </tr><tr>
598         <td>catid</td>
599         <td>Category ID</td>
600 </tr><tr>
601         <td>catname</td>
602         <td>Category name</td>
603 </tr><tr>
604         <td>catdesc</td>
605         <td>Category description</td>
606 </tr><tr>
607         <td>catiscurrent</td>
608         <td>yes if category is currently selected, no if it is not. Useful to style current category.</td>
609 </tr><tr>
610         <td>currentcat</td>
611         <td>Synonym of catiscurrent</td>
612 </tr></table>
613
614 <p><a href="#categorylistexample">View an example</a></p>
615
616 </div>
617
618 <div class="page"><a name="categorylistexample"></a>
619 <h1>Templates: Category Lists Example</h1>
620 <p>
621 <a href="#templatecategorylists">(go back)</a>
622 </p>
623
624 <h2>Header</h2>
625 <pre><code>&lt;ul&gt;
626   &lt;li&gt;&lt;a href="&lt;blogurl%&gt;"&gt;All&lt;/a&gt;&lt;/li&gt;</code></pre>
627
628 <h2>List Item</h2>
629 <pre><code>&lt;li&gt;&lt;a href="&lt;%catlink%&gt;"&gt;&lt;%catname%&gt;&lt;/a&gt;&lt;/li&gt;</code></pre>
630
631 <h2>Footer</h2>
632 <pre><code>&lt;/ul&gt;</code></pre>
633
634 <h2>Results in:</h2>
635
636 <ul class="example">
637         <li><a href="#categorylistexample">All</a></li>
638         <li><a href="#categorylistexample">myCategory</a></li>
639         <li><a href="#categorylistexample">yourCategory</a></li>
640 </ul>
641
642 </div>
643
644 <div class="page"><a name="templatebloglists"></a>
645 <h1>Templates: Blog Lists</h1>
646
647 <p>The blog lists are formatted as listed below:</p>
648
649 <pre>bloglist header
650   bloglist listitem (repeated)
651 bloglist footer</pre>
652
653 <p>Available variables in list item field: </p>
654
655 <table><tr>
656         <th>Name</th>
657         <th>Description</th>
658 </tr><tr>
659         <td>bloglink</td>
660         <td>URL of the blog (as generated by Link::create_blogid_link() function)</td>
661 </tr><tr>
662         <td>blogurl</td>
663         <td>URL of the blog (as defined in blogsettings)</td>
664 </tr><tr>
665         <td>blogdesc</td>
666         <td>Description of the blog</td>
667 </tr><tr>
668         <td>blogname</td>
669         <td>Name of the blog (either full or short, depending on skinvar parameter).</td>
670 </tr></table>
671
672 <p>Available variables in header and footer fields: </p>
673
674 <table><tr>
675         <th>Name</th>
676         <th>Description</th>
677 </tr><tr>
678         <td>siteurl</td>
679         <td>URL of the site (as defined in global settings)</td>
680 </tr><tr>
681         <td>sitename</td>
682         <td>Name of the site (as defined in global settings).</td>
683 </tr></table>
684
685 <p><a href="#bloglistexample">View an example</a></p>
686
687 </div>
688
689 <div class="page"><a name="bloglistexample"></a>
690 <h1>Templates: Blog Lists Example</h1>
691 <p>
692 <a href="#templatebloglists">(go back)</a>
693 </p>
694
695 <h2>Header</h2>
696 <pre><code>&lt;ul&gt;
697   &lt;li&gt;&lt;a href="&lt;siteurl%&gt;"&gt;&lt;sitename%&gt;&lt;/a&gt;&lt;/li&gt;</code></pre>
698
699 <h2>List Item</h2>
700 <pre><code>&lt;li&gt;&lt;a href="&lt;%bloglink%&gt;"&gt;&lt;%blogname%&gt;&lt;/a&gt;&lt;/li&gt;</code></pre>
701
702 <h2>Footer</h2>
703 <pre><code>&lt;/ul&gt;</code></pre>
704
705 <h2>Results in:</h2>
706
707 <ul class="example">
708         <li><a href="#bloglistexample">My Site</a></li>
709         <li><a href="#bloglistexample">mainblog</a></li>
710         <li><a href="#bloglistexample">newsblog</a></li>
711 </ul>
712
713 </div>
714
715
716
717
718
719
720
721 <div class="page"><a name="templatelocale"></a>
722 <h1>Templates: Locale</h1>
723 <p>
724 This is actually not a template-part, it's a setting. Setting it allows the date and time preferences when to be localized. Names of months and days will be in the desired locale, etc.
725 </p>
726
727 <p>
728 The possible values depend according to which machine Nucleus is running on. Some possible values are
729 </p>
730
731 <ul>
732         <li><strong>en</strong>: English</li>
733         <li><strong>dutch</strong>: Dutch</li>
734         <li>...</li>
735 </ul>
736
737 <p>
738 More info in the <a href="http://www.opengroup.org/onlinepubs/7908799/xsh/strftime.html" onclick="window.open(this.href);return false;" class="out" title="Open Group specification">Open Group Specification</a> for strftime. (opens a new window)
739 </p>
740
741 <p>
742 The locale is used for the <a href="#templatedatetime">date and time format</a>, for the <a href="#templatedateheads">dateheaders</a>, and for the <a href="#templatearchivelists">archivelist items</a>
743 </p>
744
745 </div>
746
747 <div class="page"><a name="templatedatetime"></a>
748 <h1>Templates: Date and Time formats</h1>
749 <p>
750 These are used to format dates and times into the <code>&lt;%date%&gt;</code> and <code>&lt;%time%&gt;</code> vars (see <a href="#templatevars-overview">template vars</a>). The formatting is done according to the <a href="#templatelocale">locale</a>
751 </p>
752
753 <p>
754 <a href="#strftime">More info on the available vars</a>. If want to get started quickly, use "%x" to format the date and "%X" to format the time.
755 </p>
756
757 </div>
758
759 <div class="page"><a name="templatedateheads"></a>
760 <h1>Template: Date headers/footers</h1>
761
762 <p>
763 The date header and date footer can contain date and time vars. <a href="#strftime">More info on the available vars</a>. If you want to get started quickly, use "%x" to format the date. The locale which is used to format the date, is determined by the <a href="#templatelocale">locale-setting</a> in the template.</p>
764
765 <p>
766 In the date header, the template variable &lt;%%daylink%%&gt; is allowed to insert a link to the archive for that day. <strong>Note the double '%'! It's necessary to avoid %d to be expanded as the current day of the month.</strong> Also, if you just want to add a '%' character somewhere, you should also put it twice ('%%') or it will be gone on your website.
767 </p>
768
769 <p>
770 Sample for date header:
771 </p>
772
773 <pre>
774 &lt;div class="day"&gt;
775 &lt;h1&gt;%d %B&lt;/h1&gt;
776 </pre>
777
778 <p>
779 Sample for date footer:
780 </p>
781
782 <pre>
783 &lt;/div&gt;
784 </pre>
785
786 <p>And another example for the date head using daylink</p>
787
788 <pre>
789 &lt;div class="day"&gt;
790 &lt;h1&gt;%d %B&lt;/h1&gt;
791 &lt;a href="&lt;%%daylink%%&gt;"&gt;(archive)&lt;/a&gt;
792 </pre>
793
794 </div>
795
796 <div class="page"><a name="templatehighlight"></a>
797 <h1>Templates: Highlight</h1>
798 <p>
799 The highlighting is used when performing searches. This is actually used in a regular expression, so you might want to escape some characters by putting a backslash before them. The place where the highlighted word will come, is indicated by "\0".
800 </p>
801
802 <h2>Example</h2>
803
804 <pre><code>&lt;span style='background-color:yellow'&gt;\0&lt;/span&gt;</code></pre>
805
806 </div>
807
808 <div class="page"><a name="templatenothingfound"></a>
809 <h1>Templates: nothing found</h1>
810
811 <p>
812 Shown when a search has been performed and no results were found.
813 </p>
814
815 <p>Available variables:</p>
816
817 <table><tr>
818         <th>Name</th>
819         <th>Description</th>
820 </tr><tr>
821         <td>blogid</td>
822         <td>ID of the weblog</td>
823 </tr><tr>
824         <td>query</td>
825         <td>the query that was used in the search</td>
826 </tr></table>
827
828 <h2>Example</h2>
829
830 <pre><code>No search results found for &lt;b&gt;&lt;%query%&gt;&lt;/b&gt;</code></pre>
831
832 </div>
833
834 <div class="page"><a name="templatecommentbody"></a>
835 <h1>Templates: Comment body</h1>
836 <p>
837 This is the part of the template used to display a single comment. In this template-part, <a href="#templatevars-comments" title="Overview of comments-related template variables">comments-related templatevars</a> are available.</p>
838
839 <h2>Example</h2>
840 <pre><code>&lt;h2&gt;Comment by &lt;%userlink%&gt;:&lt;/h2&gt;
841
842 &lt;p&gt;&lt;%body%&gt;&lt;/p&gt;
843
844 &lt;div class="metadata"&gt;
845  (from &lt;%host%&gt; on &lt;%date%&gt; at &lt;%time%&gt;)
846 &lt;/div&gt;</code></pre>
847
848 <p>Result:</p>
849
850 <div class="example">
851 <h4 style="margin: 2px;">Comment by <a href="#templatecommentbody">karma</a>:</h4>
852 <p style="margin: 2px;">Nice!</p>
853 <div style="margin:2px;font-size:smaller;">(from host.example.org on 2003-03-02 at 13:30)</div>
854 </div>
855
856 </div>
857
858 <div class="page"><a name="templatepopups"></a>
859 <h1>Templates: Media &amp; Popups</h1>
860 <p>
861 These templates are used to format links to popup image windows and media objects (non-pictures). The available variables for each of the templates are described below
862 </p>
863
864 <h2>Popup Link Code</h2>
865
866 <table><tr>
867         <th>Name</th>
868         <th>Description</th>
869 </tr><tr>
870         <td>popuplink</td>
871         <td>an &lt;a href... link ready to use</td>
872 </tr><tr>
873         <td>rawpopuplink</td>
874         <td>only the url inside href="..."</td>
875 </tr><tr>
876         <td>popupcode</td>
877         <td>javascript code to open window</td>
878 </tr><tr>
879         <td>text</td>
880         <td>the alternate text (link text)</td>
881 </tr><tr>
882         <td>width</td>
883         <td>image width</td>
884 </tr><tr>
885         <td>height</td>
886         <td>image width</td>
887 </tr><tr>
888         <td>popuptext</td>
889         <td>(=same as text)</td>
890 </tr><tr>
891         <td>link</td>
892         <td>direct link to the image (URL)</td>
893 </tr><tr>
894         <td>media</td>
895         <td>a non-popup A-tag to the image, ready to use.</td>
896 </tr></table>
897
898
899 <h2>Inline Image Code</h2>
900
901 <table><tr>
902         <th>Name</th>
903         <th>Description</th>
904 </tr><tr>
905         <td>image</td>
906         <td>an IMG-tag, ready to use</td>
907 </tr><tr>
908         <td>link</td>
909         <td>direct link to the image (URL)</td>
910 </tr><tr>
911         <td>text</td>
912         <td>the alternate text (link text)</td>
913 </tr><tr>
914         <td>width</td>
915         <td>image width</td>
916 </tr><tr>
917         <td>height</td>
918         <td>image width</td>
919 </tr><tr>
920         <td>media</td>
921         <td>an A-tag to the image, ready to use.</td>
922 </tr></table>
923
924 <h2>Media Object Link Code</h2>
925
926 <table><tr>
927         <th>Name</th>
928         <th>Description</th>
929 </tr><tr>
930         <td>media</td>
931         <td>an A-tag, ready to use</td>
932 </tr><tr>
933         <td>link</td>
934         <td>direct link to the file (URL)</td>
935 </tr><tr>
936         <td>text</td>
937         <td>the alternate text (link text)</td>
938 </tr></table>
939
940 </div>
941
942 <div class="page"><a name="templatememberextra"></a>
943 <h1>Templates: Member Extra</h1>
944 <p>
945 This is a template you can use to add an extra indication that a comment-author is a member. It ends up in the <code>&lt;%authtext%&gt;</code> variable for use in the <a href="#templatecommentbody">comment body</a>
946 </p>
947
948 <p>Inside this template-part, some <a href="#templatevars-comments" title="Overview of comments-related template variables">comments-related variables</a> are available.</p>
949
950 </div>
951
952 <div class="page"><a name="templatecommentcontinued"></a>
953 <h1>Templates: Comments Read More</h1>
954 <p>
955 This is the format of the link that will be added at the end of <code>&lt;%short%&gt;</code>, which is a variable for use in the <a href="#templatecommentbody">comment body</a>
956 </p>
957
958 <p>Inside this template-part, some <a href="#templatevars-comments" title="Overview of comments-related template variables">comments-related variables</a> are available (except for the <code>&lt;%short%&gt;</code> variable).</p>
959
960 <p>Example:</p>
961
962 <pre>
963  &lt;a href="&lt;%itemlink%&gt;"&gt;[more]&lt;/a&gt;
964 </pre>
965
966 </div>
967
968 <div class="page"><a name="templatecommentwords"></a>
969 <h1>Templates: commentword</h1>
970 <p>
971 Most likely, you'll rather want to write "1 comment" than "1 comment(s)". The "One comment" and "Many comments" template parts can be used for this purpose. They will be used to fill the <code>&lt;%commentword%&gt;</code> variable that you can use elsewhere.
972 </p>
973
974 <p>
975 If there is only 1 comment, <code>&lt;%commentword%&gt;</code> will be equal to the contents of the "one comment" part. If there are many comments (more than one), <code>&lt;%commentword%&gt;</code> will be equal to the contents of the "two (or more) comments" part.
976 </p>
977
978 <p>
979 Typical values are "comment" and "comments". <strong>No special variables can be used here</strong>.
980 </p>
981 </div>
982
983
984
985 <div class="page"><a name="templateeditlink"></a>
986 <h1>Templates: Edit Link</h1>
987 <p>
988 This template defines how the <a href="#templatevar-edit">edit-templatevar</a> will be marked up. You can use any of the <a href="#templatevars-overview">template variables</a> here.
989 </p>
990
991 <h2>Example:</h2>
992
993 <pre><code>&lt;a href="&lt;%editlink%&gt;"
994    onclick="&lt;%editpopupcode%&gt;"&gt;edit&lt;/a&gt;</code></pre>
995
996 </div>
997
998
999
1000
1001 <div class="page"><a name="skinpartindex"></a>
1002 <h1>Skins: Main Index</h1>
1003 <p>
1004 This skinpart is used to show the most recent entries of your weblog. It's usually the home page of your site.
1005 </p>
1006
1007 <p>
1008 Very basic buildup for a main index:
1009 </p>
1010
1011 <pre>
1012 &lt;html&gt;
1013   &lt;head&gt;
1014     &lt;title&gt;My Weblog&lt;/title&gt;
1015   &lt;/head&gt;
1016   &lt;body&gt;
1017
1018     &lt;h1&gt;My Weblog&lt;/h1&gt;
1019     &lt;%blog(mytemplate,20)%&gt;
1020
1021   &lt;/body&gt;
1022 &lt;/html&gt;
1023 </pre>
1024
1025 <p>
1026         This will show the 20 most recent items of the default weblog (unless overridden), using the 'mytemplate' template.
1027 </p>
1028 </div>
1029
1030
1031 <div class="page"><a name="skinpartitem"></a>
1032 <h1>Skins: Detail Pages</h1>
1033 <p>
1034 These pages are used to show the full items, all comments that were made and a form to add comments.
1035 </p>
1036
1037 <p>
1038 Very basic buildup for a detailed item page:
1039 </p>
1040
1041 <pre>
1042 &lt;html&gt;
1043   &lt;head&gt;
1044     &lt;title&gt;My Weblog :: Item&lt;/title&gt;
1045   &lt;/head&gt;
1046   &lt;body&gt;
1047
1048     &lt;h1&gt;Item&lt;/h1&gt;
1049     &lt;%item(detailed)%&gt;
1050
1051     &lt;h1&gt;Comments&lt;/h1&gt;
1052     &lt;%comments(detailed)%&gt;
1053
1054     &lt;h1&gt;Add Comment&lt;/h1&gt;
1055     &lt;%commentform%&gt;
1056
1057   &lt;/body&gt;
1058 &lt;/html&gt;
1059 </pre>
1060
1061 <p>
1062         This will show the item and comments using the 'detailed' template, and add a standard commentform.
1063 </p>
1064
1065
1066 </div>
1067
1068 <div class="page"><a name="skinpartarchivelist"></a>
1069 <h1>Skins: Archive List</h1>
1070 <p>
1071 An overview of all the months for which archives are available, and links to those archives
1072 </p>
1073
1074 <p>
1075 Very basic buildup for an archive list:
1076 </p>
1077
1078 <pre>
1079 &lt;html&gt;
1080   &lt;head&gt;
1081     &lt;title&gt;My Weblog :: Archives&lt;/title&gt;
1082   &lt;/head&gt;
1083   &lt;body&gt;
1084
1085     &lt;h1&gt;Archives&lt;/h1&gt;
1086     &lt;%archivelist(default)%&gt;
1087
1088   &lt;/body&gt;
1089 &lt;/html&gt;
1090 </pre>
1091
1092 <p>
1093         This will show the list of all available archive files, using the 'default' template
1094 </p>
1095
1096 </div>
1097
1098 <div class="page"><a name="skinpartarchive"></a>
1099 <h1>Skins: Archive</h1>
1100 <p>
1101 An archive for one month. Behaves like a main index, but shows all the items from a certain month.
1102 </p>
1103
1104 <p>
1105 Very basic buildup for an archive page:
1106 </p>
1107
1108 <pre>
1109 &lt;html&gt;
1110   &lt;head&gt;
1111     &lt;title&gt;My Weblog :: Archive&lt;/title&gt;
1112   &lt;/head&gt;
1113   &lt;body&gt;
1114
1115     &lt;h1&gt;Archive&lt;/h1&gt;
1116     &lt;%archive(default)%&gt;
1117
1118   &lt;/body&gt;
1119 &lt;/html&gt;
1120 </pre>
1121
1122 <p>
1123         This will show the requested archive using the 'default' template
1124 </p>
1125
1126
1127 </div>
1128
1129
1130 <div class="page"><a name="skinpartsearch"></a>
1131 <h1>Skins: Search</h1>
1132 <p>
1133 Used to show search results.
1134 </p>
1135
1136 <p>
1137 Very basic buildup for a searchresults page:
1138 </p>
1139
1140 <pre>
1141 &lt;html&gt;
1142   &lt;head&gt;
1143     &lt;title&gt;My Weblog :: Search&lt;/title&gt;
1144   &lt;/head&gt;
1145   &lt;body&gt;
1146
1147     &lt;h1&gt;Search&lt;/h1&gt;
1148     &lt;%searchform%&gt;
1149
1150     &lt;h1&gt;Searchresults&lt;/h1&gt;
1151     &lt;%searchresults(default)%&gt;
1152
1153   &lt;/body&gt;
1154 &lt;/html&gt;
1155 </pre>
1156
1157 <p>
1158         This will show search results using the 'default' template.
1159 </p>
1160
1161 </div>
1162
1163 <div class="page"><a name="skinparterror"></a>
1164 <h1>Skins: Errors</h1>
1165 <p>
1166 Used when there is an error
1167 </p>
1168
1169 <pre>
1170 &lt;html&gt;
1171   &lt;head&gt;
1172     &lt;title&gt;My Weblog :: Error&lt;/title&gt;
1173   &lt;/head&gt;
1174   &lt;body&gt;
1175
1176     &lt;h1&gt;Error!&lt;/h1&gt;
1177     &lt;%errormessage%&gt;
1178
1179     &lt;br /&gt;&lt;br /&gt;
1180
1181     &lt;a href="javascript:history.back();"&gt;Back&lt;/a&gt;
1182
1183   &lt;/body&gt;
1184 &lt;/html&gt;
1185 </pre>
1186
1187 <p>
1188         This will show the error message, plus a link to go back.
1189 </p>
1190
1191 </div>
1192
1193 <div class="page"><a name="skinpartmember"></a>
1194 <h1>Skins: Member</h1>
1195 <p>
1196 Used to show member details.
1197 </p>
1198
1199 <p>
1200 Very basic buildup for a member-detail page:
1201 </p>
1202
1203 <pre>
1204 &lt;html&gt;
1205   &lt;head&gt;
1206     &lt;title&gt;My Weblog :: Member details&lt;/title&gt;
1207   &lt;/head&gt;
1208   &lt;body&gt;
1209
1210     &lt;h1&gt;Info about &lt;%member(name)%&gt;&lt;/h1&gt;
1211     Website:
1212     &lt;a href="&lt;%member(url)%&gt;"&gt;&lt;%member(url)%&gt;&lt;/a&gt;
1213
1214     &lt;h1&gt;Send Message&lt;/h1&gt;
1215     &lt;%membermailform%&gt;
1216
1217   &lt;/body&gt;
1218 &lt;/html&gt;
1219 </pre>
1220
1221 <p>
1222         This will show the members name, website address and a mailform.
1223 </p>
1224
1225 </div>
1226
1227
1228 <div class="page"><a name="skinpartimagepopup"></a>
1229 <h1>Skins: Image Popup</h1>
1230 <p>
1231 Used when a media file (image) needs to be shown in a popup window. This skin defines the layout that will be used in that case.
1232 </p>
1233
1234 <p>
1235 Very basic buildup for an imagepopup page:
1236 </p>
1237
1238 <pre>
1239 &lt;html&gt;
1240 &lt;head&gt;
1241   &lt;title&gt;&lt;%imagetext%&gt;&lt;/title&gt;
1242   &lt;style type="text/css"&gt;
1243    img { border: none; }
1244   &lt;/style&gt;
1245 &lt;/head&gt;
1246 &lt;body&gt;
1247   &lt;a href="javascript:window.close();"&gt;&lt;%image%&gt;&lt;/a&gt;
1248 &lt;/body&gt;
1249 &lt;/html&gt;
1250 </pre>
1251
1252 </div>
1253
1254
1255 <div class="page"><a name="skinpartspecial"></a>
1256 <h1>Skins: Main Index</h1>
1257 <p>
1258 This skinpart is used to show special, non-blog, content on your site. It can be used to show static content, or to wrap other 
1259 dynamic applications, like forms, inside the skin of your blog. It is accessed by the name of the special skin part, in this way 
1260 (assuming the special skin part is named <code>fred</code>):
1261 </p>
1262 <code>http://www.yoursite.tld/index.php?special=fred</code>
1263
1264 <p>Further discussion of the use of this feature can be found on the support forum: 
1265 <a href="http://forum.nucleuscms.org/viewtopic.php?t=16501" title="Special Skin Parts">Nucleus 3.31 and Static Pages</a>
1266 </p>
1267
1268 <p>
1269 Very basic buildup for a special skin part:
1270 </p>
1271
1272 <pre>
1273 &lt;html&gt;
1274   &lt;head&gt;
1275     &lt;title&gt;My Weblog&lt;/title&gt;
1276   &lt;/head&gt;
1277   &lt;body&gt;
1278
1279     &lt;h1&gt;About My Site&lt;/h1&gt;
1280     &lt;p&gt;This page was published in order 
1281         to provide a platform to publicize the plight 
1282         of the peeping-polly parrot whose present 
1283         prognosis is perturbingly pessimistic.&lt;/p&gt;
1284
1285   &lt;/body&gt;
1286 &lt;/html&gt;
1287 </pre>
1288
1289 <p>
1290         This will show the text of the body as indicated above. Also, many SkinVars work on special pages, so you can make 
1291         the page look just like the other pages and use SkinVars to show an index of the whole site, or a list of members, etc...
1292 </p>
1293 </div>
1294
1295
1296
1297
1298 <div class="page"><a name="shortnames"></a>
1299 <h1>Shortnames &amp; Display Names</h1>
1300 <p>
1301 Weblogs, templates and skin should all have a short name next to the full name or description.
1302 </p>
1303
1304 <p>
1305 A short name consists of <strong>only</strong> the characters a-z and 0-9, and <strong>cannot</strong> contain spaces
1306 </p>
1307
1308 <p>
1309 Display names are used for members. They can contain a-z, A-Z, 0-9 and spaces, but the spaces cannot be placed at the beginning or end of the name.
1310 </p>
1311 </div>
1312
1313
1314
1315
1316
1317
1318 <div class="page"><a name="templatenew"></a>
1319 <h1>Template: 'New' indication</h1>
1320 <p>
1321 When the <a href="#cookies">'last visit' cookie</a> option is activated, the contents of the 'Indication of new item'-template is copied into the &lt;%new%&gt; variable for items that have been added since the last visit. The <code>&lt;%new%&gt;</code> variable can e.g. be used in the <a href="#templateitems">item body</a>-template.
1322 </p>
1323
1324 <p>
1325 When the 'last visit' cookie is disabled, or the item is not 'new', this template part will not be used.
1326 </p>
1327 </div>
1328
1329
1330 <div class="page"><a name="strftime"></a>
1331 <h1>Time variables overview</h1>
1332
1333 <p>The following conversion specifiers are recognized in the format string <small>(taken from the PHP documentation for the strftime function)</small>. More info in the <a href="http://www.opengroup.org/onlinepubs/7908799/xsh/strftime.html" onclick="window.open(this.href);return false;" class="out" title="Open Group specification">Open Group Specification</a></p>
1334
1335 <ul>
1336         <li><strong>%a</strong> - abbreviated weekday name according to the current locale</li>
1337         <li><strong>%A</strong> - full weekday name according to the current locale</li>
1338         <li><strong>%b</strong> - abbreviated month name according to the current locale</li>
1339         <li><strong>%B</strong> - full month name according to the current locale</li>
1340         <li><strong>%c</strong> - preferred date and time representation for the current locale</li>
1341         <li><strong>%d</strong> - day of the month as a decimal number (range 00 to 31)</li>
1342         <li><strong>%H</strong> - hour as a decimal number using a 24-hour clock (range 00 to 23)</li>
1343         <li><strong>%I</strong> - hour as a decimal number using a 12-hour clock (range 01 to 12)</li>
1344         <li><strong>%j</strong> - day of the year as a decimal number (range 001 to 366)</li>
1345         <li><strong>%m</strong> - month as a decimal number (range 1 to 12)</li>
1346         <li><strong>%M</strong> - minute as a decimal number</li>
1347         <li><strong>%p</strong> - either `am' or `pm' according to the given time value, or the corresponding strings for the current locale</li>
1348         <li><strong>%S</strong> - second as a decimal number</li>
1349         <li><strong>%U</strong> - week number of the current year as a decimal number, starting with the first Sunday as the first day of the first week</li>
1350         <li><strong>%W</strong> - week number of the current year as a decimal number, starting with the first Monday as the first day of the first week</li>
1351         <li><strong>%w</strong> - day of the week as a decimal, Sunday being 0</li>
1352         <li><strong>%x</strong> - preferred date representation for the current locale without the time</li>
1353         <li><strong>%X</strong> - preferred time representation for the current locale without the date</li>
1354         <li><strong>%y</strong> - year as a decimal number without a century (range 00 to 99)</li>
1355         <li><strong>%Y</strong> - year as a decimal number including the century</li>
1356         <li><strong>%Z</strong> - time zone or name or abbreviation</li>
1357         <li><strong>%%</strong> - a literal `%' character</li>
1358 </ul>
1359
1360 </div>
1361
1362 <div class="page"><a name="sendping"></a>
1363 <h1>Ping weblog listing services</h1>
1364 <p>
1365 When updating your weblog, you can choose to send an update notification (ping) to various weblog listing services. They provides a list of recently updated weblogs to everyone who requests it. Lots of websites are using this data, so you might receive some extra hits when enabling the ping.
1366 </p>
1367 <p class="note"><strong>Note:</strong> For this feature to work correctly, you need to fill out both the weblog URL and the weblog name in the blogsettings.
1368 </p>
1369
1370 </div>
1371
1372 <div class="page"><a name="blogsearchable"></a>
1373
1374 <h1>Always include in search</h1>
1375
1376 <p>When the 'include in search' option is selected, the weblog will <strong>always</strong> be included in searches, even if the search is done on another weblog.</p>
1377
1378 <p>As an example, suppose you have two blogs called 'lifelog' and 'linkdump', with the 'include in search' enabled for 'linkdump'. Now, a search query on 'lifelog' will also search through 'linkdump', while a search query on 'linkdump' will only search entries in 'linkdump'</p>
1379
1380
1381 </div>
1382
1383
1384 <div class="page"><a name="convertbreaks"></a>
1385 <h1>Convert Linebreaks</h1>
1386 <p>
1387 By default, Nucleus converts linebreaks in your items to <code>&lt;br /&gt;</code> tags, so a linebreak will also show up in your (X)HTML output
1388 </p>
1389 <p>
1390 Advanced users, or users striving for the semantic web (<tt>br</tt> tags don't add any information, they're just used for markup), might find this feature annoying, and turn this feature off.
1391 </p>
1392 </div>
1393
1394
1395 <div class="page"><a name="media"></a>
1396 <h1>Media</h1>
1397 <p>
1398 Nucleus allows you to upload media files (images, video, sound, ...) to your website
1399 </p>
1400 <p>
1401 Some settings are needed to do this:
1402 </p>
1403 <ul>
1404         <li><strong>Media dir</strong>: location on the server where the media files will be saved (local filesystem)</li>
1405         <li><strong>Media URL</strong>: location of the media files</li>
1406         <li><strong>Allow upload</strong>: It's possible to disable file upload</li>
1407         <li><strong>Allowed filetypes for upload</strong>: a bunch of extensions uploaded files can have (seperated by commas, case insensitive)</li>
1408         <li><strong>Max. upload file size</strong>: Puts a limit on the size of uploaded files</li>
1409         <li><strong>Prefix Media Files</strong>: When this option is turned on, uploaded file will be prefixed with the current date. Uploading a file named 'bunny.jpg' on April 8, 2003 will then result in a file named 20030408-bunny.jpg. The reason why you might want to do this, is when you're uploading tons of files, and don't want problems with duplicate names.</li>
1410 </ul>
1411
1412 <p>
1413 Each member has his own private collection of media files. Next to that, subdirectories that are under the media dir are seen as global collections (shared between members).
1414 </p>
1415
1416 <p>Uploading is only possible when a member is on the team of at least one of the blogs, to prevent abuse.</p>
1417 </div>
1418
1419
1420 <div class="page"><a name="protectmemnames"></a>
1421 <h1>Protect Member Names</h1>
1422 <p>When this option is enabled, non-logged in members cannot add comments using the same name as registered members. The reason to do this would be to avoid guest impersonating members.</p>
1423 </div>
1424
1425
1426 <div class="page"><a name="pluginurl"></a>
1427 <h1>Plugin URL</h1>
1428 <p>This setting is the base URL for plugin admin areas. Usually it will look like the following</p>
1429 <pre>http://hostname.com/nucleus/plugins/</pre>
1430 </div>
1431
1432 <div class="page"><a name="skinsurl"></a>
1433 <h1>Skins URL</h1>
1434 <p>This setting is the base URL for the Nucleus skins directory. Usually it will look like the following</p>
1435 <pre>http://hostname.com/skins/</pre>
1436 </div>
1437
1438 <div class="page"><a name="actionurl"></a>
1439 <h1>Action URL</h1>
1440 <p>This setting is the absolute URL of the <code>action.php</code> script that comes with Nucleus. Usually it will look like the following</p>
1441 <pre>http://hostname.com/actions.php</pre>
1442 </div>
1443
1444
1445
1446 <div class="page"><a name="additem"></a>
1447 <h1>Adding items</h1>
1448 <p>When adding items to a weblog, there are four kinds of template variables that you can use in the body text, title or extended part:</p>
1449 <ul>
1450         <li><a href="#templatevar-popup">&lt;%popup(...)%&gt;</a> to insert a popup image</li>
1451         <li><a href="#templatevar-popup">&lt;%image(...)%&gt;</a> to insert an inline image</li>
1452         <li><a href="#templatevar-popup">&lt;%media(...)%&gt;</a> to insert a media object</li>
1453 </ul>
1454 <p>Usually, these tags are inserted by the 'insert media' button in the JavaScript toolbar</p>
1455
1456
1457 </div>
1458
1459
1460
1461
1462 <div class="page">
1463 <a name="skinvar-referer"></a>
1464 <h1>Skinvar: referer</h1>
1465 <p>Inserts the refering URL (can be empty)</p>
1466 <h2>Arguments</h2>
1467 <p>None</p>
1468 <h2>Skintypes</h2>
1469 <p>all</p>
1470 <h2>Examples</h2>
1471 <pre>
1472 &lt;a href="&lt;%referer%&gt;"&gt;back&lt;/a&gt;
1473 </pre>
1474 </div>
1475
1476
1477 <div class="page">
1478 <a name="skinvar-itemid"></a>
1479 <h1>Skinvar: itemid</h1>
1480 <p>Inserts the ID of the currently selected item</p>
1481 <h2>Arguments</h2>
1482 <p>None</p>
1483 <h2>Skintypes</h2>
1484 <p>item</p>
1485 <h2>Examples</h2>
1486 <pre>
1487 &lt;%itemid%&gt;
1488 </pre>
1489 </div>
1490
1491
1492 <div class="page">
1493 <a name="skinvar-itemlink"></a>
1494
1495 <h1>Skinvar: itemlink</h1>
1496
1497 <p>Adds a permanent link for the item.</p>
1498
1499 <h2>Arguments</h2>
1500
1501 <p>
1502         Optional
1503         <ul>
1504                 <li><strong><em>linktext</em></strong>: when present, a full <code>&lt;a href...</code> tag will be outputted, rather than a raw link</li>
1505         </ul>
1506 </p>
1507 <h2>Skintypes</h2>
1508
1509 <p>item</p>
1510
1511 <h2>Examples</h2>
1512
1513 <pre>
1514 &lt;%itemlink%&gt;
1515 </pre>
1516 </div>
1517
1518 <div class="page">
1519 <a name="skinvar-itemtitle"></a>
1520 <h1>Skinvar: itemtitle</h1>
1521 <p>Inserts the title of the item, with HTML-stripped off and entities encoded</p>
1522 <h2>Arguments</h2>
1523 <p>None</p>
1524 <h2>Skintypes</h2>
1525 <p>item</p>
1526 <h2>Examples</h2>
1527 <pre>
1528 &lt;%itemtitle%&gt;
1529 </pre>
1530 </div>
1531
1532
1533 <div class="page">
1534 <a name="skinvar-archivedate"></a>
1535 <h1>Skinvar: archivedate</h1>
1536 <p>Inserts a formatted date for an archive date. Using no parameters, this will either insert '15 august 2002' or 'august 2002' if the archive is for august 2002</p>
1537 <h2>Arguments</h2>
1538 <ul>
1539         <li>Optional
1540                 <table><tr>
1541                         <th>Name</th>
1542                         <th>Value</th>
1543                 </tr><tr>
1544                         <td>Locale</td>
1545                         <td><a href="#templatelocale">Locale</a> in which the date must be formatted</td>
1546                 </tr><tr>
1547                         <td>Format</td>
1548                         <td>Date format (<a href="#strftime">strftime variables</a>)</td>
1549                 </tr></table>
1550         </li>
1551 </ul>
1552 <h2>Skintypes</h2>
1553 <p>archive</p>
1554 <h2>Examples</h2>
1555 <pre>
1556 Archive for &lt;%archivedate%&gt;
1557 Archive for &lt;%archivedate(dutch)%&gt;
1558 Archive for &lt;%archivedate(en,%B %Y)%&gt;
1559 </pre>
1560 </div>
1561
1562
1563
1564 <div class="page">
1565 <a name="skinvar-blog"></a>
1566 <h1>Skinvar: blog</h1>
1567
1568 <p>
1569 Inserts the most recently added items of the currently active blog (usually the default one) into the skin.
1570 </p>
1571
1572 <h2>Arguments</h2>
1573 <p>
1574         Required:
1575         <ul>
1576                 <li><strong>template</strong>: name of the template to use</li>
1577         </ul>
1578         Optional:
1579         <ul>
1580                 <li><strong><em>amount</em></strong>: the amount of items to show (default = 10). Can also contain an offset telling Nucleus to start only from the given item. e.g. <code>10(5)</code> shows 10 items starting from item 5</li>
1581                 <li><strong><em>category</em></strong>: name of the category to show</li>
1582         </ul>
1583 </p>
1584
1585 <h2>Skintypes</h2>
1586
1587 <p>
1588 index, item, archive, archivelist, search
1589 </p>
1590
1591 <h2>Examples</h2>
1592
1593 <pre>
1594 &lt;%blog(default,15)%&gt;
1595 &lt;%blog(default,5(15))%&gt;
1596 &lt;%blog(mytemplate)%&gt;
1597 &lt;%blog(mytemplate,5,mycategory)%&gt;
1598 </pre>
1599
1600 </div>
1601
1602 <div class="page">
1603 <a name="skinvar-bloglist"></a>
1604 <h1>Skinvar: bloglist</h1>
1605
1606 <p>
1607 Shows a list of all blogs that are defined in your Nucles CMS.
1608 </p>
1609
1610 <h2>Arguments</h2>
1611 <p>
1612         Required:
1613         <ul>
1614                 <li><strong>template</strong>: name of the template to use</li>
1615         </ul>
1616         Optional:
1617         <ul>
1618                 <li><strong>bnametype</strong>: whether the Blog Name (<code>name</code>) or the Short Blog Name (<code>shortname</code>) of the Blog is used. Default setting is the Blog name (<code>name</code>).</li>
1619         </ul>
1620         <ul>
1621                 <li><strong>orderby</strong>: (3.40) Attribute of the blog used for determinig the order in which the blogs are listed. Supported values are <code>number</code>, <code>name</code>, <code>shortname</code>, <code>description</code>. Default is <code>number</code>.</li>
1622         </ul>
1623         <ul>
1624                 <li><strong>direction</strong>: (3.40) Direction of the sorting, <code>asc</code> for ascending order, or <code>desc</code> for descending order. Default is <code>asc</code>.
1625         </ul>
1626 </p>
1627
1628 <h2>Skintypes</h2>
1629
1630 <p>
1631 all
1632 </p>
1633
1634 <h2>Examples</h2>
1635
1636 <pre>
1637 &lt;%bloglist(default/index)%&gt;
1638 &lt;%bloglist(default/index,name)%&gt; 
1639 &lt;%bloglist(default/index,shortname)%&gt;
1640 &lt;%bloglist(default/index,name,name,asc)%&gt; 
1641 </pre>
1642
1643 </div>
1644
1645
1646
1647 <div class="page">
1648 <a name="skinvar-otherblog"></a>
1649 <h1>Skinvar: otherblog</h1>
1650
1651 <p>
1652 Inserts the most recently added items of a given blog into the skin.
1653 </p>
1654
1655 <h2>Arguments</h2>
1656 <p>
1657         Required:
1658         <ul>
1659                 <li><strong>blogname</strong>: name of the blog to show</li>
1660                 <li><strong>template</strong>: name of the template to use</li>
1661         </ul>
1662         Optional:
1663         <ul>
1664                 <li><strong><em>amount</em></strong>: the amount of items to show (default = 10). Can also contain an offset telling Nucleus to start only from the given item. e.g. <code>10(5)</code> shows 10 items starting from item 5</li>
1665                 <li><strong><em>category</em></strong>: name of the category to show</li>
1666         </ul>
1667 </p>
1668
1669 <h2>Skintypes</h2>
1670
1671 <p>
1672 all
1673 </p>
1674
1675 <h2>Examples</h2>
1676
1677 <pre>
1678 &lt;%otherblog(myblog,default,15)%&gt;
1679 &lt;%otherblog(yourblog,mytemplate)%&gt;
1680 &lt;%otherblog(yourblog,mytemplate,15,mycategory)%&gt;
1681 &lt;%otherblog(yourblog,mytemplate,5(15),mycategory)%&gt;
1682 </pre>
1683
1684 </div>
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694 <div class="page">
1695 <a name="skinvar-item"></a>
1696 <h1>Skinvar: item</h1>
1697
1698 <p>
1699 Shows the currently selected item (without comments) using a given template
1700 </p>
1701
1702 <h2>Arguments</h2>
1703 <ul>
1704         <li><strong>template</strong>: name of the template to use</li>
1705 </ul>
1706
1707 <h2>Skintypes</h2>
1708
1709 <p>
1710 item
1711 </p>
1712
1713 <h2>Examples</h2>
1714
1715 <pre>
1716 &lt;%item(mytemplate)%&gt;
1717 </pre>
1718
1719 </div>
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729 <div class="page">
1730 <a name="skinvar-comments"></a>
1731 <h1>Skinvar: comments</h1>
1732
1733 <p>
1734 Shows the comments for the currently selected item using a given template.
1735 </p>
1736
1737 <h2>Arguments</h2>
1738 <ul>
1739         <li><strong>template</strong>: name of the template to use</li>
1740 </ul>
1741
1742 <h2>Skintypes</h2>
1743
1744 <p>
1745 item
1746 </p>
1747
1748 <h2>Examples</h2>
1749
1750 <pre>
1751 &lt;%comments(mytemplate)%&gt;
1752 </pre>
1753
1754 </div>
1755
1756
1757
1758
1759
1760
1761
1762 <div class="page">
1763 <a name="skinvar-archive"></a>
1764 <h1>Skinvar: archive</h1>
1765
1766 <p>
1767 Shows the archive for the selected month and the selected blog (usually the default one), using a given template
1768 </p>
1769
1770 <h2>Arguments</h2>
1771 <p>
1772         Required
1773         <ul>
1774                 <li><strong>template</strong>: name of the template to use</li>
1775         </ul>
1776         Optional
1777         <ul>
1778                 <li><strong><em>category</em></strong>: name of the category to show</li>
1779         </ul>
1780 </p>
1781
1782 <h2>Skintypes</h2>
1783
1784 <p>
1785 archive
1786 </p>
1787
1788 <h2>Examples</h2>
1789
1790 <pre>
1791 &lt;%archive(mytemplate)%&gt;
1792 &lt;%archive(mytemplate,mycategory)%&gt;
1793 </pre>
1794
1795 </div>
1796
1797
1798
1799
1800 <div class="page">
1801 <a name="skinvar-otherarchive"></a>
1802 <h1>Skinvar: otherarchive</h1>
1803
1804 <p>
1805 Shows the archive for the selected month, using the given blog and template
1806 </p>
1807
1808 <h2>Arguments</h2>
1809 <p>
1810         Required
1811         <ul>
1812                 <li><strong>blogname</strong>: name of the blog to use</li>
1813                 <li><strong>template</strong>: name of the template to use</li>
1814         </ul>
1815         Optional
1816         <ul>
1817                 <li><strong><em>category</em></strong>: name of the category to show</li>
1818         </ul>
1819 </p>
1820
1821 <h2>Skintypes</h2>
1822
1823 <p>
1824 archive
1825 </p>
1826
1827 <h2>Examples</h2>
1828
1829 <pre>
1830 &lt;%otherarchive(myblog,mytemplate)%&gt;
1831 &lt;%otherarchive(myblog,mytemplate,mycategory)%&gt;
1832 </pre>
1833
1834 </div>
1835
1836
1837
1838
1839
1840
1841
1842 <div class="page">
1843 <a name="skinvar-archivelist"></a>
1844 <h1>Skinvar: archivelist</h1>
1845
1846 <p>
1847 Shows the list of available archives for the currently selected blog (usually the default one), using a given template
1848 </p>
1849
1850 <h2>Arguments</h2>
1851 <p>
1852         Required
1853         <ul>
1854                 <li><strong>template</strong>: name of the template to use</li>
1855         </ul>
1856         Optional
1857         <ul>
1858                 <li><strong><em>category</em></strong>: name of the category to show</li>
1859                 <li><strong><em>limit</em></strong>: limits the amount of links shown (e.g. if you only want to show links to the past 3 months)</li>
1860         </ul>
1861 </p>
1862
1863 <h2>Skintypes</h2>
1864
1865 <p>
1866 index, archive, archivelist, search, item
1867 </p>
1868 </div>
1869
1870 <div class="page">
1871 <a name="skinvar-archivedaylist"></a>
1872 <h1>Skinvar: archivedaylist</h1>
1873
1874 <p>
1875 The same as the <a href="#skinvar-archivelist">archivelist</a> skinvar, but shows an entry for each <em>day</em> instead of for each <em>month</em>
1876 </p>
1877
1878 <h2>Arguments</h2>
1879 <p>
1880         Required
1881         <ul>
1882                 <li><strong>template</strong>: name of the template to use</li>
1883         </ul>
1884         Optional
1885         <ul>
1886                 <li><strong><em>category</em></strong> name of the category to show</li>
1887                 <li><strong><em>limit</em></strong>: limits the amount of links shown (e.g. if you only want to show links to the past 3 months)</li>
1888         </ul>
1889 </p>
1890
1891 <h2>Skintypes</h2>
1892
1893 <p>
1894 index, archive, archivelist, search, item
1895 </p>
1896
1897
1898 <h2>Examples</h2>
1899
1900 <pre>
1901 &lt;%archivedaylist(mytemplate)%&gt;
1902 &lt;%archivedaylist(mytemplate,mycategory)%&gt;
1903 </pre>
1904
1905 </div>
1906
1907
1908 <div class="page">
1909 <a name="skinvar-otherarchivedaylist"></a>
1910 <h1>Skinvar: otherarchivedaylist</h1>
1911
1912 <p>
1913 The same as the <a href="#skinvar-otherarchivelist">otherarchivelist</a> skinvar, but shows an entry for each <em>day</em> instead of for each <em>month</em>
1914
1915 </p>
1916
1917 <h2>Arguments</h2>
1918 <p>
1919         Required
1920         <ul>
1921                 <li><strong>blogname</strong>: name of the blog</li>
1922                 <li><strong>template</strong>: name of the template to use</li>
1923         </ul>
1924         Optional
1925         <ul>
1926                 <li><strong><em>category</em></strong>: name of the category to show</li>
1927         </ul>
1928 </p>
1929
1930 <h2>Skintypes</h2>
1931
1932 <p>
1933 all
1934 </p>
1935
1936 <h2>Examples</h2>
1937
1938 <pre>
1939 &lt;%otherarchivedaylist(yourblog,mytemplate)%&gt;
1940 &lt;%otherarchivedaylist(yourblog,mytemplate,mycategory)%&gt;
1941 </pre>
1942
1943 </div>
1944
1945 <div class="page">
1946 <a name="skinvar-archiveyearlist"></a>
1947 <h1>Skinvar: archiveyearlist</h1>
1948
1949 <p>
1950 The same as the <a href="#skinvar-archivelist">archivelist</a> skinvar, but shows an entry for each <em>year</em> instead of for each <em>month</em>
1951 </p>
1952
1953 <h2>Arguments</h2>
1954 <p>
1955         Required
1956         <ul>
1957                 <li><strong>template</strong>: name of the template to use</li>
1958         </ul>
1959         Optional
1960         <ul>
1961                 <li><strong><em>category</em></strong> name of the category to show</li>
1962                 <li><strong><em>limit</em></strong>: limits the amount of links shown (e.g. if you only want to show links to the past 3 years)</li>
1963         </ul>
1964 </p>
1965
1966 <h2>Skintypes</h2>
1967
1968 <p>
1969 index, archive, archivelist, search, item
1970 </p>
1971
1972
1973 <h2>Examples</h2>
1974
1975 <pre>
1976 &lt;%archiveyearlist(mytemplate)%&gt;
1977 &lt;%archiveyearlist(mytemplate,mycategory)%&gt;
1978 </pre>
1979
1980 </div>
1981
1982
1983 <div class="page">
1984 <a name="skinvar-otherarchiveyearlist"></a>
1985 <h1>Skinvar: otherarchiveyearlist</h1>
1986
1987 <p>
1988 The same as the <a href="#skinvar-otherarchivelist">otherarchivelist</a> skinvar, but shows an entry for each <em>year</em> instead of for each <em>month</em>
1989
1990 </p>
1991
1992 <h2>Arguments</h2>
1993 <p>
1994         Required
1995         <ul>
1996                 <li><strong>blogname</strong>: name of the blog</li>
1997                 <li><strong>template</strong>: name of the template to use</li>
1998         </ul>
1999         Optional
2000         <ul>
2001                 <li><strong><em>category</em></strong>: name of the category to show</li>
2002         </ul>
2003 </p>
2004
2005 <h2>Skintypes</h2>
2006
2007 <p>
2008 all
2009 </p>
2010
2011 <h2>Examples</h2>
2012
2013 <pre>
2014 &lt;%otherarchiveyearlist(yourblog,mytemplate)%&gt;
2015 &lt;%otherarchiveyearlist(yourblog,mytemplate,mycategory)%&gt;
2016 </pre>
2017
2018 </div>
2019
2020
2021
2022 <div class="page">
2023 <a name="skinvar-otherarchivelist"></a>
2024 <h1>Skinvar: otherarchivelist</h1>
2025
2026 <p>
2027 Shows the list of available archives for a given blog, using a given template
2028 </p>
2029
2030 <h2>Arguments</h2>
2031 <p>
2032         Required
2033         <ul>
2034                 <li><strong>blogname</strong>: name of the blog</li>
2035                 <li><strong>template</strong>: name of the template to use</li>
2036         </ul>
2037         Optional
2038         <ul>
2039                 <li><strong><em>category</em></strong>: name of the category to show</li>
2040         </ul>
2041 </p>
2042
2043 <h2>Skintypes</h2>
2044
2045 <p>
2046 all
2047 </p>
2048
2049 <h2>Examples</h2>
2050
2051 <pre>
2052 &lt;%otherarchivelist(yourblog,mytemplate)%&gt;
2053 &lt;%otherarchivelist(yourblog,mytemplate,mycategory)%&gt;
2054 </pre>
2055
2056 </div>
2057
2058
2059
2060 <div class="page">
2061 <a name="skinvar-categorylist"></a>
2062 <h1>Skinvar: categorylist</h1>
2063
2064 <p>
2065 Inserts a list of categories for a blog (defaults to the currently selected blog), using a given template
2066 </p>
2067
2068 <h2>Arguments</h2>
2069 <p>
2070         Required
2071         <ul>
2072                 <li><strong>template</strong>: name of the template to use</li>
2073         </ul>
2074         Optional
2075         <ul>
2076                 <li><strong><em>blogname</em></strong>: short name of the blog to use</li>
2077         </ul>
2078 </p>
2079
2080 <h2>Skintypes</h2>
2081
2082 <p>
2083 index, archive, archivelist, search, item, [error, member, special if blogname parameter specified]
2084 </p>
2085
2086 <h2>Examples</h2>
2087
2088 <pre>
2089 &lt;%categorylist(mytemplate)%&gt;
2090 &lt;%categorylist(mytemplate,myweblog)%&gt;
2091 </pre>
2092
2093 </div>
2094
2095
2096
2097 <div class="page">
2098 <a name="skinvar-category"></a>
2099 <h1>Skinvar: category</h1>
2100
2101 <p>
2102 Inserts some information about the currently selected category. When no category is selected, does nothing.
2103 </p>
2104
2105 <h2>Arguments</h2>
2106 <p>
2107         Optional
2108         <ul>
2109                 <li><strong><em>type</em></strong>: What information to include. Can be <b>name</b> (default), <b>desc</b> or <b>id</b></li>
2110         </ul>
2111 </p>
2112
2113 <h2>Skintypes</h2>
2114
2115 <p>
2116 all
2117 </p>
2118
2119 <h2>Examples</h2>
2120
2121 <pre>
2122 &lt;%category%&gt;
2123 &lt;%category(id)%&gt;
2124 &lt;%category(desc)%&gt;
2125 &lt;%category(name)%&gt;
2126 </pre>
2127
2128 </div>
2129
2130
2131 <div class="page">
2132 <a name="skinvar-ifcat"></a>
2133 <h1>Skinvar: ifcat</h1>
2134
2135 <p class="deprecated">Deprecated as of Nucleus v2.0. Use <a href="#skinvar-if">&lt;%if(category)%&gt;</a> instead.</p>
2136
2137 <h2>Arguments</h2>
2138 <p>
2139         None
2140         <ul>
2141                 <li><em>text</em>: Text to show</li>
2142         </ul>
2143 </p>
2144
2145 <h2>Skintypes</h2>
2146
2147 <p>
2148 all
2149 </p>
2150
2151 <h2>Examples</h2>
2152
2153 <pre>
2154 &lt;%ifcat(Current Category: )%&gt;&lt;%category%&gt;
2155 </pre>
2156
2157 </div>
2158
2159
2160
2161
2162 <div class="page">
2163 <a name="skinvar-searchresults"></a>
2164 <h1>Skinvar: searchresults</h1>
2165
2166 <p>
2167 Shows the searchresult for the current query
2168 </p>
2169
2170 <h2>Arguments</h2>
2171 <p>
2172         Required:
2173         <ul>
2174                 <li><strong>template</strong>: name of the template to use</li>
2175         </ul>
2176         Optional:
2177         <ul>
2178                 <li><strong><em>maxresults</em></strong>: maximum amount of results to show</li>
2179         </ul>
2180 </p>
2181
2182 <h2>Skintypes</h2>
2183
2184 <p>
2185 search
2186 </p>
2187
2188 <h2>Examples</h2>
2189
2190 <pre>
2191 &lt;%searchresults(mytemplate)%&gt;
2192 </pre>
2193
2194 </div>
2195
2196
2197
2198
2199 <div class="page">
2200 <a name="skinvar-othersearchresults"></a>
2201 <h1>Skinvar: othersearchresults</h1>
2202
2203 <p>
2204 Shows the searchresult in a give blog for the current query, using the given template
2205 </p>
2206
2207 <h2>Arguments</h2>
2208 <p>
2209         Required:
2210         <ul>
2211                 <li><strong>blogname</strong>: name of the blog to use</li>
2212                 <li><strong>template</strong>: name of the template to use</li>
2213         </ul>
2214         Optional:
2215         <ul>
2216                 <li><strong><em>maxresults</em></strong>: maximum amount of results to show</li>
2217         </ul>
2218 </p>
2219
2220 <h2>Skintypes</h2>
2221
2222 <p>
2223 search
2224 </p>
2225
2226 <h2>Examples</h2>
2227
2228 <pre>
2229 &lt;%othersearchresults(myblog,mytemplate)%&gt;
2230 </pre>
2231
2232 </div>
2233
2234
2235
2236
2237
2238
2239
2240 <div class="page">
2241 <a name="skinvar-query"></a>
2242 <h1>Skinvar: query</h1>
2243
2244 <p>
2245 Inserts the current search query.
2246 </p>
2247
2248 <h2>Arguments</h2>
2249 <p>
2250 None
2251 </p>
2252
2253 <h2>Skintypes</h2>
2254
2255 <p>
2256 search
2257 </p>
2258
2259 <h2>Examples</h2>
2260
2261 <pre>
2262 &lt;%query%&gt;
2263 </pre>
2264
2265 </div>
2266
2267
2268
2269
2270
2271
2272
2273
2274 <div class="page">
2275 <a name="skinvar-version"></a>
2276 <h1>Skinvar: version</h1>
2277
2278 <p>Inserts the current Nucleus version.</p>
2279
2280 <h2>Arguments</h2>
2281
2282 <p>
2283 None
2284 </p>
2285
2286 <h2>Skintypes</h2>
2287
2288 <p>
2289 all
2290 </p>
2291
2292 <h2>Examples</h2>
2293
2294 <pre>
2295 &lt;%version%&gt;
2296 </pre>
2297
2298 </div>
2299
2300
2301 <div class="page">
2302 <a name="skinvar-charset"></a>
2303 <h1>Skinvar: charset</h1>
2304
2305 <p>Inserts the character set encoding used by the current translation file.</p>
2306
2307 <h2>Arguments</h2>
2308
2309 <p>
2310 None
2311 </p>
2312
2313 <h2>Skintypes</h2>
2314
2315 <p>
2316 all
2317 </p>
2318
2319 <h2>Examples</h2>
2320
2321 <pre>
2322 &lt;%charset%&gt;
2323 </pre>
2324
2325 </div>
2326
2327
2328 <div class="page">
2329 <a id="skinvar-locale" name="skinvar-locale"></a>
2330 <h1>Skinvar: locale</h1>
2331 <p>The present locale based on a site's establishing it is output.</p>
2332 <h2>Arguments</h2>
2333 <p>None</p>
2334 <h2>Skintypes</h2>
2335 <p>All</p>
2336 <h2>Examples</h2>
2337 <pre>
2338 &lt;%locale%&gt;
2339 </pre>
2340 </div>
2341
2342
2343
2344
2345 <div class="page">
2346 <a name="skinvar-previtem"></a>
2347 <h1>Skinvar: previtem</h1>
2348
2349 <p>
2350 Inserts the ID of the previous item in the blog
2351 </p>
2352
2353 <h2>Arguments</h2>
2354 <p>None</p>
2355
2356 <h2>Skintypes</h2>
2357
2358 <p>
2359 item
2360 </p>
2361
2362 <h2>Examples</h2>
2363
2364 <pre>
2365 &lt;%previtem%&gt;
2366 </pre>
2367
2368 </div>
2369
2370
2371
2372
2373
2374
2375 <div class="page">
2376 <a name="skinvar-nextitem"></a>
2377 <h1>Skinvar: nextitem</h1>
2378
2379 <p>
2380 Inserts the ID of the next item in the blog
2381 </p>
2382
2383 <h2>Arguments</h2>
2384 <p>None</p>
2385
2386 <h2>Skintypes</h2>
2387
2388 <p>
2389 item
2390 </p>
2391
2392 <h2>Examples</h2>
2393
2394 <pre>
2395 &lt;%nextitem%&gt;
2396 </pre>
2397
2398 </div>
2399
2400
2401 <div class="page">
2402 <a name="skinvar-nextitemtitle"></a>
2403 <h1>Skinvar: nextitemtitle</h1>
2404
2405 <p>
2406 Inserts the title of the next item in the blog
2407 </p>
2408
2409 <h2>Arguments</h2>
2410 <p>None</p>
2411
2412 <h2>Skintypes</h2>
2413
2414 <p>
2415 item
2416 </p>
2417
2418 <h2>Examples</h2>
2419
2420 <pre>
2421 &lt;%nextitemtitle%&gt;
2422 </pre>
2423
2424 </div>
2425
2426
2427 <div class="page">
2428 <a name="skinvar-previtemtitle"></a>
2429 <h1>Skinvar: previtemtitle</h1>
2430
2431 <p>
2432 Inserts the title of the previous item in the blog
2433 </p>
2434
2435 <h2>Arguments</h2>
2436 <p>None</p>
2437
2438 <h2>Skintypes</h2>
2439
2440 <p>
2441 item
2442 </p>
2443
2444 <h2>Examples</h2>
2445
2446 <pre>
2447 &lt;%previtemtitle%&gt;
2448 </pre>
2449
2450 </div>
2451
2452
2453
2454
2455 <div class="page">
2456 <a name="skinvar-prevarchive"></a>
2457 <h1>Skinvar: prevarchive</h1>
2458
2459 <p>
2460 Inserts the <code>archive</code> attribute that corresponds to the archive of either 1 day or 1 month back. This value can be used inside URLs to select an archive.
2461 </p>
2462
2463 <ul>
2464         <li>If the shown archive is for one specific day, the value has the form <code>YYYY-MM-DD</code></li>
2465         <li>If the shown archive is for a full month, the value has the form <code>YYYY-MM</code></li>
2466 </ul>
2467
2468 <h2>Arguments</h2>
2469 <p>None</p>
2470
2471 <h2>Skintypes</h2>
2472
2473 <p>
2474 archive
2475 </p>
2476
2477 <h2>Examples</h2>
2478
2479 <pre><code>&lt;a href="index.php?archive=&lt;%prevarchive%&gt;&gt;....</code></pre>
2480
2481 </div>
2482
2483
2484
2485
2486
2487
2488 <div class="page">
2489 <a name="skinvar-nextarchive"></a>
2490 <h1>Skinvar: nextarchive</h1>
2491
2492 <p>
2493 Inserts the <code>archive</code> attribute that corresponds to the archive of either 1 day or 1 month further in time. This value can be used inside URLs to select an archive.
2494 </p>
2495
2496 <ul>
2497         <li>If the shown archive is for one specific day, the value has the form <code>YYYY-MM-DD</code></li>
2498         <li>If the shown archive is for a full month, the value has the form <code>YYYY-MM</code></li>
2499 </ul>
2500
2501 <h2>Arguments</h2>
2502 <p>None</p>
2503
2504 <h2>Skintypes</h2>
2505
2506 <p>
2507 archive
2508 </p>
2509
2510 <h2>Examples</h2>
2511
2512 <pre><code>&lt;a href="index.php?archive=&lt;%nextarchive%&gt;&gt;....</code></pre>
2513
2514 </div>
2515
2516
2517 <div class="page">
2518 <a name="skinvar-archivetype"></a>
2519 <h1>Skinvar: archivetype</h1>
2520
2521 <p>
2522 Either <tt>day</tt> or <tt>month</tt>, indicating which type of archive is currently being shown
2523 </p>
2524
2525 <h2>Arguments</h2>
2526 <p>None</p>
2527
2528 <h2>Skintypes</h2>
2529
2530 <p>
2531 archive
2532 </p>
2533
2534 </div>
2535
2536
2537
2538
2539
2540 <div class="page">
2541 <a name="skinvar-todaylink"></a>
2542 <h1>Skinvar: todaylink</h1>
2543
2544 <p>
2545 Inserts a link to the main page of the weblog. Takes into account the currently selected blog and category.
2546 </p>
2547
2548 <h2>Arguments</h2>
2549 <p>
2550         Optional
2551         <ul>
2552                 <li><strong><em>linktext</em></strong>: when present, a full <code>&lt;a href...</code> tag will be outputted, rather than a raw link</li>
2553         </ul>
2554 </p>
2555
2556
2557 <h2>Skintypes</h2>
2558
2559 <p>
2560 all
2561 </p>
2562
2563 <h2>Examples</h2>
2564
2565 <pre>
2566 &lt;%todaylink%&gt;
2567 </pre>
2568
2569 </div>
2570
2571
2572
2573
2574
2575
2576
2577 <div class="page">
2578 <a name="skinvar-archivelink"></a>
2579 <h1>Skinvar: archivelink</h1>
2580
2581 <p>
2582 Inserts a link to the archive for the currently selected blog and category (or the default blog when no blog selected)
2583 </p>
2584
2585 <h2>Arguments</h2>
2586
2587 <p>
2588         Optional
2589         <ul>
2590                 <li><strong><em>linktext</em></strong>: when present, a full <code>&lt;a href...</code> tag will be outputted, rather than a raw link</li>
2591         </ul>
2592 </p>
2593
2594
2595 <h2>Skintypes</h2>
2596
2597 <p>
2598 all
2599 </p>
2600
2601 <h2>Examples</h2>
2602
2603 <pre>
2604 &lt;%archivelink%&gt;
2605 </pre>
2606
2607 </div>
2608
2609
2610
2611
2612
2613
2614 <div class="page">
2615 <a name="skinvar-nextlink"></a>
2616 <h1>Skinvar: nextlink</h1>
2617
2618 <p>
2619 Inserts a link to the next item (on item pages) or to the next archive (on archive pages)
2620 </p>
2621
2622 <h2>Arguments</h2>
2623 <p>
2624         Optional
2625         <ul>
2626                 <li><strong><em>linktext</em></strong>: when present, a full <code>&lt;a href...</code> tag will be outputted, rather than a raw link</li>
2627                 <li><strong><em>amount</em></strong>: for search and index skins: the amount of items to go forward/backward</li>
2628                 <li><strong><em>recount</em></strong>: for search and index skins: set to yes to force extra query to recount items on page. 
2629                 This is useful for more complex pages where the blog skinvar may be called multiple times because of the use of the offset. 
2630                 Try setting this if nextlink seems to be not advancing the expected number of items.</li>
2631         </ul>
2632 </p>
2633
2634
2635 <h2>Skintypes</h2>
2636
2637 <p>
2638 item, archive, search, index
2639 </p>
2640
2641 <h2>Examples</h2>
2642
2643 <pre>
2644 &lt;%nextlink%&gt;
2645 &lt;%nextlink(Next Page,10)%&gt;
2646 &lt;%nextlink(,10)%&gt;
2647 &lt;%nextlink(,10,yes)%&gt;
2648 </pre>
2649
2650 </div>
2651
2652
2653
2654
2655
2656
2657
2658
2659 <div class="page">
2660 <a name="skinvar-prevlink"></a>
2661 <h1>Skinvar: prevlink</h1>
2662
2663 <p>
2664 Inserts a link to the previous item (on item pages) or to the previous archive (on archive pages). For search and index pages
2665 </p>
2666
2667 <h2>Arguments</h2>
2668 <p>
2669         Optional
2670         <ul>
2671                 <li><strong><em>linktext</em></strong>: when present, a full <code>&lt;a href...</code> tag will be outputted, rather than a raw link</li>
2672                 <li><strong><em>amount</em></strong>: for search and index skins: the amount of items to go forward/backward</li>
2673         </ul>
2674 </p>
2675
2676 <h2>Skintypes</h2>
2677
2678 <p>
2679 item, archive, search, index
2680 </p>
2681
2682 <h2>Examples</h2>
2683
2684 <pre>
2685 &lt;%prevlink%&gt;
2686 </pre>
2687
2688 </div>
2689
2690
2691
2692
2693
2694
2695
2696
2697 <div class="page">
2698 <a name="skinvar-errormessage"></a>
2699 <h1>Skinvar: errormessage</h1>
2700
2701 <p>
2702 Inserts the message corresponding to the error that occurred
2703 </p>
2704
2705 <h2>Arguments</h2>
2706 <p>None</p>
2707
2708 <h2>Skintypes</h2>
2709
2710 <p>
2711 error
2712 </p>
2713
2714 <h2>Examples</h2>
2715
2716 <pre>
2717 &lt;%errormessage%&gt;
2718 </pre>
2719
2720 </div>
2721
2722
2723
2724
2725
2726
2727
2728
2729 <div class="page">
2730 <a name="skinvar-imagetext"></a>
2731 <h1>Skinvar: imagetext</h1>
2732
2733 <p class="deprecated">This skinvar is deprecated since Nucleus v2.0. You should use <a href="#skinvar-image"><code>&lt;%image(caption)%&gt;</code></a> instead</p>
2734
2735 <p>
2736 Inserts the caption text for a popup image
2737 </p>
2738
2739 <h2>Arguments</h2>
2740 <p>None</p>
2741
2742 <h2>Skintypes</h2>
2743
2744 <p>
2745 imagepopup
2746 </p>
2747
2748 <h2>Examples</h2>
2749
2750 <pre>
2751 &lt;%imagetext%&gt;
2752 </pre>
2753
2754 </div>
2755
2756
2757
2758 <div class="page">
2759 <a name="skinvar-image"></a>
2760 <h1>Skinvar: image</h1>
2761
2762 <p>
2763 Inserts the selected image (for popup images)
2764 </p>
2765
2766 <h2>Arguments</h2>
2767
2768 <p>Optional</p>
2769 <ul>
2770         <li>
2771                 <em>type</em>
2772                 <table><tr>
2773                         <td><strong>imgtag</strong> (default)</td>
2774                         <td>Full XHTML <code>&lt;img ... /&gt;</code> tag</td>
2775                 </tr><tr>
2776                         <td><strong>url</strong></td>
2777                         <td>Image file URL</td>
2778                 </tr><tr>
2779                         <td><strong>width</strong></td>
2780                         <td>image width</td>
2781                 </tr><tr>
2782                         <td><strong>height</strong></td>
2783                         <td>image height</td>
2784                 </tr><tr>
2785                         <td><strong>caption</strong></td>
2786                         <td>image caption (text to go with image)</td>
2787                 </tr></table>
2788         </li>
2789 </ul>
2790
2791 <h2>Skintypes</h2>
2792
2793 <p>
2794 imagepopup
2795 </p>
2796
2797 <h2>Examples</h2>
2798
2799 <pre>
2800 &lt;%image%&gt;
2801 </pre>
2802
2803 </div>
2804
2805
2806 <div class="page">
2807 <a name="skinvar-vars"></a>
2808 <h1>Skinvar: vars</h1>
2809
2810 <p class="deprecated">This skinvar is deprecated since Nucleus v2.0. It's a small pain to insert this HTML yourself using the <a href="#skinvar-itemid">itemid skinvar</a></p>
2811
2812 <p>
2813 Inserts a hidden form-input field with the itemid.
2814 </p>
2815
2816 <code>&lt;input type="hidden" name="itemid" value="<strong>1234</strong>" /&gt;</code>
2817
2818 <h2>Arguments</h2>
2819 <p>None</p>
2820
2821 <h2>Skintypes</h2>
2822
2823 <p>
2824 item
2825 </p>
2826
2827
2828 </div>
2829
2830
2831
2832
2833
2834
2835 <div class="page">
2836 <a name="skinvar-sitevar"></a>
2837 <h1>Skinvar: sitevar</h1>
2838
2839 <p>
2840 Includes a site variable
2841 </p>
2842
2843 <h2>Arguments</h2>
2844 <ul>
2845         <li><strong>type</strong>: name of the variable to show:
2846         <ul>
2847                 <li><em>url</em>: URL of the site</li>
2848                 <li><em>name</em>: Name of the site</li>
2849                 <li><em>admin</em>: E-mail address of the administrator</li>
2850         </ul>
2851         </li>
2852 </ul>
2853
2854 <h2>Skintypes</h2>
2855
2856 <p>
2857 all
2858 </p>
2859
2860 <h2>Examples</h2>
2861
2862 <pre>
2863 &lt;%sitevar(name)%&gt;
2864 &lt;%sitevar(url)%&gt;
2865 &lt;a href="mailto:&lt;%sitevar(email)%&gt;"&gt;Admin&lt;/a&gt;
2866 </pre>
2867
2868 </div>
2869
2870
2871
2872
2873
2874
2875 <div class="page">
2876 <a name="skinvar-blogsetting"></a>
2877 <h1>Skinvar: blogsetting</h1>
2878
2879 <p>
2880 Inserts a setting specific to the currently selected blog (usually the default one)
2881 </p>
2882
2883 <h2>Arguments</h2>
2884 <ul>
2885         <li><strong>type</strong>: which setting to add
2886             <ul>
2887                 <li><em>id</em>: ID of the blog</li>
2888                 <li><em>url</em>: URL of the blog</li>
2889                 <li><em>name</em>: Name of the blog (long name)</li>
2890                 <li><em>desc</em>: Description of the blog</li>
2891                 <li><em>short</em>: Short name of the blog</li>
2892             </ul>
2893         </li>
2894 </ul>
2895
2896 <h2>Skintypes</h2>
2897
2898 <p>
2899 index, archive, archivelist, search, item, member
2900 </p>
2901
2902 <h2>Examples</h2>
2903
2904 <pre>
2905 &lt;%blogsetting(name)%&gt;
2906 &lt;%blogsetting(id)%&gt;
2907 &lt;%blogsetting(desc)%&gt;
2908 &lt;a href="&lt;%blogsetting(url)%&gt;"&gt;...&lt;/a&gt;
2909 </pre>
2910
2911 </div>
2912
2913
2914
2915
2916
2917
2918 <div class="page">
2919 <a name="skinvar-member"></a>
2920 <h1>Skinvar: member</h1>
2921
2922 <p>
2923 Inserts some info about on the currently logged in member. On member detail pages, extra options are available to show the same information for the requested member.
2924 </p>
2925
2926 <p>When the visitor is not logged in, the <em>your...</em> parameters will insert nothing</p>
2927
2928 <h2>Arguments</h2>
2929 <ul>
2930         <li><strong>type</strong>: which information to show.
2931                 <p>Information on the logged in member:</p>
2932             <ul>
2933                 <li><em>yourname</em>: nickname of the member (the one used to login)</li>
2934                 <li><em>yourrealname</em>: full name of the member</li>
2935                 <li><em>yournotes</em>: extra information a member can set for him/herself</li>
2936                 <li><em>yoururl</em>: URL of the members website</li>
2937                 <li><em>youremail</em>: email address </li>
2938                 <li><em>yourid</em>: ID</li>
2939                 <li><em>yourprofileurl</em>: URL of the members profile (member details) page</li>
2940             </ul>
2941             <p>Information on the requested member (only available on member detail pages):</p>
2942             <ul>
2943                 <li><em>name</em>: nickname of the member (the one used to login)</li>
2944                 <li><em>realname</em>: full name of the member</li>
2945                 <li><em>notes</em>: extra information a member can set for him/herself</li>
2946                 <li><em>url</em>: URL of the members website</li>
2947                 <li><em>email</em>: email address of the member</li>
2948                 <li><em>id</em>: ID</li>
2949             </ul>
2950         </li>
2951 </ul>
2952
2953 <h2>Skintypes</h2>
2954
2955 <p>
2956 all
2957 </p>
2958
2959 <h2>Examples</h2>
2960
2961 <pre><code>
2962 &lt;%if(loggedin)%&gt;
2963 you are &lt;%member(yourrealname)%&gt;
2964 &lt;%endif%&gt;
2965 </code></pre>
2966
2967 </div>
2968
2969
2970
2971
2972
2973
2974 <div class="page">
2975 <a name="skinvar-preview"></a>
2976 <h1>Skinvar: preview</h1>
2977
2978 <p>
2979 Inserts an item-preview into the page, using a given template (to be used in conjunction with <a href="#skinvar-additemform">additemform</a>)
2980 </p>
2981
2982 <h2>Arguments</h2>
2983 <ul>
2984         <li><strong>template</strong>: name of the template to be used</li>
2985 </ul>
2986
2987 <h2>Skintypes</h2>
2988
2989 <p>
2990 index
2991 </p>
2992
2993 <h2>Examples</h2>
2994
2995 <pre>
2996 &lt;%preview(mytemplate)%&gt;
2997 </pre>
2998
2999 </div>
3000
3001
3002
3003 <div class="page">
3004 <a name="skinvar-adminurl"></a>
3005 <h1>Skinvar: adminurl</h1>
3006
3007 <p>Inserts the full URL to the Admin Area</p>
3008
3009 <h2>Arguments</h2>
3010 <p>None</p>
3011
3012 <h2>Skintypes</h2>
3013
3014 <p>
3015 all
3016 </p>
3017
3018 <h2>Examples</h2>
3019
3020 <pre>
3021 &lt;a href="&lt;%adminurl%&gt;"&gt;Admin Area&lt;/a&gt;
3022 </pre>
3023
3024 </div>
3025
3026
3027
3028
3029 <div class="page">
3030 <a name="skinvar-additemform"></a>
3031 <h1>Skinvar: additemform</h1>
3032
3033 <p>
3034 Shows an add-item form for the currently selected blog (usually the default one). Mostly used in conjunction with <a href="#skinvar-preview">preview</a>
3035 </p>
3036
3037 <h2>Arguments</h2>
3038 <p>None</p>
3039
3040 <h2>Skintypes</h2>
3041
3042 <p>
3043 index
3044 </p>
3045
3046 <h2>Examples</h2>
3047
3048 <pre>
3049 &lt;%additemform%&gt;
3050 </pre>
3051
3052 </div>
3053
3054
3055
3056
3057
3058
3059 <div class="page">
3060 <a name="skinvar-include"></a>
3061 <h1>Skin/Templatevar: include</h1>
3062
3063 <p>
3064 Includes a textfile into the output. The contents of the file is not parsed in any way, so you cannot use skin/templatevars or use PHP code (see <a href="#skinvar-parsedinclude">parsedinclude</a> and <a href="#skinvar-phpinclude">phpinclude</a> if you want parsed includes)
3065 </p>
3066
3067 <h2>Arguments</h2>
3068 <ul>
3069         <li><strong>filename</strong>: the name of the file to be included (either relative to the position of index.php, or absolute). Note that an URL can also be used here.</li>
3070 </ul>
3071
3072 <h2>Notes</h2>
3073 <ul>
3074         <li>This tag is affected by the <a href="#parser-properties">parser settings <code>IncludeMode</code> and <code>IncludePrefix</code></a></li>
3075 </ul>
3076
3077 <h2>Skintypes</h2>
3078
3079 <p>
3080 all
3081 </p>
3082
3083 <h2>Examples</h2>
3084
3085 <pre>
3086 &lt;%include(filename.txt)%&gt;
3087 &lt;%include(/home/user/myself/filename.txt)%&gt;
3088 &lt;%include(http://mydomain.com/filename.html)%&gt;
3089 </pre>
3090
3091 </div>
3092
3093
3094
3095
3096
3097
3098
3099 <div class="page">
3100 <a name="skinvar-phpinclude"></a>
3101 <h1>Skin/Templatevar: phpinclude</h1>
3102
3103 <p>
3104 Includes a php-file into the output. The contents of the file is parsed by the PHP parser, so be careful. Nucleus skin/templatevars are <b>not</b> parsed! (see <a href="#skinvar-parsedinclude">parsedinclude</a> and <a href="#skinvar-include">include</a> for other include options).
3105 </p>
3106
3107 <h2>Arguments</h2>
3108 <ul>
3109         <li><strong>filename</strong>: the name of the file to be included (either relative to the position of index.php, or absolute)</li>
3110 </ul>
3111
3112 <h2>Notes</h2>
3113 <ul>
3114         <li>This tag is affected by the <a href="#parser-properties">parser settings <code>IncludeMode</code> and <code>IncludePrefix</code></a></li>
3115         <li>Your file will be included using the standard php <code>include()</code> command. This command will be called from <em>inside</em> a class method, so <strong>you'll need to declare which global variables you want to access</strong> yourself. Most of the <a href="#skinvar-phpinclude-vars">standard variables</a> are automatically declared global by Nucleus itself.</li>
3116 </ul>
3117
3118 <h2>Skintypes</h2>
3119
3120 <p>
3121 all
3122 </p>
3123
3124 <h2>Examples</h2>
3125
3126 <pre><code>&lt;%phpinclude(filename.php)%&gt;
3127 &lt;%phpinclude(/home/user/myself/filename.php)%&gt;</code></pre>
3128
3129 </div>
3130
3131
3132
3133 <div class="page">
3134 <a name="skinvar-phpinclude-vars"></a>
3135 <h1>Skin/Templatevar: phpinclude : vars</h1>
3136
3137 <p>
3138 The following global variables are accessible from within files included by the <a href="#skinvar-phpinclude">phpinclude</a> skin/templatevar:
3139 </p>
3140
3141 <p>
3142 $GATEWAY_INTERFACE, $SERVER_NAME, $SERVER_SOFTWARE
3143 <br />$SERVER_PROTOCOL, $REQUEST_METHOD, $QUERY_STRING
3144 <br />$DOCUMENT_ROOT, $HTTP_ACCEPT, $HTTP_ACCEPT_CHARSET
3145 <br />$HTTP_ACCEPT_ENCODING, $HTTP_ACCEPT_LANGUAGE
3146 <br />$HTTP_CONNECTION, $HTTP_HOST, $HTTP_REFERER
3147 <br />$HTTP_USER_AGENT, $REMOTE_ADDR, $REMOTE_PORT
3148 <br />$SCRIPT_FILENAME, $SERVER_ADMIN, $SERVER_PORT
3149 <br />$SERVER_SIGNATURE, $PATH_TRANSLATED, $SCRIPT_NAME
3150 <br />$REQUEST_URI, $argv, $argc, $PHP_SELF
3151 <br />$HTTP_COOKIE_VARS, $HTTP_GET_VARS, $HTTP_POST_VARS
3152 <br />$HTTP_POST_FILES, $HTTP_ENV_VARS, $HTTP_SERVER_VARS
3153 <br />$HTTP_SESSION_VARS, $PATH_INFO, $HTTPS
3154 <br />$HTTP_RAW_POST_DATA, $HTTP_X_FORWARDED_FOR
3155 </p>
3156
3157 <p>
3158 For others variables, you'll need to add '<tt>global $varname;</tt>' explicitly in your code
3159 </p>
3160
3161 </div>
3162
3163
3164
3165 <div class="page">
3166 <a name="skinvar-parsedinclude"></a>
3167 <h1>Skin/Templatevar: parsedinclude</h1>
3168
3169 <p>
3170 Includes a file into the output. The contents of the file is parsed by the Nucleus skin/template parser, so you can use skin/templatevars. (see <a href="#skinvar-phpinclude">phpinclude</a> and <a href="#skinvar-include">include</a> for other include options)
3171 </p>
3172
3173 <h2>Arguments</h2>
3174 <ul>
3175         <li><strong>filename</strong>: the name of the file to be included (either relative to the position of index.php, or absolute)</li>
3176 </ul>
3177
3178 <h2>Notes</h2>
3179 <ul>
3180         <li>This tag is affected by the <a href="#parser-properties">parser settings <code>IncludeMode</code> and <code>IncludePrefix</code></a></li>
3181         <li>From inside the included file, you can call <code>&lt;%parsedinclude(filename)%&gt;</code> again. To avoid endless loops, the maximum depth level you can go is 3.</li>
3182 </ul>
3183
3184
3185 <h2>Skintypes</h2>
3186
3187 <p>
3188 all
3189 </p>
3190
3191 <h2>Examples</h2>
3192
3193 <pre>
3194 &lt;%parsedinclude(filename.txt)%&gt;
3195 &lt;%parsedinclude(/home/user/myself/filename.txt)%&gt;
3196 </pre>
3197
3198 </div>
3199
3200
3201
3202
3203
3204
3205 <div class="page">
3206 <a name="skinvar-plugin"></a>
3207 <h1>Skin/Templatevar: plugin</h1>
3208
3209 <p>
3210 Calls a plugin
3211 </p>
3212
3213 <h2>Arguments</h2>
3214 <ul>
3215         <li>
3216                 <p>Required</p>
3217                 <table><tr>
3218                         <th>Name</th>
3219                         <th>Contents</th>
3220                 </tr><tr>
3221                         <td>PlugName</td>
3222                         <td>Name of the plugin that should be called. <strong>This name is case sensitive!</strong></td>
3223                 </tr></table>
3224         </li>
3225         <li><p>Extra parameters can be added, depending on the plugin</p></li>
3226 </ul>
3227
3228 <h2>Notes</h2>
3229 <ul>
3230         <li>When a plugin name does not conflict with existing variables, it can be called directly using <code>&lt;%PluginName(parameters)%&gt;</code></li>
3231 </ul>
3232
3233 <h2>Skintypes</h2>
3234
3235 <p>
3236 all
3237 </p>
3238
3239 <h2>Examples</h2>
3240
3241 <pre>
3242 &lt;%plugin(Calendar)%&gt;
3243 &lt;%plugin(LastComments,myweblog)%&gt;
3244 &lt;%LastComments(myweblog)%&gt;
3245 </pre>
3246
3247 </div>
3248
3249
3250
3251
3252 <div class="page">
3253 <a name="skinvar-loginform"></a>
3254 <h1>Skinvar: loginform</h1>
3255
3256 <p>Adds a loginform, or shows a "You are karma (Log out)" message</p>
3257
3258 <h2>Arguments</h2>
3259 <p>
3260         None
3261 </p>
3262
3263 <h2>Skintypes</h2>
3264
3265 <p>all</p>
3266
3267 <h2>Examples</h2>
3268
3269 <pre><code>&lt;%loginform%&gt;</code></pre>
3270
3271 </div>
3272
3273
3274
3275
3276 <div class="page">
3277 <a name="skinvar-commentform"></a>
3278 <h1>Skinvar: commentform</h1>
3279
3280 <p>
3281 Adds a commentform to an item page.
3282 </p>
3283
3284 <h2>Arguments</h2>
3285 <p>
3286         Optional:
3287         <ul>
3288                 <li><strong><em>destinationurl</em></strong>: sets the URL to where Nucleus needs to redirect after adding the comment (by default, Nucleus redirects to the item detail page for the item)</li>
3289         </ul>
3290 </p>
3291
3292 <h2>Skintypes</h2>
3293
3294 <p>
3295 item
3296 </p>
3297
3298 <h2>Examples</h2>
3299
3300 <pre>
3301 &lt;%commentform%&gt;
3302 &lt;%commentform(http://host/thanks.html)%&gt;
3303 </pre>
3304
3305 </div>
3306
3307
3308
3309 <div class="page">
3310 <a name="skinvar-set"></a>
3311 <h1>Skin/Templatevar: set</h1>
3312
3313 <p>
3314 Sets a <a href="#parser-properties" title="A list of available parser properties">parser property</a>.
3315 </p>
3316
3317 <h2>Arguments</h2>
3318 <p>
3319         <ul>
3320                 <li><strong>property</strong>: name of the property</li>
3321                 <li><strong>value</strong>: value of the property</li>
3322         </ul>
3323 </p>
3324
3325 <h2>Skintypes</h2>
3326
3327 <p>
3328 all
3329 </p>
3330
3331 <h2>Examples</h2>
3332
3333 <pre>
3334 &lt;%set(IncludeMode,skindir)%&gt;
3335 &lt;%set(IncludePrefix,somedir/)%&gt;
3336 </pre>
3337
3338 </div>
3339
3340
3341 <div class="page">
3342 <a name="skinvar-skinfile"></a>
3343 <h1>Skin/Templatevar: skinfile</h1>
3344
3345 <p>Used by imported skins to put a link relative to the skins-URL. Use it in conjunction with the <tt>IncludePrefix</tt> <a href="#parser-properties">parser property</a> to get the best results</p>
3346
3347 <h2>Arguments</h2>
3348 <p>
3349         <ul>
3350                 <li><strong>filename</strong>: filename of which you want the correct URL</li>
3351         </ul>
3352 </p>
3353
3354 <h2>Skintypes</h2>
3355
3356 <p>
3357 all
3358 </p>
3359
3360 <h2>Examples</h2>
3361
3362 <pre>
3363 &lt;%skinfile(mystyle.css)%&gt;
3364 </pre>
3365
3366 </div>
3367
3368
3369
3370 <div class="page">
3371 <a name="skinvar-skinname"></a>
3372 <h1>Skin/Templatevar: skinname</h1>
3373
3374 <p>Inserts the name of the skin that's currently being used.</p>
3375
3376 <h2>Arguments</h2>
3377 <p>
3378 None
3379 </p>
3380
3381 <h2>Skintypes</h2>
3382
3383 <p>
3384 all
3385 </p>
3386
3387 <h2>Examples</h2>
3388
3389 <pre>
3390 &lt;%skinname%&gt;
3391 </pre>
3392
3393 </div>
3394
3395
3396
3397 <div class="page">
3398 <a name="skinvar-if"></a>
3399 <a name="skinvar-else"></a>
3400 <a name="skinvar-endif"></a>
3401 <a name="skinvar-ifnot"></a>
3402 <a name="skinvar-elseifnot"></a>
3403 <a name="skinvar-elseif"></a>
3404 <h1>Skinvars: if/ifnot/else/elseif/elseifnot/endif</h1>
3405
3406 <p>Inserts a content block only when certain conditions are fullfilled. Can be used in the item and comment fields of templates as of 3.60, as well as in Item bodies (same as item template fields).</p>
3407
3408 <h2>Arguments</h2>
3409 <p>Only the <code>if</code>, <code>ifnot</code>, <code>elseif</code>, and <code>elseifnot</code> skinvars have options</p>
3410
3411
3412 <ul>
3413         <li><strong>type</strong>: type of condition</li>
3414         <li><em>name</em>: name of option (optional)</li>
3415         <li><em>value</em>: value to be checked (optional)</li>
3416 </ul>
3417
3418 <h2>Condition types</h2>
3419
3420 <ul>
3421         <li><strong>category</strong>: condition is fullfilled when a category is selected
3422                 <ul>
3423                         <li><strong>category</strong>: checks if any category is selected</li>
3424                         <li><strong>category,catname,<em>CategoryName</em></strong>: checks if the current category is <em>CategoryName</em></li>
3425                         <li><strong>category,catid,<em>CategoryId</em></strong>: checks if the current category is <em>CategoryId</em></li>
3426                 </ul>
3427         </li>
3428         <li><strong>blogsetting</strong>: checks if the value <em>name</em> blogsetting equals <em>value</em> (the name is the column name from the nucleus_blog sql table)</li>
3429         <li><strong>loggedin</strong>: condition is fullfilled if visiting member is currently logged in</li>
3430         <li><strong>onteam</strong>: condition is fullfilled if visiting member is currently logged in &amp; member of the blog team of the current blog (or the blog given in the <em>name</em> parameter)</li>
3431         <li><strong>admin</strong>: condition is fullfilled if visiting member is currently logged in &amp; member with blog admin rights to the current blog (or the blog given in the <em>name</em> parameter)</li>
3432         <li><strong>nextitem</strong>: true if there is a more recent item available for the current weblog (item skintype)</li>
3433         <li><strong>previtem</strong>: true if there is an older item available for the current weblog (item skintype)</li>
3434         <li><strong>archivenextexists</strong>: true if there is a more recent archive available for the current weblog (archive skintype)</li>
3435         <li><strong>archiveprevexists</strong>: true if there is an older archive available for the current weblog (archive skintype)</li>
3436         <li><strong>skintype</strong>: checks if the current skin type is equal to <em>value</em> (index, search, item, archive, archivelist, ...). For special skin parts, the skin type is the name of the special skin part.</li>
3437         <li><strong>hasplugin</strong>: checks if the a plugin is installed, or if a plugin option has been set to a specific value
3438                 <ul>
3439                         <li><strong>hasplugin,<em>PluginName</em></strong>: checks if plugin is available</li>
3440                         <li><strong>hasplugin,<em>PluginName</em>,<em>OptionName</em></strong>: checks if a plugin option is not set to 'no'</li>
3441                         <li><strong>hasplugin,<em>PluginName</em>,<em>OptionName=value</em></strong>: checks if a plugin option is set to a specific value</li>
3442                 </ul>
3443         </li>
3444         <li><strong><em>PluginName</em></strong>: checks if the a plugin is installed, and executes doIf() method of plugin to check condition of name/value pair. This allows plugins to do conditional checks in a skin. See documentation for your plugin to determine what conditionals it can perform and the syntax required for its use.
3445                 <ul>
3446                         <li><strong><em>PluginName</em>,<em>AttributeName</em></strong>: uses <em>PluginName</em> plugin to check if <em>AttributeName</em> has empty value</li>
3447                         <li><strong><em>PluginName</em>,<em>AttributeName</em>,<em>AttributeValue</em></strong>: uses <em>PluginName</em> plugin to check if <em>AttributeName</em> is <em>AttributeValue</em></li>
3448                 </ul>
3449         </li>
3450         <li><strong>itemcategory</strong>: checks conditions related to the category of the current item (item and comment template fields only)
3451                 <ul>
3452                         <li><strong>itemcategory</strong>: checks if current item has a category (always true)</li>
3453                         <li><strong>itemcategory,catname,<em>CategoryName</em></strong>: checks if the category of the current item is <em>CategoryName</em></li>
3454                         <li><strong>itemcategory,catid,<em>CategoryId</em></strong>: checks if the id of the item's category is <em>CategoryId</em></li>
3455                 </ul>
3456         </li>
3457         <li><strong>itemblogsetting</strong>: checks if the value <em>name</em> blogsetting of the current item's blog equals <em>value</em> (the name is the column name from the nucleus_blog sql table) (item and comment template fields only)</li>
3458         <li><strong>author</strong>: checks conditions related to the author of the current item (item and comment template fields only)
3459                 <ul>
3460                         <li><strong>author</strong>: checks if the current visitor is the author of the item</li>
3461                         <li><strong>author,isadmin</strong>: checks if the author of the item is an admin of the blog</li>
3462                         <li><strong>author,name,<em>AuthorName</em></strong>: checks if the user name of the item's author is <em>AuthorName</em></li>
3463                         <li><strong>author,isauthor</strong>: checks if the comment author is also the author of the item. (comment template fields only)</li>
3464                         <li><strong>author,isonteam</strong>: checks if the comment author is a member of blog team of current item. (comment template fields only)</li>
3465                 </ul>
3466         </li>
3467         
3468 </ul>
3469
3470 <h2>Skintypes</h2>
3471
3472 <p>
3473 all
3474 </p>
3475
3476 <h2>Examples</h2>
3477
3478 <pre>
3479 &lt;%if(loggedin)%&gt;
3480 Welcome back!
3481 &lt;%else%&gt;
3482 Welcom guest!
3483 &lt;%endif%&gt;
3484 </pre>
3485
3486 <pre>
3487 &lt;%if(category,catname,Off Topic)%&gt;
3488 Welcome to the 'Off Topic' category.
3489 &lt;%endif%&gt;
3490 </pre>
3491
3492 <pre>
3493 &lt;%ifnot(loggedin)%&gt;
3494 Access Denied!
3495 &lt;%elseif(admin)%&gt;
3496 Welcome O Mighty Admin of this Blog!
3497 &lt;%elseif(onteam)%&gt;
3498 Welcome O Worthy Blog Team Member!
3499 &lt;%else%&gt;
3500 Welcome O Humble Site Member!
3501 &lt;%endif%&gt;
3502 </pre>
3503
3504 <h2>Notes</h2>
3505
3506 <p>If you want something to be displayed only if a condition is not fullfilled, you can use a construct like this:</p>
3507
3508 <pre>
3509 &lt;%ifnot(skintype,error)%&gt;
3510 &lt;%blogsetting(name)%&gt;
3511 &lt;%endif%&gt;
3512 </pre>
3513
3514 </div>
3515
3516
3517
3518
3519
3520
3521 <div class="page">
3522 <a name="skinvar-membermailform"></a>
3523 <h1>Skinvar: membermailform</h1>
3524
3525 <p>
3526 Shows a form through which a logged-in member can send a message to the member which details are being shown (on member detail pages)
3527 </p>
3528
3529 <h2>Arguments</h2>
3530 <p>
3531         Optional:
3532         <ul>
3533                 <li><strong><em>rows</em></strong>: Amount of rows in the box (default = 10)</li>
3534                 <li><strong><em>cols</em></strong>: Amount of columns in the box (default = 40)</li>
3535                 <li><strong><em>destination url</em></strong>: URL to where Nucleus needs to redirection after sending the message</li>
3536         </ul>
3537 </p>
3538
3539 <h2>Skintypes</h2>
3540
3541 <p>
3542 member
3543 </p>
3544
3545 <h2>Examples</h2>
3546
3547 <pre>
3548 &lt;%membermailform%&gt;
3549 </pre>
3550
3551 </div>
3552
3553
3554
3555
3556
3557
3558 <div class="page">
3559 <a name="skinvar-searchform"></a>
3560 <h1>Skinvar: searchform</h1>
3561
3562 <p>
3563 Shows a search form for the current blog.
3564 </p>
3565
3566 <h2>Arguments</h2>
3567 <p>
3568         Optional:
3569         <ul>
3570                 <li><strong><em>blogname</em></strong>: The name of the blog for which you want a search form (short blog name)</li>
3571         </ul>
3572 </p>
3573
3574 <h2>Skintypes</h2>
3575
3576 <p>
3577 index, archive, archivelist, search, item
3578 </p>
3579
3580 <h2>Examples</h2>
3581
3582 <pre>
3583 &lt;%searchform%&gt;
3584 &lt;%searchform(otherweblog)%&gt;
3585 </pre>
3586
3587 </div>
3588
3589
3590
3591
3592
3593
3594 <div class="page">
3595 <a name="skinvar-nucleusbutton"></a>
3596 <h1>Skinvar: nucleusbutton</h1>
3597
3598 <p>Inserts a nucleus button, with link to the <a href="http://nucleuscms.org/" class="out" onclick="window.open(this.href);return false;" title="Nucleus website (opens in new window)">Nucleus website</a>.</p>
3599
3600 <h2>Arguments</h2>
3601 <p>
3602         Optional:
3603         <ul>
3604                 <li><strong><em>imgurl</em></strong>: URL of the image (if you don't want the default)</li>
3605                 <li><strong><em>imgwidth</em></strong>: width of the image (in pixels)</li>
3606                 <li><strong><em>imgheight</em></strong>: height of the image (in pixels)</li>
3607         </ul>
3608 </p>
3609
3610 <h2>Notes</h2>
3611 <ul>
3612         <li>This tag is affected by the <a href="#parser-properties">parser settings <code>IncludeMode</code> and <code>IncludePrefix</code></a></li>
3613 </ul>
3614
3615 <h2>Skintypes</h2>
3616
3617 <p>
3618 all
3619 </p>
3620
3621 <h2>Examples</h2>
3622
3623 <pre>
3624 &lt;%nucleusbutton%&gt;
3625 &lt;%nucleusbutton(nucleus/nucleus.gif,46,43)%&gt;
3626 </pre>
3627
3628 </div>
3629
3630
3631
3632
3633 <div class="page">
3634 <a name="skinvar-self"></a>
3635 <h1>Skinvar: self</h1>
3636
3637 <p>
3638 Inserts the filename of the page currently being displayed (index.php or whatever you changed it to)
3639 </p>
3640
3641 <h2>Arguments</h2>
3642 <p>None</p>
3643
3644 <h2>Skintypes</h2>
3645
3646 <p>
3647 all
3648 </p>
3649
3650 <h2>Examples</h2>
3651
3652 <pre>
3653 &lt;%self%&gt;
3654 </pre>
3655
3656 </div>
3657
3658
3659 <div class="page">
3660 <a name="skinvar-addlink"></a>
3661 <h1>Skinvar: addlink</h1>
3662
3663 <p>
3664 Inserts a URL to the new item bookmarklet form. Only shown for members who have rights on the current blog.
3665 </p>
3666
3667 <h2>Arguments</h2>
3668 <p>None</p>
3669
3670 <h2>Skintypes</h2>
3671
3672 <p>
3673 all
3674 </p>
3675
3676 <h2>Examples</h2>
3677
3678 <pre>
3679 &lt;dd&gt;&lt;a href="&lt;%addlink%&gt;" onclick="&lt;%addpopupcode%&gt;" title="Add an item to your blog"&gt;Add an item&lt;/a&gt;&lt;/dd&gt;
3680 </pre>
3681
3682 </div>
3683
3684 <div class="page">
3685 <a name="skinvar-addpopupcode"></a>
3686 <h1>Skinvar: addpopupcode</h1>
3687
3688 <p>
3689 Inserts javascript code to open a bookmarklet in an popup window. Use with <code>&lt;%addlink%&gt;</code>
3690 </p>
3691
3692 <h2>Arguments</h2>
3693 <p>None</p>
3694
3695 <h2>Skintypes</h2>
3696
3697 <p>
3698 all
3699 </p>
3700
3701 <h2>Examples</h2>
3702
3703 <pre>
3704 &lt;dd&gt;&lt;a href="&lt;%addlink%&gt;" onclick="&lt;%addpopupcode%&gt;" title="Add an item to your blog"&gt;Add an item&lt;/a&gt;&lt;/dd&gt;
3705 </pre>
3706
3707 </div>
3708
3709
3710 <div class="page">
3711 <a name="skinvar-sticky"></a>
3712 <h1>Skinvar: sticky</h1>
3713
3714 <p>
3715 Inserts the indicated item into the skin.
3716 </p>
3717
3718 <h2>Arguments</h2>
3719 <p>
3720         Required:
3721         <ul>
3722                 <li><strong>itemid</strong>: id of the item to show</li>
3723                 <li><strong>template</strong>: name of the template to use</li>
3724         </ul>
3725 </p>
3726
3727 <h2>Skintypes</h2>
3728
3729 <p>
3730 all
3731 </p>
3732
3733 <h2>Examples</h2>
3734
3735 <pre>
3736 &lt;%sticky(11,default/index)%&gt;
3737 </pre>
3738
3739 </div>
3740
3741
3742
3743 <div class="page">
3744 <a name="templatevars-overview"></a>
3745 <h1>Template variables: Overview</h1>
3746
3747 <h2>What?</h2>
3748
3749 <p>Template variables largely work in exact the same way as skin variables, with the only difference that they are being used inside templates. The variables are called using <code>&lt;%<i>varname</i>%&gt;</code>, and include some text depending on the variable function. Some variables also have extra optional parameters.</p>
3750
3751 <h2>Available variables</h2>
3752
3753 <p>
3754 These template variables be used in the following template-parts: <tt>item header, item body, item footer, date header, date footer, morelink, editlink</tt> (The variables <tt>image</tt>, <tt>popup</tt> and <tt>media</tt> can also be used inside weblog items.)
3755 </p>
3756
3757 <ul>
3758         <li><a href="#templatevars-basic">Basic variables...</a> (title, body, ...)</li>
3759         <li><a href="#templatevars-advanced">Advanced variables...</a> (include, plugin, ...)</li>
3760 </ul>
3761
3762 <p>Comments-related template-parts (<tt>comments header, comments body, comments footer, one comment, two comments, comments read more, no comments, too much comments</tt>) have a different set of available variables:</p>
3763
3764 <ul>
3765         <li><a href="#templatevars-comments">Comments-related variables...</a></li>
3766 </ul>
3767
3768
3769 </div>
3770
3771
3772
3773 <div class="page">
3774 <a name="templatevars-basic"></a>
3775 <h1>Template variables: Basic variables</h1>
3776
3777 <p>All these variables concern the item that's currently being parsed.</p>
3778
3779 <table><tr>
3780         <th>Name</th>
3781         <th>Description</th>
3782 </tr><tr>
3783         <td>title</td>
3784         <td>item title</td>
3785 </tr><tr>
3786         <td>body</td>
3787         <td>body text</td>
3788 </tr><tr>
3789         <td>more</td>
3790         <td>extended text</td>
3791 </tr><tr>
3792         <td>category</td>
3793         <td>name of the category</td>
3794 </tr><tr>
3795         <td>categorylink</td>
3796         <td>raw link to the category</td>
3797 </tr><tr>
3798         <td><a href="#templatevar-karma">karma</a></td>
3799         <td>karma score</td>
3800 </tr><tr>
3801         <td>authorlink</td>
3802         <td>raw link to the author</td>
3803 </tr><tr>
3804         <td>itemlink</td>
3805         <td>raw permanent link for the item</td>
3806 </tr><tr>
3807         <td><a href="#templatevar-author">author</a></td>
3808         <td>name of the author</td>
3809 </tr><tr>
3810         <td><a href="#templatevar-smartbody">smartbody</a></td>
3811         <td>either the body text or the extended text</td>
3812 </tr><tr>
3813         <td><a href="#templatevar-morelink">morelink</a></td>
3814         <td>'read more'-link</td>
3815 </tr><tr>
3816         <td><a href="#templatevar-date">date</a></td>
3817         <td>Formatted date</td>
3818 </tr><tr>
3819         <td><a href="#templatevar-time">time</a></td>
3820         <td>Formatted time</td>
3821 </tr><tr>
3822         <td>daylink</td>
3823         <td>raw link to the daily archive</td>
3824 </tr><tr>
3825         <td><a href="#templatevar-comments">comments</a></td>
3826         <td>comments block or commentcount</td>
3827 </tr><tr>
3828         <td>itemid</td>
3829         <td>ID of the item</td>
3830 </tr><tr>
3831         <td>blogurl</td>
3832         <td>URL of the blog</td>
3833 </tr></table>
3834
3835 <p><a href="#templatevars-overview">Template variables overview...</a></p>
3836
3837
3838 </div>
3839
3840
3841
3842 <div class="page">
3843 <a name="templatevars-advanced"></a>
3844 <h1>Template variables: Advanced variables</h1>
3845
3846
3847 <table><tr>
3848         <th>Name</th>
3849         <th>Description</th>
3850 </tr><tr>
3851         <td>authorid</td>
3852         <td>ID of the current items author</td>
3853 </tr><tr>
3854         <td>blogid</td>
3855         <td>ID of the blog</td>
3856 </tr><tr>
3857         <td>catid</td>
3858         <td>ID of the category for the current item</td>
3859 </tr><tr>
3860         <td>query</td>
3861         <td>search query (if there is one)</td>
3862 </tr><tr>
3863         <td><a href="#templatevar-syndicate_title">syndicate_title</a></td>
3864         <td>Syndicated title</td>
3865 </tr><tr>
3866         <td><a href="#templatevar-syndicate_description">syndicate_description</a></td>
3867         <td>Syndicated body text</td>
3868 </tr><tr>
3869         <td>karmaposlink</td>
3870         <td>raw vote link</td>
3871 </tr><tr>
3872         <td>karmaneglink</td>
3873         <td>raw vote link</td>
3874 </tr><tr>
3875         <td>new</td>
3876         <td>'New Item!'-text</td>
3877 </tr><tr>
3878         <td><a href="#skinvar-include">include</a></td>
3879         <td>includes a file, whithout parsing</td>
3880 </tr><tr>
3881         <td><a href="#skinvar-parsedinclude">parsedinclude</a></td>
3882         <td>includes a file, parsing it</td>
3883 </tr><tr>
3884         <td><a href="#skinvar-phpinclude">phpinclude</a></td>
3885         <td>includes a file, parsing by PHP</td>
3886 </tr><tr>
3887         <td><a href="#skinvar-if">if-ifnot-else-elseif-elseifnot-endif</a></td>
3888         <td>performs condition statements in templates (3.60)</td>
3889 </tr><tr>
3890         <td><a href="#skinvar-plugin">plugin</a></td>
3891         <td>executes a plugin</td>
3892 </tr><tr>
3893         <td><a href="#templatevar-edit">edit</a></td>
3894         <td>inserts an 'edit this item' link</td>
3895 </tr><tr>
3896         <td><a href="#templatevar-editlink">editlink</a></td>
3897         <td>raw 'edit item' link (links to bookmarklet)</td>
3898 </tr><tr>
3899         <td><a href="#templatevar-editpopupcode">editpopupcode</a></td>
3900         <td>javascript code to open a popup window for editlink</td>
3901 </tr><tr>
3902         <td><a href="#skinvar-skinfile">skinfile</a></td>
3903         <td>includes the correct URL for a file belonging to an imported skin</td>
3904 </tr><tr>
3905         <td><a href="#skinvar-set">set</a></td>
3906         <td>sets a parser property</td>
3907 </tr><tr>
3908         <td><a href="#templatevar-image">image</a></td>
3909         <td>inline image from media library</td>
3910 </tr><tr>
3911         <td><a href="#templatevar-popup">popup</a></td>
3912         <td>popup image from media dir</td>
3913 </tr><tr>
3914         <td><a href="#templatevar-media">media</a></td>
3915         <td>other media object from media dir</td>
3916 </tr><tr>
3917         <td>relevance</td>
3918         <td>Includes the 'search hit relevance' in templates that display search results</td>
3919 </tr></table>
3920
3921 <p><a href="#templatevars-overview">Template variables overview...</a></p>
3922
3923 </div>
3924
3925
3926
3927
3928 <div class="page">
3929 <a name="templatevars-comments"></a>
3930 <h1>Template variables: Comments</h1>
3931
3932
3933 <table><tr>
3934         <th>Name</th>
3935         <th>Description</th>
3936 </tr><tr>
3937         <td>body</td>
3938         <td>comment body</td>
3939 </tr><tr>
3940         <td>user</td>
3941         <td>user name</td>
3942 </tr><tr>
3943         <td>userid</td>
3944         <td>users URL or e-mail address</td>
3945 </tr><tr>
3946         <td>userlink</td>
3947         <td>a smart link to either the e-mail or URL for non members, or the member detail page for members. Note: this link already includes the &lt;a href="..."&gt; and &lt;/a&gt; tags ! (when no valid URL or e-mail is available, only the name of the member will be shown)</td>
3948 </tr><tr>
3949         <td>userlinkraw</td>
3950         <td>same as above, but without the &lt;a href.., empty when no valid URL or e-mail available</td>
3951 </tr><tr>
3952         <td>useremail</td>
3953         <td>the e-mail address of the user, empty if the e-mail address was not provided by the user</td>
3954 </tr><tr>
3955         <td>userwebsite</td>
3956         <td>the URL of the users website, empty if the URL was not provided by the user</td>
3957 </tr><tr>
3958         <td>userwebsitelink</td>
3959         <td>a smart link to URL for non members, or the member detail page for members. Note: this link already includes the &lt;a href="..."&gt; and &lt;/a&gt; tags ! (when no valid URL, only the name of the member will be shown)</td>
3960 </tr><tr>
3961         <td>memberid</td>
3962         <td>ID of the member (0 for non-members)</td>
3963 </tr><tr>
3964         <td>commentcount</td>
3965         <td>total amount of comments for the item</td>
3966 </tr><tr>
3967         <td><a href="#templatecommentwords" title="commentword()">commentword</a></td>
3968         <td>1 'comment', 2 'comments'</td>
3969 </tr><tr>
3970         <td><a href="#templatevar-date" title="date([format])">date</a></td>
3971         <td>date on which comment was added</td>
3972 </tr><tr>
3973         <td><a href="#templatevar-time" title="time([format])">time</a></td>
3974         <td>time at which comment was added</td>
3975 </tr><tr>
3976         <td>host</td>
3977         <td>host from where comment was added</td>
3978 </tr><tr>
3979         <td>ip</td>
3980         <td>IP-address from where comment was added</td>
3981 </tr><tr>
3982         <td>commentid</td>
3983         <td>ID of the current comment</td>
3984 </tr><tr>
3985         <td>itemid</td>
3986         <td>ID of the current item</td>
3987 </tr><tr>
3988         <td>itemlink</td>
3989         <td>link to the detailed item page</td>
3990 </tr><tr>
3991         <td><a href="#templateitemtitle" title="itemtitle([maxlength])">itemtitle</a></td>
3992         <td>Title of the current item</td>
3993 </tr><tr>
3994         <td>blogid</td>
3995         <td>ID of the weblog</td>
3996 </tr><tr>
3997         <td>blogurl</td>
3998         <td>URL of the weblog</td>
3999 </tr><tr>
4000         <td><a href="#templatememberextra" title="authtext()">authtext</a></td>
4001         <td>the extra text for members, empty for non members</td>
4002 </tr><tr>
4003         <td>short</td>
4004         <td>a cut off version of the body, which truncates after the first line break. <a href="#templatecommentcontinued">A link is added</a> at the end according to the template</td>
4005 </tr><tr>
4006         <td>excerpt</td>
4007         <td>the body of the comment, cut at 60 characters and appended with '...'</td>
4008 </tr><tr>
4009         <td>timestamp</td>
4010         <td>time at which comment was added</td>
4011 </tr><tr>
4012         <td><a href="#skinvar-if">if-ifnot-else-elseif-elseifnot-endif</a></td>
4013         <td>performs condition statements in templates (3.60)</td>
4014 </tr><tr>
4015         <td><a href="#skinvar-include" title="include(filename)">include</a></td>
4016         <td>includes a file, whithout parsing</td>
4017 </tr><tr>
4018         <td><a href="#skinvar-parsedinclude" title="parsedinclude(filename)">parsedinclude</a></td>
4019         <td>includes a file, parsing it</td>
4020 </tr><tr>
4021         <td><a href="#skinvar-phpinclude" title="phpinclude(filename)">phpinclude</a></td>
4022         <td>includes a file, parsing by PHP</td>
4023 </tr><tr>
4024         <td><a href="#skinvar-plugin" title="plugin(name,[options...])">plugin</a></td>
4025         <td>executes a plugin</td>
4026 </tr><tr>
4027         <td><a href="#skinvar-skinfile" title="skinfile(filename)">skinfile</a></td>
4028         <td>includes the correct URL for a file belonging to an imported skin</td>
4029 </tr><tr>
4030         <td><a href="#skinvar-set" title="set(property,value)">set</a></td>
4031         <td>sets a parser property</td>
4032 </tr></table>
4033
4034
4035
4036 <p><a href="#templatevars-overview">Template variables overview...</a></p>
4037
4038 </div>
4039
4040
4041
4042 <div class="page">
4043 <a name="templatevar-karma"></a>
4044 <h1>Templatevar: karma</h1>
4045
4046 <p>Inserts karma votes data. Karma votes are a method to vote the 'karma' of an item. With a single click, the visitor can vote either positive or negative. The total of all these votes gives an idea of how much an item is liked by the visitors</p>
4047
4048 <h2>Arguments</h2>
4049
4050
4051 <p>Optional:
4052         <ul>
4053                 <li><strong><em>what</em></strong>: Choose a type of information to be displayed:
4054                         <ul>
4055                                 <li><strong>totalscore</strong>: the total karma vote score (=amount of positive votes minus the amount of negative votes) <em>(default)</em></li>
4056                                 <li><strong>pos</strong>: total number of positive votes</li>
4057                                 <li><strong>neg</strong>: total number of negative votes</li>
4058                                 <li><strong>votes</strong>: total number of votes</li>
4059                                 <li><strong>posp</strong>: percentage of votes that is positive</li>
4060                                 <li><strong>negp</strong>: percentage of votes that is negative</li>
4061                         </ul>
4062                 </li>
4063         </ul>
4064 </p>
4065
4066 <h2>Examples</h2>
4067 <pre><code>&lt;%karma(posp)%&gt; out of &lt;%karma(votes)%&gt; were positive</code></pre>
4068
4069
4070 </div>
4071
4072
4073
4074 <div class="page">
4075 <a name="templateitemtitle"></a>
4076 <h1>Templatevar: templateitemtitle</h1>
4077
4078 <p>On comments-releated templateparts, inserts the title of the associated item.</p>
4079
4080 <h2>Arguments</h2>
4081
4082 <p>Optional:
4083         <ul>
4084                 <li><strong><em>maxlength</em></strong>: When provided, makes the itemtitle behave like the <a href="#templatevar-syndicate_title">syndicate_title templatevar</a>.
4085                 </li>
4086         </ul>
4087 </p>
4088
4089 </div>
4090
4091
4092
4093
4094
4095
4096 <div class="page">
4097 <a name="templatevar-author"></a>
4098 <h1>Templatevar: author</h1>
4099
4100 <p>Inserts the name of the author</p>
4101
4102 <h2>Arguments</h2>
4103 <p>Optional:
4104         <ul>
4105                 <li><strong><em>what</em></strong>: Choose a type of information to be displayed:
4106                         <ul>
4107                                 <li><strong>name</strong>: display name <em>(default)</em></li>
4108                                 <li><strong>realname</strong>: the real name of the author instead of the display name</li>
4109                                 <li><strong>id</strong>: Nucleus membet ID</li>
4110                                 <li><strong>url</strong>: URL of members website</li>
4111                                 <li><strong>email</strong>: email address of member (use of this one should be avoided)</li>
4112                         </ul>
4113                 </li>
4114         </ul>
4115 </p>
4116
4117 <h2>Examples</h2>
4118
4119 <pre><code>&lt;%author%&gt;
4120 &lt;%author(realname)%&gt;
4121 &lt;a href="&lt;%author(url)%&gt;"&gt;&lt;%author%&gt;&lt;/a&gt;</code></pre>
4122
4123 </div>
4124
4125
4126
4127
4128 <div class="page">
4129 <a name="templatevar-smartbody"></a>
4130 <h1>Templatevar: smartbody</h1>
4131
4132 <p>
4133 Examines the current item and then decides to show either the body text or the expanded text.
4134 </p>
4135
4136 <p>When the extended part is empty, the body part is chosen. Otherwise the extended part is shown.</p>
4137
4138 <table style="text-align: center;"><tr>
4139         <th>Part</th><th colspan="2">Empty?</th>
4140 </tr><tr>
4141         <td>Body</td><td>No</td><td>No</td>
4142 </tr><tr>
4143         <td>Extended</td><td>Yes</td><td>No</td>
4144 </tr><tr>
4145         <th>smartbody=</th><th>body part</th><th>extended part</th>
4146 </tr></table>
4147
4148 <h2>Example use</h2>
4149
4150 <p>The body text could be interpreted as your full text, and the extended part could be interpreted as an 'introduction' or 'exerpt', which you want to show on the front page.</p>
4151 <p>In the template used on the front page, you would use <tt>&lt;%smartbody%&gt;</tt> to insert an excerpt (if there is one), or the full text (if no excerpt). In the template for detailed items, <tt>&lt;%body%&gt;</tt> can then be used instead of the usual <tt>&lt;%body%&gt;</tt> + <tt>&lt;%more%&gt;</tt>, since <tt>&lt;%body%&gt;</tt> will contain the full item anyway.</p>
4152
4153
4154
4155
4156 </div>
4157
4158
4159 <div class="page">
4160 <a name="templatevar-morelink"></a>
4161 <h1>Templatevar: morelink</h1>
4162
4163 <p>
4164 Inserts a link to the detail page for the item, as defined in the template (<a href="#templatemorelink">link to extended entry</a>). This is empty when there is no extended part.
4165 </p>
4166
4167 <p>Note that the contents of the 'link to extended entry' templatepart is also parsed and can thus also contain <a href="#templatevars-overview">templatevariables</a>.</p>
4168 </div>
4169
4170
4171 <div class="page">
4172 <a name="templatevar-date"></a>
4173 <h1>Templatevar: date</h1>
4174
4175 <p>
4176 Inserts a date using the <a href="#templatedatetime">date format specified in the template</a>. Optionally, a custom date format can be given as a parameter.
4177 </p>
4178
4179 <h2>Arguments</h2>
4180 <p>Optional
4181         <ul>
4182                 <li><strong><i>format</i></strong>: format to be used to format the date</li>
4183         </ul>
4184 </p>
4185
4186 <h2>Specials</h2>
4187
4188 <p>Four special parameters are possible:</p>
4189 <ol>
4190  <li><code>rfc822</code>: RFC822 date in local time</li>
4191  <li><code>rfc822GMT</code>: RFC date in GMT time</li>
4192  <li><code>iso8601</code>: ISO-8601 date (<a href="http://www.w3.org/TR/NOTE-datetime">W3C Date and Time Format</a> profile). Example: 2002-10-02T10:00:00-05:00</li>
4193  <li><code>utc</code>: Same as iso8601, but the date is expressed in UTC, using a "Z" for the timezone indicator.</li>
4194 </ol>
4195
4196 <h2>Examples</h2>
4197 <pre>
4198 &lt;%date%&gt;
4199 &lt;%date(%x)%&gt;
4200 &lt;%date(rfc822)%&gt;
4201 &lt;%date(rfc822GMT)%&gt;
4202 </pre>
4203
4204
4205 </div>
4206
4207 <div class="page">
4208 <a name="templatevar-time"></a>
4209 <h1>Templatevar: time</h1>
4210
4211 <p>
4212 Inserts a time using the <a href="#templatedatetime">time format specified in the template</a>. Optionally, a custom time format can be given as a parameter.
4213 </p>
4214
4215 <h2>Arguments</h2>
4216 <p>Optional
4217         <ul>
4218                 <li><strong><i>format</i></strong>: format to be used to format the time</li>
4219         </ul>
4220 </p>
4221
4222 <h2>Examples</h2>
4223 <pre>
4224 &lt;%time%&gt;
4225 &lt;%time(%X)%&gt;
4226 </pre>
4227
4228 </div>
4229
4230
4231 <div class="page">
4232 <a name="templatevar-comments"></a>
4233 <h1>Templatevar: comments</h1>
4234
4235 <p>
4236 Inserts a comments 'block'. <a href="#templatecomments">More information about the structure of this block</a>.
4237 </p>
4238
4239 <h2>Arguments</h2>
4240 <p>Optional:
4241         <table><tr>
4242                 <th>Name</th>
4243                 <th>Contents</th>
4244         </tr><tr>
4245                 <td>MaxToShow</td>
4246                 <td>Amount of comments to show (when set, this overrides the <a href="#blogmaxcomments">max. comments blogsetting</a>)</td>
4247         </tr></table>
4248 </p>
4249
4250 <h2>Examples</h2>
4251
4252 <pre>
4253 &lt;%comments%&gt;
4254 &lt;%comments(5)%&gt;
4255 </pre>
4256
4257 </div>
4258
4259
4260 <div class="page">
4261 <a name="templatevar-syndicate_title"></a>
4262 <h1>Templatevar: syndicate_title</h1>
4263
4264 <p>
4265 Inserts the title of the item, with HTML tags-stripped off, and shortened to 100 characters. When the text needs to be shortened, "..." is added at the end of the text.
4266 </p>
4267
4268 <p>
4269 This variable was originally intended for use in the XML-RSS skin that comes with Nucleus, but can also be of use in other situations.
4270 </p>
4271
4272 <h2>Arguments</h2>
4273 <ul>
4274         <li>
4275                 <p>Optional:</p>
4276                 <table><tr>
4277                         <th>Name</th>
4278                         <th>Contents</th>
4279                 </tr><tr>
4280                         <td>MaxChars</td>
4281                         <td>Maximum amount of characters to keep (defaults to 100)</td>
4282                 </tr></table>
4283         </li>
4284 </ul>
4285
4286 <h2>Examples</h2>
4287
4288 <pre>
4289 &lt;%syndicate_title%&gt;
4290 &lt;%syndicate_title(25)%&gt;
4291 </pre>
4292
4293 </div>
4294
4295 <div class="page">
4296 <a name="templatevar-syndicate_description"></a>
4297 <h1>Templatevar: syndicate_description</h1>
4298
4299 <p>
4300 Inserts the body of the item, with HTML tags-stripped off, and shortened to 250 characters. When the text needs to be shortened, "..." is added at the end of the text.
4301 </p>
4302
4303 <p>
4304 This variable was originally intended for use in the XML-RSS skin that comes with Nucleus, but can also be of use in other situations.
4305 </p>
4306
4307 <h2>Arguments</h2>
4308 <ul>
4309         <li>
4310                 <p>Optional:</p>
4311                 <table><tr>
4312                         <th>Name</th>
4313                         <th>Contents</th>
4314                 </tr><tr>
4315                         <td>MaxChars</td>
4316                         <td>Maximum amount of characters to keep (defaults to 250)</td>
4317                 </tr></table>
4318         </li>
4319 </ul>
4320
4321 <h2>Examples</h2>
4322
4323 <pre>
4324 &lt;%syndicate_description%&gt;
4325 &lt;%syndicate_description(25)%&gt;
4326 </pre>
4327
4328 </div>
4329
4330
4331 <div class="page">
4332 <a name="templatevar-image"></a>
4333 <h1>Templatevar: image</h1>
4334
4335 <p>Inserts an inline image into an item body or template.</p>
4336
4337 <p>In normal use, the image-templatevar is generated automatically when adding images through the media library. You can call it from within templates too, though. Note that in this last case, the image will come out of the media dir of the current item's author.</p>
4338
4339 <h2>Arguments</h2>
4340 <ul>
4341         <li>
4342                 <p>Required:</p>
4343                 <table><tr>
4344                         <th>Name</th>
4345                         <th>Contents</th>
4346                 </tr><tr>
4347                         <td>filename</td>
4348                         <td>Name of the image file (file gets)</td>
4349                 </tr><tr>
4350                         <td>width</td>
4351                         <td>Width of the image (pixels or percentage)</td>
4352                 </tr><tr>
4353                         <td>height</td>
4354                         <td>Height of the image</td>
4355                 </tr><tr>
4356                         <td>text</td>
4357                         <td>alt-text for the image</td>
4358                 </tr></table>
4359         </li>
4360         <li><strong>Note:</strong> for the image, popup and media tags, the parameters must be separated by the '|' character, <em>not</em> by a comma!</li>
4361 </ul>
4362
4363 <h2>Examples</h2>
4364
4365 <pre>
4366 &lt;%image(myphoto.jpg|100|200|this is me)%&gt;
4367 &lt;%image(myphoto.jpg|50%|50%|this is me, but smaller)%&gt;
4368 </pre>
4369
4370 </div>
4371
4372
4373
4374 <div class="page">
4375 <a name="templatevar-popup"></a>
4376 <h1>Templatevar: popup</h1>
4377
4378 <p>Inserts a popup image into an item body or template.</p>
4379
4380 <p>In normal use, the popup-templatevar is generated automatically when adding images through the media library. You can call it from within templates too, though. Note that in this last case, the image will come out of the media dir of the current item's author.</p>
4381
4382 <h2>Arguments</h2>
4383 <ul>
4384         <li>
4385                 <p>Required:</p>
4386                 <table><tr>
4387                         <th>Name</th>
4388                         <th>Contents</th>
4389                 </tr><tr>
4390                         <td>filename</td>
4391                         <td>Name of the image file (file gets)</td>
4392                 </tr><tr>
4393                         <td>width</td>
4394                         <td>Width of the image (pixels or percentage)</td>
4395                 </tr><tr>
4396                         <td>height</td>
4397                         <td>Height of the image</td>
4398                 </tr><tr>
4399                         <td>text</td>
4400                         <td>alt-text for the image</td>
4401                 </tr></table>
4402         </li>
4403         <li><strong>Note:</strong> for the image, popup and media tags, the parameters must be separated by the '|' character, <em>not</em> by a comma!</li>
4404 </ul>
4405
4406 <h2>Examples</h2>
4407
4408 <pre>
4409 &lt;%popup(myphoto.jpg|100|200|this is me)%&gt;
4410 &lt;%popup(myphoto.jpg|50%|50%|this is me, but smaller)%&gt;
4411 </pre>
4412
4413 </div>
4414
4415
4416
4417 <div class="page">
4418 <a name="templatevar-media"></a>
4419 <h1>Templatevar: media</h1>
4420
4421 <p>Inserts a media object into an item body or template.</p>
4422
4423 <p>In normal use, the media-templatevar is generated automatically when adding images through the media library. You can call it from within templates too, though. Note that in this last case, the object will come out of the media dir of the current item's author.</p>
4424
4425 <h2>Arguments</h2>
4426 <ul>
4427         <li>
4428                 <p>Required:</p>
4429                 <table><tr>
4430                         <th>Name</th>
4431                         <th>Contents</th>
4432                 </tr><tr>
4433                         <td>filename</td>
4434                         <td>Name of the image file (file gets)</td>
4435                 </tr><tr>
4436                         <td>text</td>
4437                         <td>descriptive text for the media object</td>
4438                 </tr></table>
4439         </li>
4440         <li><strong>Note:</strong> for the image, popup and media tags, the parameters must be separated by the '|' character, <em>not</em> by a comma!</li>
4441 </ul>
4442
4443 <h2>Examples</h2>
4444
4445 <pre><code>&lt;%media(mysong.mp3|listen to my new song)%&gt;</code></pre>
4446
4447 </div>
4448
4449
4450 <div class="page">
4451 <a name="templatevar-edit"></a>
4452 <h1>Templatevar: edit</h1>
4453
4454 <p>
4455 From within your template, you can add an 'edit item' link by using this template variable. By default, it will link to a popup-bookmarklet-window, but that behaviour can be changed through the <a href="#templateeditlink">editlink template</a>.
4456 </p>
4457
4458 <p><strong>Note:</strong> only logged in members that are allowed to edit the item will see this link. In other cases, the edit-templatevar does nothing at all.</p>
4459
4460 <h2>Example</h2>
4461 <p>An example for the item body template</p>
4462 <pre><code>&lt;h1&gt;&lt;%title%&gt;&lt;/h1&gt;
4463 &lt;p&gt;&lt;%body%&gt; &lt;%morelink%&gt;&lt;/p&gt;
4464 &lt;div class="metadata"&gt;
4465         &lt;%edit%&gt; &lt;%comments%&gt;
4466 &lt;/div&gt;</code></pre>
4467
4468 <h2>Results in</h2>
4469
4470 <div class="example">
4471 <h4 style="margin:2px;">Title</h4>
4472 <p style="margin:2px;">This is an item</p>
4473 <div style="margin:2px;"><a href="#templatevar-edit">edit</a> - <a href="#templatevar-edit">5 comments</a></div>
4474 </div>
4475
4476 </div>
4477
4478
4479 <div class="page">
4480 <a name="templatevar-editlink"></a>
4481 <h1>Templatevar: editlink</h1>
4482
4483 <p>
4484 Insert a link to the 'edit item' bookmarklet. This can be used in the <a href="#templateeditlink">editlink template</a> for simplicity.
4485 </p>
4486
4487 <h2>Example</h2>
4488
4489 <p>The <a href="#templateeditlink">'edit link'-template</a> could look like this:</p>
4490 <pre>
4491 &lt;a href="&lt;%editlink%&gt;"
4492    onclick="&lt;%editpopupcode%&gt;"&gt;edit&lt;/a&gt; -
4493 </pre>
4494
4495 </div>
4496
4497
4498 <div class="page">
4499 <a name="templatevar-editpopupcode"></a>
4500 <h1>Templatevar: editpopupcode</h1>
4501
4502 <p>
4503 To open a popup window for the 'edit link' window, you'll need to add some javascript code to your link. To avoid having to enter this code in the 'edit link'-template, you can insert it using the editpopupcode-templatevar.
4504 </p>
4505
4506 <h2>Example</h2>
4507 <p>See the example for the <a href="#templatevar-editlink">editlink templatevar</a></p>
4508 </div>
4509
4510
4511
4512 <div class="page">
4513 <a name="plugins"></a>
4514 <h1>Plugins</h1>
4515 <p>
4516 Nucleus allows you to install custom plugins, adding extra functionality. Plugins can do different things:
4517 </p>
4518 <ol>
4519         <li>Act as a skin variable</li>
4520         <li>Act as a template variable</li>
4521         <li>Hook into events generated by Nucleus. The 'move up' and 'move down' links in 'manage plugins' screen can be used to define the order in which plugins will be called when such an event occurs. The first plugin in the list will be called first, the last one will be called last.</li>
4522         <li>Act as actors when called through <tt>action.php</tt></li>
4523 </ol>
4524 <p>
4525 Note that the responsibility for plugins is entirely with the plugin author. He should make sure that everything works fine.
4526 </p>
4527 <a name="getplugins"></a>
4528 <p>
4529 There are two main repositories where you can find plugins for Nucleus CMS:
4530 </p>
4531 <ul>
4532         <li><a href="http://wiki.nucleuscms.org/plugin" title="Plugin Wiki">English</a></li>
4533         <li><a href="http://japan.nucleuscms.org/wiki/plugins" title="Japanese Plugin Wiki">Japanese</a></li>
4534 </ul>
4535 <p>
4536 Neither or these repositories is entirely complete. You will find some plugins in one, but not in the other, and vice versa. 
4537 Do not be scared off of one or the other on account of locale, as there are a few free translation services on the Internet that 
4538 will help you get by.
4539 </p>
4540 Another resource that will help you while working with plugins is the search function at the 
4541 <a href="http://forum.nucleuscms.org/" title="Support Forum">support forum</a>. You will even find some 
4542 smaller plugins on the forum that never made it to the wiki.
4543 <p>
4544 </p>
4545 </div>
4546
4547 <div class="page">
4548 <a name="parser-properties"></a>
4549 <a name="includemode"></a>
4550 <a name="includeprefix"></a>
4551 <h1>Parser Properties</h1>
4552
4553 <p>The available parser options are described below.</p>
4554
4555 <table>
4556  <caption>Parser properties</caption>
4557  <tr>
4558         <th>Option Name</th>
4559         <th>Values</th>
4560  </tr><tr>
4561         <td>IncludeMode</td>
4562         <td>
4563                 <ul>
4564                         <li><strong>normal</strong>: normal behaviour; included files are taken relative to the directory/url of the .php file generating the page.</li>
4565                         <li><strong>skindir</strong>: included files are taken relative to the skindir/skinurl</li>
4566                 </ul>
4567                 <p>This property affects the following skinvars: <a href="#skinvar-include">include</a>, <a href="#skinvar-phpinclude">phpinclude</a>, <a href="#skinvar-parsedinclude">parsedinclude</a>, <a href="#skinvar-nucleusbutton">nucleusbutton</a></p>
4568         </td>
4569  </tr><tr>
4570         <td>IncludePrefix</td>
4571         <td>
4572                 <p>This property is a prefix that get's added in front of each filename you want to include. For example, if the prefix is <tt>base/</tt> and you want to include <tt>somefile.txt</tt>, you'll end up including <tt>base/somefile.txt</tt></p>
4573                 <p>This property is intended to be used in conjunction with the IncludeMode property. This way, a skin imported to <tt><em>skindir/</em>somename/</tt> can set <tt>IncludeMode</tt> to <tt>skindir</tt> and <tt>IncludePrefix</tt> to <tt>somename/</tt></p>
4574                 <p>This property affects the following skinvars: <a href="#skinvar-include">include</a>, <a href="#skinvar-phpinclude">phpinclude</a>, <a href="#skinvar-parsedinclude">parsedinclude</a>, <a href="#skinvar-nucleusbutton">nucleusbutton</a></p>
4575         </td>
4576   </tr>
4577 </table>
4578
4579 <p>The <tt>IncludePrefix</tt> and <tt>IncludeMode</tt> properties can be set globally for a skin in the general settings of a skin. Also note that from the moment a property is set, it applies to all parsed data, thus also for templates.</p>
4580
4581 </div>
4582
4583 <div class="page">
4584 <a id="adminskinvar-actionurl" name="adminskinvar-actionurl"></a>
4585 <h1>AdminSkinvar: actionurl</h1>
4586 <p>The contents of $CONF['ActionURL'] are indicated.</p>
4587 <h2>Arguments</h2>
4588 <p>None</p>
4589 <h2>Skintypes</h2>
4590 <p>All</p>
4591 <h2>Examples</h2>
4592 <pre>
4593 &lt;%actionurl%&gt;
4594 </pre>
4595 </div>
4596
4597 <div class="page">
4598 <a id="adminskinvar-addtickettourl" name="adminskinvar-addtickettourl"></a>
4599 <h1>AdminSkinvar: addtickettourl</h1>
4600 <p>A ticket is added to URL to which it was given.</p>
4601 <h2>Arguments</h2>
4602 <p>URL</p>
4603 <h2>Skintypes</h2>
4604 <p>All</p>
4605 <h2>Examples</h2>
4606 <pre>
4607 &lt;%addtickettourl(index.php)%&gt;
4608 </pre>
4609 </div>
4610
4611 <div class="page">
4612 <a id="adminskinvar-adminurl" name="adminskinvar-adminurl"></a>
4613 <h1>AdminSkinvar: adminurl</h1>
4614 <p>The contents of $CONF['AdminURL'] are indicated.</p>
4615 <h2>Arguments</h2>
4616 <p>None</p>
4617 <h2>Skintypes</h2>
4618 <p>All</p>
4619 <h2>Examples</h2>
4620 <pre>
4621 &lt;%adminurl%&gt;
4622 </pre>
4623 </div>
4624
4625 <div class="page">
4626 <a id="adminskinvar-codename" name="adminskinvar-codename"></a>
4627 <h1>AdminSkinvar: codename</h1>
4628 <p>The contents of $nucleus['codename'] are indicated.</p>
4629 <h2>Arguments</h2>
4630 <p>None</p>
4631 <h2>Skintypes</h2>
4632 <p>All</p>
4633 <h2>Examples</h2>
4634 <pre>
4635 &lt;%codename%&gt;
4636 </pre>
4637 </div>
4638
4639 <div class="page">
4640 <a id="adminskinvar-date" name="adminskinvar-date"></a>
4641 <h1>AdminSkinvar: date</h1>
4642 <p>Formatted datetime is indicated.</p>
4643 <h2>Arguments</h2>
4644 <p>date format</p>
4645 <h2>Skintypes</h2>
4646 <p>All</p>
4647 <h2>Examples</h2>
4648 <pre>
4649 &lt;%date(c)%&gt;
4650 </pre>
4651 </div>
4652
4653 <div class="page">
4654 <a id="adminskinvar-extrahead" name="adminskinvar-extrahead"></a>
4655 <h1>AdminSkinvar: extrahead</h1>
4656 <p>The contents of extra &lt;head&gt; contents are indicated.</p>
4657 <h2>Arguments</h2>
4658 <p>None</p>
4659 <h2>Skintypes</h2>
4660 <p>All</p>
4661 <h2>Examples</h2>
4662 <pre>
4663 &lt;%extrahead%&gt;
4664 </pre>
4665 </div>
4666
4667 <div class="page">
4668 <a id="adminskinvar-headmessage" name="adminskinvar-headmessage"></a>
4669 <h1>AdminSkinvar: headmessage</h1>
4670 <p>Adminpagr headmessage is indicated.</p>
4671 <h2>Arguments</h2>
4672 <p>None</p>
4673 <h2>Skintypes</h2>
4674 <p>All</p>
4675 <h2>Examples</h2>
4676 <pre>
4677 &lt;%headmessage%&gt;
4678 </pre>
4679 </div>
4680
4681 <div class="page">
4682 <a id="adminskinvar-helplink" name="adminskinvar-helplink"></a>
4683 <h1>AdminSkinvar: helplink</h1>
4684 <p>Link to help topic is indicated.</p>
4685 <h2>Arguments</h2>
4686 <p>topic</p>
4687 <h2>Skintypes</h2>
4688 <p>All</p>
4689 <h2>Examples</h2>
4690 <pre>
4691 &lt;%helplink(adminskinvar-helplink)%&gt;
4692 </pre>
4693 </div>
4694
4695 <div class="page">
4696 <a id="adminskinvar-member" name="adminskinvar-member"></a>
4697 <h1>AdminSkinvar: member</h1>
4698 <p>Member information is indicated.</p>
4699 <h2>Arguments</h2>
4700         <p>Required:</p>
4701         <table><tr>
4702                 <th>Name</th>
4703                 <th>Contents</th>
4704         </tr><tr>
4705                 <td>name</td>
4706                 <td>Display name of member</td>
4707         </tr><tr>
4708                 <td>realname</td>
4709                 <td>Real name of member</td>
4710         </tr><tr>
4711                 <td>notes</td>
4712                 <td>Notes of member</td>
4713         </tr><tr>
4714                 <td>url</td>
4715                 <td>Site URL of member</td>
4716         </tr><tr>
4717                 <td>email</td>
4718                 <td>E-mail of member</td>
4719         </tr><tr>
4720                 <td>id</td>
4721                 <td>ID of member</td>
4722         </tr><tr>
4723                 <td>yourname</td>
4724                 <td>Display name of reading member</td>
4725         </tr><tr>
4726                 <td>yourrealname</td>
4727                 <td>Real name of reading member</td>
4728         </tr><tr>
4729                 <td>yournotes</td>
4730                 <td>Notes of reading member</td>
4731         </tr><tr>
4732                 <td>yoururl</td>
4733                 <td>Site URL of reading member</td>
4734         </tr><tr>
4735                 <td>youremail</td>
4736                 <td>E-mail of reading member</td>
4737         </tr><tr>
4738                 <td>yourid</td>
4739                 <td>ID of reading member</td>
4740         </tr><tr>
4741                 <td>yourprofileurl</td>
4742                 <td>Profile page URL of reading member</td>
4743         </tr></table>
4744 <h2>Skintypes</h2>
4745 <p>All</p>
4746 <h2>Examples</h2>
4747 <pre>
4748 &lt;%member(realname)%&gt;
4749 </pre>
4750 </div>
4751
4752 <div class="page">
4753 <a id="adminskinvar-newestcompare" name="adminskinvar-newestcompare"></a>
4754 <h1>AdminSkinvar: newestcompare</h1>
4755 <p>I inquire whether the version of the core file is the latest edition.</p>
4756 <h2>Arguments</h2>
4757 <p>None</p>
4758 <h2>Skintypes</h2>
4759 <p>All</p>
4760 <h2>Examples</h2>
4761 <pre>
4762 &lt;%newestcompare%&gt;
4763 </pre>
4764 </div>
4765
4766 <div class="page">
4767 <a id="adminskinvar-pagehead" name="adminskinvar-pagehead"></a>
4768 <h1>AdminSkinvar: pagehead</h1>
4769 <p>The contents of page header are indicated.</p>
4770 <h2>Arguments</h2>
4771 <p>None</p>
4772 <h2>Skintypes</h2>
4773 <p>All</p>
4774 <h2>Examples</h2>
4775 <pre>
4776 &lt;%pagehead%&gt;
4777 </pre>
4778 </div>
4779
4780 <div class="page">
4781 <a id="adminskinvar-pagefoot" name="adminskinvar-pagefoot"></a>
4782 <h1>AdminSkinvar: pagefoot</h1>
4783 <p>The contents of page footer are indicated.</p>
4784 <h2>Arguments</h2>
4785 <p>None</p>
4786 <h2>Skintypes</h2>
4787 <p>All</p>
4788 <h2>Examples</h2>
4789 <pre>
4790 &lt;%pagefoot%&gt;
4791 </pre>
4792 </div>
4793
4794 <div class="page">
4795 <a id="adminskinvar-qmenuaddselect" name="adminskinvar-qmenuaddselect"></a>
4796 <h1>AdminSkinvar: qmenuaddselect</h1>
4797 <p>Selection box of the blog to which an item is added on the quick menu bar.</p>
4798 <h2>Arguments</h2>
4799 <p>Template name</p>
4800 <h2>Skintypes</h2>
4801 <p>All</p>
4802 <h2>Examples</h2>
4803 <pre>
4804 &lt;%qmenuaddselect(admin/default)%&gt;
4805 </pre>
4806 </div>
4807
4808 <div class="page">
4809 <a id="adminskinvar-quickmenu" name="adminskinvar-quickmenu"></a>
4810 <h1>AdminSkinvar: quickmenu</h1>
4811 <p>The contents of quick menu bar are indicated.</p>
4812 <h2>Arguments</h2>
4813 <p>Template name</p>
4814 <h2>Skintypes</h2>
4815 <p>All</p>
4816 <h2>Examples</h2>
4817 <pre>
4818 &lt;%quickmenu(admin/default)%&gt;
4819 </pre>
4820 </div>
4821
4822 <div class="page">
4823 <a id="adminskinvar-sitevar" name="adminskinvar-sitevar"></a>
4824 <h1>AdminSkinvar: sitevar</h1>
4825 <p>Site configuration vars are indicated.</p>
4826 <h2>Arguments</h2>
4827         <p>Required:</p>
4828         <table><tr>
4829                 <th>Name</th>
4830                 <th>Contents</th>
4831         </tr><tr>
4832                 <td>url</td>
4833                 <td>$CONF['IndexURL']</td>
4834         </tr><tr>
4835                 <td>name</td>
4836                 <td>$CONF['SiteName']</td>
4837         </tr><tr>
4838                 <td>admin</td>
4839                 <td>$CONF['AdminEmail']</td>
4840         </tr><tr>
4841                 <td>adminurl</td>
4842                 <td>$CONF['AdminURL']</td>
4843         </tr></table>
4844 <h2>Skintypes</h2>
4845 <p>All</p>
4846 <h2>Examples</h2>
4847 <pre>
4848 &lt;%sitevar(adminurl)%&gt;
4849 </pre>
4850 </div>
4851
4852 <div class="page">
4853 <a id="adminskinvar-sprinttext" name="adminskinvar-sprinttext"></a>
4854 <h1>AdminSkinvar: sprinttext</h1>
4855 <p>A string produced according to the formatting string format.</p>
4856 <h2>Arguments</h2>
4857 <p>format(The fixed number or character string), args(value)</p>
4858 <h2>Skintypes</h2>
4859 <p>All</p>
4860 <h2>Examples</h2>
4861 <pre>
4862 &lt;%sprinttext(_PLUGIN_OPTIONS_TITLE,&lt;|%geteditpluginfo(name)%|&gt;)%&gt;
4863 </pre>
4864 </div>
4865
4866 <div class="page">
4867 <a id="adminskinvar-ticket" name="adminskinvar-ticket"></a>
4868 <h1>AdminSkinvar: ticket</h1>
4869 <p>"type" the attribute, "hidden", a ticket is output by a input tag.</p>
4870 <h2>Arguments</h2>
4871 <p>None</p>
4872 <h2>Skintypes</h2>
4873 <p>All</p>
4874 <h2>Examples</h2>
4875 <pre>
4876 &lt;%ticket%&gt;
4877 </pre>
4878 </div>
4879
4880 <div class="page">
4881 <a id="adminskinvar-version" name="adminskinvar-version"></a>
4882 <h1>AdminSkinvar: version</h1>
4883 <p>The contents of $nucleus['version'] are indicated.</p>
4884 <h2>Arguments</h2>
4885 <p>None</p>
4886 <h2>Skintypes</h2>
4887 <p>All</p>
4888 <h2>Examples</h2>
4889 <pre>
4890 &lt;%version%&gt;
4891 </pre>
4892 </div>
4893
4894 <div class="page">
4895 <a id="adminskinvar-versioncheckurl" name="adminskinvar-versioncheckurl"></a>
4896 <h1>AdminSkinvar: versioncheckurl</h1>
4897 <p>URL of which I inquire a newest version of a core file is output.</p>
4898 <h2>Arguments</h2>
4899 <p>None</p>
4900 <h2>Skintypes</h2>
4901 <p>All</p>
4902 <h2>Examples</h2>
4903 <pre>
4904 &lt;%versioncheckurl%&gt;
4905 </pre>
4906 </div>
4907
4908 <div class="page">
4909 <a id="adminskinvar-benchmark" name="adminskinvar-benchmark"></a>
4910 <h1>AdminSkinvar: benchmark</h1>
4911 <p>Number of issuances of generation time from access starting to the place where this skin variable was written and a query is output.</p>
4912 <h2>Arguments</h2>
4913 <p>None</p>
4914 <h2>Skintypes</h2>
4915 <p>All</p>
4916 <h2>Examples</h2>
4917 <pre>
4918 &lt;%benchmark%&gt;
4919 </pre>
4920 </div>
4921
4922 <div class="page">
4923 <a id="adminskinvar-charset" name="adminskinvar-charset"></a>
4924 <h1>AdminSkinvar: charset</h1>
4925 <p>Character code for page indication.</p>
4926 <h2>Arguments</h2>
4927 <p>None</p>
4928 <h2>Skintypes</h2>
4929 <p>All</p>
4930 <h2>Examples</h2>
4931 <pre>
4932 &lt;%charset%&gt;
4933 </pre>
4934 </div>
4935
4936 <div class="page">
4937 <a id="adminskinvar-if" name="adminskinvar-if"></a>
4938 <a id="adminskinvar-else" name="adminskinvar-else"></a>
4939 <a id="adminskinvar-endif" name="adminskinvar-endif"></a>
4940 <a id="adminskinvar-ifnot" name="adminskinvar-ifnot"></a>
4941 <a id="adminskinvar-elseifnot" name="adminskinvar-elseifnot"></a>
4942 <a id="adminskinvar-elseif" name="adminskinvar-elseif"></a>
4943 <h1>AdminSkinvars: if/ifnot/else/elseif/elseifnot/endif</h1>
4944
4945 <p>Inserts a content block only when certain conditions are fullfilled. Can be used in the item and comment fields of templates as of 3.60, as well as in Item bodies (same as item template fields).</p>
4946
4947 <h2>Arguments</h2>
4948 <p>Only the <code>if</code>, <code>ifnot</code>, <code>elseif</code>, and <code>elseifnot</code> skinvars have options</p>
4949
4950
4951 <ul>
4952         <li><strong>type</strong>: type of condition</li>
4953         <li><em>name</em>: name of option (optional)</li>
4954         <li><em>value</em>: value to be checked (optional)</li>
4955 </ul>
4956
4957 <h2>Condition types</h2>
4958
4959 <ul>
4960         <li><strong>category</strong>: condition is fullfilled when a category is selected
4961                 <ul>
4962                         <li><strong>category</strong>: checks if any category is selected</li>
4963                         <li><strong>category,catname,<em>CategoryName</em></strong>: checks if the current category is <em>CategoryName</em></li>
4964                         <li><strong>category,catid,<em>CategoryId</em></strong>: checks if the current category is <em>CategoryId</em></li>
4965                 </ul>
4966         </li>
4967         <li><strong>blogsetting</strong>: checks if the value <em>name</em> blogsetting equals <em>value</em> (the name is the column name from the nucleus_blog sql table)</li>
4968         <li><strong>loggedin</strong>: condition is fullfilled if visiting member is currently logged in</li>
4969         <li><strong>onteam</strong>: condition is fullfilled if visiting member is currently logged in &amp; member of the blog team of the current blog (or the blog given in the <em>name</em> parameter)</li>
4970         <li><strong>admin</strong>: condition is fullfilled if visiting member is currently logged in &amp; member with blog admin rights to the current blog (or the blog given in the <em>name</em> parameter)</li>
4971         <li><strong>superadmin</strong>: condition is fullfilled if visiting member is currently logged in &amp; member with admin rights to the site</li>
4972         <li><strong>nextitem</strong>: true if there is a more recent item available for the current weblog (item skintype)</li>
4973         <li><strong>previtem</strong>: true if there is an older item available for the current weblog (item skintype)</li>
4974         <li><strong>archivenextexists</strong>: true if there is a more recent archive available for the current weblog (archive skintype)</li>
4975         <li><strong>archiveprevexists</strong>: true if there is an older archive available for the current weblog (archive skintype)</li>
4976         <li><strong>skintype</strong>: checks if the current skin type is equal to <em>value</em> (index, search, item, archive, archivelist, ...). For special skin parts, the skin type is the name of the special skin part.</li>
4977         <li><strong>hasplugin</strong>: checks if the a plugin is installed, or if a plugin option has been set to a specific value
4978                 <ul>
4979                         <li><strong>hasplugin,<em>PluginName</em></strong>: checks if plugin is available</li>
4980                         <li><strong>hasplugin,<em>PluginName</em>,<em>OptionName</em></strong>: checks if a plugin option is not set to 'no'</li>
4981                         <li><strong>hasplugin,<em>PluginName</em>,<em>OptionName=value</em></strong>: checks if a plugin option is set to a specific value</li>
4982                 </ul>
4983         </li>
4984         <li><strong>adminaction</strong>: checks if the action query of URL is equal to <em>value</em>.</li>
4985         <li><strong>adminoldaction</strong>: checks if the original action query of URL is equal to <em>value</em>.</li>
4986         <li><strong>addresschange</strong>: checks if there change in the address of the member.</li>
4987         <li><strong>bechangepass</strong>: checks if have to change the password.</li>
4988         <li><strong>skincandidates</strong>: checks if skin overlap.</li>
4989         <li><strong>nameclashes</strong>: checks if member name overlap.</li>
4990         <li><strong>existsnewplugin</strong>: checks if plugin of non-installation in a plugin directory.</li>
4991         <li><strong>autosave</strong>: checks if autosave of the article which is being edited.</li>
4992         <li><strong>itemproperty</strong>: checks whether the contents of a property of an item "$name" are equal to $value.</li>
4993 </ul>
4994 <h2>Skintypes</h2>
4995 <p>All</p>
4996 <h2>Examples</h2>
4997 <pre>
4998 &lt;%if(superadmin)%&gt;
4999 non-installed plugin list overview &amp; installed plugin list overview
5000 &lt;else&gt;
5001 installed plugin list overview only
5002 &lt;%endif%&gt;
5003 </pre>
5004 </div>
5005
5006 <div class="page">
5007 <a id="adminskinvar-include" name="adminskinvar-include"></a>
5008 <h1>AdminSkinvar: include</h1>
5009 <p>
5010 Includes a textfile into the output. The contents of the file is not parsed in any way, so you cannot use skin/templatevars or use PHP code (see <a href="#adminskinvar-parsedinclude">parsedinclude</a> and <a href="#adminskinvar-phpinclude">phpinclude</a> if you want parsed includes)
5011 </p>
5012 <h2>Arguments</h2>
5013 <ul>
5014         <li><strong>filename</strong>: the name of the file to be included (either relative to the position of index.php, or absolute). Note that an URL can also be used here.</li>
5015 </ul>
5016 <h2>Notes</h2>
5017 <ul>
5018         <li>This tag is affected by the <a href="#parser-properties">parser settings <code>IncludeMode</code> and <code>IncludePrefix</code></a></li>
5019 </ul>
5020 <h2>Skintypes</h2>
5021 <p>All</p>
5022 <h2>Examples</h2>
5023 <pre>
5024 &lt;%include(filename.txt)%&gt;
5025 &lt;%include(/home/user/myself/filename.txt)%&gt;
5026 &lt;%include(http://mydomain.com/filename.html)%&gt;
5027 </pre>
5028 </div>
5029
5030 <div class="page">
5031 <a id="adminskinvar-locale" name="adminskinvar-locale"></a>
5032 <h1>AdminSkinvar: locale</h1>
5033 <p>The present locale based on a site's establishing it is output.</p>
5034 <h2>Arguments</h2>
5035 <p>None</p>
5036 <h2>Skintypes</h2>
5037 <p>All</p>
5038 <h2>Examples</h2>
5039 <pre>
5040 &lt;%locale%&gt;
5041 </pre>
5042 </div>
5043
5044 <div class="page">
5045 <a id="adminskinvar-parsedinclude" name="adminskinvar-parsedinclude"></a>
5046 <h1>AdminSkinvar: parsedinclude</h1>
5047 <p>Includes a file into the output. The contents of the file is parsed by the Nucleus skin/template parser, so you can use skin/templatevars. (see <a href="#skinvar-phpinclude">phpinclude</a> and <a href="#skinvar-include">include</a> for other include options)</p>
5048 <h2>Arguments</h2>
5049 <ul>
5050         <li><strong>filename</strong>: the name of the file to be included (either relative to the position of index.php, or absolute)</li>
5051 </ul>
5052 <h2>Notes</h2>
5053 <ul>
5054         <li>This tag is affected by the <a href="#parser-properties">parser settings <code>IncludeMode</code> and <code>IncludePrefix</code></a></li>
5055         <li>From inside the included file, you can call <code>&lt;%parsedinclude(filename)%&gt;</code> again. To avoid endless loops, the maximum depth level you can go is 3.</li>
5056 </ul>
5057 <h2>Skintypes</h2>
5058 <p>
5059 all
5060 </p>
5061 <h2>Examples</h2>
5062 <pre>
5063 &lt;%parsedinclude(filename.txt)%&gt;
5064 &lt;%parsedinclude(/home/user/myself/filename.txt)%&gt;
5065 </pre>
5066 </div>
5067
5068 <div class="page">
5069 <a id="adminskinvar-phpinclude" name="adminskinvar-phpinclude"></a>
5070 <h1>AdminSkinvar: phpinclude</h1>
5071 <p>Includes a php-file into the output. The contents of the file is parsed by the PHP parser, so be careful. Nucleus skin/templatevars are <b>not</b> parsed! (see <a href="#skinvar-parsedinclude">parsedinclude</a> and <a href="#skinvar-include">include</a> for other include options).</p>
5072 <h2>Arguments</h2>
5073 <ul>
5074         <li><strong>filename</strong>: the name of the file to be included (either relative to the position of index.php, or absolute)</li>
5075 </ul>
5076 <h2>Notes</h2>
5077 <ul>
5078         <li>This tag is affected by the <a href="#parser-properties">parser settings <code>IncludeMode</code> and <code>IncludePrefix</code></a></li>
5079         <li>Your file will be included using the standard php <code>include()</code> command. This command will be called from <em>inside</em> a class method, so <strong>you'll need to declare which global variables you want to access</strong> yourself. Most of the <a href="#skinvar-phpinclude-vars">standard variables</a> are automatically declared global by Nucleus itself.</li>
5080 </ul>
5081 <h2>Skintypes</h2>
5082 <p>all</p>
5083 <h2>Examples</h2>
5084 <pre>
5085 <code>&lt;%phpinclude(filename.php)%&gt;
5086 &lt;%phpinclude(/home/user/myself/filename.php)%&gt;</code>
5087 </pre>
5088 </div>
5089
5090 <div class="page">
5091 <a id="adminskinvar-set" name="adminskinvar-set"></a>
5092 <h1>AdminSkinvar: set</h1>
5093 <p>
5094 Sets a <a href="#parser-properties" title="A list of available parser properties">parser property</a>.
5095 </p>
5096 <h2>Arguments</h2>
5097 <p>
5098         <ul>
5099                 <li><strong>property</strong>: name of the property</li>
5100                 <li><strong>value</strong>: value of the property</li>
5101         </ul>
5102 </p>
5103 <h2>Skintypes</h2>
5104 <p>all</p>
5105 <h2>Examples</h2>
5106 <pre>
5107 &lt;%set(IncludeMode,skindir)%&gt;
5108 &lt;%set(IncludePrefix,somedir/)%&gt;
5109 </pre>
5110 </div>
5111
5112 <div class="page">
5113 <a name="adminskinvar-skinfile"></a>
5114 <h1>AdminSkinvar: skinfile</h1>
5115 <p>Used by imported skins to put a link relative to the skins-URL. Use it in conjunction with the <tt>IncludePrefix</tt> <a href="#parser-properties">parser property</a> to get the best results</p>
5116 <h2>Arguments</h2>
5117 <p>
5118         <ul>
5119                 <li><strong>filename</strong>: filename of which you want the correct URL</li>
5120         </ul>
5121 </p>
5122 <h2>Skintypes</h2>
5123 <p>all</p>
5124 <h2>Examples</h2>
5125 <pre>
5126 &lt;%skinfile(mystyle.css)%&gt;
5127 </pre>
5128 </div>
5129
5130 <div class="page">
5131 <a id="adminskinvar-text" name="adminskinvar-text"></a>
5132 <h1>AdminSkinvar: text</h1>
5133 <p>Constant which is already defined is output.</p>
5134 <h2>Arguments</h2>
5135 <p>Constant</p>
5136 <h2>Skintypes</h2>
5137 <p>All</p>
5138 <h2>Examples</h2>
5139 <pre>
5140 &lt;%text(_ADMINPAGEFOOT_DONATE)%&gt;
5141 </pre>
5142 </div>
5143
5144 <div class="page">
5145 <a id="adminskinvar-actionloglist" name="adminskinvar-actionloglist"></a>
5146 <h1>AdminSkinvar: actionloglist</h1>
5147 <p>actionloglist is output.</p>
5148 <h2>Arguments</h2>
5149 <p>TemplateName</p>
5150 <h2>Skintypes</h2>
5151 <p>
5152 actionlog
5153 </p>
5154 <h2>Examples</h2>
5155 <pre>
5156 &lt;%actionloglist(admin/default)%&gt;
5157 </pre>
5158 </div>
5159
5160
5161 <div class="page">
5162 <a id="adminskinvar-activationmessage" name="adminskinvar-activationmessage"></a>
5163 <h1>AdminSkinvar: activationmessage</h1>
5164 <p>activationmessage is output.</p>
5165 <h2>Arguments</h2>
5166 <p>
5167         type, TemplateName
5168         <ul>
5169                 <li>type:template type
5170                         <ul>
5171                                 <li>title:activation welcome message</li>
5172                                 <li>body:activation confirming message</li>
5173                                 <li>ackey:activation key</li>
5174                         </ul>
5175                 </li>
5176                 <li>TemplateName:template name</li>
5177         </ul>
5178 </p>
5179 <h2>Skintypes</h2>
5180 <p>
5181 activate
5182 </p>
5183 <h2>Examples</h2>
5184 <pre>
5185 &lt;%activationmessage(text,admin/default)%&gt;
5186 </pre>
5187 </div>
5188
5189
5190 <div class="page">
5191 <a id="adminskinvar-eventformextra" name="adminskinvar-eventformextra"></a>
5192 <h1>AdminSkinvar: eventformextra</h1>
5193 <p>Make a formextra event occur.</p>
5194 <h2>Arguments</h2>
5195 <p>
5196 form type
5197 <ul>
5198 <li>activation : for activate skintype.</li>
5199 <li>membermailform-notloggedin : for createaccountinput skintype.</li>
5200 </ul>
5201 </p>
5202 <h2>Skintypes</h2>
5203 <p>
5204 <ul>
5205 <li>activate</li>
5206 <li>createaccountinput</li>
5207 </ul>
5208 </p>
5209 <h2>Examples</h2>
5210 <pre>
5211 &lt;%eventformextra(activation)%&gt;
5212 </pre>
5213 </div>
5214
5215
5216 <div class="page">
5217 <a id="adminskinvar-getblogsetting" name="adminskinvar-getblogsetting"></a>
5218 <h1>AdminSkinvar: getblogsetting</h1>
5219 <p>Blogsettings is output.</p>
5220 <h2>Arguments</h2>
5221 <p>
5222 <ul>
5223 <li>id:blog ID</li>
5224 <li>url:blog URL</li>
5225 <li>name:blog Name</li>
5226 <li>desc:blog Description</li>
5227 <li>short:blog Short Name</li>
5228 <li>notifyaddress:blog admin notify address</li>
5229 <li>maxcomments:blog Max Comments</li>
5230 <li>updatefile:Update File</li>
5231 <li>timeoffset:Time Offset</li>
5232 </ul>
5233 </p>
5234 <h2>Skintypes</h2>
5235 <p>
5236 addnewlog
5237 </p>
5238 <h2>Examples</h2>
5239 <pre>
5240 &lt;%getblogsetting(url)%&gt;
5241 </pre>
5242 </div>
5243
5244
5245 <div class="page">
5246 <a id="adminskinvar-blogsetting" name="adminskinvar-blogsetting"></a>
5247 <h1>AdminSkinvar: blogsetting</h1>
5248 <p>Blogsettings is output.</p>
5249 <h2>Arguments</h2>
5250 <p>
5251 <ul>
5252 <li>id:blog ID</li>
5253 <li>url:blog URL</li>
5254 <li>name:blog Name</li>
5255 <li>desc:blog Description</li>
5256 <li>short:blog Short Name</li>
5257 <li>notifyaddress:blog admin notify address</li>
5258 <li>maxcomments:blog Max Comments</li>
5259 <li>updatefile:Update File</li>
5260 <li>timeoffset:Time Offset</li>
5261 </ul>
5262 </p>
5263 <h2>Skintypes</h2>
5264 <p>
5265 addnewlog
5266 banlistnew
5267 blogsettings
5268 deleteblog
5269 manageteam
5270 teamdelete
5271 </p>
5272 <h2>Examples</h2>
5273 <pre>
5274 &lt;%blogsetting(url)%&gt;
5275 </pre>
5276 </div>
5277
5278
5279 <div class="page">
5280 <a id="adminskinvar-requestblogid" name="adminskinvar-requestblogid"></a>
5281 <h1>AdminSkinvar: requestblogid</h1>
5282 <p>'blogid' in HTTP Request variables is output.</p>
5283 <h2>Arguments</h2>
5284 <p>None</p>
5285 <h2>Skintypes</h2>
5286 <p>
5287 addnewlog
5288 banlist
5289 banlistdelete
5290 banlistdeleteconfirm
5291 banlistnew
5292 batchteam
5293 blogsettings
5294 categorydelete
5295 categoryedit
5296 deleteblog
5297 itemcommentlist
5298 manageteam
5299 teamdelete
5300 </p>
5301 <h2>Examples</h2>
5302 <pre>
5303 &lt;%requestblogid%&gt;
5304 </pre>
5305 </div>
5306
5307
5308 <div class="page">
5309 <a id="adminskinvar-skintypehelp" name="adminskinvar-skintypehelp"></a>
5310 <h1>AdminSkinvar: skintypehelp</h1>
5311 <p>A link to help of the skin type which is being edited at present is output.</p>
5312 <h2>Arguments</h2>
5313 <p>None</p>
5314 <h2>Skintypes</h2>
5315 <p>
5316 adminskinedittype
5317 skinedittype
5318 </p>
5319 <h2>Examples</h2>
5320 <pre>
5321 &lt;%skintypehelp%&gt;
5322 </pre>
5323 </div>
5324
5325
5326 <div class="page">
5327 <a id="adminskinvar-importskininfo" name="adminskinvar-importskininfo"></a>
5328 <h1>AdminSkinvar: importskininfo</h1>
5329 <p>Information on imported skin/template is output.</p>
5330 <h2>Arguments</h2>
5331 <p>
5332 type
5333 <ul>
5334         <li>info : Information on imported skin</li>
5335         <li>snames : Names on imported skin</li>
5336         <li>tnames : Names on imported template</li>
5337         <li>sclashes : Names on imported skin which conflicts</li>
5338         <li>tclashes : Names on imported template which conflicts</li>
5339         <li>skinfile : File names on imported skin</li>
5340         <li>mode : Reading mode of skin</li>
5341 </ul>
5342 </p>
5343 <h2>Skintypes</h2>
5344 <p>
5345 <ul>
5346         <li>adminskiniedoimport</li>
5347         <li>adminskinieimport</li>
5348         <li>skiniedoimport</li>
5349         <li>skinieimport</li>
5350 </ul>
5351 </p>
5352 <h2>Examples</h2>
5353 <pre>
5354 &lt;%importskininfo(info)%&gt;
5355 </pre>
5356 </div>
5357
5358
5359 <div class="page">
5360 <a id="adminskinvar-adminbloglink" name="adminskinvar-adminbloglink"></a>
5361 <h1>AdminSkinvar: adminbloglink</h1>
5362 <p>A link to a blog of id requested in URL is output.</p>
5363 <h2>Arguments</h2>
5364 <p>templateName</p>
5365 <h2>Skintypes</h2>
5366 <p>
5367         <ul>
5368                 <li>banlist</li>
5369                 <li>blogcommentlist</li>
5370                 <li>blogsettings</li>
5371                 <li>createitem</li>
5372                 <li>itemlist</li>
5373         </ul>
5374 </p>
5375 <h2>Examples</h2>
5376 <pre>
5377 &lt;%adminbloglink(admin/default)%&gt;
5378 </pre>
5379 </div>
5380
5381
5382 <div class="page">
5383 <a id="adminskinvar-adminbanlist" name="adminskinvar-adminbanlist"></a>
5384 <h1>AdminSkinvar: adminbanlist</h1>
5385 <p>A list of the ip-address which prohibits access to a blog of id requested in url is output.</p>
5386 <h2>Arguments</h2>
5387 <p>templateName</p>
5388 <h2>Skintypes</h2>
5389 <p>
5390 banlist
5391 </p>
5392 <h2>Examples</h2>
5393 <pre>
5394 &lt;%adminbanlist(admin/default)%&gt;
5395 </pre>
5396 </div>
5397
5398
5399 <div class="page">
5400 <a id="adminskinvar-requestiprange" name="adminskinvar-requestiprange"></a>
5401 <h1>AdminSkinvar: requestiprange</h1>
5402 <p>ip-range which releases regulation is output.</p>
5403 <h2>Arguments</h2>
5404 <p>None</p>
5405 <h2>Skintypes</h2>
5406 <p>
5407 banlistdelete
5408 </p>
5409 <h2>Examples</h2>
5410 <pre>
5411 &lt;%requestiprange%&gt;
5412 </pre>
5413 </div>
5414
5415
5416 <div class="page">
5417 <a id="adminskinvar-banlistdeletedlist" name="adminskinvar-banlistdeletedlist"></a>
5418 <h1>AdminSkinvar: banlistdeletedlist</h1>
5419 <p>A list of ip which just released regulation is indicated.</p>
5420 <h2>Arguments</h2>
5421 <p>templateName</p>
5422 <h2>Skintypes</h2>
5423 <p>
5424 banlistdeleteconfirm
5425 </p>
5426 <h2>Examples</h2>
5427 <pre>
5428 &lt;%banlistdeletedlist(admin/default)%&gt;
5429 </pre>
5430 </div>
5431
5432
5433 <div class="page">
5434 <a id="adminskinvar-iprangeinput" name="adminskinvar-iprangeinput"></a>
5435 <h1>AdminSkinvar: iprangeinput</h1>
5436 <p>A list of ip-range regulated now is indicated.</p>
5437 <h2>Arguments</h2>
5438 <p>None</p>
5439 <h2>Skintypes</h2>
5440 <p>
5441 banlistnew
5442 </p>
5443 <h2>Examples</h2>
5444 <pre>
5445 &lt;%iprangeinput%&gt;
5446 </pre>
5447 </div>
5448
5449
5450 <div class="page">
5451 <a id="adminskinvar-adminbatchaction" name="adminskinvar-adminbatchaction"></a>
5452 <h1>AdminSkinvar: adminbatchaction</h1>
5453 <p>Requested batchaction is indicated in URL.</p>
5454 <h2>Arguments</h2>
5455 <p>None</p>
5456 <h2>Skintypes</h2>
5457 <p>
5458         <ul>
5459                 <li>batchcategory</li>
5460                 <li>batchcomment</li>
5461                 <li>batchitem</li>
5462                 <li>batchmember</li>
5463                 <li>batchteam</li>
5464         </ul>
5465 </p>
5466 <h2>Examples</h2>
5467 <pre>
5468 &lt;%adminbatchaction%&gt;
5469 </pre>
5470 </div>
5471
5472
5473 <div class="page">
5474 <a id="adminskinvar-adminbatchlist" name="adminskinvar-adminbatchlist"></a>
5475 <h1>AdminSkinvar: adminbatchlist</h1>
5476 <p>A list of items/comments/members/teams/categories during a batch processing is indicated.</p>
5477 <h2>Arguments</h2>
5478 <p>templateName</p>
5479 <h2>Skintypes</h2>
5480 <p>
5481         <ul>
5482                 <li>batchcategory</li>
5483                 <li>batchcomment</li>
5484                 <li>batchitem</li>
5485                 <li>batchmember</li>
5486                 <li>batchteam</li>
5487                 <li>blogcommentlist</li>
5488         </ul>
5489
5490 </p>
5491 <h2>Examples</h2>
5492 <pre>
5493 &lt;%adminbatchlist(admin/default)%&gt;
5494 </pre>
5495 </div>
5496
5497
5498 <div class="page">
5499 <a id="adminskinvar-batchdeletetype" name="adminskinvar-batchdeletetype"></a>
5500 <h1>AdminSkinvar: batchdeletetype</h1>
5501 <p>The type of the batched processing method is indicated.</p>
5502 <h2>Arguments</h2>
5503 <p>None</p>
5504 <h2>Skintypes</h2>
5505 <p>
5506 batchdelete
5507 </p>
5508 <h2>Examples</h2>
5509 <pre>
5510 &lt;%batchdeletetype%&gt;
5511 </pre>
5512 </div>
5513
5514
5515 <div class="page">
5516 <a id="adminskinvar-batchdeletelist" name="adminskinvar-batchdeletelist"></a>
5517 <h1>AdminSkinvar: batchdeletelist</h1>
5518 <p>The list deleted by batched processing method is indicated.</p>
5519 <h2>Arguments</h2>
5520 <p>None</p>
5521 <h2>Skintypes</h2>
5522 <p>
5523 batchdelete
5524 </p>
5525 <h2>Examples</h2>
5526 <pre>
5527 &lt;%batchdeletelist%&gt;
5528 </pre>
5529 </div>
5530
5531
5532 <div class="page">
5533 <a id="adminskinvar-batchmovetitle" name="adminskinvar-batchmovetitle"></a>
5534 <h1>AdminSkinvar: batchmovetitle</h1>
5535 <p>Movement by batched processing method indicates the title which is being processed.</p>
5536 <h2>Arguments</h2>
5537 <p>None</p>
5538 <h2>Skintypes</h2>
5539 <p>
5540         <ul>
5541                 <li>batchmove</li>
5542                 <li>bbatchmovecat</li>
5543         </ul>
5544 </p>
5545 <h2>Examples</h2>
5546 <pre>
5547 &lt;%batchmovetitle%&gt;
5548 </pre>
5549 </div>
5550
5551
5552 <div class="page">
5553 <a id="adminskinvar-batchmovetype" name="adminskinvar-batchmovetype"></a>
5554 <h1>AdminSkinvar: batchmovetype</h1>
5555 <p>The type of the batched processing method of movement is indicated.</p>
5556 <h2>Arguments</h2>
5557 <p>None</p>
5558 <h2>Skintypes</h2>
5559 <p>
5560         <ul>
5561                 <li>batchmove</li>
5562                 <li>batchmovecat</li>
5563         </ul>
5564 </p>
5565 <h2>Examples</h2>
5566 <pre>
5567 &lt;%batchmovetype%&gt;
5568 </pre>
5569 </div>
5570
5571
5572 <div class="page">
5573 <a id="adminskinvar-batchmovelist" name="adminskinvar-batchmovelist"></a>
5574 <h1>AdminSkinvar: batchmovelist</h1>
5575 <p>The list move by batched processing method is indicated.</p>
5576 <h2>Arguments</h2>
5577 <p>None</p>
5578 <h2>Skintypes</h2>
5579 <p>
5580         <ul>
5581                 <li>batchmove</li>
5582                 <li>batchmovecat</li>
5583         </ul>
5584 </p>
5585 <h2>Examples</h2>
5586 <pre>
5587 &lt;%batchmovelist%&gt;
5588 </pre>
5589 </div>
5590
5591
5592 <div class="page">
5593 <a id="adminskinvar-movedistselect" name="adminskinvar-movedistselect"></a>
5594 <h1>AdminSkinvar: movedistselect</h1>
5595 <p>A select box in a movement destination is output.</p>
5596 <h2>Arguments</h2>
5597 <p>None</p>
5598 <h2>Skintypes</h2>
5599 <p>
5600         <ul>
5601                 <li>batchmove</li>
5602                 <li>batchmovecat</li>
5603                 <li>itemmove</li>
5604         </ul>
5605 </p>
5606 <h2>Examples</h2>
5607 <pre>
5608 &lt;%movedistselect%&gt;
5609 </pre>
5610 </div>
5611
5612
5613 <div class="page">
5614 <a id="adminskinvar-batchmovebtn" name="adminskinvar-batchmovebtn"></a>
5615 <h1>AdminSkinvar: batchmovebtn</h1>
5616 <p>A text of Tree peony suitable for the movement type is output.</p>
5617 <h2>Arguments</h2>
5618 <p>None</p>
5619 <h2>Skintypes</h2>
5620 <p>
5621         <ul>
5622                 <li>batchmove</li>
5623                 <li>batchmovecat</li>
5624         </ul>
5625 </p>
5626 <h2>Examples</h2>
5627 <pre>
5628 &lt;%batchmovebtn%&gt;
5629 </pre>
5630 </div>
5631
5632
5633 <div class="page">
5634 <a id="adminskinvar-commentnavlist" name="adminskinvar-commentnavlist"></a>
5635 <h1>AdminSkinvar: commentnavlist</h1>
5636 <p>A list of comments is output.</p>
5637 <h2>Arguments</h2>
5638 <p>None</p>
5639 <h2>Skintypes</h2>
5640 <p>
5641         <ul>
5642                 <li>blogcommentlist</li>
5643                 <li>browseowncomments</li>
5644                 <li>itemcommentlist/li>
5645         </ul>
5646 </p>
5647 <h2>Examples</h2>
5648 <pre>
5649 &lt;%commentnavlist%&gt;
5650 </pre>
5651 </div>
5652
5653
5654 <div class="page">
5655 <a id="adminskinvar-blogcatlist" name="adminskinvar-blogcatlist"></a>
5656 <h1>AdminSkinvar: blogcatlist</h1>
5657 <p>A list of the categories which are included in the blog which is being edited is output.</p>
5658 <h2>Arguments</h2>
5659 <p>templateName</p>
5660 <h2>Skintypes</h2>
5661 <p>
5662 blogsettings
5663 </p>
5664 <h2>Examples</h2>
5665 <pre>
5666 &lt;%blogcatlist(admin/default)%&gt;
5667 </pre>
5668 </div>
5669
5670
5671 <div class="page">
5672 <a id="adminskinvar-blognotifysetting" name="adminskinvar-blognotifysetting"></a>
5673 <h1>AdminSkinvar: blognotifysetting</h1>
5674 <p>Judgment of whether a check is put in a check box of whether you notify an administrator when there was a comment or vote or new item to a blog, is done.</p>
5675 <h2>Arguments</h2>
5676 <p>Type(comment or vote or newitem)</p>
5677 <h2>Skintypes</h2>
5678 <p>
5679 blogsettings
5680 </p>
5681 <h2>Examples</h2>
5682 <pre>
5683 &lt;%blognotifysetting(vote)%&gt;
5684 </pre>
5685 </div>
5686
5687
5688 <div class="page">
5689 <a id="adminskinvar-blogsettingyesno" name="adminskinvar-blogsettingyesno"></a>
5690 <h1>AdminSkinvar: blogsettingyesno</h1>
5691 <p>The radio button answered at inside of setting of a blog "Yes." "No." is indicated.</p>
5692 <h2>Arguments</h2>
5693 <p>type(convertbreaks or allowpastposting or comments or public or reqemail or searchable),templateName</p>
5694 <h2>Skintypes</h2>
5695 <p>
5696 blogsettings
5697 </p>
5698 <h2>Examples</h2>
5699 <pre>
5700 &lt;%blogsettingyesno(public,admin/default)%&gt;
5701 </pre>
5702 </div>
5703
5704
5705 <div class="page">
5706 <a id="adminskinvar-blogteammembers" name="adminskinvar-blogteammembers"></a>
5707 <h1>AdminSkinvar: blogteammembers</h1>
5708 <p>Members list of blog teams is output.</p>
5709 <h2>Arguments</h2>
5710 <p>None</p>
5711 <h2>Skintypes</h2>
5712 <p>
5713 blogsettings
5714 </p>
5715 <h2>Examples</h2>
5716 <pre>
5717 &lt;%blogteammembers%&gt;
5718 </pre>
5719 </div>
5720
5721
5722 <div class="page">
5723 <a id="adminskinvar-blogtime" name="adminskinvar-blogtime"></a>
5724 <h1>AdminSkinvar: blogtime</h1>
5725 <p>The time and the time based on offset are output by the form designated in format current as of the server.</p>
5726 <h2>Arguments</h2>
5727 <p>type("blogtime" or except),format,offset</p>
5728 <h2>Skintypes</h2>
5729 <p>
5730         <ul>
5731                 <li>blogsettings</li>
5732                 <li>createnewlog</li>
5733         </ul>
5734 </p>
5735 <h2>Examples</h2>
5736 <pre>
5737 &lt;%blogtime%&gt;
5738 </pre>
5739 </div>
5740
5741
5742 <div class="page">
5743 <a id="adminskinvar-defcatselect" name="adminskinvar-defcatselect"></a>
5744 <h1>AdminSkinvar: defcatselect</h1>
5745 <p>The select box to which zinc entrusts a category of default is output.</p>
5746 <h2>Arguments</h2>
5747 <p>templateName</p>
5748 <h2>Skintypes</h2>
5749 <p>
5750 blogsettings
5751 </p>
5752 <h2>Examples</h2>
5753 <pre>
5754 &lt;%defcatselect(admin/default)%&gt;
5755 </pre>
5756 </div>
5757
5758
5759 <div class="page">
5760 <a id="adminskinvar-defskinselect" name="adminskinvar-defskinselect"></a>
5761 <h1>AdminSkinvar: defskinselect</h1>
5762 <p>The select box from which skin of a blog or skin of the default applied at the time of blog making newly is chosen is output.</p>
5763 <h2>Arguments</h2>
5764 <p>type('blog' or not),templateName</p>
5765 <h2>Skintypes</h2>
5766 <p>
5767         <ul>
5768                 <li>blogsettings</li>
5769                 <li>createnewlog</li>
5770                 <li>settingsedit</li>
5771         </ul>
5772 </p>
5773 <h2>Examples</h2>
5774 <pre>
5775 &lt;%defskinselect(blog,admin/default)%&gt;
5776 </pre>
5777 </div>
5778
5779
5780 <div class="page">
5781 <a id="adminskinvar-pluginextras" name="adminskinvar-pluginextras"></a>
5782 <h1>AdminSkinvar: pluginextras</h1>
5783 <p>Member/Blog/GeneralSettingsFormExtras or RegistrationFormExtraFields event occur.</p>
5784 <h2>Arguments</h2>
5785 <p>Type</p>
5786 <h2>Skintypes</h2>
5787 <p>
5788         <ul>
5789                 <li>blogsettings</li>
5790                 <li>createaccountinput</li>
5791                 <li>createitem</li>
5792                 <li>itemedit</li>
5793                 <li>settingsedit</li>
5794         </ul>
5795 </p>
5796 <h2>Examples</h2>
5797 <pre>
5798 &lt;%pluginextras(blog)%&gt;
5799 </pre>
5800 </div>
5801
5802
5803 <div class="page">
5804 <a id="adminskinvar-pluginoptions" name="adminskinvar-pluginoptions"></a>
5805 <h1>AdminSkinvar: pluginoptions</h1>
5806 <p>Setting of a plugin options are output.</p>
5807 <h2>Arguments</h2>
5808 <p>context(global or member or blog or category or item),templateName</p>
5809 <h2>Skintypes</h2>
5810 <p>
5811         <ul>
5812                 <li>blogsettings</li>
5813                 <li>categoryedit</li>
5814                 <li>createitem</li>
5815                 <li>editmembersettings</li>
5816                 <li>itemedit</li>
5817         </ul>
5818 </p>
5819 <h2>Examples</h2>
5820 <pre>
5821 &lt;%pluginoptions(blog,admin/default)%&gt;
5822 </pre>
5823 </div>
5824
5825
5826 <div class="page">
5827 <a id="adminskinvar-bookmarkletadmin" name="adminskinvar-bookmarkletadmin"></a>
5828 <h1>AdminSkinvar: bookmarkletadmin</h1>
5829 <p>javascript to indicate a bookmark let is output./p>
5830 <h2>Arguments</h2>
5831 <p>None</p>
5832 <h2>Skintypes</h2>
5833 <p>
5834 bookmarklet
5835 </p>
5836 <h2>Examples</h2>
5837 <pre>
5838 &lt;%bookmarkletadmin%&gt;
5839 </pre>
5840 </div>
5841
5842
5843 <div class="page">
5844 <a id="adminskinvar-itemnavlist" name="adminskinvar-itemnavlist"></a>
5845 <h1>AdminSkinvar: itemnavlist</h1>
5846 <p>A list of contributed items is output.</p>
5847 <h2>Arguments</h2>
5848 <p>templateName</p>
5849 <h2>Skintypes</h2>
5850 <p>
5851 browseownitems
5852 itemlist
5853 </p>
5854 <h2>Examples</h2>
5855 <pre>
5856 &lt;%itemnavlist(admin/default)%&gt;
5857 </pre>
5858 </div>
5859
5860
5861 <div class="page">
5862 <a id="adminskinvar-categorysetting" name="adminskinvar-categorysetting"></a>
5863 <h1>AdminSkinvar: categorysetting</h1>
5864 <p>Setting of a category is indicated.</p>
5865 <h2>Arguments</h2>
5866 <p>Type('name' or not)</p>
5867 <h2>Skintypes</h2>
5868 <p>
5869         <ul>
5870                 <li>categorydelete</li>
5871                 <li>categoryedit</li>
5872         </ul>
5873 </p>
5874 <h2>Examples</h2>
5875 <pre>
5876 &lt;%categorysetting(name)%&gt;
5877 </pre>
5878 </div>
5879
5880
5881 <div class="page">
5882 <a id="adminskinvar-editdesturl" name="adminskinvar-editdesturl"></a>
5883 <h1>AdminSkinvar: editdesturl</h1>
5884 <p>URL which indicates a list of the back items to which the category was changed</p>
5885 <h2>Arguments</h2>
5886 <p>None</p>
5887 <h2>Skintypes</h2>
5888 <p>
5889 categoryedit
5890 </p>
5891 <h2>Examples</h2>
5892 <pre>
5893 &lt;%editdesturl%&gt;
5894 </pre>
5895 </div>
5896
5897
5898 <div class="page">
5899 <a id="adminskinvar-deletecomment" name="adminskinvar-deletecomment"></a>
5900 <h1>AdminSkinvar: deletecomment</h1>
5901 <p>Information on an eliminated comment is output.</p>
5902 <h2>Arguments</h2>
5903 <p>Type(id or author or body)</p>
5904 <h2>Skintypes</h2>
5905 <p>
5906 commentdelete
5907 </p>
5908 <h2>Examples</h2>
5909 <pre>
5910 &lt;%deletecomment(id)%&gt;
5911 </pre>
5912 </div>
5913
5914
5915 <div class="page">
5916 <a id="adminskinvar-editcomment" name="adminskinvar-editcomment"></a>
5917 <h1>AdminSkinvar: editcomment</h1>
5918 <p>Information on the comment which is being edited is output.</p>
5919 <h2>Arguments</h2>
5920 <p>Type(id or user or date or body or cmail or url or other)</p>
5921 <h2>Skintypes</h2>
5922 <p>
5923 commentedit
5924 </p>
5925 <h2>Examples</h2>
5926 <pre>
5927 &lt;%editcomment(body)%&gt;
5928 </pre>
5929 </div>
5930
5931
5932 <div class="page">
5933 <a id="adminskinvar-contents" name="adminskinvar-contents"></a>
5934 <h1>AdminSkinvar: contents</h1>
5935 <p>Information on the item which is being edited newly and or is output.</p>
5936 <h2>Arguments</h2>
5937 <p>which(part for item)</p>
5938 <h2>Skintypes</h2>
5939 <p>
5940         <ul>
5941                 <li>createaccountinput</li>
5942                 <li>createaccountsuccess</li>
5943                 <li>createitem</li>
5944                 <li>itemedit</li>
5945         </ul>
5946 </p>
5947 <h2>Examples</h2>
5948 <pre>
5949 &lt;%contents(title)%&gt;
5950 </pre>
5951 </div>
5952
5953
5954 <div class="page">
5955 <a id="adminskinvar-blogid" name="adminskinvar-blogid"></a>
5956 <h1>AdminSkinvar: blogid</h1>
5957 <p>The ID for the requested blog is output in $_REQUEST.</p>
5958 <h2>Arguments</h2>
5959 <p>None</p>
5960 <h2>Skintypes</h2>
5961 <p>
5962 createitem
5963 </p>
5964 <h2>Examples</h2>
5965 <pre>
5966 &lt;%blogid%&gt;
5967 </pre>
5968 </div>
5969
5970
5971 <div class="page">
5972 <a id="adminskinvar-categories" name="adminskinvar-categories"></a>
5973 <h1>AdminSkinvar: categories</h1>
5974 <p>An item outputs the selection box from which the category to which I belong is chosen.</p>
5975 <h2>Arguments</h2>
5976 <p>startidx</p>
5977 <h2>Skintypes</h2>
5978 <p>
5979         <ul>
5980                 <li>createitem</li>
5981                 <li>itemedit</li>
5982         </ul>
5983 </p>
5984 <h2>Examples</h2>
5985 <pre>
5986 &lt;%categories(40)%&gt;
5987 </pre>
5988 </div>
5989
5990
5991 <div class="page">
5992 <a id="adminskinvar-currenttime" name="adminskinvar-currenttime"></a>
5993 <h1>AdminSkinvar: currenttime</h1>
5994 <p>The present time based on the setting of a blog is output.</p>
5995 <h2>Arguments</h2>
5996 <p>
5997    <table>
5998       <tr>
5999        <td><em>&quot;seconds&quot;</em></td>
6000        <td>Numeric representation of seconds</td>
6001       </tr>
6002       <tr>
6003        <td><em>&quot;minutes&quot;</em></td>
6004        <td>Numeric representation of minutes</td>
6005       </tr>
6006       <tr>
6007        <td><em>&quot;hours&quot;</em></td>
6008        <td>Numeric representation of hours</td>
6009       </tr>
6010       <tr>
6011        <td><em>&quot;mday&quot;</em></td>
6012        <td>Numeric representation of the day of the month</td>
6013       </tr>
6014       <tr>
6015        <td><em>&quot;wday&quot;</em></td>
6016        <td>Numeric representation of the day of the week</td>
6017       </tr>
6018       <tr>
6019        <td><em>&quot;mon&quot;</em></td>
6020        <td>Numeric representation of a month</td>
6021       </tr>
6022       <tr>
6023        <td><em>&quot;year&quot;</em></td>
6024        <td>A full numeric representation of a year, 4 digits</td>
6025       </tr>
6026       <tr>
6027        <td><em>&quot;yday&quot;</em></td>
6028        <td>Numeric representation of the day of the year</td>
6029      </tr>
6030       <tr>
6031        <td><em>&quot;weekday&quot;</em></td>
6032        <td>A full textual representation of the day of the week</td>
6033       </tr>
6034       <tr>
6035        <td><em>&quot;month&quot;</em></td>
6036        <td>A full textual representation of a month, such as January or March</td>
6037       </tr>
6038       <tr>
6039        <td><em>0</em></td>
6040        <td>
6041         Seconds since the Unix Epoch, similar to the values returned by
6042         <span class="function"><a href="function.time.php" class="function">time()</a></span> and used by <span class="function"><a href="function.date.php" class="function">date()</a></span>.
6043        </td>
6044       </tr>
6045    </table>
6046 </p>
6047 <h2>Skintypes</h2>
6048 <p>
6049         <ul>
6050                 <li>createitem</li>
6051                 <li>itemedit</li>
6052         </ul>
6053 </p>
6054 <h2>Examples</h2>
6055 <pre>
6056 &lt;%currenttime(month)%&gt;
6057 </pre>
6058 </div>
6059
6060
6061 <div class="page">
6062 <a id="adminskinvar-init" name="adminskinvar-init"></a>
6063 <h1>AdminSkinvar: init</h1>
6064 <p>Initialization of contribution or edit processing of an item.</p>
6065 <h2>Arguments</h2>
6066 <p>None</p>
6067 <h2>Skintypes</h2>
6068 <p>
6069         <ul>
6070                 <li>createitem</li>
6071                 <li>itemedit</li>
6072         </ul>
6073 </p>
6074 <h2>Examples</h2>
6075 <pre>
6076 &lt;%init%&gt;
6077 </pre>
6078 </div>
6079
6080
6081 <div class="page">
6082 <a id="adminskinvar-editmember" name="adminskinvar-editmember"></a>
6083 <h1>AdminSkinvar: editmember</h1>
6084 <p>The setting form of the editing member is output.</p>
6085 <h2>Arguments</h2>
6086 <p>type(id or displayname or realname or email or url or admin or canlogin or notes or autosave),templateName</p>
6087 <h2>Skintypes</h2>
6088 <p>
6089         <ul>
6090                 <li>editmembersettings</li>
6091                 <li>memberdelete</li>
6092                 <li>teamdelete</li>
6093         </ul>
6094 </p>
6095 <h2>Examples</h2>
6096 <pre>
6097 &lt;%editmember(url,admin/default)%&gt;
6098 </pre>
6099 </div>
6100
6101
6102 <div class="page">
6103 <a id="adminskinvar-localeselectoptions" name="adminskinvar-localeselectoptions"></a>
6104 <h1>AdminSkinvar: localeselectoptions</h1>
6105 <p>The options for select box from which a locale is chosen is output.</p>
6106 <h2>Arguments</h2>
6107 <p>None</p>
6108 <h2>Skintypes</h2>
6109 <p>
6110         <ul>
6111                 <li>editmembersettings</li>
6112                 <li>settingsedit</li>
6113         </ul>
6114 </p>
6115 <h2>Examples</h2>
6116 <pre>
6117 &lt;%localeselectoptions%&gt;
6118 </pre>
6119 </div>
6120
6121
6122 <div class="page">
6123 <a id="adminskinvar-deleteitemtitle" name="adminskinvar-deleteitemtitle"></a>
6124 <h1>AdminSkinvar: deleteitemtitle</h1>
6125 <p>The title of the deleted item is indicated.</p>
6126 <h2>Arguments</h2>
6127 <p>None</p>
6128 <h2>Skintypes</h2>
6129 <p>
6130 itemdelete
6131 </p>
6132 <h2>Examples</h2>
6133 <pre>
6134 &lt;%deleteitemtitle%&gt;
6135 </pre>
6136 </div>
6137
6138
6139 <div class="page">
6140 <a id="adminskinvar-deleteitembody" name="adminskinvar-deleteitembody"></a>
6141 <h1>AdminSkinvar: deleteitembody</h1>
6142 <p>The body of the deleted item is indicated.</p>
6143 <h2>Arguments</h2>
6144 <p>None</p>
6145 <h2>Skintypes</h2>
6146 <p>
6147 itemdelete
6148 </p>
6149 <h2>Examples</h2>
6150 <pre>
6151 &lt;%deleteitembody%&gt;
6152 </pre>
6153 </div>
6154
6155
6156 <div class="page">
6157 <a id="adminskinvar-deleteitemid" name="adminskinvar-deleteitemid"></a>
6158 <h1>AdminSkinvar: deleteitemid</h1>
6159 <p>The ID of the deleted item is indicated.</p>
6160 <h2>Arguments</h2>
6161 <p>None</p>
6162 <h2>Skintypes</h2>
6163 <p>
6164 itemdelete
6165 </p>
6166 <h2>Examples</h2>
6167 <pre>
6168 &lt;%deleteitemid%&gt;
6169 </pre>
6170 </div>
6171
6172
6173 <div class="page">
6174 <a id="adminskinvar-checkedonval" name="adminskinvar-checkedonval"></a>
6175 <h1>AdminSkinvar: checkedonval</h1>
6176 <p>Property name of an item lays with value and puts a check in.</p>
6177 <h2>Arguments</h2>
6178 <p>value,name</p>
6179 <h2>Skintypes</h2>
6180 <p>
6181 itemedit
6182 </p>
6183 <h2>Examples</h2>
6184 <pre>
6185 &lt;%checkedonval(1,closed)%&gt;
6186 </pre>
6187 </div>
6188
6189
6190 <div class="page">
6191 <a id="adminskinvar-itemtime" name="adminskinvar-itemtime"></a>
6192 <h1>AdminSkinvar: itemtime</h1>
6193 <p>The contribution time of the item is output.</p>
6194 <h2>Arguments</h2>
6195 <p>
6196    <table>
6197       <tr>
6198        <td><em>&quot;seconds&quot;</em></td>
6199        <td>Numeric representation of seconds</td>
6200       </tr>
6201       <tr>
6202        <td><em>&quot;minutes&quot;</em></td>
6203        <td>Numeric representation of minutes</td>
6204       </tr>
6205       <tr>
6206        <td><em>&quot;hours&quot;</em></td>
6207        <td>Numeric representation of hours</td>
6208       </tr>
6209       <tr>
6210        <td><em>&quot;mday&quot;</em></td>
6211        <td>Numeric representation of the day of the month</td>
6212       </tr>
6213       <tr>
6214        <td><em>&quot;wday&quot;</em></td>
6215        <td>Numeric representation of the day of the week</td>
6216       </tr>
6217       <tr>
6218        <td><em>&quot;mon&quot;</em></td>
6219        <td>Numeric representation of a month</td>
6220       </tr>
6221       <tr>
6222        <td><em>&quot;year&quot;</em></td>
6223        <td>A full numeric representation of a year, 4 digits</td>
6224       </tr>
6225       <tr>
6226        <td><em>&quot;yday&quot;</em></td>
6227        <td>Numeric representation of the day of the year</td>
6228      </tr>
6229       <tr>
6230        <td><em>&quot;weekday&quot;</em></td>
6231        <td>A full textual representation of the day of the week</td>
6232       </tr>
6233       <tr>
6234        <td><em>&quot;month&quot;</em></td>
6235        <td>A full textual representation of a month, such as January or March</td>
6236       </tr>
6237       <tr>
6238        <td><em>0</em></td>
6239        <td>
6240         Seconds since the Unix Epoch, similar to the values returned by
6241         <span class="function"><a href="function.time.php" class="function">time()</a></span> and used by <span class="function"><a href="function.date.php" class="function">date()</a></span>.
6242        </td>
6243       </tr>
6244    </table>
6245 </p>
6246 <h2>Skintypes</h2>
6247 <p>
6248 itemedit
6249 </p>
6250 <h2>Examples</h2>
6251 <pre>
6252 &lt;%itemtime(mday)%&gt;
6253 </pre>
6254 </div>
6255
6256
6257 <div class="page">
6258 <a id="adminskinvar-ilistaddnew" name="adminskinvar-ilistaddnew"></a>
6259 <h1>AdminSkinvar: ilistaddnew</h1>
6260 <p>A link to a new contribution screen of an item is output.</p>
6261 <h2>Arguments</h2>
6262 <p>None</p>
6263 <h2>Skintypes</h2>
6264 <p>
6265 itemlist
6266 </p>
6267 <h2>Examples</h2>
6268 <pre>
6269 &lt;%ilistaddnew%&gt;
6270 </pre>
6271 </div>
6272
6273
6274 <div class="page">
6275 <a id="adminskinvar-moveitemid" name="adminskinvar-moveitemid"></a>
6276 <h1>AdminSkinvar: moveitemid</h1>
6277 <p>The ID for the item I move is output.</p>
6278 <h2>Arguments</h2>
6279 <p>None</p>
6280 <h2>Skintypes</h2>
6281 <p>
6282 itemmove
6283 </p>
6284 <h2>Examples</h2>
6285 <pre>
6286 &lt;%moveitemid%&gt;
6287 </pre>
6288 </div>
6289
6290
6291 <div class="page">
6292 <a id="adminskinvar-blogteamlist" name="adminskinvar-blogteamlist"></a>
6293 <h1>AdminSkinvar: blogteamlist</h1>
6294 <p>A list of the members who can contribute to a blog is output.</p>
6295 <h2>Arguments</h2>
6296 <p>templateName</p>
6297 <h2>Skintypes</h2>
6298 <p>
6299 manageteam
6300 </p>
6301 <h2>Examples</h2>
6302 <pre>
6303 &lt;%blogteamlist(admin/default)%&gt;
6304 </pre>
6305 </div>
6306
6307
6308 <div class="page">
6309 <a id="adminskinvar-newmemberselect" name="adminskinvar-newmemberselect"></a>
6310 <h1>AdminSkinvar: newmemberselect</h1>
6311 <p>A select box of the new member who seasons the team which can contribute to a blog is output.</p>
6312 <h2>Arguments</h2>
6313 <p>templateName</p>
6314 <h2>Skintypes</h2>
6315 <p>
6316 manageteam
6317 </p>
6318 <h2>Examples</h2>
6319 <pre>
6320 &lt;%newmemberselect(admin/default)%&gt;
6321 </pre>
6322 </div>
6323
6324
6325 <div class="page">
6326 <a id="adminskinvar-inputyesno" name="adminskinvar-inputyesno"></a>
6327 <h1>AdminSkinvar: inputyesno</h1>
6328 <p>The form of the question answered at yes or no is output.</p>
6329 <h2>Arguments</h2>
6330 <p>name,checkedval(value of the one value1 and value2 check),tabindex,value1,value2,yesval(label for value1),noval(label for value2),isAdmin,templateName</p>
6331 <h2>Skintypes</h2>
6332 <p>
6333         <ul>
6334                 <li>manageteam</li>
6335                 <li>usermanagement</li>
6336         </ul>
6337 </p>
6338 <h2>Examples</h2>
6339 <pre>
6340 &lt;%inputyesno(canlogin,1,10070)%&gt;
6341 </pre>
6342 </div>
6343
6344
6345 <div class="page">
6346 <a id="adminskinvar-yrbloglist" name="adminskinvar-yrbloglist"></a>
6347 <h1>AdminSkinvar: yrbloglist</h1>
6348 <p>A list of the blogs which are being managed is output.</p>
6349 <h2>Arguments</h2>
6350 <p>templateName</p>
6351 <h2>Skintypes</h2>
6352 <p>
6353 overview
6354 </p>
6355 <h2>Examples</h2>
6356 <pre>
6357 &lt;%yrbloglist(admin/default)%&gt;
6358 </pre>
6359 </div>
6360
6361
6362 <div class="page">
6363 <a id="adminskinvar-editpluginfo" name="adminskinvar-editpluginfo"></a>
6364 <h1>AdminSkinvar: editpluginfo</h1>
6365 <p>Information on the plugin which is being edited is output.</p>
6366 <h2>Arguments</h2>
6367 <p>Type(id or name)</p>
6368 <h2>Skintypes</h2>
6369 <p>
6370         <ul>
6371                 <li>plugindelete</li>
6372                 <li>pluginoptions</li>
6373         </ul>
6374 </p>
6375 <h2>Examples</h2>
6376 <pre>
6377 &lt;%editpluginfo(name)%&gt;
6378 </pre>
6379 </div>
6380
6381
6382 <div class="page">
6383 <a id="adminskinvar-helpplugname" name="adminskinvar-helpplugname"></a>
6384 <h1>AdminSkinvar: helpplugname</h1>
6385 <p>The name of plugin indicating help is output.</p>
6386 <h2>Arguments</h2>
6387 <p>None</p>
6388 <h2>Skintypes</h2>
6389 <p>
6390 pluginhelp
6391 </p>
6392 <h2>Examples</h2>
6393 <pre>
6394 &lt;%helpplugname%&gt;
6395 </pre>
6396 </div>
6397
6398
6399 <div class="page">
6400 <a id="adminskinvar-pluginhelp" name="adminskinvar-pluginhelp"></a>
6401 <h1>AdminSkinvar: pluginhelp</h1>
6402 <p>help in plugin is output.</p>
6403 <h2>Arguments</h2>
6404 <p>None</p>
6405 <h2>Skintypes</h2>
6406 <p>
6407 pluginhelp
6408 </p>
6409 <h2>Examples</h2>
6410 <pre>
6411 &lt;%pluginhelp%&gt;
6412 </pre>
6413 </div>
6414
6415
6416 <div class="page">
6417 <a id="adminskinvar-pluginlistlist" name="adminskinvar-pluginlistlist"></a>
6418 <h1>AdminSkinvar: pluginlistlist</h1>
6419 <p>A list of plugin is output.</p>
6420 <h2>Arguments</h2>
6421 <p>templateName</p>
6422 <h2>Skintypes</h2>
6423 <p>
6424 pluginlist
6425 </p>
6426 <h2>Examples</h2>
6427 <pre>
6428 &lt;%pluginlistlist(admin/default)%&gt;
6429 </pre>
6430 </div>
6431
6432
6433 <div class="page">
6434 <a id="adminskinvar-newpluginlist" name="adminskinvar-newpluginlist"></a>
6435 <h1>AdminSkinvar: newpluginlist</h1>
6436 <p>Option tags of a select box of plugins of non-installation are output.</p>
6437 <h2>Arguments</h2>
6438 <p>None</p>
6439 <h2>Skintypes</h2>
6440 <p>
6441 pluginlist
6442 </p>
6443 <h2>Examples</h2>
6444 <pre>
6445 &lt;%newpluginlist%&gt;
6446 </pre>
6447 </div>
6448
6449
6450 <div class="page">
6451 <a id="adminskinvar-editplugoptionslist" name="adminskinvar-editplugoptionslist"></a>
6452 <h1>AdminSkinvar: editplugoptionslist</h1>
6453 <p>Plugin options are output.</p>
6454 <h2>Arguments</h2>
6455 <p>templateName</p>
6456 <h2>Skintypes</h2>
6457 <p>
6458 pluginoptions
6459 </p>
6460 <h2>Examples</h2>
6461 <pre>
6462 &lt;%editplugoptionslist(admin/default)%&gt;
6463 </pre>
6464 </div>
6465
6466
6467 <div class="page">
6468 <a id="adminskinvar-defblogselect" name="adminskinvar-defblogselect"></a>
6469 <h1>AdminSkinvar: defblogselect</h1>
6470 <p>The select box from which blog in default is chosen is output.</p>
6471 <h2>Arguments</h2>
6472 <p>templateName</p>
6473 <h2>Skintypes</h2>
6474 <p>
6475 settingsedit
6476 </p>
6477 <h2>Examples</h2>
6478 <pre>
6479 &lt;%defblogselect(admin/default)%&gt;
6480 </pre>
6481 </div>
6482
6483
6484 <div class="page">
6485 <a id="adminskinvar-configsettingsedit" name="adminskinvar-configsettingsedit"></a>
6486 <h1>AdminSkinvar: configsettingsedit</h1>
6487 <p>The form about the setting of a site is output.</p>
6488 <h2>Arguments</h2>
6489 <p>Type(DefaultListSize or SessionCookie or URLMode)</p>
6490 <h2>Skintypes</h2>
6491 <p>
6492 settingsedit
6493 </p>
6494 <h2>Examples</h2>
6495 <pre>
6496 &lt;%configsettingsedit(URLMode)%&gt;
6497 </pre>
6498 </div>
6499
6500
6501 <div class="page">
6502 <a id="adminskinvar-configsettingsyesno" name="adminskinvar-configsettingsyesno"></a>
6503 <h1>AdminSkinvar: configsettingsyesno</h1>
6504 <p>The form answered at yes or no about the setting of a site is output.</p>
6505 <h2>Arguments</h2>
6506 <p>Type($CONF keys),tabindex</p>
6507 <h2>Skintypes</h2>
6508 <p>
6509 settingsedit
6510 </p>
6511 <h2>Examples</h2>
6512 <pre>
6513 &lt;%configsettingsyesno(DisableSite, 10060)%&gt;
6514 </pre>
6515 </div>
6516
6517
6518 <div class="page">
6519 <a id="adminskinvar-outputspecialdirs" name="adminskinvar-outputspecialdirs"></a>
6520 <h1>AdminSkinvar: outputspecialdirs</h1>
6521 <p>A path of a special directory is output.</p>
6522 <h2>Arguments</h2>
6523 <p>Type(nucleusdir or mediadir)</p>
6524 <h2>Skintypes</h2>
6525 <p>
6526 settingsedit
6527 </p>
6528 <h2>Examples</h2>
6529 <pre>
6530 &lt;%outputspecialdirs(mediadir)%&gt;
6531 </pre>
6532 </div>
6533
6534
6535 <div class="page">
6536 <a id="adminskinvar-jstoolbaroptions" name="adminskinvar-jstoolbaroptions"></a>
6537 <h1>AdminSkinvar: jstoolbaroptions</h1>
6538 <p>The select box from which the type of the tool bar of javascript is chosen is output.</p>
6539 <h2>Arguments</h2>
6540 <p>None</p>
6541 <h2>Skintypes</h2>
6542 <p>
6543 settingsedit
6544 </p>
6545 <h2>Examples</h2>
6546 <pre>
6547 &lt;%jstoolbaroptions%&gt;
6548 </pre>
6549 </div>
6550
6551
6552 <div class="page">
6553 <a id="adminskinvar-mediadirwarning" name="adminskinvar-mediadirwarning"></a>
6554 <h1>AdminSkinvar: mediadirwarning</h1>
6555 <p>Warning of a media directory is output.</p>
6556 <h2>Arguments</h2>
6557 <p>None</p>
6558 <h2>Skintypes</h2>
6559 <p>
6560 settingsedit
6561 </p>
6562 <h2>Examples</h2>
6563 <pre>
6564 &lt;%mediadirwarning%&gt;
6565 </pre>
6566 </div>
6567
6568
6569 <div class="page">
6570 <a id="adminskinvar-passrequestvars" name="adminskinvar-passrequestvars"></a>
6571 <h1>AdminSkinvar: passrequestvars</h1>
6572 <p>Place holder</p>
6573 <h2>Arguments</h2>
6574 <p>None</p>
6575 <h2>Skintypes</h2>
6576 <p>
6577 showlogin
6578 </p>
6579 <h2>Examples</h2>
6580 <pre>
6581 &lt;%passrequestvars%&gt;
6582 </pre>
6583 </div>
6584
6585
6586 <div class="page">
6587 <a id="adminskinvar-editskintype" name="adminskinvar-editskintype"></a>
6588 <h1>AdminSkinvar: editskintype</h1>
6589 <p>Information on the skintype which is being edited is output.</p>
6590 <h2>Arguments</h2>
6591 <p>Type(id or name or desc or type or content or skintype or skintyperaw or prefix or mode)</p>
6592 <h2>Skintypes</h2>
6593 <p>
6594         <ul>
6595                 <li>skindelete</li>
6596                 <li>skinedittype</li>
6597                 <li>skinremovetype</li>
6598         </ul>
6599 </p>
6600 <h2>Examples</h2>
6601 <pre>
6602 &lt;%editskintype(mode)%&gt;
6603 </pre>
6604 </div>
6605
6606
6607 <div class="page">
6608 <a id="adminskinvar-editskin" name="adminskinvar-editskin"></a>
6609 <h1>AdminSkinvar: editskin</h1>
6610 <p>Information on the skin which is being edited is output.</p>
6611 <h2>Arguments</h2>
6612 <p>Type(id or name or desc or type or prefix or mode)</p>
6613 <h2>Skintypes</h2>
6614 <p>
6615 skinedit
6616 </p>
6617 <h2>Examples</h2>
6618 <pre>
6619 &lt;%editskin(desc)%&gt;
6620 </pre>
6621 </div>
6622
6623
6624 <div class="page">
6625 <a id="adminskinvar-specialskinlist" name="adminskinvar-specialskinlist"></a>
6626 <h1>AdminSkinvar: specialskinlist</h1>
6627 <p>A list of special skins is output.</p>
6628 <h2>Arguments</h2>
6629 <p>templateName</p>
6630 <h2>Skintypes</h2>
6631 <p>
6632 skinedit
6633 </p>
6634 <h2>Examples</h2>
6635 <pre>
6636 &lt;%specialskinlist(admin/default)%&gt;
6637 </pre>
6638 </div>
6639
6640
6641 <div class="page">
6642 <a id="adminskinvar-allowedskinactions" name="adminskinvar-allowedskinactions"></a>
6643 <h1>AdminSkinvar: allowedskinactions</h1>
6644 <p>A list with a link to help in practicable skin vars is output by the skin type of skin which is being edited at present.</p>
6645 <h2>Arguments</h2>
6646 <p>None</p>
6647 <h2>Skintypes</h2>
6648 <p>
6649 skinedittype
6650 </p>
6651 <h2>Examples</h2>
6652 <pre>
6653 &lt;%allowedskinactions%&gt;
6654 </pre>
6655 </div>
6656
6657
6658 <div class="page">
6659 <a id="adminskinvar-skineditallowedlist" name="adminskinvar-skineditallowedlist"></a>
6660 <h1>AdminSkinvar: skineditallowedlist</h1>
6661 <p>A list of template or blogs is output as an argument of practicable skin vars by the skin type which is being edited at present.</p>
6662 <h2>Arguments</h2>
6663 <p>type(blog or temolate),templateName</p>
6664 <h2>Skintypes</h2>
6665 <p>
6666 skinedittype
6667 </p>
6668 <h2>Examples</h2>
6669 <pre>
6670 &lt;%skineditallowedlist(template,admin/default)%&gt;
6671 </pre>
6672 </div>
6673
6674
6675 <div class="page">
6676 <a id="adminskinvar-selectlocalskinfiles" name="adminskinvar-selectlocalskinfiles"></a>
6677 <h1>AdminSkinvar: selectlocalskinfiles</h1>
6678 <p>The select box from which imported skin is chosen is indicated.</p>
6679 <h2>Arguments</h2>
6680 <p>None</p>
6681 <h2>Skintypes</h2>
6682 <p>
6683 skinieoverview
6684 </p>
6685 <h2>Examples</h2>
6686 <pre>
6687 &lt;%selectlocalskinfiles%&gt;
6688 </pre>
6689 </div>
6690
6691
6692 <div class="page">
6693 <a id="adminskinvar-skinielist" name="adminskinvar-skinielist"></a>
6694 <h1>AdminSkinvar: skinielist</h1>
6695 <p>A list of extracted skin/template is shown to a file.</p>
6696 <h2>Arguments</h2>
6697 <p>type,templateName</p>
6698 <h2>Skintypes</h2>
6699 <p>
6700 skinieoverview
6701 </p>
6702 <h2>Examples</h2>
6703 <pre>
6704 &lt;%skinielist(template,admin/default)%&gt;
6705 </pre>
6706 </div>
6707
6708
6709 <div class="page">
6710 <a id="adminskinvar-skinoverview" name="adminskinvar-skinoverview"></a>
6711 <h1>AdminSkinvar: skinoverview</h1>
6712 <p>A list of skins.</p>
6713 <h2>Arguments</h2>
6714 <p>templateName</p>
6715 <h2>Skintypes</h2>
6716 <p>
6717 skinoverview
6718 </p>
6719 <h2>Examples</h2>
6720 <pre>
6721 &lt;%skinoverview(admin/default)%&gt;
6722 </pre>
6723 </div>
6724
6725
6726 <div class="page">
6727 <a id="adminskinvar-edittemplateinfo" name="adminskinvar-edittemplateinfo"></a>
6728 <h1>AdminSkinvar: edittemplateinfo</h1>
6729 <p>Information on the template which is being edited is output.</p>
6730 <h2>Arguments</h2>
6731 <p>type[,desc[,name[,help[,tabindex[,big[,tplt]]]]]]</p>
6732 <h2>Skintypes</h2>
6733 <p>
6734         <ul>
6735                 <li>templatedelete</li>
6736                 <li>templateedit</li>
6737         </ul>
6738 </p>
6739 <h2>Examples</h2>
6740 <pre>
6741 &lt;%edittemplateinfo(name)%&gt;
6742 </pre>
6743 </div>
6744
6745
6746 <div class="page">
6747 <a id="adminskinvar-templateoverview" name="adminskinvar-templateoverview"></a>
6748 <h1>AdminSkinvar: templateoverview</h1>
6749 <p>A list of templates.</p>
6750 <h2>Arguments</h2>
6751 <p>templateName</p>
6752 <h2>Skintypes</h2>
6753 <p>
6754 templateoverview
6755 </p>
6756 <h2>Examples</h2>
6757 <pre>
6758 &lt;%templateoverview(admin/default)%&gt;
6759 </pre>
6760 </div>
6761
6762
6763 <div class="page">
6764 <a id="adminskinvar-editmemberlist" name="adminskinvar-editmemberlist"></a>
6765 <h1>AdminSkinvar: editmemberlist</h1>
6766 <p>The members list which is being edited.</p>
6767 <h2>Arguments</h2>
6768 <p>templateName</p>
6769 <h2>Skintypes</h2>
6770 <p>
6771 usermanagement
6772 </p>
6773 <h2>Examples</h2>
6774 <pre>
6775 &lt;%editmemberlist(admin/default)%&gt;
6776 </pre>
6777 </div>
6778
6779 <div class="page">
6780 <a name="skinpartactionlog" id="skinpartactionlog"></a>
6781 <h1>Admin skins: actionlog</h1>
6782 <p>
6783 This skinpart is used to actionlog.
6784 </p>
6785 <p>
6786 Very basic buildup for a [Action Log]page page.
6787 </p>
6788 <pre>
6789
6790         &lt;%pagehead%&gt;
6791         
6792         &lt;p&gt;&lt;a href=&quot;&lt;%adminurl%&gt;index.php?action=manage&quot;&gt;(&lt;%text(_BACKTOMANAGE)%&gt;)&lt;/a&gt;&lt;/p&gt;
6793         
6794         &lt;h2&gt;&lt;%text(_ACTIONLOG_CLEAR_TITLE)%&gt;&lt;/h2&gt;
6795         &lt;p&gt;&lt;a href=&quot;&lt;%adminurl%&gt;&lt;%addtickettourl(index.php?action=clearactionlog)%&gt;&quot;&gt;&lt;%text(_ACTIONLOG_CLEAR_TEXT)%&gt;&lt;/a&gt;&lt;/p&gt;
6796         
6797         &lt;h2&gt;&lt;%text(_ACTIONLOG_TITLE)%&gt;&lt;/h2&gt;
6798         &lt;%actionloglist(admin/default)%&gt;
6799         &lt;%pagefoot%&gt;
6800
6801 </pre>
6802 </div><div class="page">
6803 <a name="skinpartactivate" id="skinpartactivate"></a>
6804 <h1>Admin skins: activate</h1>
6805 <p>
6806 This skinpart is used to activate.
6807 </p>
6808 <p>
6809 Very basic buildup for a [Account Activation]page page.
6810 </p>
6811 <pre>
6812
6813         &lt;%pagehead%&gt;
6814         &lt;h2&gt;&lt;%activationmessage(title)%&gt;&lt;/h2&gt;
6815         &lt;p&gt;&lt;%activationmessage(text)%&gt;&lt;/p&gt;
6816         &lt;p class=&quot;error&quot;&gt;&lt;%headmessage%&gt;&lt;/p&gt;
6817         &lt;%if(bechangepass)%&gt;
6818                 &lt;form action=&quot;&lt;%adminurl%&gt;index.php&quot; method=&quot;post&quot;&gt;
6819                 &lt;p&gt;
6820                 &lt;input type=&quot;hidden&quot; name=&quot;action&quot; value=&quot;activatesetpwd&quot; /&gt;
6821                 &lt;%ticket%&gt;
6822                 &lt;input type=&quot;hidden&quot; name=&quot;key&quot; value=&quot;&lt;%activationmessage(ackey)%&gt;&quot; /&gt;
6823                 &lt;/p&gt;
6824                 &lt;table frame=&quot;box&quot; rules=&quot;all&quot; summary=&quot;&lt;%text(_MEMBERS_SETPWD_BTN)%&gt;&quot;&gt;
6825                 &lt;tr&gt;
6826                 &lt;td&gt;&lt;%text(_MEMBERS_PWD)%&gt;&lt;/td&gt;
6827                 &lt;td&gt;&lt;input type=&quot;password&quot; maxlength=&quot;40&quot; size=&quot;16&quot; name=&quot;password&quot; /&gt;&lt;/td&gt;
6828                 &lt;/tr&gt;
6829                 &lt;tr&gt;
6830                 &lt;td&gt;&lt;%text(_MEMBERS_REPPWD)%&gt;&lt;/td&gt;
6831                 &lt;td&gt;&lt;input type=&quot;password&quot; maxlength=&quot;40&quot; size=&quot;16&quot; name=&quot;repeatpassword&quot; /&gt;&lt;/td&gt;
6832                 &lt;%eventformextra(activation)%&gt;
6833                 &lt;/tr&gt;
6834                 &lt;tr&gt;
6835                 &lt;td&gt;&lt;%text(_MEMBERS_SETPWD)%&gt;&lt;/td&gt;
6836                 &lt;td&gt;&lt;input type=&quot;submit&quot; value=&quot;&lt;%text(_MEMBERS_SETPWD_BTN)%&gt;&quot; /&gt;&lt;/td&gt;
6837                 &lt;/tr&gt;
6838                 &lt;/table&gt;
6839                 &lt;/form&gt;
6840                 &lt;%endif%&gt;
6841         &lt;%pagefoot%&gt;
6842
6843 </pre>
6844 </div><div class="page">
6845 <a name="skinpartactivatesetpwd" id="skinpartactivatesetpwd"></a>
6846 <h1>Admin skins: activatesetpwd</h1>
6847 <p>
6848 This skinpart is used to activatesetpwd.
6849 </p>
6850 <p>
6851 Very basic buildup for a [Set Password]page page.
6852 </p>
6853 <pre>
6854
6855         &lt;%pagehead%&gt;
6856         &lt;h2&gt;&lt;%text(_ACTIVATE_SUCCESS_TITLE)%&gt;&lt;/h2&gt;
6857         &lt;p&gt;&lt;%text(_ACTIVATE_SUCCESS_TEXT)%&gt;&lt;/p&gt;
6858         &lt;%pagefoot%&gt;
6859
6860 </pre>
6861 </div><div class="page">
6862 <a name="skinpartaddnewlog" id="skinpartaddnewlog"></a>
6863 <h1>Admin skins: addnewlog</h1>
6864 <p>
6865 This skinpart is used to addnewlog.
6866 </p>
6867 <p>
6868 Very basic buildup for a [New weblog created]page page.
6869 </p>
6870 <pre>
6871
6872         &lt;%pagehead%&gt;
6873         &lt;h2&gt;&lt;%text(_BLOGCREATED_TITLE)%&gt;&lt;/h2&gt;
6874         &lt;p&gt;&lt;%sprinttext(_BLOGCREATED_ADDEDTXT,&lt;|%createdblogsetting(name)%|&gt;)%&gt;&lt;/p&gt;
6875         &lt;ol&gt;
6876         &lt;li&gt;&lt;a href=&quot;#index_php&quot;&gt;&lt;%sprinttext(_BLOGCREATED_SIMPLEWAY,&lt;|%getblogsetting(short)%|&gt;)%&gt;&lt;/a&gt;&lt;/li&gt;
6877         &lt;li&gt;&lt;a href=&quot;#skins&quot;&gt;&lt;%text(_BLOGCREATED_ADVANCEDWAY)%&gt;&lt;/a&gt;&lt;/li&gt;
6878         &lt;/ol&gt;
6879         &lt;h3&gt;&lt;a id=&quot;index_php&quot;&gt;&lt;%sprinttext(_BLOGCREATED_SIMPLEDESC1,&lt;|%getblogsetting(short)%|&gt;)%&gt;&lt;/a&gt;&lt;/h3&gt;
6880         &lt;p&gt;&lt;%sprinttext(_BLOGCREATED_SIMPLEDESC2,&lt;|%getblogsetting(short)%|&gt;)%&gt;&lt;/p&gt;
6881         &lt;pre&gt;&lt;code&gt;&amp;lt;?php
6882         
6883         $CONF['Self'] = '&lt;b&gt;&lt;%blogsetting(short)%&gt;.php&lt;/b&gt;';
6884         
6885         include('&lt;i&gt;./config.php&lt;/i&gt;');
6886         
6887         selectBlog('&lt;b&gt;&lt;%blogsetting(short)%&gt;&lt;/b&gt;');
6888         selector();
6889         
6890         ?&amp;gt;&lt;/code&gt;&lt;/pre&gt;
6891         &lt;p&gt;&lt;%text(_BLOGCREATED_SIMPLEDESC3)%&gt;&lt;/p&gt;
6892         &lt;p&gt;&lt;%text(_BLOGCREATED_SIMPLEDESC4)%&gt;&lt;/p&gt;
6893         &lt;form action=&quot;&lt;%adminurl%&gt;index.php&quot; method=&quot;post&quot;&gt;
6894         &lt;p&gt;
6895         &lt;input type=&quot;hidden&quot; name=&quot;action&quot; value=&quot;addnewlog2&quot; /&gt;
6896         &lt;%ticket%&gt;
6897         &lt;input type=&quot;hidden&quot; name=&quot;blogid&quot; value=&quot;&lt;%requestblogid%&gt;&quot; /&gt;
6898         &lt;/p&gt;
6899         &lt;table&gt;
6900         &lt;tr&gt;
6901         &lt;td&gt;&lt;%text(_EBLOG_URL)%&gt;&lt;/td&gt;
6902         &lt;td&gt;&lt;input name=&quot;url&quot; maxlength=&quot;100&quot; size=&quot;40&quot; value=&quot;&lt;%sitevar(url)%&gt;&lt;%blogsetting(short)%&gt;.php&quot; /&gt;&lt;/td&gt;
6903         &lt;/tr&gt;
6904         &lt;tr&gt;
6905         &lt;td&gt;&lt;%text(_EBLOG_CREATE)%&gt;&lt;/td&gt;
6906         &lt;td&gt;&lt;input type=&quot;submit&quot; value=&quot;&lt;%text(_EBLOG_CREATE_BTN)%&gt;&quot; onclick=&quot;return checkSubmit();&quot; /&gt;&lt;/td&gt;
6907         &lt;/tr&gt;
6908         &lt;/table&gt;
6909         &lt;/form&gt;
6910         
6911         &lt;h3&gt;&lt;a id=&quot;skins&quot;&gt;&lt;%text(_BLOGCREATED_ADVANCEDWAY2)%&gt;&lt;/a&gt;&lt;/h3&gt;
6912         &lt;p&gt;&lt;%text(_BLOGCREATED_ADVANCEDWAY3)%&gt;&lt;/p&gt;
6913         
6914         &lt;form action=&quot;&lt;%adminurl%&gt;index.php&quot; method=&quot;post&quot;&gt;
6915         &lt;p&gt;
6916         &lt;input type=&quot;hidden&quot; name=&quot;action&quot; value=&quot;addnewlog2&quot; /&gt;
6917         &lt;%ticket%&gt;
6918         &lt;input type=&quot;hidden&quot; name=&quot;blogid&quot; value=&quot;&lt;%requestblogid%&gt;&quot; /&gt;
6919         &lt;/p&gt;
6920         &lt;table frame=&quot;box&quot; rules=&quot;all&quot; summary=&quot;&lt;%text(_BLOGCREATED_ADVANCEDWAY2)%&gt;&quot;&gt;
6921         &lt;tr&gt;
6922         &lt;td&gt;&lt;%text(_EBLOG_URL)%&gt;&lt;/td&gt;
6923         &lt;td&gt;&lt;input name=&quot;url&quot; maxlength=&quot;100&quot; size=&quot;40&quot; /&gt;&lt;/td&gt;
6924         &lt;/tr&gt;
6925         &lt;tr&gt;
6926         &lt;td&gt;&lt;%text(_EBLOG_CREATE)%&gt;&lt;/td&gt;
6927         &lt;td&gt;&lt;input type=&quot;submit&quot; value=&quot;&lt;%text(_EBLOG_CREATE_BTN)%&gt;&quot; onclick=&quot;return checkSubmit();&quot; /&gt;&lt;/td&gt;
6928         &lt;/tr&gt;
6929         &lt;/table&gt;
6930         &lt;/div&gt;
6931         &lt;/form&gt;&lt;%pagefoot%&gt;
6932
6933 </pre>
6934 </div><div class="page">
6935 <a name="skinpartadminerrorpage" id="skinpartadminerrorpage"></a>
6936 <h1>Admin skins: adminerrorpage</h1>
6937 <p>
6938 This skinpart is used to adminerrorpage.
6939 </p>
6940 <p>
6941 Very basic buildup for a Nucleus management...:[Error]page page.
6942 </p>
6943 <pre>
6944
6945         &lt;%pagehead%&gt;
6946         &lt;h2&gt;Error!&lt;/h2&gt;
6947         &lt;%headmessage%&gt;&lt;br /&gt;
6948         &lt;a href=&quot;&lt;%adminurl%&gt;index.php&quot; onclick=&quot;history.back()&quot;&gt;&lt;%text(_BACK)%&gt;&lt;/a&gt;
6949         &lt;%pagefoot%&gt;
6950
6951 </pre>
6952 </div><div class="page">
6953 <a name="skinpartadminskindelete" id="skinpartadminskindelete"></a>
6954 <h1>Admin skins: adminskindelete</h1>
6955 <p>
6956 This skinpart is used to adminskindelete.
6957 </p>
6958 <p>
6959 Very basic buildup for a Admin layout:[You're about to delete the skin named ]page page.
6960 </p>
6961 <pre>
6962
6963         &lt;%pagehead%&gt;
6964         &lt;h2&gt;&lt;%text(_DELETE_CONFIRM)%&gt;&lt;/h2&gt;
6965         
6966         &lt;form method=&quot;post&quot; action=&quot;&lt;%adminurl%&gt;index.php&quot;&gt;
6967         &lt;p&gt;&lt;%text(_CONFIRMTXT_SKIN)%&gt;&lt;b&gt;&lt;%editskintype(name)%&gt;&lt;/b&gt; (&lt;%editskintype(desc)%&gt;)&lt;/p&gt;
6968         &lt;input type=&quot;hidden&quot; name=&quot;action&quot; value=&quot;adminskindeleteconfirm&quot; /&gt;
6969         &lt;%ticket%&gt;
6970         &lt;input type=&quot;hidden&quot; name=&quot;skinid&quot; value=&quot;&lt;%editskintype(id)%&gt;&quot; /&gt;
6971         &lt;input type=&quot;submit&quot; tabindex=&quot;10&quot; value=&quot;&lt;%text(_DELETE_CONFIRM_BTN)%&gt;&quot; /&gt;
6972         &lt;/p&gt;
6973         &lt;/form&gt;
6974         &lt;%pagefoot%&gt;
6975
6976 </pre>
6977 </div><div class="page">
6978 <a name="skinpartadminskinedit" id="skinpartadminskinedit"></a>
6979 <h1>Admin skins: adminskinedit</h1>
6980 <p>
6981 This skinpart is used to adminskinedit.
6982 </p>
6983 <p>
6984 Very basic buildup for a Admin layout:[Edit skin]page page.
6985 </p>
6986 <pre>
6987
6988         &lt;%pagehead%&gt;
6989         &lt;p&gt;&lt;a href=&quot;&lt;%adminurl%&gt;index.php?action=adminskinoverview&quot;&gt;(&lt;%text(_SKIN_BACK)%&gt;)&lt;/a&gt;&lt;/p&gt;
6990         
6991         &lt;h2&gt;&lt;%text(_SKIN_EDITONE_TITLE)%&gt; '&lt;%editskin(name)%&gt;'&lt;/h2&gt;
6992         
6993         &lt;h3&gt;&lt;%text(_SKIN_PARTS_TITLE)%&gt;&lt;/h3&gt;
6994         &lt;%text(_SKIN_PARTS_MSG)%&gt;
6995         &lt;%normalskinlist(admin/default)%&gt;
6996         
6997         &lt;h3&gt;&lt;%text(_SKIN_PARTS_SPECIAL)%&gt;&lt;/h3&gt;
6998         &lt;form method=&quot;get&quot; action=&quot;&lt;%adminurl%&gt;index.php&quot;&gt;
6999         &lt;p&gt;
7000         &lt;input type=&quot;hidden&quot; name=&quot;action&quot; value=&quot;adminskinedittype&quot; /&gt;
7001         &lt;input type=&quot;hidden&quot; name=&quot;skinid&quot; value=&quot;&lt;%editskin(id)%&gt;&quot; /&gt;
7002         &lt;input name=&quot;type&quot; tabindex=&quot;89&quot; size=&quot;30&quot; maxlength=&quot;64&quot; /&gt;
7003         &lt;input type=&quot;submit&quot; tabindex=&quot;140&quot; value=&quot;&lt;%text(_SKIN_CREATE)%&gt;&quot; onclick=&quot;return checkSubmit();&quot; /&gt;
7004         &lt;/p&gt;
7005         &lt;/form&gt;
7006         &lt;%specialskinlist(admin/default)%&gt;
7007         
7008         &lt;h3&gt;&lt;%text(_SKIN_GENSETTINGS_TITLE)%&gt;&lt;/h3&gt;
7009         &lt;form method=&quot;post&quot; action=&quot;&lt;%adminurl%&gt;index.php&quot;&gt;
7010         &lt;p&gt;
7011         &lt;input type=&quot;hidden&quot; name=&quot;action&quot; value=&quot;adminskineditgeneral&quot; /&gt;
7012         &lt;%ticket%&gt;
7013         &lt;input type=&quot;hidden&quot; name=&quot;skinid&quot; value=&quot;&lt;%editskin(id)%&gt;&quot; /&gt;
7014         &lt;table frame=&quot;box&quot; rules=&quot;all&quot; summary=&quot;&lt;%text(_SKIN_GENSETTINGS_TITLE)%&gt;&quot;&gt;
7015         &lt;tr&gt;
7016         &lt;td&gt;&lt;%text(_SKIN_NAME)%&gt; &lt;%helplink(shortnames)%&gt;&lt;/td&gt;
7017         &lt;td&gt;&lt;input name=&quot;name&quot; value=&quot;&lt;%editskin(name)%&gt;&quot; maxlength=&quot;64&quot; size=&quot;30&quot; tabindex=&quot;90&quot; /&gt;&lt;/td&gt;
7018         &lt;/tr&gt;
7019         &lt;tr&gt;
7020         &lt;td&gt;&lt;%text(_SKIN_DESC)%&gt;&lt;/td&gt;
7021         &lt;td&gt;&lt;input name=&quot;desc&quot; value=&quot;&lt;%editskin(desc)%&gt;&quot; maxlength=&quot;200&quot; size=&quot;50&quot; tabindex=&quot;100&quot; /&gt;&lt;/td&gt;
7022         &lt;/tr&gt;
7023         &lt;tr&gt;
7024         &lt;td&gt;&lt;%text(_SKIN_TYPE)%&gt;&lt;/td&gt;
7025         &lt;td&gt;&lt;input name=&quot;type&quot; value=&quot;&lt;%editskin(type)%&gt;&quot; maxlength=&quot;40&quot; size=&quot;20&quot; tabindex=&quot;110&quot; /&gt;&lt;/td&gt;
7026         &lt;/tr&gt;
7027         &lt;tr&gt;
7028         &lt;td&gt;&lt;%text(_SKIN_INCLUDE_MODE)%&gt; &lt;%helplink(includemode)%&gt;&lt;/td&gt;
7029         &lt;td&gt;&lt;%editskin(mode)%&gt;&lt;/td&gt;
7030         &lt;/tr&gt;
7031         &lt;tr&gt;
7032         &lt;td&gt;&lt;%text(_SKIN_INCLUDE_PREFIX)%&gt; &lt;%helplink(includeprefix)%&gt;&lt;/td&gt;
7033         &lt;td&gt;&lt;input name=&quot;inc_prefix&quot; value=&quot;&lt;%editskin(prefix)%&gt;&quot; maxlength=&quot;40&quot; size=&quot;20&quot; tabindex=&quot;130&quot; /&gt;&lt;/td&gt;
7034         &lt;/tr&gt;
7035         &lt;tr&gt;
7036         &lt;td&gt;&lt;%text(_SKIN_CHANGE)%&gt;&lt;/td&gt;
7037         &lt;td&gt;&lt;input type=&quot;submit&quot; value=&quot;&lt;%text(_SKIN_CHANGE_BTN)%&gt;&quot; onclick=&quot;return checkSubmit();&quot; tabindex=&quot;140&quot; /&gt;&lt;/td&gt;
7038         &lt;/tr&gt;
7039         &lt;/table&gt;
7040         &lt;/p&gt;
7041         &lt;/form&gt;
7042         &lt;%pagefoot%&gt;
7043
7044 </pre>
7045 </div><div class="page">
7046 <a name="skinpartadminskinedittype" id="skinpartadminskinedittype"></a>
7047 <h1>Admin skins: adminskinedittype</h1>
7048 <p>
7049 This skinpart is used to adminskinedittype.
7050 </p>
7051 <p>
7052 Very basic buildup for a Admin layout:[Edit Skin]page page.
7053 </p>
7054 <pre>
7055
7056         &lt;%pagehead%&gt;
7057         &lt;p&gt;(&lt;a href=&quot;&lt;%adminurl%&gt;index.php?action=adminskinoverview&quot;&gt;&lt;%text(_SKIN_GOBACK)%&gt;&lt;/a&gt;)&lt;/p&gt;
7058         
7059         &lt;h2&gt;&lt;%text(_SKIN_EDITPART_TITLE)%&gt; '&lt;%editskintype(name)%&gt;': &lt;%editskintype(skintype)%&gt;&lt;/h2&gt;
7060         &lt;%headmessage%&gt;
7061         
7062         &lt;form method=&quot;post&quot; action=&quot;&lt;%adminurl%&gt;index.php&quot;&gt;
7063         &lt;p&gt;
7064         &lt;input type=&quot;hidden&quot; name=&quot;action&quot; value=&quot;adminskinupdate&quot; /&gt;
7065         &lt;%ticket%&gt;
7066         &lt;input type=&quot;hidden&quot; name=&quot;skinid&quot; value=&quot;&lt;%editskintype(id)%&gt;&quot; /&gt;
7067         &lt;input type=&quot;hidden&quot; name=&quot;type&quot; value=&quot;&lt;%editskintype(skintyperaw)%&gt;&quot; /&gt;
7068         &lt;input type=&quot;submit&quot; value=&quot;&lt;%text(_SKIN_UPDATE_BTN)%&gt;&quot; onclick=&quot;return checkSubmit();&quot; /&gt;
7069         &lt;input type=&quot;reset&quot; value=&quot;&lt;%text(_SKIN_RESET_BTN)%&gt;&quot; /&gt;
7070         (skin type: &lt;%editskintype(skintype)%&gt;)&lt;%skintypehelp%&gt;&lt;br /&gt;
7071         &lt;textarea class=&quot;skinedit&quot; tabindex=&quot;10&quot; rows=&quot;20&quot; cols=&quot;80&quot; name=&quot;content&quot;&gt;&lt;%editskintype(content)%&gt;&lt;/textarea&gt;&lt;br /&gt;
7072         &lt;input type=&quot;submit&quot; tabindex=&quot;20&quot; value=&quot;&lt;%text(_SKIN_UPDATE_BTN)%&gt;&quot; onclick=&quot;return checkSubmit();&quot; /&gt;
7073         &lt;input type=&quot;reset&quot; value=&quot;&lt;%text(_SKIN_RESET_BTN)%&gt;&quot; /&gt;
7074         (skin type: &lt;%editskintype(skintype)%&gt;)
7075         &lt;br /&gt;
7076         &lt;br /&gt;
7077         &lt;%text(_SKIN_ALLOWEDVARS)%&gt;
7078         &lt;%allowedskinactions%&gt;&lt;br /&gt;&lt;br /&gt;
7079         &lt;%text(_SKINEDIT_ALLOWEDTEMPLATESS)%&gt;
7080         &lt;%skineditallowedlist(template)%&gt;&lt;br /&gt;
7081         &lt;/p&gt;
7082         &lt;/form&gt;
7083         &lt;%pagefoot%&gt;
7084
7085 </pre>
7086 </div><div class="page">
7087 <a name="skinpartadminskiniedoimport" id="skinpartadminskiniedoimport"></a>
7088 <h1>Admin skins: adminskiniedoimport</h1>
7089 <p>
7090 This skinpart is used to adminskiniedoimport.
7091 </p>
7092 <p>
7093 Very basic buildup for a Admin layout:[Done Importing]page page.
7094 </p>
7095 <pre>
7096
7097         &lt;%pagehead%&gt;
7098         &lt;p&gt;&lt;a href=&quot;&lt;%adminurl%&gt;index.php?action=manage&quot;&gt;(&lt;%text(_BACKTOMANAGE)%&gt;)&lt;/a&gt;&lt;/p&gt;
7099         
7100         &lt;h2&gt;&lt;%text(_SKINIE_DONE)%&gt;&lt;/h2&gt;
7101         
7102         &lt;ul&gt;
7103         &lt;li&gt;&lt;p&gt;&lt;strong&gt;&lt;%text(_SKINIE_INFO_GENERAL)%&gt;&lt;/strong&gt; &lt;%importskininfo(info)%&gt;&lt;/p&gt;&lt;/li&gt;
7104         &lt;li&gt;&lt;p&gt;&lt;strong&gt;&lt;%text(_SKINIE_INFO_IMPORTEDSKINS)%&gt;&lt;/strong&gt; &lt;%importskininfo(snames)%&gt;&lt;/p&gt;&lt;/li&gt;
7105         &lt;li&gt;&lt;p&gt;&lt;strong&gt;&lt;%text(_SKINIE_INFO_IMPORTEDTEMPLS)%&gt;&lt;/strong&gt; &lt;%importskininfo(tnames)%&gt;&lt;/p&gt;&lt;/li&gt;
7106         &lt;/ul&gt;
7107         &lt;%pagefoot%&gt;
7108
7109 </pre>
7110 </div><div class="page">
7111 <a name="skinpartadminskinieimport" id="skinpartadminskinieimport"></a>
7112 <h1>Admin skins: adminskinieimport</h1>
7113 <p>
7114 This skinpart is used to adminskinieimport.
7115 </p>
7116 <p>
7117 Very basic buildup for a Admin layout:[About to import skins and templates]page page.
7118 </p>
7119 <pre>
7120
7121         &lt;%pagehead%&gt;
7122         &lt;p&gt;&lt;a href=&quot;&lt;%adminurl%&gt;index.php?action=adminskinieoverview&quot;&gt;(&lt;%text(_BACK)%&gt;)&lt;/a&gt;&lt;/p&gt;
7123         &lt;h2&gt;&lt;%text(_SKINIE_CONFIRM_TITLE)%&gt;&lt;/h2&gt;
7124         
7125         &lt;ul&gt;
7126         &lt;li&gt;&lt;strong&gt;&lt;%text(_SKINIE_INFO_GENERAL)%&gt;&lt;/strong&gt; &lt;%importskininfo(info)%&gt;&lt;/li&gt;
7127         &lt;li&gt;&lt;strong&gt;&lt;%text(_SKINIE_INFO_SKINS)%&gt;&lt;/strong&gt; &lt;%importskininfo(snames)%&gt;&lt;/li&gt;
7128         &lt;li&gt;&lt;strong&gt;&lt;%text(_SKINIE_INFO_TEMPLATES)%&gt;&lt;/strong&gt; &lt;%importskininfo(tnames)%&gt;&lt;/li&gt;
7129         &lt;%if(nameclashes)%&gt;
7130                 &lt;li&gt;&lt;strong style=&quot;color: red;&quot;&gt;&lt;%text(_SKINIE_INFO_SKINCLASH)%&gt;&lt;/strong&gt; &lt;%importskininfo(sclashes)%&gt;&lt;/li&gt;
7131                 &lt;li&gt;&lt;strong style=&quot;color: red;&quot;&gt;&lt;%text(_SKINIE_INFO_TEMPLCLASH)%&gt;&lt;/strong&gt; &lt;%importskininfo(tclashes)%&gt;&lt;/li&gt;
7132         &lt;%endif%&gt;
7133         &lt;/ul&gt;
7134         
7135         &lt;form method=&quot;post&quot; action=&quot;&lt;%adminurl%&gt;index.php&quot;&gt;
7136         &lt;p&gt;
7137         &lt;input type=&quot;hidden&quot; name=&quot;action&quot; value=&quot;adminskiniedoimport&quot; /&gt;
7138         &lt;%ticket%&gt;
7139         &lt;input type=&quot;hidden&quot; name=&quot;skinfile&quot; value=&quot;&lt;%importskininfo(skinfile)%&gt;&quot; /&gt;
7140         &lt;input type=&quot;hidden&quot; name=&quot;mode&quot; value=&quot;&lt;%importskininfo(mode)%&gt;&quot; /&gt;
7141         &lt;input type=&quot;submit&quot; value=&quot;&lt;%text(_SKINIE_CONFIRM_IMPORT)%&gt;&quot; /&gt;
7142         &lt;%if(nameclashes)%&gt;
7143                 &lt;br /&gt;
7144                 &lt;input type=&quot;checkbox&quot; name=&quot;overwrite&quot; value=&quot;1&quot; id=&quot;cb_overwrite&quot; /&gt;
7145                 &lt;label for=&quot;cb_overwrite&quot;&gt;&lt;%text(_SKINIE_CONFIRM_OVERWRITE)%&gt;&lt;/label&gt;
7146         &lt;%endif%&gt;
7147         &lt;/p&gt;
7148         &lt;/form&gt;
7149         &lt;%pagefoot%&gt;
7150
7151 </pre>
7152 </div><div class="page">
7153 <a name="skinpartadminskinieoverview" id="skinpartadminskinieoverview"></a>
7154 <h1>Admin skins: adminskinieoverview</h1>
7155 <p>
7156 This skinpart is used to adminskinieoverview.
7157 </p>
7158 <p>
7159 Very basic buildup for a Admin layout:[Import/Export]page page.
7160 </p>
7161 <pre>
7162
7163         &lt;%pagehead%&gt;
7164         &lt;p&gt;&lt;a href=&quot;&lt;%adminurl%&gt;index.php?action=manage&quot;&gt;(&lt;%text(_BACKTOMANAGE)%&gt;)&lt;/a&gt;&lt;/p&gt;
7165         
7166         &lt;h2&gt;&lt;%text(_SKINIE_TITLE_IMPORT)%&gt;&lt;/h2&gt;
7167         
7168         &lt;p&gt;
7169         &lt;label for=&quot;skinie_import_local&quot;&gt;&lt;%text(_SKINIE_LOCAL)%&gt;&lt;/label&gt;
7170         &lt;/p&gt;
7171         
7172         &lt;%if(superadmin)%&gt;
7173                 &lt;form method=&quot;post&quot; action=&quot;&lt;%adminurl%&gt;index.php&quot;&gt;
7174                 &lt;input type=&quot;hidden&quot; name=&quot;action&quot; value=&quot;adminskinieimport&quot; /&gt;
7175                 &lt;%ticket%&gt;
7176                 &lt;input type=&quot;hidden&quot; name=&quot;mode&quot; value=&quot;file&quot; /&gt;
7177                 &lt;select name=&quot;skinfile&quot; id=&quot;skinie_import_local&quot;&gt;
7178                 &lt;%selectlocalskinfiles%&gt;
7179                 &lt;/select&gt;
7180                 &lt;input type=&quot;submit&quot; value=&quot;&lt;%text(_SKINIE_BTN_IMPORT)%&gt;&quot; /&gt;
7181                 &lt;/form&gt;
7182         &lt;%else%&gt;
7183                 &lt;%text(_SKINIE_NOCANDIDATES)%&gt;
7184         &lt;%endif%&gt;
7185         &lt;/p&gt;
7186         
7187         &lt;form method=&quot;post&quot; action=&quot;&lt;%adminurl%&gt;index.php&quot;&gt;
7188         &lt;p&gt;
7189         &lt;em&gt;&lt;%text(_OR)%&gt;&lt;/em&gt;
7190         &lt;%ticket%&gt;
7191         &lt;input type=&quot;hidden&quot; name=&quot;action&quot; value=&quot;adminskinieimport&quot; /&gt;
7192         &lt;input type=&quot;hidden&quot; name=&quot;mode&quot; value=&quot;url&quot; /&gt;
7193         &lt;label for=&quot;skinie_import_url&quot;&gt;&lt;%text(_SKINIE_FROMURL)%&gt;&lt;/label&gt;
7194         &lt;input type=&quot;text&quot; name=&quot;skinfile&quot; id=&quot;skinie_import_url&quot; size=&quot;60&quot; value=&quot;http://&quot; /&gt;
7195         &lt;input type=&quot;submit&quot; value=&quot;&lt;%text(_SKINIE_BTN_IMPORT)%&gt;&quot; /&gt;
7196         &lt;/p&gt;
7197         &lt;/form&gt;
7198         
7199         &lt;h2&gt;&lt;%text(_SKINIE_TITLE_EXPORT)%&gt;&lt;/h2&gt;
7200         &lt;form method=&quot;post&quot; action=&quot;&lt;%adminurl%&gt;index.php&quot;&gt;
7201         &lt;p&gt;
7202         &lt;input type=&quot;hidden&quot; name=&quot;action&quot; value=&quot;adminskinieexport&quot; /&gt;
7203         &lt;%ticket%&gt;
7204         &lt;%text(_SKINIE_EXPORT_INTRO)%&gt;
7205         &lt;/p&gt;
7206         
7207         &lt;table frame=&quot;box&quot; rules=&quot;all&quot; summary=&quot;&lt;%text(_SKINIE_TITLE_EXPORT)%&gt;&quot;&gt;
7208         &lt;tr&gt;
7209         &lt;th colspan=&quot;2&quot;&gt;&lt;%text(_SKINIE_EXPORT_SKINS)%&gt;&lt;/th&gt;
7210         &lt;/tr&gt;
7211         &lt;tr&gt;
7212         &lt;%skinielist(skin,admin/default)%&gt;
7213         &lt;th colspan=&quot;2&quot;&gt;&lt;%text(_SKINIE_EXPORT_TEMPLATES)%&gt;&lt;/th&gt;
7214         &lt;/tr&gt;
7215         &lt;tr&gt;
7216         &lt;%skinielist(template,admin/default)%&gt;
7217         &lt;th colspan=&quot;2&quot;&gt;&lt;%text(_SKINIE_EXPORT_EXTRA)%&gt;&lt;/th&gt;
7218         &lt;/tr&gt;
7219         &lt;tr&gt;
7220         &lt;td colspan=&quot;2&quot;&gt;&lt;textarea cols=&quot;40&quot; rows=&quot;5&quot; name=&quot;info&quot;&gt;&lt;/textarea&gt;&lt;/td&gt;
7221         &lt;/tr&gt;
7222         &lt;tr&gt;
7223         &lt;th colspan=&quot;2&quot;&gt;&lt;%text(_SKINIE_TITLE_EXPORT)%&gt;&lt;/th&gt;
7224         &lt;/tr&gt;
7225         &lt;tr&gt;
7226         &lt;td colspan=&quot;2&quot;&gt;&lt;input type=&quot;submit&quot; value=&quot;&lt;%text(_SKINIE_BTN_EXPORT)%&gt;&quot; /&gt;&lt;/td&gt;
7227         &lt;/tr&gt;
7228         &lt;/table&gt;
7229         &lt;/form&gt;
7230         &lt;%pagefoot%&gt;
7231
7232 </pre>
7233 </div><div class="page">
7234 <a name="skinpartadminskinoverview" id="skinpartadminskinoverview"></a>
7235 <h1>Admin skins: adminskinoverview</h1>
7236 <p>
7237 This skinpart is used to adminskinoverview.
7238 </p>
7239 <p>
7240 Very basic buildup for a Admin layout:[Skins]page page.
7241 </p>
7242 <pre>
7243
7244         &lt;%pagehead%&gt;
7245         &lt;p&gt;&lt;a href=&quot;&lt;%adminurl%&gt;index.php?action=manage&quot;&gt;(&lt;%text(_BACKTOMANAGE)%&gt;)&lt;/a&gt;&lt;/p&gt;
7246         &lt;h2&gt;&lt;%text(_SKIN_EDIT_TITLE)%&gt;&lt;/h2&gt;
7247         
7248         &lt;h3&gt;&lt;%text(_SKIN_AVAILABLE_TITLE)%&gt;&lt;/h3&gt;
7249         &lt;%skinoverview(admin/default)%&gt;
7250         
7251         &lt;h3&gt;&lt;%text(_SKIN_NEW_TITLE)%&gt;&lt;/h3&gt;
7252         &lt;form method=&quot;post&quot; action=&quot;&lt;%adminurl%&gt;&quot;&gt;
7253         &lt;p&gt;
7254         &lt;input type=&quot;hidden&quot; name=&quot;action&quot; value=&quot;adminskinnew&quot; /&gt;
7255         &lt;%ticket%&gt;
7256         &lt;table frame=&quot;box&quot; rules=&quot;all&quot; summary=&quot;&lt;%text(_SKIN_NEW_TITLE)%&gt;&quot;&gt;
7257         &lt;tr&gt;
7258         &lt;td&gt;&lt;%text(_SKIN_NAME)%&gt; &lt;%helplink(shortnames)%&gt;&lt;/td&gt;
7259         &lt;td&gt;&lt;input name=&quot;name&quot; tabindex=&quot;10010&quot; maxlength=&quot;20&quot; size=&quot;20&quot; /&gt;&lt;/td&gt;
7260         &lt;/tr&gt;
7261         &lt;tr&gt;
7262         &lt;td&gt;&lt;%text(_SKIN_DESC)%&gt;&lt;/td&gt;
7263         &lt;td&gt;&lt;input name=&quot;desc&quot; tabindex=&quot;10020&quot; maxlength=&quot;200&quot; size=&quot;50&quot; /&gt;&lt;/td&gt;
7264         &lt;/tr&gt;
7265         &lt;tr&gt;
7266         &lt;td&gt;&lt;%text(_SKIN_CREATE)%&gt;&lt;/td&gt;
7267         &lt;td&gt;&lt;input type=&quot;submit&quot; tabindex=&quot;10030&quot; value=&quot;&lt;%text(_SKIN_CREATE_BTN)%&gt;&quot; onclick=&quot;return checkSubmit();&quot; /&gt;&lt;/td&gt;
7268         &lt;/tr&gt;
7269         &lt;/table&gt;
7270         &lt;/p&gt;
7271         &lt;/form&gt;
7272         &lt;%pagefoot%&gt;
7273
7274 </pre>
7275 </div><div class="page">
7276 <a name="skinpartadminskinremovetype" id="skinpartadminskinremovetype"></a>
7277 <h1>Admin skins: adminskinremovetype</h1>
7278 <p>
7279 This skinpart is used to adminskinremovetype.
7280 </p>
7281 <p>
7282 Very basic buildup for a Admin layout:[Do you really want to delete this special skin part?]page page.
7283 </p>
7284 <pre>
7285
7286         &lt;%pagehead%&gt;
7287         &lt;h2&gt;&lt;%text(_DELETE_CONFIRM)%&gt;&lt;/h2&gt;
7288         &lt;p&gt;&lt;%text(_CONFIRMTXT_SKIN_PARTS_SPECIAL)%&gt;&lt;br /&gt;
7289         &lt;b&gt;&lt;%editskintype(skintype)%&gt; (&lt;%editskintype(name)%&gt;)&lt;/b&gt; (&lt;%editskintype(desc)%&gt;)&lt;/p&gt;
7290         &lt;form method=&quot;post&quot; action=&quot;&lt;%adminurl%&gt;index.php&quot;&gt;
7291         &lt;p&gt;
7292         &lt;input type=&quot;hidden&quot; name=&quot;action&quot; value=&quot;adminskinremovetypeconfirm&quot; /&gt;
7293         &lt;%ticket%&gt;
7294         &lt;input type=&quot;hidden&quot; name=&quot;skinid&quot; value=&quot;&lt;%editskintype(id)%&gt;&quot; /&gt;
7295         &lt;input type=&quot;hidden&quot; name=&quot;type&quot; value=&quot;&lt;%editskintype(skintype)%&gt;&quot; /&gt;
7296         &lt;input type=&quot;submit&quot; tabindex=&quot;10&quot; value=&quot;&lt;%text(_DELETE_CONFIRM_BTN)%&gt;&quot; /&gt;
7297         &lt;/p&gt;
7298         &lt;/form&gt;
7299         &lt;%pagefoot%&gt;
7300
7301 </pre>
7302 </div><div class="page">
7303 <a name="skinpartadmintemplatedelete" id="skinpartadmintemplatedelete"></a>
7304 <h1>Admin skins: admintemplatedelete</h1>
7305 <p>
7306 This skinpart is used to admintemplatedelete.
7307 </p>
7308 <p>
7309 Very basic buildup for a Admin layout:[You're about to delete the template named ]page page.
7310 </p>
7311 <pre>
7312
7313         &lt;%pagehead%&gt;
7314         &lt;h2&gt;&lt;%text(_DELETE_CONFIRM)%&gt;&lt;/h2&gt;
7315         &lt;p&gt;&lt;%text(_CONFIRMTXT_TEMPLATE)%&gt;&lt;b&gt;&lt;%edittemplateinfo(name)%&gt;&lt;/b&gt; (&lt;%edittemplateinfo(desc)%&gt;)&lt;/p&gt;
7316         &lt;form method=&quot;post&quot; action=&quot;&lt;%adminurl%&gt;index.php&quot;&gt;
7317         &lt;p&gt;
7318         &lt;input type=&quot;hidden&quot; name=&quot;action&quot; value=&quot;admintemplatedeleteconfirm&quot; /&gt;
7319         &lt;%ticket%&gt;
7320         &lt;input type=&quot;hidden&quot; name=&quot;templateid&quot; value=&quot;&lt;%edittemplateinfo(id)%&gt;&quot; /&gt;
7321         &lt;input type=&quot;submit&quot; tabindex=&quot;10&quot; value=&quot;&lt;%text(_DELETE_CONFIRM_BTN)%&gt;&quot; /&gt;
7322         &lt;/p&gt;
7323         &lt;/form&gt;
7324         &lt;%pagefoot%&gt;
7325
7326 </pre>
7327 </div><div class="page">
7328 <a name="skinpartadmintemplateedit" id="skinpartadmintemplateedit"></a>
7329 <h1>Admin skins: admintemplateedit</h1>
7330 <p>
7331 This skinpart is used to admintemplateedit.
7332 </p>
7333 <p>
7334 Very basic buildup for a Admin layout:[Edit Template]page page.
7335 </p>
7336 <pre>
7337
7338         &lt;%pagehead%&gt;
7339         &lt;p&gt;&lt;a href=&quot;&lt;%adminurl%&gt;index.php?action=admintemplateoverview&quot;&gt;(&lt;%text(_TEMPLATE_BACK)%&gt;)&lt;/a&gt;&lt;/p&gt;
7340         
7341         &lt;h2&gt;&lt;%text(_TEMPLATE_EDIT_TITLE)%&gt; '&lt;%edittemplateinfo(name)%&gt;'&lt;/h2&gt;
7342         &lt;%headmessage%&gt;
7343         
7344         &lt;p&gt;&lt;%text(_TEMPLATE_EDIT_MSG)%&gt;&lt;/p&gt;
7345         
7346         &lt;form method=&quot;post&quot; action=&quot;&lt;%adminurl%&gt;index.php&quot;&gt;
7347         &lt;p&gt;
7348         &lt;input type=&quot;hidden&quot; name=&quot;action&quot; value=&quot;admintemplateupdate&quot; /&gt;
7349         &lt;%ticket%&gt;
7350         &lt;input type=&quot;hidden&quot; name=&quot;templateid&quot; value=&quot;&lt;%edittemplateinfo(id)%&gt;&quot; /&gt;
7351         &lt;/p&gt;
7352         &lt;table frame=&quot;box&quot; rules=&quot;all&quot; summary=&quot;&lt;%text(_TEMPLATE_EDIT_TITLE)%&gt;&quot;&gt;
7353         &lt;tr&gt;
7354         &lt;th colspan=&quot;2&quot;&gt;&lt;%text(_TEMPLATE_SETTINGS)%&gt;&lt;/th&gt;
7355         &lt;/tr&gt;
7356         &lt;tr&gt;
7357         &lt;td&gt;&lt;%text(_TEMPLATE_NAME)%&gt; &lt;%helplink(shortnames)%&gt;&lt;/td&gt;
7358         &lt;td&gt;&lt;input name=&quot;tname&quot; tabindex=&quot;4&quot; size=&quot;20&quot; maxlength=&quot;20&quot; value=&quot;&lt;%edittemplateinfo(name)%&gt;&quot; /&gt;&lt;/td&gt;
7359         &lt;/tr&gt;
7360         &lt;tr&gt;
7361         &lt;td&gt;&lt;%text(_TEMPLATE_DESC)%&gt;&lt;/td&gt;
7362         &lt;td&gt;&lt;input name=&quot;tdesc&quot; tabindex=&quot;5&quot; size=&quot;50&quot; maxlength=&quot;200&quot; value=&quot;&lt;%edittemplateinfo(desc)%&gt;&quot; /&gt;&lt;/td&gt;
7363         &lt;/tr&gt;
7364         &lt;tr&gt;
7365         &lt;th colspan=&quot;2&quot;&gt;&lt;%text(_TEMPLATE_UPDATE)%&gt;&lt;/th&gt;
7366         &lt;/tr&gt;
7367         &lt;tr&gt;
7368         &lt;td&gt;&lt;%text(_TEMPLATE_UPDATE)%&gt;&lt;/td&gt;
7369         &lt;td&gt;
7370         &lt;input type=&quot;submit&quot; tabindex=&quot;6&quot; value=&quot;&lt;%text(_TEMPLATE_UPDATE_BTN)%&gt;&quot; onclick=&quot;return checkSubmit();&quot; /&gt;
7371         &lt;input type=&quot;reset&quot; tabindex=&quot;7&quot; value=&quot;&lt;%text(_TEMPLATE_RESET_BTN)%&gt;&quot; /&gt;
7372         &lt;/td&gt;
7373         &lt;/tr&gt;
7374         &lt;tr&gt;
7375         &lt;th colspan=&quot;2&quot;&gt;&lt;%text(_QMENU_LAYOUT_SKINS)%&gt;&lt;/th&gt;
7376         &lt;%edittemplateinfo(row, _ADM_TPLPT_NORMALSKINLIST_HEAD, NORMALSKINLIST_HEAD, ,8)%&gt;
7377         &lt;%edittemplateinfo(row, _ADM_TPLPT_NORMALSKINLIST_BODY, NORMALSKINLIST_BODY, ,9)%&gt;
7378         &lt;%edittemplateinfo(row, _ADM_TPLPT_NORMALSKINLIST_FOOT, NORMALSKINLIST_FOOT, ,10)%&gt;
7379         &lt;%edittemplateinfo(row, _ADM_TPLPT_SPECIALSKINLIST_HEAD, SPECIALSKINLIST_HEAD, , 11)%&gt;
7380         &lt;%edittemplateinfo(row, _ADM_TPLPT_SPECIALSKINLIST_BODY, SPECIALSKINLIST_BODY, , 12)%&gt;
7381         &lt;%edittemplateinfo(row, _ADM_TPLPT_SPECIALSKINLIST_FOOT, SPECIALSKINLIST_FOOT, , 13)%&gt;
7382         &lt;%edittemplateinfo(row, _ADM_TPLPT_SKINIE_EXPORT_LIST, SKINIE_EXPORT_LIST, , 17)%&gt;
7383         &lt;/tr&gt;
7384         &lt;tr&gt;
7385         &lt;th colspan=&quot;2&quot;&gt;&lt;%text(_QMENU_LAYOUT_TEMPL)%&gt;&lt;/th&gt;
7386         &lt;%edittemplateinfo(row, _ADM_TPLPT_TEMPLATE_EDIT_EXPLUGNAME, TEMPLATE_EDIT_EXPLUGNAME, , 18)%&gt;
7387         &lt;%edittemplateinfo(row, _ADM_TPLPT_TEMPLATE_EDIT_ROW_HEAD, TEMPLATE_EDIT_ROW_HEAD, , 19)%&gt;
7388         &lt;%edittemplateinfo(row, _ADM_TPLPT_TEMPLATE_EDIT_ROW_TAIL, TEMPLATE_EDIT_ROW_TAIL, , 20)%&gt;
7389         &lt;/tr&gt;
7390         &lt;tr&gt;
7391         &lt;th colspan=&quot;2&quot;&gt;&lt;%text(_SKINABLEADMIN_ADMINAREAHEADLINK)%&gt;&lt;/th&gt;
7392         &lt;%edittemplateinfo(row, _ADM_TPLPT_ADMIN_BLOGLINK, ADMIN_BLOGLINK, , 21)%&gt;
7393         &lt;/tr&gt;
7394         &lt;tr&gt;
7395         &lt;th colspan=&quot;2&quot;&gt;&lt;%text(_SKINABLEADMIN_BATCH)%&gt;&lt;/th&gt;
7396         &lt;%edittemplateinfo(row, _ADM_TPLPT_ADMIN_BATCHLIST, ADMIN_BATCHLIST, , 22)%&gt;
7397         &lt;/tr&gt;
7398         &lt;tr&gt;
7399         &lt;th colspan=&quot;2&quot;&gt;&lt;%text(_QMENU_ACTIVATE)%&gt;&lt;/th&gt;
7400         &lt;%edittemplateinfo(row, _ADM_TPLPT_ACTIVATE_FORGOT_TITLE, ACTIVATE_FORGOT_TITLE, , 23)%&gt;
7401         &lt;%edittemplateinfo(row, _ADM_TPLPT_ACTIVATE_FORGOT_TEXT, ACTIVATE_FORGOT_TEXT, , 24)%&gt;
7402         &lt;%edittemplateinfo(row, _ADM_TPLPT_ACTIVATE_REGISTER_TITLE, ACTIVATE_REGISTER_TITLE, , 25)%&gt;
7403         &lt;%edittemplateinfo(row, _ADM_TPLPT_ACTIVATE_REGISTER_TEXT, ACTIVATE_REGISTER_TEXT, , 26)%&gt;
7404         &lt;%edittemplateinfo(row, _ADM_TPLPT_ACTIVATE_CHANGE_TITLE, ACTIVATE_CHANGE_TITLE, , 27)%&gt;
7405         &lt;%edittemplateinfo(row, _ADM_TPLPT_ACTIVATE_CHANGE_TEXT, ACTIVATE_CHANGE_TEXT, , 28)%&gt;
7406         &lt;/tr&gt;
7407         &lt;tr&gt;
7408         &lt;th colspan=&quot;2&quot;&gt;&lt;%text(_QMENU_MANAGE_SYSTEM)%&gt;&lt;/th&gt;
7409         &lt;%edittemplateinfo(row, _ADM_TPLPT_SYSTEMINFO_GDSETTINGS, SYSTEMINFO_GDSETTINGS, , 29)%&gt;
7410         &lt;/tr&gt;
7411         &lt;tr&gt;
7412         &lt;th colspan=&quot;2&quot;&gt;&lt;%text(_BLOGLIST_BANS)%&gt;&lt;/th&gt;
7413         &lt;%edittemplateinfo(row, _ADM_TPLPT_BANLIST_DELETED_LIST, BANLIST_DELETED_LIST, , 30)%&gt;
7414         &lt;/tr&gt;
7415         &lt;tr&gt;
7416         &lt;th colspan=&quot;2&quot;&gt;&lt;%text(_SKINABLEADMIN_TPLSETTING_INGENERAL)%&gt;&lt;/th&gt;
7417         &lt;%edittemplateinfo(row, _ADM_TPLPT_INSERT_PLUGOPTION_TITLE, INSERT_PLUGOPTION_TITLE, , 31)%&gt;
7418         &lt;%edittemplateinfo(row, _ADM_TPLPT_INSERT_PLUGOPTION_BODY, INSERT_PLUGOPTION_BODY, , 32)%&gt;
7419         &lt;%edittemplateinfo(row, _ADM_TPLPT_INPUTYESNO_TEMPLATE_ADMIN, INPUTYESNO_TEMPLATE_ADMIN, , 33)%&gt;
7420         &lt;%edittemplateinfo(row, _ADM_TPLPT_INPUTYESNO_TEMPLATE_NORMAL, INPUTYESNO_TEMPLATE_NORMAL, , 34)%&gt;
7421         &lt;%edittemplateinfo(row, _ADM_TPLPT_ADMIN_CUSTOMHELPLINK_ICON, ADMIN_CUSTOMHELPLINK_ICON, , 35)%&gt;
7422         &lt;%edittemplateinfo(row, _ADM_TPLPT_ADMIN_CUSTOMHELPLINK_ANCHOR, ADMIN_CUSTOMHELPLINK_ANCHOR, , 36)%&gt;
7423         &lt;/tr&gt;
7424         &lt;tr&gt;
7425         &lt;th colspan=&quot;2&quot;&gt;&lt;%text(_SKINABLEADMIN_SHOWLIST_LISTPLUG_SELECT)%&gt;&lt;/th&gt;
7426         &lt;%edittemplateinfo(row, _ADM_TPLPT_SHOWLIST_LISTPLUG_SELECT_HEAD, SHOWLIST_LISTPLUG_SELECT_HEAD, , 37)%&gt;
7427         &lt;%edittemplateinfo(row, _ADM_TPLPT_SHOWLIST_LISTPLUG_SELECT_BODY, SHOWLIST_LISTPLUG_SELECT_BODY, , 38)%&gt;
7428         &lt;%edittemplateinfo(row, _ADM_TPLPT_SHOWLIST_LISTPLUG_SELECT_FOOT, SHOWLIST_LISTPLUG_SELECT_FOOT, , 39)%&gt;
7429         &lt;/tr&gt;
7430         &lt;tr&gt;
7431         &lt;th colspan=&quot;2&quot;&gt;&lt;%text(_SKINABLEADMIN_SHOWLIST_LISTPLUG_TABLE)%&gt;&lt;/th&gt;
7432         &lt;%edittemplateinfo(row, _ADM_TPLPT_SHOWLIST_LISTPLUG_TABLE_HEAD, SHOWLIST_LISTPLUG_TABLE_HEAD, , 40)%&gt;
7433         &lt;%edittemplateinfo(row, _ADM_TPLPT_SHOWLIST_LISTPLUG_TABLE_BODY, SHOWLIST_LISTPLUG_TABLE_BODY, , 41)%&gt;
7434         &lt;%edittemplateinfo(row, _ADM_TPLPT_SHOWLIST_LISTPLUG_TABLE_FOOT, SHOWLIST_LISTPLUG_TABLE_FOOT, , 42)%&gt;
7435         &lt;%edittemplateinfo(row, _ADM_TPLPT_SHOWLIST_LISTPLUG_TABLE_MEMBLIST_HEAD, SHOWLIST_LISTPLUG_TABLE_MEMBLIST_HEAD, , 43)%&gt;
7436         &lt;%edittemplateinfo(row, _ADM_TPLPT_SHOWLIST_LISTPLUG_TABLE_MEMBLIST_BODY, SHOWLIST_LISTPLUG_TABLE_MEMBLIST_BODY, , 44)%&gt;
7437         &lt;%edittemplateinfo(row, _ADM_TPLPT_SHOWLIST_LISTPLUG_TABLE_MEMBLIST_FOOT, SHOWLIST_LISTPLUG_TABLE_MEMBLIST_FOOT, , 45)%&gt;
7438         &lt;%edittemplateinfo(row, _ADM_TPLPT_SHOWLIST_LISTPLUG_TABLE_TEAMLIST_HEAD, SHOWLIST_LISTPLUG_TABLE_TEAMLIST_HEAD, , 46)%&gt;
7439         &lt;%edittemplateinfo(row, _ADM_TPLPT_SHOWLIST_LISTPLUG_TABLE_TEAMLIST_BODY, SHOWLIST_LISTPLUG_TABLE_TEAMLIST_BODY, , 47)%&gt;
7440         &lt;%edittemplateinfo(row, _ADM_TPLPT_SHOWLIST_LISTPLUG_TABLE_TEAMLIST_FOOT, SHOWLIST_LISTPLUG_TABLE_TEAMLIST_FOOT, , 48)%&gt;
7441         &lt;%edittemplateinfo(row, _ADM_TPLPT_SHOWLIST_LISTPLUG_TABLE_PLUGLIST_HEAD, SHOWLIST_LISTPLUG_TABLE_PLUGLIST_HEAD, , 49)%&gt;
7442         &lt;%edittemplateinfo(row, _ADM_TPLPT_SHOWLIST_LISTPLUG_TABLE_PLUGLIST_BODY, SHOWLIST_LISTPLUG_TABLE_PLUGLIST_BODY, , 50)%&gt;
7443         &lt;%edittemplateinfo(row, _ADM_TPLPT_SHOWLIST_LISTPLUG_TABLE_PLUGLIST_GURL, SHOWLIST_LISTPLUG_TABLE_PLUGLIST_GURL, , 51)%&gt;
7444         &lt;%edittemplateinfo(row, _ADM_TPLPT_SHOWLIST_LISTPLUG_TABLE_PLUGEVENTLIST, SHOWLIST_LISTPLUG_TABLE_PLUGEVENTLIST, , 52)%&gt;
7445         &lt;%edittemplateinfo(row, _ADM_TPLPT_SHOWLIST_LISTPLUG_TABLE_PLUGNEDUPDATE, SHOWLIST_LISTPLUG_TABLE_PLUGNEDUPDATE, , 53)%&gt;
7446         &lt;%edittemplateinfo(row, _ADM_TPLPT_SHOWLIST_LISTPLUG_TABLE_PLUGIN_DEPEND, SHOWLIST_LISTPLUG_TABLE_PLUGIN_DEPEND, , 54)%&gt;
7447         &lt;%edittemplateinfo(row, _ADM_TPLPT_SHOWLIST_LISTPLUG_TABLE_PLUGIN_DEPREQ, SHOWLIST_LISTPLUG_TABLE_PLUGIN_DEPREQ, , 55)%&gt;
7448         &lt;%edittemplateinfo(row, _ADM_TPLPT_SHOWLIST_LISTPLUG_TABLE_PLUGLISTFALSE, SHOWLIST_LISTPLUG_TABLE_PLUGLISTFALSE, , 56)%&gt;
7449         &lt;%edittemplateinfo(row, _ADM_TPLPT_SHOWLIST_LISTPLUG_TABLE_PLUGLIST_ACTN, SHOWLIST_LISTPLUG_TABLE_PLUGLIST_ACTN, , 57)%&gt;
7450         &lt;%edittemplateinfo(row, _ADM_TPLPT_SHOWLIST_LISTPLUG_TABLE_PLUGLIST_ADMN, SHOWLIST_LISTPLUG_TABLE_PLUGLIST_ADMN, , 58)%&gt;
7451         &lt;%edittemplateinfo(row, _ADM_TPLPT_SHOWLIST_LISTPLUG_TABLE_PLUGLIST_HELP, SHOWLIST_LISTPLUG_TABLE_PLUGLIST_HELP, , 59)%&gt;
7452         &lt;%edittemplateinfo(row, _ADM_TPLPT_SHOWLIST_LISTPLUG_TABLE_PLUGOPTSETURL, SHOWLIST_LISTPLUG_TABLE_PLUGOPTSETURL, , 60)%&gt;
7453         &lt;%edittemplateinfo(row, _ADM_TPLPT_SHOWLIST_LISTPLUG_TABLE_PLUGLIST_FOOT, SHOWLIST_LISTPLUG_TABLE_PLUGLIST_FOOT, , 61)%&gt;
7454         &lt;%edittemplateinfo(row, _ADM_TPLPT_SHOWLIST_LISTPLUG_TABLE_POPTLIST_HEAD, SHOWLIST_LISTPLUG_TABLE_POPTLIST_HEAD, , 62)%&gt;
7455         &lt;%edittemplateinfo(row, _ADM_TPLPT_SHOWLIST_LISTPLUG_TABLE_POPTLIST_BODY, SHOWLIST_LISTPLUG_TABLE_POPTLIST_BODY, , 63)%&gt;
7456         &lt;%edittemplateinfo(row, _ADM_TPLPT_SHOWLIST_LISTPLUG_TABLE_PLGOPT_OYESNO, SHOWLIST_LISTPLUG_TABLE_PLGOPT_OYESNO, , 64)%&gt;
7457         &lt;%edittemplateinfo(row, _ADM_TPLPT_SHOWLIST_LISTPLUG_TABLE_PLGOPT_OPWORD, SHOWLIST_LISTPLUG_TABLE_PLGOPT_OPWORD, , 65)%&gt;
7458         &lt;%edittemplateinfo(row, _ADM_TPLPT_SHOWLIST_LISTPLUG_TABLE_PLGOPT_OSELEP, SHOWLIST_LISTPLUG_TABLE_PLGOPT_OSELEP, , 66)%&gt;
7459         &lt;%edittemplateinfo(row, _ADM_TPLPT_SHOWLIST_LISTPLUG_TABLE_PLGOPT_OSELEO, SHOWLIST_LISTPLUG_TABLE_PLGOPT_OSELEO, , 67)%&gt;
7460         &lt;%edittemplateinfo(row, _ADM_TPLPT_SHOWLIST_LISTPLUG_TABLE_PLGOPT_OSELEC, SHOWLIST_LISTPLUG_TABLE_PLGOPT_OSELEC, , 68)%&gt;
7461         &lt;%edittemplateinfo(row, _ADM_TPLPT_SHOWLIST_LISTPLUG_TABLE_PLGOPT_OTAREA, SHOWLIST_LISTPLUG_TABLE_PLGOPT_OTAREA, , 69)%&gt;
7462         &lt;%edittemplateinfo(row, _ADM_TPLPT_SHOWLIST_LISTPLUG_TABLE_PLGOPT_OITEXT, SHOWLIST_LISTPLUG_TABLE_PLGOPT_OITEXT, , 70)%&gt;
7463         &lt;%edittemplateinfo(row, _ADM_TPLPT_SHOWLIST_LISTPLUG_TABLE_PLUGOPTN_FOOT, SHOWLIST_LISTPLUG_TABLE_PLUGOPTN_FOOT, , 71)%&gt;
7464         &lt;%edittemplateinfo(row, _ADM_TPLPT_SHOWLIST_LISTPLUG_TABLE_POPTLIST_FOOT, SHOWLIST_LISTPLUG_TABLE_POPTLIST_FOOT, , 72)%&gt;
7465         &lt;%edittemplateinfo(row, _ADM_TPLPT_SHOWLIST_LISTPLUG_TABLE_ITEMLIST_HEAD, SHOWLIST_LISTPLUG_TABLE_ITEMLIST_HEAD, , 73)%&gt;
7466         &lt;%edittemplateinfo(row, _ADM_TPLPT_SHOWLIST_LISTPLUG_TABLE_ITEMLIST_BODY, SHOWLIST_LISTPLUG_TABLE_ITEMLIST_BODY, , 74)%&gt;
7467         &lt;%edittemplateinfo(row, _ADM_TPLPT_SHOWLIST_LISTPLUG_TABLE_ITEMLIST_FOOT, SHOWLIST_LISTPLUG_TABLE_ITEMLIST_FOOT, , 75)%&gt;
7468         &lt;%edittemplateinfo(row, _ADM_TPLPT_SHOWLIST_LISTPLUG_TABLE_CMNTLIST_HEAD, SHOWLIST_LISTPLUG_TABLE_CMNTLIST_HEAD, , 76)%&gt;
7469         &lt;%edittemplateinfo(row, _ADM_TPLPT_SHOWLIST_LISTPLUG_TABLE_CMNTLIST_BODY, SHOWLIST_LISTPLUG_TABLE_CMNTLIST_BODY, , 77)%&gt;
7470         &lt;%edittemplateinfo(row, _ADM_TPLPT_SHOWLIST_LISTPLUG_TABLE_CMNTLIST_ABAN, SHOWLIST_LISTPLUG_TABLE_CMNTLIST_ABAN, , 78)%&gt;
7471         &lt;%edittemplateinfo(row, _ADM_TPLPT_SHOWLIST_LISTPLUG_TABLE_CMNTLIST_FOOT, SHOWLIST_LISTPLUG_TABLE_CMNTLIST_FOOT, , 79)%&gt;
7472         &lt;%edittemplateinfo(row, _ADM_TPLPT_SHOWLIST_LISTPLUG_TABLE_BLOGLIST_HEAD, SHOWLIST_LISTPLUG_TABLE_BLOGLIST_HEAD, , 80)%&gt;
7473         &lt;%edittemplateinfo(row, _ADM_TPLPT_SHOWLIST_LISTPLUG_TABLE_BLOGLIST_BODY, SHOWLIST_LISTPLUG_TABLE_BLOGLIST_BODY, , 81)%&gt;
7474         &lt;%edittemplateinfo(row, _ADM_TPLPT_SHOWLIST_LISTPLUG_TABLE_BLIST_BD_TADM, SHOWLIST_LISTPLUG_TABLE_BLIST_BD_TADM, , 82)%&gt;
7475         &lt;%edittemplateinfo(row, _ADM_TPLPT_SHOWLIST_LISTPLUG_TABLE_BLIST_BD_SADM, SHOWLIST_LISTPLUG_TABLE_BLIST_BD_SADM, , 83)%&gt;
7476         &lt;%edittemplateinfo(row, _ADM_TPLPT_SHOWLIST_LISTPLUG_TABLE_BLOGLIST_FOOT, SHOWLIST_LISTPLUG_TABLE_BLOGLIST_FOOT, , 84)%&gt;
7477         &lt;%edittemplateinfo(row, _ADM_TPLPT_SHOWLIST_LISTPLUG_TABLE_BLOGSNAM_HEAD, SHOWLIST_LISTPLUG_TABLE_BLOGSNAM_HEAD, , 85)%&gt;
7478         &lt;%edittemplateinfo(row, _ADM_TPLPT_SHOWLIST_LISTPLUG_TABLE_BLOGSNAM_BODY, SHOWLIST_LISTPLUG_TABLE_BLOGSNAM_BODY, , 86)%&gt;
7479         &lt;%edittemplateinfo(row, _ADM_TPLPT_SHOWLIST_LISTPLUG_TABLE_BLOGSNAM_FOOT, SHOWLIST_LISTPLUG_TABLE_BLOGSNAM_FOOT, , 87)%&gt;
7480         &lt;%edittemplateinfo(row, _ADM_TPLPT_SHOWLIST_LISTPLUG_TABLE_SHORTNAM_HEAD, SHOWLIST_LISTPLUG_TABLE_SHORTNAM_HEAD, , 88)%&gt;
7481         &lt;%edittemplateinfo(row, _ADM_TPLPT_SHOWLIST_LISTPLUG_TABLE_SHORTNAM_BODY, SHOWLIST_LISTPLUG_TABLE_SHORTNAM_BODY, , 89)%&gt;
7482         &lt;%edittemplateinfo(row, _ADM_TPLPT_SHOWLIST_LISTPLUG_TABLE_SHORTNAM_FOOT, SHOWLIST_LISTPLUG_TABLE_SHORTNAM_FOOT, , 90)%&gt;
7483         &lt;%edittemplateinfo(row, _ADM_TPLPT_SHOWLIST_LISTPLUG_TABLE_CATELIST_HEAD, SHOWLIST_LISTPLUG_TABLE_CATELIST_HEAD, , 91)%&gt;
7484         &lt;%edittemplateinfo(row, _ADM_TPLPT_SHOWLIST_LISTPLUG_TABLE_CATELIST_BODY, SHOWLIST_LISTPLUG_TABLE_CATELIST_BODY, , 92)%&gt;
7485         &lt;%edittemplateinfo(row, _ADM_TPLPT_SHOWLIST_LISTPLUG_TABLE_CATELIST_FOOT, SHOWLIST_LISTPLUG_TABLE_CATELIST_FOOT, , 93)%&gt;
7486         &lt;%edittemplateinfo(row, _ADM_TPLPT_SHOWLIST_LISTPLUG_TABLE_TPLTLIST_HEAD, SHOWLIST_LISTPLUG_TABLE_TPLTLIST_HEAD, , 94)%&gt;
7487         &lt;%edittemplateinfo(row, _ADM_TPLPT_SHOWLIST_LISTPLUG_TABLE_TPLTLIST_BODY, SHOWLIST_LISTPLUG_TABLE_TPLTLIST_BODY, , 95)%&gt;
7488         &lt;%edittemplateinfo(row, _ADM_TPLPT_SHOWLIST_LISTPLUG_TABLE_TPLTLIST_FOOT, SHOWLIST_LISTPLUG_TABLE_TPLTLIST_FOOT, , 96)%&gt;
7489         &lt;%edittemplateinfo(row, _ADM_TPLPT_SHOWLIST_LISTPLUG_TABLE_SKINLIST_HEAD, SHOWLIST_LISTPLUG_TABLE_SKINLIST_HEAD, , 97)%&gt;
7490         &lt;%edittemplateinfo(row, _ADM_TPLPT_SHOWLIST_LISTPLUG_TABLE_SKINLIST_BODY, SHOWLIST_LISTPLUG_TABLE_SKINLIST_BODY, , 98)%&gt;
7491         &lt;%edittemplateinfo(row, _ADM_TPLPT_SHOWLIST_LISTPLUG_TABLE_SKINLIST_FOOT, SHOWLIST_LISTPLUG_TABLE_SKINLIST_FOOT, , 99)%&gt;
7492         &lt;%edittemplateinfo(row, _ADM_TPLPT_SHOWLIST_LISTPLUG_TABLE_DRFTLIST_HEAD, SHOWLIST_LISTPLUG_TABLE_DRFTLIST_HEAD, , 100)%&gt;
7493         &lt;%edittemplateinfo(row, _ADM_TPLPT_SHOWLIST_LISTPLUG_TABLE_DRFTLIST_BODY, SHOWLIST_LISTPLUG_TABLE_DRFTLIST_BODY, , 101)%&gt;
7494         &lt;%edittemplateinfo(row, _ADM_TPLPT_SHOWLIST_LISTPLUG_TABLE_DRFTLIST_FOOT, SHOWLIST_LISTPLUG_TABLE_DRFTLIST_FOOT, , 102)%&gt;
7495         &lt;%edittemplateinfo(row, _ADM_TPLPT_SHOWLIST_LISTPLUG_TABLE_ACTNLIST_HEAD, SHOWLIST_LISTPLUG_TABLE_ACTNLIST_HEAD, , 103)%&gt;
7496         &lt;%edittemplateinfo(row, _ADM_TPLPT_SHOWLIST_LISTPLUG_TABLE_ACTNLIST_BODY, SHOWLIST_LISTPLUG_TABLE_ACTNLIST_BODY, , 104)%&gt;
7497         &lt;%edittemplateinfo(row, _ADM_TPLPT_SHOWLIST_LISTPLUG_TABLE_ACTNLIST_FOOT, SHOWLIST_LISTPLUG_TABLE_ACTNLIST_FOOT, , 105)%&gt;
7498         &lt;%edittemplateinfo(row, _ADM_TPLPT_SHOWLIST_LISTPLUG_TABLE_IBANLIST_HEAD, SHOWLIST_LISTPLUG_TABLE_IBANLIST_HEAD, , 106)%&gt;
7499         &lt;%edittemplateinfo(row, _ADM_TPLPT_SHOWLIST_LISTPLUG_TABLE_IBANLIST_BODY, SHOWLIST_LISTPLUG_TABLE_IBANLIST_BODY, , 107)%&gt;
7500         &lt;%edittemplateinfo(row, _ADM_TPLPT_SHOWLIST_LISTPLUG_TABLE_IBANLIST_FOOT, SHOWLIST_LISTPLUG_TABLE_IBANLIST_FOOT, , 108)%&gt;
7501         &lt;/tr&gt;
7502         &lt;tr&gt;
7503         &lt;th colspan=&quot;2&quot;&gt;&lt;%text(_SKINABLEADMIN_PLUGIN_QUICKMENU)%&gt;&lt;/th&gt;
7504         &lt;%edittemplateinfo(row, _ADM_TPLPT_PLUGIN_QUICKMENU_TITLE, PLUGIN_QUICKMENU_TITLE, , 109)%&gt;
7505         &lt;%edittemplateinfo(row, _ADM_TPLPT_PLUGIN_QUICKMENU_HEAD, PLUGIN_QUICKMENU_HEAD, , 110)%&gt;
7506         &lt;%edittemplateinfo(row, _ADM_TPLPT_PLUGIN_QUICKMENU_BODY, PLUGIN_QUICKMENU_BODY, , 111)%&gt;
7507         &lt;%edittemplateinfo(row, _ADM_TPLPT_PLUGIN_QUICKMENU_FOOT, PLUGIN_QUICKMENU_FOOT, , 112)%&gt;
7508         &lt;/tr&gt;
7509         &lt;tr&gt;
7510         &lt;th colspan=&quot;2&quot;&gt;&lt;%text(_TEMPLATE_PLUGIN_FIELDS)%&gt;&lt;/th&gt;
7511         &lt;%edittemplateinfo(extratemplate,admin/default)%&gt;
7512         &lt;/tr&gt;
7513         &lt;tr&gt;
7514         &lt;th colspan=&quot;2&quot;&gt;&lt;%text(_TEMPLATE_UPDATE)%&gt;&lt;/th&gt;
7515         &lt;/tr&gt;
7516         &lt;tr&gt;
7517         &lt;td&gt;&lt;%text(_TEMPLATE_UPDATE)%&gt;&lt;/td&gt;
7518         &lt;td&gt;
7519         &lt;input type=&quot;submit&quot; tabindex=&quot;800&quot; value=&quot;&lt;%text(_TEMPLATE_UPDATE_BTN)%&gt;&quot; onclick=&quot;return checkSubmit();&quot; /&gt;
7520         &lt;input type=&quot;reset&quot; tabindex=&quot;810&quot; value=&quot;&lt;%text(_TEMPLATE_RESET_BTN)%&gt;&quot; /&gt;
7521         &lt;/td&gt;
7522         &lt;/tr&gt;
7523         &lt;/table&gt;
7524         &lt;/form&gt;
7525         &lt;%pagefoot%&gt;
7526
7527 </pre>
7528 </div><div class="page">
7529 <a name="skinpartadmntemplateoverview" id="skinpartadmntemplateoverview"></a>
7530 <h1>Admin skins: admntemplateoverview</h1>
7531 <p>
7532 This skinpart is used to admntemplateoverview.
7533 </p>
7534 <p>
7535 Very basic buildup for a Admin layout:[Template overview]page page.
7536 </p>
7537 <pre>
7538
7539         &lt;%pagehead%&gt;
7540         &lt;p&gt;&lt;a href=&quot;&lt;%adminurl%&gt;index.php?action=manage&quot;&gt;(&lt;%text(_BACKTOMANAGE)%&gt;)&lt;/a&gt;&lt;/p&gt;
7541         &lt;h2&gt;&lt;%text(_TEMPLATE_TITLE)%&gt;&lt;/h2&gt;
7542         
7543         &lt;h3&gt;&lt;%text(_TEMPLATE_AVAILABLE_TITLE)%&gt;&lt;/h3&gt;
7544         &lt;%templateoverview(admin/default)%&gt;
7545         
7546         &lt;h3&gt;&lt;%text(_TEMPLATE_NEW_TITLE)%&gt;&lt;/h3&gt;
7547         &lt;form method=&quot;post&quot; action=&quot;&lt;%adminurl%&gt;index.php&quot;&gt;
7548         &lt;div&gt;
7549         &lt;input name=&quot;action&quot; value=&quot;admintemplatenew&quot; type=&quot;hidden&quot; /&gt;
7550         &lt;%ticket%&gt;
7551         &lt;table frame=&quot;box&quot; rules=&quot;all&quot; summary=&quot;&lt;%text(_TEMPLATE_NEW_TITLE)%&gt;&quot;&gt;
7552         &lt;tr&gt;
7553         &lt;td&gt;&lt;%text(_TEMPLATE_NAME)%&gt; &lt;%helplink(shortnames)%&gt;&lt;/td&gt;
7554         &lt;td&gt;&lt;input name=&quot;name&quot; tabindex=&quot;10010&quot; maxlength=&quot;20&quot; size=&quot;20&quot; /&gt;&lt;/td&gt;
7555         &lt;/tr&gt;
7556         &lt;tr&gt;
7557         &lt;td&gt;&lt;%text(_TEMPLATE_DESC)%&gt;&lt;/td&gt;
7558         &lt;td&gt;&lt;input name=&quot;desc&quot; tabindex=&quot;10020&quot; maxlength=&quot;200&quot; size=&quot;50&quot; /&gt;&lt;/td&gt;
7559         &lt;/tr&gt;
7560         &lt;tr&gt;
7561         &lt;td&gt;&lt;%text(_TEMPLATE_CREATE)%&gt;&lt;/td&gt;
7562         &lt;td&gt;&lt;input type=&quot;submit&quot; tabindex=&quot;10030&quot; value=&quot;&lt;%text(_TEMPLATE_CREATE_BTN)%&gt;&quot; onclick=&quot;return checkSubmit();&quot; /&gt;&lt;/td&gt;
7563         &lt;/tr&gt;
7564         &lt;/table&gt;
7565         &lt;/div&gt;
7566         &lt;/form&gt;
7567         &lt;%pagefoot%&gt;
7568
7569 </pre>
7570 </div><div class="page">
7571 <a name="skinpartbackupoverview" id="skinpartbackupoverview"></a>
7572 <h1>Admin skins: backupoverview</h1>
7573 <p>
7574 This skinpart is used to backupoverview.
7575 </p>
7576 <p>
7577 Very basic buildup for a [Backups]page page.
7578 </p>
7579 <pre>
7580
7581         &lt;%pagehead%&gt;
7582         &lt;p&gt;&lt;a href=&quot;&lt;%adminurl%&gt;index.php?action=manage&quot;&gt;(&lt;%text(_BACKTOMANAGE)%&gt;)&lt;/a&gt;&lt;/p&gt;
7583         &lt;h2&gt;&lt;%text(_BACKUPS_TITLE)%&gt;&lt;/h2&gt;
7584         &lt;h3&gt;&lt;%text(_BACKUP_TITLE)%&gt;&lt;/h3&gt;
7585         &lt;p&gt;&lt;%text(_BACKUP_INTRO)%&gt;&lt;/p&gt;
7586         &lt;form method=&quot;post&quot; action=&quot;&lt;%adminurl%&gt;index.php&quot;&gt;
7587         &lt;p&gt;
7588         &lt;input type=&quot;hidden&quot; name=&quot;action&quot; value=&quot;backupcreate&quot; /&gt;
7589         &lt;%ticket%&gt;
7590         &lt;input type=&quot;radio&quot; name=&quot;gzip&quot; value=&quot;1&quot; checked=&quot;checked&quot; id=&quot;gzip_yes&quot; tabindex=&quot;10&quot; /&gt;&lt;label for=&quot;gzip_yes&quot;&gt;&lt;%text(_BACKUP_ZIP_YES)%&gt;&lt;/label&gt;&lt;br /&gt;
7591         &lt;input type=&quot;radio&quot; name=&quot;gzip&quot; value=&quot;0&quot; id=&quot;gzip_no&quot; tabindex=&quot;10&quot; /&gt;&lt;label for=&quot;gzip_no&quot; &gt;&lt;%text(_BACKUP_ZIP_NO)%&gt;&lt;/label&gt;&lt;br /&gt;&lt;br /&gt;
7592         &lt;input type=&quot;submit&quot; value=&quot;&lt;%text(_BACKUP_BTN)%&gt;&quot; tabindex=&quot;20&quot; /&gt;
7593         &lt;/p&gt;
7594         &lt;/form&gt;
7595         &lt;div class=&quot;note&quot;&gt;&lt;%text(_BACKUP_NOTE)%&gt;&lt;/div&gt;
7596         &lt;h3&gt;&lt;%text(_RESTORE_TITLE)%&gt;&lt;/h3&gt;
7597         &lt;div class=&quot;note&quot;&gt;&lt;%text(_RESTORE_NOTE)%&gt;&lt;/div&gt;
7598         &lt;p&gt;&lt;%text(_RESTORE_INTRO)%&gt;&lt;/p&gt;
7599         &lt;form method=&quot;post&quot; action=&quot;&lt;%adminurl%&gt;index.php&quot; enctype=&quot;multipart/form-data&quot;&gt;
7600         &lt;p&gt;
7601         &lt;input type=&quot;hidden&quot; name=&quot;action&quot; value=&quot;backuprestore&quot; /&gt;
7602         &lt;%ticket%&gt;
7603         &lt;input name=&quot;backup_file&quot; type=&quot;file&quot; tabindex=&quot;30&quot; /&gt;
7604         &lt;br /&gt;&lt;br /&gt;
7605         &lt;input type=&quot;submit&quot; value=&quot;&lt;%text(_RESTORE_BTN)%&gt;&quot; tabindex=&quot;40&quot; /&gt;&lt;br /&gt;
7606         &lt;input type=&quot;checkbox&quot; name=&quot;letsgo&quot; value=&quot;1&quot; id=&quot;letsgo&quot; tabindex=&quot;50&quot; /&gt;&lt;label for=&quot;letsgo&quot;&gt;&lt;%text(_RESTORE_IMSURE)%&gt;&lt;/label&gt;&lt;br /&gt;
7607         &lt;%text(_RESTORE_WARNING)%&gt;
7608         &lt;/p&gt;
7609         &lt;/form&gt;
7610         &lt;%pagefoot%&gt;
7611
7612 </pre>
7613 </div><div class="page">
7614 <a name="skinpartbackuprestore" id="skinpartbackuprestore"></a>
7615 <h1>Admin skins: backuprestore</h1>
7616 <p>
7617 This skinpart is used to backuprestore.
7618 </p>
7619 <p>
7620 Very basic buildup for a [Restore Complete]page page.
7621 </p>
7622 <pre>
7623
7624         &lt;%pagehead%&gt;
7625         &lt;h2&gt;&lt;%text(_RESTORE_COMPLETE)%&gt;&lt;/h2&gt;
7626         &lt;%pagefoot%&gt;
7627
7628 </pre>
7629 </div><div class="page">
7630 <a name="skinpartbanlist" id="skinpartbanlist"></a>
7631 <h1>Admin skins: banlist</h1>
7632 <p>
7633 This skinpart is used to banlist.
7634 </p>
7635 <p>
7636 Very basic buildup for a [Ban List for]page page.
7637 </p>
7638 <pre>
7639
7640         &lt;%pagehead%&gt;
7641         &lt;p&gt;&lt;a href=&quot;&lt;%adminurl%&gt;index.php?action=overview&quot;&gt;(&lt;%text(_BACKHOME)%&gt;)&lt;/a&gt;&lt;/p&gt;
7642         &lt;h2&gt;&lt;%text(_BAN_TITLE)%&gt; '&lt;%adminbloglink(admin/default)%&gt;'&lt;/h2&gt;
7643         &lt;%adminbanlist%&gt;
7644         &lt;h2&gt;&lt;%text(_BAN_NEW_TITLE)%&gt;&lt;/h2&gt;
7645         &lt;p&gt;&lt;a href=&quot;&lt;%adminurl%&gt;index.php?action=banlistnew&amp;amp;blogid=&lt;%requestblogid%&gt;&quot;&gt;&lt;%text(_BAN_NEW_TEXT)%&gt;&lt;/a&gt;&lt;/p&gt;&lt;%pagefoot%&gt;
7646
7647 </pre>
7648 </div><div class="page">
7649 <a name="skinpartbanlistdelete" id="skinpartbanlistdelete"></a>
7650 <h1>Admin skins: banlistdelete</h1>
7651 <p>
7652 This skinpart is used to banlistdelete.
7653 </p>
7654 <p>
7655 Very basic buildup for a [Remove Ban]page page.
7656 </p>
7657 <pre>
7658
7659         &lt;%pagehead%&gt;
7660         &lt;h2&gt;&lt;%text(_BAN_REMOVE_TITLE)%&gt;&lt;/h2&gt;
7661         
7662         &lt;form method=&quot;post&quot; action=&quot;&lt;%adminurl%&gt;index.php&quot;&gt;
7663         
7664         &lt;h3&gt;&lt;%text(_BAN_IPRANGE)%&gt;&lt;/h3&gt;
7665         
7666         &lt;p&gt;
7667         &lt;%text(_CONFIRMTXT_BAN)%&gt; &lt;%requestiprange%&gt;
7668         &lt;input name=&quot;iprange&quot; type=&quot;hidden&quot; value=&quot;&lt;%requestiprange%&gt;&quot; /&gt;
7669         &lt;/p&gt;
7670         
7671         &lt;h3&gt;&lt;%text(_BAN_BLOGS)%&gt;&lt;/h3&gt;
7672         
7673         &lt;div&gt;
7674         &lt;input type=&quot;hidden&quot; name=&quot;blogid&quot; value=&quot;&lt;%requestblogid%&gt;&quot; /&gt;
7675         &lt;input name=&quot;allblogs&quot; type=&quot;radio&quot; value=&quot;0&quot; id=&quot;allblogs_one&quot; /&gt;
7676         &lt;label for=&quot;allblogs_one&quot;&gt;&lt;%sprinttext(_BAN_BANBLOGNAME,&lt;|%getblogsetting(name)%|&gt;)%&gt;&lt;/label&gt;
7677         &lt;br /&gt;
7678         &lt;input name=&quot;allblogs&quot; type=&quot;radio&quot; value=&quot;1&quot; checked=&quot;checked&quot; id=&quot;allblogs_all&quot; /&gt;&lt;label for=&quot;allblogs_all&quot;&gt;&lt;%text(_BAN_ALLBLOGS)%&gt;&lt;/label&gt;
7679         &lt;/div&gt;
7680         
7681         &lt;h3&gt;&lt;%text(_BAN_DELETE_TITLE)%&gt;&lt;/h3&gt;
7682         
7683         &lt;div&gt;
7684         &lt;%ticket%&gt;
7685         &lt;input type=&quot;hidden&quot; name=&quot;action&quot; value=&quot;banlistdeleteconfirm&quot; /&gt;
7686         &lt;input type=&quot;submit&quot; value=&quot;&lt;%text(_DELETE_CONFIRM_BTN)%&gt;&quot; /&gt;
7687         &lt;/div&gt;
7688         
7689         &lt;/form&gt;
7690         &lt;%pagefoot%&gt;
7691
7692 </pre>
7693 </div><div class="page">
7694 <a name="skinpartbanlistdeleteconfirm" id="skinpartbanlistdeleteconfirm"></a>
7695 <h1>Admin skins: banlistdeleteconfirm</h1>
7696 <p>
7697 This skinpart is used to banlistdeleteconfirm.
7698 </p>
7699 <p>
7700 Very basic buildup for a [Ban Removed]page page.
7701 </p>
7702 <pre>
7703
7704         &lt;%pagehead%&gt;
7705         &lt;a href=&quot;&lt;%adminurl%&gt;index.php?action=banlist&amp;amp;blogid=&lt;%requestblogid%&gt;&quot;&gt;(&lt;%text(_BACK)%&gt;)&lt;/a&gt;
7706         &lt;h2&gt;&lt;%text(_BAN_REMOVED_TITLE)%&gt;&lt;/h2&gt;
7707         &lt;p&gt;&lt;%text(_BAN_REMOVED_TEXT)%&gt;&lt;/p&gt;
7708         &lt;ul&gt;
7709         &lt;%banlistdeletedlist%&gt;
7710         &lt;/ul&gt;
7711         &lt;%pagefoot%&gt;
7712
7713 </pre>
7714 </div><div class="page">
7715 <a name="skinpartbanlistnew" id="skinpartbanlistnew"></a>
7716 <h1>Admin skins: banlistnew</h1>
7717 <p>
7718 This skinpart is used to banlistnew.
7719 </p>
7720 <p>
7721 Very basic buildup for a [Add New Ban]page page.
7722 </p>
7723 <pre>
7724
7725         &lt;%pagehead%&gt;
7726         &lt;h2&gt;&lt;%text(_BAN_ADD_TITLE)%&gt;&lt;/h2&gt;
7727         &lt;form method=&quot;post&quot; action=&quot;&lt;%adminurl%&gt;index.php&quot;&gt;
7728         &lt;h3&gt;&lt;%text(_BAN_IPRANGE)%&gt;&lt;/h3&gt;
7729         &lt;p&gt;&lt;%text(_BAN_IPRANGE_TEXT)%&gt;&lt;/p&gt;
7730         &lt;div class=&quot;note&quot;&gt;
7731         &lt;strong&gt;&lt;%text(_BAN_EXAMPLE_TITLE)%&gt;&lt;/strong&gt;
7732         &lt;%text(_BAN_EXAMPLE_TEXT)%&gt;
7733         &lt;/div&gt;
7734         &lt;div&gt;
7735         &lt;%iprangeinput%&gt;
7736         &lt;/div&gt;
7737         &lt;h3&gt;&lt;%text(_BAN_BLOGS)%&gt;&lt;/h3&gt;
7738         &lt;p&gt;&lt;%text(_BAN_BLOGS_TEXT)%&gt;&lt;/p&gt;
7739         &lt;div&gt;
7740         &lt;input type=&quot;hidden&quot; name=&quot;blogid&quot; value=&quot;&lt;%requestblogid%&gt;&quot; /&gt;
7741         &lt;input name=&quot;allblogs&quot; type=&quot;radio&quot; value=&quot;0&quot; id=&quot;allblogs_one&quot; /&gt;&lt;label for=&quot;allblogs_one&quot;&gt;'&lt;%blogsetting(name)%&gt;'&lt;/label&gt;&lt;br /&gt;
7742         &lt;input name=&quot;allblogs&quot; type=&quot;radio&quot; value=&quot;1&quot; checked=&quot;checked&quot; id=&quot;allblogs_all&quot; /&gt;&lt;label for=&quot;allblogs_all&quot;&gt;&lt;%text(_BAN_ALLBLOGS)%&gt;&lt;/label&gt;
7743         &lt;/div&gt;
7744         &lt;h3&gt;&lt;%text(_BAN_REASON_TITLE)%&gt;&lt;/h3&gt;
7745         &lt;p&gt;&lt;%text(_BAN_REASON_TEXT)%&gt;&lt;/p&gt;
7746         &lt;div&gt;&lt;textarea name=&quot;reason&quot; cols=&quot;40&quot; rows=&quot;5&quot;&gt;&lt;/textarea&gt;&lt;/div&gt;
7747         &lt;h3&gt;&lt;%text(_BAN_ADD_TITLE)%&gt;&lt;/h3&gt;
7748         &lt;div&gt;
7749         &lt;input name=&quot;action&quot; type=&quot;hidden&quot; value=&quot;banlistadd&quot; /&gt;
7750         &lt;%ticket%&gt;
7751         &lt;input type=&quot;submit&quot; value=&quot;&lt;%text(_BAN_ADD_BTN)%&gt;&quot; /&gt;
7752         &lt;/div&gt;
7753         &lt;/form&gt;
7754         &lt;%pagefoot%&gt;
7755
7756 </pre>
7757 </div><div class="page">
7758 <a name="skinpartbatchcategory" id="skinpartbatchcategory"></a>
7759 <h1>Admin skins: batchcategory</h1>
7760 <p>
7761 This skinpart is used to batchcategory.
7762 </p>
7763 <p>
7764 Very basic buildup for a [Batch operation on categories]page page.
7765 </p>
7766 <pre>
7767
7768         &lt;%pagehead%&gt;
7769         &lt;a href=&quot;&lt;%adminurl%&gt;index.php?action=overview&quot;&gt;&lt;%text(_BACKHOME)%&gt;&lt;/a&gt;
7770         &lt;h2&gt;&lt;%text(_BATCH_CATEGORIES)%&gt;&lt;/h2&gt;
7771         &lt;p&gt;&lt;%text(_BATCH_EXECUTING)%&gt;&lt;b&gt;&lt;%adminbatchaction%&gt;&lt;/b&gt;&lt;/p&gt;
7772         &lt;ul&gt;
7773         &lt;%adminbatchlist%&gt;
7774         &lt;/ul&gt;
7775         &lt;b&gt;&lt;%text(_BATCH_DONE)%&gt;&lt;/b&gt;
7776         &lt;%pagefoot%&gt;
7777
7778 </pre>
7779 </div><div class="page">
7780 <a name="skinpartbatchcomment" id="skinpartbatchcomment"></a>
7781 <h1>Admin skins: batchcomment</h1>
7782 <p>
7783 This skinpart is used to batchcomment.
7784 </p>
7785 <p>
7786 Very basic buildup for a [Batch operation on comments]page page.
7787 </p>
7788 <pre>
7789
7790         &lt;%pagehead%&gt;
7791         &lt;a href=&quot;&lt;%adminurl%&gt;index.php?action=overview&quot;&gt;&lt;%text(_BACKHOME)%&gt;&lt;/a&gt;
7792         &lt;h2&gt;&lt;%text(_BATCH_COMMENTS)%&gt;&lt;/h2&gt;
7793         &lt;p&gt;&lt;%text(_BATCH_EXECUTING)%&gt;&lt;b&gt;&lt;%adminbatchaction%&gt;&lt;/b&gt;&lt;/p&gt;
7794         &lt;ul&gt;
7795         &lt;%adminbatchlist%&gt;
7796         &lt;/ul&gt;
7797         &lt;b&gt;&lt;%text(_BATCH_DONE)%&gt;&lt;/b&gt;&lt;%pagefoot%&gt;
7798
7799 </pre>
7800 </div><div class="page">
7801 <a name="skinpartbatchdelete" id="skinpartbatchdelete"></a>
7802 <h1>Admin skins: batchdelete</h1>
7803 <p>
7804 This skinpart is used to batchdelete.
7805 </p>
7806 <p>
7807 Very basic buildup for a [Confirm Batch Deletion]page page.
7808 </p>
7809 <pre>
7810
7811         &lt;%pagehead%&gt;
7812         &lt;h2&gt;&lt;%text(_BATCH_DELETE_CONFIRM)%&gt;&lt;/h2&gt;
7813         &lt;form method=&quot;post&quot; action=&quot;&lt;%adminurl%&gt;index.php&quot;&gt;
7814         &lt;div&gt;
7815         &lt;input type=&quot;hidden&quot; name=&quot;action&quot; value=&quot;&lt;%batchdeletetype%&gt;&quot; /&gt;
7816         &lt;input type=&quot;hidden&quot; name=&quot;batchaction&quot; value=&quot;delete&quot; /&gt;
7817         &lt;input type=&quot;hidden&quot; name=&quot;confirmation&quot; value=&quot;yes&quot; /&gt;
7818         &lt;%ticket%&gt;
7819         &lt;%batchdeletelist%&gt;
7820         &lt;input type=&quot;submit&quot; value=&quot;&lt;%text(_BATCH_DELETE_CONFIRM_BTN)%&gt;&quot; onclick=&quot;return checkSubmit();&quot; /&gt;
7821         &lt;/div&gt;
7822         &lt;/form&gt;
7823         &lt;%pagefoot%&gt;
7824
7825 </pre>
7826 </div><div class="page">
7827 <a name="skinpartbatchitem" id="skinpartbatchitem"></a>
7828 <h1>Admin skins: batchitem</h1>
7829 <p>
7830 This skinpart is used to batchitem.
7831 </p>
7832 <p>
7833 Very basic buildup for a [Batch operation on items]page page.
7834 </p>
7835 <pre>
7836
7837         &lt;%pagehead%&gt;
7838         &lt;a href=&quot;&lt;%adminurl%&gt;index.php?action=overview&quot;&gt;&lt;%text(_BACKHOME)%&gt;&lt;/a&gt;
7839         &lt;h2&gt;&lt;%text(_BATCH_ITEMS)%&gt;&lt;/h2&gt;
7840         &lt;p&gt;&lt;%text(_BATCH_EXECUTING)%&gt;&lt;b&gt;&lt;%adminbatchaction%&gt;&lt;/b&gt;&lt;/p&gt;
7841         &lt;ul&gt;
7842         &lt;%adminbatchlist%&gt;
7843         &lt;/ul&gt;
7844         &lt;b&gt;&lt;%text(_BATCH_DONE)%&gt;&lt;/b&gt;&lt;%pagefoot%&gt;
7845
7846 </pre>
7847 </div><div class="page">
7848 <a name="skinpartbatchmember" id="skinpartbatchmember"></a>
7849 <h1>Admin skins: batchmember</h1>
7850 <p>
7851 This skinpart is used to batchmember.
7852 </p>
7853 <p>
7854 Very basic buildup for a [Batch operation on members]page page.
7855 </p>
7856 <pre>
7857
7858         &lt;%pagehead%&gt;
7859         &lt;a href=&quot;&lt;%adminurl%&gt;index.php?action=usermanagement&quot;&gt;&lt;%text(_MEMBERS_BACKTOOVERVIEW)%&gt;&lt;/a&gt;
7860         &lt;h2&gt;&lt;%text(_BATCH_MEMBERS)%&gt;&lt;/h2&gt;
7861         &lt;p&gt;&lt;%text(_BATCH_EXECUTING)%&gt;&lt;b&gt;&lt;%adminbatchaction%&gt;&lt;/b&gt;&lt;/p&gt;
7862         &lt;ul&gt;
7863         &lt;%adminbatchlist%&gt;
7864         &lt;/ul&gt;
7865         &lt;b&gt;&lt;%text(_BATCH_DONE)%&gt;&lt;/b&gt;&lt;%pagefoot%&gt;
7866
7867 </pre>
7868 </div><div class="page">
7869 <a name="skinpartbatchmove" id="skinpartbatchmove"></a>
7870 <h1>Admin skins: batchmove</h1>
7871 <p>
7872 This skinpart is used to batchmove.
7873 </p>
7874 <p>
7875 Very basic buildup for a [Item move other category/Category move other blog]page page.
7876 </p>
7877 <pre>
7878
7879         &lt;%pagehead%&gt;
7880         &lt;h2&gt;&lt;%text(_MOVE_TITLE)%&gt;&lt;/h2&gt;
7881         &lt;form method=&quot;post&quot; action=&quot;&lt;%adminurl%&gt;index.php&quot;&gt;
7882         &lt;div&gt;
7883         &lt;input type=&quot;hidden&quot; name=&quot;action&quot; value=&quot;&lt;%batchmovetype%&gt;&quot; /&gt;
7884         &lt;input type=&quot;hidden&quot; name=&quot;batchaction&quot; value=&quot;move&quot; /&gt;
7885         &lt;%ticket%&gt;
7886         &lt;%batchmovelist%&gt;
7887         &lt;%movedistselect%&gt;
7888         &lt;input type=&quot;submit&quot; value=&quot;&lt;%batchmovebtn%&gt;&quot; onclick=&quot;return checkSubmit();&quot; /&gt;
7889         &lt;/div&gt;
7890         &lt;/form&gt;
7891         &lt;%pagefoot%&gt;
7892
7893 </pre>
7894 </div><div class="page">
7895 <a name="skinpartbatchmovecat" id="skinpartbatchmovecat"></a>
7896 <h1>Admin skins: batchmovecat</h1>
7897 <p>
7898 This skinpart is used to batchmovecat.
7899 </p>
7900 <p>
7901 Very basic buildup for a [Select blog to move category to]page page.
7902 </p>
7903 <pre>
7904
7905         &lt;%pagehead%&gt;
7906         &lt;h2&gt;&lt;%text(_MOVECAT_TITLE)%&gt;&lt;/h2&gt;
7907         &lt;form method=&quot;post&quot; action=&quot;&lt;%adminurl%&gt;index.php&quot;&gt;
7908         &lt;div&gt;
7909         &lt;input type=&quot;hidden&quot; name=&quot;action&quot; value=&quot;&lt;%batchmovetype%&gt;&quot; /&gt;
7910         &lt;input type=&quot;hidden&quot; name=&quot;batchaction&quot; value=&quot;move&quot; /&gt;
7911         &lt;%ticket%&gt;
7912         &lt;%batchmovelist%&gt;
7913         &lt;%movedistselect%&gt;
7914         &lt;input type=&quot;submit&quot; value=&quot;&lt;%batchmovebtn%&gt;&quot; onclick=&quot;return checkSubmit();&quot; /&gt;
7915         &lt;/div&gt;
7916         &lt;/form&gt;
7917         &lt;%pagefoot%&gt;
7918
7919 </pre>
7920 </div><div class="page">
7921 <a name="skinpartbatchteam" id="skinpartbatchteam"></a>
7922 <h1>Admin skins: batchteam</h1>
7923 <p>
7924 This skinpart is used to batchteam.
7925 </p>
7926 <p>
7927 Very basic buildup for a [Batch operation on team members]page page.
7928 </p>
7929 <pre>
7930
7931 &lt;%pagehead%&gt;
7932 &lt;a href=&quot;&lt;%adminurl%&gt;index.php?action=manageteam&amp;amp;blogid=&lt;%requestblogid%&gt;&quot;&gt;&lt;%text(_BACK)%&gt;&lt;/a&gt;
7933 &lt;h2&gt;&lt;%text(_BATCH_TEAM)%&gt;&lt;/h2&gt;
7934 &lt;p&gt;&lt;%text(_BATCH_EXECUTING)%&gt;&lt;b&gt;&lt;%adminbatchaction%&gt;&lt;/b&gt;&lt;/p&gt;
7935 &lt;ul&gt;
7936 &lt;%adminbatchlist%&gt;
7937 &lt;/ul&gt;
7938 &lt;b&gt;&lt;%text(_BATCH_DONE)%&gt;&lt;/b&gt;&lt;%pagefoot%&gt;
7939
7940 </pre>
7941 </div><div class="page">
7942 <a name="skinpartblogcommentlist" id="skinpartblogcommentlist"></a>
7943 <h1>Admin skins: blogcommentlist</h1>
7944 <p>
7945 This skinpart is used to blogcommentlist.
7946 </p>
7947 <p>
7948 Very basic buildup for a [All Comments for blog]page page.
7949 </p>
7950 <pre>
7951
7952 &lt;%pagehead%&gt;
7953 &lt;p&gt;(&lt;a href=&quot;&lt;%adminurl%&gt;index.php?action=overview&quot;&gt;&lt;%text(_BACKHOME)%&gt;&lt;/a&gt;)&lt;/p&gt;
7954 &lt;h2&gt;&lt;%text(_COMMENTS_BLOG)%&gt; &lt;%adminbloglink(admin/default)%&gt;&lt;/h2&gt;
7955 &lt;%commentnavlist(admin/default)%&gt;&lt;%pagefoot%&gt;
7956
7957 </pre>
7958 </div><div class="page">
7959 <a name="skinpartblogsettings" id="skinpartblogsettings"></a>
7960 <h1>Admin skins: blogsettings</h1>
7961 <p>
7962 This skinpart is used to blogsettings.
7963 </p>
7964 <p>
7965 Very basic buildup for a [Edit Blog Settings]page page.
7966 </p>
7967 <pre>
7968
7969 &lt;%pagehead%&gt;
7970 &lt;p&gt;&lt;a href=&quot;&lt;%adminurl%&gt;index.php?action=overview&quot;&gt;(&lt;%text(_BACKHOME)%&gt;)&lt;/a&gt;&lt;/p&gt;
7971 &lt;h2&gt;&lt;%text(_EBLOG_TITLE)%&gt;: '&lt;%adminbloglink(admin/default)%&gt;'&lt;/h2&gt;
7972
7973 &lt;h3&gt;&lt;%text(_EBLOG_TEAM_TITLE)%&gt;&lt;/h3&gt;
7974
7975 &lt;p&gt;
7976 &lt;%text(_EBLOG_CURRENT_TEAM_MEMBER)%&gt;
7977 &lt;%blogteammembers%&gt;
7978 &lt;/p&gt;
7979 &lt;p&gt;&lt;a href=&quot;&lt;%adminurl%&gt;index.php?action=manageteam&amp;amp;blogid=&lt;%requestblogid%&gt;&quot;&gt;&lt;%text(_EBLOG_TEAM_TEXT)%&gt;&lt;/a&gt;&lt;/p&gt;
7980 &lt;h3&gt;&lt;%text(_EBLOG_SETTINGS_TITLE)%&gt;&lt;/h3&gt;
7981 &lt;form method=&quot;post&quot; action=&quot;&lt;%adminurl%&gt;index.php&quot;&gt;
7982 &lt;div&gt;
7983 &lt;input type=&quot;hidden&quot; name=&quot;action&quot; value=&quot;blogsettingsupdate&quot; /&gt;
7984 &lt;%ticket%&gt;
7985 &lt;input type=&quot;hidden&quot; name=&quot;blogid&quot; value=&quot;&lt;%requestblogid%&gt;&quot; /&gt;
7986 &lt;table&gt;
7987 &lt;tr&gt;
7988 &lt;td&gt;&lt;%text(_EBLOG_NAME)%&gt;&lt;/td&gt;
7989 &lt;td&gt;&lt;input name=&quot;name&quot; tabindex=&quot;10&quot; size=&quot;40&quot; maxlength=&quot;60&quot; value=&quot;&lt;%blogsetting(name)%&gt;&quot; /&gt;&lt;/td&gt;
7990 &lt;/tr&gt;
7991 &lt;tr&gt;
7992 &lt;td&gt;
7993 &lt;%text(_EBLOG_SHORTNAME)%&gt; &lt;%helplink(shortblogname)%&gt;
7994 &lt;%text(_EBLOG_SHORTNAME_EXTRA)%&gt;
7995 &lt;/td&gt;
7996 &lt;td&gt;&lt;input name=&quot;shortname&quot; tabindex=&quot;20&quot; maxlength=&quot;15&quot; size=&quot;15&quot; value=&quot;&lt;%blogsetting(short)%&gt;&quot; /&gt;&lt;/td&gt;
7997 &lt;/tr&gt;
7998 &lt;tr&gt;
7999 &lt;td&gt;&lt;%text(_EBLOG_DESC)%&gt;&lt;/td&gt;
8000 &lt;td&gt;&lt;input name=&quot;desc&quot; tabindex=&quot;30&quot; maxlength=&quot;200&quot; size=&quot;40&quot; value=&quot;&lt;%blogsetting(desc)%&gt;&quot; /&gt;&lt;/td&gt;
8001 &lt;/tr&gt;
8002 &lt;tr&gt;
8003 &lt;td&gt;&lt;%text(_EBLOG_URL)%&gt;&lt;/td&gt;
8004 &lt;td&gt;&lt;input name=&quot;url&quot; tabindex=&quot;40&quot; size=&quot;40&quot; maxlength=&quot;100&quot; value=&quot;&lt;%blogsetting(url)%&gt;&quot; /&gt;&lt;/td&gt;
8005 &lt;/tr&gt;
8006 &lt;tr&gt;
8007 &lt;td&gt;&lt;%text(_EBLOG_DEFSKIN)%&gt;&lt;%helplink(blogdefaultskin)%&gt;&lt;/td&gt;
8008 &lt;td&gt;&lt;%defskinselect(blog)%&gt;&lt;/td&gt;
8009 &lt;/tr&gt;
8010 &lt;tr&gt;
8011 &lt;td&gt;&lt;%text(_EBLOG_LINEBREAKS)%&gt; &lt;%helplink(convertbreaks)%&gt;&lt;/td&gt;
8012 &lt;td&gt;&lt;%blogsettingyesno(convertbreaks)%&gt;&lt;/td&gt;
8013 &lt;/tr&gt;
8014 &lt;tr&gt;
8015 &lt;td&gt;&lt;%text(_EBLOG_ALLOWPASTPOSTING)%&gt; &lt;%helplink(allowpastposting)%&gt;&lt;/td&gt;
8016 &lt;td&gt;&lt;%blogsettingyesno(allowpastposting)%&gt;&lt;/td&gt;
8017 &lt;/tr&gt;
8018 &lt;tr&gt;
8019 &lt;td&gt;&lt;%text(_EBLOG_DISABLECOMMENTS)%&gt;&lt;/td&gt;
8020 &lt;td&gt;&lt;%blogsettingyesno(comments)%&gt;&lt;/td&gt;
8021 &lt;/tr&gt;
8022 &lt;tr&gt;
8023 &lt;td&gt;&lt;%text(_EBLOG_ANONYMOUS)%&gt;&lt;/td&gt;
8024 &lt;td&gt;&lt;%blogsettingyesno(public)%&gt;&lt;/td&gt;
8025 &lt;/tr&gt;
8026 &lt;tr&gt;
8027 &lt;td&gt;&lt;%text(_EBLOG_REQUIREDEMAIL)%&gt;&lt;/td&gt;
8028 &lt;td&gt;&lt;%blogsettingyesno(reqemail)%&gt;&lt;/td&gt;
8029 &lt;/tr&gt;
8030 &lt;tr&gt;
8031 &lt;td&gt;&lt;%text(_EBLOG_NOTIFY)%&gt; &lt;%helplink(blognotify)%&gt;&lt;/td&gt;
8032 &lt;td&gt;&lt;input name=&quot;notify&quot; tabindex=&quot;80&quot; maxlength=&quot;60&quot; size=&quot;40&quot; value=&quot;&lt;%blogsetting(notifyaddress)%&gt;&quot; /&gt;&lt;/td&gt;
8033 &lt;/tr&gt;
8034 &lt;tr&gt;
8035 &lt;td&gt;&lt;%text(_EBLOG_NOTIFY_ON)%&gt;&lt;/td&gt;
8036 &lt;td&gt;
8037 &lt;input name=&quot;notifyComment&quot; value=&quot;3&quot; type=&quot;checkbox&quot; tabindex=&quot;81&quot; id=&quot;notifyComment&quot;&lt;%blognotifysetting(comment)%&gt; /&gt;
8038 &lt;label for=&quot;notifyComment&quot;&gt;&lt;%text(_EBLOG_NOTIFY_COMMENT)%&gt;&lt;/label&gt;&lt;br /&gt;
8039 &lt;input name=&quot;notifyVote&quot; value=&quot;5&quot; type=&quot;checkbox&quot; tabindex=&quot;82&quot; id=&quot;notifyVote&quot;&lt;%blognotifysetting(vote)%&gt; /&gt;
8040 &lt;label for=&quot;notifyVote&quot;&gt;&lt;%text(_EBLOG_NOTIFY_KARMA)%&gt;&lt;/label&gt;&lt;br /&gt;
8041 &lt;input name=&quot;notifyNewItem&quot; value=&quot;7&quot; type=&quot;checkbox&quot; tabindex=&quot;83&quot; id=&quot;notifyNewItem&quot;&lt;%blognotifysetting(newitem)%&gt; /&gt;
8042 &lt;label for=&quot;notifyNewItem&quot;&gt;&lt;%text(_EBLOG_NOTIFY_ITEM)%&gt;&lt;/label&gt;
8043 &lt;/td&gt;
8044 &lt;/tr&gt;
8045 &lt;tr&gt;
8046 &lt;td&gt;&lt;%text(_EBLOG_MAXCOMMENTS)%&gt; &lt;%helplink(blogmaxcomments)%&gt;&lt;/td&gt;
8047 &lt;td&gt;&lt;input name=&quot;maxcomments&quot; tabindex=&quot;90&quot; size=&quot;3&quot; value=&quot;&lt;%blogsetting(maxcomments)%&gt;&quot; /&gt;&lt;/td&gt;
8048 &lt;/tr&gt;
8049 &lt;tr&gt;
8050 &lt;td&gt;&lt;%text(_EBLOG_UPDATE)%&gt; &lt;%helplink(blogupdatefile)%&gt;&lt;/td&gt;
8051 &lt;td&gt;&lt;input name=&quot;update&quot; tabindex=&quot;100&quot; size=&quot;40&quot; maxlength=&quot;60&quot; value=&quot;&lt;%blogsetting(updatefile)%&gt;&quot; /&gt;&lt;/td&gt;
8052 &lt;/tr&gt;
8053 &lt;tr&gt;
8054 &lt;td&gt;&lt;%text(_EBLOG_DEFCAT)%&gt;&lt;/td&gt;
8055 &lt;td&gt;&lt;%defcatselect%&gt;&lt;/td&gt;
8056 &lt;/tr&gt;
8057 &lt;tr&gt;
8058 &lt;td&gt;
8059 &lt;%text(_EBLOG_OFFSET)%&gt; &lt;%helplink(blogtimeoffset)%&gt;&lt;br /&gt;
8060 &lt;%text(_EBLOG_STIME)%&gt; &lt;b&gt;&lt;%blogtime(servertime,&quot;%H:%M&quot;)%&gt;&lt;/b&gt;&lt;br /&gt;
8061 &lt;%text(_EBLOG_BTIME)%&gt; &lt;b&gt;&lt;%blogtime(blogtime,&quot;%H:%M&quot;)%&gt;&lt;/b&gt;
8062 &lt;/td&gt;
8063 &lt;td&gt;&lt;input name=&quot;timeoffset&quot; tabindex=&quot;120&quot; size=&quot;3&quot; value=&quot;&lt;%blogsetting(timeoffset)%&gt;&quot; /&gt;&lt;/td&gt;
8064 &lt;/tr&gt;
8065 &lt;tr&gt;
8066 &lt;td&gt;&lt;%text(_EBLOG_SEARCH)%&gt; &lt;%helplink(blogsearchable)%&gt;&lt;/td&gt;
8067 &lt;td&gt;&lt;%blogsettingyesno(searchable)%&gt;&lt;/td&gt;
8068 &lt;/tr&gt;
8069 &lt;%pluginoptions(blog)%&gt;
8070 &lt;tr&gt;
8071 &lt;th colspan=&quot;2&quot;&gt;&lt;%text(_EBLOG_CHANGE)%&gt;&lt;/th&gt;
8072 &lt;/tr&gt;
8073 &lt;tr&gt;
8074 &lt;td&gt;&lt;%text(_EBLOG_CHANGE)%&gt;&lt;/td&gt;
8075 &lt;td&gt;&lt;input type=&quot;submit&quot; tabindex=&quot;130&quot; value=&quot;&lt;%text(_EBLOG_CHANGE_BTN)%&gt;&quot; onclick=&quot;return checkSubmit();&quot; /&gt;&lt;/td&gt;
8076 &lt;/tr&gt;
8077 &lt;/table&gt;
8078 &lt;/div&gt;
8079 &lt;/form&gt;
8080 &lt;h3&gt;&lt;%text(_EBLOG_CAT_TITLE)%&gt;&lt;/h3&gt;
8081 &lt;%blogcatlist%&gt;
8082 &lt;form action=&quot;&lt;%adminurl%&gt;index.php&quot; method=&quot;post&quot;&gt;
8083 &lt;div&gt;
8084 &lt;input name=&quot;action&quot; value=&quot;categorynew&quot; type=&quot;hidden&quot; /&gt;
8085 &lt;%ticket%&gt;
8086 &lt;input name=&quot;blogid&quot; value=&quot;&lt;%blogsetting(id)%&gt;&quot; type=&quot;hidden&quot; /&gt;
8087 &lt;table&gt;
8088 &lt;tr&gt;
8089 &lt;th colspan=&quot;2&quot;&gt;&lt;%text(_EBLOG_CAT_CREATE)%&gt;&lt;/th&gt;
8090 &lt;/tr&gt;
8091 &lt;tr&gt;
8092 &lt;td&gt;&lt;%text(_EBLOG_CAT_NAME)%&gt;&lt;/td&gt;
8093 &lt;td&gt;&lt;input name=&quot;cname&quot; size=&quot;40&quot; maxlength=&quot;40&quot; tabindex=&quot;300&quot; /&gt;&lt;/td&gt;
8094 &lt;/tr&gt;
8095 &lt;tr&gt;
8096 &lt;td&gt;&lt;%text(_EBLOG_CAT_DESC)%&gt;&lt;/td&gt;
8097 &lt;td&gt;&lt;input name=&quot;cdesc&quot; size=&quot;40&quot; maxlength=&quot;200&quot; tabindex=&quot;310&quot; /&gt;&lt;/td&gt;
8098 &lt;/tr&gt;
8099 &lt;tr&gt;
8100 &lt;td&gt;&lt;%text(_EBLOG_CAT_CREATE)%&gt;&lt;/td&gt;
8101 &lt;td&gt;&lt;input type=&quot;submit&quot; value=&quot;&lt;%text(_EBLOG_CAT_CREATE)%&gt;&quot; tabindex=&quot;320&quot; /&gt;&lt;/td&gt;
8102 &lt;/tr&gt;
8103 &lt;/table&gt;
8104 &lt;/div&gt;
8105 &lt;/form&gt;
8106 &lt;h3&gt;&lt;%text(_PLUGINS_EXTRA)%&gt;&lt;/h3&gt;
8107 &lt;%pluginextras(blog)%&gt;&lt;%pagefoot%&gt;
8108
8109 </pre>
8110 </div><div class="page">
8111 <a name="skinpartbookmarklet" id="skinpartbookmarklet"></a>
8112 <h1>Admin skins: bookmarklet</h1>
8113 <p>
8114 This skinpart is used to bookmarklet.
8115 </p>
8116 <p>
8117 Very basic buildup for a [Bookmarklet<!-- and Right Click Menu -->]page page.
8118 </p>
8119 <pre>
8120
8121 &lt;%pagehead%&gt;
8122 &lt;p&gt;&lt;a href=&quot;&lt;%adminurl%&gt;index.php?action=overview&quot;&gt;(&lt;%text(_BACKHOME)%&gt;)&lt;/a&gt;&lt;/p&gt;
8123 &lt;h2&gt;&lt;%text(_BOOKMARKLET_TITLE)%&gt;&lt;/h2&gt;
8124 &lt;p&gt;&lt;%text(_BOOKMARKLET_DESC1)%&gt;&lt;%text(_BOOKMARKLET_DESC2)%&gt;&lt;%text(_BOOKMARKLET_DESC3)%&gt;&lt;%text(_BOOKMARKLET_DESC4)%&gt;&lt;%text(_BOOKMARKLET_DESC5)%&gt;&lt;/p&gt;
8125 &lt;h3&gt;&lt;%text(_BOOKMARKLET_BOOKARKLET)%&gt;&lt;/h3&gt;
8126 &lt;p&gt;
8127 &lt;%text(_BOOKMARKLET_BMARKTEXT)%&gt;&lt;small&gt;&lt;%text(_BOOKMARKLET_BMARKTEST)%&gt;&lt;/small&gt;
8128 &lt;br /&gt;
8129 &lt;br /&gt;
8130 &lt;a href=&quot;&lt;%bookmarkletadmin(url)%&gt;&quot;&gt;&lt;%sprinttext(_BOOKMARKLET_ANCHOR,&lt;|%getblogsetting(name)%|&gt;)%&gt;&lt;/a&gt;&lt;%text(_BOOKMARKLET_BMARKFOLLOW)%&gt;
8131 &lt;/p&gt;
8132 &lt;%pagefoot%&gt;
8133
8134 </pre>
8135 </div><div class="page">
8136 <a name="skinpartbrowseowncomments" id="skinpartbrowseowncomments"></a>
8137 <h1>Admin skins: browseowncomments</h1>
8138 <p>
8139 This skinpart is used to browseowncomments.
8140 </p>
8141 <p>
8142 Very basic buildup for a [Your Comments]page page.
8143 </p>
8144 <pre>
8145
8146 &lt;%pagehead%&gt;
8147 &lt;p&gt;(&lt;a href=&quot;&lt;%adminurl%&gt;index.php?action=overview&quot;&gt;&lt;%text(_BACKHOME)%&gt;&lt;/a&gt;)&lt;/p&gt;
8148 &lt;h2&gt;&lt;%text(_COMMENTS_YOUR)%&gt;&lt;/h2&gt;
8149 &lt;%commentnavlist(admin/default)%&gt;&lt;%pagefoot%&gt;
8150
8151 </pre>
8152 </div><div class="page">
8153 <a name="skinpartbrowseownitems" id="skinpartbrowseownitems"></a>
8154 <h1>Admin skins: browseownitems</h1>
8155 <p>
8156 This skinpart is used to browseownitems.
8157 </p>
8158 <p>
8159 Very basic buildup for a [Your items]page page.
8160 </p>
8161 <pre>
8162
8163 &lt;%pagehead%&gt;
8164 &lt;p&gt;&lt;a href=&quot;&lt;%adminurl%&gt;index.php?action=overview&quot;&gt;&lt;%text(_BACKHOME)%&gt;&lt;/a&gt;&lt;/p&gt;
8165 &lt;h2&gt;&lt;%text(_ITEMLIST_YOUR)%&gt;&lt;/h2&gt;
8166 &lt;%itemnavlist(admin/default)%&gt;&lt;%pagefoot%&gt;
8167
8168 </pre>
8169 </div><div class="page">
8170 <a name="skinpartcategorydelete" id="skinpartcategorydelete"></a>
8171 <h1>Admin skins: categorydelete</h1>
8172 <p>
8173 This skinpart is used to categorydelete.
8174 </p>
8175 <p>
8176 Very basic buildup for a [You're about to delete the category (batch)]page page.
8177 </p>
8178 <pre>
8179
8180 &lt;%pagehead%&gt;
8181 &lt;h2&gt;&lt;%text(_DELETE_CONFIRM)%&gt;&lt;/h2&gt;
8182 &lt;div&gt;
8183 &lt;%text(_CONFIRMTXT_CATEGORY)%&gt;&lt;b&gt;&lt;%categorysetting(name)%&gt;&lt;/b&gt;
8184 &lt;/div&gt;
8185 &lt;form method=&quot;post&quot; action=&quot;&lt;%adminurl%&gt;index.php&quot;&gt;
8186 &lt;div&gt;
8187 &lt;input type=&quot;hidden&quot; name=&quot;action&quot; value=&quot;categorydeleteconfirm&quot; /&gt;
8188 &lt;%ticket%&gt;
8189 &lt;input type=&quot;hidden&quot; name=&quot;blogid&quot; value=&quot;&lt;%requestblogid%&gt;&quot; /&gt;
8190 &lt;input type=&quot;hidden&quot; name=&quot;catid&quot; value=&quot;&lt;%categorysetting(id)%&gt;&quot; /&gt;
8191 &lt;input type=&quot;submit&quot; tabindex=&quot;10&quot; value=&quot;&lt;%text(_DELETE_CONFIRM_BTN)%&gt;&quot; /&gt;
8192 &lt;/div&gt;
8193 &lt;/form&gt;&lt;%pagefoot%&gt;
8194
8195 </pre>
8196 </div><div class="page">
8197 <a name="skinpartcategoryedit" id="skinpartcategoryedit"></a>
8198 <h1>Admin skins: categoryedit</h1>
8199 <p>
8200 This skinpart is used to categoryedit.
8201 </p>
8202 <p>
8203 Very basic buildup for a [Update Category]page page.
8204 </p>
8205 <pre>
8206
8207 &lt;%pagehead%&gt;
8208 &lt;p&gt;&lt;a href=&quot;&lt;%adminurl%&gt;index.php?action=blogsettings&amp;amp;blogid=&lt;%requestblogid%&gt;&quot;&gt;(&lt;%text(_BACK_TO_BLOGSETTINGS)%&gt;)&lt;/a&gt;&lt;/p&gt;
8209 &lt;h2&gt;&lt;%text(_EBLOG_CAT_UPDATE)%&gt; '&lt;%categorysetting(name)%&gt;'&lt;/h2&gt;
8210 &lt;form method='post' action='&lt;%adminurl%&gt;index.php'&gt;
8211 &lt;div&gt;
8212 &lt;input name=&quot;blogid&quot; type=&quot;hidden&quot; value=&quot;&lt;%requestblogid%&gt;&quot; /&gt;
8213 &lt;input name=&quot;catid&quot; type=&quot;hidden&quot; value=&quot;&lt;%categorysetting(id)%&gt;&quot; /&gt;
8214 &lt;input name=&quot;desturl&quot; type=&quot;hidden&quot; value=&quot;&lt;%editdesturl%&gt;&quot; /&gt;
8215 &lt;input name=&quot;action&quot; type=&quot;hidden&quot; value=&quot;categoryupdate&quot; /&gt;
8216 &lt;%ticket%&gt;
8217 &lt;table&gt;
8218 &lt;tr&gt;
8219 &lt;th colspan=&quot;2&quot;&gt;&lt;%text(_EBLOG_CAT_UPDATE)%&gt;&lt;/th&gt;
8220 &lt;/tr&gt;
8221 &lt;tr&gt;
8222 &lt;td&gt;&lt;%text(_EBLOG_CAT_NAME)%&gt;&lt;/td&gt;
8223 &lt;td&gt;&lt;input type=&quot;text&quot; name=&quot;cname&quot; value=&quot;&lt;%categorysetting(name)%&gt;&quot; size=&quot;40&quot; maxlength=&quot;40&quot; /&gt;&lt;/td&gt;
8224 &lt;/tr&gt;
8225 &lt;tr&gt;
8226 &lt;td&gt;&lt;%text(_EBLOG_CAT_DESC)%&gt;&lt;/td&gt;
8227 &lt;td&gt;&lt;input type=&quot;text&quot; name=&quot;cdesc&quot; value=&quot;&lt;%categorysetting(desc)%&gt;&quot; size=&quot;40&quot; maxlength=&quot;200&quot; /&gt;&lt;/td&gt;
8228 &lt;/tr&gt;
8229 &lt;%pluginoptions(category)%&gt;
8230 &lt;tr&gt;
8231 &lt;th colspan=&quot;2&quot;&gt;&lt;%text(_EBLOG_CAT_UPDATE)%&gt;&lt;/th&gt;
8232 &lt;/tr&gt;
8233 &lt;tr&gt;
8234 &lt;td&gt;&lt;%text(_EBLOG_CAT_UPDATE)%&gt;&lt;/td&gt;
8235 &lt;td&gt;&lt;input type=&quot;submit&quot; value=&quot;&lt;%text(_EBLOG_CAT_UPDATE_BTN)%&gt;&quot; /&gt;&lt;/td&gt;
8236 &lt;/tr&gt;
8237 &lt;/table&gt;
8238 &lt;/div&gt;
8239 &lt;/form&gt;&lt;%pagefoot%&gt;
8240
8241 </pre>
8242 </div><div class="page">
8243 <a name="skinpartcommentdelete" id="skinpartcommentdelete"></a>
8244 <h1>Admin skins: commentdelete</h1>
8245 <p>
8246 This skinpart is used to commentdelete.
8247 </p>
8248 <p>
8249 Very basic buildup for a [You're about to delete the following comment:(batch)]page page.
8250 </p>
8251 <pre>
8252
8253 &lt;%pagehead%&gt;
8254 &lt;h2&gt;&lt;%text(_DELETE_CONFIRM)%&gt;&lt;/h2&gt;
8255 &lt;p&gt;&lt;%text(_CONFIRMTXT_COMMENT)%&gt;&lt;/p&gt;
8256 &lt;div class=&quot;note&quot;&gt;
8257 &lt;b&gt;&lt;%text(_EDITC_WHO)%&gt;:&lt;/b&gt; &lt;%deletecomment(author)%&gt;
8258 &lt;br /&gt;
8259 &lt;b&gt;&lt;%text(_EDITC_TEXT)%&gt;:&lt;/b&gt; &lt;%deletecomment(body)%&gt;
8260 &lt;/div&gt;
8261 &lt;form method=&quot;post&quot; action=&quot;&lt;%adminurl%&gt;index.php&quot;&gt;&lt;div&gt;
8262 &lt;input type=&quot;hidden&quot; name=&quot;action&quot; value=&quot;commentdeleteconfirm&quot; /&gt;
8263 &lt;%ticket%&gt;
8264 &lt;input type=&quot;hidden&quot; name=&quot;commentid&quot; value=&quot;&lt;%deletecomment(id)%&gt;&quot; /&gt;
8265 &lt;input type=&quot;submit&quot; tabindex=&quot;10&quot; value=&quot;&lt;%text(_DELETE_CONFIRM_BTN)%&gt;&quot; /&gt;
8266 &lt;/div&gt;&lt;/form&gt;&lt;%pagefoot%&gt;
8267
8268 </pre>
8269 </div><div class="page">
8270 <a name="skinpartcommentedit" id="skinpartcommentedit"></a>
8271 <h1>Admin skins: commentedit</h1>
8272 <p>
8273 This skinpart is used to commentedit.
8274 </p>
8275 <p>
8276 Very basic buildup for a [Edit Comments]page page.
8277 </p>
8278 <pre>
8279
8280 &lt;%pagehead%&gt;
8281 &lt;h2&gt;&lt;%text(_EDITC_TITLE)%&gt;&lt;/h2&gt;
8282 &lt;form method=&quot;post&quot; action=&quot;&lt;%adminurl%&gt;index.php&quot;&gt;
8283 &lt;div&gt;
8284 &lt;input type=&quot;hidden&quot; name=&quot;action&quot; value=&quot;commentupdate&quot; /&gt;
8285 &lt;%ticket%&gt;
8286 &lt;input type=&quot;hidden&quot; name=&quot;commentid&quot; value=&quot;&lt;%editcomment(id)%&gt;&quot; /&gt;
8287 &lt;table&gt;
8288 &lt;tr&gt;
8289 &lt;th colspan=&quot;2&quot;&gt;&lt;%text(_EDITC_TITLE)%&gt;&lt;/th&gt;
8290 &lt;/tr&gt;
8291 &lt;tr&gt;
8292 &lt;td&gt;&lt;%text(_EDITC_WHO)%&gt;&lt;/td&gt;
8293 &lt;td&gt;&lt;%editcomment(user)%&gt;&lt;/td&gt;
8294 &lt;/tr&gt;
8295 &lt;tr&gt;
8296 &lt;td&gt;&lt;%text(_EDITC_WHEN)%&gt;&lt;/td&gt;
8297 &lt;td&gt;&lt;%editcomment(date)%&gt;&lt;/td&gt;
8298 &lt;/tr&gt;
8299 &lt;tr&gt;
8300 &lt;td&gt;&lt;%text(_EDITC_HOST)%&gt;&lt;/td&gt;
8301 &lt;td&gt;&lt;%editcomment(host)%&gt;&lt;/td&gt;
8302 &lt;/tr&gt;
8303 &lt;tr&gt;
8304 &lt;td&gt;&lt;%text(_EDITC_URL)%&gt;&lt;/td&gt;
8305 &lt;td&gt;&lt;input type=&quot;text&quot; name=&quot;url&quot; size=&quot;30&quot; tabindex=&quot;6&quot; value=&quot;&lt;%editcomment(url)%&gt;&quot; /&gt;&lt;/td&gt;
8306 &lt;/tr&gt;
8307 &lt;tr&gt;
8308 &lt;td&gt;&lt;%text(_EDITC_EMAIL)%&gt;&lt;/td&gt;
8309 &lt;td&gt;&lt;input type=&quot;text&quot; name=&quot;email&quot; size=&quot;30&quot; tabindex=&quot;8&quot; value=&quot;&lt;%editcomment(email)%&gt;&quot; /&gt;&lt;/td&gt;
8310 &lt;/tr&gt;
8311 &lt;tr&gt;
8312 &lt;td&gt;&lt;%text(_EDITC_TEXT)%&gt;&lt;/td&gt;
8313 &lt;td&gt;&lt;textarea name=&quot;body&quot; tabindex=&quot;10&quot; rows=&quot;10&quot; cols=&quot;50&quot;&gt;&lt;%editcomment(body)%&gt;&lt;/textarea&gt;&lt;/td&gt;
8314 &lt;/tr&gt;
8315 &lt;tr&gt;
8316 &lt;td&gt;&lt;%text(_EDITC_EDIT)%&gt;&lt;/td&gt;
8317 &lt;td&gt;&lt;input type=&quot;submit&quot;  tabindex=&quot;20&quot; value=&quot;&lt;%text(_EDITC_EDIT)%&gt;&quot; onclick=&quot;return checkSubmit();&quot; /&gt;&lt;/td&gt;
8318 &lt;/tr&gt;
8319 &lt;/table&gt;
8320 &lt;/div&gt;
8321 &lt;/form&gt;&lt;%pagefoot%&gt;
8322
8323 </pre>
8324 </div><div class="page">
8325 <a name="skinpartcreateaccountdisable" id="skinpartcreateaccountdisable"></a>
8326 <h1>Admin skins: createaccountdisable</h1>
8327 <p>
8328 This skinpart is used to createaccountdisable.
8329 </p>
8330 <p>
8331 Very basic buildup for a [Visitors are not allowed to create a Member Account.<br /><br />]page page.
8332 </p>
8333 <pre>
8334
8335         &lt;%pagehead%&gt;
8336         &lt;h2&gt;&lt;%text(_CREATE_ACCOUNT0)%&gt;&lt;/h2&gt;
8337         &lt;p&gt;&lt;%text(_CREATE_ACCOUNT1)%&gt;&lt;/p&gt;
8338         &lt;p&gt;&lt;%text(_CREATE_ACCOUNT2)%&gt;&lt;/p&gt;
8339         &lt;p&gt;&lt;%text(_BACK)%&gt; &lt;a href=&quot;&lt;%sitevar(IndexURL)%&gt;&quot; title=&quot;&lt;%sitevar(SiteName)%&gt;&quot;&gt;&lt;%sitevar(SiteName)%&gt;&lt;/a&gt;&lt;/p&gt;
8340         &lt;%pagefoot%&gt;
8341
8342 </pre>
8343 </div><div class="page">
8344 <a name="skinpartcreateaccountinput" id="skinpartcreateaccountinput"></a>
8345 <h1>Admin skins: createaccountinput</h1>
8346 <p>
8347 This skinpart is used to createaccountinput.
8348 </p>
8349 <p>
8350 Very basic buildup for a [Create Member Account]page page.
8351 </p>
8352 <pre>
8353
8354         &lt;%pagehead%&gt;
8355         &lt;h2&gt;&lt;%text(_CREATE_ACCOUNT0)%&gt;&lt;/h2&gt;
8356         &lt;%headmessage%&gt;
8357         &lt;form method=&quot;post&quot; action=&quot;&lt;%sitevar(url)%&gt;createaccount.php&quot;&gt;
8358         &lt;dl&gt;
8359         &lt;dt&gt;&lt;label for=&quot;name&quot;&gt;&lt;%text(_CREATE_ACCOUNT_LOGIN_NAME)%&gt;&lt;/label&gt;&lt;/dt&gt;
8360         &lt;dd&gt;
8361         &lt;input id=&quot;name&quot; name=&quot;name&quot; value=&quot;&lt;%contents(name)%&gt;&quot; size=&quot;32&quot; maxlength=&quot;32&quot; /&gt;
8362         &lt;span style=&quot;\small&quot;&gt;&lt;%text(_CREATE_ACCOUNT_LOGIN_NAME_VALID)%&gt;&lt;/span&gt;
8363         &lt;/dd&gt;
8364         &lt;dt&gt;&lt;label for=&quot;realname&quot;&gt;&lt;%text(_CREATE_ACCOUNT_REAL_NAME)%&gt;&lt;/label&gt;&lt;/dt&gt;
8365         &lt;dd&gt;&lt;input id=&quot;realname&quot; name=&quot;realname&quot; value=&quot;&lt;%contents(realname)%&gt;&quot; size=&quot;40&quot; /&gt;&lt;/dd&gt;
8366         &lt;dt&gt;&lt;label for=&quot;email&quot;&gt;&lt;%text(_CREATE_ACCOUNT_EMAIL)%&gt;&lt;/label&gt;&lt;/dt&gt;
8367         &lt;dd&gt;
8368         &lt;input id=&quot;email&quot;name=&quot;email&quot; value=&quot;&lt;%contents(email)%&gt;&quot; size=&quot;40&quot; /&gt;
8369         &lt;span style=&quot;\small&quot;&gt;&lt;%text(_CREATE_ACCOUNT_EMAIL2)%&gt;&lt;/span&gt;
8370         &lt;/dd&gt;
8371         &lt;dt&gt;&lt;label for=&quot;url&quot;&gt;&lt;%text(_CREATE_ACCOUNT_URL)%&gt;&lt;/label&gt;&lt;/dt&gt;
8372         &lt;dd&gt;&lt;input id=&quot;url&quot;name=&quot;url&quot; value=&quot;&lt;%contents(url)%&gt;&quot; size=&quot;60&quot; /&gt;&lt;/dd&gt;
8373         &lt;/dl&gt;
8374         &lt;%pluginextras(createaccount)%&gt;
8375         &lt;%eventformextra(membermailform-notloggedin)%&gt;
8376         &lt;p&gt;
8377         &lt;input type=&quot;hidden&quot; name=&quot;showform&quot; value=&quot;1&quot; /&gt;
8378         &lt;button type=&quot;submit&quot; name=&quot;action&quot; value=&quot;createaccount&quot;&gt;&lt;%text(_CREATE_ACCOUNT_SUBMIT)%&gt;&lt;/button&gt;
8379         &lt;/p&gt;
8380         &lt;/form&gt;
8381         &lt;%pagefoot%&gt;
8382
8383 </pre>
8384 </div><div class="page">
8385 <a name="skinpartcreateaccountsuccess" id="skinpartcreateaccountsuccess"></a>
8386 <h1>Admin skins: createaccountsuccess</h1>
8387 <p>
8388 This skinpart is used to createaccountsuccess.
8389 </p>
8390 <p>
8391 Very basic buildup for a [Create Account]page page.
8392 </p>
8393 <pre>
8394
8395         &lt;%pagehead%&gt;
8396         &lt;h2&gt;&lt;%text(_CREATE_ACCOUNT)%&gt;&lt;/h2&gt;
8397         &lt;%headmessage%&gt;
8398         &lt;p&gt;&lt;%text(_MSG_ACTIVATION_SENT)%&gt;&lt;/p&gt;
8399         &lt;p&gt;&lt;%text(_BACK)%&gt; &lt;a href=&quot;&lt;%sitevar(IndexURL)%&gt;&quot; title=&quot;&lt;%sitevar(SiteName)%&gt;&quot;&gt;&lt;%sitevar(SiteName)%&gt;&lt;/a&gt;&lt;/p&gt;
8400         &lt;%pagefoot%&gt;
8401
8402 </pre>
8403 </div><div class="page">
8404 <a name="skinpartcreateitem" id="skinpartcreateitem"></a>
8405 <h1>Admin skins: createitem</h1>
8406 <p>
8407 This skinpart is used to createitem.
8408 </p>
8409 <p>
8410 Very basic buildup for a [Add new item to]page page.
8411 </p>
8412 <pre>
8413
8414         &lt;%pagehead%&gt;
8415         &lt;h2&gt;&lt;%text(_ADD_ADDTO)%&gt; '&lt;%adminbloglink(admin/default)%&gt;'&lt;/h2&gt;
8416         
8417         &lt;%init%&gt;
8418         &lt;script type=&quot;text/javascript&quot; src=&quot;&lt;%skinfile(/javascripts/numbercheck.js)%&gt;&quot;&gt;&lt;/script&gt;
8419         &lt;%if(autosave)%&gt;&lt;script type=&quot;text/javascript&quot; src=&quot;&lt;%skinfile(/javascripts/xmlhttprequest.js)%&gt;&quot;&gt;&lt;/script&gt;&lt;%endif%&gt;
8420         
8421         &lt;form id=&quot;addform&quot; method=&quot;post&quot; action=&quot;&lt;%adminurl%&gt;index.php&quot; &gt;
8422         
8423         &lt;div&gt;
8424         
8425         &lt;input type=&quot;hidden&quot; name=&quot;action&quot; value=&quot;additem&quot; /&gt;
8426         &lt;input name=&quot;blogid&quot; value=&quot;&lt;%blogid%&gt;&quot; type=&quot;hidden&quot; /&gt;
8427         &lt;input type=&quot;hidden&quot; name=&quot;draftid&quot; value=&quot;0&quot; /&gt;
8428         &lt;%ticket%&gt;
8429         
8430         &lt;table&gt;
8431                 &lt;tr&gt;
8432                         &lt;th colspan=&quot;2&quot;&gt;&lt;%text(_ADD_CREATENEW)%&gt;&lt;/th&gt;
8433                 &lt;/tr&gt;
8434                 &lt;%if(autosave)%&gt;&lt;tr&gt;
8435                         &lt;td&gt;&lt;%text(_AUTOSAVEDRAFT)%&gt;&lt;/td&gt;
8436                         &lt;td&gt;&lt;span id=&quot;info&quot;&gt;&lt;%text(_AUTOSAVEDRAFT_NOTYETSAVED)%&gt;&lt;/span&gt;&lt;/td&gt;
8437                 &lt;/tr&gt;&lt;%endif%&gt;
8438                 &lt;tr&gt;
8439                         &lt;td&gt;&lt;%text(_ADD_TITLE)%&gt;&lt;/td&gt;
8440                         &lt;td&gt;&lt;input id=&quot;inputtitle&quot; onkeyup=&quot;storeCaret(this); updPreview(title); doMonitor();&quot; onclick=&quot;storeCaret(this);&quot; onselect=&quot;storeCaret(this);&quot;
8441                                 name=&quot;title&quot;
8442                                 tabindex=&quot;10&quot;
8443                                 size=&quot;60&quot; 
8444                                 maxlength=&quot;160&quot; 
8445                                 value=&quot;&lt;%contents(title)%&gt;&quot;
8446                                 /&gt;&lt;/td&gt;
8447                 &lt;/tr&gt;
8448         &lt;tr&gt;
8449                         &lt;td&gt;
8450                                 &lt;%text(_ADD_BODY)%&gt; &lt;%helplink(additem)%&gt;
8451                         &lt;/td&gt;
8452                         &lt;td&gt;
8453                         &lt;div class=&quot;jsbuttonbar&quot;&gt;
8454         &lt;!--[if IE]&gt;
8455                                 &lt;span class=&quot;jsbutton&quot; onmouseover=&quot;BtnHighlight(this);&quot; onmouseout=&quot;BtnNormal(this);&quot; onclick=&quot;cutThis()&quot;&gt;
8456                                         &lt;img src=&quot;&lt;%skinfile(/images/button-cut.gif)%&gt;&quot; title=&quot;&lt;%text(_ADD_CUT_TT)%&gt;(Ctrl + X)&quot; alt=&quot;&lt;%text(_ADD_CUT_TT)%&gt;(Ctrl + X)&quot; width=&quot;16&quot; height=&quot;16&quot; /&gt;
8457                                 &lt;/span&gt;
8458                                 &lt;span class=&quot;jsbutton&quot; onmouseover=&quot;BtnHighlight(this);&quot; onmouseout=&quot;BtnNormal(this);&quot; onclick=&quot;copyThis()&quot;&gt;
8459                                         &lt;img src=&quot;&lt;%skinfile(/images/button-copy.gif)%&gt;&quot; title=&quot;&lt;%text(_ADD_COPY_TT)%&gt;(Ctrl + C)&quot; alt=&quot;&lt;%text(_ADD_COPY_TT)%&gt;(Ctrl + C)&quot; width=&quot;16&quot; height=&quot;16&quot; /&gt;
8460                                 &lt;/span&gt;
8461                                 &lt;span class=&quot;jsbutton&quot; onmouseover=&quot;BtnHighlight(this);&quot; onmouseout=&quot;BtnNormal(this);&quot; onclick=&quot;pasteThis()&quot;&gt;
8462                                         &lt;img src=&quot;&lt;%skinfile(/images/button-paste.gif)%&gt;&quot; title=&quot;&lt;%text(_ADD_PASTE_TT)%&gt;(Ctrl + V)&quot; alt=&quot;&lt;%text(_ADD_PASTE_TT)%&gt;(Ctrl + V)&quot; width=&quot;16&quot; height=&quot;16&quot; /&gt;
8463                                 &lt;/span&gt;
8464                                 &lt;span class=&quot;jsbuttonspacer&quot;&gt;&amp;nbsp;&lt;/span&gt;
8465                                 &lt;span class=&quot;jsbutton&quot; onmouseover=&quot;BtnHighlight(this);&quot; onmouseout=&quot;BtnNormal(this);&quot; onclick=&quot;boldThis()&quot;&gt;
8466                                         &lt;img src=&quot;&lt;%skinfile(/images/button-bold.gif)%&gt;&quot; title=&quot;&lt;%text(_ADD_BOLD_TT)%&gt;(Ctrl + Shift + B)&quot; alt=&quot;&lt;%text(_ADD_BOLD_TT)%&gt;(Ctrl + Shift + B)&quot; width=&quot;16&quot; height=&quot;16&quot; /&gt;
8467                                 &lt;/span&gt;
8468                                 &lt;span class=&quot;jsbutton&quot; onmouseover=&quot;BtnHighlight(this);&quot; onmouseout=&quot;BtnNormal(this);&quot; onclick=&quot;italicThis()&quot;&gt;
8469                                         &lt;img src=&quot;&lt;%skinfile(/images/button-italic.gif)%&gt;&quot; title=&quot;&lt;%text(_ADD_ITALIC_TT)%&gt;(Ctrl + Shift + I)&quot; alt=&quot;&lt;%text(_ADD_ITALIC_TT)%&gt;(Ctrl + Shift + I)&quot; width=&quot;16&quot; height=&quot;16&quot; /&gt;
8470                                 &lt;/span&gt;
8471                                 &lt;span class=&quot;jsbutton&quot; onmouseover=&quot;BtnHighlight(this);&quot; onmouseout=&quot;BtnNormal(this);&quot; onclick=&quot;ahrefThis()&quot;&gt;
8472                                         &lt;img src=&quot;&lt;%skinfile(/images/button-link.gif)%&gt;&quot; title=&quot;&lt;%text(_ADD_HREF_TT)%&gt;(Ctrl + Shift + A)&quot; alt=&quot;&lt;%text(_ADD_HREF_TT)%&gt;(Ctrl + Shift + A)&quot; width=&quot;16&quot; height=&quot;16&quot; /&gt;
8473                                 &lt;/span&gt;
8474         &lt;![endif]--&gt;
8475         &lt;!--[if ! IE]&gt;--&gt;
8476                                 &lt;span class=&quot;jsbutton&quot; onmouseover=&quot;BtnHighlight(this);&quot; onmouseout=&quot;BtnNormal(this);&quot; onclick=&quot;boldThis()&quot;&gt;
8477                                         &lt;img src=&quot;&lt;%skinfile(/images/button-bold.gif)%&gt;&quot; title=&quot;&lt;%text(_ADD_BOLD_TT)%&gt;&quot; alt=&quot;&lt;%text(_ADD_BOLD_TT)%&gt;&quot; width=&quot;16&quot; height=&quot;16&quot; /&gt;
8478                                 &lt;/span&gt;
8479                                 &lt;span class=&quot;jsbutton&quot; onmouseover=&quot;BtnHighlight(this);&quot; onmouseout=&quot;BtnNormal(this);&quot; onclick=&quot;italicThis()&quot;&gt;
8480                                         &lt;img src=&quot;&lt;%skinfile(/images/button-italic.gif)%&gt;&quot; title=&quot;&lt;%text(_ADD_ITALIC_TT)%&gt;&quot; alt=&quot;&lt;%text(_ADD_ITALIC_TT)%&gt;&quot; width=&quot;16&quot; height=&quot;16&quot; /&gt;
8481                                 &lt;/span&gt;
8482                                 &lt;span class=&quot;jsbutton&quot; onmouseover=&quot;BtnHighlight(this);&quot; onmouseout=&quot;BtnNormal(this);&quot; onclick=&quot;ahrefThis()&quot;&gt;
8483                                         &lt;img src=&quot;&lt;%skinfile(/images/button-link.gif)%&gt;&quot; title=&quot;&lt;%text(_ADD_HREF_TT)%&gt;&quot; alt=&quot;&lt;%text(_ADD_HREF_TT)%&gt;&quot; width=&quot;16&quot; height=&quot;16&quot; /&gt;
8484                                 &lt;/span&gt;
8485         &lt;!--&lt;![endif]--&gt;
8486                                 &lt;span class=&quot;jsbuttonspacer&quot;&gt;&amp;nbsp;&lt;/span&gt;
8487                                 &lt;span class=&quot;jsbutton&quot; onmouseover=&quot;BtnHighlight(this);&quot; onmouseout=&quot;BtnNormal(this);&quot; onclick=&quot;alignleftThis()&quot;&gt;
8488                                         &lt;img src=&quot;&lt;%skinfile(/images/button-alignleft.gif)%&gt;&quot; title=&quot;&lt;%text(_ADD_ALIGNLEFT_TT)%&gt;&quot; alt=&quot;&lt;%text(_ADD_ALIGNLEFT_TT)%&gt;&quot; width=&quot;16&quot; height=&quot;16&quot; /&gt;
8489                                 &lt;/span&gt;
8490                                 &lt;span class=&quot;jsbutton&quot; onmouseover=&quot;BtnHighlight(this);&quot; onmouseout=&quot;BtnNormal(this);&quot; onclick=&quot;alignrightThis()&quot;&gt;
8491                                         &lt;img src=&quot;&lt;%skinfile(/images/button-alignright.gif)%&gt;&quot; title=&quot;&lt;%text(_ADD_ALIGNRIGHT_TT)%&gt;&quot; alt=&quot;&lt;%text(_ADD_ALIGNRIGHT_TT)%&gt;&quot; width=&quot;16&quot; height=&quot;16&quot; /&gt;
8492                                 &lt;/span&gt;
8493                                 &lt;span class=&quot;jsbutton&quot; onmouseover=&quot;BtnHighlight(this);&quot; onmouseout=&quot;BtnNormal(this);&quot; onclick=&quot;aligncenterThis()&quot;&gt;
8494                                         &lt;img src=&quot;&lt;%skinfile(/images/button-aligncenter.gif)%&gt;&quot; title=&quot;&lt;%text(_ADD_ALIGNCENTER_TT)%&gt;&quot; alt=&quot;&lt;%text(_ADD_ALIGNCENTER_TT)%&gt;&quot; width=&quot;16&quot; height=&quot;16&quot; /&gt;
8495                                 &lt;/span&gt;
8496                                 &lt;span class=&quot;jsbuttonspacer&quot;&gt;&amp;nbsp;&lt;/span&gt;
8497                                 &lt;span class=&quot;jsbutton&quot; onmouseover=&quot;BtnHighlight(this);&quot; onmouseout=&quot;BtnNormal(this);&quot; onclick=&quot;leftThis()&quot;&gt;
8498                                         &lt;img src=&quot;&lt;%skinfile(/images/button-left.gif)%&gt;&quot; title=&quot;&lt;%text(_ADD_LEFT_TT)%&gt;&quot; alt=&quot;&lt;%text(_ADD_LEFT_TT)%&gt;&quot; width=&quot;16&quot; height=&quot;16&quot; /&gt;
8499                                 &lt;/span&gt;
8500                                 &lt;span class=&quot;jsbutton&quot; onmouseover=&quot;BtnHighlight(this);&quot; onmouseout=&quot;BtnNormal(this);&quot; onclick=&quot;rightThis()&quot;&gt;
8501                                         &lt;img src=&quot;&lt;%skinfile(/images/button-right.gif)%&gt;&quot; title=&quot;&lt;%text(_ADD_RIGHT_TT)%&gt;&quot; alt=&quot;&lt;%text(_ADD_RIGHT_TT)%&gt;&quot; width=&quot;16&quot; height=&quot;16&quot; /&gt;
8502                                 &lt;/span&gt;
8503                                 &lt;span class=&quot;jsbuttonspacer&quot;&gt;&amp;nbsp;&lt;/span&gt;
8504                                 &lt;span class=&quot;jsbutton&quot; onmouseover=&quot;BtnHighlight(this);&quot; onmouseout=&quot;BtnNormal(this);&quot; onclick=&quot;addMedia()&quot;&gt;
8505                                         &lt;img src=&quot;&lt;%skinfile(/images/button-media.gif)%&gt;&quot; title=&quot;&lt;%text(_ADD_MEDIA_TT)%&gt;&quot; alt=&quot;&lt;%text(_ADD_MEDIA_TT)%&gt;&quot; width=&quot;16&quot; height=&quot;16&quot; /&gt;
8506                                 &lt;/span&gt;
8507         &lt;!--[if IE]&gt;
8508                                 &lt;span class=&quot;jsbutton&quot; onmouseover=&quot;BtnHighlight(this);&quot; onmouseout=&quot;BtnNormal(this);&quot; onclick=&quot;showedit()&quot;&gt;
8509                                         &lt;img src=&quot;&lt;%skinfile(/images/button-preview.gif)%&gt;&quot; title=&quot;&lt;%text(_ADD_PREVIEW_TT)%&gt;&quot; alt=&quot;&lt;%text(_ADD_PREVIEW_TT)%&gt;&quot; width=&quot;16&quot; height=&quot;16&quot; /&gt;
8510                                 &lt;/span&gt;
8511         &lt;![endif]--&gt;
8512                                 &lt;div class=&quot;jsbuttonend&quot;&gt;&lt;/div&gt;
8513                         &lt;/div&gt;
8514                                 &lt;textarea id=&quot;inputbody&quot; onkeyup=&quot;storeCaret(this); updPreview(body); doMonitor();&quot; onclick=&quot;storeCaret(this);&quot; onselect=&quot;storeCaret(this);&quot;
8515                                         name=&quot;body&quot;
8516                                         tabindex=&quot;20&quot;
8517                                         cols=&quot;60&quot;
8518                                         rows=&quot;20&quot;&gt;&lt;%contents(body)%&gt;&lt;/textarea&gt;
8519                         &lt;/td&gt;
8520                 &lt;/tr&gt;&lt;tr id=&quot;edit&quot; style=&quot;display:none;&quot;&gt;
8521                         &lt;td&gt;&lt;%text(_ADD_PREVIEW)%&gt;&lt;/td&gt;
8522                         &lt;td&gt;&lt;b&gt;&lt;span id=&quot;prevtitle&quot;&gt;&amp;#160;&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;
8523                                 &lt;span id=&quot;prevbody&quot;&gt;&amp;#160;&lt;/span&gt;&lt;br /&gt;
8524                                 &lt;span id=&quot;prevmore&quot;&gt;&amp;#160;&lt;/span&gt;&lt;br /&gt;
8525                         &lt;/td&gt;
8526                 &lt;/tr&gt;
8527         &lt;tr&gt;
8528                 
8529         &lt;%if(blogsetting, bcomments)%&gt;
8530                         &lt;td&gt;&lt;%text(_ADD_DISABLE_COMMENTS)%&gt;&lt;/td&gt;
8531                         &lt;td&gt;
8532                                 &lt;input name=&quot;closed&quot; type=&quot;radio&quot; tabindex=&quot;30&quot; value=&quot;1&quot; id=&quot;closed_yes&quot; /&gt;&lt;label for=&quot;closed_yes&quot;&gt;&lt;%text(_YES)%&gt;&lt;/label&gt;
8533                                 &lt;input name=&quot;closed&quot; type=&quot;radio&quot; tabindex=&quot;30&quot; value=&quot;0&quot; checked=&quot;checked&quot; id=&quot;closed_no&quot; /&gt;&lt;label for=&quot;closed_no&quot;&gt;&lt;%text(_NO)%&gt;&lt;/label&gt;
8534                         &lt;/td&gt;
8535                 &lt;/tr&gt;
8536         &lt;tr&gt;
8537         &lt;%endif%&gt;
8538         
8539         
8540                         &lt;td&gt;&lt;%text(_ADD_CATEGORY)%&gt;&lt;/td&gt;
8541                         &lt;td&gt;&lt;%categories(40)%&gt;&lt;/td&gt;
8542                 &lt;/tr&gt;
8543         &lt;tr&gt;
8544                         &lt;td&gt;&lt;%text(_SUBMIT)%&gt;&lt;/td&gt;
8545                         &lt;td&gt;
8546                                 &lt;input tabindex=&quot;60&quot; type=&quot;submit&quot; value=&quot;&lt;%text(_ADD_ADDITEM)%&gt;&quot; 
8547                                         onclick=&quot;return checkSubmit();&quot; /&gt;
8548         
8549                                 &lt;br /&gt;&lt;br /&gt;
8550         
8551                                 &lt;input name=&quot;actiontype&quot; value=&quot;addnow&quot; type=&quot;radio&quot; checked='checked' id=&quot;act_now&quot; tabindex=&quot;61&quot; /&gt;&lt;label for=&quot;act_now&quot;&gt;&lt;%text(_ADD_ADDNOW)%&gt;&lt;/label&gt;
8552                                 &lt;br /&gt;
8553                                 &lt;input name=&quot;actiontype&quot; value=&quot;addfuture&quot; type=&quot;radio&quot; id=&quot;act_future&quot; tabindex=&quot;61&quot; /&gt;&lt;label for=&quot;act_future&quot; &gt;&lt;%text(_ADD_ADDLATER)%&gt;&lt;/label&gt; &lt;%helplink(future)%&gt;
8554                                 &lt;div class=&quot;indent&quot;&gt;
8555                                         &lt;%text(_ADD_PLACE_ON)%&gt;
8556                                         &lt;input id=&quot;inputyear&quot; name=&quot;year&quot; tabindex=&quot;63&quot; size=&quot;4&quot; value=&quot;&lt;%currenttime(year)%&gt;&quot; onchange=&quot;document.forms[0].act_future.checked=true;&quot; /&gt;&lt;%text(_ITEM_ADDEDITTEMPLATE_YEAR)%&gt;
8557                                         &lt;input id=&quot;inputmonth&quot; name=&quot;month&quot; tabindex=&quot;64&quot; size=&quot;2&quot; value=&quot;&lt;%currenttime(mon)%&gt;&quot; onchange=&quot;document.forms[0].act_future.checked=true;&quot; /&gt;&lt;%text(_ITEM_ADDEDITTEMPLATE_MONTH)%&gt;
8558                                         &lt;input id=&quot;inputday&quot; name=&quot;day&quot; tabindex=&quot;65&quot; size=&quot;2&quot; value=&quot;&lt;%currenttime(mday)%&gt;&quot; onchange=&quot;document.forms[0].act_future.checked=true;&quot; /&gt;&lt;%text(_ITEM_ADDEDITTEMPLATE_DAY)%&gt;
8559                                          
8560                                         &lt;input id=&quot;inputhour&quot; name=&quot;hour&quot; tabindex=&quot;66&quot; size=&quot;2&quot; value=&quot;&lt;%currenttime(hours)%&gt;&quot; onchange=&quot;document.forms[0].act_future.checked=true;&quot; /&gt;&lt;%text(_ITEM_ADDEDITTEMPLATE_HOUR)%&gt;
8561                                         &lt;input id=&quot;inputminutes&quot; name=&quot;minutes&quot; tabindex=&quot;67&quot; size=&quot;2&quot; value=&quot;&lt;%currenttime(minutes)%&gt;&quot; onchange=&quot;document.forms[0].act_future.checked=true;&quot; /&gt;&lt;%text(_ITEM_ADDEDITTEMPLATE_MINUTE)%&gt;
8562                                         &lt;br /&gt;&lt;%text(_ITEM_ADDEDITTEMPLATE_FORMAT)%&gt;(yyyy)&lt;%text(_ITEM_ADDEDITTEMPLATE_YEAR)%&gt;(mm)&lt;%text(_ITEM_ADDEDITTEMPLATE_MONTH)%&gt;(dd)&lt;%text(_ITEM_ADDEDITTEMPLATE_DAY)%&gt; (hh)&lt;%text(_ITEM_ADDEDITTEMPLATE_HOUR)%&gt;(mm)&lt;%text(_ITEM_ADDEDITTEMPLATE_MINUTE)%&gt;
8563                                         
8564                                         &lt;%if(blogsetting, ballowpast,0)%&gt;
8565                                                 &lt;br /&gt;
8566                                                 &lt;%text(_ADD_NOPASTDATES)%&gt;
8567                                         &lt;%endif%&gt;
8568                                 &lt;/div&gt;
8569                                 &lt;input name=&quot;actiontype&quot; tabindex=&quot;61&quot; value=&quot;adddraft&quot; type=&quot;radio&quot; id=&quot;act_draft&quot; /&gt;&lt;label for=&quot;act_draft&quot;&gt;&lt;%text(_ADD_ADDDRAFT)%&gt;&lt;/label&gt; &lt;%helplink(draft)%&gt;
8570                         &lt;/td&gt;
8571                 &lt;/tr&gt;
8572         &lt;tr&gt;
8573                         &lt;td&gt;&lt;%text(_ADD_PLUGIN_EXTRAS)%&gt;&lt;/td&gt;
8574                         &lt;td&gt;
8575                                 &lt;%pluginextras%&gt;
8576                         &lt;/td&gt;
8577                 &lt;/tr&gt;
8578                                 &lt;%pluginoptions(item)%&gt;   
8579         &lt;tr&gt;
8580                 &lt;th colspan=&quot;2&quot;&gt;&lt;%text(_ADD_MORE)%&gt;&lt;/th&gt;
8581                 &lt;/tr&gt;
8582         &lt;tr&gt;
8583                         &lt;td&gt;&lt;%text(_ADD_MORE)%&gt;
8584                                 &lt;br /&gt;&lt;%helplink(extended)%&gt;
8585                         &lt;/td&gt;
8586                         &lt;td&gt;
8587                         &lt;div class=&quot;jsbuttonbar&quot;&gt;
8588         &lt;!--[if IE]&gt;
8589                                 &lt;span class=&quot;jsbutton&quot; onmouseover=&quot;BtnHighlight(this);&quot; onmouseout=&quot;BtnNormal(this);&quot; onclick=&quot;cutThis()&quot;&gt;
8590                                         &lt;img src=&quot;&lt;%skinfile(/images/button-cut.gif)%&gt;&quot; title=&quot;&lt;%text(_ADD_CUT_TT)%&gt;(Ctrl + X)&quot; alt=&quot;&lt;%text(_ADD_CUT_TT)%&gt;(Ctrl + X)&quot; width=&quot;16&quot; height=&quot;16&quot; /&gt;
8591                                 &lt;/span&gt;
8592                                 &lt;span class=&quot;jsbutton&quot; onmouseover=&quot;BtnHighlight(this);&quot; onmouseout=&quot;BtnNormal(this);&quot; onclick=&quot;copyThis()&quot;&gt;
8593                                         &lt;img src=&quot;&lt;%skinfile(/images/button-copy.gif)%&gt;&quot; title=&quot;&lt;%text(_ADD_COPY_TT)%&gt;(Ctrl + C)&quot; alt=&quot;&lt;%text(_ADD_COPY_TT)%&gt;(Ctrl + C)&quot; width=&quot;16&quot; height=&quot;16&quot; /&gt;
8594                                 &lt;/span&gt;
8595                                 &lt;span class=&quot;jsbutton&quot; onmouseover=&quot;BtnHighlight(this);&quot; onmouseout=&quot;BtnNormal(this);&quot; onclick=&quot;pasteThis()&quot;&gt;
8596                                         &lt;img src=&quot;&lt;%skinfile(/images/button-paste.gif)%&gt;&quot; title=&quot;&lt;%text(_ADD_PASTE_TT)%&gt;(Ctrl + V)&quot; alt=&quot;&lt;%text(_ADD_PASTE_TT)%&gt;(Ctrl + V)&quot; width=&quot;16&quot; height=&quot;16&quot; /&gt;
8597                                 &lt;/span&gt;
8598                                 &lt;span class=&quot;jsbuttonspacer&quot;&gt;&amp;nbsp;&lt;/span&gt;
8599                                 &lt;span class=&quot;jsbutton&quot; onmouseover=&quot;BtnHighlight(this);&quot; onmouseout=&quot;BtnNormal(this);&quot; onclick=&quot;boldThis()&quot;&gt;
8600                                         &lt;img src=&quot;&lt;%skinfile(/images/button-bold.gif)%&gt;&quot; title=&quot;&lt;%text(_ADD_BOLD_TT)%&gt;(Ctrl + Shift + B)&quot; alt=&quot;&lt;%text(_ADD_BOLD_TT)%&gt;(Ctrl + Shift + B)&quot; width=&quot;16&quot; height=&quot;16&quot; /&gt;
8601                                 &lt;/span&gt;
8602                                 &lt;span class=&quot;jsbutton&quot; onmouseover=&quot;BtnHighlight(this);&quot; onmouseout=&quot;BtnNormal(this);&quot; onclick=&quot;italicThis()&quot;&gt;
8603                                         &lt;img src=&quot;&lt;%skinfile(/images/button-italic.gif)%&gt;&quot; title=&quot;&lt;%text(_ADD_ITALIC_TT)%&gt;(Ctrl + Shift + I)&quot; alt=&quot;&lt;%text(_ADD_ITALIC_TT)%&gt;(Ctrl + Shift + I)&quot; width=&quot;16&quot; height=&quot;16&quot; /&gt;
8604                                 &lt;/span&gt;
8605                                 &lt;span class=&quot;jsbutton&quot; onmouseover=&quot;BtnHighlight(this);&quot; onmouseout=&quot;BtnNormal(this);&quot; onclick=&quot;ahrefThis()&quot;&gt;
8606                                         &lt;img src=&quot;&lt;%skinfile(/images/button-link.gif)%&gt;&quot; title=&quot;&lt;%text(_ADD_HREF_TT)%&gt;(Ctrl + Shift + A)&quot; alt=&quot;&lt;%text(_ADD_HREF_TT)%&gt;(Ctrl + Shift + A)&quot; width=&quot;16&quot; height=&quot;16&quot; /&gt;
8607                                 &lt;/span&gt;
8608         &lt;![endif]--&gt;
8609         &lt;!--[if ! IE]&gt;--&gt;
8610                                 &lt;span class=&quot;jsbutton&quot; onmouseover=&quot;BtnHighlight(this);&quot; onmouseout=&quot;BtnNormal(this);&quot; onclick=&quot;boldThis()&quot;&gt;
8611                                         &lt;img src=&quot;&lt;%skinfile(/images/button-bold.gif)%&gt;&quot; title=&quot;&lt;%text(_ADD_BOLD_TT)%&gt;&quot; alt=&quot;&lt;%text(_ADD_BOLD_TT)%&gt;&quot; width=&quot;16&quot; height=&quot;16&quot; /&gt;
8612                                 &lt;/span&gt;
8613                                 &lt;span class=&quot;jsbutton&quot; onmouseover=&quot;BtnHighlight(this);&quot; onmouseout=&quot;BtnNormal(this);&quot; onclick=&quot;italicThis()&quot;&gt;
8614                                         &lt;img src=&quot;&lt;%skinfile(/images/button-italic.gif)%&gt;&quot; title=&quot;&lt;%text(_ADD_ITALIC_TT)%&gt;&quot; alt=&quot;&lt;%text(_ADD_ITALIC_TT)%&gt;&quot; width=&quot;16&quot; height=&quot;16&quot; /&gt;
8615                                 &lt;/span&gt;
8616                                 &lt;span class=&quot;jsbutton&quot; onmouseover=&quot;BtnHighlight(this);&quot; onmouseout=&quot;BtnNormal(this);&quot; onclick=&quot;ahrefThis()&quot;&gt;
8617                                         &lt;img src=&quot;&lt;%skinfile(/images/button-link.gif)%&gt;&quot; title=&quot;&lt;%text(_ADD_HREF_TT)%&gt;&quot; alt=&quot;&lt;%text(_ADD_HREF_TT)%&gt;&quot; width=&quot;16&quot; height=&quot;16&quot; /&gt;
8618                                 &lt;/span&gt;
8619         &lt;!--&lt;![endif]--&gt;
8620                                 &lt;span class=&quot;jsbuttonspacer&quot;&gt;&amp;nbsp;&lt;/span&gt;
8621                                 &lt;span class=&quot;jsbutton&quot; onmouseover=&quot;BtnHighlight(this);&quot; onmouseout=&quot;BtnNormal(this);&quot; onclick=&quot;alignleftThis()&quot;&gt;
8622                                         &lt;img src=&quot;&lt;%skinfile(/images/button-alignleft.gif)%&gt;&quot; title=&quot;&lt;%text(_ADD_ALIGNLEFT_TT)%&gt;&quot; alt=&quot;&lt;%text(_ADD_ALIGNLEFT_TT)%&gt;&quot; width=&quot;16&quot; height=&quot;16&quot; /&gt;
8623                                 &lt;/span&gt;
8624                                 &lt;span class=&quot;jsbutton&quot; onmouseover=&quot;BtnHighlight(this);&quot; onmouseout=&quot;BtnNormal(this);&quot; onclick=&quot;alignrightThis()&quot;&gt;
8625                                         &lt;img src=&quot;&lt;%skinfile(/images/button-alignright.gif)%&gt;&quot; title=&quot;&lt;%text(_ADD_ALIGNRIGHT_TT)%&gt;&quot; alt=&quot;&lt;%text(_ADD_ALIGNRIGHT_TT)%&gt;&quot; width=&quot;16&quot; height=&quot;16&quot; /&gt;
8626                                 &lt;/span&gt;
8627                                 &lt;span class=&quot;jsbutton&quot; onmouseover=&quot;BtnHighlight(this);&quot; onmouseout=&quot;BtnNormal(this);&quot; onclick=&quot;aligncenterThis()&quot;&gt;
8628                                         &lt;img src=&quot;&lt;%skinfile(/images/button-aligncenter.gif)%&gt;&quot; title=&quot;&lt;%text(_ADD_ALIGNCENTER_TT)%&gt;&quot; alt=&quot;&lt;%text(_ADD_ALIGNCENTER_TT)%&gt;&quot; width=&quot;16&quot; height=&quot;16&quot; /&gt;
8629                                 &lt;/span&gt;
8630                                 &lt;span class=&quot;jsbuttonspacer&quot;&gt;&amp;nbsp;&lt;/span&gt;
8631                                 &lt;span class=&quot;jsbutton&quot; onmouseover=&quot;BtnHighlight(this);&quot; onmouseout=&quot;BtnNormal(this);&quot; onclick=&quot;leftThis()&quot;&gt;
8632                                         &lt;img src=&quot;&lt;%skinfile(/images/button-left.gif)%&gt;&quot; title=&quot;&lt;%text(_ADD_LEFT_TT)%&gt;&quot; alt=&quot;&lt;%text(_ADD_LEFT_TT)%&gt;&quot; width=&quot;16&quot; height=&quot;16&quot; /&gt;
8633                                 &lt;/span&gt;
8634                                 &lt;span class=&quot;jsbutton&quot; onmouseover=&quot;BtnHighlight(this);&quot; onmouseout=&quot;BtnNormal(this);&quot; onclick=&quot;rightThis()&quot;&gt;
8635                                         &lt;img src=&quot;&lt;%skinfile(/images/button-right.gif)%&gt;&quot; title=&quot;&lt;%text(_ADD_RIGHT_TT)%&gt;&quot; alt=&quot;&lt;%text(_ADD_RIGHT_TT)%&gt;&quot; width=&quot;16&quot; height=&quot;16&quot; /&gt;
8636                                 &lt;/span&gt;
8637                                 &lt;span class=&quot;jsbuttonspacer&quot;&gt;&amp;nbsp;&lt;/span&gt;
8638                                 &lt;span class=&quot;jsbutton&quot; onmouseover=&quot;BtnHighlight(this);&quot; onmouseout=&quot;BtnNormal(this);&quot; onclick=&quot;addMedia()&quot;&gt;
8639                                         &lt;img src=&quot;&lt;%skinfile(/images/button-media.gif)%&gt;&quot; title=&quot;&lt;%text(_ADD_MEDIA_TT)%&gt;&quot; alt=&quot;&lt;%text(_ADD_MEDIA_TT)%&gt;&quot; width=&quot;16&quot; height=&quot;16&quot; /&gt;
8640                                 &lt;/span&gt;
8641         &lt;!--[if IE]&gt;
8642                                 &lt;span class=&quot;jsbutton&quot; onmouseover=&quot;BtnHighlight(this);&quot; onmouseout=&quot;BtnNormal(this);&quot; onclick=&quot;showedit()&quot;&gt;
8643                                         &lt;img src=&quot;&lt;%skinfile(/images/button-preview.gif)%&gt;&quot; title=&quot;&lt;%text(_ADD_PREVIEW_TT)%&gt;&quot; alt=&quot;&lt;%text(_ADD_PREVIEW_TT)%&gt;&quot; width=&quot;16&quot; height=&quot;16&quot; /&gt;
8644                                 &lt;/span&gt;
8645         &lt;![endif]--&gt;
8646                         &lt;/div&gt;
8647                                 &lt;textarea id=&quot;inputmore&quot; onkeyup=&quot;storeCaret(this); updPreview(more); doMonitor();&quot; onclick=&quot;storeCaret(this);&quot; onselect=&quot;storeCaret(this);&quot;
8648                                         name=&quot;more&quot;
8649                                         tabindex=&quot;70&quot;
8650                                         cols=&quot;60&quot;
8651                                         rows=&quot;20&quot;
8652                                         &gt;&lt;%contents(more)%&gt;&lt;/textarea&gt;
8653                         &lt;/td&gt;
8654                 &lt;/tr&gt;
8655         &lt;tr&gt;
8656                         &lt;td&gt;&lt;%text(_SUBMIT)%&gt;&lt;/td&gt;
8657                         &lt;td&gt;
8658                                 &lt;input tabindex=&quot;60&quot; type=&quot;submit&quot; value=&quot;&lt;%text(_ADD_ADDITEM)%&gt;&quot; 
8659                                         onclick=&quot;return checkSubmit();&quot; /&gt;
8660                                 &lt;%if(autosave)%&gt;
8661                                 &lt;input tabindex=&quot;80&quot; type=&quot;button&quot; name=&quot;autosavenow&quot; value=&quot;&lt;%text(_AUTOSAVEDRAFT_NOW)%&gt;&quot;
8662                                         onclick=&quot;autoSaveDraft();&quot; /&gt;
8663                                 &lt;%endif%&gt;
8664                         &lt;/td&gt;
8665                 &lt;/tr&gt;
8666         &lt;/table&gt;
8667         
8668         &lt;/div&gt;
8669         &lt;/form&gt;
8670         &lt;%if(autosave)%&gt;
8671                 &lt;script type=&quot;text/javascript&quot;&gt;
8672                         var xmlhttprequest = new Array();
8673                         xmlhttprequest[0] = createHTTPHandler(); // AutoDraft handler
8674                         xmlhttprequest[1] = createHTTPHandler(); // UpdateTicket handler
8675                         var seconds = now(); // Last AutoDraft time
8676                         var checks = 0; // Number of checks since last AutoDraft
8677                         var addform = document.getElementById('addform'); // The form id
8678                         var goal = document.getElementById('info'); // The html div id where 'Last saved: date time' must come
8679                         var goalurl = '../action.php'; // The PHP file where the content must be posted to
8680                         var lastsavedtext = '&lt;%text(_AUTOSAVEDRAFT_LASTSAVED)%&gt;'; // The language variable for 'Last saved'
8681                         var formtype = 'add'; // Add or edit form
8682                 &lt;/script&gt; 
8683         &lt;%endif%&gt;
8684         &lt;%pagefoot%&gt;
8685
8686 </pre>
8687 </div><div class="page">
8688 <a name="skinpartcreatenewlog" id="skinpartcreatenewlog"></a>
8689 <h1>Admin skins: createnewlog</h1>
8690 <p>
8691 This skinpart is used to createnewlog.
8692 </p>
8693 <p>
8694 Very basic buildup for a [Create new weblog]page page.
8695 </p>
8696 <pre>
8697
8698 &lt;%pagehead%&gt;
8699 &lt;p&gt;&lt;a href=&quot;&lt;%adminurl%&gt;index.php?action=manage&quot;&gt;(&lt;%text(_BACKTOMANAGE)%&gt;)&lt;/a&gt;&lt;/p&gt;
8700 &lt;h2&gt;&lt;%text(_EBLOG_CREATE_TITLE)%&gt;&lt;/h2&gt;
8701 &lt;h3&gt;&lt;%text(_ADMIN_NOTABILIA)%&gt;&lt;/h3&gt;
8702 &lt;p&gt;&lt;%text(_ADMIN_PLEASE_READ)%&gt;&lt;/p&gt;
8703 &lt;p&gt;&lt;%text(_ADMIN_HOW_TO_ACCESS)%&gt;&lt;/p&gt;
8704 &lt;ol&gt;
8705 &lt;li&gt;&lt;%text(_ADMIN_SIMPLE_WAY)%&gt;&lt;/li&gt;
8706 &lt;li&gt;&lt;%text(_ADMIN_ADVANCED_WAY)%&gt;&lt;/li&gt;
8707 &lt;/ol&gt;
8708 &lt;h3&gt;&lt;%text(_ADMIN_HOW_TO_CREATE)%&gt;&lt;/h3&gt;
8709 &lt;p&gt;&lt;%text(_EBLOG_CREATE_TEXT)%&gt;&lt;/p&gt;
8710 &lt;form method=&quot;post&quot; action=&quot;&lt;%adminurl%&gt;index.php&quot;&gt;
8711 &lt;div&gt;
8712 &lt;input type=&quot;hidden&quot; name=&quot;action&quot; value=&quot;addnewlog&quot; /&gt;
8713 &lt;%ticket%&gt;
8714 &lt;table&gt;
8715 &lt;tr&gt;
8716 &lt;td&gt;&lt;%text(_EBLOG_NAME)%&gt;&lt;/td&gt;
8717 &lt;td&gt;&lt;input name=&quot;name&quot; tabindex=&quot;10&quot; size=&quot;40&quot; maxlength=&quot;60&quot; /&gt;&lt;/td&gt;
8718 &lt;/tr&gt;
8719 &lt;tr&gt;
8720 &lt;td&gt;
8721 &lt;%text(_EBLOG_SHORTNAME)%&gt;
8722 &lt;%helplink(shortblogname)%&gt;
8723 &lt;/td&gt;
8724 &lt;td&gt;&lt;input name=&quot;shortname&quot; tabindex=&quot;20&quot; maxlength=&quot;15&quot; size=&quot;15&quot; /&gt;&lt;/td&gt;
8725 &lt;/tr&gt;
8726 &lt;tr&gt;
8727 &lt;td&gt;&lt;%text(_EBLOG_DESC)%&gt;&lt;/td&gt;
8728 &lt;td&gt;&lt;input name=&quot;desc&quot; tabindex=&quot;30&quot; maxlength=&quot;200&quot; size=&quot;40&quot; /&gt;&lt;/td&gt;
8729 &lt;/tr&gt;
8730 &lt;tr&gt;
8731 &lt;td&gt;
8732 &lt;%text(_EBLOG_DEFSKIN)%&gt;
8733 &lt;%helplink(blogdefaultskin)%&gt;
8734 &lt;/td&gt;
8735 &lt;td&gt;&lt;%defskinselect(blog,admin/default)%&gt;&lt;/td&gt;
8736 &lt;/tr&gt;
8737 &lt;tr&gt;
8738 &lt;td&gt;
8739 &lt;%text(_EBLOG_OFFSET)%&gt;
8740 &lt;%helplink(blogtimeoffset)%&gt;&lt;br /&gt;
8741 &lt;%text(_EBLOG_STIME)%&gt; &lt;b&gt;&lt;%blogtime(servertime,&quot;%H:%M&quot;)%&gt;&lt;/b&gt;
8742 &lt;/td&gt;
8743 &lt;td&gt;&lt;input name=&quot;timeoffset&quot; tabindex=&quot;110&quot; size=&quot;3&quot; value=&quot;0&quot; /&gt;&lt;/td&gt;
8744 &lt;/tr&gt;
8745 &lt;tr&gt;
8746 &lt;td&gt;
8747 &lt;%text(_EBLOG_ADMIN)%&gt;
8748 &lt;%helplink(teamadmin)%&gt;
8749 &lt;/td&gt;
8750 &lt;td&gt;&lt;%text(_EBLOG_ADMIN_MSG)%&gt;&lt;/td&gt;
8751 &lt;/tr&gt;
8752 &lt;tr&gt;
8753 &lt;td&gt;&lt;%text(_EBLOG_CREATE)%&gt;&lt;/td&gt;
8754 &lt;td&gt;&lt;input type=&quot;submit&quot; tabindex=&quot;120&quot; value=&quot;&lt;%text(_EBLOG_CREATE_BTN)%&gt;&quot; onclick=&quot;return checkSubmit();&quot; /&gt;&lt;/td&gt;
8755 &lt;/tr&gt;
8756 &lt;/table&gt;
8757 &lt;/div&gt;
8758 &lt;/form&gt;&lt;%pagefoot%&gt;
8759
8760 </pre>
8761 </div><div class="page">
8762 <a name="skinpartdeleteblog" id="skinpartdeleteblog"></a>
8763 <h1>Admin skins: deleteblog</h1>
8764 <p>
8765 This skinpart is used to deleteblog.
8766 </p>
8767 <p>
8768 Very basic buildup for a [Warning! Deleting a blog will delete ALL items of that blog, and all comments. Please confirm to make clear that you are CERTAIN of what you're doing!<br />Also, don't interrupt Nucleus while removing your blog.]page page.
8769 </p>
8770 <pre>
8771
8772 &lt;%pagehead%&gt;
8773 &lt;h2&gt;&lt;%text(_DELETE_CONFIRM)%&gt;&lt;/h2&gt;
8774 &lt;p&gt;&lt;%text(_WARNINGTXT_BLOGDEL)%&gt;
8775 &lt;/p&gt;
8776 &lt;div&gt;
8777 &lt;%text(_CONFIRMTXT_BLOG)%&gt;&lt;b&gt;&lt;%blogsetting(name)%&gt;&lt;/b&gt;
8778 &lt;/div&gt;
8779 &lt;form method=&quot;post&quot; action=&quot;&lt;%adminurl%&gt;index.php&quot;&gt;&lt;div&gt;
8780 &lt;input type=&quot;hidden&quot; name=&quot;action&quot; value=&quot;deleteblogconfirm&quot; /&gt;
8781 &lt;%ticket%&gt;
8782 &lt;input type=&quot;hidden&quot; name=&quot;blogid&quot; value=&quot;&lt;%requestblogid%&gt;&quot; /&gt;
8783 &lt;input type=&quot;submit&quot; tabindex=&quot;10&quot; value=&quot;&lt;%text(_DELETE_CONFIRM_BTN)%&gt;&quot; /&gt;
8784 &lt;/div&gt;&lt;/form&gt;&lt;%pagefoot%&gt;
8785
8786 </pre>
8787 </div><div class="page">
8788 <a name="skinparteditmembersettings" id="skinparteditmembersettings"></a>
8789 <h1>Admin skins: editmembersettings</h1>
8790 <p>
8791 This skinpart is used to editmembersettings.
8792 </p>
8793 <p>
8794 Very basic buildup for a [Edit Member]page page.
8795 </p>
8796 <pre>
8797
8798 &lt;%pagehead%&gt;
8799 &lt;%if(superadmin)%&gt;&lt;a href=&quot;&lt;%adminurl%&gt;index.php?action=usermanagement&quot;&gt;(&lt;%text(_MEMBERS_BACKTOOVERVIEW)%&gt;)&lt;%else%&gt;&lt;a href=&quot;&lt;%adminurl%&gt;index.php?action=overview&quot;&gt;(&lt;%text(_BACKHOME)%&gt;)&lt;%endif%&gt;&lt;/a&gt;
8800 &lt;h2&gt;&lt;%text(_MEMBERS_EDIT)%&gt;&lt;/h2&gt;
8801 &lt;form method=&quot;post&quot; action=&quot;&lt;%adminurl%&gt;index.php&quot; name=&quot;memberedit&quot;&gt;
8802 &lt;div&gt;
8803 &lt;input type=&quot;hidden&quot; name=&quot;action&quot; value=&quot;changemembersettings&quot; /&gt;
8804 &lt;input type=&quot;hidden&quot; name=&quot;memberid&quot; value=&quot;&lt;%editmember(id)%&gt;&quot; /&gt;
8805 &lt;%ticket%&gt;
8806 &lt;table&gt;
8807 &lt;tr&gt;
8808 &lt;th colspan=&quot;2&quot;&gt;&lt;%text(_MEMBERS_EDIT)%&gt;&lt;/th&gt;
8809 &lt;/tr&gt;
8810 &lt;tr&gt;
8811 &lt;td&gt;
8812 &lt;%text(_MEMBERS_DISPLAY)%&gt; &lt;%helplink(shortnames)%&gt;
8813 &lt;br /&gt;&lt;small&gt;&lt;%text(_MEMBERS_DISPLAY_INFO)%&gt;&lt;/small&gt;
8814 &lt;/td&gt;
8815 &lt;td&gt;&lt;%editmember(displayname)%&gt;&lt;/td&gt;
8816 &lt;/tr&gt;
8817 &lt;tr&gt;
8818 &lt;td&gt;&lt;%text(_MEMBERS_REALNAME)%&gt;&lt;/td&gt;
8819 &lt;td&gt;&lt;input name=&quot;realname&quot; tabindex=&quot;20&quot; maxlength=&quot;60&quot; size=&quot;40&quot; value=&quot;&lt;%editmember(realname)%&gt;&quot; /&gt;&lt;/td&gt;
8820 &lt;/tr&gt;
8821 &lt;tr&gt;&lt;%if(allowloginedit)%&gt;
8822 &lt;td&gt;&lt;%text(_MEMBERS_PWD)%&gt;&lt;/td&gt;
8823 &lt;td&gt;&lt;input type=&quot;password&quot; tabindex=&quot;30&quot; maxlength=&quot;40&quot; size=&quot;16&quot; name=&quot;password&quot; /&gt;&lt;/td&gt;
8824 &lt;/tr&gt;
8825 &lt;tr&gt;
8826 &lt;td&gt;&lt;%text(_MEMBERS_REPPWD)%&gt;&lt;/td&gt;
8827 &lt;td&gt;&lt;input type=&quot;password&quot; tabindex=&quot;35&quot; maxlength=&quot;40&quot; size=&quot;16&quot; name=&quot;repeatpassword&quot; /&gt;&lt;/td&gt;
8828 &lt;/tr&gt;
8829 &lt;tr&gt;&lt;%endif%&gt;
8830 &lt;td&gt;
8831 &lt;%text(_MEMBERS_EMAIL)%&gt;
8832 &lt;br /&gt;&lt;small&gt;&lt;%text(_MEMBERS_EMAIL_EDIT)%&gt;&lt;/small&gt;
8833 &lt;/td&gt;
8834 &lt;td&gt;&lt;input name=&quot;email&quot; tabindex=&quot;40&quot; size=&quot;40&quot; maxlength=&quot;60&quot; value=&quot;&lt;%editmember(email)%&gt;&quot; /&gt;&lt;/td&gt;
8835 &lt;/tr&gt;
8836 &lt;tr&gt;
8837 &lt;td&gt;&lt;%text(_MEMBERS_URL)%&gt;&lt;/td&gt;
8838 &lt;td&gt;&lt;input name=&quot;url&quot; tabindex=&quot;50&quot; size=&quot;40&quot; maxlength=&quot;100&quot; value=&quot;&lt;%editmember(url)%&gt;&quot; /&gt;&lt;/td&gt;
8839 &lt;%if(superadmin)%&gt;&lt;/tr&gt;
8840 &lt;tr&gt;
8841 &lt;td&gt;&lt;%text(_MEMBERS_SUPERADMIN)%&gt; &lt;%helplink(superadmin)%&gt;&lt;/td&gt;
8842 &lt;td&gt;&lt;%editmember(admin)%&gt;&lt;/td&gt;
8843 &lt;/tr&gt;
8844 &lt;tr&gt;
8845 &lt;td&gt;&lt;%text(_MEMBERS_CANLOGIN)%&gt; &lt;%helplink(canlogin)%&gt;&lt;/td&gt;
8846 &lt;td&gt;&lt;%editmember(canlogin)%&gt;&lt;/td&gt;&lt;%endif%&gt;
8847 &lt;/tr&gt;
8848 &lt;tr&gt;
8849 &lt;td&gt;&lt;%text(_MEMBERS_NOTES)%&gt;&lt;/td&gt;
8850 &lt;td&gt;&lt;input name=&quot;notes&quot; tabindex=&quot;80&quot; size=&quot;40&quot; maxlength=&quot;100&quot; value=&quot;&lt;%editmember(notes)%&gt;&quot; /&gt;&lt;/td&gt;
8851 &lt;/tr&gt;
8852 &lt;tr&gt;
8853 &lt;td&gt;&lt;%text(_MEMBERS_LOCALE)%&gt; &lt;%helplink(locale)%&gt;&lt;/td&gt;
8854 &lt;td&gt;
8855 &lt;select name=&quot;locale&quot; tabindex=&quot;85&quot;&gt;
8856 &lt;%localeselectoptions%&gt;
8857 &lt;/select&gt;
8858 &lt;/td&gt;
8859 &lt;/tr&gt;
8860 &lt;tr&gt;
8861 &lt;td&gt;&lt;%text(_MEMBERS_USEAUTOSAVE)%&gt; &lt;%helplink(autosave)%&gt;&lt;/td&gt;
8862 &lt;td&gt;&lt;%editmember(autosave)%&gt;&lt;/td&gt;
8863 &lt;/tr&gt;&lt;%if(superadmin)%&gt;&lt;tr&gt;
8864 &lt;td&gt;&lt;%text(_SKINABLEADMIN_MEMBERS_ADMINSKIN)%&gt; &lt;%customhelplink(useadminskin)%&gt;&lt;/td&gt;
8865 &lt;td&gt;
8866 &lt;%defskinselect(admin/default)%&gt;
8867 &lt;/td&gt;
8868 &lt;/tr&gt;&lt;%endif%&gt;
8869 &lt;%pluginoptions(member)%&gt;
8870 &lt;tr&gt;
8871 &lt;th colspan=&quot;2&quot;&gt;&lt;%text(_MEMBERS_EDIT)%&gt;&lt;/th&gt;
8872 &lt;/tr&gt;
8873 &lt;tr&gt;
8874 &lt;td&gt;&lt;%text(_MEMBERS_EDIT)%&gt;&lt;/td&gt;
8875 &lt;td&gt;&lt;input type=&quot;submit&quot; tabindex=&quot;90&quot; value=&quot;&lt;%text(_MEMBERS_EDIT_BTN)%&gt;&quot; onclick=&quot;return checkSubmit();&quot; /&gt;&lt;/td&gt;
8876 &lt;/tr&gt;
8877 &lt;/table&gt;
8878 &lt;/div&gt;
8879 &lt;/form&gt;
8880 &lt;h3&gt;&lt;%text(_PLUGINS_EXTRA)%&gt;&lt;/h3&gt;
8881 &lt;%pluginextras(member)%&gt;&lt;%pagefoot%&gt;
8882
8883 </pre>
8884 </div><div class="page">
8885 <a name="skinpartforgotpassword" id="skinpartforgotpassword"></a>
8886 <h1>Admin skins: forgotpassword</h1>
8887 <p>
8888 This skinpart is used to forgotpassword.
8889 </p>
8890 <p>
8891 Very basic buildup for a [Forgot your password?]page page.
8892 </p>
8893 <pre>
8894
8895         &lt;%pagehead%&gt;
8896         &lt;h2&gt;&lt;%text(_FORGOTPASSWORD_TITLE)%&gt;&lt;/h2&gt;
8897         &lt;p&gt;&lt;%text(_FORGOTPASSWORD_MSG)%&gt;&lt;/p&gt;
8898         &lt;form method=&quot;post&quot; action=&quot;&lt;%actionurl%&gt;&quot;&gt;
8899         &lt;dl&gt;
8900         &lt;dt&gt;&lt;label for=&quot;nucleus_pf_username&quot;&gt;&lt;%text(_CREATE_ACCOUNT_LOGIN_NAME)%&gt;&lt;/label&gt;&lt;/dt&gt;
8901         &lt;dd&gt;&lt;input type=&quot;text&quot; name=&quot;name&quot; id=&quot;nucleus_pf_username&quot; /&gt;&lt;/dd&gt;
8902         &lt;dt&gt;&lt;label for=&quot;nucleus_pf_email&quot;&gt;&lt;%text(_CREATE_ACCOUNT_EMAIL)%&gt;&lt;/label&gt;&lt;/dt&gt;
8903         &lt;dd&gt;&lt;input type=&quot;text&quot; name=&quot;email&quot; id=&quot;nucleus_pf_email&quot; /&gt;&lt;/dd&gt;
8904         &lt;/dl&gt;
8905         &lt;p&gt;
8906         &lt;input type=&quot;hidden&quot; name=&quot;action&quot; value=&quot;forgotpassword&quot; /&gt;
8907         &lt;input type=&quot;submit&quot; value=&quot;&lt;%text(_FORGOTPASSWORD_SUBMIT)%&gt;&quot; class=&quot;transparent&quot; /&gt;
8908         &lt;/p&gt;
8909         &lt;/form&gt;
8910         &lt;p&gt;&lt;%text(_FORGOTPASSWORD_CONTACT)%&gt;&lt;/p&gt;
8911         &lt;%pagefoot%&gt;
8912
8913 </pre>
8914 </div><div class="page">
8915 <a name="skinpartitemcommentlist" id="skinpartitemcommentlist"></a>
8916 <h1>Admin skins: itemcommentlist</h1>
8917 <p>
8918 This skinpart is used to itemcommentlist.
8919 </p>
8920 <p>
8921 Very basic buildup for a [Comments]page page.
8922 </p>
8923 <pre>
8924
8925 &lt;%pagehead%&gt;
8926 &lt;p&gt;(&lt;a href=&quot;&lt;%adminurl%&gt;index.php?action=itemlist&amp;amp;blogid=&lt;%requestblogid%&gt;&quot;&gt;&lt;%text(_BACKTOOVERVIEW)%&gt;&lt;/a&gt;)&lt;/p&gt;
8927 &lt;h2&gt;&lt;%text(_COMMENTS)%&gt;&lt;/h2&gt;
8928 &lt;%commentnavlist(admin/default)%&gt;&lt;%pagefoot%&gt;
8929
8930 </pre>
8931 </div><div class="page">
8932 <a name="skinpartitemdelete" id="skinpartitemdelete"></a>
8933 <h1>Admin skins: itemdelete</h1>
8934 <p>
8935 This skinpart is used to itemdelete.
8936 </p>
8937 <p>
8938 Very basic buildup for a [You're about to delete the item following item:]page page.
8939 </p>
8940 <pre>
8941
8942 &lt;%pagehead%&gt;
8943 &lt;h2&gt;&lt;%text(_DELETE_CONFIRM)%&gt;&lt;/h2&gt;
8944 &lt;p&gt;&lt;%text(_CONFIRMTXT_ITEM)%&gt;&lt;/p&gt;
8945 &lt;div class=&quot;note&quot;&gt;
8946 &lt;b&gt;&quot;&lt;%deleteitemtitle%&gt;&quot;&lt;/b&gt;
8947 &lt;br /&gt;
8948 &lt;%deleteitembody%&gt;
8949 &lt;/div&gt;
8950 &lt;form method=&quot;post&quot; action=&quot;&lt;%adminurl%&gt;index.php&quot;&gt;&lt;div&gt;
8951 &lt;input type=&quot;hidden&quot; name=&quot;action&quot; value=&quot;itemdeleteconfirm&quot; /&gt;
8952 &lt;%ticket%&gt;
8953 &lt;input type=&quot;hidden&quot; name=&quot;itemid&quot; value=&quot;&lt;%deleteitemid%&gt;&quot; /&gt;
8954 &lt;input type=&quot;submit&quot; value=&quot;&lt;%text(_DELETE_CONFIRM_BTN)%&gt;&quot; tabindex=&quot;10&quot; /&gt;
8955 &lt;/div&gt;&lt;/form&gt;&lt;%pagefoot%&gt;
8956
8957 </pre>
8958 </div><div class="page">
8959 <a name="skinpartitemedit" id="skinpartitemedit"></a>
8960 <h1>Admin skins: itemedit</h1>
8961 <p>
8962 This skinpart is used to itemedit.
8963 </p>
8964 <p>
8965 Very basic buildup for a [Edit Item]page page.
8966 </p>
8967 <pre>
8968
8969 &lt;%pagehead%&gt;
8970 &lt;h2&gt;&lt;%text(_EDIT_ITEM)%&gt;&lt;/h2&gt;
8971
8972 &lt;%init%&gt;
8973 &lt;script type=&quot;text/javascript&quot; src=&quot;&lt;%skinfile(/javascripts/numbercheck.js)%&gt;&quot;&gt;&lt;/script&gt;
8974 &lt;%if(autosave)%&gt;&lt;script type=&quot;text/javascript&quot; src=&quot;&lt;%skinfile(/javascripts/xmlhttprequest.js)%&gt;&quot;&gt;&lt;/script&gt;&lt;%endif%&gt;
8975
8976 &lt;form id=&quot;editform&quot; method=&quot;post&quot; action=&quot;&lt;%adminurl%&gt;index.php&quot;&gt;
8977 &lt;div&gt;
8978
8979 &lt;input type=&quot;hidden&quot; name=&quot;action&quot; value=&quot;itemupdate&quot; /&gt;
8980 &lt;input name=&quot;itemid&quot; value=&quot;&lt;%contents(itemid)%&gt;&quot; type=&quot;hidden&quot; /&gt;
8981 &lt;input type=&quot;hidden&quot; name=&quot;draftid&quot; value=&quot;0&quot; /&gt;
8982 &lt;%ticket%&gt;
8983
8984 &lt;table&gt;&lt;tr&gt;
8985         &lt;th colspan=&quot;2&quot;&gt;&lt;%text(_EDIT_ITEM)%&gt;&lt;/th&gt;
8986 &lt;/tr&gt;
8987 &lt;%if(autosave)%&gt;&lt;tr&gt;
8988         &lt;td&gt;&lt;%text(_AUTOSAVEDRAFT)%&gt;&lt;/td&gt;
8989         &lt;td&gt;&lt;span id=&quot;info&quot;&gt;&lt;%text(_AUTOSAVEDRAFT_NOTYETSAVED)%&gt;&lt;/span&gt;&lt;/td&gt;
8990 &lt;/tr&gt;&lt;%endif%&gt;
8991 &lt;tr&gt;
8992         &lt;td&gt;&lt;%text(_EDIT_ORIG_AUTHOR)%&gt;&lt;/td&gt;
8993         &lt;td&gt;&lt;%contents(author)%&gt;&lt;/td&gt;
8994 &lt;/tr&gt;
8995 &lt;tr&gt;
8996         &lt;td&gt;&lt;%text(_ADD_TITLE)%&gt;&lt;/td&gt;
8997         &lt;td&gt;&lt;input id=&quot;inputtitle&quot; onkeyup=&quot;storeCaret(this); updPreview(title); doMonitor();&quot; onclick=&quot;storeCaret(this);&quot; onselect=&quot;storeCaret(this);&quot;
8998                         name=&quot;title&quot;
8999                         tabindex=&quot;10&quot;
9000                         size=&quot;60&quot; 
9001                         maxlength=&quot;160&quot; 
9002                         value=&quot;&lt;%contents(title)%&gt;&quot; /&gt;
9003         &lt;/td&gt;
9004 &lt;/tr&gt;
9005 &lt;tr&gt;
9006         &lt;td&gt;
9007                 &lt;%text(_ADD_BODY)%&gt;
9008         &lt;/td&gt;
9009         &lt;td&gt;
9010                 &lt;div class=&quot;jsbuttonbar&quot;&gt;
9011 &lt;!--[if IE]&gt;
9012                         &lt;span class=&quot;jsbutton&quot; onmouseover=&quot;BtnHighlight(this);&quot; onmouseout=&quot;BtnNormal(this);&quot; onclick=&quot;cutThis()&quot;&gt;
9013                                 &lt;img src=&quot;&lt;%skinfile(/images/button-cut.gif)%&gt;&quot; title=&quot;&lt;%text(_ADD_CUT_TT)%&gt;(Ctrl + X)&quot; alt=&quot;&lt;%text(_ADD_CUT_TT)%&gt;(Ctrl + X)&quot; width=&quot;16&quot; height=&quot;16&quot; /&gt;
9014                         &lt;/span&gt;
9015                         &lt;span class=&quot;jsbutton&quot; onmouseover=&quot;BtnHighlight(this);&quot; onmouseout=&quot;BtnNormal(this);&quot; onclick=&quot;copyThis()&quot;&gt;
9016                                 &lt;img src=&quot;&lt;%skinfile(/images/button-copy.gif)%&gt;&quot; title=&quot;&lt;%text(_ADD_COPY_TT)%&gt;(Ctrl + C)&quot; alt=&quot;&lt;%text(_ADD_COPY_TT)%&gt;(Ctrl + C)&quot; width=&quot;16&quot; height=&quot;16&quot; /&gt;
9017                         &lt;/span&gt;
9018                         &lt;span class=&quot;jsbutton&quot; onmouseover=&quot;BtnHighlight(this);&quot; onmouseout=&quot;BtnNormal(this);&quot; onclick=&quot;pasteThis()&quot;&gt;
9019                                 &lt;img src=&quot;&lt;%skinfile(/images/button-paste.gif)%&gt;&quot; title=&quot;&lt;%text(_ADD_PASTE_TT)%&gt;(Ctrl + V)&quot; alt=&quot;&lt;%text(_ADD_PASTE_TT)%&gt;(Ctrl + V)&quot; width=&quot;16&quot; height=&quot;16&quot; /&gt;
9020                         &lt;/span&gt;
9021                         &lt;span class=&quot;jsbuttonspacer&quot;&gt;&amp;nbsp;&lt;/span&gt;
9022                         &lt;span class=&quot;jsbutton&quot; onmouseover=&quot;BtnHighlight(this);&quot; onmouseout=&quot;BtnNormal(this);&quot; onclick=&quot;boldThis()&quot;&gt;
9023                                 &lt;img src=&quot;&lt;%skinfile(/images/button-bold.gif)%&gt;&quot; title=&quot;&lt;%text(_ADD_BOLD_TT)%&gt;(Ctrl + Shift + B)&quot; alt=&quot;&lt;%text(_ADD_BOLD_TT)%&gt;(Ctrl + Shift + B)&quot; width=&quot;16&quot; height=&quot;16&quot; /&gt;
9024                         &lt;/span&gt;
9025                         &lt;span class=&quot;jsbutton&quot; onmouseover=&quot;BtnHighlight(this);&quot; onmouseout=&quot;BtnNormal(this);&quot; onclick=&quot;italicThis()&quot;&gt;
9026                                 &lt;img src=&quot;&lt;%skinfile(/images/button-italic.gif)%&gt;&quot; title=&quot;&lt;%text(_ADD_ITALIC_TT)%&gt;(Ctrl + Shift + I)&quot; alt=&quot;&lt;%text(_ADD_ITALIC_TT)%&gt;(Ctrl + Shift + I)&quot; width=&quot;16&quot; height=&quot;16&quot; /&gt;
9027                         &lt;/span&gt;
9028                         &lt;span class=&quot;jsbutton&quot; onmouseover=&quot;BtnHighlight(this);&quot; onmouseout=&quot;BtnNormal(this);&quot; onclick=&quot;ahrefThis()&quot;&gt;
9029                                 &lt;img src=&quot;&lt;%skinfile(/images/button-link.gif)%&gt;&quot; title=&quot;&lt;%text(_ADD_HREF_TT)%&gt;(Ctrl + Shift + A)&quot; alt=&quot;&lt;%text(_ADD_HREF_TT)%&gt;(Ctrl + Shift + A)&quot; width=&quot;16&quot; height=&quot;16&quot; /&gt;
9030                         &lt;/span&gt;
9031 &lt;![endif]--&gt;
9032 &lt;!--[if ! IE]&gt;--&gt;
9033                         &lt;span class=&quot;jsbutton&quot; onmouseover=&quot;BtnHighlight(this);&quot; onmouseout=&quot;BtnNormal(this);&quot; onclick=&quot;boldThis()&quot;&gt;
9034                                 &lt;img src=&quot;&lt;%skinfile(/images/button-bold.gif)%&gt;&quot; title=&quot;&lt;%text(_ADD_BOLD_TT)%&gt;&quot; alt=&quot;&lt;%text(_ADD_BOLD_TT)%&gt;&quot; width=&quot;16&quot; height=&quot;16&quot; /&gt;
9035                         &lt;/span&gt;
9036                         &lt;span class=&quot;jsbutton&quot; onmouseover=&quot;BtnHighlight(this);&quot; onmouseout=&quot;BtnNormal(this);&quot; onclick=&quot;italicThis()&quot;&gt;
9037                                 &lt;img src=&quot;&lt;%skinfile(/images/button-italic.gif)%&gt;&quot; title=&quot;&lt;%text(_ADD_ITALIC_TT)%&gt;&quot; alt=&quot;&lt;%text(_ADD_ITALIC_TT)%&gt;&quot; width=&quot;16&quot; height=&quot;16&quot; /&gt;
9038                         &lt;/span&gt;
9039                         &lt;span class=&quot;jsbutton&quot; onmouseover=&quot;BtnHighlight(this);&quot; onmouseout=&quot;BtnNormal(this);&quot; onclick=&quot;ahrefThis()&quot;&gt;
9040                                 &lt;img src=&quot;&lt;%skinfile(/images/button-link.gif)%&gt;&quot; title=&quot;&lt;%text(_ADD_HREF_TT)%&gt;&quot; alt=&quot;&lt;%text(_ADD_HREF_TT)%&gt;&quot; width=&quot;16&quot; height=&quot;16&quot; /&gt;
9041                         &lt;/span&gt;
9042 &lt;!--&lt;![endif]--&gt;
9043                         &lt;span class=&quot;jsbuttonspacer&quot;&gt;&amp;nbsp;&lt;/span&gt;
9044                         &lt;span class=&quot;jsbutton&quot; onmouseover=&quot;BtnHighlight(this);&quot; onmouseout=&quot;BtnNormal(this);&quot; onclick=&quot;alignleftThis()&quot;&gt;
9045                                 &lt;img src=&quot;&lt;%skinfile(/images/button-alignleft.gif)%&gt;&quot; title=&quot;&lt;%text(_ADD_ALIGNLEFT_TT)%&gt;&quot; alt=&quot;&lt;%text(_ADD_ALIGNLEFT_TT)%&gt;&quot; width=&quot;16&quot; height=&quot;16&quot; /&gt;
9046                         &lt;/span&gt;
9047                         &lt;span class=&quot;jsbutton&quot; onmouseover=&quot;BtnHighlight(this);&quot; onmouseout=&quot;BtnNormal(this);&quot; onclick=&quot;alignrightThis()&quot;&gt;
9048                                 &lt;img src=&quot;&lt;%skinfile(/images/button-alignright.gif)%&gt;&quot; title=&quot;&lt;%text(_ADD_ALIGNRIGHT_TT)%&gt;&quot; alt=&quot;&lt;%text(_ADD_ALIGNRIGHT_TT)%&gt;&quot; width=&quot;16&quot; height=&quot;16&quot; /&gt;
9049                         &lt;/span&gt;
9050                         &lt;span class=&quot;jsbutton&quot; onmouseover=&quot;BtnHighlight(this);&quot; onmouseout=&quot;BtnNormal(this);&quot; onclick=&quot;aligncenterThis()&quot;&gt;
9051                                 &lt;img src=&quot;&lt;%skinfile(/images/button-aligncenter.gif)%&gt;&quot; title=&quot;&lt;%text(_ADD_ALIGNCENTER_TT)%&gt;&quot; alt=&quot;&lt;%text(_ADD_ALIGNCENTER_TT)%&gt;&quot; width=&quot;16&quot; height=&quot;16&quot; /&gt;
9052                         &lt;/span&gt;
9053                         &lt;span class=&quot;jsbuttonspacer&quot;&gt;&amp;nbsp;&lt;/span&gt;
9054                         &lt;span class=&quot;jsbutton&quot; onmouseover=&quot;BtnHighlight(this);&quot; onmouseout=&quot;BtnNormal(this);&quot; onclick=&quot;leftThis()&quot;&gt;
9055                                 &lt;img src=&quot;&lt;%skinfile(/images/button-left.gif)%&gt;&quot; title=&quot;&lt;%text(_ADD_LEFT_TT)%&gt;&quot; alt=&quot;&lt;%text(_ADD_LEFT_TT)%&gt;&quot; width=&quot;16&quot; height=&quot;16&quot; /&gt;
9056                         &lt;/span&gt;
9057                         &lt;span class=&quot;jsbutton&quot; onmouseover=&quot;BtnHighlight(this);&quot; onmouseout=&quot;BtnNormal(this);&quot; onclick=&quot;rightThis()&quot;&gt;
9058                                 &lt;img src=&quot;&lt;%skinfile(/images/button-right.gif)%&gt;&quot; title=&quot;&lt;%text(_ADD_RIGHT_TT)%&gt;&quot; alt=&quot;&lt;%text(_ADD_RIGHT_TT)%&gt;&quot; width=&quot;16&quot; height=&quot;16&quot; /&gt;
9059                         &lt;/span&gt;
9060                         &lt;span class=&quot;jsbuttonspacer&quot;&gt;&amp;nbsp;&lt;/span&gt;
9061                         &lt;span class=&quot;jsbutton&quot; onmouseover=&quot;BtnHighlight(this);&quot; onmouseout=&quot;BtnNormal(this);&quot; onclick=&quot;addMedia()&quot;&gt;
9062                                 &lt;img src=&quot;&lt;%skinfile(/images/button-media.gif)%&gt;&quot; title=&quot;&lt;%text(_ADD_MEDIA_TT)%&gt;&quot; alt=&quot;&lt;%text(_ADD_MEDIA_TT)%&gt;&quot; width=&quot;16&quot; height=&quot;16&quot; /&gt;
9063                         &lt;/span&gt;
9064 &lt;!--[if IE]&gt;
9065                         &lt;span class=&quot;jsbutton&quot; onmouseover=&quot;BtnHighlight(this);&quot; onmouseout=&quot;BtnNormal(this);&quot; onclick=&quot;showedit()&quot;&gt;
9066                                 &lt;img src=&quot;&lt;%skinfile(/images/button-preview.gif)%&gt;&quot; title=&quot;&lt;%text(_ADD_PREVIEW_TT)%&gt;&quot; alt=&quot;&lt;%text(_ADD_PREVIEW_TT)%&gt;&quot; width=&quot;16&quot; height=&quot;16&quot; /&gt;
9067                         &lt;/span&gt;
9068 &lt;![endif]--&gt;
9069                 &lt;/div&gt;
9070                 &lt;textarea id=&quot;inputbody&quot; onkeyup=&quot;storeCaret(this); updPreview(body); doMonitor();&quot; onclick=&quot;storeCaret(this);&quot; onselect=&quot;storeCaret(this);&quot;
9071                         name=&quot;body&quot;
9072                         tabindex=&quot;20&quot;
9073                         cols=&quot;60&quot;
9074                         rows=&quot;20&quot;&gt;&lt;%contents(body)%&gt;&lt;/textarea&gt;
9075         &lt;/td&gt;
9076 &lt;/tr&gt;&lt;tr id=&quot;edit&quot; style=&quot;display:none;&quot;&gt;
9077         &lt;td&gt;&lt;%text(_ADD_PREVIEW)%&gt;&lt;/td&gt;
9078         &lt;td&gt;&lt;b&gt;&lt;span id=&quot;prevtitle&quot;&gt;&amp;#160;&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;
9079                 &lt;span id=&quot;prevbody&quot;&gt;&amp;#160;&lt;/span&gt;&lt;br /&gt;
9080                 &lt;span id=&quot;prevmore&quot;&gt;&amp;#160;&lt;/span&gt;&lt;br /&gt;
9081         &lt;/td&gt;
9082 &lt;/tr&gt;
9083 &lt;tr&gt;
9084
9085 &lt;%if(blogsetting, bcomments)%&gt;
9086                 &lt;td&gt;
9087                         &lt;%text(_ADD_DISABLE_COMMENTS)%&gt;
9088                 &lt;/td&gt;
9089                 &lt;td&gt; 
9090                         &lt;input type=&quot;radio&quot; name=&quot;closed&quot; value=&quot;1&quot; &lt;%checkedonval(1,closed)%&gt; tabindex=&quot;30&quot; id=&quot;closed_yes&quot; /&gt;&lt;label for=&quot;closed_yes&quot;&gt;&lt;%text(_YES)%&gt;&lt;/label&gt;
9091                         &lt;input type=&quot;radio&quot; name=&quot;closed&quot; value=&quot;0&quot; &lt;%checkedonval(0,closed)%&gt; tabindex=&quot;30&quot; id=&quot;closed_no&quot; /&gt;&lt;label for=&quot;closed_no&quot;&gt;&lt;%text(_NO)%&gt;&lt;/label&gt;
9092                         &lt;br /&gt;
9093                         &lt;small&gt;&lt;%text(_EDIT_COMMENTSNOTE)%&gt;&lt;/small&gt;   
9094                 &lt;/td&gt;
9095         &lt;/tr&gt;
9096 &lt;tr&gt;                              
9097 &lt;%endif%&gt;
9098
9099         &lt;td&gt;&lt;%text(_ADD_CATEGORY)%&gt;&lt;/td&gt;
9100         &lt;td&gt;&lt;%categories(40)%&gt;&lt;/td&gt;
9101 &lt;/tr&gt;
9102 &lt;tr&gt;
9103         &lt;td&gt;&lt;%text(_EDIT_SUBMIT)%&gt;&lt;/td&gt;
9104         &lt;td&gt;
9105
9106                 &lt;input type=&quot;submit&quot; tabindex=&quot;60&quot; value=&quot;&lt;%text(_EDIT_SUBMIT)%&gt;&quot; onclick=&quot;return checkSubmit();&quot; /&gt;
9107
9108 &lt;%if(itemproperty, draft)%&gt;
9109                 &lt;br /&gt;&lt;br /&gt;
9110                 &lt;input name=&quot;actiontype&quot; value=&quot;addnow&quot; type=&quot;radio&quot; id=&quot;act_now&quot; /&gt;&lt;label for=&quot;act_now&quot; tabindex=&quot;61&quot;&gt;&lt;%text(_ADD_ADDNOW)%&gt;&lt;/label&gt;
9111                 &lt;br /&gt;
9112                 &lt;input name=&quot;actiontype&quot; value=&quot;addfuture&quot; type=&quot;radio&quot; id=&quot;act_future&quot; tabindex=&quot;61&quot; /&gt;&lt;label for=&quot;act_future&quot;&gt;&lt;%text(_ADD_ADDLATER)%&gt;&lt;/label&gt; &lt;%helplink(future)%&gt;
9113                 &lt;div class=&quot;indent&quot;&gt;
9114                         &lt;%text(_ADD_PLACE_ON)%&gt;
9115                         &lt;input id=&quot;inputyear&quot; name=&quot;year&quot; tabindex=&quot;71&quot; size=&quot;4&quot; value=&quot;&lt;%currenttime(year)%&gt;&quot; onchange=&quot;document.forms[0].act_future.checked=true;&quot; /&gt;&lt;%text(_ITEM_ADDEDITTEMPLATE_YEAR)%&gt;
9116                         &lt;input id=&quot;inputmonth&quot; name=&quot;month&quot; tabindex=&quot;72&quot; size=&quot;2&quot; value=&quot;&lt;%currenttime(mon)%&gt;&quot; onchange=&quot;document.forms[0].act_future.checked=true;&quot; /&gt;&lt;%text(_ITEM_ADDEDITTEMPLATE_MONTH)%&gt;
9117                         &lt;input id=&quot;inputday&quot; name=&quot;day&quot; tabindex=&quot;73&quot; size=&quot;2&quot; value=&quot;&lt;%currenttime(mday)%&gt;&quot; onchange=&quot;document.forms[0].act_future.checked=true;&quot; /&gt;&lt;%text(_ITEM_ADDEDITTEMPLATE_DAY)%&gt;
9118                         
9119                         &lt;input id=&quot;inputhour&quot; name=&quot;hour&quot; tabindex=&quot;74&quot; size=&quot;2&quot; value=&quot;&lt;%currenttime(hours)%&gt;&quot; onchange=&quot;document.forms[0].act_future.checked=true;&quot; /&gt;&lt;%text(_ITEM_ADDEDITTEMPLATE_HOUR)%&gt;
9120                         &lt;input id=&quot;inputminutes&quot; name=&quot;minutes&quot; tabindex=&quot;75&quot; size=&quot;2&quot; value=&quot;&lt;%currenttime(minutes)%&gt;&quot; onchange=&quot;document.forms[0].act_future.checked=true;&quot; /&gt;&lt;%text(_ITEM_ADDEDITTEMPLATE_MINUTE)%&gt;
9121                                 &lt;br /&gt;&lt;%text(_ITEM_ADDEDITTEMPLATE_FORMAT)%&gt;(yyyy)&lt;%text(_ITEM_ADDEDITTEMPLATE_YEAR)%&gt;(mm)&lt;%text(_ITEM_ADDEDITTEMPLATE_MONTH)%&gt;(dd)&lt;%text(_ITEM_ADDEDITTEMPLATE_DAY)%&gt; (hh)&lt;%text(_ITEM_ADDEDITTEMPLATE_HOUR)%&gt;(mm)&lt;%text(_ITEM_ADDEDITTEMPLATE_MINUTE)%&gt;
9122                         &lt;%if(blogsetting, ballowpast,0)%&gt;
9123                                 &lt;br /&gt;
9124                                 &lt;%text(_ADD_NOPASTDATES)%&gt;
9125                         &lt;%endif%&gt;
9126                 &lt;/div&gt;
9127                 &lt;input name=&quot;actiontype&quot; value=&quot;adddraft&quot; type=&quot;radio&quot; checked='checked' id=&quot;act_draft&quot; tabindex=&quot;61&quot; /&gt;&lt;label for=&quot;act_draft&quot;&gt;&lt;%text(_EDIT_BACKTODRAFTS)%&gt;&lt;/label&gt; &lt;%helplink(draft)%&gt;
9128                 &lt;br /&gt;
9129                 &lt;input name=&quot;actiontype&quot; value=&quot;delete&quot; type=&quot;radio&quot; id=&quot;act_delete&quot; tabindex=&quot;61&quot; /&gt;&lt;label for=&quot;act_delete&quot;&gt;&lt;%text(_BMLET_DELETE)%&gt;&lt;/label&gt;
9130 &lt;%endif%&gt;
9131
9132 &lt;%if(itemproperty, draft,0)%&gt;
9133         &lt;br /&gt;&lt;br /&gt;
9134         &lt;input name=&quot;actiontype&quot; value=&quot;edit&quot; type=&quot;radio&quot; checked=&quot;checked&quot; id=&quot;act_edit&quot; tabindex=&quot;61&quot; /&gt;&lt;label for=&quot;act_edit&quot;&gt;&lt;%text(_BMLET_EDIT)%&gt;&lt;/label&gt;
9135         &lt;%if(blogsetting, ballowpast)%&gt;
9136                 &lt;br /&gt;
9137                 &lt;input name=&quot;actiontype&quot; value=&quot;changedate&quot; type=&quot;radio&quot; id=&quot;act_changedate&quot; tabindex=&quot;70&quot; /&gt;&lt;label for=&quot;act_changedate&quot;&gt;&lt;%text(_ADD_CHANGEDATE)%&gt;&lt;/label&gt; &lt;%helplink(changedate)%&gt;
9138                         &lt;div class=&quot;indent&quot;&gt;
9139                                 &lt;input id=&quot;inputyear&quot; name=&quot;year&quot; tabindex=&quot;71&quot; size=&quot;4&quot; value=&quot;&lt;%itemtime(year)%&gt;&quot; onchange=&quot;document.forms[0].act_changedate.checked=true;&quot; /&gt;&lt;%text(_ITEM_ADDEDITTEMPLATE_YEAR)%&gt;
9140                                 &lt;input id=&quot;inputmonth&quot; name=&quot;month&quot; tabindex=&quot;72&quot; size=&quot;2&quot; value=&quot;&lt;%itemtime(mon)%&gt;&quot; onchange=&quot;document.forms[0].act_changedate.checked=true;&quot; /&gt;&lt;%text(_ITEM_ADDEDITTEMPLATE_MONTH)%&gt;
9141                                 &lt;input id=&quot;inputday&quot; name=&quot;day&quot; tabindex=&quot;73&quot; size=&quot;2&quot; value=&quot;&lt;%itemtime(mday)%&gt;&quot; onchange=&quot;document.forms[0].act_changedate.checked=true;&quot; /&gt;&lt;%text(_ITEM_ADDEDITTEMPLATE_DAY)%&gt;
9142                                  
9143                                 &lt;input id=&quot;inputhour&quot; name=&quot;hour&quot; tabindex=&quot;74&quot; size=&quot;2&quot; value=&quot;&lt;%itemtime(hours)%&gt;&quot; onchange=&quot;document.forms[0].act_changedate.checked=true;&quot; /&gt;&lt;%text(_ITEM_ADDEDITTEMPLATE_HOUR)%&gt;
9144                                 &lt;input id=&quot;inputminutes&quot; name=&quot;minutes&quot; tabindex=&quot;75&quot; size=&quot;2&quot; value=&quot;&lt;%itemtime(minutes)%&gt;&quot; onchange=&quot;document.forms[0].act_changedate.checked=true;&quot; /&gt;&lt;%text(_ITEM_ADDEDITTEMPLATE_MINUTE)%&gt;
9145                                 &lt;br /&gt;&lt;%text(_ITEM_ADDEDITTEMPLATE_FORMAT)%&gt;(yyyy)&lt;%text(_ITEM_ADDEDITTEMPLATE_YEAR)%&gt;(mm)&lt;%text(_ITEM_ADDEDITTEMPLATE_MONTH)%&gt;(dd)&lt;%text(_ITEM_ADDEDITTEMPLATE_DAY)%&gt; (hh)&lt;%text(_ITEM_ADDEDITTEMPLATE_HOUR)%&gt;(mm)&lt;%text(_ITEM_ADDEDITTEMPLATE_MINUTE)%&gt;
9146                         &lt;/div&gt;
9147         &lt;%endif%&gt; 
9148         &lt;input name=&quot;actiontype&quot; value=&quot;backtodrafts&quot; type=&quot;radio&quot; id=&quot;act_backtodrafts&quot; tabindex=&quot;71&quot; /&gt;&lt;label for=&quot;act_backtodrafts&quot;&gt;&lt;%text(_BMLET_BACKTODRAFTS)%&gt;&lt;/label&gt; &lt;%helplink(draft)%&gt;
9149         &lt;br /&gt;
9150         &lt;input name=&quot;actiontype&quot; value=&quot;delete&quot; type=&quot;radio&quot; id=&quot;act_delete&quot; tabindex=&quot;61&quot; /&gt;&lt;label for=&quot;act_delete&quot;&gt;&lt;%text(_BMLET_DELETE)%&gt;&lt;/label&gt;
9151 &lt;%endif%&gt;
9152
9153         &lt;/td&gt;
9154 &lt;/tr&gt;
9155 &lt;tr&gt;
9156         &lt;td&gt;&lt;%text(_ADD_PLUGIN_EXTRAS)%&gt;&lt;/td&gt;
9157         &lt;td&gt;
9158                 &lt;%pluginextras%&gt;
9159         &lt;/td&gt;     
9160 &lt;/tr&gt;
9161                         &lt;%pluginoptions(item)%&gt;   
9162 &lt;tr&gt;
9163         &lt;th colspan=&quot;2&quot;&gt;&lt;%text(_ADD_MORE)%&gt;&lt;/th&gt;
9164 &lt;/tr&gt;
9165 &lt;tr&gt;
9166         &lt;td&gt;&lt;%text(_ADD_MORE)%&gt;
9167                 &lt;br /&gt;&lt;%helplink(extended)%&gt;
9168         &lt;/td&gt;
9169         &lt;td&gt;
9170                 &lt;div class=&quot;jsbuttonbar&quot;&gt;
9171 &lt;!--[if IE]&gt;
9172                         &lt;span class=&quot;jsbutton&quot; onmouseover=&quot;BtnHighlight(this);&quot; onmouseout=&quot;BtnNormal(this);&quot; onclick=&quot;cutThis()&quot;&gt;
9173                                 &lt;img src=&quot;&lt;%skinfile(/images/button-cut.gif)%&gt;&quot; title=&quot;&lt;%text(_ADD_CUT_TT)%&gt;(Ctrl + X)&quot; alt=&quot;&lt;%text(_ADD_CUT_TT)%&gt;(Ctrl + X)&quot; width=&quot;16&quot; height=&quot;16&quot; /&gt;
9174                         &lt;/span&gt;
9175                         &lt;span class=&quot;jsbutton&quot; onmouseover=&quot;BtnHighlight(this);&quot; onmouseout=&quot;BtnNormal(this);&quot; onclick=&quot;copyThis()&quot;&gt;
9176                                 &lt;img src=&quot;&lt;%skinfile(/images/button-copy.gif)%&gt;&quot; title=&quot;&lt;%text(_ADD_COPY_TT)%&gt;(Ctrl + C)&quot; alt=&quot;&lt;%text(_ADD_COPY_TT)%&gt;(Ctrl + C)&quot; width=&quot;16&quot; height=&quot;16&quot; /&gt;
9177                         &lt;/span&gt;
9178                         &lt;span class=&quot;jsbutton&quot; onmouseover=&quot;BtnHighlight(this);&quot; onmouseout=&quot;BtnNormal(this);&quot; onclick=&quot;pasteThis()&quot;&gt;
9179                                 &lt;img src=&quot;&lt;%skinfile(/images/button-paste.gif)%&gt;&quot; title=&quot;&lt;%text(_ADD_PASTE_TT)%&gt;(Ctrl + V)&quot; alt=&quot;&lt;%text(_ADD_PASTE_TT)%&gt;(Ctrl + V)&quot; width=&quot;16&quot; height=&quot;16&quot; /&gt;
9180                         &lt;/span&gt;
9181                         &lt;span class=&quot;jsbuttonspacer&quot;&gt;&amp;nbsp;&lt;/span&gt;
9182                         &lt;span class=&quot;jsbutton&quot; onmouseover=&quot;BtnHighlight(this);&quot; onmouseout=&quot;BtnNormal(this);&quot; onclick=&quot;boldThis()&quot;&gt;
9183                                 &lt;img src=&quot;&lt;%skinfile(/images/button-bold.gif)%&gt;&quot; title=&quot;&lt;%text(_ADD_BOLD_TT)%&gt;(Ctrl + Shift + B)&quot; alt=&quot;&lt;%text(_ADD_BOLD_TT)%&gt;(Ctrl + Shift + B)&quot; width=&quot;16&quot; height=&quot;16&quot; /&gt;
9184                         &lt;/span&gt;
9185                         &lt;span class=&quot;jsbutton&quot; onmouseover=&quot;BtnHighlight(this);&quot; onmouseout=&quot;BtnNormal(this);&quot; onclick=&quot;italicThis()&quot;&gt;
9186                                 &lt;img src=&quot;&lt;%skinfile(/images/button-italic.gif)%&gt;&quot; title=&quot;&lt;%text(_ADD_ITALIC_TT)%&gt;(Ctrl + Shift + I)&quot; alt=&quot;&lt;%text(_ADD_ITALIC_TT)%&gt;(Ctrl + Shift + I)&quot; width=&quot;16&quot; height=&quot;16&quot; /&gt;
9187                         &lt;/span&gt;
9188                         &lt;span class=&quot;jsbutton&quot; onmouseover=&quot;BtnHighlight(this);&quot; onmouseout=&quot;BtnNormal(this);&quot; onclick=&quot;ahrefThis()&quot;&gt;
9189                                 &lt;img src=&quot;&lt;%skinfile(/images/button-link.gif)%&gt;&quot; title=&quot;&lt;%text(_ADD_HREF_TT)%&gt;(Ctrl + Shift + A)&quot; alt=&quot;&lt;%text(_ADD_HREF_TT)%&gt;(Ctrl + Shift + A)&quot; width=&quot;16&quot; height=&quot;16&quot; /&gt;
9190                         &lt;/span&gt;
9191 &lt;![endif]--&gt;
9192 &lt;!--[if ! IE]&gt;--&gt;
9193                         &lt;span class=&quot;jsbutton&quot; onmouseover=&quot;BtnHighlight(this);&quot; onmouseout=&quot;BtnNormal(this);&quot; onclick=&quot;boldThis()&quot;&gt;
9194                                 &lt;img src=&quot;&lt;%skinfile(/images/button-bold.gif)%&gt;&quot; title=&quot;&lt;%text(_ADD_BOLD_TT)%&gt;&quot; alt=&quot;&lt;%text(_ADD_BOLD_TT)%&gt;&quot; width=&quot;16&quot; height=&quot;16&quot; /&gt;
9195                         &lt;/span&gt;
9196                         &lt;span class=&quot;jsbutton&quot; onmouseover=&quot;BtnHighlight(this);&quot; onmouseout=&quot;BtnNormal(this);&quot; onclick=&quot;italicThis()&quot;&gt;
9197                                 &lt;img src=&quot;&lt;%skinfile(/images/button-italic.gif)%&gt;&quot; title=&quot;&lt;%text(_ADD_ITALIC_TT)%&gt;&quot; alt=&quot;&lt;%text(_ADD_ITALIC_TT)%&gt;&quot; width=&quot;16&quot; height=&quot;16&quot; /&gt;
9198                         &lt;/span&gt;
9199                         &lt;span class=&quot;jsbutton&quot; onmouseover=&quot;BtnHighlight(this);&quot; onmouseout=&quot;BtnNormal(this);&quot; onclick=&quot;ahrefThis()&quot;&gt;
9200                                 &lt;img src=&quot;&lt;%skinfile(/images/button-link.gif)%&gt;&quot; title=&quot;&lt;%text(_ADD_HREF_TT)%&gt;&quot; alt=&quot;&lt;%text(_ADD_HREF_TT)%&gt;&quot; width=&quot;16&quot; height=&quot;16&quot; /&gt;
9201                         &lt;/span&gt;
9202 &lt;!--&lt;![endif]--&gt;
9203                         &lt;span class=&quot;jsbuttonspacer&quot;&gt;&amp;nbsp;&lt;/span&gt;
9204                         &lt;span class=&quot;jsbutton&quot; onmouseover=&quot;BtnHighlight(this);&quot; onmouseout=&quot;BtnNormal(this);&quot; onclick=&quot;alignleftThis()&quot;&gt;
9205                                 &lt;img src=&quot;&lt;%skinfile(/images/button-alignleft.gif)%&gt;&quot; title=&quot;&lt;%text(_ADD_ALIGNLEFT_TT)%&gt;&quot; alt=&quot;&lt;%text(_ADD_ALIGNLEFT_TT)%&gt;&quot; width=&quot;16&quot; height=&quot;16&quot; /&gt;
9206                         &lt;/span&gt;
9207                         &lt;span class=&quot;jsbutton&quot; onmouseover=&quot;BtnHighlight(this);&quot; onmouseout=&quot;BtnNormal(this);&quot; onclick=&quot;alignrightThis()&quot;&gt;
9208                                 &lt;img src=&quot;&lt;%skinfile(/images/button-alignright.gif)%&gt;&quot; title=&quot;&lt;%text(_ADD_ALIGNRIGHT_TT)%&gt;&quot; alt=&quot;&lt;%text(_ADD_ALIGNRIGHT_TT)%&gt;&quot; width=&quot;16&quot; height=&quot;16&quot; /&gt;
9209                         &lt;/span&gt;
9210                         &lt;span class=&quot;jsbutton&quot; onmouseover=&quot;BtnHighlight(this);&quot; onmouseout=&quot;BtnNormal(this);&quot; onclick=&quot;aligncenterThis()&quot;&gt;
9211                                 &lt;img src=&quot;&lt;%skinfile(/images/button-aligncenter.gif)%&gt;&quot; title=&quot;&lt;%text(_ADD_ALIGNCENTER_TT)%&gt;&quot; alt=&quot;&lt;%text(_ADD_ALIGNCENTER_TT)%&gt;&quot; width=&quot;16&quot; height=&quot;16&quot; /&gt;
9212                         &lt;/span&gt;
9213                         &lt;span class=&quot;jsbuttonspacer&quot;&gt;&amp;nbsp;&lt;/span&gt;
9214                         &lt;span class=&quot;jsbutton&quot; onmouseover=&quot;BtnHighlight(this);&quot; onmouseout=&quot;BtnNormal(this);&quot; onclick=&quot;leftThis()&quot;&gt;
9215                                 &lt;img src=&quot;&lt;%skinfile(/images/button-left.gif)%&gt;&quot; title=&quot;&lt;%text(_ADD_LEFT_TT)%&gt;&quot; alt=&quot;&lt;%text(_ADD_LEFT_TT)%&gt;&quot; width=&quot;16&quot; height=&quot;16&quot; /&gt;
9216                         &lt;/span&gt;
9217                         &lt;span class=&quot;jsbutton&quot; onmouseover=&quot;BtnHighlight(this);&quot; onmouseout=&quot;BtnNormal(this);&quot; onclick=&quot;rightThis()&quot;&gt;
9218                                 &lt;img src=&quot;&lt;%skinfile(/images/button-right.gif)%&gt;&quot; title=&quot;&lt;%text(_ADD_RIGHT_TT)%&gt;&quot; alt=&quot;&lt;%text(_ADD_RIGHT_TT)%&gt;&quot; width=&quot;16&quot; height=&quot;16&quot; /&gt;
9219                         &lt;/span&gt;
9220                         &lt;span class=&quot;jsbuttonspacer&quot;&gt;&amp;nbsp;&lt;/span&gt;
9221                         &lt;span class=&quot;jsbutton&quot; onmouseover=&quot;BtnHighlight(this);&quot; onmouseout=&quot;BtnNormal(this);&quot; onclick=&quot;addMedia()&quot;&gt;
9222                                 &lt;img src=&quot;&lt;%skinfile(/images/button-media.gif)%&gt;&quot; title=&quot;&lt;%text(_ADD_MEDIA_TT)%&gt;&quot; alt=&quot;&lt;%text(_ADD_MEDIA_TT)%&gt;&quot; width=&quot;16&quot; height=&quot;16&quot; /&gt;
9223                         &lt;/span&gt;
9224 &lt;!--[if IE]&gt;
9225                         &lt;span class=&quot;jsbutton&quot; onmouseover=&quot;BtnHighlight(this);&quot; onmouseout=&quot;BtnNormal(this);&quot; onclick=&quot;showedit()&quot;&gt;
9226                                 &lt;img src=&quot;&lt;%skinfile(/images/button-preview.gif)%&gt;&quot; title=&quot;&lt;%text(_ADD_PREVIEW_TT)%&gt;&quot; alt=&quot;&lt;%text(_ADD_PREVIEW_TT)%&gt;&quot; width=&quot;16&quot; height=&quot;16&quot; /&gt;
9227                         &lt;/span&gt;
9228 &lt;![endif]--&gt;
9229                 &lt;/div&gt;
9230                 &lt;textarea id=&quot;inputmore&quot; onkeyup=&quot;storeCaret(this); updPreview(more); doMonitor();&quot; onclick=&quot;storeCaret(this);&quot; onselect=&quot;storeCaret(this);&quot;
9231                         name=&quot;more&quot;
9232                         tabindex=&quot;90&quot;
9233                         cols=&quot;60&quot; 
9234                         rows=&quot;20&quot;&gt;&lt;%contents(more)%&gt;&lt;/textarea&gt;
9235         &lt;/td&gt;
9236 &lt;/tr&gt;
9237 &lt;tr&gt;
9238                 &lt;td&gt;&lt;%text(_SUBMIT)%&gt;&lt;/td&gt;
9239                 &lt;td&gt;
9240                         &lt;input tabindex=&quot;60&quot; type=&quot;submit&quot; value=&quot;&lt;%text(_EDIT_SUBMIT)%&gt;&quot; 
9241                                 onclick=&quot;return checkSubmit();&quot; /&gt;
9242                         &lt;%if(autosave)%&gt;&lt;input tabindex=&quot;80&quot; type=&quot;button&quot; name=&quot;autosavenow&quot; value=&quot;&lt;%text(_AUTOSAVEDRAFT_NOW)%&gt;&quot;
9243                                 onclick=&quot;autoSaveDraft();&quot; /&gt;&lt;%endif%&gt;
9244                 &lt;/td&gt;
9245         
9246 &lt;/tr&gt;&lt;/table&gt;
9247
9248 &lt;/div&gt;
9249 &lt;/form&gt;
9250
9251 &lt;%if(autosave)%&gt;&lt;script type=&quot;text/javascript&quot;&gt;
9252         var xmlhttprequest = new Array();
9253         xmlhttprequest[0] = createHTTPHandler(); // AutoDraft handler
9254         xmlhttprequest[1] = createHTTPHandler(); // UpdateTicket handler
9255         var seconds = now(); // Last AutoDraft time
9256         var checks = 0; // Number of checks since last AutoDraft
9257         var addform = document.getElementById('editform'); // The form id
9258         var goal = document.getElementById('info'); // The html div id where 'Last saved: date time' must come
9259         var goalurl = '../action.php'; // The PHP file where the content must be posted to
9260         var lastsavedtext = '&lt;%text(_AUTOSAVEDRAFT_LASTSAVED)%&gt;'; // The language variable for 'Last saved'
9261         var formtype = 'edit'; // Add or edit form
9262 &lt;/script&gt;&lt;%endif%&gt;&lt;%pagefoot%&gt;
9263
9264 </pre>
9265 </div><div class="page">
9266 <a name="skinpartitemlist" id="skinpartitemlist"></a>
9267 <h1>Admin skins: itemlist</h1>
9268 <p>
9269 This skinpart is used to itemlist.
9270 </p>
9271 <p>
9272 Very basic buildup for a [Items for blog]page page.
9273 </p>
9274 <pre>
9275
9276 &lt;%pagehead%&gt;
9277 &lt;p&gt;&lt;a href=&quot;&lt;%adminurl%&gt;index.php?action=overview&quot;&gt;(&lt;%text(_BACKHOME)%&gt;)&lt;/a&gt;&lt;/p&gt;
9278 &lt;h2&gt;&lt;%text(_ITEMLIST_BLOG)%&gt;&lt;%adminbloglink(admin/default)%&gt;&lt;/h2&gt;
9279 &lt;%ilistaddnew%&gt;
9280 &lt;%itemnavlist(admin/default)%&gt;&lt;%pagefoot%&gt;
9281
9282 </pre>
9283 </div><div class="page">
9284 <a name="skinpartitemmove" id="skinpartitemmove"></a>
9285 <h1>Admin skins: itemmove</h1>
9286 <p>
9287 This skinpart is used to itemmove.
9288 </p>
9289 <p>
9290 Very basic buildup for a [Move to which blog?]page page.
9291 </p>
9292 <pre>
9293
9294 &lt;%pagehead%&gt;
9295 &lt;h2&gt;&lt;%text(_MOVE_TITLE)%&gt;&lt;/h2&gt;
9296 &lt;form method=&quot;post&quot; action=&quot;&lt;%adminurl%&gt;index.php&quot;&gt;&lt;div&gt;
9297 &lt;input type=&quot;hidden&quot; name=&quot;action&quot; value=&quot;itemmoveto&quot; /&gt;
9298 &lt;input type=&quot;hidden&quot; name=&quot;itemid&quot; value=&quot;&lt;%moveitemid%&gt;&quot; /&gt;
9299 &lt;%ticket%&gt;
9300 &lt;%movedistselect%&gt;
9301 &lt;input type=&quot;submit&quot; value=&quot;&lt;%text(_MOVE_BTN)%&gt;&quot; tabindex=&quot;10000&quot; onclick=&quot;return checkSubmit();&quot; /&gt;
9302 &lt;/div&gt;&lt;/form&gt;&lt;%pagefoot%&gt;
9303
9304 </pre>
9305 </div><div class="page">
9306 <a name="skinpartmanage" id="skinpartmanage"></a>
9307 <h1>Admin skins: manage</h1>
9308 <p>
9309 This skinpart is used to manage.
9310 </p>
9311 <p>
9312 Very basic buildup for a [Nucleus management...]page page.
9313 </p>
9314 <pre>
9315
9316 &lt;%pagehead%&gt;
9317 &lt;p&gt;&lt;a href=&quot;&lt;%adminurl%&gt;index.php?action=overview&quot;&gt;(&lt;%text(_BACKHOME)%&gt;)&lt;/a&gt;&lt;/p&gt;
9318 &lt;%headmessage%&gt;
9319 &lt;h2&gt;&lt;%text(_MANAGE_GENERAL)%&gt;&lt;/h2&gt;
9320
9321 &lt;ul&gt;
9322 &lt;li&gt;&lt;a href=&quot;&lt;%adminurl%&gt;index.php?action=createnewlog&quot;&gt;&lt;%text(_OVERVIEW_NEWLOG)%&gt;&lt;/a&gt;&lt;/li&gt;
9323 &lt;li&gt;&lt;a href=&quot;&lt;%adminurl%&gt;index.php?action=settingsedit&quot;&gt;&lt;%text(_OVERVIEW_SETTINGS)%&gt;&lt;/a&gt;&lt;/li&gt;
9324 &lt;li&gt;&lt;a href=&quot;&lt;%adminurl%&gt;index.php?action=usermanagement&quot;&gt;&lt;%text(_OVERVIEW_MEMBERS)%&gt;&lt;/a&gt;&lt;/li&gt;
9325 &lt;li&gt;&lt;a href=&quot;&lt;%adminurl%&gt;index.php?action=actionlog&quot;&gt;&lt;%text(_OVERVIEW_VIEWLOG)%&gt;&lt;/a&gt;&lt;/li&gt;
9326 &lt;/ul&gt;
9327
9328 &lt;h2&gt;&lt;%text(_MANAGE_SKINS)%&gt;&lt;/h2&gt;
9329 &lt;ul&gt;
9330 &lt;li&gt;&lt;a href=&quot;&lt;%adminurl%&gt;index.php?action=skinoverview&quot;&gt;&lt;%text(_OVERVIEW_SKINS)%&gt;&lt;/a&gt;&lt;/li&gt;
9331 &lt;li&gt;&lt;a href=&quot;&lt;%adminurl%&gt;index.php?action=templateoverview&quot;&gt;&lt;%text(_OVERVIEW_TEMPLATES)%&gt;&lt;/a&gt;&lt;/li&gt;
9332 &lt;li&gt;&lt;a href=&quot;&lt;%adminurl%&gt;index.php?action=skinieoverview&quot;&gt;&lt;%text(_OVERVIEW_SKINIMPORT)%&gt;&lt;/a&gt;&lt;/li&gt;
9333 &lt;/ul&gt;
9334
9335 &lt;h2&gt;&lt;%text(_MANAGE_EXTRA)%&gt;&lt;/h2&gt;
9336 &lt;ul&gt;
9337 &lt;li&gt;&lt;a href=&quot;&lt;%adminurl%&gt;index.php?action=backupoverview&quot;&gt;&lt;%text(_OVERVIEW_BACKUP)%&gt;&lt;/a&gt;&lt;/li&gt;
9338 &lt;li&gt;&lt;a href=&quot;&lt;%adminurl%&gt;index.php?action=pluginlist&quot;&gt;&lt;%text(_OVERVIEW_PLUGINS)%&gt;&lt;/a&gt;&lt;/li&gt;
9339 &lt;/ul&gt;&lt;%pagefoot%&gt;
9340
9341 </pre>
9342 </div><div class="page">
9343 <a name="skinpartmanageteam" id="skinpartmanageteam"></a>
9344 <h1>Admin skins: manageteam</h1>
9345 <p>
9346 This skinpart is used to manageteam.
9347 </p>
9348 <p>
9349 Very basic buildup for a [Manage team for blog ]page page.
9350 </p>
9351 <pre>
9352
9353 &lt;%pagehead%&gt;
9354 &lt;p&gt;&lt;a href=&quot;&lt;%adminurl%&gt;index.php?action=blogsettings&amp;amp;blogid=&lt;%requestblogid%&gt;&quot;&gt;(&lt;%text(_BACK_TO_BLOGSETTINGS)%&gt;)&lt;/a&gt;&lt;/p&gt;
9355 &lt;h2&gt;&lt;%text(_TEAM_TITLE)%&gt;&lt;%blogsetting(name)%&gt;&lt;/h2&gt;
9356 &lt;h3&gt;&lt;%text(_TEAM_CURRENT)%&gt;&lt;/h3&gt;
9357 &lt;%blogteamlist(admin/default)%&gt;
9358 &lt;h3&gt;&lt;%text(_TEAM_ADDNEW)%&gt;&lt;/h3&gt;
9359 &lt;form method='post' action='&lt;%adminurl%&gt;index.php'&gt;
9360 &lt;div&gt;
9361 &lt;input type='hidden' name='action' value='teamaddmember' /&gt;
9362 &lt;input type='hidden' name='blogid' value='&lt;%requestblogid%&gt;' /&gt;
9363
9364
9365 &lt;%ticket%&gt;
9366 &lt;table&gt;
9367 &lt;tr&gt;
9368 &lt;td&gt;&lt;%text(_TEAM_CHOOSEMEMBER)%&gt;&lt;/td&gt;
9369 &lt;td&gt;&lt;%newmemberselect%&gt;&lt;/td&gt;
9370 &lt;/tr&gt;
9371 &lt;tr&gt;
9372 &lt;td&gt;&lt;%text(_TEAM_ADMIN)%&gt;&lt;%helplink(teamadmin)%&gt;&lt;/td&gt;
9373 &lt;td&gt;&lt;%inputyesno(admin,0,10020)%&gt;&lt;/td&gt;
9374 &lt;/tr&gt;
9375 &lt;tr&gt;
9376 &lt;td&gt;&lt;%text(_TEAM_ADD)%&gt;&lt;/td&gt;
9377 &lt;td&gt;&lt;input type='submit' value='&lt;%text(_TEAM_ADD_BTN)%&gt;' tabindex=&quot;10030&quot; /&gt;&lt;/td&gt;
9378 &lt;/tr&gt;
9379 &lt;/table&gt;
9380 &lt;/div&gt;
9381 &lt;/form&gt;&lt;%pagefoot%&gt;
9382
9383 </pre>
9384 </div><div class="page">
9385 <a name="skinpartmemberdelete" id="skinpartmemberdelete"></a>
9386 <h1>Admin skins: memberdelete</h1>
9387 <p>
9388 This skinpart is used to memberdelete.
9389 </p>
9390 <p>
9391 Very basic buildup for a [You're about to delete the following member profile: ]page page.
9392 </p>
9393 <pre>
9394
9395 &lt;%pagehead%&gt;
9396 &lt;h2&gt;&lt;%text(_DELETE_CONFIRM)%&gt;&lt;/h2&gt;
9397 &lt;p&gt;&lt;%text(_CONFIRMTXT_MEMBER%&gt;&lt;b&gt;&lt;%editmember(displayname)%&gt;&lt;/b&gt;&lt;/p&gt;
9398 &lt;p&gt;&lt;%text(_WARNINGTXT_NOTDELMEDIAFILES)%&gt;&lt;/p&gt;
9399 &lt;form method=&quot;post&quot; action=&quot;&lt;%adminurl%&gt;index.php&quot;&gt;
9400 &lt;div&gt;
9401 &lt;input type=&quot;hidden&quot; name=&quot;action&quot; value=&quot;memberdeleteconfirm&quot; /&gt;
9402 &lt;%ticket%&gt;
9403 &lt;input type=&quot;hidden&quot; name=&quot;memberid&quot; value=&quot;&lt;%editmember(id)%&gt;&quot; /&gt;
9404 &lt;input type=&quot;submit&quot; tabindex=&quot;10&quot; value=&quot;&lt;%text(_DELETE_CONFIRM_BTN)%&gt;&quot; /&gt;
9405 &lt;/div&gt;
9406 &lt;/form&gt;&lt;%pagefoot%&gt;
9407
9408 </pre>
9409 </div><div class="page">
9410 <a name="skinpartoverview" id="skinpartoverview"></a>
9411 <h1>Admin skins: overview</h1>
9412 <p>
9413 This skinpart is used to overview.
9414 </p>
9415 <p>
9416 Very basic buildup for a [Home]page page.
9417 </p>
9418 <pre>
9419
9420 &lt;%pagehead%&gt;
9421 &lt;%headmessage%&gt;
9422 &lt;h2&gt;&lt;%text(_OVERVIEW_YRBLOGS)%&gt;&lt;/h2&gt;
9423 &lt;%yrbloglist(admin/default)%&gt;
9424 &lt;h2&gt;&lt;%text(_OVERVIEW_YRSETTINGS)%&gt;&lt;/h2&gt;
9425 &lt;ul&gt;
9426 &lt;li&gt;&lt;a href=&quot;&lt;%adminurl%&gt;index.php?action=editmembersettings&quot;&gt;&lt;%text(_OVERVIEW_EDITSETTINGS)%&gt;&lt;/a&gt;&lt;/li&gt;
9427 &lt;li&gt;&lt;a href=&quot;&lt;%adminurl%&gt;index.php?action=browseownitems&quot;&gt;&lt;%text(_OVERVIEW_BROWSEITEMS)%&gt;&lt;/a&gt;&lt;/li&gt;
9428 &lt;li&gt;&lt;a href=&quot;&lt;%adminurl%&gt;index.php?action=browseowncomments&quot;&gt;&lt;%text(_OVERVIEW_BROWSECOMM)%&gt;&lt;/a&gt;&lt;/li&gt;
9429 &lt;/ul&gt;
9430 &lt;%if(superadmin)%&gt;&lt;h2&gt;&lt;%text(_OVERVIEW_MANAGEMENT)%&gt;&lt;/h2&gt;
9431 &lt;ul&gt;
9432 &lt;li&gt;&lt;a href=&quot;&lt;%adminurl%&gt;index.php?action=manage&quot;&gt;&lt;%text(_OVERVIEW_MANAGE)%&gt;&lt;/a&gt;&lt;/li&gt;
9433 &lt;/ul&gt;&lt;%pagefoot%&gt;
9434
9435 </pre>
9436 </div><div class="page">
9437 <a name="skinpartpagefoot" id="skinpartpagefoot"></a>
9438 <h1>Admin skins: pagefoot</h1>
9439 <p>
9440 This skinpart is used to pagefoot.
9441 </p>
9442 <p>
9443 Very basic buildup for a [Admin page foot] page.
9444 </p>
9445 <pre>
9446
9447         &lt;%if(loggedin)%&gt;
9448                 &lt;%ifnot(adminaction,showlogin)%&gt;
9449                         &lt;h2&gt;&lt;%text(_LOGOUT)%&gt;&lt;/h2&gt;
9450                         &lt;ul&gt;
9451                         &lt;li&gt;&lt;a href=&quot;&lt;%adminurl%&gt;index.php?action=overview&quot;&gt;&lt;%text(_BACKHOME)%&gt;&lt;/a&gt;&lt;/li&gt;
9452                         &lt;li&gt;&lt;a href=&quot;&lt;%adminurl%&gt;index.php?action=logout&quot;&gt;&lt;%text(_LOGOUT)%&gt;&lt;/a&gt;&lt;/li&gt;
9453                         &lt;/ul&gt;
9454                 &lt;%endif%&gt;
9455         &lt;%endif%&gt;
9456         
9457         &lt;div class=&quot;foot&quot;&gt;
9458         &lt;a href=&quot;&lt;%text(_ADMINPAGEFOOT_OFFICIALURL)%&gt;&quot;&gt;Nucleus CMS&lt;/a&gt; &amp;copy; 2002- &lt;%date(%Y)%&gt; &lt;%text(_ADMINPAGEFOOT_COPYRIGHT)%&gt;
9459          - &lt;a href=&quot;&lt;%text(_ADMINPAGEFOOT_DONATEURL)%&gt;&quot;&gt;&lt;%text(_ADMINPAGEFOOT_DONATE)%&gt;&lt;/a&gt;
9460         &lt;/div&gt;
9461         &lt;/div&gt;
9462         
9463         &lt;!-- content --&gt;
9464         &lt;div id=&quot;quickmenu&quot;&gt;
9465         
9466         &lt;%if(loggedin)%&gt;
9467                 &lt;%ifnot(adminaction,showlogin)%&gt;
9468                         &lt;ul&gt;
9469                         &lt;li&gt;&lt;a href=&quot;&lt;%adminurl%&gt;index.php?action=overview&quot;&gt;&lt;%text(_QMENU_HOME)%&gt;&lt;/a&gt;&lt;/li&gt;
9470                         &lt;/ul&gt;
9471                         
9472                         &lt;h2&gt;&lt;%text(_QMENU_ADD)%&gt;&lt;/h2&gt;
9473                         &lt;form method=&quot;get&quot; action=&quot;&lt;%adminurl%&gt;index.php&quot;&gt;
9474                         &lt;div&gt;
9475                         &lt;input type=&quot;hidden&quot; name=&quot;action&quot; value=&quot;createitem&quot; /&gt;
9476                         &lt;%qmenuaddselect(admin/default)%&gt;
9477                         &lt;/div&gt;
9478                         &lt;/form&gt;
9479                         
9480                         &lt;h2&gt;&lt;%member(yourrealname)%&gt;&lt;/h2&gt;
9481                         &lt;ul&gt;
9482                         &lt;li&gt;&lt;a href=&quot;&lt;%adminurl%&gt;index.php?action=editmembersettings&quot;&gt;&lt;%text(_QMENU_USER_SETTINGS)%&gt;&lt;/a&gt;&lt;/li&gt;
9483                         &lt;li&gt;&lt;a href=&quot;&lt;%adminurl%&gt;index.php?action=browseownitems&quot;&gt;&lt;%text(_QMENU_USER_ITEMS)%&gt;&lt;/a&gt;&lt;/li&gt;
9484                         &lt;li&gt;&lt;a href=&quot;&lt;%adminurl%&gt;index.php?action=browseowncomments&quot;&gt;&lt;%text(_QMENU_USER_COMMENTS)%&gt;&lt;/a&gt;&lt;/li&gt;
9485                         &lt;/ul&gt;
9486                         
9487                         &lt;%if(superadmin)%&gt;
9488                                 &lt;h2&gt;&lt;%text(_QMENU_MANAGE)%&gt;&lt;/h2&gt;
9489                                 &lt;ul&gt;
9490                                 &lt;li&gt;&lt;a href=&quot;&lt;%adminurl%&gt;index.php?action=actionlog&quot;&gt;&lt;%text(_QMENU_MANAGE_LOG)%&gt;&lt;/a&gt;&lt;/li&gt;
9491                                 &lt;li&gt;&lt;a href=&quot;&lt;%adminurl%&gt;index.php?action=settingsedit&quot;&gt;&lt;%text(_QMENU_MANAGE_SETTINGS)%&gt;&lt;/a&gt;&lt;/li&gt;
9492                                 &lt;li&gt;&lt;a href=&quot;&lt;%adminurl%&gt;index.php?action=systemoverview&quot;&gt;&lt;%text(_QMENU_MANAGE_SYSTEM)%&gt;&lt;/a&gt;&lt;/li&gt;
9493                                 &lt;li&gt;&lt;a href=&quot;&lt;%adminurl%&gt;index.php?action=usermanagement&quot;&gt;&lt;%text(_QMENU_MANAGE_MEMBERS)%&gt;&lt;/a&gt;&lt;/li&gt;
9494                                 &lt;li&gt;&lt;a href=&quot;&lt;%adminurl%&gt;index.php?action=createnewlog&quot;&gt;&lt;%text(_QMENU_MANAGE_NEWBLOG)%&gt;&lt;/a&gt;&lt;/li&gt;
9495                                 &lt;li&gt;&lt;a href=&quot;&lt;%adminurl%&gt;index.php?action=backupoverview&quot;&gt;&lt;%text(_QMENU_MANAGE_BACKUPS)%&gt;&lt;/a&gt;&lt;/li&gt;
9496                                 &lt;li&gt;&lt;a href=&quot;&lt;%adminurl%&gt;index.php?action=pluginlist&quot;&gt;&lt;%text(_QMENU_MANAGE_PLUGINS)%&gt;&lt;/a&gt;&lt;/li&gt;
9497                                 &lt;/ul&gt;
9498                                 &lt;h2&gt;&lt;%text(_QMENU_LAYOUT)%&gt;&lt;/h2&gt;
9499                                 &lt;ul&gt;
9500                                 &lt;li&gt;&lt;a href=&quot;&lt;%adminurl%&gt;index.php?action=skinoverview&quot;&gt;&lt;%text(_QMENU_LAYOUT_SKINS)%&gt;&lt;/a&gt;&lt;/li&gt;
9501                                 &lt;li&gt;&lt;a href=&quot;&lt;%adminurl%&gt;index.php?action=templateoverview&quot;&gt;&lt;%text(_QMENU_LAYOUT_TEMPL)%&gt;&lt;/a&gt;&lt;/li&gt;
9502                                 &lt;li&gt;&lt;a href=&quot;&lt;%adminurl%&gt;index.php?action=skinieoverview&quot;&gt;&lt;%text(_QMENU_LAYOUT_IEXPORT)%&gt;&lt;/a&gt;&lt;/li&gt;
9503                                 &lt;/ul&gt;
9504                                 &lt;h2&gt;&lt;%text(_SKINABLEADMIN_QMENU_LAYOUT)%&gt;&lt;/h2&gt;
9505                                 &lt;ul&gt;
9506                                 &lt;li&gt;&lt;a href=&quot;&lt;%adminurl%&gt;index.php?action=adminskinoverview&quot;&gt;&lt;%text(_QMENU_LAYOUT_SKINS)%&gt;&lt;/a&gt;&lt;/li&gt;
9507                                 &lt;li&gt;&lt;a href=&quot;&lt;%adminurl%&gt;index.php?action=admintemplateoverview&quot;&gt;&lt;%text(_QMENU_LAYOUT_TEMPL)%&gt;&lt;/a&gt;&lt;/li&gt;
9508                                 &lt;li&gt;&lt;a href=&quot;&lt;%adminurl%&gt;index.php?action=adminskinieoverview&quot;&gt;&lt;%text(_QMENU_LAYOUT_IEXPORT)%&gt;&lt;/a&gt;&lt;/li&gt;
9509                                 &lt;/ul&gt;
9510                         &lt;%endif%&gt;
9511                         
9512                         &lt;%quickmenu(admin/default)%&gt;
9513                 &lt;%endif%&gt;
9514                 
9515         &lt;%elseif(adminaction,activate)%&gt;
9516                 &lt;h2&gt;&lt;%text(_QMENU_ACTIVATE)%&gt;&lt;/h2&gt;
9517                 &lt;%text(_QMENU_ACTIVATE_TEXT)%&gt;
9518         
9519         &lt;%elseif(adminaction,activatesetpwd)%&gt;
9520                 &lt;h2&gt;&lt;%text(_QMENU_ACTIVATE)%&gt;&lt;/h2&gt;&lt;%text(_QMENU_ACTIVATE_TEXT)%&gt;
9521         
9522         &lt;%else%&gt;
9523                 &lt;h2&gt;&lt;%text(_QMENU_INTRO)%&gt;&lt;/h2&gt;&lt;%text(_QMENU_INTRO_TEXT)%&gt;
9524         
9525         &lt;%endif%&gt;
9526         
9527         &lt;/div&gt;
9528         &lt;!-- content / quickmenu container --&gt;
9529         &lt;div class=&quot;clear&quot;&gt;&lt;/div&gt;
9530         &lt;!-- new --&gt;
9531         &lt;/div&gt;
9532         &lt;!-- adminwrapper --&gt;
9533         &lt;!-- new --&gt;
9534         &lt;/div&gt;
9535         &lt;!-- new --&gt;
9536         &lt;p style=&quot;text-align:right;&quot;&gt;&lt;%benchmark%&gt;&lt;/p&gt;
9537         &lt;/body&gt;
9538         &lt;/html&gt;
9539
9540 </pre>
9541 </div><div class="page">
9542 <a name="skinpartpagehead" id="skinpartpagehead"></a>
9543 <h1>Admin skins: pagehead</h1>
9544 <p>
9545 This skinpart is used to pagehead.
9546 </p>
9547 <p>
9548 Very basic buildup for a [Admin page head] page.
9549 </p>
9550 <pre>
9551
9552 &lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Strict//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&quot;&gt;
9553 &lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; xml:lang=&quot;ja-JP&quot; lang=&quot;ja-JP&quot;&gt;
9554 &lt;head&gt;
9555 &lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=&lt;%charset%&gt;&quot; /&gt;
9556 &lt;title&gt;&lt;%sitevar(name)%&gt; - Admin&lt;/title&gt;
9557 &lt;link rel=&quot;stylesheet&quot; title=&quot;Nucleus Admin Default&quot; type=&quot;text/css&quot; href=&quot;&lt;%skinfile(/styles/admin_contemporary_jp.css)%&gt;&quot; /&gt;
9558 &lt;link rel=&quot;stylesheet&quot; title=&quot;Nucleus Admin Default&quot; type=&quot;text/css&quot; href=&quot;&lt;%skinfile(/styles/addedit.css)%&gt;&quot; /&gt;
9559
9560 &lt;script type=&quot;text/javascript&quot; src=&quot;&lt;%skinfile(/javascripts/edit.js)%&gt;&quot;&gt;&lt;/script&gt;
9561 &lt;script type=&quot;text/javascript&quot; src=&quot;&lt;%skinfile(/javascripts/admin.js)%&gt;&quot;&gt;&lt;/script&gt;
9562 &lt;script type=&quot;text/javascript&quot; src=&quot;&lt;%skinfile(/javascripts/compatibility.js)%&gt;&quot;&gt;&lt;/script&gt;
9563
9564 &lt;meta http-equiv='Pragma' content='no-cache' /&gt;
9565 &lt;meta http-equiv='Cache-Control' content='no-cache, must-revalidate' /&gt;
9566 &lt;meta http-equiv='Expires' content='-1' /&gt;
9567 &lt;%extrahead%&gt;
9568 &lt;/head&gt;
9569 &lt;body&gt;
9570 &lt;div id=&quot;adminwrapper&quot;&gt;
9571 &lt;div class=&quot;header&quot;&gt;
9572 &lt;h1&gt;&lt;%sitevar(name)%&gt;&lt;/h1&gt;
9573 &lt;/div&gt;
9574 &lt;div id=&quot;container&quot;&gt;
9575 &lt;div id=&quot;content&quot;&gt;
9576 &lt;div class=&quot;loginname&quot;&gt;
9577 &lt;%if(loggedin)%&gt;&lt;%text(_LOGGEDINAS)%&gt; &lt;%member(yourrealname)%&gt; - &lt;a href=&quot;&lt;%adminurl%&gt;index.php?action=logout&quot;&gt;&lt;%text(_LOGOUT)%&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&quot;&lt;%adminurl%&gt;index.php?action=overview&quot;&gt;&lt;%text(_ADMINHOME)%&gt;&lt;/a&gt; - &lt;%else%&gt;&lt;a href=&quot;&lt;%adminurl%&gt;index.php?action=showlogin&quot; title=&quot;Log in&quot;&gt;&lt;%text(_NOTLOGGEDIN)%&gt;&lt;/a&gt;&lt;br /&gt;&lt;%endif%&gt;
9578 &lt;a href=&quot;&lt;%sitevar(url)%&gt;&quot;&gt;&lt;%text(_YOURSITE)%&gt;&lt;/a&gt;&lt;br /&gt;
9579 (&lt;%if(superadmin)%&gt;&lt;a href=&quot;&lt;%versioncheckurl%&gt;&quot; title=&quot;&lt;%text(_ADMIN_SYSTEMOVERVIEW_VERSIONCHECK_TITLE)%&gt;&quot;&gt;&lt;%version%&gt;&lt;%codename%&gt;&lt;/a&gt;&lt;%newestcompare%&gt;&lt;%else%&gt;&lt;%version%&gt;&lt;%codename%&gt;&lt;%endif%&gt;)
9580 &lt;/div&gt;
9581
9582 </pre>
9583 </div><div class="page">
9584 <a name="skinpartplugindelete" id="skinpartplugindelete"></a>
9585 <h1>Admin skins: plugindelete</h1>
9586 <p>
9587 This skinpart is used to plugindelete.
9588 </p>
9589 <p>
9590 Very basic buildup for a [Are you sure you want to delete the plugin named]page page.
9591 </p>
9592 <pre>
9593
9594 &lt;%pagehead%&gt;
9595 &lt;h2&gt;&lt;%text(_DELETE_CONFIRM)%&gt;&lt;/h2&gt;
9596
9597 &lt;p&gt;&lt;%text(_CONFIRMTXT_PLUGIN)%&gt; &lt;strong&gt;&lt;%editpluginfo(name)%&gt;&lt;/strong&gt;?&lt;/p&gt;
9598 &lt;form method=&quot;post&quot; action=&quot;&lt;%adminurl%&gt;index.php&quot;&gt;&lt;div&gt;
9599 &lt;%ticket%&gt;
9600 &lt;input type=&quot;hidden&quot; name=&quot;action&quot; value=&quot;plugindeleteconfirm&quot; /&gt;
9601 &lt;input type=&quot;hidden&quot; name=&quot;plugid&quot; value=&quot;&lt;%editpluginfo(id)%&gt;&quot; /&gt;
9602 &lt;input type=&quot;submit&quot; tabindex=&quot;10&quot; value=&quot;&lt;%text(_DELETE_CONFIRM_BTN)%&gt;&quot; /&gt;
9603 &lt;/div&gt;&lt;/form&gt;
9604 &lt;%pagefoot%&gt;
9605
9606 </pre>
9607 </div><div class="page">
9608 <a name="skinpartpluginhelp" id="skinpartpluginhelp"></a>
9609 <h1>Admin skins: pluginhelp</h1>
9610 <p>
9611 This skinpart is used to pluginhelp.
9612 </p>
9613 <p>
9614 Very basic buildup for a [Helppage for plugin]page page.
9615 </p>
9616 <pre>
9617
9618 &lt;p&gt;&lt;a href=&quot;&lt;%adminurl%&gt;index.php?action=pluginlist&quot;&gt;(&lt;%text(_PLUGS_BACK)%&gt;)&lt;/a&gt;&lt;/p&gt;
9619 &lt;h2&gt;&lt;%text(_PLUGS_HELP_TITLE)%&gt;: &lt;%helpplugname%&gt;&lt;/h2&gt;
9620 &lt;%pluginhelp%&gt;
9621
9622 </pre>
9623 </div><div class="page">
9624 <a name="skinpartpluginlist" id="skinpartpluginlist"></a>
9625 <h1>Admin skins: pluginlist</h1>
9626 <p>
9627 This skinpart is used to pluginlist.
9628 </p>
9629 <p>
9630 Very basic buildup for a [Manage Plugins]page page.
9631 </p>
9632 <pre>
9633
9634 &lt;%pagehead%&gt;
9635 &lt;p&gt;&lt;a href=&quot;&lt;%adminurl%&gt;index.php?action=manage&quot;&gt;(&lt;%text(_BACKTOMANAGE)%&gt;)&lt;/a&gt;&lt;/p&gt;
9636 &lt;h2&gt;&lt;%text(_PLUGS_TITLE_MANAGE)%&gt;&lt;%helplink(plugins)%&gt;&lt;/h2&gt;
9637 &lt;h3&gt;&lt;%text(_PLUGS_TITLE_INSTALLED)%&gt; &amp;nbsp;&amp;nbsp;&lt;span style=&quot;font-size:smaller&quot;&gt;&lt;%helplink('getplugins')%&gt;&lt;%text(_PLUGS_TITLE_GETPLUGINS)%&gt;&lt;/a&gt;&lt;/span&gt;&lt;/h3&gt;
9638 &lt;%pluginlistlist(admin/default)%&gt;
9639 &lt;h3&gt;&lt;%text(_PLUGS_TITLE_UPDATE)%&gt;&lt;/h3&gt;
9640 &lt;p&gt;&lt;%text(_PLUGS_TEXT_UPDATE)%&gt;&lt;/p&gt;
9641 &lt;form method=&quot;post&quot; action=&quot;&lt;%adminurl%&gt;index.php&quot;&gt;
9642 &lt;div&gt;
9643 &lt;input type=&quot;hidden&quot; name=&quot;action&quot; value=&quot;pluginupdate&quot; /&gt;
9644 &lt;%ticket%&gt;
9645 &lt;input type=&quot;submit&quot; value=&quot;&lt;%text(_PLUGS_BTN_UPDATE)%&gt;&quot; tabindex=&quot;20&quot; /&gt;
9646 &lt;/div&gt;
9647 &lt;/form&gt;
9648 &lt;h3&gt;&lt;%text(_PLUGS_TITLE_NEW)%&gt;&lt;/h3&gt;
9649 &lt;%if(existsnewplugin)%&gt;&lt;p&gt;&lt;%text(_PLUGS_ADD_TEXT)%&gt;&lt;/p&gt;
9650 &lt;form method='post' action='index.php'&gt;
9651
9652 &lt;div&gt;
9653 &lt;input type='hidden' name='action' value='pluginadd' /&gt;
9654 &lt;%ticket%&gt;
9655 &lt;select name=&quot;filename&quot; tabindex=&quot;30&quot;&gt;
9656 &lt;%newpluginlist%&gt;
9657 &lt;/select&gt;
9658 &lt;input type='submit' tabindex=&quot;40&quot; value='&lt;%text(_PLUGS_BTN_INSTALL)%&gt;' /&gt;
9659 &lt;/div&gt;&lt;/form&gt;&lt;%else%&gt;&lt;p&gt;&lt;%text(_PLUGS_NOCANDIDATES)%&gt;&lt;/p&gt;&lt;%endif%&gt;&lt;%pagefoot%&gt;
9660
9661 </pre>
9662 </div><div class="page">
9663 <a name="skinpartpluginoptions" id="skinpartpluginoptions"></a>
9664 <h1>Admin skins: pluginoptions</h1>
9665 <p>
9666 This skinpart is used to pluginoptions.
9667 </p>
9668 <p>
9669 Very basic buildup for a [Options for Plugins]page page.
9670 </p>
9671 <pre>
9672
9673 &lt;%pagehead%&gt;
9674 &lt;p&gt;&lt;a href=&quot;&lt;%adminurl%&gt;index.php?action=pluginlist&quot;&gt;(&lt;%text(_PLUGS_BACK)%&gt;)&lt;/a&gt;&lt;/p&gt;
9675 &lt;h2&gt;&lt;%sprinttext(_PLUGIN_OPTIONS_TITLE,&lt;|%geteditpluginfo(name)%|&gt;)%&gt;&lt;/h2&gt;
9676 &lt;%headmessage%&gt;
9677 &lt;form action=&quot;&lt;%adminurl%&gt;index.php&quot; method=&quot;post&quot;&gt;
9678
9679 &lt;div&gt;
9680 &lt;input type=&quot;hidden&quot; name=&quot;action&quot; value=&quot;pluginoptionsupdate&quot; /&gt;
9681 &lt;input type=&quot;hidden&quot; name=&quot;plugid&quot; value=&quot;&lt;%editpluginfo(id)%&gt;&quot; /&gt;
9682 &lt;%ticket%&gt;
9683 &lt;%editplugoptionslist(admin/default)%&gt;
9684 &lt;/div&gt;
9685 &lt;/form&gt;&lt;%pagefoot%&gt;
9686
9687 </pre>
9688 </div><div class="page">
9689 <a name="skinpartsettingsedit" id="skinpartsettingsedit"></a>
9690 <h1>Admin skins: settingsedit</h1>
9691 <p>
9692 This skinpart is used to settingsedit.
9693 </p>
9694 <p>
9695 Very basic buildup for a [General Settings]page page.
9696 </p>
9697 <pre>
9698
9699 &lt;%pagehead%&gt;
9700 &lt;p&gt;&lt;a href=&quot;&lt;%adminurl%&gt;index.php?action=manage&quot;&gt;(&lt;%text(_BACKTOMANAGE)%&gt;)&lt;/a&gt;&lt;/p&gt;
9701 &lt;h2&gt;&lt;%text(_SETTINGS_TITLE)%&gt;&lt;/h2&gt;
9702 &lt;form action=&quot;&lt;%adminurl%&gt;index.php&quot; method=&quot;post&quot;&gt;
9703 &lt;div&gt;
9704 &lt;input type=&quot;hidden&quot; name=&quot;action&quot; value=&quot;settingsupdate&quot; /&gt;
9705 &lt;%ticket%&gt;
9706 &lt;table&gt;
9707 &lt;tr&gt;
9708 &lt;th colspan=&quot;2&quot;&gt;&lt;%text(_SETTINGS_SUB_GENERAL)%&gt;&lt;/th&gt;
9709 &lt;/tr&gt;
9710 &lt;tr&gt;
9711 &lt;td&gt;&lt;%text(_SETTINGS_DEFBLOG)%&gt; &lt;%helplink(defaultblog)%&gt;&lt;/td&gt;
9712 &lt;td&gt;&lt;%defblogselect(admin/default)%&gt;&lt;/td&gt;
9713 &lt;/tr&gt;
9714 &lt;tr&gt;
9715 &lt;td&gt;&lt;%text(_SETTINGS_BASESKIN)%&gt; &lt;%helplink(baseskin)%&gt;&lt;/td&gt;
9716 &lt;td&gt;&lt;%defskinselect(,admin/default)%&gt;&lt;/td&gt;
9717 &lt;/tr&gt;
9718 &lt;tr&gt;
9719 &lt;td&gt;&lt;%text(_SETTINGS_ADMINMAIL)%&gt;&lt;/td&gt;
9720 &lt;td&gt;&lt;input name=&quot;AdminEmail&quot; tabindex=&quot;10010&quot; size=&quot;40&quot; value=&quot;&lt;%configsettingsedit(AdminEmail)%&gt;&quot; /&gt;&lt;/td&gt;
9721 &lt;/tr&gt;
9722 &lt;tr&gt;
9723 &lt;td&gt;&lt;%text(_SETTINGS_SITENAME)%&gt;&lt;/td&gt;
9724 &lt;td&gt;&lt;input name=&quot;SiteName&quot; tabindex=&quot;10020&quot; size=&quot;40&quot; value=&quot;&lt;%configsettingsedit(SiteName)%&gt;&quot; /&gt;&lt;/td&gt;
9725 &lt;/tr&gt;
9726 &lt;tr&gt;
9727 &lt;td&gt;&lt;%text(_SETTINGS_SITEURL)%&gt;&lt;/td&gt;
9728 &lt;td&gt;&lt;input name=&quot;IndexURL&quot; tabindex=&quot;10030&quot; size=&quot;40&quot; value=&quot;&lt;%configsettingsedit(IndexURL)%&gt;&quot; /&gt;&lt;/td&gt;
9729 &lt;/tr&gt;
9730 &lt;tr&gt;
9731 &lt;td&gt;&lt;%text(_SETTINGS_ADMINURL)%&gt;&lt;/td&gt;
9732 &lt;td&gt;&lt;input name=&quot;AdminURL&quot; tabindex=&quot;10040&quot; size=&quot;40&quot; value=&quot;&lt;%configsettingsedit(AdminURL)%&gt;&quot; /&gt;&lt;/td&gt;
9733 &lt;/tr&gt;
9734 &lt;tr&gt;
9735 &lt;td&gt;&lt;%text(_SETTINGS_PLUGINURL)%&gt; &lt;%helplink(pluginurl)%&gt;&lt;/td&gt;
9736 &lt;td&gt;&lt;input name=&quot;PluginURL&quot; tabindex=&quot;10045&quot; size=&quot;40&quot; value=&quot;&lt;%configsettingsedit(PluginURL)%&gt;&quot; /&gt;&lt;/td&gt;
9737 &lt;/tr&gt;
9738 &lt;tr&gt;
9739 &lt;td&gt;&lt;%text(_SETTINGS_SKINSURL)%&gt; &lt;%helplink(skinsurl)%&gt;&lt;/td&gt;
9740 &lt;td&gt;&lt;input name=&quot;SkinsURL&quot; tabindex=&quot;10046&quot; size=&quot;40&quot; value=&quot;&lt;%configsettingsedit(SkinsURL)%&gt;&quot; /&gt;&lt;/td&gt;
9741 &lt;/tr&gt;
9742 &lt;tr&gt;
9743 &lt;td&gt;&lt;%text(_SETTINGS_ACTIONSURL)%&gt; &lt;%helplink(actionurl)%&gt;&lt;/td&gt;
9744 &lt;td&gt;&lt;input name=&quot;ActionURL&quot; tabindex=&quot;10047&quot; size=&quot;40&quot; value=&quot;&lt;%configsettingsedit(ActionURL)%&gt;&quot; /&gt;&lt;/td&gt;
9745 &lt;/tr&gt;
9746 &lt;tr&gt;
9747 &lt;td&gt;&lt;%text(_SETTINGS_LOCALE)%&gt; &lt;%helplink(locale)%&gt;&lt;/td&gt;
9748 &lt;td&gt;&lt;select name=&quot;Locale&quot; tabindex=&quot;10050&quot;&gt;&lt;%localeselectoptions%&gt;&lt;/select&gt;&lt;/td&gt;
9749 &lt;/tr&gt;
9750 &lt;tr&gt;
9751 &lt;td&gt;&lt;%text(_SETTINGS_DISABLESITE)%&gt; &lt;%helplink(disablesite)%&gt;&lt;/td&gt;
9752 &lt;td&gt;
9753 &lt;%configsettingsyesno(DisableSite, 10060)%&gt;&lt;br /&gt;
9754 &lt;%text(_SETTINGS_DISABLESITEURL)%&gt; &lt;input name=&quot;DisableSiteURL&quot; tabindex=&quot;10070&quot; size=&quot;40&quot; value=&quot;&lt;%configsettingsedit(DisableSiteURL)%&gt;&quot; /&gt;
9755 &lt;/td&gt;
9756 &lt;/tr&gt;
9757 &lt;tr&gt;
9758 &lt;td&gt;&lt;%text(_SETTINGS_DIRS)%&gt;&lt;/td&gt;
9759 &lt;td&gt;&lt;%outputspecialdirs(nucleusdir)%&gt;&lt;i&gt;&lt;%text(_SETTINGS_SEECONFIGPHP)%&gt;&lt;/i&gt;&lt;/td&gt;
9760 &lt;/tr&gt;
9761 &lt;tr&gt;
9762 &lt;td&gt;&lt;%text(_SETTINGS_DBLOGIN)%&gt;&lt;/td&gt;
9763 &lt;td&gt;&lt;i&gt;&lt;%text(_SETTINGS_SEECONFIGPHP)%&gt;&lt;/i&gt;&lt;/td&gt;
9764 &lt;/tr&gt;
9765 &lt;tr&gt;
9766 &lt;td&gt;&lt;%text(_SETTINGS_JSTOOLBAR)%&gt;&lt;/td&gt;
9767 &lt;td&gt;
9768 &lt;select name=&quot;DisableJsTools&quot; tabindex=&quot;10075&quot;&gt;
9769 &lt;%jstoolbaroptions%&gt;
9770 &lt;/select&gt;
9771 &lt;/td&gt;
9772 &lt;/tr&gt;
9773 &lt;tr&gt;
9774 &lt;td&gt;&lt;%text(_SETTINGS_URLMODE)%&gt; &lt;%helplink(urlmode)%&gt;&lt;/td&gt;
9775 &lt;td&gt;&lt;%configsettingsedit(URLMode)%&gt; &lt;%text(_SETTINGS_URLMODE_HELP)%&gt;&lt;/td&gt;
9776 &lt;/tr&gt;
9777 &lt;tr&gt;
9778 &lt;td&gt;&lt;%text(_SETTINGS_DEBUGVARS)%&gt; &lt;%helplink(debugvars)%&gt;&lt;/td&gt;
9779 &lt;td&gt;&lt;%configsettingsyesno(DebugVars, 10078)%&gt;&lt;/td&gt;
9780 &lt;/tr&gt;
9781 &lt;tr&gt;
9782 &lt;td&gt;&lt;%text(_SETTINGS_DEFAULTLISTSIZE)%&gt; &lt;%helplink(defaultlistsize)%&gt;&lt;/td&gt;
9783 &lt;td&gt;&lt;input name=&quot;DefaultListSize&quot; tabindex=&quot;10079&quot; size=&quot;40&quot; value=&quot;&lt;%configsettingsedit(DefaultListSize)%&gt;&quot; /&gt;&lt;/td&gt;
9784 &lt;/tr&gt;
9785 &lt;tr&gt;
9786 &lt;td&gt;&lt;%text(_SETTINGS_ADMINCSS)%&gt;&lt;/td&gt;
9787 &lt;td&gt;&lt;select name=&quot;AdminCSS&quot; tabindex=&quot;10080&quot;&gt;&lt;%adminstyleselectoptions%&gt;&lt;/select&gt;&lt;/td&gt;
9788 &lt;/tr&gt;
9789 &lt;tr&gt;
9790 &lt;th colspan=&quot;2&quot;&gt;&lt;%text(_SETTINGS_MEDIA)%&gt; &lt;%helplink(media)%&gt;&lt;/th&gt;
9791 &lt;/tr&gt;
9792 &lt;tr&gt;
9793 &lt;td&gt;&lt;%text(_SETTINGS_MEDIADIR)%&gt;&lt;/td&gt;
9794 &lt;td&gt;
9795 &lt;%outputspecialdirs(mediadir)%&gt;
9796 &lt;i&gt;&lt;%text(_SETTINGS_SEECONFIGPHP)%&gt;&lt;/i&gt;&lt;%mediadirwarning%&gt;
9797 &lt;/td&gt;
9798 &lt;/tr&gt;
9799 &lt;tr&gt;
9800 &lt;td&gt;&lt;%text(_SETTINGS_MEDIAURL)%&gt;&lt;/td&gt;
9801 &lt;td&gt;&lt;input name=&quot;MediaURL&quot; tabindex=&quot;10080&quot; size=&quot;40&quot; value=&quot;&lt;%configsettingsedit(MediaURL)%&gt;&quot; /&gt;&lt;/td&gt;
9802 &lt;/tr&gt;
9803 &lt;tr&gt;
9804 &lt;td&gt;&lt;%text(_SETTINGS_ALLOWUPLOAD)%&gt;&lt;/td&gt;
9805 &lt;td&gt;&lt;%configsettingsyesno(AllowUpload, 10090)%&gt;&lt;/td&gt;
9806 &lt;/tr&gt;
9807 &lt;tr&gt;
9808 &lt;td&gt;&lt;%text(_SETTINGS_ALLOWUPLOADTYPES)%&gt;&lt;/td&gt;
9809 &lt;td&gt;&lt;input name=&quot;AllowedTypes&quot; tabindex=&quot;10100&quot; size=&quot;40&quot; value=&quot;&lt;%configsettingsedit(AllowedTypes)%&gt;&quot; /&gt;
9810 &lt;/tr&gt;
9811 &lt;tr&gt;
9812 &lt;td&gt;&lt;%text(_SETTINGS_MAXUPLOADSIZE)%&gt;&lt;/td&gt;
9813 &lt;td&gt;&lt;input name=&quot;MaxUploadSize&quot; tabindex=&quot;10105&quot; size=&quot;40&quot; value=&quot;&lt;%configsettingsedit(MaxUploadSize)%&gt;&quot; /&gt;&lt;/td&gt;
9814 &lt;/tr&gt;
9815 &lt;tr&gt;
9816 &lt;td&gt;&lt;%text(_SETTINGS_MEDIAPREFIX)%&gt;&lt;/td&gt;
9817 &lt;td&gt;&lt;%configsettingsyesno(MediaPrefix, 10110)%&gt;&lt;/td&gt;
9818 &lt;/tr&gt;
9819 &lt;tr&gt;
9820 &lt;th colspan=&quot;2&quot;&gt;&lt;%text(_SETTINGS_MEMBERS)%&gt;&lt;/th&gt;
9821 &lt;/tr&gt;
9822 &lt;tr&gt;
9823 &lt;td&gt;&lt;%text(_SETTINGS_CHANGELOGIN)%&gt;&lt;/td&gt;
9824 &lt;td&gt;&lt;%configsettingsyesno(AllowLoginEdit, 10120)%&gt;&lt;/td&gt;
9825 &lt;/tr&gt;
9826 &lt;tr&gt;
9827 &lt;td&gt;&lt;%text(_SETTINGS_ALLOWCREATE)%&gt; &lt;%helplink(allowaccountcreation)%&gt;
9828 &lt;/td&gt;
9829 &lt;td&gt;&lt;%configsettingsyesno(AllowMemberCreate, 10130)%&gt;&lt;/td&gt;
9830 &lt;/tr&gt;
9831 &lt;tr&gt;
9832 &lt;td&gt;&lt;%text(_SETTINGS_NEWLOGIN)%&gt; &lt;%helplink(allownewmemberlogin)%&gt;&lt;br /&gt;&lt;%text(_SETTINGS_NEWLOGIN2)%&gt;&lt;/td&gt;
9833 &lt;td&gt;&lt;%configsettingsyesno(NewMemberCanLogon, 10140)%&gt;&lt;/td&gt;
9834 &lt;/tr&gt;
9835 &lt;tr&gt;
9836 &lt;td&gt;&lt;%text(_SETTINGS_MEMBERMSGS)%&gt; &lt;%helplink(messageservice)%&gt;&lt;/td&gt;
9837 &lt;td&gt;&lt;%configsettingsyesno(AllowMemberMail, 10150)%&gt;&lt;/td&gt;
9838 &lt;/tr&gt;
9839 &lt;tr&gt;
9840 &lt;td&gt;&lt;%text(_SETTINGS_NONMEMBERMSGS)%&gt; &lt;%helplink(messageservice)%&gt;&lt;/td&gt;
9841 &lt;td&gt;&lt;%configsettingsyesno(NonmemberMail, 10155%&gt;&lt;/td&gt;
9842 &lt;/tr&gt;
9843 &lt;tr&gt;
9844 &lt;td&gt;&lt;%text(_SETTINGS_PROTECTMEMNAMES)%&gt; &lt;%helplink(protectmemnames)%&gt;&lt;/td&gt;
9845 &lt;td&gt;&lt;%configsettingsyesno(ProtectMemNames, 10156)%&gt;&lt;/td&gt;
9846 &lt;/tr&gt;
9847 &lt;tr&gt;
9848 &lt;th colspan=&quot;2&quot;&gt;&lt;%text(_SETTINGS_COOKIES_TITLE)%&gt; &lt;%helplink(cookies)%&gt;&lt;/th&gt;
9849 &lt;/tr&gt;
9850 &lt;tr&gt;
9851 &lt;td&gt;&lt;%text(_SETTINGS_COOKIEPREFIX)%&gt;&lt;/td&gt;
9852 &lt;td&gt;&lt;input name=&quot;CookiePrefix&quot; tabindex=&quot;10159&quot; size=&quot;40&quot; value=&quot;&lt;%configsettingsedit(CookiePrefix)%&gt;&quot; /&gt;&lt;/td&gt;
9853 &lt;/tr&gt;
9854 &lt;tr&gt;
9855 &lt;td&gt;&lt;%text(_SETTINGS_COOKIEDOMAIN)%&gt;&lt;/td&gt;
9856 &lt;td&gt;&lt;input name=&quot;CookieDomain&quot; tabindex=&quot;10160&quot; size=&quot;40&quot; value=&quot;&lt;%configsettingsedit(CookieDomain)%&gt;&quot; /&gt;&lt;/td&gt;
9857 &lt;/tr&gt;
9858 &lt;tr&gt;
9859 &lt;td&gt;&lt;%text(_SETTINGS_COOKIEPATH)%&gt;&lt;/td&gt;
9860 &lt;td&gt;&lt;input name=&quot;CookiePath&quot; tabindex=&quot;10170&quot; size=&quot;40&quot; value=&quot;&lt;%configsettingsedit(CookiePath)%&gt;&quot; /&gt;&lt;/td&gt;
9861 &lt;/tr&gt;
9862 &lt;tr&gt;
9863 &lt;td&gt;&lt;%text(_SETTINGS_COOKIESECURE)%&gt;&lt;/td&gt;
9864 &lt;td&gt;&lt;%configsettingsyesno(CookieSecure, 10180)%&gt;&lt;/td&gt;
9865 &lt;/tr&gt;
9866 &lt;tr&gt;
9867 &lt;td&gt;&lt;%text(_SETTINGS_COOKIELIFE)%&gt;&lt;/td&gt;
9868 &lt;td&gt;&lt;%configsettingsedit(SessionCookie)%&gt;&lt;/td&gt;
9869 &lt;/tr&gt;
9870 &lt;tr&gt;
9871 &lt;td&gt;&lt;%text(_SETTINGS_LASTVISIT)%&gt;&lt;/td&gt;
9872 &lt;td&gt;&lt;%configsettingsyesno(LastVisit, 10200)%&gt;&lt;/td&gt;
9873 &lt;/tr&gt;
9874 &lt;tr&gt;
9875 &lt;th colspan=&quot;2&quot;&gt;&lt;%text(_SETTINGS_UPDATE)%&gt;&lt;/th&gt;
9876 &lt;/tr&gt;
9877 &lt;tr&gt;
9878 &lt;td&gt;&lt;%text(_SETTINGS_UPDATE)%&gt;&lt;/td&gt;
9879 &lt;td&gt;&lt;input type=&quot;submit&quot; tabindex=&quot;10210&quot; value=&quot;&lt;%text(_SETTINGS_UPDATE_BTN)%&gt;&quot; onclick=&quot;return checkSubmit();&quot; /&gt;&lt;/td&gt;
9880 &lt;/tr&gt;
9881 &lt;/table&gt;
9882 &lt;/div&gt;
9883 &lt;/form&gt;
9884 &lt;h2&gt;&lt;%text(_PLUGINS_EXTRA)%&gt;&lt;/h2&gt;
9885 &lt;%pluginextras%&gt;&lt;%pagefoot%&gt;
9886
9887 </pre>
9888 </div><div class="page">
9889 <a name="skinpartshowlogin" id="skinpartshowlogin"></a>
9890 <h1>Admin skins: showlogin</h1>
9891 <p>
9892 This skinpart is used to showlogin.
9893 </p>
9894 <p>
9895 Very basic buildup for a [Log In]page page.
9896 </p>
9897 <pre>
9898
9899 &lt;%pagehead%&gt;
9900 &lt;h2&gt;&lt;%text(_LOGIN)%&gt;&lt;/h2&gt;
9901 &lt;%headmessage%&gt;
9902 &lt;form action=&quot;&lt;%adminurl%&gt;index.php&quot; method=&quot;post&quot;&gt;&lt;p&gt;
9903 &lt;%text(_LOGIN_NAME)%&gt; &lt;br /&gt;&lt;input name=&quot;login&quot;  tabindex=&quot;10&quot; /&gt;
9904 &lt;br /&gt;
9905 &lt;%text(_LOGIN_PASSWORD)%&gt; &lt;br /&gt;&lt;input name=&quot;password&quot;  tabindex=&quot;20&quot; type=&quot;password&quot; /&gt;
9906 &lt;br /&gt;
9907 &lt;input name=&quot;action&quot; value=&quot;login&quot; type=&quot;hidden&quot; /&gt;
9908 &lt;br /&gt;
9909 &lt;input type=&quot;submit&quot; value=&quot;&lt;%text(_LOGIN)%&gt;&quot; tabindex=&quot;30&quot; /&gt;
9910 &lt;br /&gt;
9911 &lt;small&gt;
9912 &lt;input type=&quot;checkbox&quot; value=&quot;1&quot; name=&quot;shared&quot; tabindex=&quot;40&quot; id=&quot;shared&quot; /&gt;&lt;label for=&quot;shared&quot;&gt;&lt;%text(_LOGIN_SHARED)%&gt;&lt;/label&gt;
9913 &lt;br /&gt;&lt;a href=&quot;forgotpassword.php&quot;&gt;&lt;%text(_LOGIN_FORGOT)%&gt;&lt;/a&gt;
9914 &lt;/small&gt;
9915 &lt;%passrequestvars%&gt;
9916 &lt;/p&gt;&lt;/form&gt;&lt;%pagefoot%&gt;
9917
9918 </pre>
9919 </div><div class="page">
9920 <a name="skinpartskindelete" id="skinpartskindelete"></a>
9921 <h1>Admin skins: skindelete</h1>
9922 <p>
9923 This skinpart is used to skindelete.
9924 </p>
9925 <p>
9926 Very basic buildup for a [You're about to delete the skin named ]page page.
9927 </p>
9928 <pre>
9929
9930 &lt;%pagehead%&gt;
9931 &lt;h2&gt;&lt;%text(_DELETE_CONFIRM)%&gt;&lt;/h2&gt;
9932 &lt;p&gt;&lt;%text(_CONFIRMTXT_SKIN)%&gt;&lt;b&gt;&lt;%editskintype(name)%&gt;&lt;/b&gt; (&lt;%editskintype(desc)%&gt;)&lt;/p&gt;
9933 &lt;form method=&quot;post&quot; action=&quot;&lt;%adminurl%&gt;index.php&quot;&gt;
9934 &lt;div&gt;
9935 &lt;input type=&quot;hidden&quot; name=&quot;action&quot; value=&quot;skindeleteconfirm&quot; /&gt;
9936 &lt;%ticket%&gt;
9937 &lt;input type=&quot;hidden&quot; name=&quot;skinid&quot; value=&quot;&lt;%editskintype(id)%&gt;&quot; /&gt;
9938 &lt;input type=&quot;submit&quot; tabindex=&quot;10&quot; value=&quot;&lt;%text(_DELETE_CONFIRM_BTN)%&gt;&quot; /&gt;
9939 &lt;/div&gt;
9940 &lt;/form&gt;&lt;%pagefoot%&gt;
9941
9942 </pre>
9943 </div><div class="page">
9944 <a name="skinpartskinedit" id="skinpartskinedit"></a>
9945 <h1>Admin skins: skinedit</h1>
9946 <p>
9947 This skinpart is used to skinedit.
9948 </p>
9949 <p>
9950 Very basic buildup for a [Edit skin]page page.
9951 </p>
9952 <pre>
9953
9954         &lt;%pagehead%&gt;
9955         &lt;p&gt;&lt;a href=&quot;&lt;%adminurl%&gt;index.php?action=skinoverview&quot;&gt;(&lt;%text(_SKIN_BACK)%&gt;)&lt;/a&gt;&lt;/p&gt;
9956         
9957         &lt;h2&gt;&lt;%text(_SKIN_EDITONE_TITLE)%&gt; '&lt;%editskin(name)%&gt;'&lt;/h2&gt;
9958         
9959         &lt;h3&gt;&lt;%text(_SKIN_PARTS_TITLE)%&gt;&lt;/h3&gt;
9960         &lt;%text(_SKIN_PARTS_MSG)%&gt;
9961         &lt;%normalskinlist(admin/default)%&gt;
9962         
9963         &lt;h3&gt;&lt;%text(_SKIN_PARTS_SPECIAL)%&gt;&lt;/h3&gt;
9964         &lt;form method=&quot;get&quot; action=&quot;&lt;%adminurl%&gt;index.php&quot;&gt;
9965         &lt;p&gt;
9966         &lt;input type=&quot;hidden&quot; name=&quot;action&quot; value=&quot;skinedittype&quot; /&gt;
9967         &lt;input type=&quot;hidden&quot; name=&quot;skinid&quot; value=&quot;&lt;%editskin(id)%&gt;&quot; /&gt;
9968         &lt;input name=&quot;type&quot; tabindex=&quot;89&quot; size=&quot;20&quot; maxlength=&quot;20&quot; /&gt;
9969         &lt;input type=&quot;submit&quot; tabindex=&quot;140&quot; value=&quot;&lt;%text(_SKIN_CREATE)%&gt;&quot; onclick=&quot;return checkSubmit();&quot; /&gt;
9970         &lt;/p&gt;
9971         &lt;/form&gt;
9972         &lt;%specialskinlist(admin/default)%&gt;
9973         
9974         &lt;h3&gt;&lt;%text(_SKIN_GENSETTINGS_TITLE)%&gt;&lt;/h3&gt;
9975         &lt;form method=&quot;post&quot; action=&quot;&lt;%adminurl%&gt;index.php&quot;&gt;
9976         &lt;p&gt;
9977         &lt;input type=&quot;hidden&quot; name=&quot;action&quot; value=&quot;skineditgeneral&quot; /&gt;
9978         &lt;%ticket%&gt;
9979         &lt;input type=&quot;hidden&quot; name=&quot;skinid&quot; value=&quot;&lt;%editskin(id)%&gt;&quot; /&gt;
9980         &lt;table frame=&quot;box&quot; rules=&quot;all&quot; summary=&quot;&lt;%text(_SKIN_GENSETTINGS_TITLE)%&gt;&quot;&gt;
9981         &lt;tr&gt;
9982         &lt;td&gt;&lt;%text(_SKIN_NAME)%&gt; &lt;%helplink(shortnames)%&gt;&lt;/td&gt;
9983         &lt;td&gt;&lt;input name=&quot;name&quot; tabindex=&quot;90&quot; value=&quot;&lt;%editskin(name)%&gt;&quot; maxlength=&quot;20&quot; size=&quot;20&quot; /&gt;&lt;/td&gt;
9984         &lt;/tr&gt;
9985         &lt;tr&gt;
9986         &lt;td&gt;&lt;%text(_SKIN_DESC)%&gt;&lt;/td&gt;
9987         &lt;td&gt;&lt;input name=&quot;desc&quot; tabindex=&quot;100&quot; value=&quot;&lt;%editskin(desc)%&gt;&quot; maxlength=&quot;200&quot; size=&quot;50&quot; /&gt;&lt;/td&gt;
9988         &lt;/tr&gt;
9989         &lt;tr&gt;
9990         &lt;td&gt;&lt;%text(_SKIN_TYPE)%&gt;&lt;/td&gt;
9991         &lt;td&gt;&lt;input name=&quot;type&quot; tabindex=&quot;110&quot; value=&quot;&lt;%editskin(type)%&gt;&quot; maxlength=&quot;40&quot; size=&quot;20&quot; /&gt;&lt;/td&gt;
9992         &lt;/tr&gt;
9993         &lt;tr&gt;
9994         &lt;td&gt;&lt;%text(_SKIN_INCLUDE_MODE)%&gt; &lt;%helplink(includemode)%&gt;&lt;/td&gt;
9995         &lt;td&gt;&lt;%editskin(mode)%&gt;&lt;/td&gt;
9996         &lt;/tr&gt;
9997         &lt;tr&gt;
9998         &lt;td&gt;&lt;%text(_SKIN_INCLUDE_PREFIX)%&gt; &lt;%helplink(includeprefix)%&gt;&lt;/td&gt;
9999         &lt;td&gt;&lt;input name=&quot;inc_prefix&quot; tabindex=&quot;130&quot; value=&quot;&lt;%editskin(prefix)%&gt;&quot; maxlength=&quot;40&quot; size=&quot;20&quot; /&gt;&lt;/td&gt;
10000         &lt;/tr&gt;
10001         &lt;tr&gt;
10002         &lt;td&gt;&lt;%text(_SKIN_CHANGE)%&gt;&lt;/td&gt;
10003         &lt;td&gt;&lt;input type=&quot;submit&quot; tabindex=&quot;140&quot; value=&quot;&lt;%text(_SKIN_CHANGE_BTN)%&gt;&quot; onclick=&quot;return checkSubmit();&quot; /&gt;&lt;/td&gt;
10004         &lt;/tr&gt;
10005         &lt;/table&gt;
10006         &lt;/p&gt;
10007         &lt;/form&gt;
10008         &lt;%pagefoot%&gt;
10009
10010 </pre>
10011 </div><div class="page">
10012 <a name="skinpartskinedittype" id="skinpartskinedittype"></a>
10013 <h1>Admin skins: skinedittype</h1>
10014 <p>
10015 This skinpart is used to skinedittype.
10016 </p>
10017 <p>
10018 Very basic buildup for a [Edit Skin]page page.
10019 </p>
10020 <pre>
10021
10022         &lt;%pagehead%&gt;
10023         &lt;p&gt;(&lt;a href=&quot;&lt;%adminurl%&gt;index.php?action=skinoverview&quot;&gt;&lt;%text(_SKIN_GOBACK)%&gt;&lt;/a&gt;)&lt;/p&gt;
10024         
10025         &lt;h2&gt;&lt;%text(_SKIN_EDITPART_TITLE)%&gt; '&lt;%editskintype(name)%&gt;': &lt;%editskintype(skintype)%&gt;&lt;/h2&gt;
10026         &lt;%headmessage%&gt;
10027         
10028         &lt;form method=&quot;post&quot; action=&quot;&lt;%adminurl%&gt;index.php&quot;&gt;
10029         &lt;p&gt;
10030         &lt;input type=&quot;hidden&quot; name=&quot;action&quot; value=&quot;skinupdate&quot; /&gt;
10031         &lt;%ticket%&gt;
10032         &lt;input type=&quot;hidden&quot; name=&quot;skinid&quot; value=&quot;&lt;%editskintype(id)%&gt;&quot; /&gt;
10033         &lt;input type=&quot;hidden&quot; name=&quot;type&quot; value=&quot;&lt;%editskintype(skintyperaw)%&gt;&quot; /&gt;
10034         &lt;input type=&quot;submit&quot; value=&quot;&lt;%text(_SKIN_UPDATE_BTN)%&gt;&quot; onclick=&quot;return checkSubmit();&quot; /&gt;
10035         &lt;input type=&quot;reset&quot; value=&quot;&lt;%text(_SKIN_RESET_BTN)%&gt;&quot; /&gt;
10036         (skin type: &lt;%editskintype(skintype)%&gt;)&lt;%skintypehelp%&gt;&lt;br /&gt;
10037         &lt;textarea class=&quot;skinedit&quot; tabindex=&quot;10&quot; rows=&quot;20&quot; cols=&quot;80&quot; name=&quot;content&quot;&gt;&lt;%editskintype(content)%&gt;&lt;/textarea&gt;
10038         &lt;br /&gt;
10039         &lt;input type=&quot;submit&quot; tabindex=&quot;20&quot; value=&quot;&lt;%text(_SKIN_UPDATE_BTN)%&gt;&quot; onclick=&quot;return checkSubmit();&quot; /&gt;
10040         &lt;input type=&quot;reset&quot; value=&quot;&lt;%text(_SKIN_RESET_BTN)%&gt;&quot; /&gt;
10041         (skin type: &lt;%editskintype(skintype)%&gt;)
10042         &lt;br /&gt;
10043         &lt;br /&gt;
10044         
10045         &lt;%text(_SKIN_ALLOWEDVARS)%&gt;
10046         &lt;%allowedskinactions%&gt;&lt;br /&gt;&lt;br /&gt;
10047         &lt;%text(_SKINEDIT_ALLOWEDBLOGS)%&gt;
10048         &lt;%skineditallowedlist(blog)%&gt;
10049         &lt;%text(_SKINEDIT_ALLOWEDTEMPLATESS)%&gt;
10050         &lt;%skineditallowedlist(template)%&gt;
10051         &lt;/p&gt;
10052         &lt;/form&gt;
10053         &lt;%pagefoot%&gt;
10054
10055 </pre>
10056 </div><div class="page">
10057 <a name="skinpartskiniedoimport" id="skinpartskiniedoimport"></a>
10058 <h1>Admin skins: skiniedoimport</h1>
10059 <p>
10060 This skinpart is used to skiniedoimport.
10061 </p>
10062 <p>
10063 Very basic buildup for a [Done Importing]page page.
10064 </p>
10065 <pre>
10066
10067 &lt;%pagehead%&gt;
10068 &lt;p&gt;&lt;a href=&quot;&lt;%adminurl%&gt;index.php?action=manage&quot;&gt;(&lt;%text(_BACKTOMANAGE)%&gt;)&lt;/a&gt;&lt;/p&gt;
10069 &lt;h2&gt;&lt;%text(_SKINIE_DONE)%&gt;&lt;/h2&gt;
10070
10071 &lt;ul&gt;
10072 &lt;li&gt;&lt;p&gt;&lt;strong&gt;&lt;%text(_SKINIE_INFO_GENERAL)%&gt;&lt;/strong&gt; &lt;%importskininfo(info)%&gt;&lt;/p&gt;&lt;/li&gt;
10073 &lt;li&gt;&lt;p&gt;&lt;strong&gt;&lt;%text(_SKINIE_INFO_IMPORTEDSKINS)%&gt;&lt;/strong&gt; &lt;%importskininfo(snames)%&gt;&lt;/p&gt;&lt;/li&gt;
10074 &lt;li&gt;&lt;p&gt;&lt;strong&gt;&lt;%text(_SKINIE_INFO_IMPORTEDTEMPLS)%&gt;&lt;/strong&gt; &lt;%importskininfo(tnames)%&gt;&lt;/p&gt;&lt;/li&gt;
10075 &lt;/ul&gt;&lt;%pagefoot%&gt;
10076
10077 </pre>
10078 </div><div class="page">
10079 <a name="skinpartskinieimport" id="skinpartskinieimport"></a>
10080 <h1>Admin skins: skinieimport</h1>
10081 <p>
10082 This skinpart is used to skinieimport.
10083 </p>
10084 <p>
10085 Very basic buildup for a [About to import skins and templates]page page.
10086 </p>
10087 <pre>
10088
10089 &lt;%pagehead%&gt;
10090 &lt;p&gt;&lt;a href=&quot;&lt;%adminurl%&gt;index.php?action=skinieoverview&quot;&gt;(&lt;%text(_BACK)%&gt;)&lt;/a&gt;&lt;/p&gt;
10091 &lt;h2&gt;&lt;%text(_SKINIE_CONFIRM_TITLE)%&gt;&lt;/h2&gt;
10092 &lt;ul&gt;
10093 &lt;li&gt;&lt;p&gt;&lt;strong&gt;&lt;%text(_SKINIE_INFO_GENERAL)%&gt;&lt;/strong&gt; &lt;%importskininfo(info)%&gt;&lt;/p&gt;&lt;/li&gt;
10094 &lt;li&gt;&lt;p&gt;&lt;strong&gt;&lt;%text(_SKINIE_INFO_SKINS)%&gt;&lt;/strong&gt; &lt;%importskininfo(snames)%&gt;&lt;/p&gt;&lt;/li&gt;
10095 &lt;li&gt;&lt;p&gt;&lt;strong&gt;&lt;%text(_SKINIE_INFO_TEMPLATES)%&gt;&lt;/strong&gt; &lt;%importskininfo(tnames)%&gt;&lt;/p&gt;&lt;/li&gt;
10096 &lt;%if(nameclashes)%&gt;&lt;li&gt;&lt;p&gt;&lt;strong style=&quot;color: red;&quot;&gt;&lt;%text(_SKINIE_INFO_SKINCLASH)%&gt;&lt;/strong&gt; &lt;%importskininfo(sclashes)%&gt;&lt;/p&gt;&lt;/li&gt;
10097 &lt;li&gt;&lt;p&gt;&lt;strong style=&quot;color: red;&quot;&gt;&lt;%text(_SKINIE_INFO_TEMPLCLASH)%&gt;&lt;/strong&gt; &lt;%importskininfo(tclashes)%&gt;&lt;/p&gt;&lt;/li&gt;&lt;%endif%&gt;
10098 &lt;/ul&gt;
10099
10100 &lt;form method=&quot;post&quot; action=&quot;&lt;%adminurl%&gt;index.php&quot;&gt;&lt;div&gt;
10101 &lt;input type=&quot;hidden&quot; name=&quot;action&quot; value=&quot;skiniedoimport&quot; /&gt;
10102 &lt;%ticket%&gt;
10103 &lt;input type=&quot;hidden&quot; name=&quot;skinfile&quot; value=&quot;&lt;%importskininfo(skinfile)%&gt;&quot; /&gt;
10104 &lt;input type=&quot;hidden&quot; name=&quot;mode&quot; value=&quot;&lt;%importskininfo(mode)%&gt;&quot; /&gt;
10105 &lt;input type=&quot;submit&quot; value=&quot;&lt;%text(_SKINIE_CONFIRM_IMPORT)%&gt;&quot; /&gt;
10106 &lt;%if(nameclashes)%&gt;&lt;br /&gt;
10107 &lt;input type=&quot;checkbox&quot; name=&quot;overwrite&quot; value=&quot;1&quot; id=&quot;cb_overwrite&quot; /&gt;&lt;label for=&quot;cb_overwrite&quot;&gt;&lt;%text(_SKINIE_CONFIRM_OVERWRITE)%&gt;&lt;/label&gt;&lt;%endif%&gt;
10108 &lt;/div&gt;&lt;/form&gt;&lt;%pagefoot%&gt;
10109
10110 </pre>
10111 </div><div class="page">
10112 <a name="skinpartskinieoverview" id="skinpartskinieoverview"></a>
10113 <h1>Admin skins: skinieoverview</h1>
10114 <p>
10115 This skinpart is used to skinieoverview.
10116 </p>
10117 <p>
10118 Very basic buildup for a [Import/Export]page page.
10119 </p>
10120 <pre>
10121
10122 &lt;%pagehead%&gt;
10123 &lt;p&gt;&lt;a href=&quot;&lt;%adminurl%&gt;index.php?action=manage&quot;&gt;(&lt;%text(_BACKTOMANAGE)%&gt;)&lt;/a&gt;&lt;/p&gt;
10124 &lt;h2&gt;&lt;%text(_SKINIE_TITLE_IMPORT)%&gt;&lt;/h2&gt;
10125 &lt;p&gt;
10126 &lt;label for=&quot;skinie_import_local&quot;&gt;&lt;%text(_SKINIE_LOCAL)%&gt;&lt;/label&gt;
10127 &lt;%if(skincandidates)%&gt;&lt;form method=&quot;post&quot; action=&quot;&lt;%adminurl%&gt;index.php&quot;&gt;
10128 &lt;p&gt;
10129 &lt;input type=&quot;hidden&quot; name=&quot;action&quot; value=&quot;skinieimport&quot; /&gt;
10130 &lt;%ticket%&gt;
10131 &lt;input type=&quot;hidden&quot; name=&quot;mode&quot; value=&quot;file&quot; /&gt;
10132 &lt;select name=&quot;skinfile&quot; id=&quot;skinie_import_local&quot;&gt;
10133 &lt;%selectlocalskinfiles%&gt;
10134 &lt;/select&gt;
10135 &lt;input type=&quot;submit&quot; value=&quot;&lt;%text(_SKINIE_BTN_IMPORT)%&gt;&quot; /&gt;
10136 &lt;/p&gt;
10137 &lt;/form&gt;&lt;%else%&gt;&lt;%text(_SKINIE_NOCANDIDATES)%&gt;&lt;%endif%&gt;
10138 &lt;/p&gt;
10139 &lt;p&gt;&lt;em&gt;&lt;%text(_OR)%&gt;&lt;/em&gt;&lt;/p&gt;
10140 &lt;form method=&quot;post&quot; action=&quot;&lt;%adminurl%&gt;index.php&quot;&gt;
10141 &lt;p&gt;
10142 &lt;%ticket%&gt;
10143 &lt;input type=&quot;hidden&quot; name=&quot;action&quot; value=&quot;skinieimport&quot; /&gt;
10144 &lt;input type=&quot;hidden&quot; name=&quot;mode&quot; value=&quot;url&quot; /&gt;
10145 &lt;label for=&quot;skinie_import_url&quot;&gt;&lt;%text(_SKINIE_FROMURL)%&gt;&lt;/label&gt;
10146 &lt;input type=&quot;text&quot; name=&quot;skinfile&quot; id=&quot;skinie_import_url&quot; size=&quot;60&quot; value=&quot;http://&quot; /&gt;
10147 &lt;input type=&quot;submit&quot; value=&quot;&lt;%text(_SKINIE_BTN_IMPORT)%&gt;&quot; /&gt;
10148 &lt;/p&gt;
10149 &lt;/form&gt;
10150 &lt;h2&gt;&lt;%text(_SKINIE_TITLE_EXPORT)%&gt;&lt;/h2&gt;
10151 &lt;form method=&quot;post&quot; action=&quot;&lt;%adminurl%&gt;index.php&quot;&gt;
10152 &lt;div&gt;
10153 &lt;input type=&quot;hidden&quot; name=&quot;action&quot; value=&quot;skinieexport&quot; /&gt;
10154 &lt;%ticket%&gt;
10155 &lt;p&gt;&lt;%text(_SKINIE_EXPORT_INTRO)%&gt;&lt;/p&gt;
10156 &lt;table&gt;
10157 &lt;tr&gt;
10158 &lt;th colspan=&quot;2&quot;&gt;&lt;%text(_SKINIE_EXPORT_SKINS)%&gt;&lt;/th&gt;
10159 &lt;/tr&gt;
10160 &lt;tr&gt;
10161 &lt;%skinielist(skin,admin/default)%&gt;
10162 &lt;th colspan=&quot;2&quot;&gt;&lt;%text(_SKINIE_EXPORT_TEMPLATES)%&gt;&lt;/th&gt;
10163 &lt;/tr&gt;
10164 &lt;tr&gt;
10165 &lt;%skinielist(template,admin/default)%&gt;
10166 &lt;th colspan=&quot;2&quot;&gt;&lt;%text(_SKINIE_EXPORT_EXTRA)%&gt;&lt;/th&gt;
10167 &lt;/tr&gt;
10168 &lt;tr&gt;
10169 &lt;td colspan=&quot;2&quot;&gt;&lt;textarea cols=&quot;40&quot; rows=&quot;5&quot; name=&quot;info&quot;&gt;&lt;/textarea&gt;&lt;/td&gt;
10170 &lt;/tr&gt;
10171 &lt;tr&gt;
10172 &lt;th colspan=&quot;2&quot;&gt;&lt;%text(_SKINIE_TITLE_EXPORT)%&gt;&lt;/th&gt;
10173 &lt;/tr&gt;
10174 &lt;tr&gt;
10175 &lt;td colspan=&quot;2&quot;&gt;&lt;input type=&quot;submit&quot; value=&quot;&lt;%text(_SKINIE_BTN_EXPORT)%&gt;&quot; /&gt;&lt;/td&gt;
10176 &lt;/tr&gt;
10177 &lt;/table&gt;
10178 &lt;/div&gt;
10179 &lt;/form&gt;&lt;%pagefoot%&gt;
10180
10181 </pre>
10182 </div><div class="page">
10183 <a name="skinpartskinoverview" id="skinpartskinoverview"></a>
10184 <h1>Admin skins: skinoverview</h1>
10185 <p>
10186 This skinpart is used to skinoverview.
10187 </p>
10188 <p>
10189 Very basic buildup for a [Edit Skins]page page.
10190 </p>
10191 <pre>
10192
10193         &lt;%pagehead%&gt;
10194         &lt;p&gt;&lt;a href=&quot;&lt;%adminurl%&gt;index.php?action=manage&quot;&gt;(&lt;%text(_BACKTOMANAGE)%&gt;)&lt;/a&gt;&lt;/p&gt;
10195         
10196         &lt;h2&gt;&lt;%text(_SKIN_EDIT_TITLE)%&gt;&lt;/h2&gt;
10197         
10198         &lt;h3&gt;&lt;%text(_SKIN_AVAILABLE_TITLE)%&gt;&lt;/h3&gt;
10199         &lt;%skinoverview(admin/default)%&gt;
10200         
10201         &lt;h3&gt;&lt;%text(_SKIN_NEW_TITLE)%&gt;&lt;/h3&gt;
10202         &lt;form method=&quot;post&quot; action=&quot;&lt;%adminurl%&gt;index.php&quot;&gt;
10203         &lt;p&gt;
10204         &lt;input name=&quot;action&quot; value=&quot;skinnew&quot; type=&quot;hidden&quot; /&gt;
10205         &lt;%ticket%&gt;
10206         &lt;table frame=&quot;box&quot; rules=&quot;all&quot; sumamry=&quot;&lt;%text(_SKIN_NEW_TITLE)%&gt;&quot;&gt;
10207         &lt;tr&gt;
10208         &lt;td&gt;&lt;%text(_SKIN_NAME)%&gt; &lt;%helplink(shortnames)%&gt;&lt;/td&gt;
10209         &lt;td&gt;&lt;input name=&quot;name&quot; tabindex=&quot;10010&quot; maxlength=&quot;20&quot; size=&quot;20&quot; /&gt;&lt;/td&gt;
10210         &lt;/tr&gt;
10211         &lt;tr&gt;
10212         &lt;td&gt;&lt;%text(_SKIN_DESC)%&gt;&lt;/td&gt;
10213         &lt;td&gt;&lt;input name=&quot;desc&quot; tabindex=&quot;10020&quot; maxlength=&quot;200&quot; size=&quot;50&quot; /&gt;&lt;/td&gt;
10214         &lt;/tr&gt;
10215         &lt;tr&gt;
10216         &lt;td&gt;&lt;%text(_SKIN_CREATE)%&gt;&lt;/td&gt;
10217         &lt;td&gt;&lt;input type=&quot;submit&quot; tabindex=&quot;10030&quot; value=&quot;&lt;%text(_SKIN_CREATE_BTN)%&gt;&quot; onclick=&quot;return checkSubmit();&quot; /&gt;&lt;/td&gt;
10218         &lt;/tr&gt;
10219         &lt;/table&gt;
10220         &lt;/p&gt;
10221         &lt;/form&gt;
10222         &lt;%pagefoot%&gt;
10223
10224 </pre>
10225 </div><div class="page">
10226 <a name="skinpartskinremovetype" id="skinpartskinremovetype"></a>
10227 <h1>Admin skins: skinremovetype</h1>
10228 <p>
10229 This skinpart is used to skinremovetype.
10230 </p>
10231 <p>
10232 Very basic buildup for a [Do you really want to delete this special skin part?]page page.
10233 </p>
10234 <pre>
10235
10236 &lt;%pagehead%&gt;
10237 &lt;h2&gt;&lt;%text(_DELETE_CONFIRM)%&gt;&lt;/h2&gt;
10238 &lt;p&gt;&lt;%text(_CONFIRMTXT_SKIN_PARTS_SPECIAL)%&gt;&lt;br /&gt;
10239 &lt;b&gt;&lt;%editskintype(skintype)%&gt; (&lt;%editskintype(name)%&gt;)&lt;/b&gt; (&lt;%editskintype(desc)%&gt;)&lt;/p&gt;
10240 &lt;form method=&quot;post&quot; action=&quot;&lt;%adminurl%&gt;index.php&quot;&gt;
10241 &lt;div&gt;
10242 &lt;input type=&quot;hidden&quot; name=&quot;action&quot; value=&quot;skinremovetypeconfirm&quot; /&gt;
10243 &lt;%ticket%&gt;
10244 &lt;input type=&quot;hidden&quot; name=&quot;skinid&quot; value=&quot;&lt;%editskintype(id)%&gt;&quot; /&gt;
10245 &lt;input type=&quot;hidden&quot; name=&quot;type&quot; value=&quot;&lt;%editskintype(skintype)%&gt;&quot; /&gt;
10246 &lt;input type=&quot;submit&quot; tabindex=&quot;10&quot; value=&quot;&lt;%text(_DELETE_CONFIRM_BTN)%&gt;&quot; /&gt;
10247 &lt;/div&gt;
10248 &lt;/form&gt;&lt;%pagefoot%&gt;
10249
10250 </pre>
10251 </div><div class="page">
10252 <a name="skinpartsystemoverview" id="skinpartsystemoverview"></a>
10253 <h1>Admin skins: systemoverview</h1>
10254 <p>
10255 This skinpart is used to systemoverview.
10256 </p>
10257 <p>
10258 Very basic buildup for a [System Overview]page page.
10259 </p>
10260 <pre>
10261
10262 &lt;%pagehead%&gt;
10263 &lt;h2&gt;&lt;%text(_ADMIN_SYSTEMOVERVIEW_HEADING)%&gt;&lt;/h2&gt;
10264 &lt;%if(superadmin)%&gt;
10265 &lt;h3&gt;&lt;%text(_ADMIN_SYSTEMOVERVIEW_PHPANDMYSQL)%&gt;&lt;/h3&gt;
10266 &lt;table summary=&quot;Version of PHP MySQL&quot;&gt;
10267 &lt;tr&gt;
10268 &lt;th colspan=&quot;2&quot;&gt;&lt;%text(_ADMIN_SYSTEMOVERVIEW_VERSIONS)%&gt;&lt;/th&gt;
10269 &lt;/tr&gt;
10270 &lt;tr&gt;
10271 &lt;td width=&quot;50%&quot;&gt;&lt;%text(_ADMIN_SYSTEMOVERVIEW_PHPVERSION)%&gt;&lt;/td&gt;
10272 &lt;td&gt;&lt;%systemsettings(phpversion)%&gt;&lt;/td&gt;
10273 &lt;/tr&gt;
10274 &lt;tr&gt;
10275 &lt;td&gt;&lt;%text(_ADMIN_SYSTEMOVERVIEW_MYSQLVERSION)%&gt;&lt;/td&gt;
10276 &lt;td&gt;&lt;%systemsettings(sqlserverinfo)%&gt; (&lt;%systemsettings(sqlclientinfo)%&gt;)&lt;/td&gt;
10277 &lt;/tr&gt;
10278 &lt;/table&gt;
10279 &lt;table summary=&quot;Important PHP settings&quot;&gt;
10280 &lt;tr&gt;
10281 &lt;th colspan=&quot;2&quot;&gt;&lt;%text(_ADMIN_SYSTEMOVERVIEW_SETTINGS)%&gt;&lt;/th&gt;
10282 &lt;/tr&gt;
10283 &lt;tr&gt;
10284 &lt;td width=&quot;50%&quot;&gt;magic_quotes_gpc&lt;/td&gt;
10285 &lt;td&gt;&lt;%systemsettings(magicquotesgpc)%&gt;&lt;/td&gt;
10286 &lt;/tr&gt;
10287 &lt;tr&gt;
10288 &lt;td width=&quot;50%&quot;&gt;magic_quotes_runtime&lt;/td&gt;
10289 &lt;td&gt;&lt;%systemsettings(magicquotesruntime)%&gt;&lt;/td&gt;
10290 &lt;/tr&gt;
10291 &lt;tr&gt;
10292 &lt;td width=&quot;50%&quot;&gt;register_globals&lt;/td&gt;
10293 &lt;td&gt;&lt;%systemsettings(registerglobals)%&gt;&lt;/td&gt;
10294 &lt;/tr&gt;
10295 &lt;/table&gt;
10296 &lt;table summary=&quot;Information about GD library&quot;&gt;
10297 &lt;tr&gt;
10298 &lt;th colspan=&quot;2&quot;&gt;&lt;%text(_ADMIN_SYSTEMOVERVIEW_GDLIBRALY)%&gt;&lt;/th&gt;
10299 &lt;/tr&gt;
10300 &lt;%systemsettings(gdinfo)%&gt;
10301 &lt;/table&gt;
10302 &lt;table summary=&quot;special modules are loaded&quot;&gt;
10303 &lt;tr&gt;
10304 &lt;th colspan=&quot;2&quot;&gt;&lt;%text(_ADMIN_SYSTEMOVERVIEW_MODULES)%&gt;&lt;/th&gt;
10305 &lt;/tr&gt;
10306 &lt;tr&gt;
10307 &lt;td width=&quot;50%&quot;&gt;mod_rewrite&lt;/td&gt;
10308 &lt;td&gt;&lt;%systemsettings(modrewrite)%&gt;&lt;/td&gt;
10309 &lt;/tr&gt;
10310 &lt;/table&gt;
10311
10312 &lt;h3&gt;&lt;%text(_ADMIN_SYSTEMOVERVIEW_NUCLEUSSYSTEM)%&gt;&lt;/h3&gt;
10313 &lt;table summary=&quot;Information about the used Nucleus CMS&quot;&gt;
10314 &lt;tr&gt;
10315 &lt;th colspan=&quot;2&quot;&gt;Nucleus CMS&lt;/th&gt;
10316 &lt;/tr&gt;
10317 &lt;tr&gt;
10318 &lt;td width=&quot;50%&quot;&gt;&lt;%text(_ADMIN_SYSTEMOVERVIEW_NUCLEUSVERSION)%&gt;&lt;/td&gt;
10319 &lt;td&gt;&lt;%systemsettings(nucleusversion)%&gt;&lt;/td&gt;
10320 &lt;/tr&gt;
10321 &lt;tr&gt;
10322 &lt;td width=&quot;50%&quot;&gt;&lt;%text(_ADMIN_SYSTEMOVERVIEW_NUCLEUSPATCHLEVEL)%&gt;&lt;/td&gt;
10323 &lt;td&gt;&lt;%systemsettings(nucleuspatchlevel)%&gt;&lt;/td&gt;
10324 &lt;/tr&gt;
10325 &lt;/table&gt;
10326 &lt;table summary=&quot;Important settings of the installation&quot;&gt;
10327 &lt;tr&gt;
10328 &lt;th colspan=&quot;2&quot;&gt;&lt;%text(_ADMIN_SYSTEMOVERVIEW_NUCLEUSSETTINGS)%&gt;&lt;/th&gt;
10329 &lt;/tr&gt;
10330 &lt;tr&gt;
10331 &lt;td width=&quot;50%&quot;&gt;$CONF['Self']&lt;/td&gt;
10332 &lt;td&gt;&lt;%systemsettings(confself)%&gt;&lt;/td&gt;
10333 &lt;/tr&gt;
10334 &lt;tr&gt;
10335 &lt;td width=&quot;50%&quot;&gt;$CONF['ItemURL']&lt;/td&gt;
10336 &lt;td&gt;&lt;%systemsettings(confitemurl)%&gt;&lt;/td&gt;
10337 &lt;/tr&gt;
10338 &lt;tr&gt;
10339 &lt;td width=&quot;50%&quot;&gt;$CONF['alertOnHeadersSent']&lt;/td&gt;
10340 &lt;td&gt;&lt;%systemsettings(alertonheaderssent)%&gt;&lt;/td&gt;
10341 &lt;/tr&gt;
10342 &lt;/table&gt;
10343
10344 &lt;h3&gt;&lt;%text(_ADMIN_SYSTEMOVERVIEW_VERSIONCHECK)%&gt;&lt;/h3&gt;
10345 &lt;!-- Link to the online version test at the Nucleus CMS website --&gt;
10346 &lt;%text(_ADMIN_SYSTEMOVERVIEW_VERSIONCHECK_TXT)%&gt;
10347 &lt;a href=&quot;&lt;%systemsettings(versioncheckurl)%&gt;&quot; title=&quot;&lt;%text(_ADMIN_SYSTEMOVERVIEW_VERSIONCHECK_TITLE)%&gt;&quot;&gt;
10348 Nucleus CMS &lt;%systemsettings(nucleusversion)%&gt; &lt;%systemsettings(nucleuscodename)%&gt;
10349 &lt;/a&gt;&lt;br /&gt;
10350 &lt;%else%&gt;
10351 &lt;%text(_ADMIN_SYSTEMOVERVIEW_NOT_ADMIN)%&gt;
10352 &lt;%endif%&gt;
10353 &lt;%pagefoot%&gt;
10354
10355 </pre>
10356 </div><div class="page">
10357 <a name="skinpartteamdelete" id="skinpartteamdelete"></a>
10358 <h1>Admin skins: teamdelete</h1>
10359 <p>
10360 This skinpart is used to teamdelete.
10361 </p>
10362 <p>
10363 Very basic buildup for a [You're about to delete  from the teamlist for blog ]page page.
10364 </p>
10365 <pre>
10366
10367 &lt;%pagehead%&gt;
10368 &lt;h2&gt;&lt;%text(_DELETE_CONFIRM)%&gt;&lt;/h2&gt;
10369 &lt;p&gt;
10370 &lt;%text(_CONFIRMTXT_TEAM1)%&gt;
10371 &lt;b&gt;
10372 &lt;%editmember(displayname)%&gt;
10373 &lt;/b&gt;
10374 &lt;%text(_CONFIRMTXT_TEAM2)%&gt;
10375 &lt;b&gt;
10376 &lt;%blogsetting(name)%&gt;
10377 &lt;/b&gt;
10378 &lt;/p&gt;
10379 &lt;form method=&quot;post&quot; action=&quot;&lt;%adminurl%&gt;index.php&quot;&gt;
10380 &lt;div&gt;
10381 &lt;input type=&quot;hidden&quot; name=&quot;action&quot; value=&quot;teamdeleteconfirm&quot; /&gt;
10382 &lt;%ticket%&gt;
10383 &lt;input type=&quot;hidden&quot; name=&quot;memberid&quot; value=&quot;&lt;%editmember(id)%&gt;&quot; /&gt;
10384 &lt;input type=&quot;hidden&quot; name=&quot;blogid&quot; value=&quot;&lt;%requestblogid%&gt;&quot; /&gt;
10385 &lt;input type=&quot;submit&quot; tabindex=&quot;10&quot; value=&quot;&lt;%text(_DELETE_CONFIRM_BTN)%&gt;&quot; /&gt;
10386 &lt;/div&gt;&lt;/form&gt;&lt;%pagefoot%&gt;
10387
10388 </pre>
10389 </div><div class="page">
10390 <a name="skinparttemplatedelete" id="skinparttemplatedelete"></a>
10391 <h1>Admin skins: templatedelete</h1>
10392 <p>
10393 This skinpart is used to templatedelete.
10394 </p>
10395 <p>
10396 Very basic buildup for a [You're about to delete the template named ]page page.
10397 </p>
10398 <pre>
10399
10400 &lt;%pagehead%&gt;
10401 &lt;h2&gt;&lt;%text(_DELETE_CONFIRM)%&gt;&lt;/h2&gt;
10402 &lt;p&gt;&lt;%text(_CONFIRMTXT_TEMPLATE)%&gt;&lt;b&gt;&lt;%edittemplateinfo(name)%&gt;&lt;/b&gt; (&lt;%edittemplateinfo(desc)%&gt;)&lt;/p&gt;
10403 &lt;form method=&quot;post&quot; action=&quot;&lt;%adminurl%&gt;index.php&quot;&gt;
10404 &lt;div&gt;
10405 &lt;input type=&quot;hidden&quot; name=&quot;action&quot; value=&quot;templatedeleteconfirm&quot; /&gt;
10406 &lt;%ticket%&gt;
10407 &lt;input type=&quot;hidden&quot; name=&quot;templateid&quot; value=&quot;&lt;%edittemplateinfo(id)%&gt;&quot; /&gt;
10408 &lt;input type=&quot;submit&quot; tabindex=&quot;10&quot; value=&quot;&lt;%text(_DELETE_CONFIRM_BTN)%&gt;&quot; /&gt;
10409 &lt;/div&gt;
10410 &lt;/form&gt;&lt;%pagefoot%&gt;
10411
10412 </pre>
10413 </div><div class="page">
10414 <a name="skinparttemplateedit" id="skinparttemplateedit"></a>
10415 <h1>Admin skins: templateedit</h1>
10416 <p>
10417 This skinpart is used to templateedit.
10418 </p>
10419 <p>
10420 Very basic buildup for a [Edit Template]page page.
10421 </p>
10422 <pre>
10423
10424         &lt;%pagehead%&gt;
10425         &lt;p&gt;&lt;a href=&quot;&lt;%adminurl%&gt;index.php?action=templateoverview&quot;&gt;(&lt;%text(_TEMPLATE_BACK)%&gt;)&lt;/a&gt;&lt;/p&gt;
10426         
10427         &lt;h2&gt;&lt;%text(_TEMPLATE_EDIT_TITLE)%&gt; '&lt;%edittemplateinfo(name)%&gt;'&lt;/h2&gt;
10428         &lt;%headmessage%&gt;
10429         
10430         &lt;p&gt;&lt;%text(_TEMPLATE_EDIT_MSG)%&gt;&lt;/p&gt;
10431         
10432         &lt;form method=&quot;post&quot; action=&quot;&lt;%adminurl%&gt;index.php&quot;&gt;
10433         
10434         &lt;p&gt;
10435         &lt;input type=&quot;hidden&quot; name=&quot;action&quot; value=&quot;templateupdate&quot; /&gt;
10436         &lt;%ticket%&gt;
10437         &lt;input type=&quot;hidden&quot; name=&quot;templateid&quot; value=&quot;&lt;%edittemplateinfo(id)%&gt;&quot; /&gt;
10438         &lt;/p&gt;
10439         
10440         &lt;table frame=&quot;box&quot; rules=&quot;all&quot; summary=&quot;&lt;%text(_TEMPLATE_EDIT_TITLE)%&gt;&quot;&gt;
10441         &lt;tr&gt;
10442         &lt;th colspan=&quot;2&quot;&gt;&lt;%text(_TEMPLATE_SETTINGS)%&gt;&lt;/th&gt;
10443         &lt;/tr&gt;
10444         &lt;tr&gt;
10445         &lt;td&gt;&lt;%text(_TEMPLATE_NAME)%&gt; &lt;%helplink(shortnames)%&gt;&lt;/td&gt;
10446         &lt;td&gt;&lt;input name=&quot;tname&quot; tabindex=&quot;4&quot; size=&quot;20&quot; maxlength=&quot;20&quot; value=&quot;&lt;%edittemplateinfo(name)%&gt;&quot; /&gt;&lt;/td&gt;
10447         &lt;/tr&gt;
10448         &lt;tr&gt;
10449         &lt;td&gt;&lt;%text(_TEMPLATE_DESC)%&gt;&lt;/td&gt;
10450         &lt;td&gt;&lt;input name=&quot;tdesc&quot; tabindex=&quot;5&quot; size=&quot;50&quot; maxlength=&quot;200&quot; value=&quot;&lt;%edittemplateinfo(desc)%&gt;&quot; /&gt;&lt;/td&gt;
10451         &lt;/tr&gt;
10452         &lt;tr&gt;
10453         &lt;th colspan=&quot;2&quot;&gt;&lt;%text(_TEMPLATE_UPDATE)%&gt;&lt;/th&gt;
10454         &lt;/tr&gt;
10455         &lt;tr&gt;
10456         &lt;td&gt;&lt;%text(_TEMPLATE_UPDATE)%&gt;&lt;/td&gt;
10457         &lt;td&gt;
10458         &lt;input type=&quot;submit&quot; tabindex=&quot;6&quot; value=&quot;&lt;%text(_TEMPLATE_UPDATE_BTN)%&gt;&quot; onclick=&quot;return checkSubmit();&quot; /&gt;
10459         &lt;input type=&quot;reset&quot; tabindex=&quot;7&quot; value=&quot;&lt;%text(_TEMPLATE_RESET_BTN)%&gt;&quot; /&gt;
10460         &lt;/td&gt;
10461         &lt;/tr&gt;
10462         &lt;tr&gt;
10463         &lt;th colspan=&quot;2&quot;&gt;
10464         &lt;%text(_TEMPLATE_ITEMS)%&gt; &lt;%helplink(templateitems)%&gt;&lt;/th&gt;
10465         &lt;%edittemplateinfo(row,_TEMPLATE_ITEMHEADER,ITEM_HEADER,,8)%&gt;
10466         &lt;%edittemplateinfo(row,_TEMPLATE_ITEMBODY,ITEM,,9,1)%&gt;
10467         &lt;%edittemplateinfo(row,_TEMPLATE_ITEMFOOTER,ITEM_FOOTER,,10)%&gt;
10468         &lt;%edittemplateinfo(row,_TEMPLATE_MORELINK,MORELINK,morelink, 20)%&gt;
10469         &lt;%edittemplateinfo(row,_TEMPLATE_EDITLINK, EDITLINK, editlink, 25)%&gt;
10470         &lt;%edittemplateinfo(row,_TEMPLATE_NEW, NEW, new, 30)%&gt;
10471         &lt;/tr&gt;
10472         &lt;tr&gt;
10473         &lt;th colspan=&quot;2&quot;&gt;
10474         &lt;%text(_TEMPLATE_COMMENTS_ANY)%&gt; &lt;%helplink(templatecomments)%&gt;&lt;/th&gt;
10475         &lt;%edittemplateinfo(row,_TEMPLATE_CHEADER, COMMENTS_HEADER, commentheaders, 40)%&gt;
10476         &lt;%edittemplateinfo(row,_TEMPLATE_CBODY, COMMENTS_BODY, commentbody, 50, 1)%&gt;
10477         &lt;%edittemplateinfo(row,_TEMPLATE_CFOOTER, COMMENTS_FOOTER, commentheaders, 60)%&gt;
10478         &lt;%edittemplateinfo(row,_TEMPLATE_CONE, COMMENTS_ONE, commentwords, 70)%&gt;
10479         &lt;%edittemplateinfo(row,_TEMPLATE_CMANY, COMMENTS_MANY, commentwords, 80)%&gt;
10480         &lt;%edittemplateinfo(row,_TEMPLATE_CMORE, COMMENTS_CONTINUED, commentcontinued, 90)%&gt;
10481         &lt;%edittemplateinfo(row,_TEMPLATE_CMEXTRA, COMMENTS_AUTH, memberextra, 100)%&gt;
10482         &lt;/tr&gt;
10483         &lt;tr&gt;
10484         &lt;th colspan=&quot;2&quot;&gt;
10485         &lt;%text(_TEMPLATE_COMMENTS_NONE)%&gt; &lt;%helplink(templatecomments)%&gt;&lt;/th&gt;
10486         &lt;%edittemplateinfo(row,_TEMPLATE_CNONE, COMMENTS_NONE, , 110)%&gt;
10487         &lt;/tr&gt;
10488         &lt;tr&gt;
10489         &lt;th colspan=&quot;2&quot;&gt;
10490         &lt;%text(_TEMPLATE_COMMENTS_TOOMUCH)%&gt; &lt;%helplink(templatecomments)%&gt;&lt;/th&gt;
10491         &lt;%edittemplateinfo(row,_TEMPLATE_CTOOMUCH, COMMENTS_TOOMUCH, , 120)%&gt;
10492         &lt;/tr&gt;
10493         &lt;tr&gt;
10494         &lt;th colspan=&quot;2&quot;&gt;
10495         &lt;%text(_TEMPLATE_ARCHIVELIST)%&gt; &lt;%helplink(templatearchivelists)%&gt;&lt;/th&gt;
10496         &lt;%edittemplateinfo(row,_TEMPLATE_AHEADER, ARCHIVELIST_HEADER, , 130)%&gt;
10497         &lt;%edittemplateinfo(row,_TEMPLATE_AITEM, ARCHIVELIST_LISTITEM, , 140)%&gt;
10498         &lt;%edittemplateinfo(row,_TEMPLATE_AFOOTER, ARCHIVELIST_FOOTER, , 150)%&gt;
10499         &lt;/tr&gt;
10500         &lt;tr&gt;
10501         &lt;th colspan=&quot;2&quot;&gt;
10502         &lt;%text(_TEMPLATE_BLOGLIST)%&gt; &lt;%helplink(templatebloglists)%&gt;&lt;/th&gt;
10503         &lt;%edittemplateinfo(row,_TEMPLATE_BLOGHEADER, BLOGLIST_HEADER, , 160)%&gt;
10504         &lt;%edittemplateinfo(row,_TEMPLATE_BLOGITEM, BLOGLIST_LISTITEM, , 170)%&gt;
10505         &lt;%edittemplateinfo(row,_TEMPLATE_BLOGFOOTER, BLOGLIST_FOOTER, , 180)%&gt;
10506         &lt;/tr&gt;
10507         &lt;tr&gt;
10508         &lt;th colspan=&quot;2&quot;&gt;
10509         &lt;%text(_TEMPLATE_CATEGORYLIST)%&gt; &lt;%helplink(templatecategorylists)%&gt;&lt;/th&gt;
10510         &lt;%edittemplateinfo(row,_TEMPLATE_CATHEADER, CATLIST_HEADER, , 190)%&gt;
10511         &lt;%edittemplateinfo(row,_TEMPLATE_CATITEM, CATLIST_LISTITEM, , 200)%&gt;
10512         &lt;%edittemplateinfo(row,_TEMPLATE_CATFOOTER, CATLIST_FOOTER, , 210)%&gt;
10513         &lt;/tr&gt;
10514         &lt;tr&gt;
10515         &lt;th colspan=&quot;2&quot;&gt;
10516         &lt;%text(_TEMPLATE_DATETIME)%&gt;&lt;/th&gt;
10517         &lt;%edittemplateinfo(row,_TEMPLATE_DHEADER, DATE_HEADER, dateheads, 220)%&gt;
10518         &lt;%edittemplateinfo(row,_TEMPLATE_DFOOTER, DATE_FOOTER, dateheads, 230)%&gt;
10519         &lt;%edittemplateinfo(row,_TEMPLATE_DFORMAT, FORMAT_DATE, datetime, 240)%&gt;
10520         &lt;%edittemplateinfo(row,_TEMPLATE_TFORMAT, FORMAT_TIME, datetime, 250)%&gt;
10521         &lt;%edittemplateinfo(row,_TEMPLATE_LOCALE, LOCALE, locale, 260)%&gt;
10522         &lt;/tr&gt;
10523         &lt;tr&gt;
10524         &lt;th colspan=&quot;2&quot;&gt;
10525         &lt;%text(_TEMPLATE_IMAGE)%&gt; &lt;%helplink(templatepopups)%&gt;&lt;/th&gt;
10526         &lt;%edittemplateinfo(row,_TEMPLATE_PCODE, POPUP_CODE, , 270)%&gt;
10527         &lt;%edittemplateinfo(row,_TEMPLATE_ICODE, IMAGE_CODE, , 280)%&gt;
10528         &lt;%edittemplateinfo(row,_TEMPLATE_MCODE, MEDIA_CODE, , 290)%&gt;
10529         &lt;/tr&gt;
10530         &lt;tr&gt;
10531         &lt;th colspan=&quot;2&quot;&gt;
10532         &lt;%text(_TEMPLATE_SEARCH)%&gt;&lt;/th&gt;
10533         &lt;%edittemplateinfo(row,_TEMPLATE_SHIGHLIGHT, SEARCH_HIGHLIGHT, highlight,300)%&gt;
10534         &lt;%edittemplateinfo(row,_TEMPLATE_SNOTFOUND, SEARCH_NOTHINGFOUND, nothingfound,310)%&gt;
10535         &lt;/tr&gt;
10536         &lt;tr&gt;
10537         &lt;th colspan=&quot;2&quot;&gt;
10538         &lt;%text(_TEMPLATE_PLUGIN_FIELDS)%&gt;&lt;/th&gt;
10539         &lt;%edittemplateinfo(extratemplate,admin/default)%&gt;
10540         &lt;/tr&gt;
10541         &lt;tr&gt;
10542         &lt;th colspan=&quot;2&quot;&gt;
10543         &lt;%text(_TEMPLATE_UPDATE)%&gt;&lt;/th&gt;
10544         &lt;/tr&gt;
10545         &lt;tr&gt;
10546         &lt;td&gt;&lt;%text(_TEMPLATE_UPDATE)%&gt;&lt;/td&gt;
10547         &lt;td&gt;
10548         &lt;input type=&quot;submit&quot; tabindex=&quot;800&quot; value=&quot;&lt;%text(_TEMPLATE_UPDATE_BTN)%&gt;&quot; onclick=&quot;return checkSubmit();&quot; /&gt;
10549         &lt;input type=&quot;reset&quot; tabindex=&quot;810&quot; value=&quot;&lt;%text(_TEMPLATE_RESET_BTN)%&gt;&quot; /&gt;
10550         &lt;/td&gt;
10551         &lt;/tr&gt;
10552         &lt;/table&gt;
10553         &lt;/form&gt;
10554         &lt;%pagefoot%&gt;
10555
10556 </pre>
10557 </div><div class="page">
10558 <a name="skinparttemplateoverview" id="skinparttemplateoverview"></a>
10559 <h1>Admin skins: templateoverview</h1>
10560 <p>
10561 This skinpart is used to templateoverview.
10562 </p>
10563 <p>
10564 Very basic buildup for a [Template overview]page page.
10565 </p>
10566 <pre>
10567
10568         &lt;%pagehead%&gt;
10569         &lt;p&gt;&lt;a href=&quot;&lt;%adminurl%&gt;index.php?action=manage&quot;&gt;(&lt;%text(_BACKTOMANAGE)%&gt;)&lt;/a&gt;&lt;/p&gt;
10570         &lt;h2&gt;&lt;%text(_TEMPLATE_TITLE)%&gt;&lt;/h2&gt;
10571         
10572         &lt;h3&gt;&lt;%text(_TEMPLATE_AVAILABLE_TITLE)%&gt;&lt;/h3&gt;
10573         &lt;%templateoverview(admin/default)%&gt;
10574         
10575         &lt;h3&gt;&lt;%text(_TEMPLATE_NEW_TITLE)%&gt;&lt;/h3&gt;
10576         &lt;form method=&quot;post&quot; action=&quot;&lt;%adminurl%&gt;index.php&quot;&gt;
10577         &lt;p&gt;
10578         &lt;input name=&quot;action&quot; value=&quot;templatenew&quot; type=&quot;hidden&quot; /&gt;
10579         &lt;%ticket%&gt;
10580         &lt;table frame=&quot;box&quot; rules=&quot;all&quot; summary=&quot;&lt;%text(_TEMPLATE_NEW_TITLE)%&gt;&quot;&gt;
10581         &lt;tr&gt;
10582         &lt;td&gt;&lt;%text(_TEMPLATE_NAME)%&gt; &lt;%helplink(shortnames)%&gt;&lt;/td&gt;
10583         &lt;td&gt;&lt;input name=&quot;name&quot; tabindex=&quot;10010&quot; maxlength=&quot;20&quot; size=&quot;20&quot; /&gt;&lt;/td&gt;
10584         &lt;/tr&gt;
10585         &lt;tr&gt;
10586         &lt;td&gt;&lt;%text(_TEMPLATE_DESC)%&gt;&lt;/td&gt;
10587         &lt;td&gt;&lt;input name=&quot;desc&quot; tabindex=&quot;10020&quot; maxlength=&quot;200&quot; size=&quot;50&quot; /&gt;&lt;/td&gt;
10588         &lt;/tr&gt;
10589         &lt;tr&gt;
10590         &lt;td&gt;&lt;%text(_TEMPLATE_CREATE)%&gt;&lt;/td&gt;
10591         &lt;td&gt;&lt;input type=&quot;submit&quot; tabindex=&quot;10030&quot; value=&quot;&lt;%text(_TEMPLATE_CREATE_BTN)%&gt;&quot; onclick=&quot;return checkSubmit();&quot; /&gt;&lt;/td&gt;
10592         &lt;/tr&gt;
10593         &lt;/table&gt;
10594         &lt;/p&gt;
10595         &lt;/form&gt;
10596         &lt;%pagefoot%&gt;
10597
10598 </pre>
10599 </div><div class="page">
10600 <a name="skinpartusermanagement" id="skinpartusermanagement"></a>
10601 <h1>Admin skins: usermanagement</h1>
10602 <p>
10603 This skinpart is used to usermanagement.
10604 </p>
10605 <p>
10606 Very basic buildup for a [Member Management]page page.
10607 </p>
10608 <pre>
10609
10610 &lt;%pagehead%&gt;
10611 &lt;p&gt;&lt;a href=&quot;&lt;%adminurl%&gt;index.php?action=manage&quot;&gt;(&lt;%text(_BACKTOMANAGE)%&gt;)&lt;/a&gt;&lt;/p&gt;
10612 &lt;h2&gt;&lt;%text(_MEMBERS_TITLE)%&gt;&lt;/h2&gt;
10613 &lt;h3&gt;&lt;%text(_MEMBERS_CURRENT)%&gt;&lt;/h3&gt;
10614 &lt;%editmemberlist(admin/default)%&gt;
10615 &lt;h3&gt;&lt;%text(_MEMBERS_NEW)%&gt;&lt;/h3&gt;
10616 &lt;form method=&quot;post&quot; action=&quot;&lt;%adminurl%&gt;index.php&quot; name=&quot;memberedit&quot;&gt;
10617 &lt;div&gt;
10618 &lt;input type=&quot;hidden&quot; name=&quot;action&quot; value=&quot;memberadd&quot; /&gt;
10619 &lt;%ticket%&gt;
10620 &lt;table&gt;&lt;tr&gt;
10621 &lt;th colspan=&quot;2&quot;&gt;&lt;%text(_MEMBERS_NEW)%&gt;&lt;/th&gt;
10622 &lt;/tr&gt;
10623 &lt;tr&gt;
10624 &lt;td&gt;
10625 &lt;%text(_MEMBERS_DISPLAY)%&gt; &lt;%helplink(shortnames)%&gt;
10626 &lt;br /&gt;&lt;small&gt;&lt;%text(_MEMBERS_DISPLAY_INFO)%&gt;&lt;/small&gt;
10627 &lt;/td&gt;
10628 &lt;td&gt;&lt;input tabindex=&quot;10010&quot; name=&quot;name&quot; size=&quot;32&quot; maxlength=&quot;32&quot; /&gt;&lt;/td&gt;
10629 &lt;/tr&gt;
10630 &lt;tr&gt;
10631 &lt;td&gt;&lt;%text(_MEMBERS_REALNAME)%&gt;&lt;/td&gt;
10632 &lt;td&gt;&lt;input name=&quot;realname&quot; tabindex=&quot;10020&quot; size=&quot;40&quot; maxlength=&quot;60&quot; /&gt;&lt;/td&gt;
10633 &lt;/tr&gt;
10634 &lt;tr&gt;
10635    &lt;td&gt;&lt;%text(_MEMBERS_PWD)%&gt;&lt;/td&gt;
10636 &lt;td&gt;&lt;input name=&quot;password&quot; tabindex=&quot;10030&quot; size=&quot;16&quot; maxlength=&quot;40&quot; type=&quot;password&quot; /&gt;&lt;/td&gt;
10637 &lt;/tr&gt;
10638 &lt;tr&gt;
10639 &lt;td&gt;&lt;%text(_MEMBERS_REPPWD)%&gt;&lt;/td&gt;
10640 &lt;td&gt;&lt;input name=&quot;repeatpassword&quot; tabindex=&quot;10035&quot; size=&quot;16&quot; maxlength=&quot;40&quot; type=&quot;password&quot; /&gt;&lt;/td&gt;
10641 &lt;/tr&gt;
10642 &lt;tr&gt;
10643 &lt;td&gt;&lt;%text(_MEMBERS_EMAIL)%&gt;&lt;/td&gt;
10644 &lt;td&gt;&lt;input name=&quot;email&quot; tabindex=&quot;10040&quot; size=&quot;40&quot; maxlength=&quot;60&quot; /&gt;&lt;/td&gt;
10645 &lt;/tr&gt;
10646 &lt;tr&gt;
10647 &lt;td&gt;&lt;%text(_MEMBERS_URL)%&gt;&lt;/td&gt;
10648 &lt;td&gt;&lt;input name=&quot;url&quot; tabindex=&quot;10050&quot; size=&quot;40&quot; maxlength=&quot;100&quot; /&gt;&lt;/td&gt;
10649 &lt;/tr&gt;
10650 &lt;tr&gt;
10651 &lt;td&gt;&lt;%text(_MEMBERS_SUPERADMIN)%&gt; &lt;%helplink(superadmin)%&gt;&lt;/td&gt;
10652 &lt;td&gt;&lt;%inputyesno(admin,1,10060)%&gt; &lt;/td&gt;
10653 &lt;/tr&gt;
10654 &lt;tr&gt;
10655 &lt;td&gt;&lt;%text(_MEMBERS_CANLOGIN)%&gt; &lt;%helplink(canlogin)%&gt;&lt;/td&gt;
10656 &lt;td&gt;&lt;%inputyesno(canlogin,1,10070)%&gt;&lt;/td&gt;
10657 &lt;/tr&gt;
10658 &lt;tr&gt;
10659 &lt;td&gt;&lt;%text(_MEMBERS_NOTES)%&gt;&lt;/td&gt;
10660 &lt;td&gt;&lt;input name=&quot;notes&quot; maxlength=&quot;100&quot; size=&quot;40&quot; tabindex=&quot;10080&quot; /&gt;&lt;/td&gt;
10661 &lt;/tr&gt;
10662 &lt;tr&gt;
10663 &lt;td&gt;&lt;%text(_MEMBERS_NEW)%&gt;&lt;/td&gt;
10664 &lt;td&gt;&lt;input type=&quot;submit&quot; value=&quot;&lt;%text(_MEMBERS_NEW_BTN)%&gt;&quot; tabindex=&quot;10090&quot; onclick=&quot;return checkSubmit();&quot; /&gt;&lt;/td&gt;
10665 &lt;/tr&gt;&lt;/table&gt;
10666 &lt;/div&gt;
10667 &lt;/form&gt;&lt;%pagefoot%&gt;
10668
10669 </pre>
10670 </div>
10671
10672 </body>
10673 </html>