OSDN Git Service

Merge branch 'skinnable-master' of sakamocchi@git.sourceforge.jp:/gitroot/nucleus...
[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-editadminskintype" name="adminskinvar-editadminskintype"></a>
5310 <h1>AdminSkinvar: editadminskintype</h1>
5311 <p>Information on skin(type) editing at present is output.</p>
5312 <h2>Arguments</h2>
5313 <p>name of skin type
5314 <ul>
5315         <li>id : skin ID</li>
5316         <li>name : skin Name</li>
5317         <li>desc : skin Description</li>
5318         <li>type : skin ContentType</li>
5319         <li>content : skin Content</li>
5320         <li>skintype : skin type friendly name</li>
5321         <li>skintyperaw : skin type</li>
5322         <li>prefix : skin include prefix</li>
5323         <li>mode : skin include mode</li>
5324 </ul>
5325 </p>
5326 <h2>Skintypes</h2>
5327 <p>
5328 adminskindelete
5329 adminskinedittype
5330 adminskinremovetype
5331 </p>
5332 <h2>Examples</h2>
5333 <pre>
5334 &lt;%editadminskintype(name)%&gt;
5335 </pre>
5336 </div>
5337
5338
5339 <div class="page">
5340 <a id="adminskinvar-editadminskin" name="adminskinvar-editadminskin"></a>
5341 <h1>AdminSkinvar: editadminskin</h1>
5342 <p>Information on skin editing at present is output.</p>
5343 <h2>Arguments</h2>
5344 <p>type of skin setting
5345 <ul>
5346         <li>id : skin ID</li>
5347         <li>name : skin Name</li>
5348         <li>desc : skin Description</li>
5349         <li>type : skin ContentType</li>
5350         <li>content : skin Content</li>
5351         <li>prefix : skin include prefix</li>
5352         <li>mode : radio button for select skin include mode</li>
5353 </ul>
5354 </p>
5355 <h2>Skintypes</h2>
5356 <p>
5357 adminskinedit
5358 </p>
5359 <h2>Examples</h2>
5360 <pre>
5361 &lt;%editadminskin(id)%&gt;
5362 </pre>
5363 </div>
5364
5365
5366 <div class="page">
5367 <a id="adminskinvar-defaultadminskintypes" name="adminskinvar-defaultadminskintypes"></a>
5368 <h1>AdminSkinvar: defaultadminskintypes</h1>
5369 <p>A list of the default types of the admin area skin is output.</p>
5370 <h2>Arguments</h2>
5371 <p>tabindex, template name</p>
5372 <h2>Skintypes</h2>
5373 <p>
5374 adminskinedit
5375 </p>
5376 <h2>Examples</h2>
5377 <pre>
5378 &lt;%defaultadminskintypes(10,admin/default)%&gt;
5379 </pre>
5380 </div>
5381
5382
5383 <div class="page">
5384 <a id="adminskinvar-adminspecialskinlist" name="adminskinvar-adminspecialskinlist"></a>
5385 <h1>AdminSkinvar: adminspecialskinlist</h1>
5386 <p>A list of the special types of the admin area skin is output.</p>
5387 <h2>Arguments</h2>
5388 <p>template name</p>
5389 <h2>Skintypes</h2>
5390 <p>
5391 adminskinedit
5392 </p>
5393 <h2>Examples</h2>
5394 <pre>
5395 &lt;%adminspecialskinlist(admin/default)%&gt;
5396 </pre>
5397 </div>
5398
5399
5400 <div class="page">
5401 <a id="adminskinvar-skintypehelp" name="adminskinvar-skintypehelp"></a>
5402 <h1>AdminSkinvar: skintypehelp</h1>
5403 <p>A link to help of the skin type which is being edited at present is output.</p>
5404 <h2>Arguments</h2>
5405 <p>None</p>
5406 <h2>Skintypes</h2>
5407 <p>
5408 adminskinedittype
5409 skinedittype
5410 </p>
5411 <h2>Examples</h2>
5412 <pre>
5413 &lt;%skintypehelp%&gt;
5414 </pre>
5415 </div>
5416
5417
5418 <div class="page">
5419 <a id="adminskinvar-allowedadminskinactions" name="adminskinvar-allowedadminskinactions"></a>
5420 <h1>AdminSkinvar: allowedadminskinactions</h1>
5421 <p>A list with a link to help in practicable skin vars is output by the skin type of admin skin which is being edited at present.</p>
5422 <h2>Arguments</h2>
5423 <p>None</p>
5424 <h2>Skintypes</h2>
5425 <p>
5426 adminskinedittype
5427 </p>
5428 <h2>Examples</h2>
5429 <pre>
5430 &lt;%allowedadminskinactions%&gt;
5431 </pre>
5432 </div>
5433
5434
5435 <div class="page">
5436 <a id="adminskinvar-adminskineditallowedlist" name="adminskinvar-adminskineditallowedlist"></a>
5437 <h1>AdminSkinvar: adminskineditallowedlist</h1>
5438 <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>
5439 <h2>Arguments</h2>
5440 <p>$type(template/blog),$templateName</p>
5441 <h2>Skintypes</h2>
5442 <p>
5443 adminskinedittype
5444 </p>
5445 <h2>Examples</h2>
5446 <pre>
5447 &lt;%adminskineditallowedlist(template,admin/default)%&gt;
5448 </pre>
5449 </div>
5450
5451
5452 <div class="page">
5453 <a id="adminskinvar-importskininfo" name="adminskinvar-importskininfo"></a>
5454 <h1>AdminSkinvar: importskininfo</h1>
5455 <p>Information on imported skin/template is output.</p>
5456 <h2>Arguments</h2>
5457 <p>
5458 type
5459 <ul>
5460         <li>info : Information on imported skin</li>
5461         <li>snames : Names on imported skin</li>
5462         <li>tnames : Names on imported template</li>
5463         <li>sclashes : Names on imported skin which conflicts</li>
5464         <li>tclashes : Names on imported template which conflicts</li>
5465         <li>skinfile : File names on imported skin</li>
5466         <li>mode : Reading mode of skin</li>
5467 </ul>
5468 </p>
5469 <h2>Skintypes</h2>
5470 <p>
5471 <ul>
5472         <li>adminskiniedoimport</li>
5473         <li>adminskinieimport</li>
5474         <li>skiniedoimport</li>
5475         <li>skinieimport</li>
5476 </ul>
5477 </p>
5478 <h2>Examples</h2>
5479 <pre>
5480 &lt;%importskininfo(info)%&gt;
5481 </pre>
5482 </div>
5483
5484
5485 <div class="page">
5486 <a id="adminskinvar-selectlocaladminskinfiles" name="adminskinvar-selectlocaladminskinfiles"></a>
5487 <h1>AdminSkinvar: selectlocaladminskinfiles</h1>
5488 <p>The select box from which imported admin skin is chosen is indicated.</p>
5489 <h2>Arguments</h2>
5490 <p>None</p>
5491 <h2>Skintypes</h2>
5492 <p>
5493 adminskinieoverview
5494 </p>
5495 <h2>Examples</h2>
5496 <pre>
5497 &lt;%selectlocaladminskinfiles%&gt;
5498 </pre>
5499 </div>
5500
5501
5502 <div class="page">
5503 <a id="adminskinvar-adminskinielist" name="adminskinvar-adminskinielist"></a>
5504 <h1>AdminSkinvar: adminskinielist</h1>
5505 <p>A list of extracted admin skin/template is shown to a file.</p>
5506 <h2>Arguments</h2>
5507 <p>type,templateName</p>
5508 <h2>Skintypes</h2>
5509 <p>
5510 adminskinieoverview
5511 </p>
5512 <h2>Examples</h2>
5513 <pre>
5514 &lt;%adminskinielist(template,admin/default)%&gt;
5515 </pre>
5516 </div>
5517
5518
5519 <div class="page">
5520 <a id="adminskinvar-adminskinoverview" name="adminskinvar-adminskinoverview"></a>
5521 <h1>AdminSkinvar: adminskinoverview</h1>
5522 <p>A list of admin skins</p>
5523 <h2>Arguments</h2>
5524 <p>templateName</p>
5525 <h2>Skintypes</h2>
5526 <p>
5527 adminskinoverview
5528 </p>
5529 <h2>Examples</h2>
5530 <pre>
5531 &lt;%adminskinoverview(admin/default)%&gt;
5532 </pre>
5533 </div>
5534
5535
5536 <div class="page">
5537 <a id="adminskinvar-editadmintemplateinfo" name="adminskinvar-editadmintemplateinfo"></a>
5538 <h1>AdminSkinvar: editadmintemplateinfo</h1>
5539 <p>Information on the template which is being edited is indicated.</p>
5540 <h2>Arguments</h2>
5541 <p>None</p>
5542 <h2>Skintypes</h2>
5543 <p>
5544         <ul>
5545                 <li>admintemplatedelete</li>
5546                 <li>admintemplateedit</li>
5547         </ul>
5548 </p>
5549 <h2>Examples</h2>
5550 <pre>
5551 &lt;%editadmintemplateinfo%&gt;
5552 </pre>
5553 </div>
5554
5555
5556 <div class="page">
5557 <a id="adminskinvar-admintemplateoverview" name="adminskinvar-admintemplateoverview"></a>
5558 <h1>AdminSkinvar: admintemplateoverview</h1>
5559 <p>A list of template for adminarea.</p>
5560 <h2>Arguments</h2>
5561 <p>templateName</p>
5562 <h2>Skintypes</h2>
5563 <p>
5564 admintemplateoverview
5565 </p>
5566 <h2>Examples</h2>
5567 <pre>
5568 &lt;%admintemplateoverview(admin/default)%&gt;
5569 </pre>
5570 </div>
5571
5572
5573 <div class="page">
5574 <a id="adminskinvar-adminbloglink" name="adminskinvar-adminbloglink"></a>
5575 <h1>AdminSkinvar: adminbloglink</h1>
5576 <p>A link to a blog of id requested in URL is output.</p>
5577 <h2>Arguments</h2>
5578 <p>templateName</p>
5579 <h2>Skintypes</h2>
5580 <p>
5581         <ul>
5582                 <li>banlist</li>
5583                 <li>blogcommentlist</li>
5584                 <li>blogsettings</li>
5585                 <li>createitem</li>
5586                 <li>itemlist</li>
5587         </ul>
5588 </p>
5589 <h2>Examples</h2>
5590 <pre>
5591 &lt;%adminbloglink(admin/default)%&gt;
5592 </pre>
5593 </div>
5594
5595
5596 <div class="page">
5597 <a id="adminskinvar-adminbanlist" name="adminskinvar-adminbanlist"></a>
5598 <h1>AdminSkinvar: adminbanlist</h1>
5599 <p>A list of the ip-address which prohibits access to a blog of id requested in url is output.</p>
5600 <h2>Arguments</h2>
5601 <p>templateName</p>
5602 <h2>Skintypes</h2>
5603 <p>
5604 banlist
5605 </p>
5606 <h2>Examples</h2>
5607 <pre>
5608 &lt;%adminbanlist(admin/default)%&gt;
5609 </pre>
5610 </div>
5611
5612
5613 <div class="page">
5614 <a id="adminskinvar-requestiprange" name="adminskinvar-requestiprange"></a>
5615 <h1>AdminSkinvar: requestiprange</h1>
5616 <p>ip-range which releases regulation is output.</p>
5617 <h2>Arguments</h2>
5618 <p>None</p>
5619 <h2>Skintypes</h2>
5620 <p>
5621 banlistdelete
5622 </p>
5623 <h2>Examples</h2>
5624 <pre>
5625 &lt;%requestiprange%&gt;
5626 </pre>
5627 </div>
5628
5629
5630 <div class="page">
5631 <a id="adminskinvar-banlistdeletedlist" name="adminskinvar-banlistdeletedlist"></a>
5632 <h1>AdminSkinvar: banlistdeletedlist</h1>
5633 <p>A list of ip which just released regulation is indicated.</p>
5634 <h2>Arguments</h2>
5635 <p>templateName</p>
5636 <h2>Skintypes</h2>
5637 <p>
5638 banlistdeleteconfirm
5639 </p>
5640 <h2>Examples</h2>
5641 <pre>
5642 &lt;%banlistdeletedlist(admin/default)%&gt;
5643 </pre>
5644 </div>
5645
5646
5647 <div class="page">
5648 <a id="adminskinvar-iprangeinput" name="adminskinvar-iprangeinput"></a>
5649 <h1>AdminSkinvar: iprangeinput</h1>
5650 <p>A list of ip-range regulated now is indicated.</p>
5651 <h2>Arguments</h2>
5652 <p>None</p>
5653 <h2>Skintypes</h2>
5654 <p>
5655 banlistnew
5656 </p>
5657 <h2>Examples</h2>
5658 <pre>
5659 &lt;%iprangeinput%&gt;
5660 </pre>
5661 </div>
5662
5663
5664 <div class="page">
5665 <a id="adminskinvar-adminbatchaction" name="adminskinvar-adminbatchaction"></a>
5666 <h1>AdminSkinvar: adminbatchaction</h1>
5667 <p>Requested batchaction is indicated in URL.</p>
5668 <h2>Arguments</h2>
5669 <p>None</p>
5670 <h2>Skintypes</h2>
5671 <p>
5672         <ul>
5673                 <li>batchcategory</li>
5674                 <li>batchcomment</li>
5675                 <li>batchitem</li>
5676                 <li>batchmember</li>
5677                 <li>batchteam</li>
5678         </ul>
5679 </p>
5680 <h2>Examples</h2>
5681 <pre>
5682 &lt;%adminbatchaction%&gt;
5683 </pre>
5684 </div>
5685
5686
5687 <div class="page">
5688 <a id="adminskinvar-adminbatchlist" name="adminskinvar-adminbatchlist"></a>
5689 <h1>AdminSkinvar: adminbatchlist</h1>
5690 <p>A list of items/comments/members/teams/categories during a batch processing is indicated.</p>
5691 <h2>Arguments</h2>
5692 <p>templateName</p>
5693 <h2>Skintypes</h2>
5694 <p>
5695         <ul>
5696                 <li>batchcategory</li>
5697                 <li>batchcomment</li>
5698                 <li>batchitem</li>
5699                 <li>batchmember</li>
5700                 <li>batchteam</li>
5701                 <li>blogcommentlist</li>
5702         </ul>
5703
5704 </p>
5705 <h2>Examples</h2>
5706 <pre>
5707 &lt;%adminbatchlist(admin/default)%&gt;
5708 </pre>
5709 </div>
5710
5711
5712 <div class="page">
5713 <a id="adminskinvar-batchdeletetype" name="adminskinvar-batchdeletetype"></a>
5714 <h1>AdminSkinvar: batchdeletetype</h1>
5715 <p>The type of the batched processing method is indicated.</p>
5716 <h2>Arguments</h2>
5717 <p>None</p>
5718 <h2>Skintypes</h2>
5719 <p>
5720 batchdelete
5721 </p>
5722 <h2>Examples</h2>
5723 <pre>
5724 &lt;%batchdeletetype%&gt;
5725 </pre>
5726 </div>
5727
5728
5729 <div class="page">
5730 <a id="adminskinvar-batchdeletelist" name="adminskinvar-batchdeletelist"></a>
5731 <h1>AdminSkinvar: batchdeletelist</h1>
5732 <p>The list deleted by batched processing method is indicated.</p>
5733 <h2>Arguments</h2>
5734 <p>None</p>
5735 <h2>Skintypes</h2>
5736 <p>
5737 batchdelete
5738 </p>
5739 <h2>Examples</h2>
5740 <pre>
5741 &lt;%batchdeletelist%&gt;
5742 </pre>
5743 </div>
5744
5745
5746 <div class="page">
5747 <a id="adminskinvar-batchmovetitle" name="adminskinvar-batchmovetitle"></a>
5748 <h1>AdminSkinvar: batchmovetitle</h1>
5749 <p>Movement by batched processing method indicates the title which is being processed.</p>
5750 <h2>Arguments</h2>
5751 <p>None</p>
5752 <h2>Skintypes</h2>
5753 <p>
5754         <ul>
5755                 <li>batchmove</li>
5756                 <li>bbatchmovecat</li>
5757         </ul>
5758 </p>
5759 <h2>Examples</h2>
5760 <pre>
5761 &lt;%batchmovetitle%&gt;
5762 </pre>
5763 </div>
5764
5765
5766 <div class="page">
5767 <a id="adminskinvar-batchmovetype" name="adminskinvar-batchmovetype"></a>
5768 <h1>AdminSkinvar: batchmovetype</h1>
5769 <p>The type of the batched processing method of movement is indicated.</p>
5770 <h2>Arguments</h2>
5771 <p>None</p>
5772 <h2>Skintypes</h2>
5773 <p>
5774         <ul>
5775                 <li>batchmove</li>
5776                 <li>batchmovecat</li>
5777         </ul>
5778 </p>
5779 <h2>Examples</h2>
5780 <pre>
5781 &lt;%batchmovetype%&gt;
5782 </pre>
5783 </div>
5784
5785
5786 <div class="page">
5787 <a id="adminskinvar-batchmovelist" name="adminskinvar-batchmovelist"></a>
5788 <h1>AdminSkinvar: batchmovelist</h1>
5789 <p>The list move by batched processing method is indicated.</p>
5790 <h2>Arguments</h2>
5791 <p>None</p>
5792 <h2>Skintypes</h2>
5793 <p>
5794         <ul>
5795                 <li>batchmove</li>
5796                 <li>batchmovecat</li>
5797         </ul>
5798 </p>
5799 <h2>Examples</h2>
5800 <pre>
5801 &lt;%batchmovelist%&gt;
5802 </pre>
5803 </div>
5804
5805
5806 <div class="page">
5807 <a id="adminskinvar-movedistselect" name="adminskinvar-movedistselect"></a>
5808 <h1>AdminSkinvar: movedistselect</h1>
5809 <p>A select box in a movement destination is output.</p>
5810 <h2>Arguments</h2>
5811 <p>None</p>
5812 <h2>Skintypes</h2>
5813 <p>
5814         <ul>
5815                 <li>batchmove</li>
5816                 <li>batchmovecat</li>
5817                 <li>itemmove</li>
5818         </ul>
5819 </p>
5820 <h2>Examples</h2>
5821 <pre>
5822 &lt;%movedistselect%&gt;
5823 </pre>
5824 </div>
5825
5826
5827 <div class="page">
5828 <a id="adminskinvar-batchmovebtn" name="adminskinvar-batchmovebtn"></a>
5829 <h1>AdminSkinvar: batchmovebtn</h1>
5830 <p>A text of Tree peony suitable for the movement type is output.</p>
5831 <h2>Arguments</h2>
5832 <p>None</p>
5833 <h2>Skintypes</h2>
5834 <p>
5835         <ul>
5836                 <li>batchmove</li>
5837                 <li>batchmovecat</li>
5838         </ul>
5839 </p>
5840 <h2>Examples</h2>
5841 <pre>
5842 &lt;%batchmovebtn%&gt;
5843 </pre>
5844 </div>
5845
5846
5847 <div class="page">
5848 <a id="adminskinvar-commentnavlist" name="adminskinvar-commentnavlist"></a>
5849 <h1>AdminSkinvar: commentnavlist</h1>
5850 <p>A list of comments is output.</p>
5851 <h2>Arguments</h2>
5852 <p>None</p>
5853 <h2>Skintypes</h2>
5854 <p>
5855         <ul>
5856                 <li>blogcommentlist</li>
5857                 <li>browseowncomments</li>
5858                 <li>itemcommentlist/li>
5859         </ul>
5860 </p>
5861 <h2>Examples</h2>
5862 <pre>
5863 &lt;%commentnavlist%&gt;
5864 </pre>
5865 </div>
5866
5867
5868 <div class="page">
5869 <a id="adminskinvar-blogcatlist" name="adminskinvar-blogcatlist"></a>
5870 <h1>AdminSkinvar: blogcatlist</h1>
5871 <p>A list of the categories which are included in the blog which is being edited is output.</p>
5872 <h2>Arguments</h2>
5873 <p>templateName</p>
5874 <h2>Skintypes</h2>
5875 <p>
5876 blogsettings
5877 </p>
5878 <h2>Examples</h2>
5879 <pre>
5880 &lt;%blogcatlist(admin/default)%&gt;
5881 </pre>
5882 </div>
5883
5884
5885 <div class="page">
5886 <a id="adminskinvar-blognotifysetting" name="adminskinvar-blognotifysetting"></a>
5887 <h1>AdminSkinvar: blognotifysetting</h1>
5888 <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>
5889 <h2>Arguments</h2>
5890 <p>Type(comment or vote or newitem)</p>
5891 <h2>Skintypes</h2>
5892 <p>
5893 blogsettings
5894 </p>
5895 <h2>Examples</h2>
5896 <pre>
5897 &lt;%blognotifysetting(vote)%&gt;
5898 </pre>
5899 </div>
5900
5901
5902 <div class="page">
5903 <a id="adminskinvar-blogsettingyesno" name="adminskinvar-blogsettingyesno"></a>
5904 <h1>AdminSkinvar: blogsettingyesno</h1>
5905 <p>The radio button answered at inside of setting of a blog "Yes." "No." is indicated.</p>
5906 <h2>Arguments</h2>
5907 <p>type(convertbreaks or allowpastposting or comments or public or reqemail or searchable),templateName</p>
5908 <h2>Skintypes</h2>
5909 <p>
5910 blogsettings
5911 </p>
5912 <h2>Examples</h2>
5913 <pre>
5914 &lt;%blogsettingyesno(public,admin/default)%&gt;
5915 </pre>
5916 </div>
5917
5918
5919 <div class="page">
5920 <a id="adminskinvar-blogteammembers" name="adminskinvar-blogteammembers"></a>
5921 <h1>AdminSkinvar: blogteammembers</h1>
5922 <p>Members list of blog teams is output.</p>
5923 <h2>Arguments</h2>
5924 <p>None</p>
5925 <h2>Skintypes</h2>
5926 <p>
5927 blogsettings
5928 </p>
5929 <h2>Examples</h2>
5930 <pre>
5931 &lt;%blogteammembers%&gt;
5932 </pre>
5933 </div>
5934
5935
5936 <div class="page">
5937 <a id="adminskinvar-blogtime" name="adminskinvar-blogtime"></a>
5938 <h1>AdminSkinvar: blogtime</h1>
5939 <p>The time and the time based on offset are output by the form designated in format current as of the server.</p>
5940 <h2>Arguments</h2>
5941 <p>type("blogtime" or except),format,offset</p>
5942 <h2>Skintypes</h2>
5943 <p>
5944         <ul>
5945                 <li>blogsettings</li>
5946                 <li>createnewlog</li>
5947         </ul>
5948 </p>
5949 <h2>Examples</h2>
5950 <pre>
5951 &lt;%blogtime%&gt;
5952 </pre>
5953 </div>
5954
5955
5956 <div class="page">
5957 <a id="adminskinvar-defcatselect" name="adminskinvar-defcatselect"></a>
5958 <h1>AdminSkinvar: defcatselect</h1>
5959 <p>The select box to which zinc entrusts a category of default is output.</p>
5960 <h2>Arguments</h2>
5961 <p>templateName</p>
5962 <h2>Skintypes</h2>
5963 <p>
5964 blogsettings
5965 </p>
5966 <h2>Examples</h2>
5967 <pre>
5968 &lt;%defcatselect(admin/default)%&gt;
5969 </pre>
5970 </div>
5971
5972
5973 <div class="page">
5974 <a id="adminskinvar-defskinselect" name="adminskinvar-defskinselect"></a>
5975 <h1>AdminSkinvar: defskinselect</h1>
5976 <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>
5977 <h2>Arguments</h2>
5978 <p>type('blog' or not),templateName</p>
5979 <h2>Skintypes</h2>
5980 <p>
5981         <ul>
5982                 <li>blogsettings</li>
5983                 <li>createnewlog</li>
5984                 <li>settingsedit</li>
5985         </ul>
5986 </p>
5987 <h2>Examples</h2>
5988 <pre>
5989 &lt;%defskinselect(blog,admin/default)%&gt;
5990 </pre>
5991 </div>
5992
5993
5994 <div class="page">
5995 <a id="adminskinvar-pluginextras" name="adminskinvar-pluginextras"></a>
5996 <h1>AdminSkinvar: pluginextras</h1>
5997 <p>Member/Blog/GeneralSettingsFormExtras or RegistrationFormExtraFields event occur.</p>
5998 <h2>Arguments</h2>
5999 <p>Type</p>
6000 <h2>Skintypes</h2>
6001 <p>
6002         <ul>
6003                 <li>blogsettings</li>
6004                 <li>createaccountinput</li>
6005                 <li>createitem</li>
6006                 <li>itemedit</li>
6007                 <li>settingsedit</li>
6008         </ul>
6009 </p>
6010 <h2>Examples</h2>
6011 <pre>
6012 &lt;%pluginextras(blog)%&gt;
6013 </pre>
6014 </div>
6015
6016
6017 <div class="page">
6018 <a id="adminskinvar-pluginoptions" name="adminskinvar-pluginoptions"></a>
6019 <h1>AdminSkinvar: pluginoptions</h1>
6020 <p>Setting of a plugin options are output.</p>
6021 <h2>Arguments</h2>
6022 <p>context(global or member or blog or category or item),templateName</p>
6023 <h2>Skintypes</h2>
6024 <p>
6025         <ul>
6026                 <li>blogsettings</li>
6027                 <li>categoryedit</li>
6028                 <li>createitem</li>
6029                 <li>editmembersettings</li>
6030                 <li>itemedit</li>
6031         </ul>
6032 </p>
6033 <h2>Examples</h2>
6034 <pre>
6035 &lt;%pluginoptions(blog,admin/default)%&gt;
6036 </pre>
6037 </div>
6038
6039
6040 <div class="page">
6041 <a id="adminskinvar-bookmarkletadmin" name="adminskinvar-bookmarkletadmin"></a>
6042 <h1>AdminSkinvar: bookmarkletadmin</h1>
6043 <p>javascript to indicate a bookmark let is output./p>
6044 <h2>Arguments</h2>
6045 <p>None</p>
6046 <h2>Skintypes</h2>
6047 <p>
6048 bookmarklet
6049 </p>
6050 <h2>Examples</h2>
6051 <pre>
6052 &lt;%bookmarkletadmin%&gt;
6053 </pre>
6054 </div>
6055
6056
6057 <div class="page">
6058 <a id="adminskinvar-itemnavlist" name="adminskinvar-itemnavlist"></a>
6059 <h1>AdminSkinvar: itemnavlist</h1>
6060 <p>A list of contributed items is output.</p>
6061 <h2>Arguments</h2>
6062 <p>templateName</p>
6063 <h2>Skintypes</h2>
6064 <p>
6065 browseownitems
6066 itemlist
6067 </p>
6068 <h2>Examples</h2>
6069 <pre>
6070 &lt;%itemnavlist(admin/default)%&gt;
6071 </pre>
6072 </div>
6073
6074
6075 <div class="page">
6076 <a id="adminskinvar-categorysetting" name="adminskinvar-categorysetting"></a>
6077 <h1>AdminSkinvar: categorysetting</h1>
6078 <p>Setting of a category is indicated.</p>
6079 <h2>Arguments</h2>
6080 <p>Type('name' or not)</p>
6081 <h2>Skintypes</h2>
6082 <p>
6083         <ul>
6084                 <li>categorydelete</li>
6085                 <li>categoryedit</li>
6086         </ul>
6087 </p>
6088 <h2>Examples</h2>
6089 <pre>
6090 &lt;%categorysetting(name)%&gt;
6091 </pre>
6092 </div>
6093
6094
6095 <div class="page">
6096 <a id="adminskinvar-editdesturl" name="adminskinvar-editdesturl"></a>
6097 <h1>AdminSkinvar: editdesturl</h1>
6098 <p>URL which indicates a list of the back items to which the category was changed</p>
6099 <h2>Arguments</h2>
6100 <p>None</p>
6101 <h2>Skintypes</h2>
6102 <p>
6103 categoryedit
6104 </p>
6105 <h2>Examples</h2>
6106 <pre>
6107 &lt;%editdesturl%&gt;
6108 </pre>
6109 </div>
6110
6111
6112 <div class="page">
6113 <a id="adminskinvar-deletecomment" name="adminskinvar-deletecomment"></a>
6114 <h1>AdminSkinvar: deletecomment</h1>
6115 <p>Information on an eliminated comment is output.</p>
6116 <h2>Arguments</h2>
6117 <p>Type(id or author or body)</p>
6118 <h2>Skintypes</h2>
6119 <p>
6120 commentdelete
6121 </p>
6122 <h2>Examples</h2>
6123 <pre>
6124 &lt;%deletecomment(id)%&gt;
6125 </pre>
6126 </div>
6127
6128
6129 <div class="page">
6130 <a id="adminskinvar-editcomment" name="adminskinvar-editcomment"></a>
6131 <h1>AdminSkinvar: editcomment</h1>
6132 <p>Information on the comment which is being edited is output.</p>
6133 <h2>Arguments</h2>
6134 <p>Type(id or user or date or body or cmail or url or other)</p>
6135 <h2>Skintypes</h2>
6136 <p>
6137 commentedit
6138 </p>
6139 <h2>Examples</h2>
6140 <pre>
6141 &lt;%editcomment(body)%&gt;
6142 </pre>
6143 </div>
6144
6145
6146 <div class="page">
6147 <a id="adminskinvar-contents" name="adminskinvar-contents"></a>
6148 <h1>AdminSkinvar: contents</h1>
6149 <p>Information on the item which is being edited newly and or is output.</p>
6150 <h2>Arguments</h2>
6151 <p>which(part for item)</p>
6152 <h2>Skintypes</h2>
6153 <p>
6154         <ul>
6155                 <li>createaccountinput</li>
6156                 <li>createaccountsuccess</li>
6157                 <li>createitem</li>
6158                 <li>itemedit</li>
6159         </ul>
6160 </p>
6161 <h2>Examples</h2>
6162 <pre>
6163 &lt;%contents(title)%&gt;
6164 </pre>
6165 </div>
6166
6167
6168 <div class="page">
6169 <a id="adminskinvar-blogid" name="adminskinvar-blogid"></a>
6170 <h1>AdminSkinvar: blogid</h1>
6171 <p>The ID for the requested blog is output in $_REQUEST.</p>
6172 <h2>Arguments</h2>
6173 <p>None</p>
6174 <h2>Skintypes</h2>
6175 <p>
6176 createitem
6177 </p>
6178 <h2>Examples</h2>
6179 <pre>
6180 &lt;%blogid%&gt;
6181 </pre>
6182 </div>
6183
6184
6185 <div class="page">
6186 <a id="adminskinvar-categories" name="adminskinvar-categories"></a>
6187 <h1>AdminSkinvar: categories</h1>
6188 <p>An item outputs the selection box from which the category to which I belong is chosen.</p>
6189 <h2>Arguments</h2>
6190 <p>startidx</p>
6191 <h2>Skintypes</h2>
6192 <p>
6193         <ul>
6194                 <li>createitem</li>
6195                 <li>itemedit</li>
6196         </ul>
6197 </p>
6198 <h2>Examples</h2>
6199 <pre>
6200 &lt;%categories(40)%&gt;
6201 </pre>
6202 </div>
6203
6204
6205 <div class="page">
6206 <a id="adminskinvar-currenttime" name="adminskinvar-currenttime"></a>
6207 <h1>AdminSkinvar: currenttime</h1>
6208 <p>The present time based on the setting of a blog is output.</p>
6209 <h2>Arguments</h2>
6210 <p>
6211    <table>
6212       <tr>
6213        <td><em>&quot;seconds&quot;</em></td>
6214        <td>Numeric representation of seconds</td>
6215       </tr>
6216       <tr>
6217        <td><em>&quot;minutes&quot;</em></td>
6218        <td>Numeric representation of minutes</td>
6219       </tr>
6220       <tr>
6221        <td><em>&quot;hours&quot;</em></td>
6222        <td>Numeric representation of hours</td>
6223       </tr>
6224       <tr>
6225        <td><em>&quot;mday&quot;</em></td>
6226        <td>Numeric representation of the day of the month</td>
6227       </tr>
6228       <tr>
6229        <td><em>&quot;wday&quot;</em></td>
6230        <td>Numeric representation of the day of the week</td>
6231       </tr>
6232       <tr>
6233        <td><em>&quot;mon&quot;</em></td>
6234        <td>Numeric representation of a month</td>
6235       </tr>
6236       <tr>
6237        <td><em>&quot;year&quot;</em></td>
6238        <td>A full numeric representation of a year, 4 digits</td>
6239       </tr>
6240       <tr>
6241        <td><em>&quot;yday&quot;</em></td>
6242        <td>Numeric representation of the day of the year</td>
6243      </tr>
6244       <tr>
6245        <td><em>&quot;weekday&quot;</em></td>
6246        <td>A full textual representation of the day of the week</td>
6247       </tr>
6248       <tr>
6249        <td><em>&quot;month&quot;</em></td>
6250        <td>A full textual representation of a month, such as January or March</td>
6251       </tr>
6252       <tr>
6253        <td><em>0</em></td>
6254        <td>
6255         Seconds since the Unix Epoch, similar to the values returned by
6256         <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>.
6257        </td>
6258       </tr>
6259    </table>
6260 </p>
6261 <h2>Skintypes</h2>
6262 <p>
6263         <ul>
6264                 <li>createitem</li>
6265                 <li>itemedit</li>
6266         </ul>
6267 </p>
6268 <h2>Examples</h2>
6269 <pre>
6270 &lt;%currenttime(month)%&gt;
6271 </pre>
6272 </div>
6273
6274
6275 <div class="page">
6276 <a id="adminskinvar-init" name="adminskinvar-init"></a>
6277 <h1>AdminSkinvar: init</h1>
6278 <p>Initialization of contribution or edit processing of an item.</p>
6279 <h2>Arguments</h2>
6280 <p>None</p>
6281 <h2>Skintypes</h2>
6282 <p>
6283         <ul>
6284                 <li>createitem</li>
6285                 <li>itemedit</li>
6286         </ul>
6287 </p>
6288 <h2>Examples</h2>
6289 <pre>
6290 &lt;%init%&gt;
6291 </pre>
6292 </div>
6293
6294
6295 <div class="page">
6296 <a id="adminskinvar-adminskinselectoptions" name="adminskinvar-adminskinselectoptions"></a>
6297 <h1>AdminSkinvar: adminskinselectoptions</h1>
6298 <p>The options for selection box from which adminskin is chosen is output.</p>
6299 <h2>Arguments</h2>
6300 <p>templateName</p>
6301 <h2>Skintypes</h2>
6302 <p>
6303 editmembersettings
6304 </p>
6305 <h2>Examples</h2>
6306 <pre>
6307 &lt;%adminskinselectoptions(admin/default)%&gt;
6308 </pre>
6309 </div>
6310
6311
6312 <div class="page">
6313 <a id="adminskinvar-editmember" name="adminskinvar-editmember"></a>
6314 <h1>AdminSkinvar: editmember</h1>
6315 <p>The setting form of the editing member is output.</p>
6316 <h2>Arguments</h2>
6317 <p>type(id or displayname or realname or email or url or admin or canlogin or notes or autosave),templateName</p>
6318 <h2>Skintypes</h2>
6319 <p>
6320         <ul>
6321                 <li>editmembersettings</li>
6322                 <li>memberdelete</li>
6323                 <li>teamdelete</li>
6324         </ul>
6325 </p>
6326 <h2>Examples</h2>
6327 <pre>
6328 &lt;%editmember(url,admin/default)%&gt;
6329 </pre>
6330 </div>
6331
6332
6333 <div class="page">
6334 <a id="adminskinvar-localeselectoptions" name="adminskinvar-localeselectoptions"></a>
6335 <h1>AdminSkinvar: localeselectoptions</h1>
6336 <p>The options for select box from which a locale is chosen is output.</p>
6337 <h2>Arguments</h2>
6338 <p>None</p>
6339 <h2>Skintypes</h2>
6340 <p>
6341         <ul>
6342                 <li>editmembersettings</li>
6343                 <li>settingsedit</li>
6344         </ul>
6345 </p>
6346 <h2>Examples</h2>
6347 <pre>
6348 &lt;%localeselectoptions%&gt;
6349 </pre>
6350 </div>
6351
6352
6353 <div class="page">
6354 <a id="adminskinvar-deleteitemtitle" name="adminskinvar-deleteitemtitle"></a>
6355 <h1>AdminSkinvar: deleteitemtitle</h1>
6356 <p>The title of the deleted item is indicated.</p>
6357 <h2>Arguments</h2>
6358 <p>None</p>
6359 <h2>Skintypes</h2>
6360 <p>
6361 itemdelete
6362 </p>
6363 <h2>Examples</h2>
6364 <pre>
6365 &lt;%deleteitemtitle%&gt;
6366 </pre>
6367 </div>
6368
6369
6370 <div class="page">
6371 <a id="adminskinvar-deleteitembody" name="adminskinvar-deleteitembody"></a>
6372 <h1>AdminSkinvar: deleteitembody</h1>
6373 <p>The body of the deleted item is indicated.</p>
6374 <h2>Arguments</h2>
6375 <p>None</p>
6376 <h2>Skintypes</h2>
6377 <p>
6378 itemdelete
6379 </p>
6380 <h2>Examples</h2>
6381 <pre>
6382 &lt;%deleteitembody%&gt;
6383 </pre>
6384 </div>
6385
6386
6387 <div class="page">
6388 <a id="adminskinvar-deleteitemid" name="adminskinvar-deleteitemid"></a>
6389 <h1>AdminSkinvar: deleteitemid</h1>
6390 <p>The ID of the deleted item is indicated.</p>
6391 <h2>Arguments</h2>
6392 <p>None</p>
6393 <h2>Skintypes</h2>
6394 <p>
6395 itemdelete
6396 </p>
6397 <h2>Examples</h2>
6398 <pre>
6399 &lt;%deleteitemid%&gt;
6400 </pre>
6401 </div>
6402
6403
6404 <div class="page">
6405 <a id="adminskinvar-checkedonval" name="adminskinvar-checkedonval"></a>
6406 <h1>AdminSkinvar: checkedonval</h1>
6407 <p>Property name of an item lays with value and puts a check in.</p>
6408 <h2>Arguments</h2>
6409 <p>value,name</p>
6410 <h2>Skintypes</h2>
6411 <p>
6412 itemedit
6413 </p>
6414 <h2>Examples</h2>
6415 <pre>
6416 &lt;%checkedonval(1,closed)%&gt;
6417 </pre>
6418 </div>
6419
6420
6421 <div class="page">
6422 <a id="adminskinvar-itemtime" name="adminskinvar-itemtime"></a>
6423 <h1>AdminSkinvar: itemtime</h1>
6424 <p>The contribution time of the item is output.</p>
6425 <h2>Arguments</h2>
6426 <p>
6427    <table>
6428       <tr>
6429        <td><em>&quot;seconds&quot;</em></td>
6430        <td>Numeric representation of seconds</td>
6431       </tr>
6432       <tr>
6433        <td><em>&quot;minutes&quot;</em></td>
6434        <td>Numeric representation of minutes</td>
6435       </tr>
6436       <tr>
6437        <td><em>&quot;hours&quot;</em></td>
6438        <td>Numeric representation of hours</td>
6439       </tr>
6440       <tr>
6441        <td><em>&quot;mday&quot;</em></td>
6442        <td>Numeric representation of the day of the month</td>
6443       </tr>
6444       <tr>
6445        <td><em>&quot;wday&quot;</em></td>
6446        <td>Numeric representation of the day of the week</td>
6447       </tr>
6448       <tr>
6449        <td><em>&quot;mon&quot;</em></td>
6450        <td>Numeric representation of a month</td>
6451       </tr>
6452       <tr>
6453        <td><em>&quot;year&quot;</em></td>
6454        <td>A full numeric representation of a year, 4 digits</td>
6455       </tr>
6456       <tr>
6457        <td><em>&quot;yday&quot;</em></td>
6458        <td>Numeric representation of the day of the year</td>
6459      </tr>
6460       <tr>
6461        <td><em>&quot;weekday&quot;</em></td>
6462        <td>A full textual representation of the day of the week</td>
6463       </tr>
6464       <tr>
6465        <td><em>&quot;month&quot;</em></td>
6466        <td>A full textual representation of a month, such as January or March</td>
6467       </tr>
6468       <tr>
6469        <td><em>0</em></td>
6470        <td>
6471         Seconds since the Unix Epoch, similar to the values returned by
6472         <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>.
6473        </td>
6474       </tr>
6475    </table>
6476 </p>
6477 <h2>Skintypes</h2>
6478 <p>
6479 itemedit
6480 </p>
6481 <h2>Examples</h2>
6482 <pre>
6483 &lt;%itemtime(mday)%&gt;
6484 </pre>
6485 </div>
6486
6487
6488 <div class="page">
6489 <a id="adminskinvar-ilistaddnew" name="adminskinvar-ilistaddnew"></a>
6490 <h1>AdminSkinvar: ilistaddnew</h1>
6491 <p>A link to a new contribution screen of an item is output.</p>
6492 <h2>Arguments</h2>
6493 <p>None</p>
6494 <h2>Skintypes</h2>
6495 <p>
6496 itemlist
6497 </p>
6498 <h2>Examples</h2>
6499 <pre>
6500 &lt;%ilistaddnew%&gt;
6501 </pre>
6502 </div>
6503
6504
6505 <div class="page">
6506 <a id="adminskinvar-moveitemid" name="adminskinvar-moveitemid"></a>
6507 <h1>AdminSkinvar: moveitemid</h1>
6508 <p>The ID for the item I move is output.</p>
6509 <h2>Arguments</h2>
6510 <p>None</p>
6511 <h2>Skintypes</h2>
6512 <p>
6513 itemmove
6514 </p>
6515 <h2>Examples</h2>
6516 <pre>
6517 &lt;%moveitemid%&gt;
6518 </pre>
6519 </div>
6520
6521
6522 <div class="page">
6523 <a id="adminskinvar-blogteamlist" name="adminskinvar-blogteamlist"></a>
6524 <h1>AdminSkinvar: blogteamlist</h1>
6525 <p>A list of the members who can contribute to a blog is output.</p>
6526 <h2>Arguments</h2>
6527 <p>templateName</p>
6528 <h2>Skintypes</h2>
6529 <p>
6530 manageteam
6531 </p>
6532 <h2>Examples</h2>
6533 <pre>
6534 &lt;%blogteamlist(admin/default)%&gt;
6535 </pre>
6536 </div>
6537
6538
6539 <div class="page">
6540 <a id="adminskinvar-newmemberselect" name="adminskinvar-newmemberselect"></a>
6541 <h1>AdminSkinvar: newmemberselect</h1>
6542 <p>A select box of the new member who seasons the team which can contribute to a blog is output.</p>
6543 <h2>Arguments</h2>
6544 <p>templateName</p>
6545 <h2>Skintypes</h2>
6546 <p>
6547 manageteam
6548 </p>
6549 <h2>Examples</h2>
6550 <pre>
6551 &lt;%newmemberselect(admin/default)%&gt;
6552 </pre>
6553 </div>
6554
6555
6556 <div class="page">
6557 <a id="adminskinvar-inputyesno" name="adminskinvar-inputyesno"></a>
6558 <h1>AdminSkinvar: inputyesno</h1>
6559 <p>The form of the question answered at yes or no is output.</p>
6560 <h2>Arguments</h2>
6561 <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>
6562 <h2>Skintypes</h2>
6563 <p>
6564         <ul>
6565                 <li>manageteam</li>
6566                 <li>usermanagement</li>
6567         </ul>
6568 </p>
6569 <h2>Examples</h2>
6570 <pre>
6571 &lt;%inputyesno(canlogin,1,10070)%&gt;
6572 </pre>
6573 </div>
6574
6575
6576 <div class="page">
6577 <a id="adminskinvar-yrbloglist" name="adminskinvar-yrbloglist"></a>
6578 <h1>AdminSkinvar: yrbloglist</h1>
6579 <p>A list of the blogs which are being managed is output.</p>
6580 <h2>Arguments</h2>
6581 <p>templateName</p>
6582 <h2>Skintypes</h2>
6583 <p>
6584 overview
6585 </p>
6586 <h2>Examples</h2>
6587 <pre>
6588 &lt;%yrbloglist(admin/default)%&gt;
6589 </pre>
6590 </div>
6591
6592
6593 <div class="page">
6594 <a id="adminskinvar-editpluginfo" name="adminskinvar-editpluginfo"></a>
6595 <h1>AdminSkinvar: editpluginfo</h1>
6596 <p>Information on the plugin which is being edited is output.</p>
6597 <h2>Arguments</h2>
6598 <p>Type(id or name)</p>
6599 <h2>Skintypes</h2>
6600 <p>
6601         <ul>
6602                 <li>plugindelete</li>
6603                 <li>pluginoptions</li>
6604         </ul>
6605 </p>
6606 <h2>Examples</h2>
6607 <pre>
6608 &lt;%editpluginfo(name)%&gt;
6609 </pre>
6610 </div>
6611
6612
6613 <div class="page">
6614 <a id="adminskinvar-helpplugname" name="adminskinvar-helpplugname"></a>
6615 <h1>AdminSkinvar: helpplugname</h1>
6616 <p>The name of plugin indicating help is output.</p>
6617 <h2>Arguments</h2>
6618 <p>None</p>
6619 <h2>Skintypes</h2>
6620 <p>
6621 pluginhelp
6622 </p>
6623 <h2>Examples</h2>
6624 <pre>
6625 &lt;%helpplugname%&gt;
6626 </pre>
6627 </div>
6628
6629
6630 <div class="page">
6631 <a id="adminskinvar-pluginhelp" name="adminskinvar-pluginhelp"></a>
6632 <h1>AdminSkinvar: pluginhelp</h1>
6633 <p>help in plugin is output.</p>
6634 <h2>Arguments</h2>
6635 <p>None</p>
6636 <h2>Skintypes</h2>
6637 <p>
6638 pluginhelp
6639 </p>
6640 <h2>Examples</h2>
6641 <pre>
6642 &lt;%pluginhelp%&gt;
6643 </pre>
6644 </div>
6645
6646
6647 <div class="page">
6648 <a id="adminskinvar-pluginlistlist" name="adminskinvar-pluginlistlist"></a>
6649 <h1>AdminSkinvar: pluginlistlist</h1>
6650 <p>A list of plugin is output.</p>
6651 <h2>Arguments</h2>
6652 <p>templateName</p>
6653 <h2>Skintypes</h2>
6654 <p>
6655 pluginlist
6656 </p>
6657 <h2>Examples</h2>
6658 <pre>
6659 &lt;%pluginlistlist(admin/default)%&gt;
6660 </pre>
6661 </div>
6662
6663
6664 <div class="page">
6665 <a id="adminskinvar-newpluginlist" name="adminskinvar-newpluginlist"></a>
6666 <h1>AdminSkinvar: newpluginlist</h1>
6667 <p>Option tags of a select box of plugins of non-installation are output.</p>
6668 <h2>Arguments</h2>
6669 <p>None</p>
6670 <h2>Skintypes</h2>
6671 <p>
6672 pluginlist
6673 </p>
6674 <h2>Examples</h2>
6675 <pre>
6676 &lt;%newpluginlist%&gt;
6677 </pre>
6678 </div>
6679
6680
6681 <div class="page">
6682 <a id="adminskinvar-editplugoptionslist" name="adminskinvar-editplugoptionslist"></a>
6683 <h1>AdminSkinvar: editplugoptionslist</h1>
6684 <p>Plugin options are output.</p>
6685 <h2>Arguments</h2>
6686 <p>templateName</p>
6687 <h2>Skintypes</h2>
6688 <p>
6689 pluginoptions
6690 </p>
6691 <h2>Examples</h2>
6692 <pre>
6693 &lt;%editplugoptionslist(admin/default)%&gt;
6694 </pre>
6695 </div>
6696
6697
6698 <div class="page">
6699 <a id="adminskinvar-defblogselect" name="adminskinvar-defblogselect"></a>
6700 <h1>AdminSkinvar: defblogselect</h1>
6701 <p>The select box from which blog in default is chosen is output.</p>
6702 <h2>Arguments</h2>
6703 <p>templateName</p>
6704 <h2>Skintypes</h2>
6705 <p>
6706 settingsedit
6707 </p>
6708 <h2>Examples</h2>
6709 <pre>
6710 &lt;%defblogselect(admin/default)%&gt;
6711 </pre>
6712 </div>
6713
6714
6715 <div class="page">
6716 <a id="adminskinvar-configsettingsedit" name="adminskinvar-configsettingsedit"></a>
6717 <h1>AdminSkinvar: configsettingsedit</h1>
6718 <p>The form about the setting of a site is output.</p>
6719 <h2>Arguments</h2>
6720 <p>Type(DefaultListSize or SessionCookie or URLMode)</p>
6721 <h2>Skintypes</h2>
6722 <p>
6723 settingsedit
6724 </p>
6725 <h2>Examples</h2>
6726 <pre>
6727 &lt;%configsettingsedit(URLMode)%&gt;
6728 </pre>
6729 </div>
6730
6731
6732 <div class="page">
6733 <a id="adminskinvar-configsettingsyesno" name="adminskinvar-configsettingsyesno"></a>
6734 <h1>AdminSkinvar: configsettingsyesno</h1>
6735 <p>The form answered at yes or no about the setting of a site is output.</p>
6736 <h2>Arguments</h2>
6737 <p>Type($CONF keys),tabindex</p>
6738 <h2>Skintypes</h2>
6739 <p>
6740 settingsedit
6741 </p>
6742 <h2>Examples</h2>
6743 <pre>
6744 &lt;%configsettingsyesno(DisableSite, 10060)%&gt;
6745 </pre>
6746 </div>
6747
6748
6749 <div class="page">
6750 <a id="adminskinvar-outputspecialdirs" name="adminskinvar-outputspecialdirs"></a>
6751 <h1>AdminSkinvar: outputspecialdirs</h1>
6752 <p>A path of a special directory is output.</p>
6753 <h2>Arguments</h2>
6754 <p>Type(nucleusdir or mediadir)</p>
6755 <h2>Skintypes</h2>
6756 <p>
6757 settingsedit
6758 </p>
6759 <h2>Examples</h2>
6760 <pre>
6761 &lt;%outputspecialdirs(mediadir)%&gt;
6762 </pre>
6763 </div>
6764
6765
6766 <div class="page">
6767 <a id="adminskinvar-jstoolbaroptions" name="adminskinvar-jstoolbaroptions"></a>
6768 <h1>AdminSkinvar: jstoolbaroptions</h1>
6769 <p>The select box from which the type of the tool bar of javascript is chosen is output.</p>
6770 <h2>Arguments</h2>
6771 <p>None</p>
6772 <h2>Skintypes</h2>
6773 <p>
6774 settingsedit
6775 </p>
6776 <h2>Examples</h2>
6777 <pre>
6778 &lt;%jstoolbaroptions%&gt;
6779 </pre>
6780 </div>
6781
6782
6783 <div class="page">
6784 <a id="adminskinvar-mediadirwarning" name="adminskinvar-mediadirwarning"></a>
6785 <h1>AdminSkinvar: mediadirwarning</h1>
6786 <p>Warning of a media directory is output.</p>
6787 <h2>Arguments</h2>
6788 <p>None</p>
6789 <h2>Skintypes</h2>
6790 <p>
6791 settingsedit
6792 </p>
6793 <h2>Examples</h2>
6794 <pre>
6795 &lt;%mediadirwarning%&gt;
6796 </pre>
6797 </div>
6798
6799
6800 <div class="page">
6801 <a id="adminskinvar-passrequestvars" name="adminskinvar-passrequestvars"></a>
6802 <h1>AdminSkinvar: passrequestvars</h1>
6803 <p>Place holder</p>
6804 <h2>Arguments</h2>
6805 <p>None</p>
6806 <h2>Skintypes</h2>
6807 <p>
6808 showlogin
6809 </p>
6810 <h2>Examples</h2>
6811 <pre>
6812 &lt;%passrequestvars%&gt;
6813 </pre>
6814 </div>
6815
6816
6817 <div class="page">
6818 <a id="adminskinvar-editskintype" name="adminskinvar-editskintype"></a>
6819 <h1>AdminSkinvar: editskintype</h1>
6820 <p>Information on the skintype which is being edited is output.</p>
6821 <h2>Arguments</h2>
6822 <p>Type(id or name or desc or type or content or skintype or skintyperaw or prefix or mode)</p>
6823 <h2>Skintypes</h2>
6824 <p>
6825         <ul>
6826                 <li>skindelete</li>
6827                 <li>skinedittype</li>
6828                 <li>skinremovetype</li>
6829         </ul>
6830 </p>
6831 <h2>Examples</h2>
6832 <pre>
6833 &lt;%editskintype(mode)%&gt;
6834 </pre>
6835 </div>
6836
6837
6838 <div class="page">
6839 <a id="adminskinvar-editskin" name="adminskinvar-editskin"></a>
6840 <h1>AdminSkinvar: editskin</h1>
6841 <p>Information on the skin which is being edited is output.</p>
6842 <h2>Arguments</h2>
6843 <p>Type(id or name or desc or type or prefix or mode)</p>
6844 <h2>Skintypes</h2>
6845 <p>
6846 skinedit
6847 </p>
6848 <h2>Examples</h2>
6849 <pre>
6850 &lt;%editskin(desc)%&gt;
6851 </pre>
6852 </div>
6853
6854
6855 <div class="page">
6856 <a id="adminskinvar-specialskinlist" name="adminskinvar-specialskinlist"></a>
6857 <h1>AdminSkinvar: specialskinlist</h1>
6858 <p>A list of special skins is output.</p>
6859 <h2>Arguments</h2>
6860 <p>templateName</p>
6861 <h2>Skintypes</h2>
6862 <p>
6863 skinedit
6864 </p>
6865 <h2>Examples</h2>
6866 <pre>
6867 &lt;%specialskinlist(admin/default)%&gt;
6868 </pre>
6869 </div>
6870
6871
6872 <div class="page">
6873 <a id="adminskinvar-allowedskinactions" name="adminskinvar-allowedskinactions"></a>
6874 <h1>AdminSkinvar: allowedskinactions</h1>
6875 <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>
6876 <h2>Arguments</h2>
6877 <p>None</p>
6878 <h2>Skintypes</h2>
6879 <p>
6880 skinedittype
6881 </p>
6882 <h2>Examples</h2>
6883 <pre>
6884 &lt;%allowedskinactions%&gt;
6885 </pre>
6886 </div>
6887
6888
6889 <div class="page">
6890 <a id="adminskinvar-skineditallowedlist" name="adminskinvar-skineditallowedlist"></a>
6891 <h1>AdminSkinvar: skineditallowedlist</h1>
6892 <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>
6893 <h2>Arguments</h2>
6894 <p>type(blog or temolate),templateName</p>
6895 <h2>Skintypes</h2>
6896 <p>
6897 skinedittype
6898 </p>
6899 <h2>Examples</h2>
6900 <pre>
6901 &lt;%skineditallowedlist(template,admin/default)%&gt;
6902 </pre>
6903 </div>
6904
6905
6906 <div class="page">
6907 <a id="adminskinvar-selectlocalskinfiles" name="adminskinvar-selectlocalskinfiles"></a>
6908 <h1>AdminSkinvar: selectlocalskinfiles</h1>
6909 <p>The select box from which imported skin is chosen is indicated.</p>
6910 <h2>Arguments</h2>
6911 <p>None</p>
6912 <h2>Skintypes</h2>
6913 <p>
6914 skinieoverview
6915 </p>
6916 <h2>Examples</h2>
6917 <pre>
6918 &lt;%selectlocalskinfiles%&gt;
6919 </pre>
6920 </div>
6921
6922
6923 <div class="page">
6924 <a id="adminskinvar-skinielist" name="adminskinvar-skinielist"></a>
6925 <h1>AdminSkinvar: skinielist</h1>
6926 <p>A list of extracted skin/template is shown to a file.</p>
6927 <h2>Arguments</h2>
6928 <p>type,templateName</p>
6929 <h2>Skintypes</h2>
6930 <p>
6931 skinieoverview
6932 </p>
6933 <h2>Examples</h2>
6934 <pre>
6935 &lt;%skinielist(template,admin/default)%&gt;
6936 </pre>
6937 </div>
6938
6939
6940 <div class="page">
6941 <a id="adminskinvar-skinoverview" name="adminskinvar-skinoverview"></a>
6942 <h1>AdminSkinvar: skinoverview</h1>
6943 <p>A list of skins.</p>
6944 <h2>Arguments</h2>
6945 <p>templateName</p>
6946 <h2>Skintypes</h2>
6947 <p>
6948 skinoverview
6949 </p>
6950 <h2>Examples</h2>
6951 <pre>
6952 &lt;%skinoverview(admin/default)%&gt;
6953 </pre>
6954 </div>
6955
6956
6957 <div class="page">
6958 <a id="adminskinvar-edittemplateinfo" name="adminskinvar-edittemplateinfo"></a>
6959 <h1>AdminSkinvar: edittemplateinfo</h1>
6960 <p>Information on the template which is being edited is output.</p>
6961 <h2>Arguments</h2>
6962 <p>type[,desc[,name[,help[,tabindex[,big[,tplt]]]]]]</p>
6963 <h2>Skintypes</h2>
6964 <p>
6965         <ul>
6966                 <li>templatedelete</li>
6967                 <li>templateedit</li>
6968         </ul>
6969 </p>
6970 <h2>Examples</h2>
6971 <pre>
6972 &lt;%edittemplateinfo(name)%&gt;
6973 </pre>
6974 </div>
6975
6976
6977 <div class="page">
6978 <a id="adminskinvar-templateoverview" name="adminskinvar-templateoverview"></a>
6979 <h1>AdminSkinvar: templateoverview</h1>
6980 <p>A list of templates.</p>
6981 <h2>Arguments</h2>
6982 <p>templateName</p>
6983 <h2>Skintypes</h2>
6984 <p>
6985 templateoverview
6986 </p>
6987 <h2>Examples</h2>
6988 <pre>
6989 &lt;%templateoverview(admin/default)%&gt;
6990 </pre>
6991 </div>
6992
6993
6994 <div class="page">
6995 <a id="adminskinvar-editmemberlist" name="adminskinvar-editmemberlist"></a>
6996 <h1>AdminSkinvar: editmemberlist</h1>
6997 <p>The members list which is being edited.</p>
6998 <h2>Arguments</h2>
6999 <p>templateName</p>
7000 <h2>Skintypes</h2>
7001 <p>
7002 usermanagement
7003 </p>
7004 <h2>Examples</h2>
7005 <pre>
7006 &lt;%editmemberlist(admin/default)%&gt;
7007 </pre>
7008 </div>
7009
7010 <div class="page">
7011 <a name="skinpartactionlog" id="skinpartactionlog"></a>
7012 <h1>Admin skins: actionlog</h1>
7013 <p>
7014 This skinpart is used to actionlog.
7015 </p>
7016 <p>
7017 Very basic buildup for a [Action Log]page page.
7018 </p>
7019 <pre>
7020 &lt;%pagehead%&gt;&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;
7021         &lt;h2&gt;&lt;%text(_ACTIONLOG_CLEAR_TITLE)%&gt;&lt;/h2&gt;
7022         &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;
7023         &lt;h2&gt;&lt;%text(_ACTIONLOG_TITLE)%&gt;&lt;/h2&gt;
7024         &lt;%actionloglist(admin/default)%&gt;&lt;%pagefoot%&gt;
7025 </pre>
7026 </div><div class="page">
7027 <a name="skinpartactivate" id="skinpartactivate"></a>
7028 <h1>Admin skins: activate</h1>
7029 <p>
7030 This skinpart is used to activate.
7031 </p>
7032 <p>
7033 Very basic buildup for a [Account Activation]page page.
7034 </p>
7035 <pre>
7036 &lt;%pagehead%&gt;&lt;h2&gt;&lt;%activationmessage(title)%&gt;&lt;/h2&gt;
7037              &lt;p&gt;&lt;%activationmessage(text)%&gt;&lt;/p&gt;
7038              &lt;p class=&quot;error&quot;&gt;&lt;%headmessage%&gt;&lt;/p&gt;
7039              &lt;%if(bechangepass)%&gt;&lt;div&gt;
7040                 &lt;form action=&quot;&lt;%adminurl%&gt;index.php&quot; method=&quot;post&quot;&gt;
7041                     &lt;input type=&quot;hidden&quot; name=&quot;action&quot; value=&quot;activatesetpwd&quot; /&gt;
7042                     &lt;%ticket%&gt;
7043                     &lt;input type=&quot;hidden&quot; name=&quot;key&quot; value=&quot;&lt;%activationmessage(ackey)%&gt;&quot; /&gt;
7044                     &lt;table&gt;
7045                         &lt;tr&gt;
7046                             &lt;td&gt;&lt;%text(_MEMBERS_PWD)%&gt;&lt;/td&gt;
7047                             &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;
7048                         &lt;/tr&gt;&lt;tr&gt;
7049                             &lt;td&gt;&lt;%text(_MEMBERS_REPPWD)%&gt;&lt;/td&gt;
7050                             &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;
7051                             &lt;%eventformextra(activation)%&gt;
7052                         &lt;/tr&gt;&lt;tr&gt;
7053                             &lt;td&gt;&lt;%text(_MEMBERS_SETPWD)%&gt;&lt;/td&gt;
7054                             &lt;td&gt;&lt;input type=&quot;submit&quot; value=&quot;&lt;%text(_MEMBERS_SETPWD_BTN)%&gt;&quot; /&gt;&lt;/td&gt;
7055                         &lt;/tr&gt;
7056                     &lt;/table&gt;
7057                 &lt;/form&gt;
7058              &lt;/div&gt;&lt;%endif%&gt;&lt;%pagefoot%&gt;
7059 </pre>
7060 </div><div class="page">
7061 <a name="skinpartactivatesetpwd" id="skinpartactivatesetpwd"></a>
7062 <h1>Admin skins: activatesetpwd</h1>
7063 <p>
7064 This skinpart is used to activatesetpwd.
7065 </p>
7066 <p>
7067 Very basic buildup for a [Set Password]page page.
7068 </p>
7069 <pre>
7070 &lt;%pagehead%&gt;&lt;h2&gt;&lt;%text(_ACTIVATE_SUCCESS_TITLE)%&gt;&lt;/h2&gt;
7071 &lt;p&gt;&lt;%text(_ACTIVATE_SUCCESS_TEXT)%&gt;&lt;/p&gt;&lt;%pagefoot%&gt;
7072 </pre>
7073 </div><div class="page">
7074 <a name="skinpartaddnewlog" id="skinpartaddnewlog"></a>
7075 <h1>Admin skins: addnewlog</h1>
7076 <p>
7077 This skinpart is used to addnewlog.
7078 </p>
7079 <p>
7080 Very basic buildup for a [New weblog created]page page.
7081 </p>
7082 <pre>
7083 &lt;%pagehead%&gt;&lt;h2&gt;&lt;%text(_BLOGCREATED_TITLE)%&gt;&lt;/h2&gt;
7084         &lt;p&gt;&lt;%sprinttext(_BLOGCREATED_ADDEDTXT,&lt;|%createdblogsetting(name)%|&gt;)%&gt;&lt;/p&gt;
7085         &lt;ol&gt;
7086             &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;
7087             &lt;li&gt;&lt;a href=&quot;#skins&quot;&gt;&lt;%text(_BLOGCREATED_ADVANCEDWAY)%&gt;&lt;/a&gt;&lt;/li&gt;
7088         &lt;/ol&gt;
7089         &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;
7090         &lt;p&gt;&lt;%sprinttext(_BLOGCREATED_SIMPLEDESC2,&lt;|%getblogsetting(short)%|&gt;)%&gt;&lt;/p&gt;
7091 &lt;pre&gt;&lt;code&gt;&amp;lt;?php
7092
7093 $CONF['Self'] = '&lt;b&gt;&lt;%blogsetting(short)%&gt;.php&lt;/b&gt;';
7094
7095 include('&lt;i&gt;./config.php&lt;/i&gt;');
7096
7097 selectBlog('&lt;b&gt;&lt;%blogsetting(short)%&gt;&lt;/b&gt;');
7098 selector();
7099
7100 ?&amp;gt;&lt;/code&gt;&lt;/pre&gt;
7101         &lt;p&gt;&lt;%text(_BLOGCREATED_SIMPLEDESC3)%&gt;&lt;/p&gt;
7102         &lt;p&gt;&lt;%text(_BLOGCREATED_SIMPLEDESC4)%&gt;&lt;/p&gt;
7103         &lt;form action=&quot;&lt;%adminurl%&gt;index.php&quot; method=&quot;post&quot;&gt;
7104             &lt;div&gt;
7105                 &lt;input type=&quot;hidden&quot; name=&quot;action&quot; value=&quot;addnewlog2&quot; /&gt;
7106                 &lt;%ticket%&gt;
7107                 &lt;input type=&quot;hidden&quot; name=&quot;blogid&quot; value=&quot;&lt;%requestblogid%&gt;&quot; /&gt;
7108                 &lt;table&gt;
7109                     &lt;tr&gt;
7110                         &lt;td&gt;&lt;%text(_EBLOG_URL)%&gt;&lt;/td&gt;
7111                         &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;
7112                     &lt;/tr&gt;&lt;tr&gt;
7113                         &lt;td&gt;&lt;%text(_EBLOG_CREATE)%&gt;&lt;/td&gt;
7114                         &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;
7115                     &lt;/tr&gt;
7116                 &lt;/table&gt;
7117             &lt;/div&gt;
7118         &lt;/form&gt;
7119         &lt;h3&gt;&lt;a id=&quot;skins&quot;&gt;&lt;%text(_BLOGCREATED_ADVANCEDWAY2)%&gt;&lt;/a&gt;&lt;/h3&gt;
7120         &lt;p&gt;&lt;%text(_BLOGCREATED_ADVANCEDWAY3)%&gt;&lt;/p&gt;
7121         &lt;form action=&quot;&lt;%adminurl%&gt;index.php&quot; method=&quot;post&quot;&gt;
7122             &lt;div&gt;
7123                 &lt;input type=&quot;hidden&quot; name=&quot;action&quot; value=&quot;addnewlog2&quot; /&gt;
7124                 &lt;%ticket%&gt;
7125                 &lt;input type=&quot;hidden&quot; name=&quot;blogid&quot; value=&quot;&lt;%requestblogid%&gt;&quot; /&gt;
7126                 &lt;table&gt;
7127                     &lt;tr&gt;
7128                         &lt;td&gt;&lt;%text(_EBLOG_URL)%&gt;&lt;/td&gt;
7129                         &lt;td&gt;&lt;input name=&quot;url&quot; maxlength=&quot;100&quot; size=&quot;40&quot; /&gt;&lt;/td&gt;
7130                     &lt;/tr&gt;&lt;tr&gt;
7131                         &lt;td&gt;&lt;%text(_EBLOG_CREATE)%&gt;&lt;/td&gt;
7132                         &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;
7133                     &lt;/tr&gt;
7134                 &lt;/table&gt;
7135             &lt;/div&gt;
7136         &lt;/form&gt;&lt;%pagefoot%&gt;
7137 </pre>
7138 </div><div class="page">
7139 <a name="skinpartadminerrorpage" id="skinpartadminerrorpage"></a>
7140 <h1>Admin skins: adminerrorpage</h1>
7141 <p>
7142 This skinpart is used to adminerrorpage.
7143 </p>
7144 <p>
7145 Very basic buildup for a Nucleus management...:[Error]page page.
7146 </p>
7147 <pre>
7148 &lt;%pagehead%&gt;        &lt;h2&gt;Error!&lt;/h2&gt;
7149         &lt;%headmessage%&gt;
7150         &lt;br /&gt;
7151         &lt;a href=&quot;&lt;%adminurl%&gt;index.php&quot; onclick=&quot;history.back()&quot;&gt;&lt;%text(_BACK)%&gt;&lt;/a&gt;
7152 &lt;%pagefoot%&gt;
7153 </pre>
7154 </div><div class="page">
7155 <a name="skinpartadminskindelete" id="skinpartadminskindelete"></a>
7156 <h1>Admin skins: adminskindelete</h1>
7157 <p>
7158 This skinpart is used to adminskindelete.
7159 </p>
7160 <p>
7161 Very basic buildup for a Admin layout:[You're about to delete the skin named ]page page.
7162 </p>
7163 <pre>
7164 &lt;%pagehead%&gt;&lt;h2&gt;&lt;%text(_DELETE_CONFIRM)%&gt;&lt;/h2&gt;
7165             &lt;p&gt;&lt;%text(_CONFIRMTXT_SKIN)%&gt;&lt;b&gt;&lt;%editadminskintype(name)%&gt;&lt;/b&gt; (&lt;%editadminskintype(desc)%&gt;)&lt;/p&gt;
7166             &lt;form method=&quot;post&quot; action=&quot;&lt;%adminurl%&gt;index.php&quot;&gt;
7167                 &lt;div&gt;
7168                     &lt;input type=&quot;hidden&quot; name=&quot;action&quot; value=&quot;adminskindeleteconfirm&quot; /&gt;
7169                     &lt;%ticket%&gt;
7170                     &lt;input type=&quot;hidden&quot; name=&quot;skinid&quot; value=&quot;&lt;%editadminskintype(id)%&gt;&quot; /&gt;
7171                     &lt;input type=&quot;submit&quot; tabindex=&quot;10&quot; value=&quot;&lt;%text(_DELETE_CONFIRM_BTN)%&gt;&quot; /&gt;
7172                 &lt;/div&gt;
7173             &lt;/form&gt;&lt;%pagefoot%&gt;
7174 </pre>
7175 </div><div class="page">
7176 <a name="skinpartadminskinedit" id="skinpartadminskinedit"></a>
7177 <h1>Admin skins: adminskinedit</h1>
7178 <p>
7179 This skinpart is used to adminskinedit.
7180 </p>
7181 <p>
7182 Very basic buildup for a Admin layout:[Edit skin]page page.
7183 </p>
7184 <pre>
7185 &lt;%pagehead%&gt;&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;
7186         &lt;h2&gt;&lt;%text(_SKIN_EDITONE_TITLE)%&gt; '&lt;%editadminskin(name)%&gt;'&lt;/h2&gt;
7187         &lt;h3&gt;&lt;%text(_SKIN_PARTS_TITLE)%&gt;&lt;/h3&gt;
7188         &lt;%text(_SKIN_PARTS_MSG)%&gt;
7189 &lt;%defaultadminskintypes(10,admin/default)%&gt;
7190         &lt;h3&gt;&lt;%text(_SKIN_PARTS_SPECIAL)%&gt;&lt;/h3&gt;
7191        &lt;%adminspecialskinlist(admin/default)%&gt;
7192         &lt;form method=&quot;get&quot; action=&quot;&lt;%adminurl%&gt;index.php&quot;&gt;
7193             &lt;input type=&quot;hidden&quot; name=&quot;action&quot; value=&quot;adminskinedittype&quot; /&gt;
7194             &lt;input type=&quot;hidden&quot; name=&quot;skinid&quot; value=&quot;&lt;%editadminskin(id)%&gt;&quot; /&gt;
7195             &lt;input name=&quot;type&quot; tabindex=&quot;89&quot; size=&quot;30&quot; maxlength=&quot;64&quot; /&gt;
7196             &lt;input type=&quot;submit&quot; tabindex=&quot;140&quot; value=&quot;&lt;%text(_SKIN_CREATE)%&gt;&quot; onclick=&quot;return checkSubmit();&quot; /&gt;
7197         &lt;/form&gt;
7198          &lt;h3&gt;&lt;%text(_SKIN_GENSETTINGS_TITLE)%&gt;&lt;/h3&gt;
7199         &lt;form method=&quot;post&quot; action=&quot;&lt;%adminurl%&gt;index.php&quot;&gt;
7200             &lt;div&gt;
7201                 &lt;input type=&quot;hidden&quot; name=&quot;action&quot; value=&quot;adminskineditgeneral&quot; /&gt;
7202                 &lt;%ticket%&gt;
7203                 &lt;input type=&quot;hidden&quot; name=&quot;skinid&quot; value=&quot;&lt;%editadminskin(id)%&gt;&quot; /&gt;
7204                 &lt;table&gt;
7205                     &lt;tr&gt;
7206                         &lt;td&gt;&lt;%text(_SKIN_NAME)%&gt; &lt;%helplink(shortnames)%&gt;&lt;/td&gt;
7207                         &lt;td&gt;&lt;input name=&quot;name&quot; tabindex=&quot;90&quot; value=&quot;&lt;%editadminskin(name)%&gt;&quot; maxlength=&quot;64&quot; size=&quot;30&quot; /&gt;&lt;/td&gt;
7208                     &lt;/tr&gt;&lt;tr&gt;
7209                         &lt;td&gt;&lt;%text(_SKIN_DESC)%&gt;&lt;/td&gt;
7210                         &lt;td&gt;&lt;input name=&quot;desc&quot; tabindex=&quot;100&quot; value=&quot;&lt;%editadminskin(desc)%&gt;&quot; maxlength=&quot;200&quot; size=&quot;50&quot; /&gt;&lt;/td&gt;
7211                 &lt;/tr&gt;&lt;tr&gt;
7212                     &lt;td&gt;&lt;%text(_SKIN_TYPE)%&gt;&lt;/td&gt;
7213                     &lt;td&gt;&lt;input name=&quot;type&quot; tabindex=&quot;110&quot; value=&quot;&lt;%editadminskin(type)%&gt;&quot; maxlength=&quot;40&quot; size=&quot;20&quot; /&gt;&lt;/td&gt;
7214                 &lt;/tr&gt;&lt;tr&gt;
7215                     &lt;td&gt;&lt;%text(_SKIN_INCLUDE_MODE)%&gt; &lt;%helplink(includemode)%&gt;&lt;/td&gt;
7216                     &lt;td&gt;&lt;%editadminskin(mode)%&gt;&lt;/td&gt;
7217                 &lt;/tr&gt;&lt;tr&gt;
7218                     &lt;td&gt;&lt;%text(_SKIN_INCLUDE_PREFIX)%&gt; &lt;%helplink(includeprefix)%&gt;&lt;/td&gt;
7219                     &lt;td&gt;&lt;input name=&quot;inc_prefix&quot; tabindex=&quot;130&quot; value=&quot;&lt;%editadminskin(prefix)%&gt;&quot; maxlength=&quot;40&quot; size=&quot;20&quot; /&gt;&lt;/td&gt;
7220                 &lt;/tr&gt;&lt;tr&gt;
7221                     &lt;td&gt;&lt;%text(_SKIN_CHANGE)%&gt;&lt;/td&gt;
7222                     &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;
7223                 &lt;/tr&gt;&lt;/table&gt;
7224             &lt;/div&gt;
7225         &lt;/form&gt;&lt;%pagefoot%&gt;
7226 </pre>
7227 </div><div class="page">
7228 <a name="skinpartadminskinedittype" id="skinpartadminskinedittype"></a>
7229 <h1>Admin skins: adminskinedittype</h1>
7230 <p>
7231 This skinpart is used to adminskinedittype.
7232 </p>
7233 <p>
7234 Very basic buildup for a Admin layout:[Edit Skin]page page.
7235 </p>
7236 <pre>
7237 &lt;%pagehead%&gt;&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;
7238         &lt;h2&gt;&lt;%text(_SKIN_EDITPART_TITLE)%&gt; '&lt;%editadminskintype(name)%&gt;': &lt;%editadminskintype(skintype)%&gt;&lt;/h2&gt;
7239         &lt;%headmessage%&gt;
7240         &lt;form method=&quot;post&quot; action=&quot;&lt;%adminurl%&gt;index.php&quot;&gt;
7241             &lt;div&gt;
7242                 &lt;input type=&quot;hidden&quot; name=&quot;action&quot; value=&quot;adminskinupdate&quot; /&gt;
7243                 &lt;%ticket%&gt;
7244                 &lt;input type=&quot;hidden&quot; name=&quot;skinid&quot; value=&quot;&lt;%editadminskintype(id)%&gt;&quot; /&gt;
7245                 &lt;input type=&quot;hidden&quot; name=&quot;type&quot; value=&quot;&lt;%editadminskintype(skintyperaw)%&gt;&quot; /&gt;
7246                 &lt;input type=&quot;submit&quot; value=&quot;&lt;%text(_SKIN_UPDATE_BTN)%&gt;&quot; onclick=&quot;return checkSubmit();&quot; /&gt;
7247                 &lt;input type=&quot;reset&quot; value=&quot;&lt;%text(_SKIN_RESET_BTN)%&gt;&quot; /&gt;
7248                 (skin type: &lt;%editadminskintype(skintype)%&gt;)&lt;%skintypehelp%&gt;&lt;br /&gt;
7249                 &lt;textarea class=&quot;skinedit&quot; tabindex=&quot;10&quot; rows=&quot;20&quot; cols=&quot;80&quot; name=&quot;content&quot;&gt;&lt;%editadminskintype(content)%&gt;&lt;/textarea&gt;&lt;br /&gt;
7250                 &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;
7251                 &lt;input type=&quot;reset&quot; value=&quot;&lt;%text(_SKIN_RESET_BTN)%&gt;&quot; /&gt;
7252                 (skin type: &lt;%editadminskintype(skintype)%&gt;)
7253                 &lt;br /&gt;&lt;br /&gt;
7254                 &lt;%text(_SKIN_ALLOWEDVARS)%&gt;
7255                 &lt;%allowedadminskinactions%&gt;&lt;br /&gt;&lt;br /&gt;
7256                 &lt;%text(_SKINEDIT_ALLOWEDTEMPLATESS)%&gt;
7257                 &lt;%adminskineditallowedlist(template)%&gt;&lt;br /&gt;
7258             &lt;/div&gt;
7259         &lt;/form&gt;&lt;%pagefoot%&gt;
7260 </pre>
7261 </div><div class="page">
7262 <a name="skinpartadminskiniedoimport" id="skinpartadminskiniedoimport"></a>
7263 <h1>Admin skins: adminskiniedoimport</h1>
7264 <p>
7265 This skinpart is used to adminskiniedoimport.
7266 </p>
7267 <p>
7268 Very basic buildup for a Admin layout:[Done Importing]page page.
7269 </p>
7270 <pre>
7271 &lt;%pagehead%&gt;&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;
7272         &lt;h2&gt;&lt;%text(_SKINIE_DONE)%&gt;&lt;/h2&gt;
7273
7274         &lt;ul&gt;
7275             &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;
7276             &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;
7277             &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;
7278         &lt;/ul&gt;&lt;%pagefoot%&gt;
7279 </pre>
7280 </div><div class="page">
7281 <a name="skinpartadminskinieimport" id="skinpartadminskinieimport"></a>
7282 <h1>Admin skins: adminskinieimport</h1>
7283 <p>
7284 This skinpart is used to adminskinieimport.
7285 </p>
7286 <p>
7287 Very basic buildup for a Admin layout:[About to import skins and templates]page page.
7288 </p>
7289 <pre>
7290 &lt;%pagehead%&gt;&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;
7291         &lt;h2&gt;&lt;%text(_SKINIE_CONFIRM_TITLE)%&gt;&lt;/h2&gt;
7292
7293         &lt;ul&gt;
7294             &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;
7295             &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;
7296             &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;
7297             &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;
7298             &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;
7299         &lt;/ul&gt;
7300
7301         &lt;form method=&quot;post&quot; action=&quot;&lt;%adminurl%&gt;index.php&quot;&gt;&lt;div&gt;
7302             &lt;input type=&quot;hidden&quot; name=&quot;action&quot; value=&quot;adminskiniedoimport&quot; /&gt;
7303             &lt;%ticket%&gt;
7304             &lt;input type=&quot;hidden&quot; name=&quot;skinfile&quot; value=&quot;&lt;%importskininfo(skinfile)%&gt;&quot; /&gt;
7305             &lt;input type=&quot;hidden&quot; name=&quot;mode&quot; value=&quot;&lt;%importskininfo(mode)%&gt;&quot; /&gt;
7306             &lt;input type=&quot;submit&quot; value=&quot;&lt;%text(_SKINIE_CONFIRM_IMPORT)%&gt;&quot; /&gt;
7307             &lt;%if(nameclashes)%&gt;&lt;br /&gt;
7308             &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;
7309         &lt;/div&gt;&lt;/form&gt;&lt;%pagefoot%&gt;
7310 </pre>
7311 </div><div class="page">
7312 <a name="skinpartadminskinieoverview" id="skinpartadminskinieoverview"></a>
7313 <h1>Admin skins: adminskinieoverview</h1>
7314 <p>
7315 This skinpart is used to adminskinieoverview.
7316 </p>
7317 <p>
7318 Very basic buildup for a Admin layout:[Import/Export]page page.
7319 </p>
7320 <pre>
7321 &lt;%pagehead%&gt;&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;
7322         &lt;h2&gt;&lt;%text(_SKINIE_TITLE_IMPORT)%&gt;&lt;/h2&gt;
7323         &lt;p&gt;
7324             &lt;label for=&quot;skinie_import_local&quot;&gt;&lt;%text(_SKINIE_LOCAL)%&gt;&lt;/label&gt;
7325             &lt;%if(superadmin)%&gt;&lt;form method=&quot;post&quot; action=&quot;&lt;%adminurl%&gt;index.php&quot;&gt;
7326                 &lt;div&gt;
7327                     &lt;input type=&quot;hidden&quot; name=&quot;action&quot; value=&quot;adminskinieimport&quot; /&gt;
7328                     &lt;%ticket%&gt;
7329                     &lt;input type=&quot;hidden&quot; name=&quot;mode&quot; value=&quot;file&quot; /&gt;
7330                     &lt;select name=&quot;skinfile&quot; id=&quot;skinie_import_local&quot;&gt;
7331                         &lt;%selectlocaladminskinfiles%&gt;
7332                     &lt;/select&gt;
7333                     &lt;input type=&quot;submit&quot; value=&quot;&lt;%text(_SKINIE_BTN_IMPORT)%&gt;&quot; /&gt;
7334                 &lt;/div&gt;
7335             &lt;/form&gt;&lt;%else%&gt;&lt;%text(_SKINIE_NOCANDIDATES)%&gt;&lt;%endif%&gt;
7336         &lt;/p&gt;
7337         &lt;p&gt;&lt;em&gt;&lt;%text(_OR)%&gt;&lt;/em&gt;&lt;/p&gt;
7338         &lt;form method=&quot;post&quot; action=&quot;&lt;%adminurl%&gt;index.php&quot;&gt;
7339             &lt;p&gt;
7340                 &lt;%ticket%&gt;
7341                 &lt;input type=&quot;hidden&quot; name=&quot;action&quot; value=&quot;adminskinieimport&quot; /&gt;
7342                 &lt;input type=&quot;hidden&quot; name=&quot;mode&quot; value=&quot;url&quot; /&gt;
7343                 &lt;label for=&quot;skinie_import_url&quot;&gt;&lt;%text(_SKINIE_FROMURL)%&gt;&lt;/label&gt;
7344                 &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;
7345                 &lt;input type=&quot;submit&quot; value=&quot;&lt;%text(_SKINIE_BTN_IMPORT)%&gt;&quot; /&gt;
7346             &lt;/p&gt;
7347         &lt;/form&gt;
7348         &lt;h2&gt;&lt;%text(_SKINIE_TITLE_EXPORT)%&gt;&lt;/h2&gt;
7349         &lt;form method=&quot;post&quot; action=&quot;&lt;%adminurl%&gt;index.php&quot;&gt;
7350             &lt;div&gt;
7351                 &lt;input type=&quot;hidden&quot; name=&quot;action&quot; value=&quot;adminskinieexport&quot; /&gt;
7352                 &lt;%ticket%&gt;
7353                 &lt;p&gt;&lt;%text(_SKINIE_EXPORT_INTRO)%&gt;&lt;/p&gt;
7354                 &lt;table&gt;
7355                     &lt;tr&gt;
7356                         &lt;th colspan=&quot;2&quot;&gt;&lt;%text(_SKINIE_EXPORT_SKINS)%&gt;&lt;/th&gt;
7357                     &lt;/tr&gt;&lt;tr&gt;
7358                         &lt;%adminskinielist(skin,admin/default)%&gt;
7359                         &lt;th colspan=&quot;2&quot;&gt;&lt;%text(_SKINIE_EXPORT_TEMPLATES)%&gt;&lt;/th&gt;
7360                     &lt;/tr&gt;&lt;tr&gt;
7361                         &lt;%adminskinielist(template,admin/default)%&gt;
7362                         &lt;th colspan=&quot;2&quot;&gt;&lt;%text(_SKINIE_EXPORT_EXTRA)%&gt;&lt;/th&gt;
7363                     &lt;/tr&gt;&lt;tr&gt;
7364                         &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;
7365                     &lt;/tr&gt;&lt;tr&gt;
7366                         &lt;th colspan=&quot;2&quot;&gt;&lt;%text(_SKINIE_TITLE_EXPORT)%&gt;&lt;/th&gt;
7367                     &lt;/tr&gt;&lt;tr&gt;
7368                         &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;
7369                     &lt;/tr&gt;
7370                 &lt;/table&gt;
7371             &lt;/div&gt;
7372         &lt;/form&gt;&lt;%pagefoot%&gt;
7373 </pre>
7374 </div><div class="page">
7375 <a name="skinpartadminskinoverview" id="skinpartadminskinoverview"></a>
7376 <h1>Admin skins: adminskinoverview</h1>
7377 <p>
7378 This skinpart is used to adminskinoverview.
7379 </p>
7380 <p>
7381 Very basic buildup for a Admin layout:[Skins]page page.
7382 </p>
7383 <pre>
7384 &lt;%pagehead%&gt;&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;
7385         &lt;h2&gt;&lt;%text(_SKIN_EDIT_TITLE)%&gt;&lt;/h2&gt;
7386         &lt;h3&gt;&lt;%text(_SKIN_AVAILABLE_TITLE)%&gt;&lt;/h3&gt;
7387         &lt;%adminskinoverview(admin/default)%&gt;
7388         &lt;h3&gt;&lt;%text(_SKIN_NEW_TITLE)%&gt;&lt;/h3&gt;
7389         &lt;form method=&quot;post&quot; action=&quot;&lt;%adminurl%&gt;index.php&quot;&gt;
7390             &lt;div&gt;
7391                 &lt;input name=&quot;action&quot; value=&quot;adminskinnew&quot; type=&quot;hidden&quot; /&gt;
7392                 &lt;%ticket%&gt;
7393                 &lt;table&gt;
7394                     &lt;tr&gt;
7395                         &lt;td&gt;&lt;%text(_SKIN_NAME)%&gt; &lt;%helplink(shortnames)%&gt;&lt;/td&gt;
7396                         &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;
7397                     &lt;/tr&gt;&lt;tr&gt;
7398                         &lt;td&gt;&lt;%text(_SKIN_DESC)%&gt;&lt;/td&gt;
7399                         &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;
7400                     &lt;/tr&gt;&lt;tr&gt;
7401                         &lt;td&gt;&lt;%text(_SKIN_CREATE)%&gt;&lt;/td&gt;
7402                         &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;
7403                     &lt;/tr&gt;
7404                 &lt;/table&gt;
7405             &lt;/div&gt;
7406         &lt;/form&gt;&lt;%pagefoot%&gt;
7407 </pre>
7408 </div><div class="page">
7409 <a name="skinpartadminskinremovetype" id="skinpartadminskinremovetype"></a>
7410 <h1>Admin skins: adminskinremovetype</h1>
7411 <p>
7412 This skinpart is used to adminskinremovetype.
7413 </p>
7414 <p>
7415 Very basic buildup for a Admin layout:[Do you really want to delete this special skin part?]page page.
7416 </p>
7417 <pre>
7418 &lt;%pagehead%&gt;&lt;h2&gt;&lt;%text(_DELETE_CONFIRM)%&gt;&lt;/h2&gt;
7419             &lt;p&gt;&lt;%text(_CONFIRMTXT_SKIN_PARTS_SPECIAL)%&gt;&lt;br /&gt;
7420             &lt;b&gt;&lt;%editadminskintype(skintype)%&gt; (&lt;%editadminskintype(name)%&gt;)&lt;/b&gt; (&lt;%editadminskintype(desc)%&gt;)&lt;/p&gt;
7421             &lt;form method=&quot;post&quot; action=&quot;&lt;%adminurl%&gt;index.php&quot;&gt;
7422                 &lt;div&gt;
7423                     &lt;input type=&quot;hidden&quot; name=&quot;action&quot; value=&quot;adminskinremovetypeconfirm&quot; /&gt;
7424                     &lt;%ticket%&gt;
7425                     &lt;input type=&quot;hidden&quot; name=&quot;skinid&quot; value=&quot;&lt;%editadminskintype(id)%&gt;&quot; /&gt;
7426                     &lt;input type=&quot;hidden&quot; name=&quot;type&quot; value=&quot;&lt;%editadminskintype(skintype)%&gt;&quot; /&gt;
7427                     &lt;input type=&quot;submit&quot; tabindex=&quot;10&quot; value=&quot;&lt;%text(_DELETE_CONFIRM_BTN)%&gt;&quot; /&gt;
7428                 &lt;/div&gt;
7429             &lt;/form&gt;&lt;%pagefoot%&gt;
7430 </pre>
7431 </div><div class="page">
7432 <a name="skinpartadmintemplatedelete" id="skinpartadmintemplatedelete"></a>
7433 <h1>Admin skins: admintemplatedelete</h1>
7434 <p>
7435 This skinpart is used to admintemplatedelete.
7436 </p>
7437 <p>
7438 Very basic buildup for a Admin layout:[You're about to delete the template named ]page page.
7439 </p>
7440 <pre>
7441 &lt;%pagehead%&gt;&lt;h2&gt;&lt;%text(_DELETE_CONFIRM)%&gt;&lt;/h2&gt;
7442             &lt;p&gt;&lt;%text(_CONFIRMTXT_TEMPLATE)%&gt;&lt;b&gt;&lt;%editadmintemplateinfo(name)%&gt;&lt;/b&gt; (&lt;%editadmintemplateinfo(desc)%&gt;)&lt;/p&gt;
7443             &lt;form method=&quot;post&quot; action=&quot;&lt;%adminurl%&gt;index.php&quot;&gt;
7444                 &lt;div&gt;
7445                     &lt;input type=&quot;hidden&quot; name=&quot;action&quot; value=&quot;admintemplatedeleteconfirm&quot; /&gt;
7446                     &lt;%ticket%&gt;
7447                     &lt;input type=&quot;hidden&quot; name=&quot;templateid&quot; value=&quot;&lt;%editadmintemplateinfo(id)%&gt;&quot; /&gt;
7448                     &lt;input type=&quot;submit&quot; tabindex=&quot;10&quot; value=&quot;&lt;%text(_DELETE_CONFIRM_BTN)%&gt;&quot; /&gt;
7449                 &lt;/div&gt;
7450             &lt;/form&gt;&lt;%pagefoot%&gt;
7451 </pre>
7452 </div><div class="page">
7453 <a name="skinpartadmintemplateedit" id="skinpartadmintemplateedit"></a>
7454 <h1>Admin skins: admintemplateedit</h1>
7455 <p>
7456 This skinpart is used to admintemplateedit.
7457 </p>
7458 <p>
7459 Very basic buildup for a Admin layout:[Edit Template]page page.
7460 </p>
7461 <pre>
7462 &lt;%pagehead%&gt;&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;
7463
7464         &lt;h2&gt;&lt;%text(_TEMPLATE_EDIT_TITLE)%&gt; '&lt;%editadmintemplateinfo(name)%&gt;'&lt;/h2&gt;
7465         &lt;%headmessage%&gt;
7466         &lt;p&gt;&lt;%text(_TEMPLATE_EDIT_MSG)%&gt;&lt;/p&gt;
7467         &lt;form method=&quot;post&quot; action=&quot;&lt;%adminurl%&gt;index.php&quot;&gt;
7468             &lt;div&gt;
7469                 &lt;input type=&quot;hidden&quot; name=&quot;action&quot; value=&quot;admintemplateupdate&quot; /&gt;
7470                 &lt;%ticket%&gt;
7471                 &lt;input type=&quot;hidden&quot; name=&quot;templateid&quot; value=&quot;&lt;%editadmintemplateinfo(id)%&gt;&quot; /&gt;
7472                 &lt;table&gt;
7473                     &lt;tr&gt;
7474                         &lt;th colspan=&quot;2&quot;&gt;&lt;%text(_TEMPLATE_SETTINGS)%&gt;&lt;/th&gt;
7475                     &lt;/tr&gt;&lt;tr&gt;
7476                         &lt;td&gt;&lt;%text(_TEMPLATE_NAME)%&gt; &lt;%helplink(shortnames)%&gt;&lt;/td&gt;
7477                         &lt;td&gt;&lt;input name=&quot;tname&quot; tabindex=&quot;4&quot; size=&quot;20&quot; maxlength=&quot;20&quot; value=&quot;&lt;%editadmintemplateinfo(name)%&gt;&quot; /&gt;&lt;/td&gt;
7478                     &lt;/tr&gt;&lt;tr&gt;
7479                         &lt;td&gt;&lt;%text(_TEMPLATE_DESC)%&gt;&lt;/td&gt;
7480                         &lt;td&gt;&lt;input name=&quot;tdesc&quot; tabindex=&quot;5&quot; size=&quot;50&quot; maxlength=&quot;200&quot; value=&quot;&lt;%editadmintemplateinfo(desc)%&gt;&quot; /&gt;&lt;/td&gt;
7481                     &lt;/tr&gt;&lt;tr&gt;
7482                         &lt;th colspan=&quot;2&quot;&gt;&lt;%text(_TEMPLATE_UPDATE)%&gt;&lt;/th&gt;
7483                     &lt;/tr&gt;&lt;tr&gt;
7484                         &lt;td&gt;&lt;%text(_TEMPLATE_UPDATE)%&gt;&lt;/td&gt;
7485                         &lt;td&gt;
7486                             &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;
7487                             &lt;input type=&quot;reset&quot; tabindex=&quot;7&quot; value=&quot;&lt;%text(_TEMPLATE_RESET_BTN)%&gt;&quot; /&gt;
7488                         &lt;/td&gt;
7489                     &lt;/tr&gt;&lt;tr&gt;
7490                         &lt;th colspan=&quot;2&quot;&gt;&lt;%text(_QMENU_LAYOUT_SKINS)%&gt;&lt;/th&gt;
7491                     &lt;%editadmintemplateinfo(row, _ADM_TPLPT_ADMINSKINTYPELIST_HEAD, ADMINSKINTYPELIST_HEAD, ,8)%&gt;
7492                     &lt;%editadmintemplateinfo(row, _ADM_TPLPT_ADMINSKINTYPELIST_BODY, ADMINSKINTYPELIST_BODY, ,9)%&gt;
7493                     &lt;%editadmintemplateinfo(row, _ADM_TPLPT_ADMINSKINTYPELIST_FOOT, ADMINSKINTYPELIST_FOOT, ,10)%&gt;
7494                     &lt;%editadmintemplateinfo(row, _ADM_TPLPT_SPECIALSKINLIST_HEAD, SPECIALSKINLIST_HEAD, , 11)%&gt;
7495                     &lt;%editadmintemplateinfo(row, _ADM_TPLPT_SPECIALSKINLIST_BODY, SPECIALSKINLIST_BODY, , 12)%&gt;
7496                     &lt;%editadmintemplateinfo(row, _ADM_TPLPT_SPECIALSKINLIST_FOOT, SPECIALSKINLIST_FOOT, , 13)%&gt;
7497                     &lt;%editadmintemplateinfo(row, _ADM_TPLPT_ADMIN_SPECIALSKINLIST_HEAD, ADMIN_SPECIALSKINLIST_HEAD, , 14)%&gt;
7498                     &lt;%editadmintemplateinfo(row, _ADM_TPLPT_ADMIN_SPECIALSKINLIST_BODY, ADMIN_SPECIALSKINLIST_BODY, , 15)%&gt;
7499                     &lt;%editadmintemplateinfo(row, _ADM_TPLPT_ADMIN_SPECIALSKINLIST_FOOT, ADMIN_SPECIALSKINLIST_FOOT, , 16)%&gt;
7500                     &lt;%editadmintemplateinfo(row, _ADM_TPLPT_SKINIE_EXPORT_LIST, SKINIE_EXPORT_LIST, , 17)%&gt;
7501                     &lt;/tr&gt;&lt;tr&gt;
7502                         &lt;th colspan=&quot;2&quot;&gt;&lt;%text(_QMENU_LAYOUT_TEMPL)%&gt;&lt;/th&gt;
7503                     &lt;%editadmintemplateinfo(row, _ADM_TPLPT_TEMPLATE_EDIT_EXPLUGNAME, TEMPLATE_EDIT_EXPLUGNAME, , 18)%&gt;
7504                     &lt;%editadmintemplateinfo(row, _ADM_TPLPT_TEMPLATE_EDIT_ROW_HEAD, TEMPLATE_EDIT_ROW_HEAD, , 19)%&gt;
7505                     &lt;%editadmintemplateinfo(row, _ADM_TPLPT_TEMPLATE_EDIT_ROW_TAIL, TEMPLATE_EDIT_ROW_TAIL, , 20)%&gt;
7506                     &lt;/tr&gt;&lt;tr&gt;
7507                         &lt;th colspan=&quot;2&quot;&gt;&lt;%text(_SKINABLEADMIN_ADMINAREAHEADLINK)%&gt;&lt;/th&gt;
7508                     &lt;%editadmintemplateinfo(row, _ADM_TPLPT_ADMIN_BLOGLINK, ADMIN_BLOGLINK, , 21)%&gt;
7509                     &lt;/tr&gt;&lt;tr&gt;
7510                         &lt;th colspan=&quot;2&quot;&gt;&lt;%text(_SKINABLEADMIN_BATCH)%&gt;&lt;/th&gt;
7511                     &lt;%editadmintemplateinfo(row, _ADM_TPLPT_ADMIN_BATCHLIST, ADMIN_BATCHLIST, , 22)%&gt;
7512                     &lt;/tr&gt;&lt;tr&gt;
7513                         &lt;th colspan=&quot;2&quot;&gt;&lt;%text(_QMENU_ACTIVATE)%&gt;&lt;/th&gt;
7514                     &lt;%editadmintemplateinfo(row, _ADM_TPLPT_ACTIVATE_FORGOT_TITLE, ACTIVATE_FORGOT_TITLE, , 23)%&gt;
7515                     &lt;%editadmintemplateinfo(row, _ADM_TPLPT_ACTIVATE_FORGOT_TEXT, ACTIVATE_FORGOT_TEXT, , 24)%&gt;
7516                     &lt;%editadmintemplateinfo(row, _ADM_TPLPT_ACTIVATE_REGISTER_TITLE, ACTIVATE_REGISTER_TITLE, , 25)%&gt;
7517                     &lt;%editadmintemplateinfo(row, _ADM_TPLPT_ACTIVATE_REGISTER_TEXT, ACTIVATE_REGISTER_TEXT, , 26)%&gt;
7518                     &lt;%editadmintemplateinfo(row, _ADM_TPLPT_ACTIVATE_CHANGE_TITLE, ACTIVATE_CHANGE_TITLE, , 27)%&gt;
7519                     &lt;%editadmintemplateinfo(row, _ADM_TPLPT_ACTIVATE_CHANGE_TEXT, ACTIVATE_CHANGE_TEXT, , 28)%&gt;
7520                     &lt;/tr&gt;&lt;tr&gt;
7521                         &lt;th colspan=&quot;2&quot;&gt;&lt;%text(_QMENU_MANAGE_SYSTEM)%&gt;&lt;/th&gt;
7522                     &lt;%editadmintemplateinfo(row, _ADM_TPLPT_SYSTEMINFO_GDSETTINGS, SYSTEMINFO_GDSETTINGS, , 29)%&gt;
7523                     &lt;/tr&gt;&lt;tr&gt;
7524                         &lt;th colspan=&quot;2&quot;&gt;&lt;%text(_BLOGLIST_BANS)%&gt;&lt;/th&gt;
7525                     &lt;%editadmintemplateinfo(row, _ADM_TPLPT_BANLIST_DELETED_LIST, BANLIST_DELETED_LIST, , 30)%&gt;
7526                     &lt;/tr&gt;&lt;tr&gt;
7527                         &lt;th colspan=&quot;2&quot;&gt;&lt;%text(_SKINABLEADMIN_TPLSETTING_INGENERAL)%&gt;&lt;/th&gt;
7528                     &lt;%editadmintemplateinfo(row, _ADM_TPLPT_INSERT_PLUGOPTION_TITLE, INSERT_PLUGOPTION_TITLE, , 31)%&gt;
7529                     &lt;%editadmintemplateinfo(row, _ADM_TPLPT_INSERT_PLUGOPTION_BODY, INSERT_PLUGOPTION_BODY, , 32)%&gt;
7530                     &lt;%editadmintemplateinfo(row, _ADM_TPLPT_INPUTYESNO_TEMPLATE_ADMIN, INPUTYESNO_TEMPLATE_ADMIN, , 33)%&gt;
7531                     &lt;%editadmintemplateinfo(row, _ADM_TPLPT_INPUTYESNO_TEMPLATE_NORMAL, INPUTYESNO_TEMPLATE_NORMAL, , 34)%&gt;
7532                     &lt;%editadmintemplateinfo(row, _ADM_TPLPT_ADMIN_CUSTOMHELPLINK_ICON, ADMIN_CUSTOMHELPLINK_ICON, , 35)%&gt;
7533                     &lt;%editadmintemplateinfo(row, _ADM_TPLPT_ADMIN_CUSTOMHELPLINK_ANCHOR, ADMIN_CUSTOMHELPLINK_ANCHOR, , 36)%&gt;
7534
7535                     &lt;/tr&gt;&lt;tr&gt;
7536                         &lt;th colspan=&quot;2&quot;&gt;&lt;%text(_SKINABLEADMIN_SHOWLIST_LISTPLUG_SELECT)%&gt;&lt;/th&gt;
7537                     &lt;%editadmintemplateinfo(row, _ADM_TPLPT_SHOWLIST_LISTPLUG_SELECT_HEAD, SHOWLIST_LISTPLUG_SELECT_HEAD, , 37)%&gt;
7538                     &lt;%editadmintemplateinfo(row, _ADM_TPLPT_SHOWLIST_LISTPLUG_SELECT_BODY, SHOWLIST_LISTPLUG_SELECT_BODY, , 38)%&gt;
7539                     &lt;%editadmintemplateinfo(row, _ADM_TPLPT_SHOWLIST_LISTPLUG_SELECT_FOOT, SHOWLIST_LISTPLUG_SELECT_FOOT, , 39)%&gt;
7540                     &lt;/tr&gt;&lt;tr&gt;
7541                         &lt;th colspan=&quot;2&quot;&gt;&lt;%text(_SKINABLEADMIN_SHOWLIST_LISTPLUG_TABLE)%&gt;&lt;/th&gt;
7542                     &lt;%editadmintemplateinfo(row, _ADM_TPLPT_SHOWLIST_LISTPLUG_TABLE_HEAD, SHOWLIST_LISTPLUG_TABLE_HEAD, , 40)%&gt;
7543                     &lt;%editadmintemplateinfo(row, _ADM_TPLPT_SHOWLIST_LISTPLUG_TABLE_BODY, SHOWLIST_LISTPLUG_TABLE_BODY, , 41)%&gt;
7544                     &lt;%editadmintemplateinfo(row, _ADM_TPLPT_SHOWLIST_LISTPLUG_TABLE_FOOT, SHOWLIST_LISTPLUG_TABLE_FOOT, , 42)%&gt;
7545                     &lt;%editadmintemplateinfo(row, _ADM_TPLPT_SHOWLIST_LISTPLUG_TABLE_MEMBLIST_HEAD, SHOWLIST_LISTPLUG_TABLE_MEMBLIST_HEAD, , 43)%&gt;
7546                     &lt;%editadmintemplateinfo(row, _ADM_TPLPT_SHOWLIST_LISTPLUG_TABLE_MEMBLIST_BODY, SHOWLIST_LISTPLUG_TABLE_MEMBLIST_BODY, , 44)%&gt;
7547                     &lt;%editadmintemplateinfo(row, _ADM_TPLPT_SHOWLIST_LISTPLUG_TABLE_MEMBLIST_FOOT, SHOWLIST_LISTPLUG_TABLE_MEMBLIST_FOOT, , 45)%&gt;
7548                     &lt;%editadmintemplateinfo(row, _ADM_TPLPT_SHOWLIST_LISTPLUG_TABLE_TEAMLIST_HEAD, SHOWLIST_LISTPLUG_TABLE_TEAMLIST_HEAD, , 46)%&gt;
7549                     &lt;%editadmintemplateinfo(row, _ADM_TPLPT_SHOWLIST_LISTPLUG_TABLE_TEAMLIST_BODY, SHOWLIST_LISTPLUG_TABLE_TEAMLIST_BODY, , 47)%&gt;
7550                     &lt;%editadmintemplateinfo(row, _ADM_TPLPT_SHOWLIST_LISTPLUG_TABLE_TEAMLIST_FOOT, SHOWLIST_LISTPLUG_TABLE_TEAMLIST_FOOT, , 48)%&gt;
7551                     &lt;%editadmintemplateinfo(row, _ADM_TPLPT_SHOWLIST_LISTPLUG_TABLE_PLUGLIST_HEAD, SHOWLIST_LISTPLUG_TABLE_PLUGLIST_HEAD, , 49)%&gt;
7552                     &lt;%editadmintemplateinfo(row, _ADM_TPLPT_SHOWLIST_LISTPLUG_TABLE_PLUGLIST_BODY, SHOWLIST_LISTPLUG_TABLE_PLUGLIST_BODY, , 50)%&gt;
7553                     &lt;%editadmintemplateinfo(row, _ADM_TPLPT_SHOWLIST_LISTPLUG_TABLE_PLUGLIST_GURL, SHOWLIST_LISTPLUG_TABLE_PLUGLIST_GURL, , 51)%&gt;
7554                     &lt;%editadmintemplateinfo(row, _ADM_TPLPT_SHOWLIST_LISTPLUG_TABLE_PLUGEVENTLIST, SHOWLIST_LISTPLUG_TABLE_PLUGEVENTLIST, , 52)%&gt;
7555                     &lt;%editadmintemplateinfo(row, _ADM_TPLPT_SHOWLIST_LISTPLUG_TABLE_PLUGNEDUPDATE, SHOWLIST_LISTPLUG_TABLE_PLUGNEDUPDATE, , 53)%&gt;
7556                     &lt;%editadmintemplateinfo(row, _ADM_TPLPT_SHOWLIST_LISTPLUG_TABLE_PLUGIN_DEPEND, SHOWLIST_LISTPLUG_TABLE_PLUGIN_DEPEND, , 54)%&gt;
7557                     &lt;%editadmintemplateinfo(row, _ADM_TPLPT_SHOWLIST_LISTPLUG_TABLE_PLUGIN_DEPREQ, SHOWLIST_LISTPLUG_TABLE_PLUGIN_DEPREQ, , 55)%&gt;
7558                     &lt;%editadmintemplateinfo(row, _ADM_TPLPT_SHOWLIST_LISTPLUG_TABLE_PLUGLISTFALSE, SHOWLIST_LISTPLUG_TABLE_PLUGLISTFALSE, , 56)%&gt;
7559                     &lt;%editadmintemplateinfo(row, _ADM_TPLPT_SHOWLIST_LISTPLUG_TABLE_PLUGLIST_ACTN, SHOWLIST_LISTPLUG_TABLE_PLUGLIST_ACTN, , 57)%&gt;
7560                     &lt;%editadmintemplateinfo(row, _ADM_TPLPT_SHOWLIST_LISTPLUG_TABLE_PLUGLIST_ADMN, SHOWLIST_LISTPLUG_TABLE_PLUGLIST_ADMN, , 58)%&gt;
7561                     &lt;%editadmintemplateinfo(row, _ADM_TPLPT_SHOWLIST_LISTPLUG_TABLE_PLUGLIST_HELP, SHOWLIST_LISTPLUG_TABLE_PLUGLIST_HELP, , 59)%&gt;
7562                     &lt;%editadmintemplateinfo(row, _ADM_TPLPT_SHOWLIST_LISTPLUG_TABLE_PLUGOPTSETURL, SHOWLIST_LISTPLUG_TABLE_PLUGOPTSETURL, , 60)%&gt;
7563                     &lt;%editadmintemplateinfo(row, _ADM_TPLPT_SHOWLIST_LISTPLUG_TABLE_PLUGLIST_FOOT, SHOWLIST_LISTPLUG_TABLE_PLUGLIST_FOOT, , 61)%&gt;
7564                     &lt;%editadmintemplateinfo(row, _ADM_TPLPT_SHOWLIST_LISTPLUG_TABLE_POPTLIST_HEAD, SHOWLIST_LISTPLUG_TABLE_POPTLIST_HEAD, , 62)%&gt;
7565                     &lt;%editadmintemplateinfo(row, _ADM_TPLPT_SHOWLIST_LISTPLUG_TABLE_POPTLIST_BODY, SHOWLIST_LISTPLUG_TABLE_POPTLIST_BODY, , 63)%&gt;
7566                     &lt;%editadmintemplateinfo(row, _ADM_TPLPT_SHOWLIST_LISTPLUG_TABLE_PLGOPT_OYESNO, SHOWLIST_LISTPLUG_TABLE_PLGOPT_OYESNO, , 64)%&gt;
7567                     &lt;%editadmintemplateinfo(row, _ADM_TPLPT_SHOWLIST_LISTPLUG_TABLE_PLGOPT_OPWORD, SHOWLIST_LISTPLUG_TABLE_PLGOPT_OPWORD, , 65)%&gt;
7568                     &lt;%editadmintemplateinfo(row, _ADM_TPLPT_SHOWLIST_LISTPLUG_TABLE_PLGOPT_OSELEP, SHOWLIST_LISTPLUG_TABLE_PLGOPT_OSELEP, , 66)%&gt;
7569                     &lt;%editadmintemplateinfo(row, _ADM_TPLPT_SHOWLIST_LISTPLUG_TABLE_PLGOPT_OSELEO, SHOWLIST_LISTPLUG_TABLE_PLGOPT_OSELEO, , 67)%&gt;
7570                     &lt;%editadmintemplateinfo(row, _ADM_TPLPT_SHOWLIST_LISTPLUG_TABLE_PLGOPT_OSELEC, SHOWLIST_LISTPLUG_TABLE_PLGOPT_OSELEC, , 68)%&gt;
7571                     &lt;%editadmintemplateinfo(row, _ADM_TPLPT_SHOWLIST_LISTPLUG_TABLE_PLGOPT_OTAREA, SHOWLIST_LISTPLUG_TABLE_PLGOPT_OTAREA, , 69)%&gt;
7572                     &lt;%editadmintemplateinfo(row, _ADM_TPLPT_SHOWLIST_LISTPLUG_TABLE_PLGOPT_OITEXT, SHOWLIST_LISTPLUG_TABLE_PLGOPT_OITEXT, , 70)%&gt;
7573                     &lt;%editadmintemplateinfo(row, _ADM_TPLPT_SHOWLIST_LISTPLUG_TABLE_PLUGOPTN_FOOT, SHOWLIST_LISTPLUG_TABLE_PLUGOPTN_FOOT, , 71)%&gt;
7574                     &lt;%editadmintemplateinfo(row, _ADM_TPLPT_SHOWLIST_LISTPLUG_TABLE_POPTLIST_FOOT, SHOWLIST_LISTPLUG_TABLE_POPTLIST_FOOT, , 72)%&gt;
7575                     &lt;%editadmintemplateinfo(row, _ADM_TPLPT_SHOWLIST_LISTPLUG_TABLE_ITEMLIST_HEAD, SHOWLIST_LISTPLUG_TABLE_ITEMLIST_HEAD, , 73)%&gt;
7576                     &lt;%editadmintemplateinfo(row, _ADM_TPLPT_SHOWLIST_LISTPLUG_TABLE_ITEMLIST_BODY, SHOWLIST_LISTPLUG_TABLE_ITEMLIST_BODY, , 74)%&gt;
7577                     &lt;%editadmintemplateinfo(row, _ADM_TPLPT_SHOWLIST_LISTPLUG_TABLE_ITEMLIST_FOOT, SHOWLIST_LISTPLUG_TABLE_ITEMLIST_FOOT, , 75)%&gt;
7578                     &lt;%editadmintemplateinfo(row, _ADM_TPLPT_SHOWLIST_LISTPLUG_TABLE_CMNTLIST_HEAD, SHOWLIST_LISTPLUG_TABLE_CMNTLIST_HEAD, , 76)%&gt;
7579                     &lt;%editadmintemplateinfo(row, _ADM_TPLPT_SHOWLIST_LISTPLUG_TABLE_CMNTLIST_BODY, SHOWLIST_LISTPLUG_TABLE_CMNTLIST_BODY, , 77)%&gt;
7580                     &lt;%editadmintemplateinfo(row, _ADM_TPLPT_SHOWLIST_LISTPLUG_TABLE_CMNTLIST_ABAN, SHOWLIST_LISTPLUG_TABLE_CMNTLIST_ABAN, , 78)%&gt;
7581                     &lt;%editadmintemplateinfo(row, _ADM_TPLPT_SHOWLIST_LISTPLUG_TABLE_CMNTLIST_FOOT, SHOWLIST_LISTPLUG_TABLE_CMNTLIST_FOOT, , 79)%&gt;
7582                     &lt;%editadmintemplateinfo(row, _ADM_TPLPT_SHOWLIST_LISTPLUG_TABLE_BLOGLIST_HEAD, SHOWLIST_LISTPLUG_TABLE_BLOGLIST_HEAD, , 80)%&gt;
7583                     &lt;%editadmintemplateinfo(row, _ADM_TPLPT_SHOWLIST_LISTPLUG_TABLE_BLOGLIST_BODY, SHOWLIST_LISTPLUG_TABLE_BLOGLIST_BODY, , 81)%&gt;
7584                     &lt;%editadmintemplateinfo(row, _ADM_TPLPT_SHOWLIST_LISTPLUG_TABLE_BLIST_BD_TADM, SHOWLIST_LISTPLUG_TABLE_BLIST_BD_TADM, , 82)%&gt;
7585                     &lt;%editadmintemplateinfo(row, _ADM_TPLPT_SHOWLIST_LISTPLUG_TABLE_BLIST_BD_SADM, SHOWLIST_LISTPLUG_TABLE_BLIST_BD_SADM, , 83)%&gt;
7586                     &lt;%editadmintemplateinfo(row, _ADM_TPLPT_SHOWLIST_LISTPLUG_TABLE_BLOGLIST_FOOT, SHOWLIST_LISTPLUG_TABLE_BLOGLIST_FOOT, , 84)%&gt;
7587                     &lt;%editadmintemplateinfo(row, _ADM_TPLPT_SHOWLIST_LISTPLUG_TABLE_BLOGSNAM_HEAD, SHOWLIST_LISTPLUG_TABLE_BLOGSNAM_HEAD, , 85)%&gt;
7588                     &lt;%editadmintemplateinfo(row, _ADM_TPLPT_SHOWLIST_LISTPLUG_TABLE_BLOGSNAM_BODY, SHOWLIST_LISTPLUG_TABLE_BLOGSNAM_BODY, , 86)%&gt;
7589                     &lt;%editadmintemplateinfo(row, _ADM_TPLPT_SHOWLIST_LISTPLUG_TABLE_BLOGSNAM_FOOT, SHOWLIST_LISTPLUG_TABLE_BLOGSNAM_FOOT, , 87)%&gt;
7590                     &lt;%editadmintemplateinfo(row, _ADM_TPLPT_SHOWLIST_LISTPLUG_TABLE_SHORTNAM_HEAD, SHOWLIST_LISTPLUG_TABLE_SHORTNAM_HEAD, , 88)%&gt;
7591                     &lt;%editadmintemplateinfo(row, _ADM_TPLPT_SHOWLIST_LISTPLUG_TABLE_SHORTNAM_BODY, SHOWLIST_LISTPLUG_TABLE_SHORTNAM_BODY, , 89)%&gt;
7592                     &lt;%editadmintemplateinfo(row, _ADM_TPLPT_SHOWLIST_LISTPLUG_TABLE_SHORTNAM_FOOT, SHOWLIST_LISTPLUG_TABLE_SHORTNAM_FOOT, , 90)%&gt;
7593                     &lt;%editadmintemplateinfo(row, _ADM_TPLPT_SHOWLIST_LISTPLUG_TABLE_CATELIST_HEAD, SHOWLIST_LISTPLUG_TABLE_CATELIST_HEAD, , 91)%&gt;
7594                     &lt;%editadmintemplateinfo(row, _ADM_TPLPT_SHOWLIST_LISTPLUG_TABLE_CATELIST_BODY, SHOWLIST_LISTPLUG_TABLE_CATELIST_BODY, , 92)%&gt;
7595                     &lt;%editadmintemplateinfo(row, _ADM_TPLPT_SHOWLIST_LISTPLUG_TABLE_CATELIST_FOOT, SHOWLIST_LISTPLUG_TABLE_CATELIST_FOOT, , 93)%&gt;
7596                     &lt;%editadmintemplateinfo(row, _ADM_TPLPT_SHOWLIST_LISTPLUG_TABLE_TPLTLIST_HEAD, SHOWLIST_LISTPLUG_TABLE_TPLTLIST_HEAD, , 94)%&gt;
7597                     &lt;%editadmintemplateinfo(row, _ADM_TPLPT_SHOWLIST_LISTPLUG_TABLE_TPLTLIST_BODY, SHOWLIST_LISTPLUG_TABLE_TPLTLIST_BODY, , 95)%&gt;
7598                     &lt;%editadmintemplateinfo(row, _ADM_TPLPT_SHOWLIST_LISTPLUG_TABLE_TPLTLIST_FOOT, SHOWLIST_LISTPLUG_TABLE_TPLTLIST_FOOT, , 96)%&gt;
7599                     &lt;%editadmintemplateinfo(row, _ADM_TPLPT_SHOWLIST_LISTPLUG_TABLE_SKINLIST_HEAD, SHOWLIST_LISTPLUG_TABLE_SKINLIST_HEAD, , 97)%&gt;
7600                     &lt;%editadmintemplateinfo(row, _ADM_TPLPT_SHOWLIST_LISTPLUG_TABLE_SKINLIST_BODY, SHOWLIST_LISTPLUG_TABLE_SKINLIST_BODY, , 98)%&gt;
7601                     &lt;%editadmintemplateinfo(row, _ADM_TPLPT_SHOWLIST_LISTPLUG_TABLE_SKINLIST_FOOT, SHOWLIST_LISTPLUG_TABLE_SKINLIST_FOOT, , 99)%&gt;
7602                     &lt;%editadmintemplateinfo(row, _ADM_TPLPT_SHOWLIST_LISTPLUG_TABLE_DRFTLIST_HEAD, SHOWLIST_LISTPLUG_TABLE_DRFTLIST_HEAD, , 100)%&gt;
7603                     &lt;%editadmintemplateinfo(row, _ADM_TPLPT_SHOWLIST_LISTPLUG_TABLE_DRFTLIST_BODY, SHOWLIST_LISTPLUG_TABLE_DRFTLIST_BODY, , 101)%&gt;
7604                     &lt;%editadmintemplateinfo(row, _ADM_TPLPT_SHOWLIST_LISTPLUG_TABLE_DRFTLIST_FOOT, SHOWLIST_LISTPLUG_TABLE_DRFTLIST_FOOT, , 102)%&gt;
7605                     &lt;%editadmintemplateinfo(row, _ADM_TPLPT_SHOWLIST_LISTPLUG_TABLE_ACTNLIST_HEAD, SHOWLIST_LISTPLUG_TABLE_ACTNLIST_HEAD, , 103)%&gt;
7606                     &lt;%editadmintemplateinfo(row, _ADM_TPLPT_SHOWLIST_LISTPLUG_TABLE_ACTNLIST_BODY, SHOWLIST_LISTPLUG_TABLE_ACTNLIST_BODY, , 104)%&gt;
7607                     &lt;%editadmintemplateinfo(row, _ADM_TPLPT_SHOWLIST_LISTPLUG_TABLE_ACTNLIST_FOOT, SHOWLIST_LISTPLUG_TABLE_ACTNLIST_FOOT, , 105)%&gt;
7608                     &lt;%editadmintemplateinfo(row, _ADM_TPLPT_SHOWLIST_LISTPLUG_TABLE_IBANLIST_HEAD, SHOWLIST_LISTPLUG_TABLE_IBANLIST_HEAD, , 106)%&gt;
7609                     &lt;%editadmintemplateinfo(row, _ADM_TPLPT_SHOWLIST_LISTPLUG_TABLE_IBANLIST_BODY, SHOWLIST_LISTPLUG_TABLE_IBANLIST_BODY, , 107)%&gt;
7610                     &lt;%editadmintemplateinfo(row, _ADM_TPLPT_SHOWLIST_LISTPLUG_TABLE_IBANLIST_FOOT, SHOWLIST_LISTPLUG_TABLE_IBANLIST_FOOT, , 108)%&gt;
7611                     &lt;/tr&gt;&lt;tr&gt;
7612                         &lt;th colspan=&quot;2&quot;&gt;&lt;%text(_SKINABLEADMIN_PLUGIN_QUICKMENU)%&gt;&lt;/th&gt;
7613                     &lt;%editadmintemplateinfo(row, _ADM_TPLPT_PLUGIN_QUICKMENU_TITLE, PLUGIN_QUICKMENU_TITLE, , 109)%&gt;
7614                     &lt;%editadmintemplateinfo(row, _ADM_TPLPT_PLUGIN_QUICKMENU_HEAD, PLUGIN_QUICKMENU_HEAD, , 110)%&gt;
7615                     &lt;%editadmintemplateinfo(row, _ADM_TPLPT_PLUGIN_QUICKMENU_BODY, PLUGIN_QUICKMENU_BODY, , 111)%&gt;
7616                     &lt;%editadmintemplateinfo(row, _ADM_TPLPT_PLUGIN_QUICKMENU_FOOT, PLUGIN_QUICKMENU_FOOT, , 112)%&gt;
7617                     &lt;/tr&gt;&lt;tr&gt;
7618                         &lt;th colspan=&quot;2&quot;&gt;&lt;%text(_TEMPLATE_PLUGIN_FIELDS)%&gt;&lt;/th&gt;
7619                     &lt;%editadmintemplateinfo(extratemplate,admin/default)%&gt;
7620                     &lt;/tr&gt;&lt;tr&gt;
7621                         &lt;th colspan=&quot;2&quot;&gt;&lt;%text(_TEMPLATE_UPDATE)%&gt;&lt;/th&gt;
7622                     &lt;/tr&gt;&lt;tr&gt;
7623                         &lt;td&gt;&lt;%text(_TEMPLATE_UPDATE)%&gt;&lt;/td&gt;
7624                         &lt;td&gt;
7625                             &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;
7626                             &lt;input type=&quot;reset&quot; tabindex=&quot;810&quot; value=&quot;&lt;%text(_TEMPLATE_RESET_BTN)%&gt;&quot; /&gt;
7627                         &lt;/td&gt;
7628                     &lt;/tr&gt;
7629                 &lt;/table&gt;
7630             &lt;/div&gt;
7631         &lt;/form&gt;&lt;%pagefoot%&gt;
7632 </pre>
7633 </div><div class="page">
7634 <a name="skinpartadmntemplateoverview" id="skinpartadmntemplateoverview"></a>
7635 <h1>Admin skins: admntemplateoverview</h1>
7636 <p>
7637 This skinpart is used to admntemplateoverview.
7638 </p>
7639 <p>
7640 Very basic buildup for a Admin layout:[Template overview]page page.
7641 </p>
7642 <pre>
7643 &lt;%pagehead%&gt;&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;
7644         &lt;h2&gt;&lt;%text(_TEMPLATE_TITLE)%&gt;&lt;/h2&gt;
7645         &lt;h3&gt;&lt;%text(_TEMPLATE_AVAILABLE_TITLE)%&gt;&lt;/h3&gt;
7646         &lt;%admintemplateoverview(admin/default)%&gt;
7647         &lt;h3&gt;&lt;%text(_TEMPLATE_NEW_TITLE)%&gt;&lt;/h3&gt;
7648         &lt;form method=&quot;post&quot; action=&quot;&lt;%adminurl%&gt;index.php&quot;&gt;
7649             &lt;div&gt;
7650                 &lt;input name=&quot;action&quot; value=&quot;admintemplatenew&quot; type=&quot;hidden&quot; /&gt;
7651                 &lt;%ticket%&gt;
7652                 &lt;table&gt;
7653                     &lt;tr&gt;
7654                         &lt;td&gt;&lt;%text(_TEMPLATE_NAME)%&gt; &lt;%helplink(shortnames)%&gt;&lt;/td&gt;
7655                         &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;
7656                     &lt;/tr&gt;&lt;tr&gt;
7657                         &lt;td&gt;&lt;%text(_TEMPLATE_DESC)%&gt;&lt;/td&gt;
7658                         &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;
7659                     &lt;/tr&gt;&lt;tr&gt;
7660                         &lt;td&gt;&lt;%text(_TEMPLATE_CREATE)%&gt;&lt;/td&gt;
7661                         &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;
7662                     &lt;/tr&gt;
7663                 &lt;/table&gt;
7664             &lt;/div&gt;
7665         &lt;/form&gt;&lt;%pagefoot%&gt;
7666 </pre>
7667 </div><div class="page">
7668 <a name="skinpartbackupoverview" id="skinpartbackupoverview"></a>
7669 <h1>Admin skins: backupoverview</h1>
7670 <p>
7671 This skinpart is used to backupoverview.
7672 </p>
7673 <p>
7674 Very basic buildup for a [Backups]page page.
7675 </p>
7676 <pre>
7677 &lt;%pagehead%&gt;        &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;
7678         &lt;h2&gt;&lt;%text(_BACKUPS_TITLE)%&gt;&lt;/h2&gt;
7679         &lt;h3&gt;&lt;%text(_BACKUP_TITLE)%&gt;&lt;/h3&gt;
7680         &lt;p&gt;&lt;%text(_BACKUP_INTRO)%&gt;&lt;/p&gt;
7681         &lt;form method=&quot;post&quot; action=&quot;&lt;%adminurl%&gt;index.php&quot;&gt;
7682             &lt;p&gt;
7683                 &lt;input type=&quot;hidden&quot; name=&quot;action&quot; value=&quot;backupcreate&quot; /&gt;
7684                 &lt;%ticket%&gt;
7685                 &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;
7686                 &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;
7687                 &lt;input type=&quot;submit&quot; value=&quot;&lt;%text(_BACKUP_BTN)%&gt;&quot; tabindex=&quot;20&quot; /&gt;
7688             &lt;/p&gt;
7689         &lt;/form&gt;
7690         &lt;div class=&quot;note&quot;&gt;&lt;%text(_BACKUP_NOTE)%&gt;&lt;/div&gt;
7691         &lt;h3&gt;&lt;%text(_RESTORE_TITLE)%&gt;&lt;/h3&gt;
7692         &lt;div class=&quot;note&quot;&gt;&lt;%text(_RESTORE_NOTE)%&gt;&lt;/div&gt;
7693         &lt;p&gt;&lt;%text(_RESTORE_INTRO)%&gt;&lt;/p&gt;
7694         &lt;form method=&quot;post&quot; action=&quot;&lt;%adminurl%&gt;index.php&quot; enctype=&quot;multipart/form-data&quot;&gt;
7695             &lt;p&gt;
7696                 &lt;input type=&quot;hidden&quot; name=&quot;action&quot; value=&quot;backuprestore&quot; /&gt;
7697                 &lt;%ticket%&gt;
7698                 &lt;input name=&quot;backup_file&quot; type=&quot;file&quot; tabindex=&quot;30&quot; /&gt;
7699                 &lt;br /&gt;&lt;br /&gt;
7700                 &lt;input type=&quot;submit&quot; value=&quot;&lt;%text(_RESTORE_BTN)%&gt;&quot; tabindex=&quot;40&quot; /&gt;&lt;br /&gt;
7701                 &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;
7702                 &lt;%text(_RESTORE_WARNING)%&gt;
7703             &lt;/p&gt;
7704         &lt;/form&gt;
7705 &lt;%pagefoot%&gt;
7706 </pre>
7707 </div><div class="page">
7708 <a name="skinpartbackuprestore" id="skinpartbackuprestore"></a>
7709 <h1>Admin skins: backuprestore</h1>
7710 <p>
7711 This skinpart is used to backuprestore.
7712 </p>
7713 <p>
7714 Very basic buildup for a [Restore Complete]page page.
7715 </p>
7716 <pre>
7717 &lt;%pagehead%&gt;        &lt;h2&gt;&lt;%text(_RESTORE_COMPLETE)%&gt;&lt;/h2&gt;
7718 &lt;%pagefoot%&gt;
7719 </pre>
7720 </div><div class="page">
7721 <a name="skinpartbanlist" id="skinpartbanlist"></a>
7722 <h1>Admin skins: banlist</h1>
7723 <p>
7724 This skinpart is used to banlist.
7725 </p>
7726 <p>
7727 Very basic buildup for a [Ban List for]page page.
7728 </p>
7729 <pre>
7730 &lt;%pagehead%&gt;&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;
7731         &lt;h2&gt;&lt;%text(_BAN_TITLE)%&gt; '&lt;%adminbloglink(admin/default)%&gt;'&lt;/h2&gt;
7732         &lt;%adminbanlist%&gt;
7733         &lt;h2&gt;&lt;%text(_BAN_NEW_TITLE)%&gt;&lt;/h2&gt;
7734         &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;
7735 </pre>
7736 </div><div class="page">
7737 <a name="skinpartbanlistdelete" id="skinpartbanlistdelete"></a>
7738 <h1>Admin skins: banlistdelete</h1>
7739 <p>
7740 This skinpart is used to banlistdelete.
7741 </p>
7742 <p>
7743 Very basic buildup for a [Remove Ban]page page.
7744 </p>
7745 <pre>
7746 &lt;%pagehead%&gt;            &lt;h2&gt;&lt;%text(_BAN_REMOVE_TITLE)%&gt;&lt;/h2&gt;
7747
7748             &lt;form method=&quot;post&quot; action=&quot;&lt;%adminurl%&gt;index.php&quot;&gt;
7749
7750             &lt;h3&gt;&lt;%text(_BAN_IPRANGE)%&gt;&lt;/h3&gt;
7751
7752             &lt;p&gt;
7753                 &lt;%text(_CONFIRMTXT_BAN)%&gt; &lt;%requestiprange%&gt;
7754                 &lt;input name=&quot;iprange&quot; type=&quot;hidden&quot; value=&quot;&lt;%requestiprange%&gt;&quot; /&gt;
7755             &lt;/p&gt;
7756
7757             &lt;h3&gt;&lt;%text(_BAN_BLOGS)%&gt;&lt;/h3&gt;
7758
7759             &lt;div&gt;
7760                 &lt;input type=&quot;hidden&quot; name=&quot;blogid&quot; value=&quot;&lt;%requestblogid%&gt;&quot; /&gt;
7761                 &lt;input name=&quot;allblogs&quot; type=&quot;radio&quot; value=&quot;0&quot; id=&quot;allblogs_one&quot; /&gt;
7762                 &lt;label for=&quot;allblogs_one&quot;&gt;&lt;%sprinttext(_BAN_BANBLOGNAME,&lt;|%getblogsetting(name)%|&gt;)%&gt;&lt;/label&gt;
7763                 &lt;br /&gt;
7764                 &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;
7765             &lt;/div&gt;
7766
7767             &lt;h3&gt;&lt;%text(_BAN_DELETE_TITLE)%&gt;&lt;/h3&gt;
7768
7769             &lt;div&gt;
7770                 &lt;%ticket%&gt;
7771                 &lt;input type=&quot;hidden&quot; name=&quot;action&quot; value=&quot;banlistdeleteconfirm&quot; /&gt;
7772                 &lt;input type=&quot;submit&quot; value=&quot;&lt;%text(_DELETE_CONFIRM_BTN)%&gt;&quot; /&gt;
7773             &lt;/div&gt;
7774
7775             &lt;/form&gt;
7776 &lt;%pagefoot%&gt;
7777 </pre>
7778 </div><div class="page">
7779 <a name="skinpartbanlistdeleteconfirm" id="skinpartbanlistdeleteconfirm"></a>
7780 <h1>Admin skins: banlistdeleteconfirm</h1>
7781 <p>
7782 This skinpart is used to banlistdeleteconfirm.
7783 </p>
7784 <p>
7785 Very basic buildup for a [Ban Removed]page page.
7786 </p>
7787 <pre>
7788 &lt;%pagehead%&gt;        &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;
7789         &lt;h2&gt;&lt;%text(_BAN_REMOVED_TITLE)%&gt;&lt;/h2&gt;
7790         &lt;p&gt;&lt;%text(_BAN_REMOVED_TEXT)%&gt;&lt;/p&gt;
7791         &lt;ul&gt;
7792         &lt;%banlistdeletedlist%&gt;
7793         &lt;/ul&gt;
7794 &lt;%pagefoot%&gt;
7795 </pre>
7796 </div><div class="page">
7797 <a name="skinpartbanlistnew" id="skinpartbanlistnew"></a>
7798 <h1>Admin skins: banlistnew</h1>
7799 <p>
7800 This skinpart is used to banlistnew.
7801 </p>
7802 <p>
7803 Very basic buildup for a [Add New Ban]page page.
7804 </p>
7805 <pre>
7806 &lt;%pagehead%&gt;        &lt;h2&gt;&lt;%text(_BAN_ADD_TITLE)%&gt;&lt;/h2&gt;
7807         &lt;form method=&quot;post&quot; action=&quot;&lt;%adminurl%&gt;index.php&quot;&gt;
7808             &lt;h3&gt;&lt;%text(_BAN_IPRANGE)%&gt;&lt;/h3&gt;
7809             &lt;p&gt;&lt;%text(_BAN_IPRANGE_TEXT)%&gt;&lt;/p&gt;
7810             &lt;div class=&quot;note&quot;&gt;
7811                 &lt;strong&gt;&lt;%text(_BAN_EXAMPLE_TITLE)%&gt;&lt;/strong&gt;
7812                 &lt;%text(_BAN_EXAMPLE_TEXT)%&gt;
7813             &lt;/div&gt;
7814             &lt;div&gt;
7815             &lt;%iprangeinput%&gt;
7816             &lt;/div&gt;
7817             &lt;h3&gt;&lt;%text(_BAN_BLOGS)%&gt;&lt;/h3&gt;
7818             &lt;p&gt;&lt;%text(_BAN_BLOGS_TEXT)%&gt;&lt;/p&gt;
7819             &lt;div&gt;
7820                 &lt;input type=&quot;hidden&quot; name=&quot;blogid&quot; value=&quot;&lt;%requestblogid%&gt;&quot; /&gt;
7821                 &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;
7822                 &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;
7823             &lt;/div&gt;
7824             &lt;h3&gt;&lt;%text(_BAN_REASON_TITLE)%&gt;&lt;/h3&gt;
7825             &lt;p&gt;&lt;%text(_BAN_REASON_TEXT)%&gt;&lt;/p&gt;
7826             &lt;div&gt;&lt;textarea name=&quot;reason&quot; cols=&quot;40&quot; rows=&quot;5&quot;&gt;&lt;/textarea&gt;&lt;/div&gt;
7827             &lt;h3&gt;&lt;%text(_BAN_ADD_TITLE)%&gt;&lt;/h3&gt;
7828             &lt;div&gt;
7829                 &lt;input name=&quot;action&quot; type=&quot;hidden&quot; value=&quot;banlistadd&quot; /&gt;
7830                 &lt;%ticket%&gt;
7831                 &lt;input type=&quot;submit&quot; value=&quot;&lt;%text(_BAN_ADD_BTN)%&gt;&quot; /&gt;
7832             &lt;/div&gt;
7833         &lt;/form&gt;
7834 &lt;%pagefoot%&gt;
7835 </pre>
7836 </div><div class="page">
7837 <a name="skinpartbatchcategory" id="skinpartbatchcategory"></a>
7838 <h1>Admin skins: batchcategory</h1>
7839 <p>
7840 This skinpart is used to batchcategory.
7841 </p>
7842 <p>
7843 Very basic buildup for a [Batch operation on categories]page page.
7844 </p>
7845 <pre>
7846 &lt;%pagehead%&gt;&lt;a href=&quot;&lt;%adminurl%&gt;index.php?action=overview&quot;&gt;&lt;%text(_BACKHOME)%&gt;&lt;/a&gt;
7847         &lt;h2&gt;&lt;%text(_BATCH_CATEGORIES)%&gt;&lt;/h2&gt;
7848         &lt;p&gt;&lt;%text(_BATCH_EXECUTING)%&gt;&lt;b&gt;&lt;%adminbatchaction%&gt;&lt;/b&gt;&lt;/p&gt;
7849         &lt;ul&gt;
7850         &lt;%adminbatchlist%&gt;
7851
7852
7853         &lt;/ul&gt;
7854         &lt;b&gt;&lt;%text(_BATCH_DONE)%&gt;&lt;/b&gt;&lt;%pagefoot%&gt;
7855 </pre>
7856 </div><div class="page">
7857 <a name="skinpartbatchcomment" id="skinpartbatchcomment"></a>
7858 <h1>Admin skins: batchcomment</h1>
7859 <p>
7860 This skinpart is used to batchcomment.
7861 </p>
7862 <p>
7863 Very basic buildup for a [Batch operation on comments]page page.
7864 </p>
7865 <pre>
7866 &lt;%pagehead%&gt;&lt;a href=&quot;&lt;%adminurl%&gt;index.php?action=overview&quot;&gt;&lt;%text(_BACKHOME)%&gt;&lt;/a&gt;
7867         &lt;h2&gt;&lt;%text(_BATCH_COMMENTS)%&gt;&lt;/h2&gt;
7868         &lt;p&gt;&lt;%text(_BATCH_EXECUTING)%&gt;&lt;b&gt;&lt;%adminbatchaction%&gt;&lt;/b&gt;&lt;/p&gt;
7869         &lt;ul&gt;
7870         &lt;%adminbatchlist%&gt;
7871         &lt;/ul&gt;
7872         &lt;b&gt;&lt;%text(_BATCH_DONE)%&gt;&lt;/b&gt;&lt;%pagefoot%&gt;
7873 </pre>
7874 </div><div class="page">
7875 <a name="skinpartbatchdelete" id="skinpartbatchdelete"></a>
7876 <h1>Admin skins: batchdelete</h1>
7877 <p>
7878 This skinpart is used to batchdelete.
7879 </p>
7880 <p>
7881 Very basic buildup for a [Confirm Batch Deletion]page page.
7882 </p>
7883 <pre>
7884 &lt;%pagehead%&gt;&lt;h2&gt;&lt;%text(_BATCH_DELETE_CONFIRM)%&gt;&lt;/h2&gt;
7885         &lt;form method=&quot;post&quot; action=&quot;&lt;%adminurl%&gt;index.php&quot;&gt;
7886             &lt;div&gt;
7887                 &lt;input type=&quot;hidden&quot; name=&quot;action&quot; value=&quot;&lt;%batchdeletetype%&gt;&quot; /&gt;
7888                 &lt;input type=&quot;hidden&quot; name=&quot;batchaction&quot; value=&quot;delete&quot; /&gt;
7889                 &lt;input type=&quot;hidden&quot; name=&quot;confirmation&quot; value=&quot;yes&quot; /&gt;
7890                 &lt;%ticket%&gt;
7891                 &lt;%batchdeletelist%&gt;
7892                 &lt;input type=&quot;submit&quot; value=&quot;&lt;%text(_BATCH_DELETE_CONFIRM_BTN)%&gt;&quot; onclick=&quot;return checkSubmit();&quot; /&gt;
7893             &lt;/div&gt;
7894         &lt;/form&gt;&lt;%pagefoot%&gt;
7895 </pre>
7896 </div><div class="page">
7897 <a name="skinpartbatchitem" id="skinpartbatchitem"></a>
7898 <h1>Admin skins: batchitem</h1>
7899 <p>
7900 This skinpart is used to batchitem.
7901 </p>
7902 <p>
7903 Very basic buildup for a [Batch operation on items]page page.
7904 </p>
7905 <pre>
7906 &lt;%pagehead%&gt;&lt;a href=&quot;&lt;%adminurl%&gt;index.php?action=overview&quot;&gt;&lt;%text(_BACKHOME)%&gt;&lt;/a&gt;
7907         &lt;h2&gt;&lt;%text(_BATCH_ITEMS)%&gt;&lt;/h2&gt;
7908         &lt;p&gt;&lt;%text(_BATCH_EXECUTING)%&gt;&lt;b&gt;&lt;%adminbatchaction%&gt;&lt;/b&gt;&lt;/p&gt;
7909         &lt;ul&gt;
7910         &lt;%adminbatchlist%&gt;
7911         &lt;/ul&gt;
7912         &lt;b&gt;&lt;%text(_BATCH_DONE)%&gt;&lt;/b&gt;&lt;%pagefoot%&gt;
7913 </pre>
7914 </div><div class="page">
7915 <a name="skinpartbatchmember" id="skinpartbatchmember"></a>
7916 <h1>Admin skins: batchmember</h1>
7917 <p>
7918 This skinpart is used to batchmember.
7919 </p>
7920 <p>
7921 Very basic buildup for a [Batch operation on members]page page.
7922 </p>
7923 <pre>
7924 &lt;%pagehead%&gt;&lt;a href=&quot;&lt;%adminurl%&gt;index.php?action=usermanagement&quot;&gt;&lt;%text(_MEMBERS_BACKTOOVERVIEW)%&gt;&lt;/a&gt;
7925         &lt;h2&gt;&lt;%text(_BATCH_MEMBERS)%&gt;&lt;/h2&gt;
7926         &lt;p&gt;&lt;%text(_BATCH_EXECUTING)%&gt;&lt;b&gt;&lt;%adminbatchaction%&gt;&lt;/b&gt;&lt;/p&gt;
7927         &lt;ul&gt;
7928         &lt;%adminbatchlist%&gt;
7929         &lt;/ul&gt;
7930         &lt;b&gt;&lt;%text(_BATCH_DONE)%&gt;&lt;/b&gt;&lt;%pagefoot%&gt;
7931 </pre>
7932 </div><div class="page">
7933 <a name="skinpartbatchmove" id="skinpartbatchmove"></a>
7934 <h1>Admin skins: batchmove</h1>
7935 <p>
7936 This skinpart is used to batchmove.
7937 </p>
7938 <p>
7939 Very basic buildup for a [Item move other category/Category move other blog]page page.
7940 </p>
7941 <pre>
7942 &lt;%pagehead%&gt;&lt;h2&gt;&lt;%text(_MOVE_TITLE)%&gt;&lt;/h2&gt;
7943         &lt;form method=&quot;post&quot; action=&quot;&lt;%adminurl%&gt;index.php&quot;&gt;
7944             &lt;div&gt;
7945                 &lt;input type=&quot;hidden&quot; name=&quot;action&quot; value=&quot;&lt;%batchmovetype%&gt;&quot; /&gt;
7946                 &lt;input type=&quot;hidden&quot; name=&quot;batchaction&quot; value=&quot;move&quot; /&gt;
7947                 &lt;%ticket%&gt;
7948                 &lt;%batchmovelist%&gt;
7949                 &lt;%movedistselect%&gt;
7950                 &lt;input type=&quot;submit&quot; value=&quot;&lt;%batchmovebtn%&gt;&quot; onclick=&quot;return checkSubmit();&quot; /&gt;
7951             &lt;/div&gt;
7952         &lt;/form&gt;&lt;%pagefoot%&gt;
7953 </pre>
7954 </div><div class="page">
7955 <a name="skinpartbatchmovecat" id="skinpartbatchmovecat"></a>
7956 <h1>Admin skins: batchmovecat</h1>
7957 <p>
7958 This skinpart is used to batchmovecat.
7959 </p>
7960 <p>
7961 Very basic buildup for a [Select blog to move category to]page page.
7962 </p>
7963 <pre>
7964 &lt;%pagehead%&gt;&lt;h2&gt;&lt;%text(_MOVECAT_TITLE)%&gt;&lt;/h2&gt;
7965         &lt;form method=&quot;post&quot; action=&quot;&lt;%adminurl%&gt;index.php&quot;&gt;
7966             &lt;div&gt;
7967                 &lt;input type=&quot;hidden&quot; name=&quot;action&quot; value=&quot;&lt;%batchmovetype%&gt;&quot; /&gt;
7968                 &lt;input type=&quot;hidden&quot; name=&quot;batchaction&quot; value=&quot;move&quot; /&gt;
7969                 &lt;%ticket%&gt;
7970                 &lt;%batchmovelist%&gt;
7971                 &lt;%movedistselect%&gt;
7972                 &lt;input type=&quot;submit&quot; value=&quot;&lt;%batchmovebtn%&gt;&quot; onclick=&quot;return checkSubmit();&quot; /&gt;
7973             &lt;/div&gt;
7974         &lt;/form&gt;&lt;%pagefoot%&gt;
7975 </pre>
7976 </div><div class="page">
7977 <a name="skinpartbatchteam" id="skinpartbatchteam"></a>
7978 <h1>Admin skins: batchteam</h1>
7979 <p>
7980 This skinpart is used to batchteam.
7981 </p>
7982 <p>
7983 Very basic buildup for a [Batch operation on team members]page page.
7984 </p>
7985 <pre>
7986 &lt;%pagehead%&gt;&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;
7987         &lt;h2&gt;&lt;%text(_BATCH_TEAM)%&gt;&lt;/h2&gt;
7988         &lt;p&gt;&lt;%text(_BATCH_EXECUTING)%&gt;&lt;b&gt;&lt;%adminbatchaction%&gt;&lt;/b&gt;&lt;/p&gt;
7989         &lt;ul&gt;
7990         &lt;%adminbatchlist%&gt;
7991         &lt;/ul&gt;
7992         &lt;b&gt;&lt;%text(_BATCH_DONE)%&gt;&lt;/b&gt;&lt;%pagefoot%&gt;
7993 </pre>
7994 </div><div class="page">
7995 <a name="skinpartblogcommentlist" id="skinpartblogcommentlist"></a>
7996 <h1>Admin skins: blogcommentlist</h1>
7997 <p>
7998 This skinpart is used to blogcommentlist.
7999 </p>
8000 <p>
8001 Very basic buildup for a [All Comments for blog]page page.
8002 </p>
8003 <pre>
8004 &lt;%pagehead%&gt;&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;
8005         &lt;h2&gt;&lt;%text(_COMMENTS_BLOG)%&gt; &lt;%adminbloglink(admin/default)%&gt;&lt;/h2&gt;
8006         &lt;%commentnavlist(admin/default)%&gt;&lt;%pagefoot%&gt;
8007 </pre>
8008 </div><div class="page">
8009 <a name="skinpartblogsettings" id="skinpartblogsettings"></a>
8010 <h1>Admin skins: blogsettings</h1>
8011 <p>
8012 This skinpart is used to blogsettings.
8013 </p>
8014 <p>
8015 Very basic buildup for a [Edit Blog Settings]page page.
8016 </p>
8017 <pre>
8018 &lt;%pagehead%&gt;&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;
8019         &lt;h2&gt;&lt;%text(_EBLOG_TITLE)%&gt;: '&lt;%adminbloglink(admin/default)%&gt;'&lt;/h2&gt;
8020
8021         &lt;h3&gt;&lt;%text(_EBLOG_TEAM_TITLE)%&gt;&lt;/h3&gt;
8022
8023         &lt;p&gt;
8024             &lt;%text(_EBLOG_CURRENT_TEAM_MEMBER)%&gt;
8025             &lt;%blogteammembers%&gt;
8026         &lt;/p&gt;
8027         &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;
8028         &lt;h3&gt;&lt;%text(_EBLOG_SETTINGS_TITLE)%&gt;&lt;/h3&gt;
8029         &lt;form method=&quot;post&quot; action=&quot;&lt;%adminurl%&gt;index.php&quot;&gt;
8030             &lt;div&gt;
8031                 &lt;input type=&quot;hidden&quot; name=&quot;action&quot; value=&quot;blogsettingsupdate&quot; /&gt;
8032                 &lt;%ticket%&gt;
8033                 &lt;input type=&quot;hidden&quot; name=&quot;blogid&quot; value=&quot;&lt;%requestblogid%&gt;&quot; /&gt;
8034                 &lt;table&gt;
8035                     &lt;tr&gt;
8036                         &lt;td&gt;&lt;%text(_EBLOG_NAME)%&gt;&lt;/td&gt;
8037                         &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;
8038                     &lt;/tr&gt;&lt;tr&gt;
8039                         &lt;td&gt;
8040                             &lt;%text(_EBLOG_SHORTNAME)%&gt; &lt;%helplink(shortblogname)%&gt;
8041                             &lt;%text(_EBLOG_SHORTNAME_EXTRA)%&gt;
8042                         &lt;/td&gt;
8043                         &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;
8044                     &lt;/tr&gt;&lt;tr&gt;
8045                         &lt;td&gt;&lt;%text(_EBLOG_DESC)%&gt;&lt;/td&gt;
8046                         &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;
8047                     &lt;/tr&gt;&lt;tr&gt;
8048                         &lt;td&gt;&lt;%text(_EBLOG_URL)%&gt;&lt;/td&gt;
8049                         &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;
8050                     &lt;/tr&gt;&lt;tr&gt;
8051                         &lt;td&gt;&lt;%text(_EBLOG_DEFSKIN)%&gt;&lt;%helplink(blogdefaultskin)%&gt;&lt;/td&gt;
8052                         &lt;td&gt;&lt;%defskinselect(blog)%&gt;&lt;/td&gt;
8053                     &lt;/tr&gt;&lt;tr&gt;
8054                         &lt;td&gt;&lt;%text(_EBLOG_LINEBREAKS)%&gt; &lt;%helplink(convertbreaks)%&gt;&lt;/td&gt;
8055                         &lt;td&gt;&lt;%blogsettingyesno(convertbreaks)%&gt;&lt;/td&gt;
8056                     &lt;/tr&gt;&lt;tr&gt;
8057                         &lt;td&gt;&lt;%text(_EBLOG_ALLOWPASTPOSTING)%&gt; &lt;%helplink(allowpastposting)%&gt;&lt;/td&gt;
8058                         &lt;td&gt;&lt;%blogsettingyesno(allowpastposting)%&gt;&lt;/td&gt;
8059                     &lt;/tr&gt;&lt;tr&gt;
8060                         &lt;td&gt;&lt;%text(_EBLOG_DISABLECOMMENTS)%&gt;&lt;/td&gt;
8061                         &lt;td&gt;&lt;%blogsettingyesno(comments)%&gt;&lt;/td&gt;
8062                     &lt;/tr&gt;&lt;tr&gt;
8063                         &lt;td&gt;&lt;%text(_EBLOG_ANONYMOUS)%&gt;&lt;/td&gt;
8064                         &lt;td&gt;&lt;%blogsettingyesno(public)%&gt;&lt;/td&gt;
8065                     &lt;/tr&gt;&lt;tr&gt;
8066                         &lt;td&gt;&lt;%text(_EBLOG_REQUIREDEMAIL)%&gt;&lt;/td&gt;
8067                         &lt;td&gt;&lt;%blogsettingyesno(reqemail)%&gt;&lt;/td&gt;
8068                     &lt;/tr&gt;&lt;tr&gt;
8069                         &lt;td&gt;&lt;%text(_EBLOG_NOTIFY)%&gt; &lt;%helplink(blognotify)%&gt;&lt;/td&gt;
8070                         &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;
8071                     &lt;/tr&gt;&lt;tr&gt;
8072                         &lt;td&gt;&lt;%text(_EBLOG_NOTIFY_ON)%&gt;&lt;/td&gt;
8073                         &lt;td&gt;
8074                             &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;
8075                             &lt;label for=&quot;notifyComment&quot;&gt;&lt;%text(_EBLOG_NOTIFY_COMMENT)%&gt;&lt;/label&gt;&lt;br /&gt;
8076                             &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;
8077                             &lt;label for=&quot;notifyVote&quot;&gt;&lt;%text(_EBLOG_NOTIFY_KARMA)%&gt;&lt;/label&gt;&lt;br /&gt;
8078                             &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;
8079                             &lt;label for=&quot;notifyNewItem&quot;&gt;&lt;%text(_EBLOG_NOTIFY_ITEM)%&gt;&lt;/label&gt;
8080                         &lt;/td&gt;
8081                     &lt;/tr&gt;&lt;tr&gt;
8082                         &lt;td&gt;&lt;%text(_EBLOG_MAXCOMMENTS)%&gt; &lt;%helplink(blogmaxcomments)%&gt;&lt;/td&gt;
8083                         &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;
8084                     &lt;/tr&gt;&lt;tr&gt;
8085                         &lt;td&gt;&lt;%text(_EBLOG_UPDATE)%&gt; &lt;%helplink(blogupdatefile)%&gt;&lt;/td&gt;
8086                         &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;
8087                     &lt;/tr&gt;&lt;tr&gt;
8088                         &lt;td&gt;&lt;%text(_EBLOG_DEFCAT)%&gt;&lt;/td&gt;
8089                         &lt;td&gt;&lt;%defcatselect%&gt;&lt;/td&gt;
8090                     &lt;/tr&gt;&lt;tr&gt;
8091                         &lt;td&gt;
8092                             &lt;%text(_EBLOG_OFFSET)%&gt; &lt;%helplink(blogtimeoffset)%&gt;&lt;br /&gt;
8093                             &lt;%text(_EBLOG_STIME)%&gt; &lt;b&gt;&lt;%blogtime(servertime,&quot;%H:%M&quot;)%&gt;&lt;/b&gt;&lt;br /&gt;
8094                             &lt;%text(_EBLOG_BTIME)%&gt; &lt;b&gt;&lt;%blogtime(blogtime,&quot;%H:%M&quot;)%&gt;&lt;/b&gt;
8095                         &lt;/td&gt;
8096                         &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;
8097                     &lt;/tr&gt;&lt;tr&gt;
8098                         &lt;td&gt;&lt;%text(_EBLOG_SEARCH)%&gt; &lt;%helplink(blogsearchable)%&gt;&lt;/td&gt;
8099                         &lt;td&gt;&lt;%blogsettingyesno(searchable)%&gt;&lt;/td&gt;
8100                     &lt;/tr&gt;
8101                     &lt;%pluginoptions(blog)%&gt;
8102                     &lt;tr&gt;
8103                         &lt;th colspan=&quot;2&quot;&gt;&lt;%text(_EBLOG_CHANGE)%&gt;&lt;/th&gt;
8104                     &lt;/tr&gt;&lt;tr&gt;
8105                         &lt;td&gt;&lt;%text(_EBLOG_CHANGE)%&gt;&lt;/td&gt;
8106                         &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;
8107                     &lt;/tr&gt;
8108                 &lt;/table&gt;
8109             &lt;/div&gt;
8110         &lt;/form&gt;
8111         &lt;h3&gt;&lt;%text(_EBLOG_CAT_TITLE)%&gt;&lt;/h3&gt;
8112         &lt;%blogcatlist%&gt;
8113         &lt;form action=&quot;&lt;%adminurl%&gt;index.php&quot; method=&quot;post&quot;&gt;
8114             &lt;div&gt;
8115                 &lt;input name=&quot;action&quot; value=&quot;categorynew&quot; type=&quot;hidden&quot; /&gt;
8116                 &lt;%ticket%&gt;
8117                 &lt;input name=&quot;blogid&quot; value=&quot;&lt;%blogsetting(id)%&gt;&quot; type=&quot;hidden&quot; /&gt;
8118                 &lt;table&gt;
8119                     &lt;tr&gt;
8120                         &lt;th colspan=&quot;2&quot;&gt;&lt;%text(_EBLOG_CAT_CREATE)%&gt;&lt;/th&gt;
8121                     &lt;/tr&gt;&lt;tr&gt;
8122                         &lt;td&gt;&lt;%text(_EBLOG_CAT_NAME)%&gt;&lt;/td&gt;
8123                         &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;
8124                     &lt;/tr&gt;&lt;tr&gt;
8125                         &lt;td&gt;&lt;%text(_EBLOG_CAT_DESC)%&gt;&lt;/td&gt;
8126                         &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;
8127                     &lt;/tr&gt;&lt;tr&gt;
8128                         &lt;td&gt;&lt;%text(_EBLOG_CAT_CREATE)%&gt;&lt;/td&gt;
8129                         &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;
8130                     &lt;/tr&gt;
8131                 &lt;/table&gt;
8132             &lt;/div&gt;
8133         &lt;/form&gt;
8134         &lt;h3&gt;&lt;%text(_PLUGINS_EXTRA)%&gt;&lt;/h3&gt;
8135         &lt;%pluginextras(blog)%&gt;&lt;%pagefoot%&gt;
8136 </pre>
8137 </div><div class="page">
8138 <a name="skinpartbookmarklet" id="skinpartbookmarklet"></a>
8139 <h1>Admin skins: bookmarklet</h1>
8140 <p>
8141 This skinpart is used to bookmarklet.
8142 </p>
8143 <p>
8144 Very basic buildup for a [Bookmarklet<!-- and Right Click Menu -->]page page.
8145 </p>
8146 <pre>
8147 &lt;%pagehead%&gt;        &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(_BOOKMARKLET_TITLE)%&gt;&lt;/h2&gt;
8149         &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;
8150         &lt;h3&gt;&lt;%text(_BOOKMARKLET_BOOKARKLET)%&gt;&lt;/h3&gt;
8151         &lt;p&gt;
8152             &lt;%text(_BOOKMARKLET_BMARKTEXT)%&gt;&lt;small&gt;&lt;%text(_BOOKMARKLET_BMARKTEST)%&gt;&lt;/small&gt;
8153             &lt;br /&gt;
8154             &lt;br /&gt;
8155             &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;
8156         &lt;/p&gt;
8157 &lt;%pagefoot%&gt;
8158 </pre>
8159 </div><div class="page">
8160 <a name="skinpartbrowseowncomments" id="skinpartbrowseowncomments"></a>
8161 <h1>Admin skins: browseowncomments</h1>
8162 <p>
8163 This skinpart is used to browseowncomments.
8164 </p>
8165 <p>
8166 Very basic buildup for a [Your Comments]page page.
8167 </p>
8168 <pre>
8169 &lt;%pagehead%&gt;&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;
8170         &lt;h2&gt;&lt;%text(_COMMENTS_YOUR)%&gt;&lt;/h2&gt;
8171         &lt;%commentnavlist(admin/default)%&gt;&lt;%pagefoot%&gt;
8172 </pre>
8173 </div><div class="page">
8174 <a name="skinpartbrowseownitems" id="skinpartbrowseownitems"></a>
8175 <h1>Admin skins: browseownitems</h1>
8176 <p>
8177 This skinpart is used to browseownitems.
8178 </p>
8179 <p>
8180 Very basic buildup for a [Your items]page page.
8181 </p>
8182 <pre>
8183 &lt;%pagehead%&gt;&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;
8184         &lt;h2&gt;&lt;%text(_ITEMLIST_YOUR)%&gt;&lt;/h2&gt;
8185         &lt;%itemnavlist(admin/default)%&gt;&lt;%pagefoot%&gt;
8186 </pre>
8187 </div><div class="page">
8188 <a name="skinpartcategorydelete" id="skinpartcategorydelete"></a>
8189 <h1>Admin skins: categorydelete</h1>
8190 <p>
8191 This skinpart is used to categorydelete.
8192 </p>
8193 <p>
8194 Very basic buildup for a [You're about to delete the category (batch)]page page.
8195 </p>
8196 <pre>
8197 &lt;%pagehead%&gt;&lt;h2&gt;&lt;%text(_DELETE_CONFIRM)%&gt;&lt;/h2&gt;
8198             &lt;div&gt;
8199                 &lt;%text(_CONFIRMTXT_CATEGORY)%&gt;&lt;b&gt;&lt;%categorysetting(name)%&gt;&lt;/b&gt;
8200             &lt;/div&gt;
8201             &lt;form method=&quot;post&quot; action=&quot;&lt;%adminurl%&gt;index.php&quot;&gt;
8202                 &lt;div&gt;
8203                     &lt;input type=&quot;hidden&quot; name=&quot;action&quot; value=&quot;categorydeleteconfirm&quot; /&gt;
8204                     &lt;%ticket%&gt;
8205                     &lt;input type=&quot;hidden&quot; name=&quot;blogid&quot; value=&quot;&lt;%requestblogid%&gt;&quot; /&gt;
8206                     &lt;input type=&quot;hidden&quot; name=&quot;catid&quot; value=&quot;&lt;%categorysetting(id)%&gt;&quot; /&gt;
8207                     &lt;input type=&quot;submit&quot; tabindex=&quot;10&quot; value=&quot;&lt;%text(_DELETE_CONFIRM_BTN)%&gt;&quot; /&gt;
8208                 &lt;/div&gt;
8209             &lt;/form&gt;&lt;%pagefoot%&gt;
8210 </pre>
8211 </div><div class="page">
8212 <a name="skinpartcategoryedit" id="skinpartcategoryedit"></a>
8213 <h1>Admin skins: categoryedit</h1>
8214 <p>
8215 This skinpart is used to categoryedit.
8216 </p>
8217 <p>
8218 Very basic buildup for a [Update Category]page page.
8219 </p>
8220 <pre>
8221 &lt;%pagehead%&gt;&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;
8222         &lt;h2&gt;&lt;%text(_EBLOG_CAT_UPDATE)%&gt; '&lt;%categorysetting(name)%&gt;'&lt;/h2&gt;
8223         &lt;form method='post' action='&lt;%adminurl%&gt;index.php'&gt;
8224             &lt;div&gt;
8225                 &lt;input name=&quot;blogid&quot; type=&quot;hidden&quot; value=&quot;&lt;%requestblogid%&gt;&quot; /&gt;
8226                 &lt;input name=&quot;catid&quot; type=&quot;hidden&quot; value=&quot;&lt;%categorysetting(id)%&gt;&quot; /&gt;
8227                 &lt;input name=&quot;desturl&quot; type=&quot;hidden&quot; value=&quot;&lt;%editdesturl%&gt;&quot; /&gt;
8228                 &lt;input name=&quot;action&quot; type=&quot;hidden&quot; value=&quot;categoryupdate&quot; /&gt;
8229                 &lt;%ticket%&gt;
8230                 &lt;table&gt;
8231                     &lt;tr&gt;
8232                         &lt;th colspan=&quot;2&quot;&gt;&lt;%text(_EBLOG_CAT_UPDATE)%&gt;&lt;/th&gt;
8233                     &lt;/tr&gt;&lt;tr&gt;
8234                         &lt;td&gt;&lt;%text(_EBLOG_CAT_NAME)%&gt;&lt;/td&gt;
8235                         &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;
8236                     &lt;/tr&gt;&lt;tr&gt;
8237                         &lt;td&gt;&lt;%text(_EBLOG_CAT_DESC)%&gt;&lt;/td&gt;
8238                         &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;
8239                     &lt;/tr&gt;
8240                     &lt;%pluginoptions(category)%&gt;
8241                     &lt;tr&gt;
8242                         &lt;th colspan=&quot;2&quot;&gt;&lt;%text(_EBLOG_CAT_UPDATE)%&gt;&lt;/th&gt;
8243                     &lt;/tr&gt;&lt;tr&gt;
8244                         &lt;td&gt;&lt;%text(_EBLOG_CAT_UPDATE)%&gt;&lt;/td&gt;
8245                         &lt;td&gt;&lt;input type=&quot;submit&quot; value=&quot;&lt;%text(_EBLOG_CAT_UPDATE_BTN)%&gt;&quot; /&gt;&lt;/td&gt;
8246                     &lt;/tr&gt;
8247                 &lt;/table&gt;
8248             &lt;/div&gt;
8249         &lt;/form&gt;&lt;%pagefoot%&gt;
8250 </pre>
8251 </div><div class="page">
8252 <a name="skinpartcommentdelete" id="skinpartcommentdelete"></a>
8253 <h1>Admin skins: commentdelete</h1>
8254 <p>
8255 This skinpart is used to commentdelete.
8256 </p>
8257 <p>
8258 Very basic buildup for a [You're about to delete the following comment:(batch)]page page.
8259 </p>
8260 <pre>
8261 &lt;%pagehead%&gt;&lt;h2&gt;&lt;%text(_DELETE_CONFIRM)%&gt;&lt;/h2&gt;
8262             &lt;p&gt;&lt;%text(_CONFIRMTXT_COMMENT)%&gt;&lt;/p&gt;
8263             &lt;div class=&quot;note&quot;&gt;
8264             &lt;b&gt;&lt;%text(_EDITC_WHO)%&gt;:&lt;/b&gt; &lt;%deletecomment(author)%&gt;
8265             &lt;br /&gt;
8266             &lt;b&gt;&lt;%text(_EDITC_TEXT)%&gt;:&lt;/b&gt; &lt;%deletecomment(body)%&gt;
8267             &lt;/div&gt;
8268             &lt;form method=&quot;post&quot; action=&quot;&lt;%adminurl%&gt;index.php&quot;&gt;&lt;div&gt;
8269                 &lt;input type=&quot;hidden&quot; name=&quot;action&quot; value=&quot;commentdeleteconfirm&quot; /&gt;
8270                 &lt;%ticket%&gt;
8271                 &lt;input type=&quot;hidden&quot; name=&quot;commentid&quot; value=&quot;&lt;%deletecomment(id)%&gt;&quot; /&gt;
8272                 &lt;input type=&quot;submit&quot; tabindex=&quot;10&quot; value=&quot;&lt;%text(_DELETE_CONFIRM_BTN)%&gt;&quot; /&gt;
8273             &lt;/div&gt;&lt;/form&gt;&lt;%pagefoot%&gt;
8274 </pre>
8275 </div><div class="page">
8276 <a name="skinpartcommentedit" id="skinpartcommentedit"></a>
8277 <h1>Admin skins: commentedit</h1>
8278 <p>
8279 This skinpart is used to commentedit.
8280 </p>
8281 <p>
8282 Very basic buildup for a [Edit Comments]page page.
8283 </p>
8284 <pre>
8285 &lt;%pagehead%&gt;&lt;h2&gt;&lt;%text(_EDITC_TITLE)%&gt;&lt;/h2&gt;
8286             &lt;form method=&quot;post&quot; action=&quot;&lt;%adminurl%&gt;index.php&quot;&gt;
8287                 &lt;div&gt;
8288                     &lt;input type=&quot;hidden&quot; name=&quot;action&quot; value=&quot;commentupdate&quot; /&gt;
8289                     &lt;%ticket%&gt;
8290                     &lt;input type=&quot;hidden&quot; name=&quot;commentid&quot; value=&quot;&lt;%editcomment(id)%&gt;&quot; /&gt;
8291                     &lt;table&gt;
8292                         &lt;tr&gt;
8293                             &lt;th colspan=&quot;2&quot;&gt;&lt;%text(_EDITC_TITLE)%&gt;&lt;/th&gt;
8294                         &lt;/tr&gt;
8295                         &lt;tr&gt;
8296                             &lt;td&gt;&lt;%text(_EDITC_WHO)%&gt;&lt;/td&gt;
8297                             &lt;td&gt;&lt;%editcomment(user)%&gt;&lt;/td&gt;
8298                         &lt;/tr&gt;
8299                         &lt;tr&gt;
8300                             &lt;td&gt;&lt;%text(_EDITC_WHEN)%&gt;&lt;/td&gt;
8301                             &lt;td&gt;&lt;%editcomment(date)%&gt;&lt;/td&gt;
8302                         &lt;/tr&gt;
8303                         &lt;tr&gt;
8304                             &lt;td&gt;&lt;%text(_EDITC_HOST)%&gt;&lt;/td&gt;
8305                             &lt;td&gt;&lt;%editcomment(host)%&gt;&lt;/td&gt;
8306                         &lt;/tr&gt;
8307                         &lt;tr&gt;
8308                             &lt;td&gt;&lt;%text(_EDITC_URL)%&gt;&lt;/td&gt;
8309                             &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;
8310                         &lt;/tr&gt;
8311                         &lt;tr&gt;
8312                             &lt;td&gt;&lt;%text(_EDITC_EMAIL)%&gt;&lt;/td&gt;
8313                             &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;
8314                         &lt;/tr&gt;
8315                         &lt;tr&gt;
8316                             &lt;td&gt;&lt;%text(_EDITC_TEXT)%&gt;&lt;/td&gt;
8317                             &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;
8318                         &lt;/tr&gt;
8319                         &lt;tr&gt;
8320                             &lt;td&gt;&lt;%text(_EDITC_EDIT)%&gt;&lt;/td&gt;
8321                             &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;
8322                         &lt;/tr&gt;
8323                     &lt;/table&gt;
8324                 &lt;/div&gt;
8325             &lt;/form&gt;&lt;%pagefoot%&gt;
8326 </pre>
8327 </div><div class="page">
8328 <a name="skinpartcreateaccountdisable" id="skinpartcreateaccountdisable"></a>
8329 <h1>Admin skins: createaccountdisable</h1>
8330 <p>
8331 This skinpart is used to createaccountdisable.
8332 </p>
8333 <p>
8334 Very basic buildup for a [Visitors are not allowed to create a Member Account.<br /><br />]page page.
8335 </p>
8336 <pre>
8337
8338         &lt;%pagehead%&gt;
8339         &lt;h2&gt;&lt;%text(_CREATE_ACCOUNT0)%&gt;&lt;/h2&gt;
8340         &lt;p&gt;&lt;%text(_CREATE_ACCOUNT1)%&gt;&lt;/p&gt;
8341         &lt;p&gt;&lt;%text(_CREATE_ACCOUNT2)%&gt;&lt;/p&gt;
8342         &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;
8343         &lt;%pagefoot%&gt;
8344
8345 </pre>
8346 </div><div class="page">
8347 <a name="skinpartcreateaccountinput" id="skinpartcreateaccountinput"></a>
8348 <h1>Admin skins: createaccountinput</h1>
8349 <p>
8350 This skinpart is used to createaccountinput.
8351 </p>
8352 <p>
8353 Very basic buildup for a [Create Member Account]page page.
8354 </p>
8355 <pre>
8356
8357         &lt;%pagehead%&gt;
8358         &lt;h2&gt;&lt;%text(_CREATE_ACCOUNT0)%&gt;&lt;/h2&gt;
8359         &lt;%headmessage%&gt;
8360         &lt;form method=&quot;post&quot; action=&quot;&lt;%sitevar(url)%&gt;createaccount.php&quot;&gt;
8361         &lt;dl&gt;
8362         &lt;dt&gt;&lt;label for=&quot;name&quot;&gt;&lt;%text(_CREATE_ACCOUNT_LOGIN_NAME)%&gt;&lt;/label&gt;&lt;/dt&gt;
8363         &lt;dd&gt;
8364         &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;
8365         &lt;span style=&quot;\small&quot;&gt;&lt;%text(_CREATE_ACCOUNT_LOGIN_NAME_VALID)%&gt;&lt;/span&gt;
8366         &lt;/dd&gt;
8367         &lt;dt&gt;&lt;label for=&quot;realname&quot;&gt;&lt;%text(_CREATE_ACCOUNT_REAL_NAME)%&gt;&lt;/label&gt;&lt;/dt&gt;
8368         &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;
8369         &lt;dt&gt;&lt;label for=&quot;email&quot;&gt;&lt;%text(_CREATE_ACCOUNT_EMAIL)%&gt;&lt;/label&gt;&lt;/dt&gt;
8370         &lt;dd&gt;
8371         &lt;input id=&quot;email&quot;name=&quot;email&quot; value=&quot;&lt;%contents(email)%&gt;&quot; size=&quot;40&quot; /&gt;
8372         &lt;span style=&quot;\small&quot;&gt;&lt;%text(_CREATE_ACCOUNT_EMAIL2)%&gt;&lt;/span&gt;
8373         &lt;/dd&gt;
8374         &lt;dt&gt;&lt;label for=&quot;url&quot;&gt;&lt;%text(_CREATE_ACCOUNT_URL)%&gt;&lt;/label&gt;&lt;/dt&gt;
8375         &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;
8376         &lt;/dl&gt;
8377         &lt;%pluginextras(createaccount)%&gt;
8378         &lt;%eventformextra(membermailform-notloggedin)%&gt;
8379         &lt;p&gt;
8380         &lt;input type=&quot;hidden&quot; name=&quot;showform&quot; value=&quot;1&quot; /&gt;
8381         &lt;button type=&quot;submit&quot; name=&quot;action&quot; value=&quot;createaccount&quot;&gt;&lt;%text(_CREATE_ACCOUNT_SUBMIT)%&gt;&lt;/button&gt;
8382         &lt;/p&gt;
8383         &lt;/form&gt;
8384         &lt;%pagefoot%&gt;
8385
8386 </pre>
8387 </div><div class="page">
8388 <a name="skinpartcreateaccountsuccess" id="skinpartcreateaccountsuccess"></a>
8389 <h1>Admin skins: createaccountsuccess</h1>
8390 <p>
8391 This skinpart is used to createaccountsuccess.
8392 </p>
8393 <p>
8394 Very basic buildup for a [Create Account]page page.
8395 </p>
8396 <pre>
8397
8398         &lt;%pagehead%&gt;
8399         &lt;h2&gt;&lt;%text(_CREATE_ACCOUNT)%&gt;&lt;/h2&gt;
8400         &lt;%headmessage%&gt;
8401         &lt;p&gt;&lt;%text(_MSG_ACTIVATION_SENT)%&gt;&lt;/p&gt;
8402         &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;
8403         &lt;%pagefoot%&gt;
8404
8405 </pre>
8406 </div><div class="page">
8407 <a name="skinpartcreateitem" id="skinpartcreateitem"></a>
8408 <h1>Admin skins: createitem</h1>
8409 <p>
8410 This skinpart is used to createitem.
8411 </p>
8412 <p>
8413 Very basic buildup for a [Add new item to]page page.
8414 </p>
8415 <pre>
8416 &lt;%pagehead%&gt;&lt;h2&gt;&lt;%text(_ADD_ADDTO)%&gt; '&lt;%adminbloglink(admin/default)%&gt;'&lt;/h2&gt;
8417
8418 &lt;%init%&gt;
8419 &lt;script type=&quot;text/javascript&quot; src=&quot;&lt;%skinfile(/javascripts/numbercheck.js)%&gt;&quot;&gt;&lt;/script&gt;
8420 &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;
8421
8422 &lt;form id=&quot;addform&quot; method=&quot;post&quot; action=&quot;&lt;%adminurl%&gt;index.php&quot; &gt;
8423
8424 &lt;div&gt;
8425
8426 &lt;input type=&quot;hidden&quot; name=&quot;action&quot; value=&quot;additem&quot; /&gt;
8427 &lt;input name=&quot;blogid&quot; value=&quot;&lt;%blogid%&gt;&quot; type=&quot;hidden&quot; /&gt;
8428 &lt;input type=&quot;hidden&quot; name=&quot;draftid&quot; value=&quot;0&quot; /&gt;
8429 &lt;%ticket%&gt;
8430
8431 &lt;table&gt;
8432         &lt;tr&gt;
8433                 &lt;th colspan=&quot;2&quot;&gt;&lt;%text(_ADD_CREATENEW)%&gt;&lt;/th&gt;
8434         &lt;/tr&gt;
8435         &lt;%if(autosave)%&gt;&lt;tr&gt;
8436                 &lt;td&gt;&lt;%text(_AUTOSAVEDRAFT)%&gt;&lt;/td&gt;
8437                 &lt;td&gt;&lt;span id=&quot;info&quot;&gt;&lt;%text(_AUTOSAVEDRAFT_NOTYETSAVED)%&gt;&lt;/span&gt;&lt;/td&gt;
8438         &lt;/tr&gt;&lt;%endif%&gt;
8439         &lt;tr&gt;
8440                 &lt;td&gt;&lt;%text(_ADD_TITLE)%&gt;&lt;/td&gt;
8441                 &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;
8442                         name=&quot;title&quot;
8443                         tabindex=&quot;10&quot;
8444                         size=&quot;60&quot; 
8445                         maxlength=&quot;160&quot; 
8446                         value=&quot;&lt;%contents(title)%&gt;&quot;
8447                         /&gt;&lt;/td&gt;
8448         &lt;/tr&gt;&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;&lt;tr&gt;
8527         
8528 &lt;%if(blogsetting, bcomments)%&gt;
8529                 &lt;td&gt;&lt;%text(_ADD_DISABLE_COMMENTS)%&gt;&lt;/td&gt;
8530                 &lt;td&gt;
8531                         &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;
8532                         &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;
8533                 &lt;/td&gt;
8534         &lt;/tr&gt;&lt;tr&gt;
8535 &lt;%endif%&gt;
8536
8537
8538                 &lt;td&gt;&lt;%text(_ADD_CATEGORY)%&gt;&lt;/td&gt;
8539                 &lt;td&gt;&lt;%categories(40)%&gt;&lt;/td&gt;
8540         &lt;/tr&gt;&lt;tr&gt;
8541                 &lt;td&gt;&lt;%text(_SUBMIT)%&gt;&lt;/td&gt;
8542                 &lt;td&gt;
8543                         &lt;input tabindex=&quot;60&quot; type=&quot;submit&quot; value=&quot;&lt;%text(_ADD_ADDITEM)%&gt;&quot; 
8544                                 onclick=&quot;return checkSubmit();&quot; /&gt;
8545
8546                         &lt;br /&gt;&lt;br /&gt;
8547
8548                         &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;
8549                         &lt;br /&gt;
8550                         &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;
8551                         &lt;div class=&quot;indent&quot;&gt;
8552                                 &lt;%text(_ADD_PLACE_ON)%&gt;
8553                                 &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;
8554                                 &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;
8555                                 &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;
8556                                  
8557                                 &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;
8558                                 &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;
8559                                 &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;
8560                                 
8561                                 &lt;%if(blogsetting, ballowpast,0)%&gt;
8562                                         &lt;br /&gt;
8563                                         &lt;%text(_ADD_NOPASTDATES)%&gt;
8564                                 &lt;%endif%&gt;
8565                         &lt;/div&gt;
8566                         &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;
8567                 &lt;/td&gt;
8568         &lt;/tr&gt;&lt;tr&gt;
8569                 &lt;td&gt;&lt;%text(_ADD_PLUGIN_EXTRAS)%&gt;&lt;/td&gt;
8570                 &lt;td&gt;
8571                         &lt;%pluginextras%&gt;
8572                 &lt;/td&gt;
8573         &lt;/tr&gt;
8574                         &lt;%pluginoptions(item)%&gt;   
8575     &lt;tr&gt;
8576         &lt;th colspan=&quot;2&quot;&gt;&lt;%text(_ADD_MORE)%&gt;&lt;/th&gt;
8577         &lt;/tr&gt;&lt;tr&gt;
8578                 &lt;td&gt;&lt;%text(_ADD_MORE)%&gt;
8579                         &lt;br /&gt;&lt;%helplink(extended)%&gt;
8580                 &lt;/td&gt;
8581                 &lt;td&gt;
8582                 &lt;div class=&quot;jsbuttonbar&quot;&gt;
8583 &lt;!--[if IE]&gt;
8584                         &lt;span class=&quot;jsbutton&quot; onmouseover=&quot;BtnHighlight(this);&quot; onmouseout=&quot;BtnNormal(this);&quot; onclick=&quot;cutThis()&quot;&gt;
8585                                 &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;
8586                         &lt;/span&gt;
8587                         &lt;span class=&quot;jsbutton&quot; onmouseover=&quot;BtnHighlight(this);&quot; onmouseout=&quot;BtnNormal(this);&quot; onclick=&quot;copyThis()&quot;&gt;
8588                                 &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;
8589                         &lt;/span&gt;
8590                         &lt;span class=&quot;jsbutton&quot; onmouseover=&quot;BtnHighlight(this);&quot; onmouseout=&quot;BtnNormal(this);&quot; onclick=&quot;pasteThis()&quot;&gt;
8591                                 &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;
8592                         &lt;/span&gt;
8593                         &lt;span class=&quot;jsbuttonspacer&quot;&gt;&amp;nbsp;&lt;/span&gt;
8594                         &lt;span class=&quot;jsbutton&quot; onmouseover=&quot;BtnHighlight(this);&quot; onmouseout=&quot;BtnNormal(this);&quot; onclick=&quot;boldThis()&quot;&gt;
8595                                 &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;
8596                         &lt;/span&gt;
8597                         &lt;span class=&quot;jsbutton&quot; onmouseover=&quot;BtnHighlight(this);&quot; onmouseout=&quot;BtnNormal(this);&quot; onclick=&quot;italicThis()&quot;&gt;
8598                                 &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;
8599                         &lt;/span&gt;
8600                         &lt;span class=&quot;jsbutton&quot; onmouseover=&quot;BtnHighlight(this);&quot; onmouseout=&quot;BtnNormal(this);&quot; onclick=&quot;ahrefThis()&quot;&gt;
8601                                 &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;
8602                         &lt;/span&gt;
8603 &lt;![endif]--&gt;
8604 &lt;!--[if ! IE]&gt;--&gt;
8605                         &lt;span class=&quot;jsbutton&quot; onmouseover=&quot;BtnHighlight(this);&quot; onmouseout=&quot;BtnNormal(this);&quot; onclick=&quot;boldThis()&quot;&gt;
8606                                 &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;
8607                         &lt;/span&gt;
8608                         &lt;span class=&quot;jsbutton&quot; onmouseover=&quot;BtnHighlight(this);&quot; onmouseout=&quot;BtnNormal(this);&quot; onclick=&quot;italicThis()&quot;&gt;
8609                                 &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;
8610                         &lt;/span&gt;
8611                         &lt;span class=&quot;jsbutton&quot; onmouseover=&quot;BtnHighlight(this);&quot; onmouseout=&quot;BtnNormal(this);&quot; onclick=&quot;ahrefThis()&quot;&gt;
8612                                 &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;
8613                         &lt;/span&gt;
8614 &lt;!--&lt;![endif]--&gt;
8615                         &lt;span class=&quot;jsbuttonspacer&quot;&gt;&amp;nbsp;&lt;/span&gt;
8616                         &lt;span class=&quot;jsbutton&quot; onmouseover=&quot;BtnHighlight(this);&quot; onmouseout=&quot;BtnNormal(this);&quot; onclick=&quot;alignleftThis()&quot;&gt;
8617                                 &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;
8618                         &lt;/span&gt;
8619                         &lt;span class=&quot;jsbutton&quot; onmouseover=&quot;BtnHighlight(this);&quot; onmouseout=&quot;BtnNormal(this);&quot; onclick=&quot;alignrightThis()&quot;&gt;
8620                                 &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;
8621                         &lt;/span&gt;
8622                         &lt;span class=&quot;jsbutton&quot; onmouseover=&quot;BtnHighlight(this);&quot; onmouseout=&quot;BtnNormal(this);&quot; onclick=&quot;aligncenterThis()&quot;&gt;
8623                                 &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;
8624                         &lt;/span&gt;
8625                         &lt;span class=&quot;jsbuttonspacer&quot;&gt;&amp;nbsp;&lt;/span&gt;
8626                         &lt;span class=&quot;jsbutton&quot; onmouseover=&quot;BtnHighlight(this);&quot; onmouseout=&quot;BtnNormal(this);&quot; onclick=&quot;leftThis()&quot;&gt;
8627                                 &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;
8628                         &lt;/span&gt;
8629                         &lt;span class=&quot;jsbutton&quot; onmouseover=&quot;BtnHighlight(this);&quot; onmouseout=&quot;BtnNormal(this);&quot; onclick=&quot;rightThis()&quot;&gt;
8630                                 &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;
8631                         &lt;/span&gt;
8632                         &lt;span class=&quot;jsbuttonspacer&quot;&gt;&amp;nbsp;&lt;/span&gt;
8633                         &lt;span class=&quot;jsbutton&quot; onmouseover=&quot;BtnHighlight(this);&quot; onmouseout=&quot;BtnNormal(this);&quot; onclick=&quot;addMedia()&quot;&gt;
8634                                 &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;
8635                         &lt;/span&gt;
8636 &lt;!--[if IE]&gt;
8637                         &lt;span class=&quot;jsbutton&quot; onmouseover=&quot;BtnHighlight(this);&quot; onmouseout=&quot;BtnNormal(this);&quot; onclick=&quot;showedit()&quot;&gt;
8638                                 &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;
8639                         &lt;/span&gt;
8640 &lt;![endif]--&gt;
8641                 &lt;/div&gt;
8642                         &lt;textarea id=&quot;inputmore&quot; onkeyup=&quot;storeCaret(this); updPreview(more); doMonitor();&quot; onclick=&quot;storeCaret(this);&quot; onselect=&quot;storeCaret(this);&quot;
8643                                 name=&quot;more&quot;
8644                                 tabindex=&quot;70&quot;
8645                                 cols=&quot;60&quot;
8646                                 rows=&quot;20&quot;
8647                                 &gt;&lt;%contents(more)%&gt;&lt;/textarea&gt;
8648                 &lt;/td&gt;
8649         &lt;/tr&gt;&lt;tr&gt;
8650                 &lt;td&gt;&lt;%text(_SUBMIT)%&gt;&lt;/td&gt;
8651                 &lt;td&gt;
8652                         &lt;input tabindex=&quot;60&quot; type=&quot;submit&quot; value=&quot;&lt;%text(_ADD_ADDITEM)%&gt;&quot; 
8653                                 onclick=&quot;return checkSubmit();&quot; /&gt;
8654                         &lt;%if(autosave)%&gt;
8655                         &lt;input tabindex=&quot;80&quot; type=&quot;button&quot; name=&quot;autosavenow&quot; value=&quot;&lt;%text(_AUTOSAVEDRAFT_NOW)%&gt;&quot;
8656                                 onclick=&quot;autoSaveDraft();&quot; /&gt;
8657                         &lt;%endif%&gt;
8658                 &lt;/td&gt;
8659         &lt;/tr&gt;
8660 &lt;/table&gt;
8661
8662 &lt;/div&gt;
8663 &lt;/form&gt;
8664 &lt;%if(autosave)%&gt;
8665 &lt;script type=&quot;text/javascript&quot;&gt;
8666         var xmlhttprequest = new Array();
8667         xmlhttprequest[0] = createHTTPHandler(); // AutoDraft handler
8668         xmlhttprequest[1] = createHTTPHandler(); // UpdateTicket handler
8669         var seconds = now(); // Last AutoDraft time
8670         var checks = 0; // Number of checks since last AutoDraft
8671         var addform = document.getElementById('addform'); // The form id
8672         var goal = document.getElementById('info'); // The html div id where 'Last saved: date time' must come
8673         var goalurl = '../action.php'; // The PHP file where the content must be posted to
8674         var lastsavedtext = '&lt;%text(_AUTOSAVEDRAFT_LASTSAVED)%&gt;'; // The language variable for 'Last saved'
8675         var formtype = 'add'; // Add or edit form
8676 &lt;/script&gt; 
8677 &lt;%endif%&gt;&lt;%pagefoot%&gt;
8678 </pre>
8679 </div><div class="page">
8680 <a name="skinpartcreatenewlog" id="skinpartcreatenewlog"></a>
8681 <h1>Admin skins: createnewlog</h1>
8682 <p>
8683 This skinpart is used to createnewlog.
8684 </p>
8685 <p>
8686 Very basic buildup for a [Create new weblog]page page.
8687 </p>
8688 <pre>
8689 &lt;%pagehead%&gt;&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;
8690         &lt;h2&gt;&lt;%text(_EBLOG_CREATE_TITLE)%&gt;&lt;/h2&gt;
8691         &lt;h3&gt;&lt;%text(_ADMIN_NOTABILIA)%&gt;&lt;/h3&gt;
8692         &lt;p&gt;&lt;%text(_ADMIN_PLEASE_READ)%&gt;&lt;/p&gt;
8693         &lt;p&gt;&lt;%text(_ADMIN_HOW_TO_ACCESS)%&gt;&lt;/p&gt;
8694         &lt;ol&gt;
8695             &lt;li&gt;&lt;%text(_ADMIN_SIMPLE_WAY)%&gt;&lt;/li&gt;
8696             &lt;li&gt;&lt;%text(_ADMIN_ADVANCED_WAY)%&gt;&lt;/li&gt;
8697         &lt;/ol&gt;
8698         &lt;h3&gt;&lt;%text(_ADMIN_HOW_TO_CREATE)%&gt;&lt;/h3&gt;
8699         &lt;p&gt;&lt;%text(_EBLOG_CREATE_TEXT)%&gt;&lt;/p&gt;
8700         &lt;form method=&quot;post&quot; action=&quot;&lt;%adminurl%&gt;index.php&quot;&gt;
8701             &lt;div&gt;
8702                 &lt;input type=&quot;hidden&quot; name=&quot;action&quot; value=&quot;addnewlog&quot; /&gt;
8703                 &lt;%ticket%&gt;
8704                 &lt;table&gt;
8705                     &lt;tr&gt;
8706                         &lt;td&gt;&lt;%text(_EBLOG_NAME)%&gt;&lt;/td&gt;
8707                         &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;
8708                     &lt;/tr&gt;&lt;tr&gt;
8709                         &lt;td&gt;
8710                             &lt;%text(_EBLOG_SHORTNAME)%&gt;
8711                             &lt;%helplink(shortblogname)%&gt;
8712                         &lt;/td&gt;
8713                         &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;
8714                     &lt;/tr&gt;&lt;tr&gt;
8715                         &lt;td&gt;&lt;%text(_EBLOG_DESC)%&gt;&lt;/td&gt;
8716                         &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;
8717                     &lt;/tr&gt;&lt;tr&gt;
8718                         &lt;td&gt;
8719                             &lt;%text(_EBLOG_DEFSKIN)%&gt;
8720                             &lt;%helplink(blogdefaultskin)%&gt;
8721                         &lt;/td&gt;
8722                         &lt;td&gt;&lt;%defskinselect(blog,admin/default)%&gt;&lt;/td&gt;
8723                     &lt;/tr&gt;&lt;tr&gt;
8724                         &lt;td&gt;
8725                             &lt;%text(_EBLOG_OFFSET)%&gt;
8726                             &lt;%helplink(blogtimeoffset)%&gt;&lt;br /&gt;
8727                             &lt;%text(_EBLOG_STIME)%&gt; &lt;b&gt;&lt;%blogtime(servertime,&quot;%H:%M&quot;)%&gt;&lt;/b&gt;
8728                         &lt;/td&gt;
8729                         &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;
8730                     &lt;/tr&gt;&lt;tr&gt;
8731                         &lt;td&gt;
8732                             &lt;%text(_EBLOG_ADMIN)%&gt;
8733                             &lt;%helplink(teamadmin)%&gt;
8734                         &lt;/td&gt;
8735                         &lt;td&gt;&lt;%text(_EBLOG_ADMIN_MSG)%&gt;&lt;/td&gt;
8736                     &lt;/tr&gt;&lt;tr&gt;
8737                         &lt;td&gt;&lt;%text(_EBLOG_CREATE)%&gt;&lt;/td&gt;
8738                         &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;
8739                     &lt;/tr&gt;
8740                 &lt;/table&gt;
8741             &lt;/div&gt;
8742         &lt;/form&gt;&lt;%pagefoot%&gt;
8743 </pre>
8744 </div><div class="page">
8745 <a name="skinpartdeleteblog" id="skinpartdeleteblog"></a>
8746 <h1>Admin skins: deleteblog</h1>
8747 <p>
8748 This skinpart is used to deleteblog.
8749 </p>
8750 <p>
8751 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.
8752 </p>
8753 <pre>
8754 &lt;%pagehead%&gt;&lt;h2&gt;&lt;%text(_DELETE_CONFIRM)%&gt;&lt;/h2&gt;
8755             &lt;p&gt;&lt;%text(_WARNINGTXT_BLOGDEL)%&gt;
8756             &lt;/p&gt;
8757             &lt;div&gt;
8758             &lt;%text(_CONFIRMTXT_BLOG)%&gt;&lt;b&gt;&lt;%blogsetting(name)%&gt;&lt;/b&gt;
8759             &lt;/div&gt;
8760             &lt;form method=&quot;post&quot; action=&quot;&lt;%adminurl%&gt;index.php&quot;&gt;&lt;div&gt;
8761             &lt;input type=&quot;hidden&quot; name=&quot;action&quot; value=&quot;deleteblogconfirm&quot; /&gt;
8762             &lt;%ticket%&gt;
8763             &lt;input type=&quot;hidden&quot; name=&quot;blogid&quot; value=&quot;&lt;%requestblogid%&gt;&quot; /&gt;
8764             &lt;input type=&quot;submit&quot; tabindex=&quot;10&quot; value=&quot;&lt;%text(_DELETE_CONFIRM_BTN)%&gt;&quot; /&gt;
8765             &lt;/div&gt;&lt;/form&gt;&lt;%pagefoot%&gt;
8766 </pre>
8767 </div><div class="page">
8768 <a name="skinparteditmembersettings" id="skinparteditmembersettings"></a>
8769 <h1>Admin skins: editmembersettings</h1>
8770 <p>
8771 This skinpart is used to editmembersettings.
8772 </p>
8773 <p>
8774 Very basic buildup for a [Edit Member]page page.
8775 </p>
8776 <pre>
8777 &lt;%pagehead%&gt;&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;
8778             &lt;h2&gt;&lt;%text(_MEMBERS_EDIT)%&gt;&lt;/h2&gt;
8779             &lt;form method=&quot;post&quot; action=&quot;&lt;%adminurl%&gt;index.php&quot; name=&quot;memberedit&quot;&gt;
8780                 &lt;div&gt;
8781                     &lt;input type=&quot;hidden&quot; name=&quot;action&quot; value=&quot;changemembersettings&quot; /&gt;
8782                     &lt;input type=&quot;hidden&quot; name=&quot;memberid&quot; value=&quot;&lt;%editmember(id)%&gt;&quot; /&gt;
8783                     &lt;%ticket%&gt;
8784                     &lt;table&gt;
8785                         &lt;tr&gt;
8786                             &lt;th colspan=&quot;2&quot;&gt;&lt;%text(_MEMBERS_EDIT)%&gt;&lt;/th&gt;
8787                         &lt;/tr&gt;&lt;tr&gt;
8788                             &lt;td&gt;
8789                                 &lt;%text(_MEMBERS_DISPLAY)%&gt; &lt;%helplink(shortnames)%&gt;
8790                                 &lt;br /&gt;&lt;small&gt;&lt;%text(_MEMBERS_DISPLAY_INFO)%&gt;&lt;/small&gt;
8791                             &lt;/td&gt;
8792                             &lt;td&gt;&lt;%editmember(displayname)%&gt;&lt;/td&gt;
8793                         &lt;/tr&gt;&lt;tr&gt;
8794                             &lt;td&gt;&lt;%text(_MEMBERS_REALNAME)%&gt;&lt;/td&gt;
8795                             &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;
8796                         &lt;/tr&gt;&lt;tr&gt;&lt;%if(allowloginedit)%&gt;
8797                             &lt;td&gt;&lt;%text(_MEMBERS_PWD)%&gt;&lt;/td&gt;
8798                             &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;
8799                         &lt;/tr&gt;&lt;tr&gt;
8800                             &lt;td&gt;&lt;%text(_MEMBERS_REPPWD)%&gt;&lt;/td&gt;
8801                             &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;
8802                         &lt;/tr&gt;&lt;tr&gt;&lt;%endif%&gt;
8803                             &lt;td&gt;
8804                                 &lt;%text(_MEMBERS_EMAIL)%&gt;
8805                                 &lt;br /&gt;&lt;small&gt;&lt;%text(_MEMBERS_EMAIL_EDIT)%&gt;&lt;/small&gt;
8806                             &lt;/td&gt;
8807                             &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;
8808                         &lt;/tr&gt;&lt;tr&gt;
8809                             &lt;td&gt;&lt;%text(_MEMBERS_URL)%&gt;&lt;/td&gt;
8810                             &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;
8811                         &lt;%if(superadmin)%&gt;&lt;/tr&gt;&lt;tr&gt;
8812                             &lt;td&gt;&lt;%text(_MEMBERS_SUPERADMIN)%&gt; &lt;%helplink(superadmin)%&gt;&lt;/td&gt;
8813                             &lt;td&gt;&lt;%editmember(admin)%&gt;&lt;/td&gt;
8814                         &lt;/tr&gt;&lt;tr&gt;
8815                             &lt;td&gt;&lt;%text(_MEMBERS_CANLOGIN)%&gt; &lt;%helplink(canlogin)%&gt;&lt;/td&gt;
8816                             &lt;td&gt;&lt;%editmember(canlogin)%&gt;&lt;/td&gt;&lt;%endif%&gt;
8817                         &lt;/tr&gt;&lt;tr&gt;
8818                             &lt;td&gt;&lt;%text(_MEMBERS_NOTES)%&gt;&lt;/td&gt;
8819                             &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;
8820                         &lt;/tr&gt;&lt;tr&gt;
8821                             &lt;td&gt;&lt;%text(_MEMBERS_LOCALE)%&gt; &lt;%helplink(locale)%&gt;&lt;/td&gt;
8822                             &lt;td&gt;
8823                                 &lt;select name=&quot;locale&quot; tabindex=&quot;85&quot;&gt;
8824                                     &lt;%localeselectoptions%&gt;
8825                                 &lt;/select&gt;
8826                             &lt;/td&gt;
8827                         &lt;/tr&gt;&lt;tr&gt;
8828                             &lt;td&gt;&lt;%text(_MEMBERS_USEAUTOSAVE)%&gt; &lt;%helplink(autosave)%&gt;&lt;/td&gt;
8829                             &lt;td&gt;&lt;%editmember(autosave)%&gt;&lt;/td&gt;
8830                         &lt;/tr&gt;&lt;%if(superadmin)%&gt;&lt;tr&gt;
8831                             &lt;td&gt;&lt;%text(_SKINABLEADMIN_MEMBERS_ADMINSKIN)%&gt; &lt;%customhelplink(useadminskin)%&gt;&lt;/td&gt;
8832                             &lt;td&gt;
8833                                     &lt;%adminskinselectoptions(admin/default)%&gt;
8834                             &lt;/td&gt;
8835                         &lt;/tr&gt;&lt;%endif%&gt;
8836                         &lt;%pluginoptions(member)%&gt;
8837                         &lt;tr&gt;
8838                             &lt;th colspan=&quot;2&quot;&gt;&lt;%text(_MEMBERS_EDIT)%&gt;&lt;/th&gt;
8839                         &lt;/tr&gt;&lt;tr&gt;
8840                             &lt;td&gt;&lt;%text(_MEMBERS_EDIT)%&gt;&lt;/td&gt;
8841                             &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;
8842                         &lt;/tr&gt;
8843                     &lt;/table&gt;
8844                 &lt;/div&gt;
8845             &lt;/form&gt;
8846             &lt;h3&gt;&lt;%text(_PLUGINS_EXTRA)%&gt;&lt;/h3&gt;
8847             &lt;%pluginextras(member)%&gt;&lt;%pagefoot%&gt;
8848 </pre>
8849 </div><div class="page">
8850 <a name="skinpartforgotpassword" id="skinpartforgotpassword"></a>
8851 <h1>Admin skins: forgotpassword</h1>
8852 <p>
8853 This skinpart is used to forgotpassword.
8854 </p>
8855 <p>
8856 Very basic buildup for a [Forgot your password?]page page.
8857 </p>
8858 <pre>
8859
8860         &lt;%pagehead%&gt;
8861         &lt;h2&gt;&lt;%text(_FORGOTPASSWORD_TITLE)%&gt;&lt;/h2&gt;
8862         &lt;p&gt;&lt;%text(_FORGOTPASSWORD_MSG)%&gt;&lt;/p&gt;
8863         &lt;form method=&quot;post&quot; action=&quot;&lt;%actionurl%&gt;&quot;&gt;
8864         &lt;dl&gt;
8865         &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;
8866         &lt;dd&gt;&lt;input type=&quot;text&quot; name=&quot;name&quot; id=&quot;nucleus_pf_username&quot; /&gt;&lt;/dd&gt;
8867         &lt;dt&gt;&lt;label for=&quot;nucleus_pf_email&quot;&gt;&lt;%text(_CREATE_ACCOUNT_EMAIL)%&gt;&lt;/label&gt;&lt;/dt&gt;
8868         &lt;dd&gt;&lt;input type=&quot;text&quot; name=&quot;email&quot; id=&quot;nucleus_pf_email&quot; /&gt;&lt;/dd&gt;
8869         &lt;/dl&gt;
8870         &lt;p&gt;
8871         &lt;input type=&quot;hidden&quot; name=&quot;action&quot; value=&quot;forgotpassword&quot; /&gt;
8872         &lt;input type=&quot;submit&quot; value=&quot;&lt;%text(_FORGOTPASSWORD_SUBMIT)%&gt;&quot; class=&quot;transparent&quot; /&gt;
8873         &lt;/p&gt;
8874         &lt;/form&gt;
8875         &lt;p&gt;&lt;%text(_FORGOTPASSWORD_CONTACT)%&gt;&lt;/p&gt;
8876         &lt;%pagefoot%&gt;
8877
8878 </pre>
8879 </div><div class="page">
8880 <a name="skinpartitemcommentlist" id="skinpartitemcommentlist"></a>
8881 <h1>Admin skins: itemcommentlist</h1>
8882 <p>
8883 This skinpart is used to itemcommentlist.
8884 </p>
8885 <p>
8886 Very basic buildup for a [Comments]page page.
8887 </p>
8888 <pre>
8889 &lt;%pagehead%&gt;&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;
8890         &lt;h2&gt;&lt;%text(_COMMENTS)%&gt;&lt;/h2&gt;
8891         &lt;%commentnavlist(admin/default)%&gt;&lt;%pagefoot%&gt;
8892 </pre>
8893 </div><div class="page">
8894 <a name="skinpartitemdelete" id="skinpartitemdelete"></a>
8895 <h1>Admin skins: itemdelete</h1>
8896 <p>
8897 This skinpart is used to itemdelete.
8898 </p>
8899 <p>
8900 Very basic buildup for a [You're about to delete the item following item:]page page.
8901 </p>
8902 <pre>
8903 &lt;%pagehead%&gt;&lt;h2&gt;&lt;%text(_DELETE_CONFIRM)%&gt;&lt;/h2&gt;
8904         &lt;p&gt;&lt;%text(_CONFIRMTXT_ITEM)%&gt;&lt;/p&gt;
8905             &lt;div class=&quot;note&quot;&gt;
8906                 &lt;b&gt;&quot;&lt;%deleteitemtitle%&gt;&quot;&lt;/b&gt;
8907                 &lt;br /&gt;
8908                 &lt;%deleteitembody%&gt;
8909             &lt;/div&gt;
8910             &lt;form method=&quot;post&quot; action=&quot;&lt;%adminurl%&gt;index.php&quot;&gt;&lt;div&gt;
8911                 &lt;input type=&quot;hidden&quot; name=&quot;action&quot; value=&quot;itemdeleteconfirm&quot; /&gt;
8912                 &lt;%ticket%&gt;
8913                 &lt;input type=&quot;hidden&quot; name=&quot;itemid&quot; value=&quot;&lt;%deleteitemid%&gt;&quot; /&gt;
8914                 &lt;input type=&quot;submit&quot; value=&quot;&lt;%text(_DELETE_CONFIRM_BTN)%&gt;&quot; tabindex=&quot;10&quot; /&gt;
8915             &lt;/div&gt;&lt;/form&gt;&lt;%pagefoot%&gt;
8916 </pre>
8917 </div><div class="page">
8918 <a name="skinpartitemedit" id="skinpartitemedit"></a>
8919 <h1>Admin skins: itemedit</h1>
8920 <p>
8921 This skinpart is used to itemedit.
8922 </p>
8923 <p>
8924 Very basic buildup for a [Edit Item]page page.
8925 </p>
8926 <pre>
8927 &lt;%pagehead%&gt;&lt;h2&gt;&lt;%text(_EDIT_ITEM)%&gt;&lt;/h2&gt;
8928
8929 &lt;%init%&gt;
8930 &lt;script type=&quot;text/javascript&quot; src=&quot;&lt;%skinfile(/javascripts/numbercheck.js)%&gt;&quot;&gt;&lt;/script&gt;
8931 &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;
8932
8933 &lt;form id=&quot;editform&quot; method=&quot;post&quot; action=&quot;&lt;%adminurl%&gt;index.php&quot;&gt;
8934 &lt;div&gt;
8935
8936 &lt;input type=&quot;hidden&quot; name=&quot;action&quot; value=&quot;itemupdate&quot; /&gt;
8937 &lt;input name=&quot;itemid&quot; value=&quot;&lt;%contents(itemid)%&gt;&quot; type=&quot;hidden&quot; /&gt;
8938 &lt;input type=&quot;hidden&quot; name=&quot;draftid&quot; value=&quot;0&quot; /&gt;
8939 &lt;%ticket%&gt;
8940
8941 &lt;table&gt;&lt;tr&gt;
8942         &lt;th colspan=&quot;2&quot;&gt;&lt;%text(_EDIT_ITEM)%&gt;&lt;/th&gt;
8943 &lt;/tr&gt;
8944 &lt;%if(autosave)%&gt;&lt;tr&gt;
8945         &lt;td&gt;&lt;%text(_AUTOSAVEDRAFT)%&gt;&lt;/td&gt;
8946         &lt;td&gt;&lt;span id=&quot;info&quot;&gt;&lt;%text(_AUTOSAVEDRAFT_NOTYETSAVED)%&gt;&lt;/span&gt;&lt;/td&gt;
8947 &lt;/tr&gt;&lt;%endif%&gt;
8948 &lt;tr&gt;
8949         &lt;td&gt;&lt;%text(_EDIT_ORIG_AUTHOR)%&gt;&lt;/td&gt;
8950         &lt;td&gt;&lt;%contents(author)%&gt;&lt;/td&gt;
8951 &lt;/tr&gt;&lt;tr&gt;
8952         &lt;td&gt;&lt;%text(_ADD_TITLE)%&gt;&lt;/td&gt;
8953         &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;
8954                         name=&quot;title&quot;
8955                         tabindex=&quot;10&quot;
8956                         size=&quot;60&quot; 
8957                         maxlength=&quot;160&quot; 
8958                         value=&quot;&lt;%contents(title)%&gt;&quot; /&gt;
8959         &lt;/td&gt;
8960 &lt;/tr&gt;&lt;tr&gt;
8961         &lt;td&gt;
8962                 &lt;%text(_ADD_BODY)%&gt;
8963         &lt;/td&gt;
8964         &lt;td&gt;
8965                 &lt;div class=&quot;jsbuttonbar&quot;&gt;
8966 &lt;!--[if IE]&gt;
8967                         &lt;span class=&quot;jsbutton&quot; onmouseover=&quot;BtnHighlight(this);&quot; onmouseout=&quot;BtnNormal(this);&quot; onclick=&quot;cutThis()&quot;&gt;
8968                                 &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;
8969                         &lt;/span&gt;
8970                         &lt;span class=&quot;jsbutton&quot; onmouseover=&quot;BtnHighlight(this);&quot; onmouseout=&quot;BtnNormal(this);&quot; onclick=&quot;copyThis()&quot;&gt;
8971                                 &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;
8972                         &lt;/span&gt;
8973                         &lt;span class=&quot;jsbutton&quot; onmouseover=&quot;BtnHighlight(this);&quot; onmouseout=&quot;BtnNormal(this);&quot; onclick=&quot;pasteThis()&quot;&gt;
8974                                 &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;
8975                         &lt;/span&gt;
8976                         &lt;span class=&quot;jsbuttonspacer&quot;&gt;&amp;nbsp;&lt;/span&gt;
8977                         &lt;span class=&quot;jsbutton&quot; onmouseover=&quot;BtnHighlight(this);&quot; onmouseout=&quot;BtnNormal(this);&quot; onclick=&quot;boldThis()&quot;&gt;
8978                                 &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;
8979                         &lt;/span&gt;
8980                         &lt;span class=&quot;jsbutton&quot; onmouseover=&quot;BtnHighlight(this);&quot; onmouseout=&quot;BtnNormal(this);&quot; onclick=&quot;italicThis()&quot;&gt;
8981                                 &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;
8982                         &lt;/span&gt;
8983                         &lt;span class=&quot;jsbutton&quot; onmouseover=&quot;BtnHighlight(this);&quot; onmouseout=&quot;BtnNormal(this);&quot; onclick=&quot;ahrefThis()&quot;&gt;
8984                                 &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;
8985                         &lt;/span&gt;
8986 &lt;![endif]--&gt;
8987 &lt;!--[if ! IE]&gt;--&gt;
8988                         &lt;span class=&quot;jsbutton&quot; onmouseover=&quot;BtnHighlight(this);&quot; onmouseout=&quot;BtnNormal(this);&quot; onclick=&quot;boldThis()&quot;&gt;
8989                                 &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;
8990                         &lt;/span&gt;
8991                         &lt;span class=&quot;jsbutton&quot; onmouseover=&quot;BtnHighlight(this);&quot; onmouseout=&quot;BtnNormal(this);&quot; onclick=&quot;italicThis()&quot;&gt;
8992                                 &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;
8993                         &lt;/span&gt;
8994                         &lt;span class=&quot;jsbutton&quot; onmouseover=&quot;BtnHighlight(this);&quot; onmouseout=&quot;BtnNormal(this);&quot; onclick=&quot;ahrefThis()&quot;&gt;
8995                                 &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;
8996                         &lt;/span&gt;
8997 &lt;!--&lt;![endif]--&gt;
8998                         &lt;span class=&quot;jsbuttonspacer&quot;&gt;&amp;nbsp;&lt;/span&gt;
8999                         &lt;span class=&quot;jsbutton&quot; onmouseover=&quot;BtnHighlight(this);&quot; onmouseout=&quot;BtnNormal(this);&quot; onclick=&quot;alignleftThis()&quot;&gt;
9000                                 &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;
9001                         &lt;/span&gt;
9002                         &lt;span class=&quot;jsbutton&quot; onmouseover=&quot;BtnHighlight(this);&quot; onmouseout=&quot;BtnNormal(this);&quot; onclick=&quot;alignrightThis()&quot;&gt;
9003                                 &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;
9004                         &lt;/span&gt;
9005                         &lt;span class=&quot;jsbutton&quot; onmouseover=&quot;BtnHighlight(this);&quot; onmouseout=&quot;BtnNormal(this);&quot; onclick=&quot;aligncenterThis()&quot;&gt;
9006                                 &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;
9007                         &lt;/span&gt;
9008                         &lt;span class=&quot;jsbuttonspacer&quot;&gt;&amp;nbsp;&lt;/span&gt;
9009                         &lt;span class=&quot;jsbutton&quot; onmouseover=&quot;BtnHighlight(this);&quot; onmouseout=&quot;BtnNormal(this);&quot; onclick=&quot;leftThis()&quot;&gt;
9010                                 &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;
9011                         &lt;/span&gt;
9012                         &lt;span class=&quot;jsbutton&quot; onmouseover=&quot;BtnHighlight(this);&quot; onmouseout=&quot;BtnNormal(this);&quot; onclick=&quot;rightThis()&quot;&gt;
9013                                 &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;
9014                         &lt;/span&gt;
9015                         &lt;span class=&quot;jsbuttonspacer&quot;&gt;&amp;nbsp;&lt;/span&gt;
9016                         &lt;span class=&quot;jsbutton&quot; onmouseover=&quot;BtnHighlight(this);&quot; onmouseout=&quot;BtnNormal(this);&quot; onclick=&quot;addMedia()&quot;&gt;
9017                                 &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;
9018                         &lt;/span&gt;
9019 &lt;!--[if IE]&gt;
9020                         &lt;span class=&quot;jsbutton&quot; onmouseover=&quot;BtnHighlight(this);&quot; onmouseout=&quot;BtnNormal(this);&quot; onclick=&quot;showedit()&quot;&gt;
9021                                 &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;
9022                         &lt;/span&gt;
9023 &lt;![endif]--&gt;
9024                 &lt;/div&gt;
9025                 &lt;textarea id=&quot;inputbody&quot; onkeyup=&quot;storeCaret(this); updPreview(body); doMonitor();&quot; onclick=&quot;storeCaret(this);&quot; onselect=&quot;storeCaret(this);&quot;
9026                         name=&quot;body&quot;
9027                         tabindex=&quot;20&quot;
9028                         cols=&quot;60&quot;
9029                         rows=&quot;20&quot;&gt;&lt;%contents(body)%&gt;&lt;/textarea&gt;
9030         &lt;/td&gt;
9031 &lt;/tr&gt;&lt;tr id=&quot;edit&quot; style=&quot;display:none;&quot;&gt;
9032         &lt;td&gt;&lt;%text(_ADD_PREVIEW)%&gt;&lt;/td&gt;
9033         &lt;td&gt;&lt;b&gt;&lt;span id=&quot;prevtitle&quot;&gt;&amp;#160;&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;
9034                 &lt;span id=&quot;prevbody&quot;&gt;&amp;#160;&lt;/span&gt;&lt;br /&gt;
9035                 &lt;span id=&quot;prevmore&quot;&gt;&amp;#160;&lt;/span&gt;&lt;br /&gt;
9036         &lt;/td&gt;
9037 &lt;/tr&gt;&lt;tr&gt;
9038
9039 &lt;%if(blogsetting, bcomments)%&gt;
9040                 &lt;td&gt;
9041                         &lt;%text(_ADD_DISABLE_COMMENTS)%&gt;
9042                 &lt;/td&gt;
9043                 &lt;td&gt; 
9044                         &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;
9045                         &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;
9046                         &lt;br /&gt;
9047                         &lt;small&gt;&lt;%text(_EDIT_COMMENTSNOTE)%&gt;&lt;/small&gt;   
9048                 &lt;/td&gt;
9049         &lt;/tr&gt;&lt;tr&gt;                           
9050 &lt;%endif%&gt;
9051
9052         &lt;td&gt;&lt;%text(_ADD_CATEGORY)%&gt;&lt;/td&gt;
9053         &lt;td&gt;&lt;%categories(40)%&gt;&lt;/td&gt;
9054 &lt;/tr&gt;&lt;tr&gt;
9055         &lt;td&gt;&lt;%text(_EDIT_SUBMIT)%&gt;&lt;/td&gt;
9056         &lt;td&gt;
9057
9058                 &lt;input type=&quot;submit&quot; tabindex=&quot;60&quot; value=&quot;&lt;%text(_EDIT_SUBMIT)%&gt;&quot; onclick=&quot;return checkSubmit();&quot; /&gt;
9059
9060 &lt;%if(itemproperty, draft)%&gt;
9061                 &lt;br /&gt;&lt;br /&gt;
9062                 &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;
9063                 &lt;br /&gt;
9064                 &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;
9065                 &lt;div class=&quot;indent&quot;&gt;
9066                         &lt;%text(_ADD_PLACE_ON)%&gt;
9067                         &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;
9068                         &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;
9069                         &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;
9070                         
9071                         &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;
9072                         &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;
9073                                 &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;
9074                         &lt;%if(blogsetting, ballowpast,0)%&gt;
9075                                 &lt;br /&gt;
9076                                 &lt;%text(_ADD_NOPASTDATES)%&gt;
9077                         &lt;%endif%&gt;
9078                 &lt;/div&gt;
9079                 &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;
9080                 &lt;br /&gt;
9081                 &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;
9082 &lt;%endif%&gt;
9083
9084 &lt;%if(itemproperty, draft,0)%&gt;
9085         &lt;br /&gt;&lt;br /&gt;
9086         &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;
9087         &lt;%if(blogsetting, ballowpast)%&gt;
9088                 &lt;br /&gt;
9089                 &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;
9090                         &lt;div class=&quot;indent&quot;&gt;
9091                                 &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;
9092                                 &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;
9093                                 &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;
9094                                  
9095                                 &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;
9096                                 &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;
9097                                 &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;
9098                         &lt;/div&gt;
9099         &lt;%endif%&gt; 
9100         &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;
9101         &lt;br /&gt;
9102         &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;
9103 &lt;%endif%&gt;
9104
9105         &lt;/td&gt;
9106 &lt;/tr&gt;&lt;tr&gt;
9107         &lt;td&gt;&lt;%text(_ADD_PLUGIN_EXTRAS)%&gt;&lt;/td&gt;
9108         &lt;td&gt;
9109                 &lt;%pluginextras%&gt;
9110         &lt;/td&gt;     
9111 &lt;/tr&gt;
9112                         &lt;%pluginoptions(item)%&gt;   
9113 &lt;tr&gt;
9114         &lt;th colspan=&quot;2&quot;&gt;&lt;%text(_ADD_MORE)%&gt;&lt;/th&gt;
9115 &lt;/tr&gt;
9116 &lt;tr&gt;
9117         &lt;td&gt;&lt;%text(_ADD_MORE)%&gt;
9118                 &lt;br /&gt;&lt;%helplink(extended)%&gt;
9119         &lt;/td&gt;
9120         &lt;td&gt;
9121                 &lt;div class=&quot;jsbuttonbar&quot;&gt;
9122 &lt;!--[if IE]&gt;
9123                         &lt;span class=&quot;jsbutton&quot; onmouseover=&quot;BtnHighlight(this);&quot; onmouseout=&quot;BtnNormal(this);&quot; onclick=&quot;cutThis()&quot;&gt;
9124                                 &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;
9125                         &lt;/span&gt;
9126                         &lt;span class=&quot;jsbutton&quot; onmouseover=&quot;BtnHighlight(this);&quot; onmouseout=&quot;BtnNormal(this);&quot; onclick=&quot;copyThis()&quot;&gt;
9127                                 &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;
9128                         &lt;/span&gt;
9129                         &lt;span class=&quot;jsbutton&quot; onmouseover=&quot;BtnHighlight(this);&quot; onmouseout=&quot;BtnNormal(this);&quot; onclick=&quot;pasteThis()&quot;&gt;
9130                                 &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;
9131                         &lt;/span&gt;
9132                         &lt;span class=&quot;jsbuttonspacer&quot;&gt;&amp;nbsp;&lt;/span&gt;
9133                         &lt;span class=&quot;jsbutton&quot; onmouseover=&quot;BtnHighlight(this);&quot; onmouseout=&quot;BtnNormal(this);&quot; onclick=&quot;boldThis()&quot;&gt;
9134                                 &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;
9135                         &lt;/span&gt;
9136                         &lt;span class=&quot;jsbutton&quot; onmouseover=&quot;BtnHighlight(this);&quot; onmouseout=&quot;BtnNormal(this);&quot; onclick=&quot;italicThis()&quot;&gt;
9137                                 &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;
9138                         &lt;/span&gt;
9139                         &lt;span class=&quot;jsbutton&quot; onmouseover=&quot;BtnHighlight(this);&quot; onmouseout=&quot;BtnNormal(this);&quot; onclick=&quot;ahrefThis()&quot;&gt;
9140                                 &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;
9141                         &lt;/span&gt;
9142 &lt;![endif]--&gt;
9143 &lt;!--[if ! IE]&gt;--&gt;
9144                         &lt;span class=&quot;jsbutton&quot; onmouseover=&quot;BtnHighlight(this);&quot; onmouseout=&quot;BtnNormal(this);&quot; onclick=&quot;boldThis()&quot;&gt;
9145                                 &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;
9146                         &lt;/span&gt;
9147                         &lt;span class=&quot;jsbutton&quot; onmouseover=&quot;BtnHighlight(this);&quot; onmouseout=&quot;BtnNormal(this);&quot; onclick=&quot;italicThis()&quot;&gt;
9148                                 &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;
9149                         &lt;/span&gt;
9150                         &lt;span class=&quot;jsbutton&quot; onmouseover=&quot;BtnHighlight(this);&quot; onmouseout=&quot;BtnNormal(this);&quot; onclick=&quot;ahrefThis()&quot;&gt;
9151                                 &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;
9152                         &lt;/span&gt;
9153 &lt;!--&lt;![endif]--&gt;
9154                         &lt;span class=&quot;jsbuttonspacer&quot;&gt;&amp;nbsp;&lt;/span&gt;
9155                         &lt;span class=&quot;jsbutton&quot; onmouseover=&quot;BtnHighlight(this);&quot; onmouseout=&quot;BtnNormal(this);&quot; onclick=&quot;alignleftThis()&quot;&gt;
9156                                 &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;
9157                         &lt;/span&gt;
9158                         &lt;span class=&quot;jsbutton&quot; onmouseover=&quot;BtnHighlight(this);&quot; onmouseout=&quot;BtnNormal(this);&quot; onclick=&quot;alignrightThis()&quot;&gt;
9159                                 &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;
9160                         &lt;/span&gt;
9161                         &lt;span class=&quot;jsbutton&quot; onmouseover=&quot;BtnHighlight(this);&quot; onmouseout=&quot;BtnNormal(this);&quot; onclick=&quot;aligncenterThis()&quot;&gt;
9162                                 &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;
9163                         &lt;/span&gt;
9164                         &lt;span class=&quot;jsbuttonspacer&quot;&gt;&amp;nbsp;&lt;/span&gt;
9165                         &lt;span class=&quot;jsbutton&quot; onmouseover=&quot;BtnHighlight(this);&quot; onmouseout=&quot;BtnNormal(this);&quot; onclick=&quot;leftThis()&quot;&gt;
9166                                 &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;
9167                         &lt;/span&gt;
9168                         &lt;span class=&quot;jsbutton&quot; onmouseover=&quot;BtnHighlight(this);&quot; onmouseout=&quot;BtnNormal(this);&quot; onclick=&quot;rightThis()&quot;&gt;
9169                                 &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;
9170                         &lt;/span&gt;
9171                         &lt;span class=&quot;jsbuttonspacer&quot;&gt;&amp;nbsp;&lt;/span&gt;
9172                         &lt;span class=&quot;jsbutton&quot; onmouseover=&quot;BtnHighlight(this);&quot; onmouseout=&quot;BtnNormal(this);&quot; onclick=&quot;addMedia()&quot;&gt;
9173                                 &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;
9174                         &lt;/span&gt;
9175 &lt;!--[if IE]&gt;
9176                         &lt;span class=&quot;jsbutton&quot; onmouseover=&quot;BtnHighlight(this);&quot; onmouseout=&quot;BtnNormal(this);&quot; onclick=&quot;showedit()&quot;&gt;
9177                                 &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;
9178                         &lt;/span&gt;
9179 &lt;![endif]--&gt;
9180                 &lt;/div&gt;
9181                 &lt;textarea id=&quot;inputmore&quot; onkeyup=&quot;storeCaret(this); updPreview(more); doMonitor();&quot; onclick=&quot;storeCaret(this);&quot; onselect=&quot;storeCaret(this);&quot;
9182                         name=&quot;more&quot;
9183                         tabindex=&quot;90&quot;
9184                         cols=&quot;60&quot; 
9185                         rows=&quot;20&quot;&gt;&lt;%contents(more)%&gt;&lt;/textarea&gt;
9186         &lt;/td&gt;
9187 &lt;/tr&gt;&lt;tr&gt;
9188                 &lt;td&gt;&lt;%text(_SUBMIT)%&gt;&lt;/td&gt;
9189                 &lt;td&gt;
9190                         &lt;input tabindex=&quot;60&quot; type=&quot;submit&quot; value=&quot;&lt;%text(_EDIT_SUBMIT)%&gt;&quot; 
9191                                 onclick=&quot;return checkSubmit();&quot; /&gt;
9192                         &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;
9193                                 onclick=&quot;autoSaveDraft();&quot; /&gt;&lt;%endif%&gt;
9194                 &lt;/td&gt;
9195         
9196 &lt;/tr&gt;&lt;/table&gt;
9197
9198 &lt;/div&gt;
9199 &lt;/form&gt;
9200
9201 &lt;%if(autosave)%&gt;&lt;script type=&quot;text/javascript&quot;&gt;
9202         var xmlhttprequest = new Array();
9203         xmlhttprequest[0] = createHTTPHandler(); // AutoDraft handler
9204         xmlhttprequest[1] = createHTTPHandler(); // UpdateTicket handler
9205         var seconds = now(); // Last AutoDraft time
9206         var checks = 0; // Number of checks since last AutoDraft
9207         var addform = document.getElementById('editform'); // The form id
9208         var goal = document.getElementById('info'); // The html div id where 'Last saved: date time' must come
9209         var goalurl = '../action.php'; // The PHP file where the content must be posted to
9210         var lastsavedtext = '&lt;%text(_AUTOSAVEDRAFT_LASTSAVED)%&gt;'; // The language variable for 'Last saved'
9211         var formtype = 'edit'; // Add or edit form
9212 &lt;/script&gt;&lt;%endif%&gt;&lt;%pagefoot%&gt;
9213 </pre>
9214 </div><div class="page">
9215 <a name="skinpartitemlist" id="skinpartitemlist"></a>
9216 <h1>Admin skins: itemlist</h1>
9217 <p>
9218 This skinpart is used to itemlist.
9219 </p>
9220 <p>
9221 Very basic buildup for a [Items for blog]page page.
9222 </p>
9223 <pre>
9224 &lt;%pagehead%&gt;&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;
9225         &lt;h2&gt;&lt;%text(_ITEMLIST_BLOG)%&gt;&lt;%adminbloglink(admin/default)%&gt;&lt;/h2&gt;
9226         &lt;%ilistaddnew%&gt;
9227         &lt;%itemnavlist(admin/default)%&gt;&lt;%pagefoot%&gt;
9228 </pre>
9229 </div><div class="page">
9230 <a name="skinpartitemmove" id="skinpartitemmove"></a>
9231 <h1>Admin skins: itemmove</h1>
9232 <p>
9233 This skinpart is used to itemmove.
9234 </p>
9235 <p>
9236 Very basic buildup for a [Move to which blog?]page page.
9237 </p>
9238 <pre>
9239 &lt;%pagehead%&gt;&lt;h2&gt;&lt;%text(_MOVE_TITLE)%&gt;&lt;/h2&gt;
9240             &lt;form method=&quot;post&quot; action=&quot;&lt;%adminurl%&gt;index.php&quot;&gt;&lt;div&gt;
9241                 &lt;input type=&quot;hidden&quot; name=&quot;action&quot; value=&quot;itemmoveto&quot; /&gt;
9242                 &lt;input type=&quot;hidden&quot; name=&quot;itemid&quot; value=&quot;&lt;%moveitemid%&gt;&quot; /&gt;
9243                 &lt;%ticket%&gt;
9244                 &lt;%movedistselect%&gt;
9245                 &lt;input type=&quot;submit&quot; value=&quot;&lt;%text(_MOVE_BTN)%&gt;&quot; tabindex=&quot;10000&quot; onclick=&quot;return checkSubmit();&quot; /&gt;
9246             &lt;/div&gt;&lt;/form&gt;&lt;%pagefoot%&gt;
9247 </pre>
9248 </div><div class="page">
9249 <a name="skinpartmanage" id="skinpartmanage"></a>
9250 <h1>Admin skins: manage</h1>
9251 <p>
9252 This skinpart is used to manage.
9253 </p>
9254 <p>
9255 Very basic buildup for a [Nucleus management...]page page.
9256 </p>
9257 <pre>
9258 &lt;%pagehead%&gt;&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;
9259         &lt;%headmessage%&gt;
9260         &lt;h2&gt;&lt;%text(_MANAGE_GENERAL)%&gt;&lt;/h2&gt;
9261
9262         &lt;ul&gt;
9263             &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;
9264             &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;
9265             &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;
9266             &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;
9267         &lt;/ul&gt;
9268
9269         &lt;h2&gt;&lt;%text(_MANAGE_SKINS)%&gt;&lt;/h2&gt;
9270         &lt;ul&gt;
9271             &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;
9272             &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;
9273             &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;
9274         &lt;/ul&gt;
9275
9276         &lt;h2&gt;&lt;%text(_MANAGE_EXTRA)%&gt;&lt;/h2&gt;
9277         &lt;ul&gt;
9278             &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;
9279             &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;
9280         &lt;/ul&gt;&lt;%pagefoot%&gt;
9281 </pre>
9282 </div><div class="page">
9283 <a name="skinpartmanageteam" id="skinpartmanageteam"></a>
9284 <h1>Admin skins: manageteam</h1>
9285 <p>
9286 This skinpart is used to manageteam.
9287 </p>
9288 <p>
9289 Very basic buildup for a [Manage team for blog ]page page.
9290 </p>
9291 <pre>
9292 &lt;%pagehead%&gt;&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;
9293         &lt;h2&gt;&lt;%text(_TEAM_TITLE)%&gt;&lt;%blogsetting(name)%&gt;&lt;/h2&gt;
9294         &lt;h3&gt;&lt;%text(_TEAM_CURRENT)%&gt;&lt;/h3&gt;
9295         &lt;%blogteamlist(admin/default)%&gt;
9296         &lt;h3&gt;&lt;%text(_TEAM_ADDNEW)%&gt;&lt;/h3&gt;
9297         &lt;form method='post' action='&lt;%adminurl%&gt;index.php'&gt;
9298             &lt;div&gt;
9299                 &lt;input type='hidden' name='action' value='teamaddmember' /&gt;
9300                 &lt;input type='hidden' name='blogid' value='&lt;%requestblogid%&gt;' /&gt;
9301
9302
9303                 &lt;%ticket%&gt;
9304                 &lt;table&gt;
9305                     &lt;tr&gt;
9306                         &lt;td&gt;&lt;%text(_TEAM_CHOOSEMEMBER)%&gt;&lt;/td&gt;
9307                         &lt;td&gt;&lt;%newmemberselect%&gt;&lt;/td&gt;
9308                     &lt;/tr&gt;&lt;tr&gt;
9309                         &lt;td&gt;&lt;%text(_TEAM_ADMIN)%&gt;&lt;%helplink(teamadmin)%&gt;&lt;/td&gt;
9310                         &lt;td&gt;&lt;%inputyesno(admin,0,10020)%&gt;&lt;/td&gt;
9311                     &lt;/tr&gt;&lt;tr&gt;
9312                         &lt;td&gt;&lt;%text(_TEAM_ADD)%&gt;&lt;/td&gt;
9313                         &lt;td&gt;&lt;input type='submit' value='&lt;%text(_TEAM_ADD_BTN)%&gt;' tabindex=&quot;10030&quot; /&gt;&lt;/td&gt;
9314                     &lt;/tr&gt;
9315                 &lt;/table&gt;
9316             &lt;/div&gt;
9317         &lt;/form&gt;&lt;%pagefoot%&gt;
9318 </pre>
9319 </div><div class="page">
9320 <a name="skinpartmemberdelete" id="skinpartmemberdelete"></a>
9321 <h1>Admin skins: memberdelete</h1>
9322 <p>
9323 This skinpart is used to memberdelete.
9324 </p>
9325 <p>
9326 Very basic buildup for a [You're about to delete the following member profile: ]page page.
9327 </p>
9328 <pre>
9329 &lt;%pagehead%&gt;&lt;h2&gt;&lt;%text(_DELETE_CONFIRM)%&gt;&lt;/h2&gt;
9330             &lt;p&gt;&lt;%text(_CONFIRMTXT_MEMBER%&gt;&lt;b&gt;&lt;%editmember(displayname)%&gt;&lt;/b&gt;&lt;/p&gt;
9331             &lt;p&gt;&lt;%text(_WARNINGTXT_NOTDELMEDIAFILES)%&gt;&lt;/p&gt;
9332             &lt;form method=&quot;post&quot; action=&quot;&lt;%adminurl%&gt;index.php&quot;&gt;
9333                 &lt;div&gt;
9334                     &lt;input type=&quot;hidden&quot; name=&quot;action&quot; value=&quot;memberdeleteconfirm&quot; /&gt;
9335                     &lt;%ticket%&gt;
9336                     &lt;input type=&quot;hidden&quot; name=&quot;memberid&quot; value=&quot;&lt;%editmember(id)%&gt;&quot; /&gt;
9337                     &lt;input type=&quot;submit&quot; tabindex=&quot;10&quot; value=&quot;&lt;%text(_DELETE_CONFIRM_BTN)%&gt;&quot; /&gt;
9338                 &lt;/div&gt;
9339             &lt;/form&gt;&lt;%pagefoot%&gt;
9340 </pre>
9341 </div><div class="page">
9342 <a name="skinpartoverview" id="skinpartoverview"></a>
9343 <h1>Admin skins: overview</h1>
9344 <p>
9345 This skinpart is used to overview.
9346 </p>
9347 <p>
9348 Very basic buildup for a [Home]page page.
9349 </p>
9350 <pre>
9351 &lt;%pagehead%&gt;&lt;%headmessage%&gt;
9352         &lt;h2&gt;&lt;%text(_OVERVIEW_YRBLOGS)%&gt;&lt;/h2&gt;
9353         &lt;%yrbloglist(admin/default)%&gt;
9354         &lt;h2&gt;&lt;%text(_OVERVIEW_YRSETTINGS)%&gt;&lt;/h2&gt;
9355         &lt;ul&gt;
9356             &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;
9357             &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;
9358             &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;
9359         &lt;/ul&gt;
9360         &lt;%if(superadmin)%&gt;&lt;h2&gt;&lt;%text(_OVERVIEW_MANAGEMENT)%&gt;&lt;/h2&gt;
9361         &lt;ul&gt;
9362             &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;
9363         &lt;/ul&gt;&lt;%pagefoot%&gt;
9364 </pre>
9365 </div><div class="page">
9366 <a name="skinpartpagefoot" id="skinpartpagefoot"></a>
9367 <h1>Admin skins: pagefoot</h1>
9368 <p>
9369 This skinpart is used to pagefoot.
9370 </p>
9371 <p>
9372 Very basic buildup for a [Admin page foot] page.
9373 </p>
9374 <pre>
9375
9376         &lt;%if(loggedin)%&gt;
9377                 &lt;%ifnot(adminaction,showlogin)%&gt;
9378                         &lt;h2&gt;&lt;%text(_LOGOUT)%&gt;&lt;/h2&gt;
9379                         &lt;ul&gt;
9380                         &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;
9381                         &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;
9382                         &lt;/ul&gt;
9383                 &lt;%endif%&gt;
9384         &lt;%endif%&gt;
9385         
9386         &lt;div class=&quot;foot&quot;&gt;
9387         &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;
9388          - &lt;a href=&quot;&lt;%text(_ADMINPAGEFOOT_DONATEURL)%&gt;&quot;&gt;&lt;%text(_ADMINPAGEFOOT_DONATE)%&gt;&lt;/a&gt;
9389         &lt;/div&gt;
9390         &lt;/div&gt;
9391         
9392         &lt;!-- content --&gt;
9393         &lt;div id=&quot;quickmenu&quot;&gt;
9394         
9395         &lt;%if(loggedin)%&gt;
9396                 &lt;%ifnot(adminaction,showlogin)%&gt;
9397                         &lt;ul&gt;
9398                         &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;
9399                         &lt;/ul&gt;
9400                         
9401                         &lt;h2&gt;&lt;%text(_QMENU_ADD)%&gt;&lt;/h2&gt;
9402                         &lt;form method=&quot;get&quot; action=&quot;&lt;%adminurl%&gt;index.php&quot;&gt;
9403                         &lt;div&gt;
9404                         &lt;input type=&quot;hidden&quot; name=&quot;action&quot; value=&quot;createitem&quot; /&gt;
9405                         &lt;%qmenuaddselect(admin/default)%&gt;
9406                         &lt;/div&gt;
9407                         &lt;/form&gt;
9408                         
9409                         &lt;h2&gt;&lt;%member(yourrealname)%&gt;&lt;/h2&gt;
9410                         &lt;ul&gt;
9411                         &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;
9412                         &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;
9413                         &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;
9414                         &lt;/ul&gt;
9415                         
9416                         &lt;%if(superadmin)%&gt;
9417                                 &lt;h2&gt;&lt;%text(_QMENU_MANAGE)%&gt;&lt;/h2&gt;
9418                                 &lt;ul&gt;
9419                                 &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;
9420                                 &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;
9421                                 &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;
9422                                 &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;
9423                                 &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;
9424                                 &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;
9425                                 &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;
9426                                 &lt;/ul&gt;
9427                                 &lt;h2&gt;&lt;%text(_QMENU_LAYOUT)%&gt;&lt;/h2&gt;
9428                                 &lt;ul&gt;
9429                                 &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;
9430                                 &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;
9431                                 &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;
9432                                 &lt;/ul&gt;
9433                                 &lt;h2&gt;&lt;%text(_SKINABLEADMIN_QMENU_LAYOUT)%&gt;&lt;/h2&gt;
9434                                 &lt;ul&gt;
9435                                 &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;
9436                                 &lt;li&gt;&lt;a href=&quot;&lt;%adminurl%&gt;index.php?action=admntemplateoverview&quot;&gt;&lt;%text(_QMENU_LAYOUT_TEMPL)%&gt;&lt;/a&gt;&lt;/li&gt;
9437                                 &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;
9438                                 &lt;/ul&gt;
9439                         &lt;%endif%&gt;
9440                         
9441                         &lt;%quickmenu(admin/default)%&gt;
9442                 &lt;%endif%&gt;
9443                 
9444         &lt;%elseif(adminaction,activate)%&gt;
9445                 &lt;h2&gt;&lt;%text(_QMENU_ACTIVATE)%&gt;&lt;/h2&gt;
9446                 &lt;%text(_QMENU_ACTIVATE_TEXT)%&gt;
9447         
9448         &lt;%elseif(adminaction,activatesetpwd)%&gt;
9449                 &lt;h2&gt;&lt;%text(_QMENU_ACTIVATE)%&gt;&lt;/h2&gt;&lt;%text(_QMENU_ACTIVATE_TEXT)%&gt;
9450         
9451         &lt;%else%&gt;
9452                 &lt;h2&gt;&lt;%text(_QMENU_INTRO)%&gt;&lt;/h2&gt;&lt;%text(_QMENU_INTRO_TEXT)%&gt;
9453         
9454         &lt;%endif%&gt;
9455         
9456         &lt;/div&gt;
9457         &lt;!-- content / quickmenu container --&gt;
9458         &lt;div class=&quot;clear&quot;&gt;&lt;/div&gt;
9459         &lt;!-- new --&gt;
9460         &lt;/div&gt;
9461         &lt;!-- adminwrapper --&gt;
9462         &lt;!-- new --&gt;
9463         &lt;/div&gt;
9464         &lt;!-- new --&gt;
9465         &lt;p style=&quot;text-align:right;&quot;&gt;&lt;%benchmark%&gt;&lt;/p&gt;
9466         &lt;/body&gt;
9467         &lt;/html&gt;
9468
9469 </pre>
9470 </div><div class="page">
9471 <a name="skinpartpagehead" id="skinpartpagehead"></a>
9472 <h1>Admin skins: pagehead</h1>
9473 <p>
9474 This skinpart is used to pagehead.
9475 </p>
9476 <p>
9477 Very basic buildup for a [Admin page head] page.
9478 </p>
9479 <pre>
9480
9481 &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;
9482 &lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; xml:lang=&quot;ja-JP&quot; lang=&quot;ja-JP&quot;&gt;
9483     &lt;head&gt;
9484         &lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=&lt;%charset%&gt;&quot; /&gt;
9485         &lt;title&gt;&lt;%sitevar(name)%&gt; - Admin&lt;/title&gt;
9486         &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;
9487         &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;
9488
9489         &lt;script type=&quot;text/javascript&quot; src=&quot;&lt;%skinfile(/javascripts/edit.js)%&gt;&quot;&gt;&lt;/script&gt;
9490         &lt;script type=&quot;text/javascript&quot; src=&quot;&lt;%skinfile(/javascripts/admin.js)%&gt;&quot;&gt;&lt;/script&gt;
9491         &lt;script type=&quot;text/javascript&quot; src=&quot;&lt;%skinfile(/javascripts/compatibility.js)%&gt;&quot;&gt;&lt;/script&gt;
9492
9493         &lt;meta http-equiv='Pragma' content='no-cache' /&gt;
9494         &lt;meta http-equiv='Cache-Control' content='no-cache, must-revalidate' /&gt;
9495         &lt;meta http-equiv='Expires' content='-1' /&gt;
9496         &lt;%extrahead%&gt;
9497     &lt;/head&gt;
9498     &lt;body&gt;
9499         &lt;div id=&quot;adminwrapper&quot;&gt;
9500             &lt;div class=&quot;header&quot;&gt;
9501                 &lt;h1&gt;&lt;%sitevar(name)%&gt;&lt;/h1&gt;
9502             &lt;/div&gt;
9503             &lt;div id=&quot;container&quot;&gt;
9504                 &lt;div id=&quot;content&quot;&gt;
9505                     &lt;div class=&quot;loginname&quot;&gt;
9506                         &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;
9507                         &lt;a href=&quot;&lt;%sitevar(url)%&gt;&quot;&gt;&lt;%text(_YOURSITE)%&gt;&lt;/a&gt;&lt;br /&gt;
9508                         (&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;)
9509                     &lt;/div&gt;
9510 </pre>
9511 </div><div class="page">
9512 <a name="skinpartplugindelete" id="skinpartplugindelete"></a>
9513 <h1>Admin skins: plugindelete</h1>
9514 <p>
9515 This skinpart is used to plugindelete.
9516 </p>
9517 <p>
9518 Very basic buildup for a [Are you sure you want to delete the plugin named]page page.
9519 </p>
9520 <pre>
9521 &lt;%pagehead%&gt;            &lt;h2&gt;&lt;%text(_DELETE_CONFIRM)%&gt;&lt;/h2&gt;
9522
9523             &lt;p&gt;&lt;%text(_CONFIRMTXT_PLUGIN)%&gt; &lt;strong&gt;&lt;%editpluginfo(name)%&gt;&lt;/strong&gt;?&lt;/p&gt;
9524             &lt;form method=&quot;post&quot; action=&quot;&lt;%adminurl%&gt;index.php&quot;&gt;&lt;div&gt;
9525             &lt;%ticket%&gt;
9526             &lt;input type=&quot;hidden&quot; name=&quot;action&quot; value=&quot;plugindeleteconfirm&quot; /&gt;
9527             &lt;input type=&quot;hidden&quot; name=&quot;plugid&quot; value=&quot;&lt;%editpluginfo(id)%&gt;&quot; /&gt;
9528             &lt;input type=&quot;submit&quot; tabindex=&quot;10&quot; value=&quot;&lt;%text(_DELETE_CONFIRM_BTN)%&gt;&quot; /&gt;
9529             &lt;/div&gt;&lt;/form&gt;
9530 &lt;%pagefoot%&gt;
9531 </pre>
9532 </div><div class="page">
9533 <a name="skinpartpluginhelp" id="skinpartpluginhelp"></a>
9534 <h1>Admin skins: pluginhelp</h1>
9535 <p>
9536 This skinpart is used to pluginhelp.
9537 </p>
9538 <p>
9539 Very basic buildup for a [Helppage for plugin]page page.
9540 </p>
9541 <pre>
9542 &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;
9543         &lt;h2&gt;&lt;%text(_PLUGS_HELP_TITLE)%&gt;: &lt;%helpplugname%&gt;&lt;/h2&gt;
9544         &lt;%pluginhelp%&gt;
9545
9546 </pre>
9547 </div><div class="page">
9548 <a name="skinpartpluginlist" id="skinpartpluginlist"></a>
9549 <h1>Admin skins: pluginlist</h1>
9550 <p>
9551 This skinpart is used to pluginlist.
9552 </p>
9553 <p>
9554 Very basic buildup for a [Manage Plugins]page page.
9555 </p>
9556 <pre>
9557 &lt;%pagehead%&gt;        &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;
9558         &lt;h2&gt;&lt;%text(_PLUGS_TITLE_MANAGE)%&gt;&lt;%helplink(plugins)%&gt;&lt;/h2&gt;
9559         &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;
9560         &lt;%pluginlistlist(admin/default)%&gt;
9561         &lt;h3&gt;&lt;%text(_PLUGS_TITLE_UPDATE)%&gt;&lt;/h3&gt;
9562         &lt;p&gt;&lt;%text(_PLUGS_TEXT_UPDATE)%&gt;&lt;/p&gt;
9563         &lt;form method=&quot;post&quot; action=&quot;&lt;%adminurl%&gt;index.php&quot;&gt;
9564             &lt;div&gt;
9565                 &lt;input type=&quot;hidden&quot; name=&quot;action&quot; value=&quot;pluginupdate&quot; /&gt;
9566                 &lt;%ticket%&gt;
9567                 &lt;input type=&quot;submit&quot; value=&quot;&lt;%text(_PLUGS_BTN_UPDATE)%&gt;&quot; tabindex=&quot;20&quot; /&gt;
9568             &lt;/div&gt;
9569         &lt;/form&gt;
9570         &lt;h3&gt;&lt;%text(_PLUGS_TITLE_NEW)%&gt;&lt;/h3&gt;
9571         &lt;%if(existsnewplugin)%&gt;&lt;p&gt;&lt;%text(_PLUGS_ADD_TEXT)%&gt;&lt;/p&gt;
9572         &lt;form method='post' action='index.php'&gt;
9573
9574             &lt;div&gt;
9575                 &lt;input type='hidden' name='action' value='pluginadd' /&gt;
9576                 &lt;%ticket%&gt;
9577                 &lt;select name=&quot;filename&quot; tabindex=&quot;30&quot;&gt;
9578                 &lt;%newpluginlist%&gt;
9579                 &lt;/select&gt;
9580                 &lt;input type='submit' tabindex=&quot;40&quot; value='&lt;%text(_PLUGS_BTN_INSTALL)%&gt;' /&gt;
9581             &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;
9582 </pre>
9583 </div><div class="page">
9584 <a name="skinpartpluginoptions" id="skinpartpluginoptions"></a>
9585 <h1>Admin skins: pluginoptions</h1>
9586 <p>
9587 This skinpart is used to pluginoptions.
9588 </p>
9589 <p>
9590 Very basic buildup for a [Options for Plugins]page page.
9591 </p>
9592 <pre>
9593 &lt;%pagehead%&gt;&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;
9594             &lt;h2&gt;&lt;%sprinttext(_PLUGIN_OPTIONS_TITLE,&lt;|%geteditpluginfo(name)%|&gt;)%&gt;&lt;/h2&gt;
9595             &lt;%headmessage%&gt;
9596             &lt;form action=&quot;&lt;%adminurl%&gt;index.php&quot; method=&quot;post&quot;&gt;
9597
9598                 &lt;div&gt;
9599                     &lt;input type=&quot;hidden&quot; name=&quot;action&quot; value=&quot;pluginoptionsupdate&quot; /&gt;
9600                     &lt;input type=&quot;hidden&quot; name=&quot;plugid&quot; value=&quot;&lt;%editpluginfo(id)%&gt;&quot; /&gt;
9601                     &lt;%ticket%&gt;
9602                     &lt;%editplugoptionslist(admin/default)%&gt;
9603                 &lt;/div&gt;
9604             &lt;/form&gt;&lt;%pagefoot%&gt;
9605 </pre>
9606 </div><div class="page">
9607 <a name="skinpartsettingsedit" id="skinpartsettingsedit"></a>
9608 <h1>Admin skins: settingsedit</h1>
9609 <p>
9610 This skinpart is used to settingsedit.
9611 </p>
9612 <p>
9613 Very basic buildup for a [General Settings]page page.
9614 </p>
9615 <pre>
9616 &lt;%pagehead%&gt;&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;
9617         &lt;h2&gt;&lt;%text(_SETTINGS_TITLE)%&gt;&lt;/h2&gt;
9618         &lt;form action=&quot;&lt;%adminurl%&gt;index.php&quot; method=&quot;post&quot;&gt;
9619             &lt;div&gt;
9620                 &lt;input type=&quot;hidden&quot; name=&quot;action&quot; value=&quot;settingsupdate&quot; /&gt;
9621                 &lt;%ticket%&gt;
9622                 &lt;table&gt;
9623                     &lt;tr&gt;
9624                         &lt;th colspan=&quot;2&quot;&gt;&lt;%text(_SETTINGS_SUB_GENERAL)%&gt;&lt;/th&gt;
9625                     &lt;/tr&gt;&lt;tr&gt;
9626                         &lt;td&gt;&lt;%text(_SETTINGS_DEFBLOG)%&gt; &lt;%helplink(defaultblog)%&gt;&lt;/td&gt;
9627                         &lt;td&gt;&lt;%defblogselect(admin/default)%&gt;&lt;/td&gt;
9628                     &lt;/tr&gt;&lt;tr&gt;
9629                         &lt;td&gt;&lt;%text(_SETTINGS_BASESKIN)%&gt; &lt;%helplink(baseskin)%&gt;&lt;/td&gt;
9630                         &lt;td&gt;&lt;%defskinselect(,admin/default)%&gt;&lt;/td&gt;
9631                     &lt;/tr&gt;&lt;tr&gt;
9632                         &lt;td&gt;&lt;%text(_SETTINGS_ADMINMAIL)%&gt;&lt;/td&gt;
9633                         &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;
9634                     &lt;/tr&gt;&lt;tr&gt;
9635                         &lt;td&gt;&lt;%text(_SETTINGS_SITENAME)%&gt;&lt;/td&gt;
9636                         &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;
9637                     &lt;/tr&gt;&lt;tr&gt;
9638                         &lt;td&gt;&lt;%text(_SETTINGS_SITEURL)%&gt;&lt;/td&gt;
9639                         &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;
9640                     &lt;/tr&gt;&lt;tr&gt;
9641                         &lt;td&gt;&lt;%text(_SETTINGS_ADMINURL)%&gt;&lt;/td&gt;
9642                         &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;
9643                     &lt;/tr&gt;&lt;tr&gt;
9644                         &lt;td&gt;&lt;%text(_SETTINGS_PLUGINURL)%&gt; &lt;%helplink(pluginurl)%&gt;&lt;/td&gt;
9645                         &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;
9646                     &lt;/tr&gt;&lt;tr&gt;
9647                         &lt;td&gt;&lt;%text(_SETTINGS_SKINSURL)%&gt; &lt;%helplink(skinsurl)%&gt;&lt;/td&gt;
9648                         &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;
9649                     &lt;/tr&gt;&lt;tr&gt;
9650                         &lt;td&gt;&lt;%text(_SETTINGS_ACTIONSURL)%&gt; &lt;%helplink(actionurl)%&gt;&lt;/td&gt;
9651                         &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;
9652                     &lt;/tr&gt;&lt;tr&gt;
9653                         &lt;td&gt;&lt;%text(_SETTINGS_LOCALE)%&gt; &lt;%helplink(locale)%&gt;&lt;/td&gt;
9654                         &lt;td&gt;&lt;select name=&quot;Locale&quot; tabindex=&quot;10050&quot;&gt;&lt;%localeselectoptions%&gt;&lt;/select&gt;&lt;/td&gt;
9655                     &lt;/tr&gt;&lt;tr&gt;
9656                         &lt;td&gt;&lt;%text(_SETTINGS_DISABLESITE)%&gt; &lt;%helplink(disablesite)%&gt;&lt;/td&gt;
9657                         &lt;td&gt;
9658                             &lt;%configsettingsyesno(DisableSite, 10060)%&gt;&lt;br /&gt;
9659                             &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;
9660                         &lt;/td&gt;
9661                     &lt;/tr&gt;&lt;tr&gt;
9662                         &lt;td&gt;&lt;%text(_SETTINGS_DIRS)%&gt;&lt;/td&gt;
9663                         &lt;td&gt;&lt;%outputspecialdirs(nucleusdir)%&gt;&lt;i&gt;&lt;%text(_SETTINGS_SEECONFIGPHP)%&gt;&lt;/i&gt;&lt;/td&gt;
9664                     &lt;/tr&gt;&lt;tr&gt;
9665                         &lt;td&gt;&lt;%text(_SETTINGS_DBLOGIN)%&gt;&lt;/td&gt;
9666                         &lt;td&gt;&lt;i&gt;&lt;%text(_SETTINGS_SEECONFIGPHP)%&gt;&lt;/i&gt;&lt;/td&gt;
9667                     &lt;/tr&gt;&lt;tr&gt;
9668                         &lt;td&gt;&lt;%text(_SETTINGS_JSTOOLBAR)%&gt;&lt;/td&gt;
9669                         &lt;td&gt;
9670                             &lt;select name=&quot;DisableJsTools&quot; tabindex=&quot;10075&quot;&gt;
9671                                 &lt;%jstoolbaroptions%&gt;
9672                             &lt;/select&gt;
9673                         &lt;/td&gt;
9674                     &lt;/tr&gt;&lt;tr&gt;
9675                         &lt;td&gt;&lt;%text(_SETTINGS_URLMODE)%&gt; &lt;%helplink(urlmode)%&gt;&lt;/td&gt;
9676                         &lt;td&gt;&lt;%configsettingsedit(URLMode)%&gt; &lt;%text(_SETTINGS_URLMODE_HELP)%&gt;&lt;/td&gt;
9677                     &lt;/tr&gt;&lt;tr&gt;
9678                         &lt;td&gt;&lt;%text(_SETTINGS_DEBUGVARS)%&gt; &lt;%helplink(debugvars)%&gt;&lt;/td&gt;
9679                         &lt;td&gt;&lt;%configsettingsyesno(DebugVars, 10078)%&gt;&lt;/td&gt;
9680                     &lt;/tr&gt;&lt;tr&gt;
9681                         &lt;td&gt;&lt;%text(_SETTINGS_DEFAULTLISTSIZE)%&gt; &lt;%helplink(defaultlistsize)%&gt;&lt;/td&gt;
9682                         &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;
9683                     &lt;/tr&gt;&lt;tr&gt;
9684                         &lt;td&gt;&lt;%text(_SETTINGS_ADMINCSS)%&gt;&lt;/td&gt;
9685                         &lt;td&gt;&lt;select name=&quot;AdminCSS&quot; tabindex=&quot;10080&quot;&gt;&lt;%adminstyleselectoptions%&gt;&lt;/select&gt;&lt;/td&gt;
9686                     &lt;/tr&gt;&lt;tr&gt;
9687                         &lt;th colspan=&quot;2&quot;&gt;&lt;%text(_SETTINGS_MEDIA)%&gt; &lt;%helplink(media)%&gt;&lt;/th&gt;
9688                     &lt;/tr&gt;&lt;tr&gt;
9689                         &lt;td&gt;&lt;%text(_SETTINGS_MEDIADIR)%&gt;&lt;/td&gt;
9690                         &lt;td&gt;
9691                             &lt;%outputspecialdirs(mediadir)%&gt;
9692                             &lt;i&gt;&lt;%text(_SETTINGS_SEECONFIGPHP)%&gt;&lt;/i&gt;&lt;%mediadirwarning%&gt;
9693                         &lt;/td&gt;
9694                     &lt;/tr&gt;&lt;tr&gt;
9695                         &lt;td&gt;&lt;%text(_SETTINGS_MEDIAURL)%&gt;&lt;/td&gt;
9696                         &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;
9697                     &lt;/tr&gt;&lt;tr&gt;
9698                         &lt;td&gt;&lt;%text(_SETTINGS_ALLOWUPLOAD)%&gt;&lt;/td&gt;
9699                         &lt;td&gt;&lt;%configsettingsyesno(AllowUpload, 10090)%&gt;&lt;/td&gt;
9700                     &lt;/tr&gt;&lt;tr&gt;
9701                         &lt;td&gt;&lt;%text(_SETTINGS_ALLOWUPLOADTYPES)%&gt;&lt;/td&gt;
9702                         &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;
9703                     &lt;/tr&gt;&lt;tr&gt;
9704                         &lt;td&gt;&lt;%text(_SETTINGS_MAXUPLOADSIZE)%&gt;&lt;/td&gt;
9705                         &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;
9706                     &lt;/tr&gt;&lt;tr&gt;
9707                         &lt;td&gt;&lt;%text(_SETTINGS_MEDIAPREFIX)%&gt;&lt;/td&gt;
9708                         &lt;td&gt;&lt;%configsettingsyesno(MediaPrefix, 10110)%&gt;&lt;/td&gt;
9709                     &lt;/tr&gt;&lt;tr&gt;
9710                         &lt;th colspan=&quot;2&quot;&gt;&lt;%text(_SETTINGS_MEMBERS)%&gt;&lt;/th&gt;
9711                     &lt;/tr&gt;&lt;tr&gt;
9712                         &lt;td&gt;&lt;%text(_SETTINGS_CHANGELOGIN)%&gt;&lt;/td&gt;
9713                         &lt;td&gt;&lt;%configsettingsyesno(AllowLoginEdit, 10120)%&gt;&lt;/td&gt;
9714                     &lt;/tr&gt;&lt;tr&gt;
9715                         &lt;td&gt;&lt;%text(_SETTINGS_ALLOWCREATE)%&gt; &lt;%helplink(allowaccountcreation)%&gt;
9716                         &lt;/td&gt;
9717                         &lt;td&gt;&lt;%configsettingsyesno(AllowMemberCreate, 10130)%&gt;&lt;/td&gt;
9718                     &lt;/tr&gt;&lt;tr&gt;
9719                         &lt;td&gt;&lt;%text(_SETTINGS_NEWLOGIN)%&gt; &lt;%helplink(allownewmemberlogin)%&gt;&lt;br /&gt;&lt;%text(_SETTINGS_NEWLOGIN2)%&gt;&lt;/td&gt;
9720                         &lt;td&gt;&lt;%configsettingsyesno(NewMemberCanLogon, 10140)%&gt;&lt;/td&gt;
9721                     &lt;/tr&gt;&lt;tr&gt;
9722                         &lt;td&gt;&lt;%text(_SETTINGS_MEMBERMSGS)%&gt; &lt;%helplink(messageservice)%&gt;&lt;/td&gt;
9723                         &lt;td&gt;&lt;%configsettingsyesno(AllowMemberMail, 10150)%&gt;&lt;/td&gt;
9724                     &lt;/tr&gt;&lt;tr&gt;
9725                         &lt;td&gt;&lt;%text(_SETTINGS_NONMEMBERMSGS)%&gt; &lt;%helplink(messageservice)%&gt;&lt;/td&gt;
9726                         &lt;td&gt;&lt;%configsettingsyesno(NonmemberMail, 10155%&gt;&lt;/td&gt;
9727                     &lt;/tr&gt;&lt;tr&gt;
9728                         &lt;td&gt;&lt;%text(_SETTINGS_PROTECTMEMNAMES)%&gt; &lt;%helplink(protectmemnames)%&gt;&lt;/td&gt;
9729                         &lt;td&gt;&lt;%configsettingsyesno(ProtectMemNames, 10156)%&gt;&lt;/td&gt;
9730                     &lt;/tr&gt;&lt;tr&gt;
9731                         &lt;th colspan=&quot;2&quot;&gt;&lt;%text(_SETTINGS_COOKIES_TITLE)%&gt; &lt;%helplink(cookies)%&gt;&lt;/th&gt;
9732                     &lt;/tr&gt;&lt;tr&gt;
9733                         &lt;td&gt;&lt;%text(_SETTINGS_COOKIEPREFIX)%&gt;&lt;/td&gt;
9734                         &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;
9735                     &lt;/tr&gt;&lt;tr&gt;
9736                         &lt;td&gt;&lt;%text(_SETTINGS_COOKIEDOMAIN)%&gt;&lt;/td&gt;
9737                         &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;
9738                     &lt;/tr&gt;&lt;tr&gt;
9739                         &lt;td&gt;&lt;%text(_SETTINGS_COOKIEPATH)%&gt;&lt;/td&gt;
9740                         &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;
9741                     &lt;/tr&gt;&lt;tr&gt;
9742                         &lt;td&gt;&lt;%text(_SETTINGS_COOKIESECURE)%&gt;&lt;/td&gt;
9743                         &lt;td&gt;&lt;%configsettingsyesno(CookieSecure, 10180)%&gt;&lt;/td&gt;
9744                     &lt;/tr&gt;&lt;tr&gt;
9745                         &lt;td&gt;&lt;%text(_SETTINGS_COOKIELIFE)%&gt;&lt;/td&gt;
9746                         &lt;td&gt;&lt;%configsettingsedit(SessionCookie)%&gt;&lt;/td&gt;
9747                     &lt;/tr&gt;&lt;tr&gt;
9748                         &lt;td&gt;&lt;%text(_SETTINGS_LASTVISIT)%&gt;&lt;/td&gt;
9749                         &lt;td&gt;&lt;%configsettingsyesno(LastVisit, 10200)%&gt;&lt;/td&gt;
9750                     &lt;/tr&gt;&lt;tr&gt;
9751                         &lt;th colspan=&quot;2&quot;&gt;&lt;%text(_SETTINGS_UPDATE)%&gt;&lt;/th&gt;
9752                     &lt;/tr&gt;&lt;tr&gt;
9753                         &lt;td&gt;&lt;%text(_SETTINGS_UPDATE)%&gt;&lt;/td&gt;
9754                         &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;
9755                     &lt;/tr&gt;
9756                 &lt;/table&gt;
9757             &lt;/div&gt;
9758         &lt;/form&gt;
9759         &lt;h2&gt;&lt;%text(_PLUGINS_EXTRA)%&gt;&lt;/h2&gt;
9760         &lt;%pluginextras%&gt;&lt;%pagefoot%&gt;
9761 </pre>
9762 </div><div class="page">
9763 <a name="skinpartshowlogin" id="skinpartshowlogin"></a>
9764 <h1>Admin skins: showlogin</h1>
9765 <p>
9766 This skinpart is used to showlogin.
9767 </p>
9768 <p>
9769 Very basic buildup for a [Log In]page page.
9770 </p>
9771 <pre>
9772 &lt;%pagehead%&gt;&lt;h2&gt;&lt;%text(_LOGIN)%&gt;&lt;/h2&gt;
9773         &lt;%headmessage%&gt;
9774         &lt;form action=&quot;&lt;%adminurl%&gt;index.php&quot; method=&quot;post&quot;&gt;&lt;p&gt;
9775             &lt;%text(_LOGIN_NAME)%&gt; &lt;br /&gt;&lt;input name=&quot;login&quot;  tabindex=&quot;10&quot; /&gt;
9776             &lt;br /&gt;
9777             &lt;%text(_LOGIN_PASSWORD)%&gt; &lt;br /&gt;&lt;input name=&quot;password&quot;  tabindex=&quot;20&quot; type=&quot;password&quot; /&gt;
9778             &lt;br /&gt;
9779             &lt;input name=&quot;action&quot; value=&quot;login&quot; type=&quot;hidden&quot; /&gt;
9780             &lt;br /&gt;
9781             &lt;input type=&quot;submit&quot; value=&quot;&lt;%text(_LOGIN)%&gt;&quot; tabindex=&quot;30&quot; /&gt;
9782             &lt;br /&gt;
9783             &lt;small&gt;
9784                 &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;
9785                 &lt;br /&gt;&lt;a href=&quot;forgotpassword.php&quot;&gt;&lt;%text(_LOGIN_FORGOT)%&gt;&lt;/a&gt;
9786             &lt;/small&gt;
9787             &lt;%passrequestvars%&gt;
9788         &lt;/p&gt;&lt;/form&gt;&lt;%pagefoot%&gt;
9789 </pre>
9790 </div><div class="page">
9791 <a name="skinpartskindelete" id="skinpartskindelete"></a>
9792 <h1>Admin skins: skindelete</h1>
9793 <p>
9794 This skinpart is used to skindelete.
9795 </p>
9796 <p>
9797 Very basic buildup for a [You're about to delete the skin named ]page page.
9798 </p>
9799 <pre>
9800 &lt;%pagehead%&gt;&lt;h2&gt;&lt;%text(_DELETE_CONFIRM)%&gt;&lt;/h2&gt;
9801             &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;
9802             &lt;form method=&quot;post&quot; action=&quot;&lt;%adminurl%&gt;index.php&quot;&gt;
9803                 &lt;div&gt;
9804                     &lt;input type=&quot;hidden&quot; name=&quot;action&quot; value=&quot;skindeleteconfirm&quot; /&gt;
9805                     &lt;%ticket%&gt;
9806                     &lt;input type=&quot;hidden&quot; name=&quot;skinid&quot; value=&quot;&lt;%editskintype(id)%&gt;&quot; /&gt;
9807                     &lt;input type=&quot;submit&quot; tabindex=&quot;10&quot; value=&quot;&lt;%text(_DELETE_CONFIRM_BTN)%&gt;&quot; /&gt;
9808                 &lt;/div&gt;
9809             &lt;/form&gt;&lt;%pagefoot%&gt;
9810 </pre>
9811 </div><div class="page">
9812 <a name="skinpartskinedit" id="skinpartskinedit"></a>
9813 <h1>Admin skins: skinedit</h1>
9814 <p>
9815 This skinpart is used to skinedit.
9816 </p>
9817 <p>
9818 Very basic buildup for a [Edit skin]page page.
9819 </p>
9820 <pre>
9821 &lt;%pagehead%&gt;&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;
9822         &lt;h2&gt;&lt;%text(_SKIN_EDITONE_TITLE)%&gt; '&lt;%editskin(name)%&gt;'&lt;/h2&gt;
9823         &lt;h3&gt;&lt;%text(_SKIN_PARTS_TITLE)%&gt;&lt;/h3&gt;
9824         &lt;%text(_SKIN_PARTS_MSG)%&gt;
9825         &lt;ul&gt;
9826             &lt;li&gt;&lt;a tabindex=&quot;10&quot; href=&quot;&lt;%adminurl%&gt;index.php?action=skinedittype&amp;amp;skinid=&lt;%editskin(id)%&gt;&amp;amp;type=index&quot;&gt;&lt;%text(_SKIN_PART_MAIN)%&gt;&lt;/a&gt; &lt;%helplink(skinpartindex)%&gt;&lt;/li&gt;
9827             &lt;li&gt;&lt;a tabindex=&quot;20&quot; href=&quot;&lt;%adminurl%&gt;index.php?action=skinedittype&amp;amp;skinid=&lt;%editskin(id)%&gt;&amp;amp;type=item&quot;&gt;&lt;%text(_SKIN_PART_ITEM)%&gt;&lt;/a&gt; &lt;%helplink(skinpartitem)%&gt;&lt;/li&gt;
9828             &lt;li&gt;&lt;a tabindex=&quot;30&quot; href=&quot;&lt;%adminurl%&gt;index.php?action=skinedittype&amp;amp;skinid=&lt;%editskin(id)%&gt;&amp;amp;type=archivelist&quot;&gt;&lt;%text(_SKIN_PART_ALIST)%&gt;&lt;/a&gt; &lt;%helplink(skinpartarchivelist)%&gt;&lt;/li&gt;
9829             &lt;li&gt;&lt;a tabindex=&quot;40&quot; href=&quot;&lt;%adminurl%&gt;index.php?action=skinedittype&amp;amp;skinid=&lt;%editskin(id)%&gt;&amp;amp;type=archive&quot;&gt;&lt;%text(_SKIN_PART_ARCHIVE)%&gt;&lt;/a&gt; &lt;%helplink(skinpartarchive)%&gt;&lt;/li&gt;
9830             &lt;li&gt;&lt;a tabindex=&quot;50&quot; href=&quot;&lt;%adminurl%&gt;index.php?action=skinedittype&amp;amp;skinid=&lt;%editskin(id)%&gt;&amp;amp;type=search&quot;&gt;&lt;%text(_SKIN_PART_SEARCH)%&gt;&lt;/a&gt; &lt;%helplink(skinpartsearch)%&gt;&lt;/li&gt;
9831             &lt;li&gt;&lt;a tabindex=&quot;60&quot; href=&quot;&lt;%adminurl%&gt;index.php?action=skinedittype&amp;amp;skinid=&lt;%editskin(id)%&gt;&amp;amp;type=error&quot;&gt;&lt;%text(_SKIN_PART_ERROR)%&gt;&lt;/a&gt; &lt;%helplink(skinparterror)%&gt;&lt;/li&gt;
9832             &lt;li&gt;&lt;a tabindex=&quot;70&quot; href=&quot;&lt;%adminurl%&gt;index.php?action=skinedittype&amp;amp;skinid=&lt;%editskin(id)%&gt;&amp;amp;type=member&quot;&gt;&lt;%text(_SKIN_PART_MEMBER)%&gt;&lt;/a&gt; &lt;%helplink(skinpartmember)%&gt;&lt;/li&gt;
9833             &lt;li&gt;&lt;a tabindex=&quot;75&quot; href=&quot;&lt;%adminurl%&gt;index.php?action=skinedittype&amp;amp;skinid=&lt;%editskin(id)%&gt;&amp;amp;type=imagepopup&quot;&gt;&lt;%text(_SKIN_PART_POPUP)%&gt;&lt;/a&gt; &lt;%helplink(skinpartimagepopup)%&gt;&lt;/li&gt;
9834         &lt;/ul&gt;
9835         &lt;h3&gt;&lt;%text(_SKIN_PARTS_SPECIAL)%&gt;&lt;/h3&gt;
9836         &lt;form method=&quot;get&quot; action=&quot;&lt;%adminurl%&gt;index.php&quot;&gt;
9837             &lt;input type=&quot;hidden&quot; name=&quot;action&quot; value=&quot;skinedittype&quot; /&gt;
9838             &lt;input type=&quot;hidden&quot; name=&quot;skinid&quot; value=&quot;&lt;%editskin(id)%&gt;&quot; /&gt;
9839             &lt;input name=&quot;type&quot; tabindex=&quot;89&quot; size=&quot;20&quot; maxlength=&quot;20&quot; /&gt;
9840             &lt;input type=&quot;submit&quot; tabindex=&quot;140&quot; value=&quot;&lt;%text(_SKIN_CREATE)%&gt;&quot; onclick=&quot;return checkSubmit();&quot; /&gt;
9841         &lt;/form&gt;
9842         &lt;%specialskinlist(admin/default)%&gt;
9843         &lt;h3&gt;&lt;%text(_SKIN_GENSETTINGS_TITLE)%&gt;&lt;/h3&gt;
9844         &lt;form method=&quot;post&quot; action=&quot;&lt;%adminurl%&gt;index.php&quot;&gt;
9845             &lt;div&gt;
9846                 &lt;input type=&quot;hidden&quot; name=&quot;action&quot; value=&quot;skineditgeneral&quot; /&gt;
9847                 &lt;%ticket%&gt;
9848                 &lt;input type=&quot;hidden&quot; name=&quot;skinid&quot; value=&quot;&lt;%editskin(id)%&gt;&quot; /&gt;
9849                 &lt;table&gt;
9850                     &lt;tr&gt;
9851                         &lt;td&gt;&lt;%text(_SKIN_NAME)%&gt; &lt;%helplink(shortnames)%&gt;&lt;/td&gt;
9852                         &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;
9853                     &lt;/tr&gt;&lt;tr&gt;
9854                         &lt;td&gt;&lt;%text(_SKIN_DESC)%&gt;&lt;/td&gt;
9855                         &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;
9856                 &lt;/tr&gt;&lt;tr&gt;
9857                     &lt;td&gt;&lt;%text(_SKIN_TYPE)%&gt;&lt;/td&gt;
9858                     &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;
9859                 &lt;/tr&gt;&lt;tr&gt;
9860                     &lt;td&gt;&lt;%text(_SKIN_INCLUDE_MODE)%&gt; &lt;%helplink(includemode)%&gt;&lt;/td&gt;
9861                     &lt;td&gt;&lt;%editskin(mode)%&gt;&lt;/td&gt;
9862                 &lt;/tr&gt;&lt;tr&gt;
9863                     &lt;td&gt;&lt;%text(_SKIN_INCLUDE_PREFIX)%&gt; &lt;%helplink(includeprefix)%&gt;&lt;/td&gt;
9864                     &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;
9865                 &lt;/tr&gt;&lt;tr&gt;
9866                     &lt;td&gt;&lt;%text(_SKIN_CHANGE)%&gt;&lt;/td&gt;
9867                     &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;
9868                 &lt;/tr&gt;&lt;/table&gt;
9869             &lt;/div&gt;
9870         &lt;/form&gt;&lt;%pagefoot%&gt;
9871 </pre>
9872 </div><div class="page">
9873 <a name="skinpartskinedittype" id="skinpartskinedittype"></a>
9874 <h1>Admin skins: skinedittype</h1>
9875 <p>
9876 This skinpart is used to skinedittype.
9877 </p>
9878 <p>
9879 Very basic buildup for a [Edit Skin]page page.
9880 </p>
9881 <pre>
9882 &lt;%pagehead%&gt;&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;
9883         &lt;h2&gt;&lt;%text(_SKIN_EDITPART_TITLE)%&gt; '&lt;%editskintype(name)%&gt;': &lt;%editskintype(skintype)%&gt;&lt;/h2&gt;
9884         &lt;%headmessage%&gt;
9885         &lt;form method=&quot;post&quot; action=&quot;&lt;%adminurl%&gt;index.php&quot;&gt;
9886             &lt;div&gt;
9887                 &lt;input type=&quot;hidden&quot; name=&quot;action&quot; value=&quot;skinupdate&quot; /&gt;
9888
9889                 &lt;%ticket%&gt;
9890                 &lt;input type=&quot;hidden&quot; name=&quot;skinid&quot; value=&quot;&lt;%editskintype(id)%&gt;&quot; /&gt;
9891                 &lt;input type=&quot;hidden&quot; name=&quot;type&quot; value=&quot;&lt;%editskintype(skintyperaw)%&gt;&quot; /&gt;
9892                 &lt;input type=&quot;submit&quot; value=&quot;&lt;%text(_SKIN_UPDATE_BTN)%&gt;&quot; onclick=&quot;return checkSubmit();&quot; /&gt;
9893                 &lt;input type=&quot;reset&quot; value=&quot;&lt;%text(_SKIN_RESET_BTN)%&gt;&quot; /&gt;
9894                 (skin type: &lt;%editskintype(skintype)%&gt;)&lt;%skintypehelp%&gt;&lt;br /&gt;
9895                 &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;
9896                 &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;
9897                 &lt;input type=&quot;reset&quot; value=&quot;&lt;%text(_SKIN_RESET_BTN)%&gt;&quot; /&gt;
9898                 (skin type: &lt;%editskintype(skintype)%&gt;)
9899                 &lt;br /&gt;&lt;br /&gt;
9900                 &lt;%text(_SKIN_ALLOWEDVARS)%&gt;
9901                 &lt;%allowedskinactions%&gt;&lt;br /&gt;&lt;br /&gt;
9902                 &lt;%text(_SKINEDIT_ALLOWEDBLOGS)%&gt;
9903                 &lt;%skineditallowedlist(blog)%&gt;
9904                 &lt;%text(_SKINEDIT_ALLOWEDTEMPLATESS)%&gt;
9905                 &lt;%skineditallowedlist(template)%&gt;&lt;br /&gt;
9906             &lt;/div&gt;
9907         &lt;/form&gt;&lt;%pagefoot%&gt;
9908 </pre>
9909 </div><div class="page">
9910 <a name="skinpartskiniedoimport" id="skinpartskiniedoimport"></a>
9911 <h1>Admin skins: skiniedoimport</h1>
9912 <p>
9913 This skinpart is used to skiniedoimport.
9914 </p>
9915 <p>
9916 Very basic buildup for a [Done Importing]page page.
9917 </p>
9918 <pre>
9919 &lt;%pagehead%&gt;&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;
9920         &lt;h2&gt;&lt;%text(_SKINIE_DONE)%&gt;&lt;/h2&gt;
9921
9922         &lt;ul&gt;
9923             &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;
9924             &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;
9925             &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;
9926         &lt;/ul&gt;&lt;%pagefoot%&gt;
9927 </pre>
9928 </div><div class="page">
9929 <a name="skinpartskinieimport" id="skinpartskinieimport"></a>
9930 <h1>Admin skins: skinieimport</h1>
9931 <p>
9932 This skinpart is used to skinieimport.
9933 </p>
9934 <p>
9935 Very basic buildup for a [About to import skins and templates]page page.
9936 </p>
9937 <pre>
9938 &lt;%pagehead%&gt;&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;
9939         &lt;h2&gt;&lt;%text(_SKINIE_CONFIRM_TITLE)%&gt;&lt;/h2&gt;
9940         &lt;ul&gt;
9941             &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;
9942             &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;
9943             &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;
9944             &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;
9945             &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;
9946         &lt;/ul&gt;
9947
9948         &lt;form method=&quot;post&quot; action=&quot;&lt;%adminurl%&gt;index.php&quot;&gt;&lt;div&gt;
9949             &lt;input type=&quot;hidden&quot; name=&quot;action&quot; value=&quot;skiniedoimport&quot; /&gt;
9950             &lt;%ticket%&gt;
9951             &lt;input type=&quot;hidden&quot; name=&quot;skinfile&quot; value=&quot;&lt;%importskininfo(skinfile)%&gt;&quot; /&gt;
9952             &lt;input type=&quot;hidden&quot; name=&quot;mode&quot; value=&quot;&lt;%importskininfo(mode)%&gt;&quot; /&gt;
9953             &lt;input type=&quot;submit&quot; value=&quot;&lt;%text(_SKINIE_CONFIRM_IMPORT)%&gt;&quot; /&gt;
9954             &lt;%if(nameclashes)%&gt;&lt;br /&gt;
9955             &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;
9956         &lt;/div&gt;&lt;/form&gt;&lt;%pagefoot%&gt;
9957 </pre>
9958 </div><div class="page">
9959 <a name="skinpartskinieoverview" id="skinpartskinieoverview"></a>
9960 <h1>Admin skins: skinieoverview</h1>
9961 <p>
9962 This skinpart is used to skinieoverview.
9963 </p>
9964 <p>
9965 Very basic buildup for a [Import/Export]page page.
9966 </p>
9967 <pre>
9968 &lt;%pagehead%&gt;&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;
9969         &lt;h2&gt;&lt;%text(_SKINIE_TITLE_IMPORT)%&gt;&lt;/h2&gt;
9970         &lt;p&gt;
9971             &lt;label for=&quot;skinie_import_local&quot;&gt;&lt;%text(_SKINIE_LOCAL)%&gt;&lt;/label&gt;
9972             &lt;%if(skincandidates)%&gt;&lt;form method=&quot;post&quot; action=&quot;&lt;%adminurl%&gt;index.php&quot;&gt;
9973                 &lt;div&gt;
9974                     &lt;input type=&quot;hidden&quot; name=&quot;action&quot; value=&quot;skinieimport&quot; /&gt;
9975                     &lt;%ticket%&gt;
9976                     &lt;input type=&quot;hidden&quot; name=&quot;mode&quot; value=&quot;file&quot; /&gt;
9977                     &lt;select name=&quot;skinfile&quot; id=&quot;skinie_import_local&quot;&gt;
9978                         &lt;%selectlocalskinfiles%&gt;
9979                     &lt;/select&gt;
9980                     &lt;input type=&quot;submit&quot; value=&quot;&lt;%text(_SKINIE_BTN_IMPORT)%&gt;&quot; /&gt;
9981                 &lt;/div&gt;
9982             &lt;/form&gt;&lt;%else%&gt;&lt;%text(_SKINIE_NOCANDIDATES)%&gt;&lt;%endif%&gt;
9983         &lt;/p&gt;
9984         &lt;p&gt;&lt;em&gt;&lt;%text(_OR)%&gt;&lt;/em&gt;&lt;/p&gt;
9985         &lt;form method=&quot;post&quot; action=&quot;&lt;%adminurl%&gt;index.php&quot;&gt;
9986             &lt;p&gt;
9987                 &lt;%ticket%&gt;
9988                 &lt;input type=&quot;hidden&quot; name=&quot;action&quot; value=&quot;skinieimport&quot; /&gt;
9989                 &lt;input type=&quot;hidden&quot; name=&quot;mode&quot; value=&quot;url&quot; /&gt;
9990                 &lt;label for=&quot;skinie_import_url&quot;&gt;&lt;%text(_SKINIE_FROMURL)%&gt;&lt;/label&gt;
9991                 &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;
9992                 &lt;input type=&quot;submit&quot; value=&quot;&lt;%text(_SKINIE_BTN_IMPORT)%&gt;&quot; /&gt;
9993             &lt;/p&gt;
9994         &lt;/form&gt;
9995         &lt;h2&gt;&lt;%text(_SKINIE_TITLE_EXPORT)%&gt;&lt;/h2&gt;
9996         &lt;form method=&quot;post&quot; action=&quot;&lt;%adminurl%&gt;index.php&quot;&gt;
9997             &lt;div&gt;
9998                 &lt;input type=&quot;hidden&quot; name=&quot;action&quot; value=&quot;skinieexport&quot; /&gt;
9999                 &lt;%ticket%&gt;
10000                 &lt;p&gt;&lt;%text(_SKINIE_EXPORT_INTRO)%&gt;&lt;/p&gt;
10001                 &lt;table&gt;
10002                     &lt;tr&gt;
10003                         &lt;th colspan=&quot;2&quot;&gt;&lt;%text(_SKINIE_EXPORT_SKINS)%&gt;&lt;/th&gt;
10004                     &lt;/tr&gt;&lt;tr&gt;
10005                         &lt;%skinielist(skin,admin/default)%&gt;
10006                         &lt;th colspan=&quot;2&quot;&gt;&lt;%text(_SKINIE_EXPORT_TEMPLATES)%&gt;&lt;/th&gt;
10007                     &lt;/tr&gt;&lt;tr&gt;
10008                         &lt;%skinielist(template,admin/default)%&gt;
10009                         &lt;th colspan=&quot;2&quot;&gt;&lt;%text(_SKINIE_EXPORT_EXTRA)%&gt;&lt;/th&gt;
10010                     &lt;/tr&gt;&lt;tr&gt;
10011                         &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;
10012                     &lt;/tr&gt;&lt;tr&gt;
10013                         &lt;th colspan=&quot;2&quot;&gt;&lt;%text(_SKINIE_TITLE_EXPORT)%&gt;&lt;/th&gt;
10014                     &lt;/tr&gt;&lt;tr&gt;
10015                         &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;
10016                     &lt;/tr&gt;
10017                 &lt;/table&gt;
10018             &lt;/div&gt;
10019         &lt;/form&gt;&lt;%pagefoot%&gt;
10020 </pre>
10021 </div><div class="page">
10022 <a name="skinpartskinoverview" id="skinpartskinoverview"></a>
10023 <h1>Admin skins: skinoverview</h1>
10024 <p>
10025 This skinpart is used to skinoverview.
10026 </p>
10027 <p>
10028 Very basic buildup for a [Edit Skins]page page.
10029 </p>
10030 <pre>
10031 &lt;%pagehead%&gt;&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;
10032         &lt;h2&gt;&lt;%text(_SKIN_EDIT_TITLE)%&gt;&lt;/h2&gt;
10033         &lt;h3&gt;&lt;%text(_SKIN_AVAILABLE_TITLE)%&gt;&lt;/h3&gt;
10034         &lt;%skinoverview(admin/default)%&gt;
10035         &lt;h3&gt;&lt;%text(_SKIN_NEW_TITLE)%&gt;&lt;/h3&gt;
10036         &lt;form method=&quot;post&quot; action=&quot;&lt;%adminurl%&gt;index.php&quot;&gt;
10037             &lt;div&gt;
10038                 &lt;input name=&quot;action&quot; value=&quot;skinnew&quot; type=&quot;hidden&quot; /&gt;
10039
10040                 &lt;%ticket%&gt;
10041                 &lt;table&gt;
10042                     &lt;tr&gt;
10043                         &lt;td&gt;&lt;%text(_SKIN_NAME)%&gt; &lt;%helplink(shortnames)%&gt;&lt;/td&gt;
10044                         &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;
10045                     &lt;/tr&gt;&lt;tr&gt;
10046                         &lt;td&gt;&lt;%text(_SKIN_DESC)%&gt;&lt;/td&gt;
10047                         &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;
10048                     &lt;/tr&gt;&lt;tr&gt;
10049                         &lt;td&gt;&lt;%text(_SKIN_CREATE)%&gt;&lt;/td&gt;
10050                         &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;
10051                     &lt;/tr&gt;
10052                 &lt;/table&gt;
10053             &lt;/div&gt;
10054         &lt;/form&gt;&lt;%pagefoot%&gt;
10055 </pre>
10056 </div><div class="page">
10057 <a name="skinpartskinremovetype" id="skinpartskinremovetype"></a>
10058 <h1>Admin skins: skinremovetype</h1>
10059 <p>
10060 This skinpart is used to skinremovetype.
10061 </p>
10062 <p>
10063 Very basic buildup for a [Do you really want to delete this special skin part?]page page.
10064 </p>
10065 <pre>
10066 &lt;%pagehead%&gt;&lt;h2&gt;&lt;%text(_DELETE_CONFIRM)%&gt;&lt;/h2&gt;
10067             &lt;p&gt;&lt;%text(_CONFIRMTXT_SKIN_PARTS_SPECIAL)%&gt;&lt;b&gt;&lt;%editskintype(skintype)%&gt; (&lt;%editskintype(name)%&gt;)&lt;/b&gt; (&lt;%editskintype(desc)%&gt;)&lt;/p&gt;
10068             &lt;form method=&quot;post&quot; action=&quot;&lt;%adminurl%&gt;index.php&quot;&gt;
10069                 &lt;div&gt;
10070                     &lt;input type=&quot;hidden&quot; name=&quot;action&quot; value=&quot;skinremovetypeconfirm&quot; /&gt;
10071                     &lt;%ticket%&gt;
10072                     &lt;input type=&quot;hidden&quot; name=&quot;skinid&quot; value=&quot;&lt;%editskintype(id)%&gt;&quot; /&gt;
10073                     &lt;input type=&quot;hidden&quot; name=&quot;type&quot; value=&quot;&lt;%editskintype(skintype)%&gt;&quot; /&gt;
10074                     &lt;input type=&quot;submit&quot; tabindex=&quot;10&quot; value=&quot;&lt;%text(_DELETE_CONFIRM_BTN)%&gt;&quot; /&gt;
10075                 &lt;/div&gt;
10076             &lt;/form&gt;&lt;%pagefoot%&gt;
10077 </pre>
10078 </div><div class="page">
10079 <a name="skinpartsystemoverview" id="skinpartsystemoverview"></a>
10080 <h1>Admin skins: systemoverview</h1>
10081 <p>
10082 This skinpart is used to systemoverview.
10083 </p>
10084 <p>
10085 Very basic buildup for a [System Overview]page page.
10086 </p>
10087 <pre>
10088 &lt;%pagehead%&gt;&lt;h2&gt;&lt;%text(_ADMIN_SYSTEMOVERVIEW_HEADING)%&gt;&lt;/h2&gt;
10089 &lt;%if(superadmin)%&gt;
10090         &lt;h3&gt;&lt;%text(_ADMIN_SYSTEMOVERVIEW_PHPANDMYSQL)%&gt;&lt;/h3&gt;
10091         &lt;table summary=&quot;Version of PHP MySQL&quot;&gt;
10092             &lt;tr&gt;
10093                 &lt;th colspan=&quot;2&quot;&gt;&lt;%text(_ADMIN_SYSTEMOVERVIEW_VERSIONS)%&gt;&lt;/th&gt;
10094             &lt;/tr&gt;&lt;tr&gt;
10095                 &lt;td width=&quot;50%&quot;&gt;&lt;%text(_ADMIN_SYSTEMOVERVIEW_PHPVERSION)%&gt;&lt;/td&gt;
10096                 &lt;td&gt;&lt;%systemsettings(phpversion)%&gt;&lt;/td&gt;
10097             &lt;/tr&gt;&lt;tr&gt;
10098                 &lt;td&gt;&lt;%text(_ADMIN_SYSTEMOVERVIEW_MYSQLVERSION)%&gt;&lt;/td&gt;
10099                 &lt;td&gt;&lt;%systemsettings(sqlserverinfo)%&gt; (&lt;%systemsettings(sqlclientinfo)%&gt;)&lt;/td&gt;
10100             &lt;/tr&gt;
10101         &lt;/table&gt;
10102         &lt;table summary=&quot;Important PHP settings&quot;&gt;
10103             &lt;tr&gt;
10104                 &lt;th colspan=&quot;2&quot;&gt;&lt;%text(_ADMIN_SYSTEMOVERVIEW_SETTINGS)%&gt;&lt;/th&gt;
10105             &lt;/tr&gt;&lt;tr&gt;
10106                 &lt;td width=&quot;50%&quot;&gt;magic_quotes_gpc&lt;/td&gt;
10107                 &lt;td&gt;&lt;%systemsettings(magicquotesgpc)%&gt;&lt;/td&gt;
10108             &lt;/tr&gt;&lt;tr&gt;
10109                 &lt;td width=&quot;50%&quot;&gt;magic_quotes_runtime&lt;/td&gt;
10110                 &lt;td&gt;&lt;%systemsettings(magicquotesruntime)%&gt;&lt;/td&gt;
10111             &lt;/tr&gt;&lt;tr&gt;
10112                 &lt;td width=&quot;50%&quot;&gt;register_globals&lt;/td&gt;
10113                 &lt;td&gt;&lt;%systemsettings(registerglobals)%&gt;&lt;/td&gt;
10114             &lt;/tr&gt;
10115         &lt;/table&gt;
10116         &lt;table summary=&quot;Information about GD library&quot;&gt;
10117             &lt;tr&gt;
10118                 &lt;th colspan=&quot;2&quot;&gt;&lt;%text(_ADMIN_SYSTEMOVERVIEW_GDLIBRALY)%&gt;&lt;/th&gt;
10119             &lt;/tr&gt;
10120             &lt;%systemsettings(gdinfo)%&gt;
10121         &lt;/table&gt;
10122         &lt;table summary=&quot;special modules are loaded&quot;&gt;
10123             &lt;tr&gt;
10124                 &lt;th colspan=&quot;2&quot;&gt;&lt;%text(_ADMIN_SYSTEMOVERVIEW_MODULES)%&gt;&lt;/th&gt;
10125             &lt;/tr&gt;&lt;tr&gt;
10126                 &lt;td width=&quot;50%&quot;&gt;mod_rewrite&lt;/td&gt;
10127                 &lt;td&gt;&lt;%systemsettings(modrewrite)%&gt;&lt;/td&gt;
10128             &lt;/tr&gt;
10129         &lt;/table&gt;
10130
10131         &lt;h3&gt;&lt;%text(_ADMIN_SYSTEMOVERVIEW_NUCLEUSSYSTEM)%&gt;&lt;/h3&gt;
10132         &lt;table summary=&quot;Information about the used Nucleus CMS&quot;&gt;
10133             &lt;tr&gt;
10134                 &lt;th colspan=&quot;2&quot;&gt;Nucleus CMS&lt;/th&gt;
10135             &lt;/tr&gt;&lt;tr&gt;
10136                 &lt;td width=&quot;50%&quot;&gt;&lt;%text(_ADMIN_SYSTEMOVERVIEW_NUCLEUSVERSION)%&gt;&lt;/td&gt;
10137                 &lt;td&gt;&lt;%systemsettings(nucleusversion)%&gt;&lt;/td&gt;
10138             &lt;/tr&gt;&lt;tr&gt;
10139                 &lt;td width=&quot;50%&quot;&gt;&lt;%text(_ADMIN_SYSTEMOVERVIEW_NUCLEUSPATCHLEVEL)%&gt;&lt;/td&gt;
10140                 &lt;td&gt;&lt;%systemsettings(nucleuspatchlevel)%&gt;&lt;/td&gt;
10141             &lt;/tr&gt;
10142         &lt;/table&gt;
10143         &lt;table summary=&quot;Important settings of the installation&quot;&gt;
10144             &lt;tr&gt;
10145                 &lt;th colspan=&quot;2&quot;&gt;&lt;%text(_ADMIN_SYSTEMOVERVIEW_NUCLEUSSETTINGS)%&gt;&lt;/th&gt;
10146             &lt;/tr&gt;&lt;tr&gt;
10147                 &lt;td width=&quot;50%&quot;&gt;$CONF['Self']&lt;/td&gt;
10148                 &lt;td&gt;&lt;%systemsettings(confself)%&gt;&lt;/td&gt;
10149             &lt;/tr&gt;&lt;tr&gt;
10150                 &lt;td width=&quot;50%&quot;&gt;$CONF['ItemURL']&lt;/td&gt;
10151                 &lt;td&gt;&lt;%systemsettings(confitemurl)%&gt;&lt;/td&gt;
10152             &lt;/tr&gt;&lt;tr&gt;
10153                 &lt;td width=&quot;50%&quot;&gt;$CONF['alertOnHeadersSent']&lt;/td&gt;
10154                 &lt;td&gt;&lt;%systemsettings(alertonheaderssent)%&gt;&lt;/td&gt;
10155             &lt;/tr&gt;
10156         &lt;/table&gt;
10157
10158         &lt;h3&gt;&lt;%text(_ADMIN_SYSTEMOVERVIEW_VERSIONCHECK)%&gt;&lt;/h3&gt;
10159         &lt;!-- Link to the online version test at the Nucleus CMS website --&gt;
10160         &lt;%text(_ADMIN_SYSTEMOVERVIEW_VERSIONCHECK_TXT)%&gt;
10161         &lt;a href=&quot;&lt;%systemsettings(versioncheckurl)%&gt;&quot; title=&quot;&lt;%text(_ADMIN_SYSTEMOVERVIEW_VERSIONCHECK_TITLE)%&gt;&quot;&gt;
10162             Nucleus CMS &lt;%systemsettings(nucleusversion)%&gt; &lt;%systemsettings(nucleuscodename)%&gt;
10163         &lt;/a&gt;&lt;br /&gt;
10164 &lt;%else%&gt;
10165         &lt;%text(_ADMIN_SYSTEMOVERVIEW_NOT_ADMIN)%&gt;
10166 &lt;%endif%&gt;
10167 &lt;%pagefoot%&gt;
10168 </pre>
10169 </div><div class="page">
10170 <a name="skinpartteamdelete" id="skinpartteamdelete"></a>
10171 <h1>Admin skins: teamdelete</h1>
10172 <p>
10173 This skinpart is used to teamdelete.
10174 </p>
10175 <p>
10176 Very basic buildup for a [You're about to delete  from the teamlist for blog ]page page.
10177 </p>
10178 <pre>
10179 &lt;%pagehead%&gt;&lt;h2&gt;&lt;%text(_DELETE_CONFIRM)%&gt;&lt;/h2&gt;
10180             &lt;p&gt;
10181                 &lt;%text(_CONFIRMTXT_TEAM1)%&gt;
10182                 &lt;b&gt;
10183                     &lt;%editmember(displayname)%&gt;
10184                 &lt;/b&gt;
10185                 &lt;%text(_CONFIRMTXT_TEAM2)%&gt;
10186                 &lt;b&gt;
10187                     &lt;%blogsetting(name)%&gt;
10188                 &lt;/b&gt;
10189             &lt;/p&gt;
10190             &lt;form method=&quot;post&quot; action=&quot;&lt;%adminurl%&gt;index.php&quot;&gt;
10191                 &lt;div&gt;
10192                 &lt;input type=&quot;hidden&quot; name=&quot;action&quot; value=&quot;teamdeleteconfirm&quot; /&gt;
10193                 &lt;%ticket%&gt;
10194                 &lt;input type=&quot;hidden&quot; name=&quot;memberid&quot; value=&quot;&lt;%editmember(id)%&gt;&quot; /&gt;
10195             &lt;input type=&quot;hidden&quot; name=&quot;blogid&quot; value=&quot;&lt;%requestblogid%&gt;&quot; /&gt;
10196             &lt;input type=&quot;submit&quot; tabindex=&quot;10&quot; value=&quot;&lt;%text(_DELETE_CONFIRM_BTN)%&gt;&quot; /&gt;
10197             &lt;/div&gt;&lt;/form&gt;&lt;%pagefoot%&gt;
10198 </pre>
10199 </div><div class="page">
10200 <a name="skinparttemplatedelete" id="skinparttemplatedelete"></a>
10201 <h1>Admin skins: templatedelete</h1>
10202 <p>
10203 This skinpart is used to templatedelete.
10204 </p>
10205 <p>
10206 Very basic buildup for a [You're about to delete the template named ]page page.
10207 </p>
10208 <pre>
10209 &lt;%pagehead%&gt;&lt;h2&gt;&lt;%text(_DELETE_CONFIRM)%&gt;&lt;/h2&gt;
10210             &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;
10211             &lt;form method=&quot;post&quot; action=&quot;&lt;%adminurl%&gt;index.php&quot;&gt;
10212                 &lt;div&gt;
10213                     &lt;input type=&quot;hidden&quot; name=&quot;action&quot; value=&quot;templatedeleteconfirm&quot; /&gt;
10214                     &lt;%ticket%&gt;
10215                     &lt;input type=&quot;hidden&quot; name=&quot;templateid&quot; value=&quot;&lt;%edittemplateinfo(id)%&gt;&quot; /&gt;
10216                     &lt;input type=&quot;submit&quot; tabindex=&quot;10&quot; value=&quot;&lt;%text(_DELETE_CONFIRM_BTN)%&gt;&quot; /&gt;
10217                 &lt;/div&gt;
10218             &lt;/form&gt;&lt;%pagefoot%&gt;
10219 </pre>
10220 </div><div class="page">
10221 <a name="skinparttemplateedit" id="skinparttemplateedit"></a>
10222 <h1>Admin skins: templateedit</h1>
10223 <p>
10224 This skinpart is used to templateedit.
10225 </p>
10226 <p>
10227 Very basic buildup for a [Edit Template]page page.
10228 </p>
10229 <pre>
10230 &lt;%pagehead%&gt;&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;
10231
10232         &lt;h2&gt;&lt;%text(_TEMPLATE_EDIT_TITLE)%&gt; '&lt;%edittemplateinfo(name)%&gt;'&lt;/h2&gt;
10233         &lt;%headmessage%&gt;
10234         &lt;p&gt;&lt;%text(_TEMPLATE_EDIT_MSG)%&gt;&lt;/p&gt;
10235         &lt;form method=&quot;post&quot; action=&quot;&lt;%adminurl%&gt;index.php&quot;&gt;
10236             &lt;div&gt;
10237                 &lt;input type=&quot;hidden&quot; name=&quot;action&quot; value=&quot;templateupdate&quot; /&gt;
10238                 &lt;%ticket%&gt;
10239                 &lt;input type=&quot;hidden&quot; name=&quot;templateid&quot; value=&quot;&lt;%edittemplateinfo(id)%&gt;&quot; /&gt;
10240                 &lt;table&gt;
10241                     &lt;tr&gt;
10242                         &lt;th colspan=&quot;2&quot;&gt;&lt;%text(_TEMPLATE_SETTINGS)%&gt;&lt;/th&gt;
10243                     &lt;/tr&gt;&lt;tr&gt;
10244                         &lt;td&gt;&lt;%text(_TEMPLATE_NAME)%&gt; &lt;%helplink(shortnames)%&gt;&lt;/td&gt;
10245                         &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;
10246                     &lt;/tr&gt;&lt;tr&gt;
10247                         &lt;td&gt;&lt;%text(_TEMPLATE_DESC)%&gt;&lt;/td&gt;
10248                         &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;
10249                     &lt;/tr&gt;&lt;tr&gt;
10250                         &lt;th colspan=&quot;2&quot;&gt;&lt;%text(_TEMPLATE_UPDATE)%&gt;&lt;/th&gt;
10251                     &lt;/tr&gt;&lt;tr&gt;
10252                         &lt;td&gt;&lt;%text(_TEMPLATE_UPDATE)%&gt;&lt;/td&gt;
10253                         &lt;td&gt;
10254                             &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;
10255                             &lt;input type=&quot;reset&quot; tabindex=&quot;7&quot; value=&quot;&lt;%text(_TEMPLATE_RESET_BTN)%&gt;&quot; /&gt;
10256                         &lt;/td&gt;
10257                     &lt;/tr&gt;&lt;tr&gt;
10258                         &lt;th colspan=&quot;2&quot;&gt;&lt;%text(_TEMPLATE_ITEMS)%&gt; &lt;%helplink(templateitems)%&gt;&lt;/th&gt;
10259                     &lt;%edittemplateinfo(row,_TEMPLATE_ITEMHEADER,ITEM_HEADER,,8)%&gt;
10260                     &lt;%edittemplateinfo(row,_TEMPLATE_ITEMBODY,ITEM,,9,1)%&gt;
10261                     &lt;%edittemplateinfo(row,_TEMPLATE_ITEMFOOTER,ITEM_FOOTER,,10)%&gt;
10262                     &lt;%edittemplateinfo(row,_TEMPLATE_MORELINK,MORELINK,morelink, 20)%&gt;
10263                     &lt;%edittemplateinfo(row,_TEMPLATE_EDITLINK, EDITLINK, editlink, 25)%&gt;
10264                     &lt;%edittemplateinfo(row,_TEMPLATE_NEW, NEW, new, 30)%&gt;
10265                     &lt;/tr&gt;&lt;tr&gt;
10266                         &lt;th colspan=&quot;2&quot;&gt;&lt;%text(_TEMPLATE_COMMENTS_ANY)%&gt; &lt;%helplink(templatecomments)%&gt;&lt;/th&gt;
10267                     &lt;%edittemplateinfo(row,_TEMPLATE_CHEADER, COMMENTS_HEADER, commentheaders, 40)%&gt;
10268                     &lt;%edittemplateinfo(row,_TEMPLATE_CBODY, COMMENTS_BODY, commentbody, 50, 1)%&gt;
10269                     &lt;%edittemplateinfo(row,_TEMPLATE_CFOOTER, COMMENTS_FOOTER, commentheaders, 60)%&gt;
10270                     &lt;%edittemplateinfo(row,_TEMPLATE_CONE, COMMENTS_ONE, commentwords, 70)%&gt;
10271                     &lt;%edittemplateinfo(row,_TEMPLATE_CMANY, COMMENTS_MANY, commentwords, 80)%&gt;
10272                     &lt;%edittemplateinfo(row,_TEMPLATE_CMORE, COMMENTS_CONTINUED, commentcontinued, 90)%&gt;
10273                     &lt;%edittemplateinfo(row,_TEMPLATE_CMEXTRA, COMMENTS_AUTH, memberextra, 100)%&gt;
10274                     &lt;/tr&gt;&lt;tr&gt;
10275                         &lt;th colspan=&quot;2&quot;&gt;&lt;%text(_TEMPLATE_COMMENTS_NONE)%&gt; &lt;%helplink(templatecomments)%&gt;&lt;/th&gt;
10276                     &lt;%edittemplateinfo(row,_TEMPLATE_CNONE, COMMENTS_NONE, , 110)%&gt;
10277                     &lt;/tr&gt;&lt;tr&gt;
10278                         &lt;th colspan=&quot;2&quot;&gt;&lt;%text(_TEMPLATE_COMMENTS_TOOMUCH)%&gt; &lt;%helplink(templatecomments)%&gt;&lt;/th&gt;
10279                     &lt;%edittemplateinfo(row,_TEMPLATE_CTOOMUCH, COMMENTS_TOOMUCH, , 120)%&gt;
10280                     &lt;/tr&gt;&lt;tr&gt;
10281                         &lt;th colspan=&quot;2&quot;&gt;&lt;%text(_TEMPLATE_ARCHIVELIST)%&gt; &lt;%helplink(templatearchivelists)%&gt;&lt;/th&gt;
10282                     &lt;%edittemplateinfo(row,_TEMPLATE_AHEADER, ARCHIVELIST_HEADER, , 130)%&gt;
10283                     &lt;%edittemplateinfo(row,_TEMPLATE_AITEM, ARCHIVELIST_LISTITEM, , 140)%&gt;
10284                     &lt;%edittemplateinfo(row,_TEMPLATE_AFOOTER, ARCHIVELIST_FOOTER, , 150)%&gt;
10285                     &lt;/tr&gt;&lt;tr&gt;
10286                         &lt;th colspan=&quot;2&quot;&gt;&lt;%text(_TEMPLATE_BLOGLIST)%&gt; &lt;%helplink(templatebloglists)%&gt;&lt;/th&gt;
10287                     &lt;%edittemplateinfo(row,_TEMPLATE_BLOGHEADER, BLOGLIST_HEADER, , 160)%&gt;
10288                     &lt;%edittemplateinfo(row,_TEMPLATE_BLOGITEM, BLOGLIST_LISTITEM, , 170)%&gt;
10289                     &lt;%edittemplateinfo(row,_TEMPLATE_BLOGFOOTER, BLOGLIST_FOOTER, , 180)%&gt;
10290                     &lt;/tr&gt;&lt;tr&gt;
10291                         &lt;th colspan=&quot;2&quot;&gt;&lt;%text(_TEMPLATE_CATEGORYLIST)%&gt; &lt;%helplink(templatecategorylists)%&gt;&lt;/th&gt;
10292                     &lt;%edittemplateinfo(row,_TEMPLATE_CATHEADER, CATLIST_HEADER, , 190)%&gt;
10293                     &lt;%edittemplateinfo(row,_TEMPLATE_CATITEM, CATLIST_LISTITEM, , 200)%&gt;
10294                     &lt;%edittemplateinfo(row,_TEMPLATE_CATFOOTER, CATLIST_FOOTER, , 210)%&gt;
10295                     &lt;/tr&gt;&lt;tr&gt;
10296                         &lt;th colspan=&quot;2&quot;&gt;&lt;%text(_TEMPLATE_DATETIME)%&gt;&lt;/th&gt;
10297                     &lt;%edittemplateinfo(row,_TEMPLATE_DHEADER, DATE_HEADER, dateheads, 220)%&gt;
10298                     &lt;%edittemplateinfo(row,_TEMPLATE_DFOOTER, DATE_FOOTER, dateheads, 230)%&gt;
10299                     &lt;%edittemplateinfo(row,_TEMPLATE_DFORMAT, FORMAT_DATE, datetime, 240)%&gt;
10300                     &lt;%edittemplateinfo(row,_TEMPLATE_TFORMAT, FORMAT_TIME, datetime, 250)%&gt;
10301                     &lt;%edittemplateinfo(row,_TEMPLATE_LOCALE, LOCALE, locale, 260)%&gt;
10302                     &lt;/tr&gt;&lt;tr&gt;
10303                         &lt;th colspan=&quot;2&quot;&gt;&lt;%text(_TEMPLATE_IMAGE)%&gt; &lt;%helplink(templatepopups)%&gt;&lt;/th&gt;
10304                     &lt;%edittemplateinfo(row,_TEMPLATE_PCODE, POPUP_CODE, , 270)%&gt;
10305                     &lt;%edittemplateinfo(row,_TEMPLATE_ICODE, IMAGE_CODE, , 280)%&gt;
10306                     &lt;%edittemplateinfo(row,_TEMPLATE_MCODE, MEDIA_CODE, , 290)%&gt;
10307                     &lt;/tr&gt;&lt;tr&gt;
10308                         &lt;th colspan=&quot;2&quot;&gt;&lt;%text(_TEMPLATE_SEARCH)%&gt;&lt;/th&gt;
10309                     &lt;%edittemplateinfo(row,_TEMPLATE_SHIGHLIGHT, SEARCH_HIGHLIGHT, highlight,300)%&gt;
10310                     &lt;%edittemplateinfo(row,_TEMPLATE_SNOTFOUND, SEARCH_NOTHINGFOUND, nothingfound,310)%&gt;
10311                     &lt;/tr&gt;&lt;tr&gt;
10312                         &lt;th colspan=&quot;2&quot;&gt;&lt;%text(_TEMPLATE_PLUGIN_FIELDS)%&gt;&lt;/th&gt;
10313                     &lt;%edittemplateinfo(extratemplate,admin/default)%&gt;
10314                     &lt;/tr&gt;&lt;tr&gt;
10315                         &lt;th colspan=&quot;2&quot;&gt;&lt;%text(_TEMPLATE_UPDATE)%&gt;&lt;/th&gt;
10316                     &lt;/tr&gt;&lt;tr&gt;
10317                         &lt;td&gt;&lt;%text(_TEMPLATE_UPDATE)%&gt;&lt;/td&gt;
10318                         &lt;td&gt;
10319                             &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;
10320                             &lt;input type=&quot;reset&quot; tabindex=&quot;810&quot; value=&quot;&lt;%text(_TEMPLATE_RESET_BTN)%&gt;&quot; /&gt;
10321                         &lt;/td&gt;
10322                     &lt;/tr&gt;
10323                 &lt;/table&gt;
10324             &lt;/div&gt;
10325         &lt;/form&gt;&lt;%pagefoot%&gt;
10326 </pre>
10327 </div><div class="page">
10328 <a name="skinparttemplateoverview" id="skinparttemplateoverview"></a>
10329 <h1>Admin skins: templateoverview</h1>
10330 <p>
10331 This skinpart is used to templateoverview.
10332 </p>
10333 <p>
10334 Very basic buildup for a [Template overview]page page.
10335 </p>
10336 <pre>
10337 &lt;%pagehead%&gt;&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;
10338         &lt;h2&gt;&lt;%text(_TEMPLATE_TITLE)%&gt;&lt;/h2&gt;
10339         &lt;h3&gt;&lt;%text(_TEMPLATE_AVAILABLE_TITLE)%&gt;&lt;/h3&gt;
10340         &lt;%templateoverview(admin/default)%&gt;
10341         &lt;h3&gt;&lt;%text(_TEMPLATE_NEW_TITLE)%&gt;&lt;/h3&gt;
10342         &lt;form method=&quot;post&quot; action=&quot;&lt;%adminurl%&gt;index.php&quot;&gt;
10343             &lt;div&gt;
10344                 &lt;input name=&quot;action&quot; value=&quot;templatenew&quot; type=&quot;hidden&quot; /&gt;
10345                 &lt;%ticket%&gt;
10346                 &lt;table&gt;
10347                     &lt;tr&gt;
10348                         &lt;td&gt;&lt;%text(_TEMPLATE_NAME)%&gt; &lt;%helplink(shortnames)%&gt;&lt;/td&gt;
10349                         &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;
10350                     &lt;/tr&gt;&lt;tr&gt;
10351                         &lt;td&gt;&lt;%text(_TEMPLATE_DESC)%&gt;&lt;/td&gt;
10352                         &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;
10353                     &lt;/tr&gt;&lt;tr&gt;
10354                         &lt;td&gt;&lt;%text(_TEMPLATE_CREATE)%&gt;&lt;/td&gt;
10355                         &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;
10356                     &lt;/tr&gt;
10357                 &lt;/table&gt;
10358             &lt;/div&gt;
10359         &lt;/form&gt;&lt;%pagefoot%&gt;
10360 </pre>
10361 </div><div class="page">
10362 <a name="skinpartusermanagement" id="skinpartusermanagement"></a>
10363 <h1>Admin skins: usermanagement</h1>
10364 <p>
10365 This skinpart is used to usermanagement.
10366 </p>
10367 <p>
10368 Very basic buildup for a [Member Management]page page.
10369 </p>
10370 <pre>
10371 &lt;%pagehead%&gt;&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;
10372             &lt;h2&gt;&lt;%text(_MEMBERS_TITLE)%&gt;&lt;/h2&gt;
10373             &lt;h3&gt;&lt;%text(_MEMBERS_CURRENT)%&gt;&lt;/h3&gt;
10374             &lt;%editmemberlist(admin/default)%&gt;
10375             &lt;h3&gt;&lt;%text(_MEMBERS_NEW)%&gt;&lt;/h3&gt;
10376             &lt;form method=&quot;post&quot; action=&quot;&lt;%adminurl%&gt;index.php&quot; name=&quot;memberedit&quot;&gt;
10377                 &lt;div&gt;
10378                     &lt;input type=&quot;hidden&quot; name=&quot;action&quot; value=&quot;memberadd&quot; /&gt;
10379                     &lt;%ticket%&gt;
10380                     &lt;table&gt;&lt;tr&gt;
10381                         &lt;th colspan=&quot;2&quot;&gt;&lt;%text(_MEMBERS_NEW)%&gt;&lt;/th&gt;
10382                     &lt;/tr&gt;&lt;tr&gt;
10383                         &lt;td&gt;
10384                             &lt;%text(_MEMBERS_DISPLAY)%&gt; &lt;%helplink(shortnames)%&gt;
10385                             &lt;br /&gt;&lt;small&gt;&lt;%text(_MEMBERS_DISPLAY_INFO)%&gt;&lt;/small&gt;
10386                         &lt;/td&gt;
10387                         &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;
10388                     &lt;/tr&gt;&lt;tr&gt;
10389                         &lt;td&gt;&lt;%text(_MEMBERS_REALNAME)%&gt;&lt;/td&gt;
10390                         &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;
10391                     &lt;/tr&gt;&lt;tr&gt;
10392                        &lt;td&gt;&lt;%text(_MEMBERS_PWD)%&gt;&lt;/td&gt;
10393                         &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;
10394                     &lt;/tr&gt;&lt;tr&gt;
10395                         &lt;td&gt;&lt;%text(_MEMBERS_REPPWD)%&gt;&lt;/td&gt;
10396                         &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;
10397                     &lt;/tr&gt;&lt;tr&gt;
10398                         &lt;td&gt;&lt;%text(_MEMBERS_EMAIL)%&gt;&lt;/td&gt;
10399                         &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;
10400                     &lt;/tr&gt;&lt;tr&gt;
10401                         &lt;td&gt;&lt;%text(_MEMBERS_URL)%&gt;&lt;/td&gt;
10402                         &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;
10403                     &lt;/tr&gt;&lt;tr&gt;
10404                         &lt;td&gt;&lt;%text(_MEMBERS_SUPERADMIN)%&gt; &lt;%helplink(superadmin)%&gt;&lt;/td&gt;
10405                         &lt;td&gt;&lt;%inputyesno(admin,1,10060)%&gt; &lt;/td&gt;
10406                     &lt;/tr&gt;&lt;tr&gt;
10407                         &lt;td&gt;&lt;%text(_MEMBERS_CANLOGIN)%&gt; &lt;%helplink(canlogin)%&gt;&lt;/td&gt;
10408                         &lt;td&gt;&lt;%inputyesno(canlogin,1,10070)%&gt;&lt;/td&gt;
10409                     &lt;/tr&gt;&lt;tr&gt;
10410                         &lt;td&gt;&lt;%text(_MEMBERS_NOTES)%&gt;&lt;/td&gt;
10411                         &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;
10412                     &lt;/tr&gt;&lt;tr&gt;
10413                         &lt;td&gt;&lt;%text(_MEMBERS_NEW)%&gt;&lt;/td&gt;
10414                         &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;
10415                     &lt;/tr&gt;&lt;/table&gt;
10416                 &lt;/div&gt;
10417             &lt;/form&gt;&lt;%pagefoot%&gt;
10418 </pre>
10419 </div>
10420 </body>
10421 </html>