Revision 1708
Added by Dietmar about 12 years ago
branches/2.8.x/CHANGELOG | ||
---|---|---|
13 | 13 |
|
14 | 14 |
|
15 | 15 |
|
16 |
29 Aug-2012 Build 1708 Dietmar Woellbrink (Luisehahne) |
|
17 |
! update folder templates/wb_theme, templates/argos_theme,admin/skel/htt |
|
18 |
! add new icons, recoded css |
|
16 | 19 |
29 Aug-2012 Build 1707 Dietmar Woellbrink (Luisehahne) |
17 | 20 |
! update folder admin/pages, admin/skel/htt |
18 | 21 |
! change multi-dimensional arrays (variables) to similar arrays |
branches/2.8.x/wb/admin/skel/themes/htt/message.htt | ||
---|---|---|
1 | 1 |
<!-- BEGIN main_block --> |
2 |
<div id="{ID}" class="mbox curved mbox-icon16{BOX_STATUS}" style="background-image: url({THEME_URL}/icons/{STATUS}_16.png)"> |
|
2 |
<div id="{ID}" class="mbox curved mbox-icon16{BOX_STATUS} warning rounded" style="background-image: url({THEME_URL}/icons/{STATUS}_16.png)">
|
|
3 | 3 |
<div><!-- class="big"> --> |
4 | 4 |
{MESSAGE} |
5 | 5 |
</div> |
branches/2.8.x/wb/admin/skel/themes/htt/footer.htt | ||
---|---|---|
1 | 1 |
<!-- BEGIN footer_block --> |
2 |
</td>
|
|
3 |
</tr>
|
|
4 |
</table>
|
|
2 |
</div>
|
|
3 |
</div>
|
|
4 |
</div>
|
|
5 | 5 |
|
6 |
<table class="footer" summary="" cellpadding="0" cellspacing="0" border="0"> |
|
6 |
<table class="footer"> |
|
7 |
<tbody> |
|
7 | 8 |
<tr> |
8 |
<td style="font-size: 12px; text-align:center;">
|
|
9 |
<td> |
|
9 | 10 |
<!-- 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 | 11 |
<a href="http://www.websitebaker2.org/" title="external">WebsiteBaker</a> is released under the |
11 | 12 |
<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 | 13 |
<!-- 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 | 14 |
</td> |
14 | 15 |
</tr> |
16 |
</tbody> |
|
15 | 17 |
</table> |
16 | 18 |
<!-- BEGIN show_debug_block --> |
17 | 19 |
<div class="mbox dev-info"> |
18 | 20 |
<div style="text-align:left; width: auto;"> |
19 | 21 |
<span class="">Memory Limit: {FILESIZE} | </span> |
20 | 22 |
<span class="">Used Memory: {MEMORY} | </span> |
21 |
<span class="">SQL-Queries executed: {QUERIES} | </span> |
|
23 |
<span class="">Script loaded in: {PAGE_LOAD_TIME} Sec | </span> |
|
24 |
<span class="">{QUERIES} SQL-Queries executed | </span> |
|
25 |
<span class="">{CLASSES} declared classes | </span> |
|
22 | 26 |
<span class="">Summary size of {INCLUDES} included files: {SUM_FILESIZE}</span> |
23 | 27 |
<!-- BEGIN show_block_list --> |
24 |
<ul style="margin-left: 27px; margin-top: 0;"> |
|
28 |
<br /><ul style="margin-left: 27px; margin-top: 0;">
|
|
25 | 29 |
<!-- BEGIN include_block_list --> |
26 | 30 |
<li style="color: #336699; list-style:decimal-leading-zero;">{INCLUDES_ARRAY} ({FILESIZE})</li> |
27 | 31 |
<!-- END include_block_list --> |
branches/2.8.x/wb/admin/skel/themes/htt/warning.html | ||
---|---|---|
10 | 10 |
} |
11 | 11 |
body { |
12 | 12 |
margin: 0px; |
13 |
background: #A8BCCB url(../images/background.png) ;
|
|
13 |
background: #A8BCCB none ;
|
|
14 | 14 |
background-repeat:repeat-x; |
15 | 15 |
} |
16 | 16 |
a:link, a:visited, a:active { |
branches/2.8.x/wb/admin/skel/themes/htt/header.htt | ||
---|---|---|
2 | 2 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
3 | 3 |
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> |
4 | 4 |
<head> |
5 |
<title>{WEBSITE_TITLE} >> {TEXT_ADMINISTRATION} - {SECTION_NAME}</title>
|
|
5 |
<title>{WEBSITE_TITLE} - {TEXT_ADMINISTRATION} - {SECTION_NAME}</title>
|
|
6 | 6 |
<meta http-equiv="content-type" content="text/html; charset={CHARSET}" /> |
7 | 7 |
<meta http-equiv="content-language" content="{LANGUAGE}" /> |
8 | 8 |
<meta name="description" content="{TEXT_ADMINISTRATION}" /> |
... | ... | |
10 | 10 |
<meta name="author" content="WebsiteBaker Org e.V." /> |
11 | 11 |
<meta http-equiv="Content-Encoding" content="gzip" /> |
12 | 12 |
<meta http-equiv="Accept-Encoding" content="gzip, deflate" /> |
13 |
<link href="{THEME_URL}/normalize.css" rel="stylesheet" type="text/css" />
|
|
14 |
<link href="{THEME_URL}/theme.css" rel="stylesheet" type="text/css" />
|
|
13 |
<link href="{THEME_URL}/css/screen.css" rel="stylesheet" type="text/css" />
|
|
14 |
<link href="{THEME_URL}/css/{STYLE}.css" rel="stylesheet" type="text/css" />
|
|
15 | 15 |
{BACKEND_MODULE_CSS} |
16 | 16 |
<script type="text/javascript"> |
17 | 17 |
var WB_URL = '{WB_URL}'; |
18 | 18 |
var THEME_URL = '{THEME_URL}'; |
19 | 19 |
var ADMIN_URL = '{ADMIN_URL}'; |
20 | 20 |
</script> |
21 |
<script type="text/javascript"> |
|
22 |
function confirm_link(message, url) { |
|
23 |
if(confirm(message)) location.href = url; |
|
24 |
} |
|
25 |
</script> |
|
21 | 26 |
<script src="{WB_URL}/include/jquery/jquery-min.js" type="text/javascript"></script> |
22 | 27 |
<script src="{WB_URL}/include/jquery/jquery-insert.js" type="text/javascript"></script> |
23 | 28 |
<script src="{WB_URL}/include/jquery/jquery-include.js" type="text/javascript"></script> |
24 | 29 |
<!--[if lt IE 7]><script type="text/javascript" src="{WB_URL}/include/jquery/plugins/jquery-pngFix.js"></script><![endif]--> |
25 | 30 |
<script src="{THEME_URL}/jquery/jquery-plugins.js" type="text/javascript"></script> |
26 | 31 |
{BACKEND_MODULE_JS} |
27 |
<script type="text/javascript"> |
|
28 |
function confirm_link(message, url) { |
|
29 |
if(confirm(message)) location.href = url; |
|
30 |
} |
|
31 |
|
|
32 |
</script> |
|
33 | 32 |
</head> |
34 |
<body> |
|
33 |
<body lang="{LANGUAGE}" > |
|
34 |
<div id="overDiv" style="position:absolute; visibility:hidden; z-index:1000;"></div> |
|
35 | 35 |
<div class="main"> |
36 | 36 |
|
37 |
<table summary="" class="header layout">
|
|
37 |
<table class="header layout"> |
|
38 | 38 |
<tr> |
39 | 39 |
<td class="logo"> |
40 |
<a href="{ADMIN_URL}" title="{TITLE_START}"><img src="{THEME_URL}/images/logo.png" border="0" alt="Logo" /></a>
|
|
40 |
<a href="{ADMIN_URL}" title="{TITLE_START}"><img src="{THEME_URL}/images/logo.png" alt="Logo" /></a> |
|
41 | 41 |
</td> |
42 |
<td class="topnav"> |
|
43 |
<a href="{ADMIN_URL}" title="{TITLE_START}"><img src="{THEME_URL}/images/home.png" border="0" alt="{TITLE_START}" /></a> |
|
44 |
<a href="{URL_VIEW}" target="_blank" title="{TITLE_VIEW}"><img src="{THEME_URL}/images/view.png" border="0" alt="{WB_URL}" /></a> |
|
45 |
<a href="{URL_HELP}" target="_blank" title="{TITLE_HELP}"><img src="{THEME_URL}/images/help.png" border="0" alt="{TITLE_HELP}" /></a> |
|
46 |
<a href="{ADMIN_URL}/logout" title="{TITLE_LOGOUT}"><img src="{THEME_URL}/images/dl.png" border="0" alt="{TITLE_LOGOUT}" /></a> |
|
47 |
</td> |
|
48 |
<td class="version"> |
|
49 |
Version {VERSION} {SP}<br /> |
|
50 |
Revision {REVISION} |
|
42 |
<td></td> |
|
43 |
<td class="topnav {LOGIN_DISPLAY_NONE}"> |
|
44 |
<span><a href="{ADMIN_URL}" title="{TITLE_START}"><img src="{THEME_URL}/images/{START_ICON}.png" alt="{TITLE_START}" /></a></span> |
|
45 |
<a href="{URL_VIEW}" target="_blank" title="{TITLE_VIEW}"><img src="{THEME_URL}/images/view.png" alt="{WB_URL}" /></a> |
|
46 |
<a href="{URL_HELP}" target="_blank" title="{TITLE_HELP}"><img src="{THEME_URL}/images/help.png" alt="{TITLE_HELP}" /></a> |
|
47 |
<a href="{LOGIN_LINK}" title="{TITLE_LOGOUT}"><img src="{THEME_URL}/images/{LOGIN_ICON}.png" alt="{TITLE_LOGOUT}" /></a> |
|
51 | 48 |
</td> |
49 |
<td></td> |
|
50 |
<td class="version {LOGIN_DISPLAY_NONE}"> |
|
51 |
Version {VERSION} {SP}<br /> |
|
52 |
Revision {REVISION} |
|
53 |
</td> |
|
52 | 54 |
</tr> |
53 | 55 |
</table> |
54 | 56 |
|
55 |
<table summary="" class="container">
|
|
56 |
<tr> |
|
57 |
<td>
|
|
58 |
<div class="hmenu">
|
|
59 |
<ul>
|
|
60 |
<!-- BEGIN linkBlock -->
|
|
61 |
<li class="{CLASS}"><a class="{CLASS}" href="{LINK}">{TITLE}</a></li>
|
|
62 |
<!-- END linkBlock -->
|
|
57 |
<div class="table">
|
|
58 |
|
|
59 |
<div class="hmenu {LOGIN_DISPLAY_NONE}">
|
|
60 |
<ul>
|
|
61 |
<!-- BEGIN linkBlock -->
|
|
62 |
<li class="{CLASS}"><a class="{CLASS}" href="{LINK}">{TITLE}</a></li>
|
|
63 |
<!-- END linkBlock -->
|
|
64 |
<li> </li>
|
|
63 | 65 |
</ul> |
64 |
</div> |
|
65 |
</td> |
|
66 |
</tr> |
|
67 |
<tr> |
|
68 |
<td class="content"> |
|
66 |
</div> |
|
67 |
|
|
68 |
<div class="td"> |
|
69 |
<div class="content"> |
|
69 | 70 |
<!-- END header_block --> |
branches/2.8.x/wb/admin/interface/version.php | ||
---|---|---|
51 | 51 |
|
52 | 52 |
// check if defined to avoid errors during installation (redirect to admin panel fails if PHP error/warnings are enabled) |
53 | 53 |
if(!defined('VERSION')) define('VERSION', '2.8.3'); |
54 |
if(!defined('REVISION')) define('REVISION', '1707');
|
|
54 |
if(!defined('REVISION')) define('REVISION', '1708');
|
|
55 | 55 |
if(!defined('SP')) define('SP', ''); |
branches/2.8.x/wb/templates/wb_theme/css/addons.css | ||
---|---|---|
1 |
h2 { color :#003399; margin :1px auto; font-size :110%; font-weight :bold; } |
|
2 |
table td a { font-weight :bold; } |
|
3 |
b { color :#999999; } |
|
4 |
i { font-weight :bold; } |
|
0 | 5 |
branches/2.8.x/wb/templates/wb_theme/css/login.css | ||
---|---|---|
1 |
div.main .table { width :70%; overflow :hidden; border-radius :10px; -khtml-border-radius :10px; -webkit-border-radius :10px; -moz-border-radius :10px; -moz-box-shadow :5px 5px 5px rgba(68,68,68,0.6); -webkit-box-shadow :5px 5px 5px rgba(68,68,68,0.6); box-shadow :5px 5px 5px rgba(68,68,68,0.6); zoom :1; } |
|
2 |
table.header { width :70%; } |
|
3 |
.td, |
|
4 |
.content { padding :0; } |
|
5 |
.login_box { border :none; } |
|
6 |
.login_box a { text-decoration :none; } |
|
7 |
.login_box a:hover { text-decoration :underline; color :#3366ff; } |
|
8 |
form.settings_table { overflow :visible; margin :0; padding :0; } |
|
9 |
form.settings_table fieldset { border :1px none #eeeeee; display :block; margin :0; padding :0; } |
|
10 |
legend.settings_table, form.settings_table legend { background :#336699 url(../images/menu.png) repeat-x center; border :medium none; color :#ffffff; font-size :140%; height :25px; margin :0 auto auto -7px!important; padding :10px 0 0 10px; width :100%; text-align :left; } |
|
0 | 11 |
branches/2.8.x/wb/templates/wb_theme/css/start.css | ||
---|---|---|
1 |
|
|
0 | 2 |
branches/2.8.x/wb/templates/wb_theme/css/media.css | ||
---|---|---|
1 |
h2 { |
|
2 |
font-weight :normal; |
|
3 |
color :#006699; |
|
4 |
} |
|
5 |
.help { color : #557c9e; } |
|
0 | 6 |
branches/2.8.x/wb/templates/wb_theme/css/screen.css | ||
---|---|---|
1 |
* html body * { overflow :visible; } |
|
2 |
* html div { height :1em; /* Workaround gegen den 3-Pixel-Bug des Internet Explorers 6 */ } |
|
3 |
html{ font-family :Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif; font-size :100.1%; font-weight :normal; color :#333333; overflow :auto; overflow-y :scroll; } |
|
4 |
body{ margin :0 auto; padding :0px; background :#a8bccb; text-align :left; font-size :0.8em; } |
|
5 |
/* */ |
|
6 |
div.main { border :0px none #666666; margin :0px auto 1em auto; min-width :60em; max-width :90em; font-size :1.0em; padding :4px; width : 85%; overflow :hidden; } |
|
7 |
.td { clear :both; font-size :1.0em; margin :0 auto; text-align :center; width :100%; } |
|
8 |
div.main .table { background :url(../images/bgtitle.png) #ffffff repeat-x; margin :0 auto; width :100%; } |
|
9 |
.wrapper { position :relative; display :block; overflow :auto; width :inherit; } |
|
10 |
.content { padding :10px; text-align :left; overflow :hidden; } |
|
11 |
img { border :none; } |
|
12 |
.input_small { width :20px; } |
|
13 |
.input_narrow { width :100px; } |
|
14 |
.input_normal { width :110px; } |
|
15 |
.input_medium { width :150px; } |
|
16 |
.input_wide { width :200px; } |
|
17 |
.input_large { width :300px; } |
|
18 |
.input_full { width :100%; } |
|
19 |
/* */ |
|
20 |
table { border-collapse :separate; width :100%; } |
|
21 |
table.layout { table-layout :auto; } |
|
22 |
table.header { margin :auto; width :100%; } |
|
23 |
table.header td { min-width :10%; } |
|
24 |
table.header td.logo { padding-right :20px; width :278px; } |
|
25 |
table.header td.version { float :right; margin :15px auto; text-align :right; min-width :100px; white-space :nowrap; } |
|
26 |
table.header td.topnav { margin :0 auto; padding-top :1em; text-align :center; min-width :200px; white-space :nowrap; } |
|
27 |
table td a { text-decoration :none; display :inline; } |
|
28 |
table td a:hover { color :#3366ff; text-decoration :underline; } |
|
29 |
/* header horizontal navigation */ |
|
30 |
div.hmenu { background :#486991 url(../images/menu.png) repeat-x center; line-height :32px; margin :0px auto; font-size :1em; float :left; width :100%; } |
|
31 |
div.hmenu ul { color :#ffffff; margin :0px auto; display :block; padding :0; list-style-position :outside; } |
|
32 |
div.hmenu * a { color :#ffffff; text-decoration :none; } |
|
33 |
div.hmenu ul li { color :#ffffff; display :inline; padding :10px 0px; } |
|
34 |
div.hmenu ul li a { color :#ffffff; display :inline; height :2em; padding :7px 5px; font-weight :bold; background :transparent; } |
|
35 |
div.hmenu ul li a.active, |
|
36 |
div.hmenu ul li a.current { color :#ffffff; background :transparent url(../images/menuo.png) repeat-x center; } |
|
37 |
div.hmenu ul li:hover, |
|
38 |
div.hmenu ul li a:hover { color :#ffff99; background :transparent url(../images/menuo.png) repeat-x center; } |
|
39 |
/* */ |
|
40 |
table.footer { margin :1em auto; width :100%; } |
|
41 |
table.footer fieldset { background :#a8bccb; margin :0.5em auto; text-align :center; } |
|
42 |
table.footer a { text-decoration :none; } |
|
43 |
table.footer a:hover { color :#3366ff; text-decoration :underline; } |
|
44 |
table.footer tbody tr td { font-size :1em; text-align :center; } |
|
45 |
/* clearing */ |
|
46 |
.clear:after { clear :both; content :"."; display :block; font-size :0; height :0; visibility :hidden; } |
|
47 |
.clear { clear :both; display :block; } |
|
48 |
.ie-clearing { display :none; } |
|
49 |
.floatbox { overflow :hidden; } |
|
50 |
.spacer { line-height :1em; margin-right :0.5em; position :relative; } |
|
51 |
/* ************************************************************************** */ |
|
52 |
/* DIV-mbox to show selector or simply content only ************************* */ |
|
53 |
div.mbox { padding :10px; margin :15px auto; background-color :#ffffff; color :#330033; font-size :1em; display :block; } |
|
54 |
div.mbox div { } |
|
55 |
div.mbox div a { font-size :1em; color :#0052a1; } |
|
56 |
div.mbox div a:hover { color :#0099ff; } |
|
57 |
div.mbox div p.title { margin :0; padding :0.08em 0 0.6em 0; font-size :110%; color :#0052a1; font-weight :bold; } |
|
58 |
div.mbox div p { margin :0; padding :0 0 0.6em 0; } |
|
59 |
div.mbox:hover { } |
|
60 |
/* extension for mbox to show additional icons on left side ***************** */ |
|
61 |
div.mbox-icon { background-repeat :no-repeat; background-image :url(icons/info_50.png); background-position :15px 50%; padding :15px; min-height :25px; } |
|
62 |
div.mbox-icon div { margin-left :70px; border-left :0px outset; padding-left :5px; } |
|
63 |
div.mbox-icon16 { background-repeat :no-repeat; background-image :url(icons/info_16.png); background-position :5px 50%; padding :5px; min-height :10px; } |
|
64 |
div.mbox-icon16 div { margin-left :30px; border-left :4px outset; padding-left :5px; } |
|
65 |
/* coloring of the mbox and other boxes also ******************************** */ |
|
66 |
div.box-ok { border-color :#008000; color :#008000; } |
|
67 |
div.box-error { border-color :#ff0000; color :#ff0000; } |
|
68 |
div.box-info { border-color :#bb7a00; color :#003ff2; } |
|
69 |
div.box-warning { border-color :#ffa500; color :#ffa500; } |
|
70 |
/* Border attributes for mbox and other elements also *********************** */ |
|
71 |
/* label/input attributes for mbox for tableless design *********************** */ |
|
72 |
div.mbox label, |
|
73 |
div.mbox select, |
|
74 |
div.mbox span, |
|
75 |
div.mbox textarea, |
|
76 |
div.mbox input { display :block; float :left; margin :3px auto; } |
|
77 |
div.mbox label { padding-right : 5px; } |
|
78 |
div.mbox br { clear :both; } |
|
79 |
div.mbox span { white-space :nowrap; } |
|
80 |
div.mbox [type="radio"], |
|
81 |
div.mbox [type="checkbox"] { width : 1.5em; } |
|
82 |
/**/ |
|
83 |
div.mbox label.radio { text-align :left; padding-right :20px; width :100px; } |
|
84 |
/* END of mbox - definition ************************************************* */ |
|
85 |
/* ************************************************************************** */ |
|
86 |
div.mbox input [type="checkbox"] { width :2.5em; } |
|
87 |
div.mbox.dev-info { background :#dddddd; font-size :0.9em; overflow :auto; height :auto; white-space :normal; margin :0 auto 3em; position :relative; } |
|
88 |
div.mbox.dev-info div span { margin-bottom :1px; } |
|
89 |
/* */ |
|
90 |
.msg-box { background :#e5ffe6; border :0.2em #009900 solid; color :#336600; margin-bottom :1em; padding :0.63em; text-align : left; } |
|
91 |
.error-box { background :#ffeeee; border :0.2em #884444 solid; color :#440000; margin-bottom :1em; padding :0.63em; text-align :center; } |
|
92 |
.msg-box p, |
|
93 |
.error-box p { font-size :120%; } |
|
94 |
/* */ |
|
95 |
.cleft { float :left; } |
|
96 |
.cright { float :right; } |
|
97 |
.center{ text-align :center; } |
|
98 |
.hidden { visibility :hidden; } |
|
99 |
.left{ text-align :left; } |
|
100 |
.hide, .none { display :none; height :0; } |
|
101 |
#hide1, #hide2, #hide3 { display :none; } |
|
102 |
.right{ text-align :right; } |
|
103 |
.rBold{ text-align :right; font-weight :bold; } |
|
104 |
.bold{ font-weight :bold; } |
|
105 |
.grey { color :#999999; } |
|
106 |
.row_0 { background-color :#fff; } |
|
107 |
.row_1 { background-color :#eee; } |
|
108 |
.rounded { border-radius :10px; -khtml-border-radius :10px; -webkit-border-radius :10px; -moz-border-radius :10px; } |
|
109 |
.shadow { box-shadow :3px 3px 10px rgba(0, 0, 0, 0.6); } |
|
110 |
.shadow1 { margin :40px; background-color :rgb(68,68,68); /* Needed for IEs */ -moz-box-shadow :5px 5px 5px rgba(68,68,68,0.6); -webkit-box-shadow :5px 5px 5px rgba(68,68,68,0.6); box-shadow :5px 5px 5px rgba(68,68,68,0.6); zoom :1; } |
|
111 |
.gradient1 { background-color :#ababab; background-image :-moz-linear-gradient(90deg, #ababab, #00001c 33px); background-image :-webkit-linear-gradient(90deg, #ababab, #00001c 33px); background-image :-o-linear-gradient(90deg, #ababab, #00001c 33px); background-image :-ms-linear-gradient(90deg, #ababab, #00001c 33px); background-image :linear-gradient(90deg, #ababab, #00001c 33px); } |
|
112 |
/* set div layers in dead tables */ |
|
113 |
.info { padding :10px; margin-bottom :0.5em; background :#f8f8f8; color :#666666; font-size :91.7%; } |
|
114 |
.note { border :2px #448844 solid; padding :10px; margin :10px auto; background :#eeffee; color :#004400; } |
|
115 |
.important { border :2px #888844 solid; padding :10px; margin-bottom :1em; background :#ffffee; color :#444400; } |
|
116 |
.warning { border :2px #884444 solid; padding :10px; margin-bottom :1em; background :#ffeeee; color :#440000; } |
|
117 |
.section { background-color :#FDFDFD; border :1px solid #999999; font-size :0.9em; height :85px; margin :5px; padding :0; width :98%; } |
|
118 |
.graphic { border :4px solid #FDFDFD; height :50px; padding-left :3px; width :50px; } |
|
119 |
.graphic img { background-color :#FFFFFF; border :1px solid #D0D0D0; padding :4px; vertical-align :middle; width :50px; height :50px; } |
|
120 |
.description { padding :4px 0 0; text-align :left; } |
|
121 |
.title { text-align :left; padding :4px 5px 0px 3px; font-weight :bold; font-size :1.2em; margin-bottom :5px; } |
|
122 |
span.title { display :block; } |
|
123 |
.tool_table td { text-align :left; vertical-align :top; } |
|
124 |
.tool_table ul { margin :0; padding :0; margin-left :20px; margin-bottom :2px; } |
|
125 |
.tool_table li { padding :1px; list-style-type :disc; } |
|
126 |
/* new tablelayout without table attribute */ |
|
127 |
form.settings_table { border :1px none #eeee; font-family :verdana,arial,helvetica,sans-serif; margin :5px auto; padding :5px; } |
|
128 |
form.settings_table fieldset { border :1px none #eeeeee; display :block; line-height :1.0em; margin-bottom :1px; padding :3px 0px 3px 0px; } |
|
129 |
form input[type="file"] { width :80%; border :1px solid black; background-color :#ccccff; } |
|
130 |
legend.settings_table , |
|
131 |
form.settings_table legend { border :none; color :#006699; font-size :140%; margin :1em; padding :0; } |
|
132 |
form.settings_table div.sub-row { background-color :transparent !important; background-color :#eeeeee; } |
|
133 |
form.settings_table label { text-align :right; margin : 1px auto; } |
|
134 |
form.settings_table label.setting_name { clear :left; color :#333333; vertical-align :top; display :block; margin :3px auto; min-height :1.6em; float :left; padding-right :5px; width :25%; } |
|
135 |
form.settings_table fieldset div.input { padding :0; margin :0 auto; vertical-align :top; overflow :hidden; display :inline; line-height :2em; min-height :1em; list-style-type :none; width :60%; } |
|
136 |
form.settings_table fieldset div.input input.radio { margin :0.8em auto; border :none; padding-left :6px; } |
|
137 |
form.settings_table fieldset div.input label { margin :6px auto; padding-left :6px; min-height :1em; width :35%; float :none; display :inline; vertical-align :top; } |
|
138 |
form.settings_table input[type="text"], |
|
139 |
form.settings_table input[type="password"] { border :1px solid #666666; margin : 0px auto; padding-left : 5px; width :70%; } |
|
140 |
form.settings_table input.radio { border :1px none #666666; margin :0px auto; padding-left :0.5em; height :1em; } |
|
141 |
form.settings_table input[type="button"].button { border :1px solid #666666; color :#000000; text-align :left; font-weight :bold; background-color :#dddddd; margin : 2px auto; padding :2px 0px 2px 6px; width : 70%; } |
|
142 |
form.settings_table textarea { border :1px solid #666666; margin :3px auto; padding-left :0.5em; min-height :1em; width :70%; } |
|
143 |
form.settings_table select { border :1px solid #666666; margin :3px auto; padding-left :0.5em; min-height :1em; width :50%; } |
|
144 |
/* */ |
|
145 |
div.content_box form { } |
|
146 |
div.sub-row { background-color :#eeeeee; margin : 1px auto; overflow :hidden; padding :0; } |
|
147 |
div.col_content { margin-right :0.5em; padding :2px 0; } |
|
148 |
.content_box { position :relative; margin :0px auto; padding :0; overflow :visible; } |
|
149 |
.content_box form { background :transparent; height :auto; } |
|
150 |
.content_box li { float :left; margin :auto 0.8em; list-style-type :none; display :block; } |
|
151 |
.content_box ul { padding :0 0 0 15px; margin :0 auto; width :100%; } |
|
152 |
.content_box h5.title { color :#339bff; font-weight :bold; font-size :1.2em; margin :0 auto; text-align :left; } |
|
153 |
.content_box h5.title a:link { color :#0067ca; } |
|
154 |
.content_box h5.title a:hover { color : #0099ff; } |
|
155 |
.content_box h5.noscript { font-size :1.2em; padding :5px 0px 5px 0px; } |
|
156 |
.content_box div.noscript { height :auto; width :100%; padding :5px; background :none no-repeat left; } |
|
157 |
/* */ |
|
158 |
button { padding :2px; } |
|
159 |
button.link { padding :0px; background-color :transparent; display :inline; vertical-align :middle; border :0px none; cursor :pointer; } |
|
160 |
button span.title { font-size :1.3em; display :inline; font-weight :100; color :#007ac8; letter-spacing :1px; } |
|
161 |
.curved { border : 1px solid #666666; } |
|
162 |
/* */ |
|
163 |
textarea { resize:both; } /* none|horizontal|vertical|both */ |
|
164 |
textarea.vert { resize:vertical; } |
|
165 |
textarea.noResize { resize:none; } |
|
166 |
h1, h2, h3, h4, h5, h6 { color :#006699; display :block; font-weight : normal; margin :0.5em auto; padding-bottom :5px; } |
|
167 |
h6 { font-size :100%; } |
|
168 |
#file_mode, |
|
169 |
#dir_mode { width :290px; height :auto; margin-right :0.5em; font-size :1em; } |
|
170 |
#file_mode table, |
|
171 |
#dir_mode table { width :290px; height :auto; margin-right :0.5em; font-size :1em; } |
|
172 |
#file_mode input, |
|
173 |
#dir_mode input { width :12px; height :12px; } |
|
174 |
table.permission_box { width :280; border :2px solid #dddddd; } |
|
175 |
table.permission_box caption { text-align :center; line-height :30px; font-weight :bold; } |
|
176 |
table.permission_box thead { text-align :left; background :#d2e8e8; } |
|
177 |
table.permission_box tbody { text-align :left; } |
|
178 |
table.permission_box td label { text-align :left; vertical-align :text-top; font-size :0.8em; } |
|
179 |
/**/ |
|
180 |
div.pages_list { font-size :0.6em; width :100%; } |
|
181 |
table.pages_list table td, |
|
182 |
table.pages_view td { font-size :1.2em; padding :0 2px; vertical-align :middle; margin :0 auto; height :30px; } |
|
183 |
table.pages_view { background-color :#cee1ea; border :0; border-spacing :0px; font-size :1.5em; line-height :2em; margin :0 auto; table-layout :fixed; width :100%; } |
|
184 |
table.pages_view a:link { display :inline; padding :2px; font-weight :bold; text-decoration :none; vertical-align :baseline; } |
|
185 |
table.pages_view a:link span { vertical-align :baseline; } |
|
186 |
table.pages_view a:hover { background :transparent; text-decoration :none; } |
|
187 |
table.pages_view tr:hover { background-color :#f1f8dd; } |
|
188 |
table a:link { display :inline; font-weight :bold; padding-top :0; text-decoration :none; vertical-align :baseline; } |
|
189 |
table a:hover { color :#6699ff; } |
|
190 |
a:link { display :inline; font-weight :bold; padding-top :0; text-decoration :none; vertical-align :baseline; } |
|
191 |
a:hover { color :#6699ff; text-decoration :underline; } |
|
192 |
/**/ |
|
193 |
.header_list_actions { text-align :left; width :150px; } |
|
194 |
.header_list_block { text-align :left; width :120px; } |
|
195 |
.header_list_page_id { padding-right :15px; text-align :right; width :30px; } |
|
196 |
.header_list_page_title, |
|
197 |
.list_page_title { width :350px; } |
|
198 |
.list_page_title, .list_menu_title, .header_list_menu_title, .header_list_type { text-align :left; vertical-align : middle; } |
|
199 |
.header_list_pubdate_start, |
|
200 |
.header_list_pubdate_end, |
|
201 |
.list_pubdate_start, |
|
202 |
.list_pubdate_end { text-align :left; white-space :nowrap; width :185px; } |
|
203 |
.header_list_sections_actions { text-align :left; width :30px; } |
|
204 |
.header_list_type { font-size :1em; padding :4px 0; text-align :left; } |
|
205 |
.jsadmin_drag img { cursor :pointer; margin-top : 0px; padding : 0px 0; vertical-align : baseline; } |
|
206 |
.list_actions { height :20px; padding :0 1px; text-align :left; width :20px; } |
|
207 |
.list_page_code, |
|
208 |
.list_page_language { width :240px; } |
|
209 |
.list_pubdate_start input[type="text"], |
|
210 |
.list_pubdate_end input[type="text"] { width :120px; } |
|
211 |
.list_section_id, |
|
212 |
.list_page_id, |
|
213 |
.header_list_section_id { padding :0 3px; text-align :right; vertical-align :baseline; width :2em; } |
|
214 |
.modify_link { display :inline; padding :0 2px; vertical-align :baseline; } |
|
215 |
.page_list { display :none; } |
|
216 |
img.page_list_rights { border :none; float :left; margin :0 auto; padding :0 2px; } |
|
217 |
.page_list_show li { display :block; } |
|
218 |
.pages_list |
|
219 |
.icon_col td img { border-style :none; display :inline; float :left; padding-right :7px; } |
|
220 |
.pages_list |
|
221 |
.icon_col td img { border-style :none; display :inline; float :left; padding-right :7px; } |
|
222 |
.pages_list table { background-color :#dcdcdc; font-size :1.3em; margin :0 auto; table-layout :fixed; width :100%; } |
|
223 |
.pages_list ul { font-weight :normal; margin :0; padding :0px; } |
|
224 |
.pages_list ul li { list-style-type :none; margin :1px 0; padding : 0; vertical-align :baseline; } |
|
225 |
.sectionrow { font-size :1.1em; height :30px; table-layout :fixed; } |
|
226 |
.sectionrow a:link { color :#003366; font-weight :bold; text-decoration :none; } |
|
227 |
.sectionrow a:hover { color :#6699ff; } |
|
228 |
.sections_list { background :#dddddd; font-size :1em; font-weight :bold; padding-left :10px; } |
|
229 |
.sections_list, |
|
230 |
.pages_list_header { font-weight :bold; line-height :1.5em; margin-bottom :5px; text-align :left; } |
|
231 |
.sections_list { padding :2px 0px 2px 5px; font-size :1.0em; } |
|
232 |
.pages_list_header { padding :2px 0px 2px 5px; font-size :1.3em; height :25px; } |
|
233 |
.header_list_menu_title { padding-left :30px; } |
|
234 |
.value_page_code { color :#006400; font-weight :400; width :240px; } |
|
235 |
.section-info { margin :1em auto; } |
|
236 |
/* depending styles for /admin/pages_settings */ |
|
237 |
div.page-settings { font-size :0.9em; border :none; text-align :left; } |
|
238 |
div.page-settings div.caption { font-size :1em; font-weight :bold; padding :3px 0 0px 0; margin :0; padding :0; border :none; margin-bottom :10px; border-bottom :groove 2px #a8bccb; } |
|
239 |
div.page-settings label { display :inline-block; } |
|
240 |
div.page-settings input, |
|
241 |
div.page-settings textarea, |
|
242 |
div.page-settings select { width :200px; } |
|
243 |
div.page-settings select { } |
|
244 |
div.page-settings textarea { height :5em; } |
|
245 |
div.page-settings [type=checkbox] { width :2.5em; } |
|
246 |
div.page-settings-leftcol { float :left; padding :10px 10px 10px 10px; border-right :groove 2px #a8bccb; } |
|
247 |
div.page-settings-leftcol div { padding :2px 0 3px 0; vertical-align :top; } |
|
248 |
div.page-settings-leftcol label { width :170px; vertical-align :top; } |
|
249 |
div.page-settings-righttoprow { margin-left :417px; padding :5px 20px 5px 10px; } |
|
250 |
div.page-settings-righttoprow label { width :110px; vertical-align :top; } |
|
251 |
div.page-settings-centercol { float :left; padding :10px 20px 10px 20px; border-right :groove 2px #a8bccb; } |
|
252 |
div.page-settings-rightcol { float :left; padding :10px 20px 10px 10px; border :none; } |
|
253 |
h1, h2, h3, h4, h5, h6 { color :#003366; display :block; font-weight : normal; margin :0.5em auto; padding-bottom :5px; } |
|
254 |
h6 { font-size :100%; } |
|
255 |
/* end depending styles for /admin/pages_settings */ |
|
256 |
div.page-settings-leftcol label { background-repeat :no-repeat; background-position :right; text-align :right; padding-right :17px; font-weight :bold; width :156px; } |
|
257 |
div.page-settings-leftcol label a:link { text-decoration :none; color :#003366; } |
|
258 |
div.page-settings-leftcol label a:hover { color : #006699; text-decoration : underline; } |
|
259 |
div.page-settings-leftcol textarea { resize :vertical; } |
|
260 |
#overDiv { max-width :450px; background-position :center; background-attachment :fixed; text-align :left; padding :1px; font-size :120%; } |
|
261 |
/* */ |
|
262 |
.header_title, .setting_value input, .setting_value select, .setting_value textarea, .value_input input, .value_input text, .value_input select, .form_submit, .input_full { width :80%; } |
|
263 |
.content_box { text-align :left; } |
|
264 |
div.mbox span { white-space :nowrap; } |
|
265 |
div.mbox span label { padding-right :5px; } |
|
266 |
div.mbox span [type="checkbox"] { width :2.5em; } |
|
267 |
div.col_content { margin :auto 5px; padding :2px 0; } |
|
268 |
div.col_content ul li { font-size :86%; margin :auto 2px; } |
|
269 |
.curved { border :1px solid #666666; } |
|
270 |
.c33, |
|
271 |
div.col_width33 { width :33.333%; } |
|
272 |
.c50, div.col_width50 { width : 46%; } |
|
273 |
.c60, div.col_width60 { width :60%; } |
|
274 |
.h65 { min-height :65px; overflow :auto; } |
|
275 |
.h80 { height :80px; line-height :1.3em; } |
|
276 |
.min_h100 { min-height :100px; } |
|
277 |
.c100, div.col_width100 { width :100%; margin :0 auto; } |
|
278 |
.c400, .col_width400 { width :400px; } |
|
279 |
/* */ |
|
280 |
div.admintools { display :block; border :0px none #333333; margin :auto 2%; min-height :1%; padding :2px; text-align :center; overflow :auto; } |
|
281 |
div.admintools .section { width :100%; } |
|
282 |
div.admintools ul { padding :0; min-height :100px; overflow :hidden; } |
|
283 |
div.admintools ul li { float :left; border :0px none #666666 solid; max-height :7em; list-style-type :none; padding :1px; margin :2px 1% auto 1%; width :46%; } |
|
284 |
div.admintools li span { display :block; float :none; line-height :1em; font-size :1.2em; } |
|
285 |
div.admintools span.title { font-size :1.1em; } |
|
286 |
/* */ |
|
287 |
.access h2,.access h3,.access h4,.access h6 { font-weight :bold; } |
|
0 | 288 |
branches/2.8.x/wb/templates/wb_theme/css/settings.css | ||
---|---|---|
1 |
h4, .warning { margin :0 auto; } |
|
2 |
div.mbox { margin :0 auto; } |
|
0 | 3 |
branches/2.8.x/wb/templates/wb_theme/css/access.css | ||
---|---|---|
1 |
h2,h3,h4 { font-weight :bold; color :#006699; } |
|
2 |
h6 { color :#006699; font-size :110%; margin :10px auto; } |
|
3 |
div.mbox { padding :5px; } |
|
0 | 4 |
branches/2.8.x/wb/templates/wb_theme/css/browse.css | ||
---|---|---|
1 |
body,td,th,input,textarea {font-family:Arial,Helvetica,sans-serif;font-size:12px;} |
|
2 |
body {background-color:#fff;margin:0;} |
|
3 |
hr {margin:0;color:#003366;height:1px;} |
|
4 |
.hide {display:none;} |
|
5 |
a:link, a:visited, a:active {color:#003366;text-decoration:none;} |
|
6 |
a:hover {text-decoration:none;color:#336699;} |
|
0 | 7 |
branches/2.8.x/wb/templates/wb_theme/css/preferences.css | ||
---|---|---|
1 |
.rBold { font-weight :bold; text-align :right; } |
|
2 |
form.settings_table { |
|
3 |
text-align :left; |
|
4 |
} |
|
5 |
h2 { |
|
6 |
font-weight : normal; |
|
7 |
color :#006699; |
|
8 |
} |
|
0 | 9 |
branches/2.8.x/wb/templates/wb_theme/css/warning.css | ||
---|---|---|
1 |
/** |
|
2 |
* Login Module v1.0 |
|
3 |
* |
|
4 |
* Ajax Login Module is a simple AJAX login page that is very easy to |
|
5 |
* plug into your existing php application with no need for further configuration and coding. |
|
6 |
* |
|
7 |
* Redistributions of files must retain the above copyright notice. |
|
8 |
* |
|
9 |
* @copyright Copyright 2009, Christopher M. Natan |
|
10 |
* @link http://phpstring.co.cc/phpclasses/modules/ajax-login-module/ |
|
11 |
* @version $Revision$ |
|
12 |
* @modifiedby $LastChangedBy$ |
|
13 |
* @lastmodified $Date$ |
|
14 |
* |
|
15 |
*/ |
|
16 |
* html div{ height :0.1em; } |
|
17 |
html{ color :#330033; font-family :Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif; font-size :90%; font-weight :normal; overflow :scroll; } |
|
18 |
body{ margin :0px auto; padding :0px; background :#a8bccb; text-align :left; } |
|
19 |
a:link { color :#002951; font-weight :bold; text-decoration :none; } |
|
20 |
a:visited, a:active { color : #003366; font-weight :bold; text-decoration :none; } |
|
21 |
a:hover { color :#0099ff; } |
|
22 |
h1 { font-size :1.5em; } |
|
23 |
h1, h3, h4 { margin :0.5em auto; padding-bottom :5px; display :block; color :#003366; font-weight :bold; } |
|
24 |
h3 { font-size :1.2em; } |
|
25 |
h4 { font-size :1.0em; } |
|
26 |
hr { margin : 0em auto; color : #003366; } |
|
27 |
|
|
28 |
img { border :none; padding :1.5em 0; } |
|
29 |
input.text { width :224px; } |
|
30 |
li p { margin :0.5em 0; } |
|
31 |
ul, li { margin :0; padding :0; list-style :none; } |
|
32 |
div.bottomdiv { |
|
33 |
border-left :1px solid #003366; |
|
34 |
border-right :1px solid #003366; |
|
35 |
border-bottom :1px solid #003366; |
|
36 |
padding :10px; |
|
37 |
background-color :#eff2f6; |
|
38 |
color :#330033; |
|
39 |
background-repeat :repeat-x; |
|
40 |
text-align :center; |
|
41 |
-webkit-border-bottom-left-radius :8px; |
|
42 |
-webkit-border-bottom-right-radius :8px; |
|
43 |
-moz-border-radius-bottomleft :8px; |
|
44 |
-moz-border-radius-bottomright :8px; |
|
45 |
border-bottom-right-radius :8px; |
|
46 |
} |
|
47 |
div.topdiv { |
|
48 |
border-left : 1px solid #003366; |
|
49 |
border-right :1px solid #003366; |
|
50 |
border-top :1px solid #003366; |
|
51 |
padding :10px; |
|
52 |
background-color : #a8bccb; |
|
53 |
background-image :url(../images/menu.png); |
|
54 |
background-position : center top; |
|
55 |
background-repeat :repeat-x; |
|
56 |
color :#fff; |
|
57 |
font-weight :bold; |
|
58 |
-webkit-border-top-left-radius :8px; |
|
59 |
-webkit-border-top-right-radius :8px; |
|
60 |
-moz-border-radius-topleft :8px; |
|
61 |
-moz-border-radius-topright :8px; |
|
62 |
border-top-left-radius :8px; |
|
63 |
border-top-right-radius :8px; |
|
64 |
} |
|
65 |
.clear { clear :both; } |
|
66 |
.container { width :459px; margin :8em auto; color :#666666; font-family :Arial, Helvetica, sans-serif; font-size :1em; height :370px; } |
|
67 |
.field { width :260px; float :right; height :20px; } |
|
68 |
.invalid_message { width :100%; clear :both; padding-top :5px; color :#990000; font-size :1em; text-align :center; height :auto; } |
|
69 |
.label { width :170px; float :left; color :#333333; font-size :1em; font-weight :bold; } |
|
70 |
.label { padding-left :10px; height :20px; } |
|
71 |
.label,.field { margin-top :5px; margin-bottom :5px; text-align :left; } |
|
72 |
.shadow { -moz-box-shadow :5px 5px 10px #000030; /* Firefox */ -webkit-box-shadow :5px 5px 10px #000030; /* Safari and Chrome */ -khtml-box-shadow :5px 5px 10px #000030; /* Konqueror and else */ box-shadow :5px 5px 10px #000030; /* Opera 10.5+, future browsers and IE6+ using IE-CSS3 */ } |
|
73 |
.smaller { font-size :0.8em; } |
|
74 |
.spacer { line-height :1em; } |
|
0 | 75 |
branches/2.8.x/wb/templates/wb_theme/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 |
<span style="color: #003366;">{SECTION_FORGOT}</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 |
|
|
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 --> |
|
84 | 0 |
branches/2.8.x/wb/templates/wb_theme/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 |
|
|
36 |
<form name="login" action="{ACTION_URL}" method="post"> |
|
37 |
<input type="hidden" name="url" value="{URL}" /> |
|
38 |
<input type="hidden" name="username_fieldname" value="{USERNAME_FIELDNAME}" /> |
|
39 |
<input type="hidden" name="password_fieldname" value="{PASSWORD_FIELDNAME}" /> |
|
40 |
<table summary="" cellpadding="5" cellspacing="0" border="0" align="center" width="500"> |
|
41 |
<tr> |
|
42 |
<td height="40" align="center" colspan="2">{MESSAGE}</td> |
|
43 |
</tr> |
|
44 |
<tr> |
|
45 |
<td height="10" colspan="2"></td> |
|
46 |
</tr> |
|
47 |
<tr> |
|
48 |
<td width="170" height="30" align="right">{TEXT_USERNAME}:</td> |
|
49 |
<td><input type="text" maxlength="{MAX_USERNAME_LEN}" name="{USERNAME_FIELDNAME}" value="{USERNAME}" style="width: 180px;" /></td> |
|
50 |
</tr> |
|
51 |
<tr> |
|
52 |
<td width="170" height="30" align="right">{TEXT_PASSWORD}:</td> |
|
53 |
<td><input type="password" maxlength="{MAX_PASSWORD_LEN}" name="{PASSWORD_FIELDNAME}" style="width: 180px;" /></td> |
|
54 |
</tr> |
|
55 |
<tr style="{DISPLAY_REMEMBER_ME}"> |
|
56 |
<td> </td> |
|
57 |
<td> |
|
58 |
<input type="checkbox" name="remember" id="remember" value="true" /> |
|
59 |
<label for="remember"> |
|
60 |
{TEXT_REMEMBER_ME} |
|
61 |
</label> |
|
62 |
</td> |
|
63 |
</tr> |
|
64 |
<tr> |
|
65 |
<td> </td> |
|
66 |
<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> |
|
67 |
</tr> |
|
68 |
<tr> |
|
69 |
<td height="10" colspan="2"></td> |
|
70 |
</tr> |
|
71 |
</table> |
|
72 |
</form> |
|
73 |
|
|
74 |
<center> |
|
75 |
<a href="{FORGOTTEN_DETAILS_APP}">{TEXT_FORGOTTEN_DETAILS}</a> |
|
76 |
<br /> |
|
77 |
<br /> |
|
78 |
<br /> |
|
79 |
<a href="{WB_URL}/">{TEXT_HOME}</a> |
|
80 |
</center> |
|
81 |
|
|
82 |
</td> |
|
83 |
</tr> |
|
84 |
</table> |
|
85 |
|
|
86 |
<table summary="" cellpadding="0" cellspacing="0" border="0" width="100%" style="padding: 10px 0px 10px 0px;"> |
|
87 |
<tr> |
|
88 |
<td style="font-size:12px;text-align:center;"> |
|
89 |
<!-- 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. --> |
|
90 |
<a href="http://www.websitebaker2.org/" title="external">WebsiteBaker</a> is released under the |
|
91 |
<a href="http://www.gnu.org/licenses/gpl.html" title="WebsiteBaker is released under the GNU General Public License">GNU General Public License</a> |
|
92 |
<!-- 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. --> |
|
93 |
</td> |
|
94 |
</tr> |
|
95 |
</table> |
|
96 |
|
|
97 |
</body> |
|
98 |
</html> |
|
99 |
<!-- END mainBlock --> |
|
100 | 0 |
branches/2.8.x/wb/templates/wb_theme/templates/header.htt | ||
---|---|---|
2 | 2 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
3 | 3 |
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> |
4 | 4 |
<head> |
5 |
<title>{WEBSITE_TITLE} >> {TEXT_ADMINISTRATION} - {SECTION_NAME}</title>
|
|
5 |
<title>{WEBSITE_TITLE} - {TEXT_ADMINISTRATION} - {SECTION_NAME}</title>
|
|
6 | 6 |
<meta http-equiv="content-type" content="text/html; charset={CHARSET}" /> |
7 | 7 |
<meta http-equiv="content-language" content="{LANGUAGE}" /> |
8 | 8 |
<meta name="description" content="{TEXT_ADMINISTRATION}" /> |
... | ... | |
10 | 10 |
<meta name="author" content="WebsiteBaker Org e.V." /> |
11 | 11 |
<meta http-equiv="Content-Encoding" content="gzip" /> |
12 | 12 |
<meta http-equiv="Accept-Encoding" content="gzip, deflate" /> |
13 |
<link href="{THEME_URL}/normalize.css" rel="stylesheet" type="text/css" /> |
|
14 |
<link href="{THEME_URL}/theme.css" rel="stylesheet" type="text/css" /> |
|
13 |
<link href="{THEME_URL}/css/screen.css" rel="stylesheet" type="text/css" /> |
|
15 | 14 |
{BACKEND_MODULE_CSS} |
16 | 15 |
<script type="text/javascript"> |
17 | 16 |
var WB_URL = '{WB_URL}'; |
18 | 17 |
var THEME_URL = '{THEME_URL}'; |
19 | 18 |
var ADMIN_URL = '{ADMIN_URL}'; |
20 | 19 |
</script> |
20 |
<script type="text/javascript"> |
|
21 |
function confirm_link(message, url) { |
|
22 |
if(confirm(message)) location.href = url; |
|
23 |
} |
|
24 |
</script> |
|
21 | 25 |
<script src="{WB_URL}/include/jquery/jquery-min.js" type="text/javascript"></script> |
22 | 26 |
<script src="{WB_URL}/include/jquery/jquery-insert.js" type="text/javascript"></script> |
23 | 27 |
<script src="{WB_URL}/include/jquery/jquery-include.js" type="text/javascript"></script> |
24 | 28 |
<!--[if lt IE 7]><script type="text/javascript" src="{WB_URL}/include/jquery/plugins/jquery-pngFix.js"></script><![endif]--> |
25 | 29 |
<script src="{THEME_URL}/jquery/jquery-plugins.js" type="text/javascript"></script> |
26 | 30 |
{BACKEND_MODULE_JS} |
27 |
<script type="text/javascript"> |
|
28 |
function confirm_link(message, url) { |
|
29 |
if(confirm(message)) location.href = url; |
|
30 |
} |
|
31 |
|
|
32 |
</script> |
|
33 | 31 |
</head> |
34 |
<body> |
|
32 |
<body lang="{LANGUAGE}" > |
|
33 |
<div id="overDiv" style="position:absolute; visibility:hidden; z-index:1000;"></div> |
|
35 | 34 |
<div class="main"> |
36 | 35 |
|
37 |
<table summary="" class="header layout">
|
|
36 |
<table class="header layout"> |
|
38 | 37 |
<tr> |
39 | 38 |
<td class="logo"> |
40 |
<a href="{ADMIN_URL}" title="{TITLE_START}"><img src="{THEME_URL}/images/logo.png" border="0" alt="Logo" /></a>
|
|
39 |
<a href="{ADMIN_URL}" title="{TITLE_START}"><img src="{THEME_URL}/images/logo.png" alt="Logo" /></a> |
|
41 | 40 |
</td> |
42 |
<td class="topnav"> |
|
43 |
<span><a href="{ADMIN_URL}" title="{TITLE_START}"><img src="{THEME_URL}/images/{START_ICON}.png" border="0" alt="{TITLE_START}" /></a></span> |
|
44 |
<a href="{URL_VIEW}" target="_blank" title="{TITLE_VIEW}"><img src="{THEME_URL}/images/view.png" border="0" alt="{WB_URL}" /></a> |
|
45 |
<a href="{URL_HELP}" target="_blank" title="{TITLE_HELP}"><img src="{THEME_URL}/images/help.png" border="0" alt="{TITLE_HELP}" /></a> |
|
46 |
<a href="{LOGIN_LINK}" title="{TITLE_LOGOUT}"><img src="{THEME_URL}/images/{LOGIN_ICON}.png" border="0" alt="{TITLE_LOGOUT}" /></a> |
|
47 |
</td> |
|
48 |
<td class="version"> |
|
41 |
<td></td> |
|
42 |
<td class="topnav {LOGIN_DISPLAY_NONE}"> |
|
43 |
<span><a href="{ADMIN_URL}" title="{TITLE_START}"><img src="{THEME_URL}/images/{START_ICON}.png" alt="{TITLE_START}" /></a></span> |
|
44 |
<a href="{URL_VIEW}" target="_blank" title="{TITLE_VIEW}"><img src="{THEME_URL}/images/view.png" alt="{WB_URL}" /></a> |
|
45 |
<a href="{URL_HELP}" target="_blank" title="{TITLE_HELP}"><img src="{THEME_URL}/images/help.png" alt="{TITLE_HELP}" /></a> |
|
46 |
<a href="{LOGIN_LINK}" title="{TITLE_LOGOUT}"><img src="{THEME_URL}/images/{LOGIN_ICON}.png" alt="{TITLE_LOGOUT}" /></a> |
|
47 |
</td> |
|
48 |
<td></td> |
|
49 |
<td class="version {LOGIN_DISPLAY_NONE}"> |
|
49 | 50 |
Version {VERSION} {SP}<br /> |
50 | 51 |
Revision {REVISION} |
51 | 52 |
</td> |
52 | 53 |
</tr> |
53 | 54 |
</table> |
54 | 55 |
|
55 |
<table summary="" class="container"> |
|
56 |
<tr> |
|
57 |
<td> |
|
58 |
<div class="hmenu"> |
|
56 |
<div class="table"> |
|
57 |
|
|
58 |
<div class="hmenu {LOGIN_DISPLAY_NONE}"> |
|
59 | 59 |
<ul> |
60 | 60 |
<!-- BEGIN linkBlock --> |
61 | 61 |
<li class="{CLASS}"><a class="{CLASS}" href="{LINK}">{TITLE}</a></li> |
62 | 62 |
<!-- END linkBlock --> |
63 |
<li> </li> |
|
63 | 64 |
</ul> |
64 | 65 |
</div> |
65 |
</td> |
|
66 |
</tr> |
|
67 |
<tr> |
|
68 |
<td class="content"> |
|
66 |
|
|
67 |
<div class="td"> |
|
68 |
<div class="content"> |
|
69 | 69 |
<!-- END header_block --> |
branches/2.8.x/wb/templates/wb_theme/templates/warning.html | ||
---|---|---|
1 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
|
2 |
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> |
|
1 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
2 |
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
3 | 3 |
<head> |
4 |
<title>Maximum Invalid Login Attemps Exceeded</title> |
|
5 |
<style type="text/css"><!-- |
|
6 |
body,td,th { |
|
7 |
font-family: Verdana, Arial, Helvetica, sans-serif; |
|
8 |
font-size: 12px; |
|
9 |
color: #000000; |
|
10 |
} |
|
11 |
body { |
|
12 |
margin: 0px; |
|
13 |
background: #A8BCCB url(../images/background.png) ; |
|
14 |
background-repeat:repeat-x; |
|
15 |
} |
|
16 |
a:link, a:visited, a:active { |
|
17 |
color: #003366; |
|
18 |
text-decoration: none; |
|
19 |
} |
|
20 |
a:hover { |
|
21 |
text-decoration: underline; |
|
22 |
color: #336699; |
|
23 |
} |
|
24 |
h1 { |
|
25 |
text-align: center; |
|
26 |
font-size: 18px; |
|
27 |
margin-top: 0; |
|
28 |
color: #000; |
|
29 |
text-transform: uppercase; |
|
30 |
} |
|
31 |
hr { |
|
32 |
height: 1px; |
|
33 |
color: #336699; |
|
34 |
background-color: #336699; |
|
35 |
border: 0; |
|
36 |
} |
|
37 |
div#message { |
|
38 |
margin: 0 auto; |
|
39 |
height: 80px; |
|
40 |
padding: 0; |
|
41 |
text-align: center; |
|
42 |
} |
|
43 |
--></style></head> |
|
4 |
<title>CMS WebsiteBaker | Excessive Invalid Logins</title> |
|
5 |
<meta http-equiv="content-type" content="text/html; charset=utf-8" /> |
|
6 |
<meta http-equiv="content-language" content="en" /> |
|
7 |
<meta name="description" content="Excessive Invalid Logins" /> |
|
8 |
<meta name="keywords" content="" /> |
|
9 |
<link href="../css/warning.css" rel="stylesheet" type="text/css" /> |
|
10 |
</head> |
|
11 |
|
|
44 | 12 |
<body> |
13 |
<div class="container"> |
|
14 |
<div style="width: 500px; margin: 0em auto; padding: 0;"> |
|
15 |
<div class="topdiv shadow"> |
|
16 |
Invalid Logins |
|
17 |
</div> |
|
18 |
<div class="bottomdiv shadow"> |
|
19 |
<h1>Excessive Invalid Logins</h1> |
|
20 |
<h4>You have attempted to login too many times</h4> |
|
21 |
<p>Close this Tab and restart your Browser</p> |
|
22 |
<div class="center"> |
|
23 |
<img src="../icons/negative.png" alt="Excessive Invalid Logins" /> |
|
24 |
</div> |
|
25 |
<hr /> |
|
26 |
<p class="smaller"> |
|
27 |
<!-- 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. --> |
|
28 |
<a href="http://www.websitebaker2.org/" title="WebsiteBaker Home">WebsiteBaker</a> |
|
29 |
is released under the |
|
30 |
<a href="http://www.gnu.org/licenses/gpl.html" |
|
31 |
title="WebsiteBaker is released under the GNU General Public License">GNU General Public License</a> |
|
32 |
<!-- 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. --> |
|
33 |
</p> |
|
34 |
</div> |
|
35 |
</div> |
|
36 |
</div> |
|
45 | 37 |
|
46 |
<div id='message'> |
|
47 |
<h1>Excessive Invalid Logins</h1> |
|
48 |
You have attempted to login too many times |
|
49 |
</div> |
|
50 | 38 |
|
51 | 39 |
</body> |
52 |
</html> |
|
40 |
</html> |
branches/2.8.x/wb/templates/wb_theme/templates/footer.htt | ||
---|---|---|
1 | 1 |
<!-- BEGIN footer_block --> |
2 |
</td>
|
|
3 |
</tr>
|
|
4 |
</table>
|
|
2 |
</div>
|
|
3 |
</div>
|
|
4 |
</div>
|
|
5 | 5 |
|
6 |
<table class="footer" summary="" cellpadding="0" cellspacing="0" border="0"> |
|
6 |
<table class="footer"> |
|
7 |
<tbody> |
|
7 | 8 |
<tr> |
8 |
<td style="font-size: 12px; text-align:center;">
|
|
9 |
<td> |
|
9 | 10 |
<!-- 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 | 11 |
<a href="http://www.websitebaker2.org/" title="external">WebsiteBaker</a> is released under the |
11 | 12 |
<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 | 13 |
<!-- 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 | 14 |
</td> |
14 | 15 |
</tr> |
16 |
</tbody> |
|
15 | 17 |
</table> |
16 | 18 |
<!-- BEGIN show_debug_block --> |
17 | 19 |
<div class="mbox dev-info"> |
18 | 20 |
<div style="text-align:left; width: auto;"> |
19 | 21 |
<span class="">Memory Limit: {FILESIZE} | </span> |
20 |
<span class="">Script load: {PAGE_LOAD_TIME} Sec | </span> |
|
21 | 22 |
<span class="">Used Memory: {MEMORY} | </span> |
22 |
<span class="">SQL-Queries executed: {QUERIES} | </span> |
|
23 |
<span class="">Script loaded in: {PAGE_LOAD_TIME} Sec | </span> |
|
24 |
<span class="">{QUERIES} SQL-Queries executed | </span> |
|
25 |
<span class="">{CLASSES} declared classes | </span> |
|
23 | 26 |
<span class="">Summary size of {INCLUDES} included files: {SUM_FILESIZE}</span> |
24 | 27 |
<!-- BEGIN show_block_list --> |
25 |
<ul style="margin-left: 27px; margin-top: 0;"> |
|
28 |
<br /><ul style="margin-left: 27px; margin-top: 0;">
|
|
26 | 29 |
<!-- BEGIN include_block_list --> |
27 | 30 |
<li style="color: #336699; list-style:decimal-leading-zero;">{INCLUDES_ARRAY} ({FILESIZE})</li> |
28 | 31 |
<!-- END include_block_list --> |
29 | 32 |
</ul> |
30 | 33 |
<!-- END show_block_list --> |
34 |
|
|
31 | 35 |
</div> |
32 | 36 |
</div> |
33 | 37 |
<!-- END show_debug_block --> |
branches/2.8.x/wb/templates/argos_theme/css/screen.css | ||
---|---|---|
1 |
* html body * { overflow :auto; } |
|
2 |
html { font-family :"trebuchet MS", verdana, arial, sans-serif; font-size :100.1%; overflow-y :scroll; :; } |
|
3 |
body,td,th,input,textarea { font-family :verdana,arial,helvetica,sans-serif; font-size :12px; color : #666666; } |
|
4 |
body { background :url(../images/background.jpg) #f9f9f9 0 0 repeat-x; margin :0; text-align :center; } |
|
5 |
img { border :0px; } |
|
6 |
#admin_header { text-align :center; width :900px; height :105px; margin :0 auto; padding :10px 0 0 0; } |
|
7 |
#admin_header a#website_title { display :block; text-align :left; font-size :14px; font-weight :bold; color :#ffffff; text-transform :uppercase; text-decoration :none; } |
|
8 |
#topmenu { float :right; text-align :right; color :#ffffff; width :220px; } |
|
9 |
#topmenu a { font-size :11px; color :#ffffff; text-decoration :underline; margin :0 5px; } |
|
10 |
#topmenu .version { font-size :11px; color :#7cacda; padding :0 10px 0 0; } |
|
11 |
#header_top { height :78px; } |
|
12 |
table { table-layout :auto; border-collapse :separate; border-spacing :0px; } |
|
13 |
h1 { text-align :left; font-size :15px; color :#ffffff; text-transform :uppercase; } |
|
14 |
h2 { text-align :left; font-size :18px; color :#000000; margin :5px 0; font-family :arial,sans-serif; letter-spacing :-1px; font-weight :normal; } |
|
15 |
h3 { text-align :left; font-size :14px; color :#000000; margin :5px 0; } |
|
16 |
a:link, a:visited, a:active { color :#28609b; text-decoration :none; } |
|
17 |
a:hover { text-decoration :underline; color :#28609b; } |
|
18 |
.menu { margin :0 auto; padding :0; text-align :center; width :100%; } |
|
19 |
.menu ul { list-style-type :none; margin :0; padding :0; } |
|
20 |
.menu li { display :inline; margin :0 2px 0 0; padding :0; font-weight :bold; border-bottom :3px solid #c9c9c9; } |
|
21 |
.menu a { float :left; color :#ffffff !important; background :url(../images/tabl.jpg) #28609b no-repeat left top; margin :0 3px 0 0; padding :0 0 0 3px; text-decoration :none; border-bottom :3px solid #cacaca; } |
|
22 |
.menu a span { display :block; background :url(../images/tabr.jpg) #28609b no-repeat right top; padding :6px 9px 6px 6px; } |
|
23 |
.menu a:hover, .menu a:hover span { background-color :#28609b; text-decoration :none; } |
|
24 |
.menu .current a, .menu a:hover { border-bottom :3px solid #d25e59; } |
|
25 |
#content_container { text-align :center; width :900px; clear :both; margin :0 auto; } |
|
26 |
.content { margin :0; padding :20px 0; width :900px; text-align :left; vertical-align :top; } |
|
27 |
hr { margin :15px 0; color :#003366; height :1px; } |
|
28 |
.center { text-align :center; } |
|
29 |
.none { display :none; height :0; } |
|
30 |
form { margin :0; } |
|
31 |
label { cursor :pointer; } |
|
32 |
input:focus, select:focus, textarea:focus { background :#f1f8fd; } |
|
33 |
/* WB2.8 STYLES */ |
|
34 |
.img_noborder img { border :0; } |
|
35 |
iframe { border :1px solid #35373a; } |
|
36 |
div.box { font-size :11px; width :100%; text-align :right; margin :-10px 0 0 0; } |
|
37 |
.section { margin-top :10px; padding :0; border :1px solid #999999; height :75px; width :100%; background-color :#fdfdfd; } |
|
38 |
.note { color :#666666; font-size :11px; } |
|
39 |
.bold { font-weight :bold; } |
|
40 |
.rBold { font-weight :bold; text-align :right; } |
|
41 |
.submit, .cancel { min-width :100px; margin-top :5px; padding :2px; } |
|
42 |
.form_submit { width :100%; } |
|
43 |
.form_submit .left { text-align :left; } |
|
44 |
.form_submit .right { text-align :right; } |
|
45 |
.input_small { width :20px; } |
|
46 |
.input_narrow { width :100px; } |
|
47 |
.input_normal { width :110px; } |
|
48 |
.input_medium { width :150px; } |
|
49 |
.input_wide { width :200px; } |
|
50 |
.input_large { width :300px; } |
|
51 |
.input_full { width :100%; } |
|
52 |
select option.disabled { color :#aaaaaa; } |
|
53 |
.jsadmin_drag img { margin-top :2px; vertical-align :top; cursor :pointer; } |
|
54 |
.jsadmin_drag img:hover { } |
|
55 |
.settings_table td { vertical-align :top; text-align :left; padding :5px; } |
|
56 |
.setting_name { width :10%; min-width :180px; } |
|
57 |
.setting_value { width :90%; } |
|
58 |
.setting_value_permissions { width :50%; min-width :400px; } |
|
59 |
.setting_value input, .setting_value select, .setting_value textarea { width :100%; } |
|
60 |
.setting_value textarea { height :50px; } |
|
61 |
.admintools ul { padding :0; margin :0; } |
|
62 |
.admintools li { list-style-type :none; display :inline; float :left; width :48%; margin :0 10px 0 0; } |
|
63 |
.value_input input, .value_input text, .value_input select { width :100%; } |
|
64 |
#file_mode input, #dir_mode input { width :12px; height :12px; } |
|
65 |
#hide2 { display :none; } |
|
66 |
.pages_list { font-weight :bold; margin :10px auto; } |
|
67 |
.pages_list .icon_col td img { display :block; border-style :none; float :left; padding-right :7px; } |
|
68 |
.pages_list table { width :900px; } |
|
69 |
table.pages_view { width :900px; } |
|
70 |
table.pages_view tr, tr.sectionrow { background :#f0f0f0; line-height :2.2em; } |
|
71 |
table.pages_view tr:hover, tr.sectionrow:hover { background :#eaeff6; } |
|
72 |
tr.sectionrow { padding :0 10px; } |
|
73 |
tr.sectionrow td { border-top :3px solid #f9f9f9; } |
|
74 |
img.page_list_rights { border :none; float :left; margin :0; vertical-align :middle; padding :2px; } |
|
75 |
.sections_list table { width :900px; } |
|
76 |
.header_list_section_id { width :30px; text-align :right; } |
|
77 |
.list_section_id, |
|
78 |
.list_pubdate_start { text-align :left; width :200px; } |
|
79 |
.list_pubdate_end { text-align :left; width :200px; } |
|
80 |
.header_list_menu_title { text-align :left; padding-left :30px; } |
|
81 |
.header_list_page_title { width :334px; text-align :left; } |
|
82 |
.list_page_title { width :300px; text-align :left; } |
|
83 |
.list_page_code { width :240px; } |
|
84 |
.list_page_language { width :240px; } |
|
85 |
#multi_lingual { font-weight :bold; } |
|
86 |
/* clearing */ |
|
87 |
.clear:after { clear :both; content :"."; display :block; font-size :0; height :0; visibility :hidden; } |
|
88 |
.clear { clear :both; display :block; } |
|
89 |
.ie-clearing { display :none; } |
|
90 |
.floatbox { overflow :hidden; } |
|
91 |
.spacer { line-height :1em; margin-right :0.5em; position :relative; } |
|
92 |
/* ************************************************************************** */ |
|
93 |
/* DIV-mbox to show selector or simply content only ************************* */ |
|
94 |
div.mbox { padding :10px; margin :15px auto; background-color :#ffffff; color :#330033; font-size :1em; display :block; } |
|
95 |
div.mbox div { } |
|
96 |
div.mbox div a { font-size :1em; color :#0052a1; } |
|
97 |
div.mbox div a:hover { color :#0099ff; } |
|
98 |
div.mbox div p.title { margin :0; padding :0.08em 0 0.6em 0; font-size :110%; color :#0052a1; font-weight :bold; } |
|
99 |
div.mbox div p { margin :0; padding :0 0 0.6em 0; } |
|
100 |
div.mbox:hover { } |
|
101 |
/* extension for mbox to show additional icons on left side ***************** */ |
|
102 |
div.mbox-icon { background-repeat :no-repeat; background-image :url(../icons/info_50.png); background-position :15px 50%; padding :15px; min-height :25px; } |
|
103 |
div.mbox-icon div { margin-left :70px; border-left :0px outset; padding-left :5px; } |
|
104 |
div.mbox-icon16 { background-repeat :no-repeat; background-image :url(../icons/info_16.png); background-position :5px 50%; padding :5px; min-height :10px; } |
|
105 |
div.mbox-icon16 div { margin-left :30px; border-left :4px outset; padding-left :5px; } |
|
106 |
/* coloring of the mbox and other boxes also ******************************** */ |
|
107 |
div.box-ok { border-color :#008000; color :#008000; } |
|
108 |
div.box-error { border-color :#ff0000; color :#ff0000; } |
|
109 |
div.box-info { border-color :#bb7a00; color :#003ff2; } |
|
110 |
div.box-warning { border-color :#ffa500; color :#ffa500; } |
|
111 |
/* Border attributes for mbox and other elements also *********************** */ |
|
112 |
/* label/input attributes for mbox for tableless design *********************** */ |
|
113 |
div.mbox label, |
|
114 |
div.mbox select, |
|
115 |
div.mbox span, |
|
116 |
div.mbox textarea, |
|
117 |
div.mbox input { display :block; float :left; margin :3px auto; } |
|
118 |
div.mbox label { padding-right : 5px; } |
|
119 |
div.mbox br { clear :both; } |
|
120 |
div.mbox span { white-space :nowrap; } |
|
121 |
div.mbox [type="radio"], |
|
122 |
div.mbox [type="checkbox"] { width : 1.5em; } |
|
123 |
/**/ |
|
124 |
div.mbox label.radio { text-align :left; padding-right :20px; width :100px; } |
|
125 |
/* END of mbox - definition ************************************************* */ |
|
126 |
/* ************************************************************************** */ |
|
127 |
div.mbox input [type="checkbox"] { width :2.5em; } |
|
128 |
div.mbox.dev-info { background :#dddddd; font-size :0.9em; overflow :auto; height :auto; white-space :normal; margin :0 auto 3em; position :relative; } |
Also available in: Unified diff