Revision 1641
Added by Dietmar over 12 years ago
branches/2.8.x/CHANGELOG | ||
---|---|---|
12 | 12 |
=============================================================================== |
13 | 13 |
|
14 | 14 |
|
15 |
22 Mar-2012 Build 1641 Dietmar Woellbrink (Luisehahne) |
|
16 |
+ move admin/themes/templates/ to admin/skel/themes/htt/ |
|
17 |
! and update class.wb.php, upgrade-script.php |
|
15 | 18 |
22 Mar-2012 Build 1640 Dietmar Woellbrink (Luisehahne) |
16 | 19 |
! optimize modules WYSIWYG for editors |
17 | 20 |
22 Mar-2012 Build 1639 Dietmar Woellbrink (Luisehahne) |
branches/2.8.x/wb/upgrade-script.php | ||
---|---|---|
56 | 56 |
'[TEMPLATE]/round/', |
57 | 57 |
'[TEMPLATE]/simple/', |
58 | 58 |
*/ |
59 |
'[ADMIN]/themes/', |
|
59 | 60 |
); |
60 | 61 |
|
61 | 62 |
$filesRemove['0'] = array( |
... | ... | |
99 | 100 |
'[TEMPLATE]/argos_theme/templates/users.htt', |
100 | 101 |
'[TEMPLATE]/argos_theme/templates/users_form.htt', |
101 | 102 |
|
102 |
/* |
|
103 | 103 |
'[TEMPLATE]/wb_theme/templates/access.htt', |
104 | 104 |
'[TEMPLATE]/wb_theme/templates/addons.htt', |
105 | 105 |
'[TEMPLATE]/wb_theme/templates/admintools.htt', |
... | ... | |
109 | 109 |
'[TEMPLATE]/wb_theme/templates/languages.htt', |
110 | 110 |
'[TEMPLATE]/wb_theme/templates/languages_details.htt', |
111 | 111 |
|
112 |
/* |
|
112 | 113 |
'[TEMPLATE]/wb_theme/templates/login.htt', |
113 | 114 |
'[TEMPLATE]/wb_theme/templates/login_forgot.htt', |
115 |
*/ |
|
114 | 116 |
|
115 | 117 |
'[TEMPLATE]/wb_theme/templates/media.htt', |
116 | 118 |
'[TEMPLATE]/wb_theme/templates/media_browse.htt', |
... | ... | |
130 | 132 |
'[TEMPLATE]/wb_theme/templates/templates_details.htt', |
131 | 133 |
'[TEMPLATE]/wb_theme/templates/users.htt', |
132 | 134 |
'[TEMPLATE]/wb_theme/templates/users_form.htt', |
133 |
*/ |
|
134 | 135 |
); |
135 | 136 |
|
136 | 137 |
// analyze/check database tables |
... | ... | |
597 | 598 |
$dir = WB_PATH.'/'.$dir; |
598 | 599 |
if( is_dir( $dir )) { |
599 | 600 |
// try to delete dir |
600 |
if(!rm_full_dir($dir)) { |
|
601 |
if(!is_writable( $dir ) || !rm_full_dir($dir)) {
|
|
601 | 602 |
// save in err-list, if failed |
602 |
$msg .= $dir.'<br />';
|
|
603 |
$msg .= str_replace(WB_PATH,'',$dir).'<br />';
|
|
603 | 604 |
} |
604 | 605 |
} |
605 | 606 |
} |
606 | 607 |
if($msg != '') { |
607 |
$msg = '<br /><br />Following files are deprecated, outdated or a security risk and
|
|
608 |
$msg = '<br /><br />Following directories are deprecated, outdated or a security risk and
|
|
608 | 609 |
can not be removed automatically.<br /><br />Please delete them |
609 | 610 |
using FTP and restart upgrade-script!<br /><br />'.$msg.'<br />'; |
610 | 611 |
status_msg($msg, 'error warning', 'div'); |
branches/2.8.x/wb/media/index.php | ||
---|---|---|
1 |
<?php |
|
2 |
// *** This file is generated by WebsiteBaker Ver.2.8.3 |
|
3 |
// *** Creation date: 2012-03-09T02:10:15+00:00 |
|
4 |
// *** Do not modify this file manually |
|
5 |
// *** WB will rebuild this file from time to time!! |
|
6 |
// ************************************************* |
|
7 |
header('HTTP/1.1 301 Moved Permanently'); |
|
8 |
header('Location: http://wb282.wdsnet/2.8.x/wb/index.php'); |
|
9 |
// ************************************************* |
|
10 | 0 |
branches/2.8.x/wb/admin/themes/templates/addons.htt | ||
---|---|---|
1 |
<!-- BEGIN main_block --> |
|
2 |
<table summary="" cellpadding="5" cellspacing="0" border="0" align="center" width="100%" style="margin-bottom:10px;"> |
|
3 |
<tr style="background:#f0f0f0;"> |
|
4 |
<td valign="middle" align="left"><h2>{ADDONS_OVERVIEW}</h2></td> |
|
5 |
<td align="right">{URL_ADVANCED}</td> |
|
6 |
</tr> |
|
7 |
</table> |
|
8 |
|
|
9 |
<table summary="" cellpadding="0" cellspacing="0" border="0" width="99%" align="center"> |
|
10 |
<tr> |
|
11 |
<td align="center" valign="top"> |
|
12 |
<!-- BEGIN modules_block --> |
|
13 |
<table summary="" cellpadding="0" cellspacing="0" border="0" class="section" {DISPLAY_MODULES} > |
|
14 |
<tr> |
|
15 |
<td class="graphic" align="center" valign="middle" rowspan="2"><a href="{ADMIN_URL}/modules/index.php"><img src="{THEME_URL}/icons/modules.png" alt="0" /> </a> </td> |
|
16 |
<td class="description" valign="top"><a href="{ADMIN_URL}/modules/index.php"><span class="title">{MODULES}</span></a><p>{MODULES_OVERVIEW}</p></td> |
|
17 |
</tr> |
|
18 |
</table> |
|
19 |
<!-- END modules_block --> |
|
20 |
<!-- BEGIN templates_block --> |
|
21 |
<table summary="" cellpadding="0" cellspacing="0" border="0" class="section" {DISPLAY_TEMPLATES} > |
|
22 |
<tr> |
|
23 |
<td class="graphic" align="center" valign="middle" rowspan="2"><a href="{ADMIN_URL}/templates/index.php"><img src="{THEME_URL}/icons/templates.png" alt="{TEMPLATES}" /> </a> </td> |
|
24 |
<td class="description" valign="top"><a href="{ADMIN_URL}/templates/index.php"><span class="title">{TEMPLATES}</span></a><p>{TEMPLATES_OVERVIEW}</p></td> |
|
25 |
</tr> |
|
26 |
</table> |
|
27 |
<!-- END templates_block --> |
|
28 |
<!-- BEGIN languages_block --> |
|
29 |
<table summary="" cellpadding="0" cellspacing="0" border="0" class="section" {DISPLAY_LANGUAGES} > |
|
30 |
<tr> |
|
31 |
<td class="graphic" align="center" valign="middle" rowspan="2"><a href="{ADMIN_URL}/languages/index.php"><img src="{THEME_URL}/icons/languages.png" alt="{LANGUAGES}" /> </a> </td> |
|
32 |
<td class="description" valign="top"> <a href="{ADMIN_URL}/languages/index.php"><span class="title">{LANGUAGES}</span></a><p>{LANGUAGES_OVERVIEW}</p></td> |
|
33 |
</tr> |
|
34 |
</table> |
|
35 |
<!-- END languages_block --> |
|
36 |
<!-- BEGIN reload_block --> |
|
37 |
<table summary="" cellpadding="0" cellspacing="0" border="0" class="section" {DISPLAY_RELOAD} > |
|
38 |
<tr> |
|
39 |
<td class="graphic" align="center" valign="middle" rowspan="2"><img src="{THEME_URL}/icons/admintools.png" alt="{TXT_ADMIN_SETTINGS}" /> </td> |
|
40 |
<td class="description" valign="top"><span class="title">{TXT_ADMIN_SETTINGS}</span> |
|
41 |
<form action="{RELOAD_URL}" method="post"> |
|
42 |
{FTAN} |
|
43 |
{MESSAGE_RELOAD_ADDONS} |
|
44 |
<br style="margin-bottom: 0.5em" /> |
|
45 |
<input {DISPLAY_MODULES} type="checkbox" name="reload_modules" id="reload_modules" value="true" /> |
|
46 |
<label {DISPLAY_MODULES} for="reload_modules">{MODULES}</label> |
|
47 |
<input {DISPLAY_TEMPLATES} type="checkbox" name="reload_templates" id="reload_templates" value="true" /> |
|
48 |
<label {DISPLAY_TEMPLATES} for="reload_templates">{TEMPLATES}</label> |
|
49 |
<input {DISPLAY_LANGUAGES} type="checkbox" name="reload_languages" id="reload_languages" value="true" /> |
|
50 |
<label {DISPLAY_LANGUAGES} for="reload_languages">{LANGUAGES}</label> |
|
51 |
<input type="submit" name="submit" value="{TEXT_RELOAD}" /> |
|
52 |
</form> |
|
53 |
</td> |
|
54 |
</tr> |
|
55 |
</table> |
|
56 |
<!-- END reload_block --> |
|
57 |
</td> |
|
58 |
</tr> |
|
59 |
</table> |
|
60 |
<!-- END main_block --> |
branches/2.8.x/wb/admin/themes/templates/footer.htt | ||
---|---|---|
1 |
<!-- BEGIN footer_block --> |
|
2 |
</td> |
|
3 |
</tr> |
|
4 |
</table> |
|
5 |
|
|
6 |
<table summary="" cellpadding="0" cellspacing="0" border="0" width="100%" style="padding: 10px 0px 10px 0px;"> |
|
7 |
<tr> |
|
8 |
<td style="font-size: 12px; text-align:center;"> |
|
9 |
<!-- Please note: the below reference to the GNU GPL should not be removed, as it provides a link for users to read about warranty, etc. --> |
|
10 |
<a href="http://www.websitebaker2.org/" title="external">WebsiteBaker</a> is released under the |
|
11 |
<a href="http://www.gnu.org/licenses/gpl.html" title="WebsiteBaker is released under the GNU General Public License">GNU General Public License</a> |
|
12 |
<!-- Please note: the above reference to the GNU GPL should not be removed, as it provides a link for users to read about warranty, etc. --> |
|
13 |
</td> |
|
14 |
</tr> |
|
15 |
</table> |
|
16 |
{BACKEND_BODY_MODULE_JS} |
|
17 |
</body> |
|
18 |
</html> |
|
19 |
<!-- END footer_block --> |
branches/2.8.x/wb/admin/themes/templates/media_browse.htt | ||
---|---|---|
1 |
<!-- BEGIN main_block --> |
|
2 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
|
3 |
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> |
|
4 |
<head> |
|
5 |
<title>Browse Media</title> |
|
6 |
<link href="{THEME_URL}/browse.css" rel="stylesheet" type="text/css" /> |
|
7 |
<script type="text/javascript"> |
|
8 |
function confirm_link(message, url) { |
|
9 |
if(confirm(message)) location.href = url; |
|
10 |
} |
|
11 |
</script> |
|
12 |
<script type="text/javascript" src="overlib.js"></script> |
|
13 |
</head> |
|
14 |
<body onload="parent.document.create.target.value = '{MEDIA_DIRECTORY}{CURRENT_DIR}'; parent.document.upload.target.value = '{MEDIA_DIRECTORY}{CURRENT_DIR}';"> |
|
15 |
|
|
16 |
<table summary="" cellpadding="4" cellspacing="0" border="0" width="100%" style="border-bottom: 1px solid #666; width: 100%;"> |
|
17 |
<tr style="background-color: #DDD;"> |
|
18 |
<td width="16" align="center" style="padding-left: 10px;"> |
|
19 |
<a href="{PARENT_DIR_LINK}"><img src="{THEME_URL}/images/up_folder_16.png" border="0" class="{DISPLAY_UP_ARROW}" alt="^" /></a> |
|
20 |
</td> |
|
21 |
<td width="50"> |
|
22 |
<a href="{PARENT_DIR_LINK}" class="{DISPLAY_UP_ARROW}">{TEXT_UP}</a> |
|
23 |
</td> |
|
24 |
<td align="left"> |
|
25 |
<strong>{TEXT_CURRENT_FOLDER}: {MEDIA_DIRECTORY}{CURRENT_DIR}</strong> |
|
26 |
</td> |
|
27 |
</tr> |
|
28 |
</table> |
|
29 |
|
|
30 |
<table summary="" cellpadding="4" cellspacing="0" border="0" width="100%" class="{DISPLAY_LIST_TABLE}"> |
|
31 |
<!-- BEGIN list_block --> |
|
32 |
<tr style="background-color: #{ROW_BG_COLOR};"> |
|
33 |
<td width="18" style="padding-left: 10px;"> |
|
34 |
<a href="{LINK}" target="{LINK_TARGET}"><img {MOUSEOVER} src="{FT_ICON}" class="{DISPLAY_ICON}" border="0" alt="" /></a> |
|
35 |
</td> |
|
36 |
<td> |
|
37 |
<a {MOUSEOVER} href="{LINK}" target="{LINK_TARGET}">{NAME}</a> |
|
38 |
</td> |
|
39 |
<td width="120"> |
|
40 |
<small>{IMAGEDETAIL}<br />{DATE}</small> |
|
41 |
</td> |
|
42 |
<td width="60" align="right" class="{DISPLAY_RENAME}"> |
|
43 |
<a href="rename.php?dir={CURRENT_DIR}&id={TEMP_ID}"><img src="{THEME_URL}/images/modify_16.png" alt="{TEXT_RENAME}" border="0" /> </a> |
|
44 |
<a href="#" onclick="javascript: confirm_link('{CONFIRM_DELETE}\n {NAME_SLASHED}', 'delete.php?dir={CURRENT_DIR}&id={TEMP_ID}');"><img src="{THEME_URL}/images/delete_16.png" alt="{TEXT_DELETE}" border="0" /></a> |
|
45 |
</td> |
|
46 |
<td width="16" align="right" class=""> |
|
47 |
<img src="{THEME_URL}/images/{IMAGE_EXIST}" title="{IMAGE_TITLE}" alt="{IMAGE_TITLE}" /> |
|
48 |
</td> |
|
49 |
</tr> |
|
50 |
<!-- END list_block --> |
|
51 |
</table> |
|
52 |
|
|
53 |
|
|
54 |
<font class="{DISPLAY_NONE_FOUND}"><br /> {NONE_FOUND}</font> |
|
55 |
</body> |
|
56 |
</html> |
|
57 |
|
|
58 |
|
|
59 |
<!-- END main_block --> |
branches/2.8.x/wb/admin/themes/templates/users.htt | ||
---|---|---|
1 |
<!-- BEGIN main_block --> |
|
2 |
|
|
3 |
<form name="users" action="users.php" method="post"> |
|
4 |
<input type="hidden" name="userstatus" value="{USER_STATUS}" /> |
|
5 |
{FTAN} |
|
6 |
|
|
7 |
<table summary="" cellpadding="5" cellspacing="0" border="0" align="center" width="100%" style="margin-bottom:10px;"> |
|
8 |
<tr style="background:#f0f0f0;"> |
|
9 |
<td align="left"><h2>{HEADING_MODIFY_DELETE_USER}</h2></td> |
|
10 |
<td align="right"> |
|
11 |
<!-- BEGIN manage_groups_block --> |
|
12 |
<a href="{ADMIN_URL}/groups/index.php">{TEXT_MANAGE_GROUPS}</a> |
|
13 |
<!-- END manage_groups_block --> |
|
14 |
</td> |
|
15 |
</tr> |
|
16 |
</table> |
|
17 |
<button type="button" name="status" title="{TEXT_USERS}" style="width: 30px; background: {STATUS_ICON} no-repeat center" value="{USER_STATUS}" onclick="javascript: window.location = 'index.php?status={USER_STATUS}';" class="status {DISPLAY_MODIFY}" > </button> |
|
18 |
<select name="user_id" style="width: 500px;"> |
|
19 |
<!-- BEGIN list_block --> |
|
20 |
<option value="{VALUE}" {STATUS}>{NAME}</option> |
|
21 |
<!-- END list_block --> |
|
22 |
</select> |
|
23 |
|
|
24 |
<input type="submit" name="modify" style="width: 100px;" value="{TEXT_MODIFY}" class="{DISPLAY_MODIFY}" /> |
|
25 |
<input type="submit" name="delete" style="width: 100px;" value="{TEXT_DELETE}" onclick="return confirm('{CONFIRM_DELETE}');" class="{DISPLAY_DELETE}" /> |
|
26 |
|
|
27 |
</form> |
|
28 |
|
|
29 |
<br /> |
|
30 |
<h2 style="margin-top: 20px;" class="{DISPLAY_ADD}">{HEADING_ADD_USER}</h2> |
|
31 |
|
|
32 |
<!-- END main_block --> |
branches/2.8.x/wb/admin/themes/templates/access.htt | ||
---|---|---|
1 |
<!-- BEGIN main_block --> |
|
2 |
<h2>{ACCESS}</h2> |
|
3 |
<table summary="" cellpadding="0" cellspacing="0" border="0" width="99%" align="center"> |
|
4 |
<tr> |
|
5 |
<td align="center" valign="top"> |
|
6 |
<!-- BEGIN users_block --> |
|
7 |
<table summary="" cellpadding="0" cellspacing="0" border="0" class="section" {DISPLAY_USERS} > |
|
8 |
<tr> |
|
9 |
<td class="graphic" align="center" valign="top" rowspan="2"> |
|
10 |
<a href="{ADMIN_URL}/users/index.php"><img src="{THEME_URL}/icons/users.png" alt="{USERS}" /></a> |
|
11 |
</td> |
|
12 |
<td class="description" valign="top"> |
|
13 |
<a href="{ADMIN_URL}/users/index.php"><span class="title">{USERS}</span></a><p>{USERS_OVERVIEW}</p> |
|
14 |
</td> |
|
15 |
</tr> |
|
16 |
</table> |
|
17 |
<!-- END users_block --> |
|
18 |
<!-- BEGIN groups_block --> |
|
19 |
<table summary="" cellpadding="0" cellspacing="0" border="0" class="section" {DISPLAY_GROUPS} > |
|
20 |
<tr> |
|
21 |
<td class="graphic" align="center" valign="top" rowspan="2"> |
|
22 |
<a href="{ADMIN_URL}/groups/index.php"><img src="{THEME_URL}/icons/groups.png" alt="{GROUPS}" /></a> |
|
23 |
</td> |
|
24 |
<td class="description" valign="top"> |
|
25 |
<a href="{ADMIN_URL}/groups/index.php"><span class="title">{GROUPS}</span></a><p>{GROUPS_OVERVIEW}</p> |
|
26 |
</td> |
|
27 |
</tr> |
|
28 |
</table> |
|
29 |
<!-- END groups_block --> |
|
30 |
</td> |
|
31 |
</tr> |
|
32 |
</table> |
|
33 |
<!-- END main_block --> |
branches/2.8.x/wb/admin/themes/templates/preferences.htt | ||
---|---|---|
1 |
<!-- BEGIN main_block --> |
|
2 |
<h2>{HEADING_MY_SETTINGS}</h2> |
|
3 |
<div class="content_box"> |
|
4 |
<form name="{FORM_NAME}" id="{FORM_NAME}" action="{ACTION_URL}" method="post"> |
|
5 |
{FTAN} |
|
6 |
<div class="subcolumns"> |
|
7 |
<div class="c25l"> |
|
8 |
<label>{TEXT_USERNAME}:</label><br /> |
|
9 |
</div> |
|
10 |
<div class="c60l"> |
|
11 |
<div id="username">{USERNAME}</div><br /> |
|
12 |
</div> |
|
13 |
</div> |
|
14 |
<div class="subcolumns"> |
|
15 |
<div class="c25l"> |
|
16 |
<label>{TEXT_DISPLAY_NAME}:</label><br /> |
|
17 |
</div> |
|
18 |
<div class="c60l"> |
|
19 |
<input type="text" id="display_name" name="display_name" value="{DISPLAY_NAME}" /><br /> |
|
20 |
</div> |
|
21 |
</div> |
|
22 |
<div class="subcolumns"> |
|
23 |
<div class="c25l"> |
|
24 |
<label>{TEXT_LANGUAGE}:</label><br /> |
|
25 |
</div> |
|
26 |
<div class="c60l"> |
|
27 |
<select name="language" id="language"> |
|
28 |
<!-- BEGIN language_list_block --> |
|
29 |
<option value="{CODE}"{SELECTED} style="background: url({FLAG}.png) no-repeat center left; padding-left: 20px;">{NAME} ({CODE})</option> |
|
30 |
<!-- END language_list_block --> |
|
31 |
</select> |
|
32 |
</div> |
|
33 |
</div> |
|
34 |
<div class="subcolumns"> |
|
35 |
<div class="c25l"> |
|
36 |
<label>{TEXT_TIMEZONE}:</label><br /> |
|
37 |
</div> |
|
38 |
<div class="c60l"> |
|
39 |
<select name="timezone" id="timezone"> |
|
40 |
<!-- BEGIN timezone_list_block --> |
|
41 |
<option value="{VALUE}"{SELECTED}>{NAME}</option> |
|
42 |
<!-- END timezone_list_block --> |
|
43 |
</select> |
|
44 |
</div> |
|
45 |
</div> |
|
46 |
<div class="subcolumns"> |
|
47 |
<div class="c25l"> |
|
48 |
<label>{TEXT_DATE_FORMAT}:</label><br /> |
|
49 |
</div> |
|
50 |
<div class="c60l"> |
|
51 |
<select name="date_format" id="date_format"> |
|
52 |
<!-- BEGIN date_format_list_block --> |
|
53 |
<option value="{VALUE}"{SELECTED}>{NAME}</option> |
|
54 |
<!-- END date_format_list_block --> |
|
55 |
</select> |
|
56 |
</div> |
|
57 |
</div> |
|
58 |
<div class="subcolumns"> |
|
59 |
<div class="c25l"> |
|
60 |
<label>{TEXT_TIME_FORMAT}:</label><br /> |
|
61 |
</div> |
|
62 |
<div class="c60l"> |
|
63 |
<select name="time_format" id="time_format"> |
|
64 |
<!-- BEGIN time_format_list_block --> |
|
65 |
<option value="{VALUE}"{SELECTED}>{NAME}</option> |
|
66 |
<!-- END time_format_list_block --> |
|
67 |
</select> |
|
68 |
</div> |
|
69 |
</div> |
|
70 |
|
|
71 |
<div class="subcolumns"> |
|
72 |
<div class="c25l"> |
|
73 |
<label>{TEXT_EMAIL}:</label><br /> |
|
74 |
</div> |
|
75 |
<div class="c60l"> |
|
76 |
<input type="text" id="email" name="email" value="{EMAIL}" /><br /> |
|
77 |
</div> |
|
78 |
</div> |
|
79 |
<div class="subcolumns"> |
|
80 |
<div class="c25l"> |
|
81 |
<label>{TEXT_NEW_PASSWORD}:</label><br /> |
|
82 |
</div> |
|
83 |
<div class="c60l"> |
|
84 |
<input type="password" id="new_password_1" name="new_password_1" value="{EMPTY_STRING}" /><br /> |
|
85 |
</div> |
|
86 |
</div> |
|
87 |
<div class="subcolumns"> |
|
88 |
<div class="c25l"> |
|
89 |
<label>{TEXT_RETYPE_NEW_PASSWORD}:</label><br /> |
|
90 |
</div> |
|
91 |
<div class="c60l"> |
|
92 |
<input type="password" id="new_password_2" name="new_password_2" value="{EMPTY_STRING}" /><br /> |
|
93 |
</div> |
|
94 |
</div> |
|
95 |
<hr /> |
|
96 |
<div class="subcolumns"> |
|
97 |
<div class="c25l"> |
|
98 |
<label>{TEXT_NEED_CURRENT_PASSWORD}:</label><br /> |
|
99 |
</div> |
|
100 |
<div class="c60l"> |
|
101 |
<input type="password" id="current_password" name="current_password" value="{EMPTY_STRING}" /><br /> |
|
102 |
</div> |
|
103 |
</div> |
|
104 |
<div class="subcolumns save_section"> |
|
105 |
<div class="c60l"> |
|
106 |
<input type="submit" id="submit" name="submit" value="{TEXT_SAVE}" /> |
|
107 |
<input type="reset" id="reset" name="reset" value="{TEXT_RESET}" /> |
|
108 |
</div> |
|
109 |
<div class="c25l"> </div> |
|
110 |
</div> |
|
111 |
</form> |
|
112 |
</div> |
|
113 |
|
|
114 |
<!-- END main_block --> |
branches/2.8.x/wb/admin/themes/templates/media_rename.htt | ||
---|---|---|
1 |
<!-- BEGIN main_block --> |
|
2 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
|
3 |
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> |
|
4 |
<head> |
|
5 |
<title>Rename Media</title> |
|
6 |
<link href="{THEME_URL}/media.css" rel="stylesheet" type="text/css" /> |
|
7 |
</head> |
|
8 |
<body> |
|
9 |
|
|
10 |
<!-- BEGIN main_block --> |
|
11 |
|
|
12 |
<style> |
|
13 |
.hide {display:none;} |
|
14 |
</style> |
|
15 |
|
|
16 |
<form name="rename" action="rename2.php" method="post"> |
|
17 |
<input type="hidden" name="dir" value="{DIR}" /> |
|
18 |
<input type="hidden" name="old_name" value="{FILENAME}" /> |
|
19 |
<input type="hidden" name="id" value="{FILE_ID}" /> |
|
20 |
{FTAN} |
|
21 |
<table summary="" cellpadding="5" cellspacing="0" border="0" width="400" align="center"> |
|
22 |
<tr> |
|
23 |
<td align="center" colspan="2">{TEXT_RENAME} '{FILENAME}' {TEXT_TO}:</td> |
|
24 |
</tr> |
|
25 |
<tr> |
|
26 |
<td> |
|
27 |
<input type="text" name="name" style="width: 100%;" /> |
|
28 |
<script type="text/javascript"> |
|
29 |
document.rename.name.focus(); |
|
30 |
</script> |
|
31 |
</td> |
|
32 |
<td width="50" class="{DISPlAY_EXTENSION}"> |
|
33 |
<input type="text" name="extension" style="width: 50px;" value="{EXTENSION}" /> |
|
34 |
</td> |
|
35 |
</tr> |
|
36 |
<tr> |
|
37 |
<td colspan="2"> |
|
38 |
<input type="checkbox" name="overwrite" id="overwrite" value="yes" /> |
|
39 |
<label for="overwrite"> |
|
40 |
{TEXT_OVERWRITE_EXISTING} {TYPE} |
|
41 |
</label> |
|
42 |
</td> |
|
43 |
</tr> |
|
44 |
<tr> |
|
45 |
<td colspan="2"> |
|
46 |
<input type="submit" name="submit" value="{TEXT_RENAME}" style="width: 49%;" /> |
|
47 |
<input type="button" name="cancel" value="{TEXT_CANCEL}" style="width: 49%;" onclick="javascript: window.location = 'browse.php';" /> |
|
48 |
</td> |
|
49 |
</tr> |
|
50 |
</table> |
|
51 |
|
|
52 |
</form> |
|
53 |
|
|
54 |
</td> |
|
55 |
</tr> |
|
56 |
</table> |
|
57 |
|
|
58 |
</body> |
|
59 |
</html> |
|
60 |
|
|
61 |
<!-- END main_block --> |
branches/2.8.x/wb/admin/themes/templates/templates.htt | ||
---|---|---|
1 |
<!-- BEGIN main_block --> |
|
2 |
|
|
3 |
<table summary="" cellpadding="5" cellspacing="0" border="0" align="center" width="100%" style="margin-bottom:10px;"> |
|
4 |
<tr style="background:#f0f0f0;"> |
|
5 |
<td align="left">{CHANGE_TEMPLATE_NOTICE}</td> |
|
6 |
<td align="right"> |
|
7 |
{URL_MODULES} |
|
8 |
- |
|
9 |
{URL_LANGUAGES} |
|
10 |
- |
|
11 |
{URL_ADVANCED} |
|
12 |
</td> |
|
13 |
</tr> |
|
14 |
</table> |
|
15 |
|
|
16 |
<form name="install" enctype="multipart/form-data" action="install.php" method="post" class="{DISPLAY_INSTALL}"> |
|
17 |
{FTAN} |
|
18 |
|
|
19 |
<h2>{HEADING_INSTALL_TEMPLATE}</h2> |
|
20 |
|
|
21 |
<table summary="" cellpadding="2" cellspacing="0" border="0" width="100%"> |
|
22 |
<tr> |
|
23 |
<td> |
|
24 |
<input type="file" name="userfile" size="82" /> |
|
25 |
<script type="text/javascript"> |
|
26 |
document.install.userfile.focus(); |
|
27 |
</script><br /><br /> |
|
28 |
</td> |
|
29 |
<td width="110" align="left"> |
|
30 |
<input type="submit" name="submit" value="{TEXT_INSTALL}" style="width: 100px;" /> |
|
31 |
</td> |
|
32 |
</tr> |
|
33 |
</table> |
|
34 |
|
|
35 |
<br /> |
|
36 |
|
|
37 |
</form> |
|
38 |
|
|
39 |
<form name="uninstall" action="uninstall.php" method="post" class="{DISPLAY_UNINSTALL}"> |
|
40 |
{FTAN} |
|
41 |
|
|
42 |
<h2>{HEADING_UNINSTALL_TEMPLATE}</h2> |
|
43 |
|
|
44 |
<table summary="" cellpadding="2" cellspacing="0" border="0" width="100%"> |
|
45 |
<tr> |
|
46 |
<td> |
|
47 |
<select name="file" style="width: 97%;"> |
|
48 |
<option value="" selected="selected">{TEXT_PLEASE_SELECT}...</option> |
|
49 |
<!-- BEGIN template_list_block --> |
|
50 |
<option value="{VALUE}">{NAME}</option> |
|
51 |
<!-- END template_list_block --> |
|
52 |
</select> |
|
53 |
</td> |
|
54 |
<td width="110"> |
|
55 |
<input type="submit" name="submit" value="{TEXT_UNINSTALL}" style="width: 100px;" /> |
|
56 |
</td> |
|
57 |
</tr> |
|
58 |
</table> |
|
59 |
|
|
60 |
<br /> |
|
61 |
|
|
62 |
</form> |
|
63 |
|
|
64 |
<form name="details" action="details.php" method="post" class="{DISPLAY_LIST}"> |
|
65 |
{FTAN} |
|
66 |
|
|
67 |
<h2>{HEADING_TEMPLATE_DETAILS}</h2> |
|
68 |
|
|
69 |
<table summary="" cellpadding="2" cellspacing="0" border="0" width="100%"> |
|
70 |
<tr> |
|
71 |
<td> |
|
72 |
<select name="file" style="width: 97%;"> |
|
73 |
<option value="" selected="selected">{TEXT_PLEASE_SELECT}...</option> |
|
74 |
<!-- BEGIN template_list_block --> |
|
75 |
<option value="{VALUE}">{NAME}</option> |
|
76 |
<!-- END template_list_block --> |
|
77 |
</select> |
|
78 |
</td> |
|
79 |
<td width="110"> |
|
80 |
<input type="submit" name="submit" value="{TEXT_VIEW_DETAILS}" style="width: 100px;" /> |
|
81 |
</td> |
|
82 |
</tr> |
|
83 |
</table> |
|
84 |
|
|
85 |
<br /> |
|
86 |
</form> |
|
87 |
|
|
88 |
<!-- END main_block --> |
branches/2.8.x/wb/admin/themes/templates/pages_modify.htt | ||
---|---|---|
1 |
<!-- BEGIN main_block --> |
|
2 |
|
|
3 |
<table summary="" cellpadding="5" cellspacing="0" border="0" align="center" width="100%" style="margin-bottom:10px;"> |
|
4 |
<tr style="background:#f0f0f0;"> |
|
5 |
<td valign="middle" align="left"><h2>{HEADING_MODIFY_PAGE}</h2></td> |
|
6 |
<td align="left" width="20%">ID: {PAGE_ID}</td> |
|
7 |
<td align="right"> |
|
8 |
{TEXT_CURRENT_PAGE}: |
|
9 |
<b>{PAGE_TITLE}</b> |
|
10 |
- |
|
11 |
<a href="{ADMIN_URL}/pages/settings.php?page_id={PAGE_IDKEY}">{TEXT_CHANGE_SETTINGS}</a> |
|
12 |
<!-- BEGIN show_section_block --> |
|
13 |
<font style="{DISPLAY_MANAGE_SECTIONS}">-</font> |
|
14 |
<a href="{ADMIN_URL}/pages/sections.php?page_id={PAGE_IDKEY}" style="{DISPLAY_MANAGE_SECTIONS}">{TEXT_MANAGE_SECTIONS}</a> |
|
15 |
<!-- END show_section_block --> |
|
16 |
<font style="color:#999;" class="{CLASS_DISPLAY_MODIFIED}"><br /> |
|
17 |
<!-- BEGIN show_modify_block --> |
|
18 |
{LAST_MODIFIED} {MODIFIED_BY} ({MODIFIED_BY_USERNAME}), {MODIFIED_WHEN} |
|
19 |
<!-- END show_modify_block --> |
|
20 |
</font> |
|
21 |
</td> |
|
22 |
</tr> |
|
23 |
</table> |
|
24 |
|
|
25 |
<!-- END main_block --> |
branches/2.8.x/wb/admin/themes/templates/groups.htt | ||
---|---|---|
1 |
<!-- BEGIN main_block --> |
|
2 |
|
|
3 |
<form name="groups" action="groups.php" method="post"> |
|
4 |
{FTAN} |
|
5 |
<table summary="" cellpadding="5" cellspacing="0" border="0" align="center" width="100%" style="margin-bottom:10px;"> |
|
6 |
<tr style="background:#f0f0f0;"> |
|
7 |
<td align="left"><h2>{HEADING_MODIFY_DELETE_GROUP}</h2></td> |
|
8 |
<td align="right"> |
|
9 |
<!-- BEGIN manage_users_block --> |
|
10 |
<a href="{ADMIN_URL}/users/index.php">{TEXT_MANAGE_USERS}</a> |
|
11 |
<!-- END manage_users_block --> |
|
12 |
</td> |
|
13 |
</tr> |
|
14 |
</table> |
|
15 |
|
|
16 |
<select name="group_id" style="width: 500px;"> |
|
17 |
<!-- BEGIN list_block --> |
|
18 |
<option value="{VALUE}"> |
|
19 |
{NAME} |
|
20 |
</option> |
|
21 |
<!-- END list_block --> |
|
22 |
</select> |
|
23 |
<input type="submit" name="modify" style="width: 100px;" value="{TEXT_MODIFY}" class="{DISPLAY_MODIFY}" /> |
|
24 |
<input type="submit" name="delete" style="width: 100px;" value="{TEXT_DELETE}" onclick="return confirm('{CONFIRM_DELETE}');" class="{DISPLAY_DELETE}" /> |
|
25 |
</form> |
|
26 |
<br /> |
|
27 |
<h2 class="{DISPLAY_ADD}"> |
|
28 |
{HEADING_ADD_GROUP} |
|
29 |
</h2> |
|
30 |
<!-- END main_block --> |
branches/2.8.x/wb/admin/themes/templates/login_forgot.htt | ||
---|---|---|
1 |
<!-- BEGIN main_block --> |
|
2 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
|
3 |
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> |
|
4 |
<head> |
|
5 |
<title>Retrieve Login Details</title> |
|
6 |
<meta http-equiv="content-type" content="text/html; charset={CHARSET}" /> |
|
7 |
<meta http-equiv="content-language" content="{LANGUAGE}" /> |
|
8 |
<meta name="description" content="Retrieve Login Details" /> |
|
9 |
<meta name="keywords" content="Retrieve Login Details" /> |
|
10 |
<link href="{THEME_URL}/theme.css" rel="stylesheet" type="text/css" /> |
|
11 |
</head> |
|
12 |
<body onload="document.forgot_pass.email.focus();"> |
|
13 |
|
|
14 |
<table summary="" cellpadding="0" cellspacing="0" border="0" width="770" align="center"> |
|
15 |
<tr> |
|
16 |
<td width="60" valign="top"> |
|
17 |
<img src="{THEME_URL}/images/logo.png" alt="Logo" /> |
|
18 |
</td> |
|
19 |
<td width="5"> </td> |
|
20 |
<td> </td> |
|
21 |
</tr> |
|
22 |
<tr> |
|
23 |
<td colspan="3"> </td> |
|
24 |
</tr> |
|
25 |
<tr> |
|
26 |
<td colspan="3" style="font-size: 20px; text-align: center;"> |
|
27 |
<font style="color: #003366;">{SECTION_FORGOT}</font> |
|
28 |
</td> |
|
29 |
</tr> |
|
30 |
</table> |
|
31 |
|
|
32 |
<table summary="" cellpadding="0" cellspacing="0" border="0" width="770" align="center" style="margin-top: 30px;" class="container"> |
|
33 |
<tr> |
|
34 |
<td class="content"> |
|
35 |
|
|
36 |
<form name="forgot_pass" action="{ACTION_URL}" method="post"> |
|
37 |
<input type="hidden" name="url" value="{URL}" /> |
|
38 |
<table summary="" cellpadding="5" cellspacing="0" border="0" align="center" width="500"> |
|
39 |
<tr> |
|
40 |
<td height="40" align="center" style="color: #{MESSAGE_COLOR}" colspan="2">{MESSAGE}</td> |
|
41 |
</tr> |
|
42 |
<tr style="{DISPLAY_FORM}"> |
|
43 |
<td height="10" colspan="2"></td> |
|
44 |
</tr> |
|
45 |
<tr style="{DISPLAY_FORM}"> |
|
46 |
<td width="165" height="30" align="right">{TEXT_EMAIL}:</td> |
|
47 |
<td><input type="text" maxlength="255" name="email" value="{EMAIL}" style="width: 180px;" /></td> |
|
48 |
</tr> |
|
49 |
<tr style="{DISPLAY_FORM}" height="30"> |
|
50 |
<td> </td> |
|
51 |
<td><input type="submit" name="submit" value="{TEXT_SEND_DETAILS}" style="width: 180px; font-size: 10px; text-transform: uppercase; color: #003366; border: 1px solid #336699; background-color: #DDDDDD; padding: 3px;"></td> |
|
52 |
</tr> |
|
53 |
<tr style="{DISPLAY_FORM}"> |
|
54 |
<td height="10" colspan="2"></td> |
|
55 |
</tr> |
|
56 |
</table> |
|
57 |
</form> |
|
58 |
|
|
59 |
<center> |
|
60 |
<a href="{LOGIN_URL}">{TEXT_NEED_TO_LOGIN}</a> |
|
61 |
<br /> |
|
62 |
<br /> |
|
63 |
<a href="{WB_URL}/">{TEXT_HOME}</a> |
|
64 |
</center> |
|
65 |
|
|
66 |
</td> |
|
67 |
</tr> |
|
68 |
</table> |
|
69 |
|
|
70 |
<table summary="" cellpadding="0" cellspacing="0" border="0" width="100%" style="padding: 10px 0px 10px 0px;"> |
|
71 |
<tr> |
|
72 |
<td style="font-size:12px;text-align:center;"> |
|
73 |
<!-- Please note: the below reference to the GNU GPL should not be removed, as it provides a link for users to read about warranty, etc. --> |
|
74 |
<a href="http://www.websitebaker2.org/" title="external">WebsiteBaker</a> is released under the |
|
75 |
<a href="http://www.gnu.org/licenses/gpl.html" title="WebsiteBaker is released under the GNU General Public License">GNU General Public License</a> |
|
76 |
<!-- Please note: the above reference to the GNU GPL should not be removed, as it provides a link for users to read about warranty, etc. --> |
|
77 |
</td> |
|
78 |
</tr> |
|
79 |
</table> |
|
80 |
|
|
81 |
</body> |
|
82 |
</html> |
|
83 |
<!-- END main_block --> |
branches/2.8.x/wb/admin/themes/templates/success.htt | ||
---|---|---|
1 |
<!-- BEGIN main_block --> |
|
2 |
<div class="msg-box rounded"> |
|
3 |
<p>{MESSAGE}</p> |
|
4 |
<!-- BEGIN show_redirect_block --> |
|
5 |
<script type="text/javascript"> |
|
6 |
setTimeout("location.href='{REDIRECT}'", {REDIRECT_TIMER}); |
|
7 |
</script> |
|
8 |
<!-- END show_redirect_block --> |
|
9 |
<input type="button" name="submit" value="{BACK}" onclick="javascript: window.location = '{REDIRECT}';" /> |
|
10 |
</div> |
|
11 |
<!-- END main_block --> |
branches/2.8.x/wb/admin/themes/templates/pages_sections.htt | ||
---|---|---|
1 |
<!-- BEGIN main_block --> |
|
2 |
<div class="jsadmin jcalendar hide"></div> |
|
3 |
<table summary="" cellpadding="5" cellspacing="0" border="0" align="center" width="100%" style="margin-bottom:10px;"> |
|
4 |
<tr style="background:#f0f0f0;"> |
|
5 |
<td valign="middle" align="left"><h2>{HEADING_MANAGE_SECTIONS}</h2></td> |
|
6 |
<td align="left" width="20%">ID: {PAGE_ID}</td> |
|
7 |
<td align="right">{TEXT_CURRENT_PAGE}: <b>{PAGE_TITLE}</b> |
|
8 |
- |
|
9 |
<a href="{ADMIN_URL}/pages/modify.php?page_id={PAGE_IDKEY}">{HEADING_MODIFY_PAGE}</a> |
|
10 |
- |
|
11 |
<a href="{ADMIN_URL}/pages/settings.php?page_id={PAGE_IDKEY}">{TEXT_CHANGE_SETTINGS}</a> |
|
12 |
</td> |
|
13 |
</tr> |
|
14 |
</table> |
|
15 |
|
|
16 |
<form name="section_properties" action="{ADMIN_URL}/pages/sections_save.php?page_id={PAGE_IDKEY}" method="post"> |
|
17 |
{FTAN} |
|
18 |
|
|
19 |
<table summary="" cellpadding="0" cellspacing="0" border="0" width="100%" class="img_noborder"> |
|
20 |
<tr class="sections_list"> |
|
21 |
<td class="header_list_type">{TEXT_TYPE}</td> |
|
22 |
<td class="header_list_block"><span {STYLE_DISPLAY_SECTION_BLOCK}>{TEXT_BLOCK} </span></td> |
|
23 |
<td class="header_list_pubdate_start">{TEXT_PUBL_START_DATE}</td> |
|
24 |
<td class="header_list_pubdate_end">{TEXT_PUBL_END_DATE}</td> |
|
25 |
<td class="header_list_sections_actions" colspan="3">{TEXT_ACTIONS}</td> |
|
26 |
<td class="header_list_section_id">ID</td> |
|
27 |
<td {DISPLAY_DEBUG}>{TEXT_PID}</td> |
|
28 |
</tr> |
|
29 |
<!-- BEGIN section_block --> |
|
30 |
<tr class="sectionrow"> |
|
31 |
<td align="right" style="display:none;"> |
|
32 |
<input type="hidden" name="page_id" value="{PAGE_IDKEY}" /> |
|
33 |
<input type="hidden" name="section_id" value="{VAR_SECTION_ID}" /> |
|
34 |
{VAR_SECTION_ID} |
|
35 |
</td> |
|
36 |
|
|
37 |
<td>{LINK_MODIFY_URL_VAR_MODUL_NAME}</td> |
|
38 |
|
|
39 |
<td class="{INPUT_ATTRIBUTE}"><span {STYLE_DISPLAY_SECTION_BLOCK}> |
|
40 |
<select name="block{VAR_SECTION_ID}" class="input_normal"> |
|
41 |
{SET_NONE_DISPLAY_OPTION} |
|
42 |
<!-- BEGIN block_block --> |
|
43 |
<option value="{VALUE}"{SELECTED}>{NAME}</option> |
|
44 |
<!-- END block_block --> |
|
45 |
</select></span> |
|
46 |
</td> |
|
47 |
|
|
48 |
<td class="list_pubdate_start"><input type="text" id="start_date{VAR_SECTION_ID}" name="start_date{VAR_SECTION_ID}" value="{VALUE_PUBL_START}" class="input_normal" /> |
|
49 |
<img src="{THEME_URL}/images/calendar_16.png" id="trigger_start{VAR_SECTION_ID}" style="cursor:pointer;" title="{TEXT_CALENDAR}" alt="{TEXT_CALENDAR}" /> |
|
50 |
<img src="{THEME_URL}/images/{CLOCK_DEL_16_PNG}" style="cursor:pointer;" alt="{TEXT_DELETE_DATE}" title="{TEXT_DELETE_DATE}" onclick="document.section_properties.start_date{VAR_SECTION_ID}.value=''" /> |
|
51 |
</td> |
|
52 |
|
|
53 |
<td class="list_pubdate_end"><input type="text" id="end_date{VAR_SECTION_ID}" name="end_date{VAR_SECTION_ID}" value="{VALUE_PUBL_END}" class="input_normal" /> |
|
54 |
<img src="{THEME_URL}/images/calendar_16.png" id="trigger_stop{VAR_SECTION_ID}" alt="{TEXT_CALENDAR}" style="cursor: pointer;" title="{TEXT_CALENDAR}" /> |
|
55 |
<img src="{THEME_URL}/images/{CLOCK_DEL_16_PNG}" style="cursor:pointer;" alt="{TEXT_DELETE_DATE}" title="{TEXT_DELETE_DATE}" onclick="document.section_properties.end_date{VAR_SECTION_ID}.value=''" /> |
|
56 |
</td> |
|
57 |
|
|
58 |
<td>{VAR_MOVE_UP_URL}</td> |
|
59 |
|
|
60 |
<td>{VAR_MOVE_DOWN_URL}</td> |
|
61 |
|
|
62 |
<td> |
|
63 |
<a href="#" onclick="javascript: confirm_link('{TEXT_ARE_YOU_SURE}', '{ADMIN_URL}/pages/sections.php?page_id={PAGE_IDKEY}&section_id={VAR_SECTION_IDKEY}');"> |
|
64 |
<img src="{THEME_URL}/images/{DELETE_16_PNG}" alt="{TEXT_DELETE}" border="0" /> |
|
65 |
</a> |
|
66 |
</td> |
|
67 |
|
|
68 |
<td class="list_section_id">{VAR_SECTION_ID}</td> |
|
69 |
|
|
70 |
<td {DISPLAY_DEBUG}>{POSITION}</td> |
|
71 |
</tr> |
|
72 |
<!-- END section_block --> |
|
73 |
<tr> |
|
74 |
<td align="left" colspan="{DEBUG_COLSPAN_SIZE}"> |
|
75 |
<br /> |
|
76 |
<input type="submit" name="save" value="{TEXT_SAVE}" class="input_medium" /> |
|
77 |
</td> |
|
78 |
</tr> |
|
79 |
</table> |
|
80 |
</form> |
|
81 |
<br /> |
|
82 |
<h2>{TEXT_ADD_SECTION}</h2> |
|
83 |
<form name="add" action="{ADMIN_URL}/pages/sections.php?page_id={PAGE_IDKEY}" method="post"> |
|
84 |
<input type="hidden" name="page_id" value="{PAGE_IDKEY}" /> |
|
85 |
{FTAN} |
|
86 |
<table summary="" cellpadding="5" cellspacing="0" border="0" align="center" width="100%"> |
|
87 |
<tr> |
|
88 |
<td width="50%" valign="middle"> |
|
89 |
<select name="module" class="input_large"> |
|
90 |
<!-- BEGIN module_block --> |
|
91 |
<option value="{VALUE}"{SELECTED}>{NAME}</option> |
|
92 |
<!-- END module_block --> |
|
93 |
</select> |
|
94 |
|
|
95 |
<input type="submit" name="submit" value="{TEXT_ADD}" class="input_medium" /> |
|
96 |
</td> |
|
97 |
</tr> |
|
98 |
</table> |
|
99 |
</form> |
|
100 |
<!-- BEGIN calendar_block --> |
|
101 |
<script type="text/javascript" > |
|
102 |
var section_id = '{VAR_SECTION_ID}'; |
|
103 |
var start_date = '{start_date}'; |
|
104 |
var end_date = '{end_date}'; |
|
105 |
var trigger_start = '{trigger_start}'; |
|
106 |
var trigger_end = '{trigger_end}'; |
|
107 |
var jscal_today = '{jscal_today}'; |
|
108 |
var jscal_ifformat = '{jscal_ifformat}'; |
|
109 |
var jscal_firstday = {jscal_firstday}; |
|
110 |
var showsTime = {showsTime}; |
|
111 |
var timeFormat = {timeFormat}; |
|
112 |
</script> |
|
113 |
<script type="text/javascript" src="{ADMIN_URL}/pages/page_calendar.js" ></script> |
|
114 |
<!-- END calendar_block --> |
|
115 |
<!-- END main_block --> |
branches/2.8.x/wb/admin/themes/templates/languages_details.htt | ||
---|---|---|
1 |
<!-- BEGIN main_block --> |
|
2 |
|
|
3 |
<h2>{HEADING_LANGUAGE_DETAILS}</h2> |
|
4 |
|
|
5 |
<table summary="" cellpadding="5" cellspacing="0" border="0"> |
|
6 |
<tr> |
|
7 |
<td width="100">{TEXT_NAME}:</td> |
|
8 |
<td>{NAME}</td> |
|
9 |
</tr> |
|
10 |
<tr> |
|
11 |
<td>{TEXT_CODE}:</td> |
|
12 |
<td>{CODE}</td> |
|
13 |
</tr> |
|
14 |
<tr> |
|
15 |
<td>{TEXT_AUTHOR}:</td> |
|
16 |
<td>{AUTHOR}</td> |
|
17 |
</tr> |
|
18 |
<tr> |
|
19 |
<td>{TEXT_VERSION}:</td> |
|
20 |
<td>{VERSION}</td> |
|
21 |
</tr> |
|
22 |
<tr> |
|
23 |
<td>{TEXT_DESIGNED_FOR}:</td> |
|
24 |
<td>Website Baker {DESIGNED_FOR}</td> |
|
25 |
</tr> |
|
26 |
</table> |
|
27 |
|
|
28 |
<br /> |
|
29 |
|
|
30 |
<button onclick="window.location = 'index.php';">{TEXT_BACK}</button> |
|
31 |
|
|
32 |
<!-- END main_block --> |
branches/2.8.x/wb/admin/themes/templates/modules_details.htt | ||
---|---|---|
1 |
<!-- BEGIN main_block --> |
|
2 |
|
|
3 |
<h2>{HEADING_MODULE_DETAILS}</h2> |
|
4 |
|
|
5 |
<table summary="" cellpadding="5" cellspacing="0" border="0"> |
|
6 |
<tr> |
|
7 |
<td width="100">{TEXT_NAME}:</td> |
|
8 |
<td>{NAME}</td> |
|
9 |
</tr> |
|
10 |
<tr> |
|
11 |
<td>{TEXT_TYPE}:</td> |
|
12 |
<td>{TYPE}</td> |
|
13 |
</tr> |
|
14 |
<tr> |
|
15 |
<td>{TEXT_AUTHOR}:</td> |
|
16 |
<td>{AUTHOR}</td> |
|
17 |
</tr> |
|
18 |
<tr> |
|
19 |
<td>{TEXT_VERSION}:</td> |
|
20 |
<td>{VERSION}</td> |
|
21 |
</tr> |
|
22 |
<tr> |
|
23 |
<td>{TEXT_DESIGNED_FOR}:</td> |
|
24 |
<td>Website Baker {DESIGNED_FOR}</td> |
|
25 |
</tr> |
|
26 |
<tr> |
|
27 |
<td valign="top">{TEXT_DESCRIPTION}:</td> |
|
28 |
<td style="text-align: justify;">{DESCRIPTION}</td> |
|
29 |
</tr> |
|
30 |
</table> |
|
31 |
|
|
32 |
<br /> |
|
33 |
|
|
34 |
<button onclick="window.location = 'index.php';">{TEXT_BACK}</button> |
|
35 |
|
|
36 |
<!-- END main_block --> |
branches/2.8.x/wb/admin/themes/templates/modules.htt | ||
---|---|---|
1 |
<!-- BEGIN main_block --> |
|
2 |
<table summary="" cellpadding="5" cellspacing="0" border="0" align="center" width="100%" style="margin-bottom:10px;"> |
|
3 |
<tr style="background:#f0f0f0;"> |
|
4 |
<td align="right"> |
|
5 |
{URL_TEMPLATES} |
|
6 |
- |
|
7 |
{URL_LANGUAGES} |
|
8 |
- |
|
9 |
{URL_ADVANCED} |
|
10 |
</td> |
|
11 |
</tr> |
|
12 |
</table> |
|
13 |
|
|
14 |
<form name="install" enctype="multipart/form-data" action="install.php" method="post" class="{DISPLAY_INSTALL}"> |
|
15 |
{FTAN} |
|
16 |
<h2>{HEADING_INSTALL_MODULE}</h2> |
|
17 |
<table summary="" cellpadding="2" cellspacing="0" border="0" width="100%"> |
|
18 |
<tr> |
|
19 |
<td valign="middle"> |
|
20 |
<input type="file" name="userfile" size="97" /> |
|
21 |
<script type="text/javascript"> |
|
22 |
document.install.userfile.focus(); |
|
23 |
</script><br /> |
|
24 |
<input type="checkbox" name="overwrite" value="false" /> |
|
25 |
<span>{OVERWRITE_NEWER_FILES}</span> |
|
26 |
</td> |
|
27 |
<td width="110" align="left"> |
|
28 |
<input type="submit" name="submit" value="{TEXT_INSTALL}" style="width: 100px;" /> |
|
29 |
</td> |
|
30 |
</tr> |
|
31 |
</table> |
|
32 |
<br /> |
|
33 |
</form> |
|
34 |
<form name="uninstall" action="uninstall.php" method="post" class="{DISPLAY_UNINSTALL}"> |
|
35 |
{FTAN} |
|
36 |
<h2>{HEADING_UNINSTALL_MODULE}</h2> |
|
37 |
<table summary="" cellpadding="2" cellspacing="0" border="0" width="100%"> |
|
38 |
<tr> |
|
39 |
<td> |
|
40 |
<select name="file" style="width: 77%;"> |
|
41 |
<option value="" selected="selected">{TEXT_PLEASE_SELECT}...</option> |
|
42 |
<!-- BEGIN module_list_block --> |
|
43 |
<option value="{VALUE}">{NAME}</option> |
|
44 |
<!-- END module_list_block --> |
|
45 |
</select> |
|
46 |
</td> |
|
47 |
<td width="110"> |
|
48 |
<input type="submit" name="submit" value="{TEXT_UNINSTALL}" style="width: 100px;" /> |
|
49 |
</td> |
|
50 |
</tr> |
|
51 |
</table> |
|
52 |
<br /> |
|
53 |
</form> |
|
54 |
<form name="details" action="details.php" method="post" class="{DISPLAY_LIST}"> |
|
55 |
{FTAN} |
|
56 |
<h2>{HEADING_MODULE_DETAILS}</h2> |
|
57 |
<table summary="" cellpadding="2" cellspacing="0" border="0" width="100%"> |
|
58 |
<tr> |
|
59 |
<td> |
|
60 |
<select name="file" style="width: 77%;"> |
|
61 |
<option value="" selected="selected">{TEXT_PLEASE_SELECT}...</option> |
|
62 |
<!-- BEGIN module_list_block --> |
|
63 |
<option value="{VALUE}">{NAME}</option> |
|
64 |
<!-- END module_list_block --> |
|
65 |
</select> |
|
66 |
</td> |
|
67 |
<td width="110"> |
|
68 |
<input type="submit" name="submit" value="{TEXT_VIEW_DETAILS}" style="width: 100px;" /> |
|
69 |
</td> |
|
70 |
</tr> |
|
71 |
</table> |
|
72 |
<br /> |
|
73 |
</form> |
|
74 |
<div class="{DISPLAY_MANUAL_INSTALL}"> |
|
75 |
<h2>{HEADING_INVOKE_MODULE_FILES}</h2> |
|
76 |
<p>{TEXT_MANUAL_INSTALLATION}</p> |
|
77 |
<form name="manual_install" action="manual_install.php" method="post" class="{INSTALL_VISIBLE}"> |
|
78 |
{FTAN} |
|
79 |
<table summary="" cellpadding="0" cellspacing="2" border="0" width="80%"> |
|
80 |
<tr> |
|
81 |
<td width="150" valign="middle" nowrap="nowrap">{TEXT_FILE}: "install.php"</td> |
|
82 |
<td valign="middle"> |
|
83 |
<input type="hidden" name="action" value="install" /> |
|
84 |
<select name="file" style="width: 250px;"> |
|
85 |
<option value="" selected="selected">{TEXT_PLEASE_SELECT}...</option> |
|
86 |
<!-- BEGIN install_list_block --> |
|
87 |
<option value="{VALUE}">{NAME}</option> |
|
88 |
<!-- END install_list_block --> |
|
89 |
</select> |
|
90 |
<input type="submit" name="submit" value="{TEXT_EXECUTE}" style="width:100px;" /> |
|
91 |
</td> |
|
92 |
</tr> |
|
93 |
</table> |
|
94 |
</form> |
|
95 |
|
|
96 |
<form name="manual_upgrade" action="manual_install.php" method="post" class="{UPGRADE_VISIBLE}"> |
|
97 |
{FTAN} |
|
98 |
<table summary="" cellpadding="0" cellspacing="2" border="0" width="80%"> |
|
99 |
<tr> |
|
100 |
<td width="150" valign="middle" nowrap="nowrap">{TEXT_FILE}: "upgrade.php"</td> |
|
101 |
<td valign="middle" > |
|
102 |
<input type="hidden" name="action" value="upgrade" /> |
|
103 |
<select name="file" style="width: 250px;"> |
|
104 |
<option value="" selected="selected">{TEXT_PLEASE_SELECT}...</option> |
|
105 |
<!-- BEGIN install_list_block --> |
|
106 |
<option value="{VALUE}">{NAME}</option> |
|
107 |
<!-- END install_list_block --> |
|
108 |
</select> |
|
109 |
<input type="submit" name="submit" value="{TEXT_EXECUTE}" style="width:100px;" /> |
|
110 |
</td> |
|
111 |
</tr> |
|
112 |
</table> |
|
113 |
</form> |
|
114 |
|
|
115 |
<form name="manual_uninstall" action="manual_install.php" method="post" class="{UNINSTALL_VISIBLE}"> |
|
116 |
{FTAN} |
|
117 |
<table summary="" cellpadding="0" cellspacing="2" border="0" width="80%"> |
|
118 |
<tr> |
|
119 |
<td width="150" valign="middle" nowrap="nowrap">{TEXT_FILE}: "uninstall.php"</td> |
|
120 |
<td valign="middle"> |
|
121 |
<input type="hidden" name="action" value="uninstall" /> |
|
122 |
<select name="file" style="width: 250px;"> |
|
123 |
<option value="" selected="selected">{TEXT_PLEASE_SELECT}...</option> |
|
124 |
<!-- BEGIN install_list_block --> |
|
125 |
<option value="{VALUE}">{NAME}</option> |
|
126 |
<!-- END install_list_block --> |
|
127 |
</select> |
|
128 |
<input type="submit" name="submit" value="{TEXT_EXECUTE}" style="width:100px;" /> |
|
129 |
</td> |
|
130 |
</tr> |
|
131 |
</table> |
|
132 |
</form> |
|
133 |
|
|
134 |
<p style="color:red;">{TEXT_MANUAL_INSTALLATION_WARNING}</p> |
|
135 |
</div> |
|
136 |
<!-- END main_block --> |
branches/2.8.x/wb/admin/themes/templates/login.htt | ||
---|---|---|
1 |
<!-- BEGIN mainBlock --> |
|
2 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
|
3 |
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> |
|
4 |
<head> |
|
5 |
<title>{TEXT_LOGIN}</title> |
|
6 |
<meta http-equiv="content-type" content="text/html; charset={CHARSET}" /> |
|
7 |
<meta http-equiv="content-language" content="{LANGUAGE}" /> |
|
8 |
<meta name="description" content="{TEXT_LOGIN}" /> |
|
9 |
<meta name="keywords" content="{TEXT_LOGIN}" /> |
|
10 |
<link href="{THEME_URL}/theme.css" rel="stylesheet" type="text/css" /> |
|
11 |
</head> |
|
12 |
<body onload="document.login.{USERNAME_FIELDNAME}.focus();"> |
|
13 |
|
|
14 |
<table summary="" cellpadding="0" cellspacing="0" border="0" width="770" align="center"> |
|
15 |
<tr> |
|
16 |
<td width="60" valign="top"> |
|
17 |
<img src="{THEME_URL}/images/logo.png" alt="Logo" /> |
|
18 |
</td> |
|
19 |
<td width="5"> </td> |
|
20 |
<td> </td> |
|
21 |
</tr> |
|
22 |
<tr> |
|
23 |
<td colspan="3"> </td> |
|
24 |
</tr> |
|
25 |
<tr> |
|
26 |
<td colspan="3" style="font-size: 20px; text-align: center; "> |
|
27 |
<span style="color: #003366;">{SECTION_LOGIN}</span> |
|
28 |
</td> |
|
29 |
</tr> |
|
30 |
</table> |
|
31 |
|
|
32 |
<table summary="" cellpadding="0" cellspacing="0" border="0" width="770" align="center" style="margin-top: 30px;" class="container"> |
|
33 |
<tr> |
|
34 |
<td class="content"> |
|
35 |
<form name="login" action="{ACTION_URL}" method="post"> |
|
36 |
<input type="hidden" name="url" value="{URL}" /> |
|
37 |
<input type="hidden" name="username_fieldname" value="{USERNAME_FIELDNAME}" /> |
|
38 |
<input type="hidden" name="password_fieldname" value="{PASSWORD_FIELDNAME}" /> |
|
39 |
<table summary="" cellpadding="5" cellspacing="0" border="0" align="center" width="500"> |
|
40 |
<tr> |
|
41 |
<td height="40" align="center" colspan="2">{MESSAGE}</td> |
|
42 |
</tr> |
|
43 |
<tr> |
|
44 |
<td height="10" colspan="2"></td> |
|
45 |
</tr> |
|
46 |
<tr> |
|
47 |
<td width="170" height="30" align="right">{TEXT_USERNAME}:</td> |
|
48 |
<td><input type="text" maxlength="{MAX_USERNAME_LEN}" name="{USERNAME_FIELDNAME}" value="{USERNAME}" style="width: 180px;" /></td> |
|
49 |
</tr> |
|
50 |
<tr> |
|
51 |
<td width="170" height="30" align="right">{TEXT_PASSWORD}:</td> |
|
52 |
<td><input type="password" maxlength="{MAX_PASSWORD_LEN}" name="{PASSWORD_FIELDNAME}" style="width: 180px;" /></td> |
|
53 |
</tr> |
|
54 |
<tr style="{DISPLAY_REMEMBER_ME}"> |
|
55 |
<td> </td> |
|
56 |
<td> |
|
57 |
<input type="checkbox" name="remember" id="remember" value="true" /> |
|
58 |
<label for="remember"> |
|
59 |
{TEXT_REMEMBER_ME} |
|
60 |
</label> |
|
61 |
</td> |
|
62 |
</tr> |
|
63 |
<tr> |
|
64 |
<td> </td> |
|
65 |
<td><input type="submit" name="submit" value="{TEXT_LOGIN}" style="width: 180px; font-size: 10px; text-transform: uppercase; color: #003366; border: 1px solid #336699; background-color: #DDDDDD; padding: 3px;" /></td> |
|
66 |
</tr> |
|
67 |
<tr> |
|
68 |
<td height="10" colspan="2"></td> |
|
69 |
</tr> |
|
70 |
</table> |
|
71 |
</form> |
|
72 |
|
|
73 |
<center> |
|
74 |
<a href="{FORGOTTEN_DETAILS_APP}">{TEXT_FORGOTTEN_DETAILS}</a> |
|
75 |
<br /> |
|
76 |
<br /> |
|
77 |
<br /> |
|
78 |
<a href="{WB_URL}/">{TEXT_HOME}</a> |
|
79 |
</center> |
|
80 |
|
|
81 |
</td> |
|
82 |
</tr> |
|
83 |
</table> |
|
84 |
|
|
85 |
<table summary="" cellpadding="0" cellspacing="0" border="0" width="100%" style="padding: 10px 0px 10px 0px;"> |
|
86 |
<tr> |
|
87 |
<td style="font-size:12px;text-align:center;"> |
|
88 |
<!-- Please note: the below reference to the GNU GPL should not be removed, as it provides a link for users to read about warranty, etc. --> |
|
89 |
<a href="http://www.websitebaker2.org/" title="external">WebsiteBaker</a> is released under the |
|
90 |
<a href="http://www.gnu.org/licenses/gpl.html" title="WebsiteBaker is released under the GNU General Public License">GNU General Public License</a> |
|
91 |
<!-- Please note: the above reference to the GNU GPL should not be removed, as it provides a link for users to read about warranty, etc. --> |
|
92 |
</td> |
|
93 |
</tr> |
|
94 |
</table> |
|
95 |
|
|
96 |
</body> |
|
97 |
</html> |
|
98 |
<!-- END mainBlock --> |
branches/2.8.x/wb/admin/themes/templates/index.php | ||
---|---|---|
1 |
<?php |
|
2 |
/** |
|
3 |
* $Id$ |
|
4 |
* Website Baker theme: argos_theme |
|
5 |
* This theme is the default WB backend Theme |
|
6 |
* Feel free to modify or build up on this template. |
|
7 |
* |
|
8 |
* This file defines the template variables required by Website Baker. |
|
9 |
* |
|
10 |
* LICENSE: GNU General Public License |
|
11 |
* |
|
12 |
* @author Jurgen Nijhuis (Argos Media) & Ruud Eisinga |
|
13 |
* @copyright GNU General Public License |
|
14 |
* @license http://www.gnu.org/licenses/gpl.html |
|
15 |
* @version 1.1 |
|
16 |
* @platform Website Baker 2.8 |
|
17 |
* |
|
18 |
* Website Baker is free software; you can redistribute it and/or modify |
|
19 |
* it under the terms of the GNU General Public License as published by |
|
20 |
* the Free Software Foundation; either version 2 of the License, or |
|
21 |
* (at your option) any later version. |
|
22 |
* |
|
23 |
* Website Baker is distributed in the hope that it will be useful, |
|
24 |
* but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
25 |
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
26 |
* GNU General Public License for more details. |
|
27 |
*/ |
|
28 |
|
|
29 |
// prevent directory listing |
|
30 |
header('Location: ../../../index.php'); |
|
31 |
|
|
32 |
?> |
|
33 | 0 |
branches/2.8.x/wb/admin/themes/templates/pages_settings.htt | ||
---|---|---|
1 |
<!-- BEGIN main_block --> |
|
2 |
|
|
3 |
<script src="{ADMIN_URL}/pages/page_settings.js" type="text/javascript"></script> |
|
4 |
|
|
5 |
<table summary="" cellpadding="5" cellspacing="0" border="0" align="center" width="100%" style="margin-bottom:10px;"> |
|
6 |
<tr style="background:#f0f0f0;"> |
|
7 |
<td valign="middle" align="left"><h2>{HEADING_MODIFY_PAGE_SETTINGS}</h2></td> |
|
8 |
<td nowrap="nowrap">ID: {PAGE_ID}</td> |
|
9 |
<td align="right"> |
|
10 |
{TEXT_CURRENT_PAGE}: |
|
11 |
<b>{PAGE_TITLE}</b> |
|
12 |
- |
|
13 |
<a href="{ADMIN_URL}/pages/modify.php?page_id={PAGE_IDKEY}">{TEXT_MODIFY_PAGE}</a> |
|
14 |
<font style="{DISPLAY_MANAGE_SECTIONS}">-</font> |
|
15 |
<a href="{ADMIN_URL}/pages/sections.php?page_id={PAGE_IDKEY}" style="{DISPLAY_MANAGE_SECTIONS}">{TEXT_MANAGE_SECTIONS}</a> |
|
16 |
<br /> |
|
17 |
<font style="color:#999;" class="{DISPLAY_MODIFIED}"> |
|
18 |
{LAST_MODIFIED} {MODIFIED_BY} ({MODIFIED_BY_USERNAME}), {MODIFIED_WHEN} |
|
19 |
</font> |
|
20 |
</td> |
|
21 |
</tr> |
|
22 |
</table> |
|
23 |
|
|
24 |
<form name="settings" action="settings2.php" method="post"> |
|
25 |
{FTAN} |
|
26 |
<input type="hidden" name="page_id" value="{PAGE_ID}" /> |
|
27 |
<table summary="" cellpadding="2" cellspacing="0" border="0" width="100%" align="center"> |
|
28 |
<tr> |
|
29 |
<td width="100" height="20">{TEXT_PAGE_TITLE}:</td> |
|
30 |
<td width="240" height="20"> |
|
31 |
<input type="text" name="page_title" value="{PAGE_TITLE}" style="width: 232px;" /> |
|
32 |
</td> |
|
33 |
<td rowspan="10" valign="top" style="padding-left: 20px; padding-top: 8px;"> |
|
34 |
{TEXT_ADMINISTRATORS}: |
|
35 |
<ul style="list-style-type: none; margin: 0; padding: 0;"> |
|
36 |
<!-- BEGIN group_list_block --> |
|
37 |
<li> |
|
38 |
<input type="checkbox" name="admin_groups[]" id="admin_group_{ID}" value="{ID}"{CHECKED}{DISABLED} /> |
|
39 |
<label for="admin_group_{TOGGLE}">{NAME}</label> |
|
40 |
</li> |
|
41 |
<!-- END group_list_block --> |
|
42 |
</ul> |
|
43 |
</td> |
|
44 |
<td rowspan="10" valign="top" style="padding:8px 0 0 20px;"> |
|
45 |
<div id="allowed_viewers" style="{DISPLAY_VIEWERS}"> |
|
46 |
{TEXT_ALLOWED_VIEWERS}: |
|
47 |
<ul style="list-style-type:none;margin:0;padding:0;"> |
|
48 |
<!-- BEGIN group_list_block2 --> |
|
49 |
<li> |
|
50 |
<input type="checkbox" name="viewing_groups[]" id="viewing_group_{ID}" value="{ID}"{CHECKED}{DISABLED} /> |
|
51 |
<label for="viewing_group_{TOGGLE}">{NAME}</label> |
|
52 |
</li> |
|
53 |
<!-- END group_list_block2 --> |
|
54 |
</ul> |
|
55 |
</div> |
|
56 |
</td> |
|
57 |
</tr> |
|
58 |
<tr> |
|
59 |
<td width="100" height="20">{TEXT_MENU_TITLE}:</td> |
|
60 |
<td width="240" height="20"> |
|
61 |
<input type="text" name="menu_title" value="{MENU_TITLE}" style="width: 232px;" /> |
|
62 |
</td> |
|
63 |
</tr> |
|
64 |
<tr> |
|
65 |
<td width="100">{TEXT_PARENT}:</td> |
|
66 |
<td width="240"> |
|
67 |
<select name="parent" style="width: 240px;" onchange="return disabled_hack_for_ie(this);"> |
|
68 |
<!-- BEGIN page_list_block2 --> |
|
69 |
<option value="{ID}"{SELECTED} style="background: {FLAG_ROOT_ICON} no-repeat center left; padding-left: 20px;">{TITLE}</option> |
|
70 |
<!-- END page_list_block2 --> |
|
71 |
</select> |
|
72 |
</td> |
|
73 |
</tr> |
|
74 |
<tr> |
|
75 |
<td width="100">{TEXT_VISIBILITY}:</td> |
|
76 |
<td width="240"> |
|
77 |
<select name="visibility" onchange="javascript: toggle_viewers();" style="width: 240px;"> |
|
78 |
<option value="public"{PUBLIC_SELECTED}>{TEXT_PUBLIC}</option> |
|
79 |
<option value="private"{PRIVATE_SELECTED}>{TEXT_PRIVATE}</option> |
|
80 |
<option value="registered"{REGISTERED_SELECTED}>{TEXT_REGISTERED}</option> |
|
81 |
<option value="hidden"{HIDDEN_SELECTED}>{TEXT_HIDDEN}</option> |
|
82 |
<option value="none"{NO_VIS_SELECTED}>{TEXT_NONE}</option> |
|
83 |
</select> |
|
84 |
</td> |
|
85 |
</tr> |
|
86 |
<tr> |
|
87 |
<td width="100" valign="top">{TEXT_DESCRIPTION}:</td> |
|
88 |
<td> |
|
89 |
<textarea name="description" rows="10" cols="1" style="width:236px;height:50px;">{DESCRIPTION}</textarea> |
|
90 |
</td> |
|
91 |
</tr> |
|
92 |
<tr> |
|
93 |
<td width="100" valign="top">{TEXT_KEYWORDS}:</td> |
|
94 |
<td> |
|
95 |
<textarea name="keywords" rows="10" cols="1" style="width:236px;height:50px;">{KEYWORDS}</textarea> |
|
96 |
</td> |
|
97 |
</tr> |
|
98 |
<tr> |
|
99 |
<td> |
|
100 |
{TEXT_TARGET}: |
|
101 |
</td> |
|
102 |
<td> |
|
103 |
<select name="target" style="width: 240px;" ><!-- value="{TARGET}" --> |
|
104 |
<option value="_blank"{BLANK_SELECTED}>{TEXT_NEW_WINDOW}</option> |
|
105 |
<option value="_self"{SELF_SELECTED}>{TEXT_SAME_WINDOW}</option> |
|
106 |
<option value="_top"{TOP_SELECTED}>{TEXT_TOP_FRAME}</option> |
|
107 |
</select> |
|
108 |
</td> |
|
109 |
</tr> |
|
110 |
<tr> |
|
111 |
<td width="100">{TEXT_TEMPLATE}:</td> |
|
112 |
<td width="240"> |
|
113 |
<select name="template" style="width: 240px;"> |
|
114 |
<option value="">{TEXT_SYSTEM_DEFAULT}</option> |
|
115 |
<option value="">----------------------</option> |
|
116 |
<!-- BEGIN template_list_block --> |
|
117 |
<option value="{VALUE}"{SELECTED}>{NAME}</option> |
|
118 |
<!-- END template_list_block --> |
|
119 |
</select> |
|
120 |
</td> |
|
121 |
</tr> |
|
122 |
<tr style="{DISPLAY_MENU_LIST}"> |
|
123 |
<td width="100">{TEXT_MENU}:</td> |
|
124 |
<td width="240"> |
|
125 |
<select name="menu" style="width: 240px;"> |
|
126 |
<!-- BEGIN menu_list_block --> |
|
127 |
<option value="{VALUE}"{SELECTED}>{NAME}</option> |
|
128 |
<!-- END menu_list_block --> |
|
129 |
</select> |
|
130 |
</td> |
|
131 |
</tr> |
|
132 |
<tr style="{DISPLAY_LANGUAGE_LIST}"> |
|
133 |
<td width="100">{TEXT_LANGUAGE}:</td> |
|
134 |
<td width="240"> |
|
135 |
<select name="language" style="width: 240px;"> |
|
136 |
<!-- BEGIN language_list_block --> |
|
137 |
<option value="{VALUE}"{SELECTED} style="background: {FLAG_LANG_ICONS} no-repeat center left; padding-left: 20px;">{NAME}</option> |
|
138 |
<!-- END language_list_block --> |
|
139 |
</select> |
|
140 |
</td> |
|
141 |
</tr> |
|
142 |
<!-- insert page_code 20090904--> |
|
143 |
<tr{DISPLAY_CODE_PAGE_LIST}> |
|
144 |
<td width="100">{TEXT_PAGE_CODE}:</td> |
|
145 |
<td class="list_page_code"> |
|
146 |
<select name="page_code" class="value_page_code"> |
|
147 |
<!-- BEGIN page_code_list_block --> |
|
148 |
<option value="{VALUE}"{SELECTED} style="background: {FLAG_CODE_ICON} no-repeat center left; padding-left: 20px;"> {PAGE_VALUE}</option> |
|
149 |
<!-- END page_code_list_block --> |
|
150 |
</select> |
|
151 |
</td> |
|
152 |
</tr> |
|
153 |
<!-- page code --> |
|
154 |
<tr> |
|
155 |
<td width="100">{TEXT_SEARCHING}:</td> |
|
156 |
<td width="240"> |
|
157 |
<select name="searching" style="width: 240px;"> |
|
158 |
<option value="1">{TEXT_ENABLED}</option> |
|
159 |
<option value="0"{SEARCHING_DISABLED}>{TEXT_DISABLED}</option> |
|
160 |
</select> |
|
161 |
</td> |
|
162 |
</tr> |
|
163 |
<tr> |
|
164 |
<td width="100"> </td> |
|
165 |
<td colspan="4"> |
|
166 |
<input type="submit" name="submit" value="{TEXT_SAVE} {SECTION_SETTINGS}" style="width: 117px;" /> |
|
167 |
<input type="reset" name="reset" value="{TEXT_RESET}" style="width: 117px;" /> |
|
168 |
</td> |
|
169 |
</tr> |
|
170 |
<tr> |
|
171 |
<td> </td> |
|
172 |
<td> </td> |
|
173 |
</tr> |
|
174 |
</table> |
|
175 |
|
|
176 |
</form> |
|
177 |
|
|
178 |
<!-- END main_block --> |
branches/2.8.x/wb/admin/themes/templates/start.htt | ||
---|---|---|
1 |
<!-- BEGIN main_block --> |
|
2 |
|
|
3 |
<table summary="" cellpadding="0" cellspacing="0" border="0" width="99%" align="center"> |
|
4 |
<tr> |
|
5 |
<td colspan="3">{WELCOME_MESSAGE}. {CURRENT_USER} {DISPLAY_NAME}. </td> |
|
6 |
</tr> |
|
7 |
<tr style="{DISPLAY_WARNING};"> |
|
8 |
<td colspan="3" align="center" style="color: #FF0000; font-weight: bold;">{WARNING}</td> |
|
9 |
</tr> |
|
10 |
<tr> |
|
11 |
<td align="center" valign="top" width="49%"> |
Also available in: Unified diff
+ move admin/themes/templates/ to admin/skel/themes/htt/
! and update class.wb.php, upgrade-script.php