Project

General

Profile

« Previous | Next » 

Revision 2034

Added by Dietmar almost 11 years ago

! Changed links to WB website

View differences:

branches/2.8.x/CHANGELOG
11 11
! = Update/Change
12 12
===============================================================================
13 13

  
14
16 Dec-2013 Build 2034 Dietmar Woellbrink (Luisehahne)
15
! Changed links to WB website
14 16
16 Dec-2013 Build 2033 Dietmar Woellbrink (Luisehahne)
15 17
! /include/editarea/wb_wrapper_edit_area.php:: add init parameters as Array
16 18
! /modules/droplets/modify_droplet.php call edit_area with Array
branches/2.8.x/wb/admin/skel/themes/htt/loginBox.htt
97 97
	<tr>
98 98
		<td>
99 99
	      <!-- 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. -->
100
	      <a href="http://www.websitebaker2.org/" title="external">WebsiteBaker</a> is released under the
100
	      <a href="http://www.websitebaker.org/" title="external">WebsiteBaker</a> is released under the
101 101
	      <a href="http://www.gnu.org/licenses/gpl.html" title="WebsiteBaker is released under the GNU General Public License">GNU General Public License</a>
102 102
	      <!-- 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. -->
103 103
		</td>
branches/2.8.x/wb/admin/skel/themes/htt/maintenance.htt
16 16
    <table class="header layout">
17 17
        <tr>
18 18
        	<td class="logo">
19
        		<a href="http://www.websitebaker2.org/" title=""><img src="{THEME_URL}/images/logo.png" alt="Logo" /></a>
19
        		<a href="http://www.websitebaker.org/" title=""><img src="{THEME_URL}/images/logo.png" alt="Logo" /></a>
20 20
        	</td>
21 21
        	<td></td>
22 22
        </tr>
......
43 43
        <tr>
44 44
        	<td>
45 45
              <!-- 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. -->
46
              <a href="http://www.websitebaker2.org/" title="external">WebsiteBaker</a> is released under the
46
              <a href="http://www.websitebaker.org/" title="external">WebsiteBaker</a> is released under the
47 47
              <a href="http://www.gnu.org/licenses/gpl.html" title="WebsiteBaker is released under the GNU General Public License">GNU General Public License</a>
48 48
              <!-- 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. -->
49 49
        	</td>
branches/2.8.x/wb/admin/skel/themes/htt/footer.htt
8 8
<tr>
9 9
	<td>
10 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. -->
11
      <a href="http://www.websitebaker2.org/" title="external">WebsiteBaker</a> is released under the
11
      <a href="http://www.websitebaker.org/" title="external">WebsiteBaker</a> is released under the
12 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>
13 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. -->
14 14
	</td>
branches/2.8.x/wb/admin/skel/themes/htt/loginForgot.htt
86 86
	<tr>
87 87
		<td>
88 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
89
	      <a href="http://www.websitebaker.org/" title="external">WebsiteBaker</a> is released under the
90 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 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 92
		</td>
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', '2033');
54
if(!defined('REVISION')) define('REVISION', '2034');
55 55
if(!defined('SP')) define('SP', '');
branches/2.8.x/wb/framework/class.database.php
27 27
		$msg .= '$database = new database();</span> by <span style="color:#00bb00; font-weight:bold;">';
28 28
		$msg .= '$database = WbDatabase::getInstance();</span>.</p>';
29 29
		$msg .= '<p>Also you can get information and help from the ';
30
		$msg .= '<a href="http://www.websitebaker2.org/forum/index.php/board,2.0.html">WebsiteBaker Forum</a></p>';
30
		$msg .= '<a href="http://www.websitebaker.org/forum/index.php/board,2.0.html">WebsiteBaker Forum</a></p>';
31 31
		$msg .= '<hr />';
32 32
		$msg .= '<p style="color: #dd0000; font-weight: bold;">Runtime Error !!</p>';
33 33
		$msg .= '<p>Ouups...  hier wurde ein ung&uuml;ltiges Kommando gefunden!!</p>';
......
37 37
		$msg .= '$database = new database();</span> durch <span style="color:#00bb00; font-weight:bold;">';
38 38
		$msg .= '$database = WbDatabase::getInstance();</span>.</p>';
39 39
		$msg .= '<p>Auch k&ouml;nnen sie auch Informationen und Hilfe im ';
40
		$msg .= '<a href="http://www.websitebaker2.org/forum/index.php/board,31.0.html">WebsiteBaker Forum</a> finden.</p>';
40
		$msg .= '<a href="http://www.websitebaker.org/forum/index.php/board,31.0.html">WebsiteBaker Forum</a> finden.</p>';
41 41
		$msg .= '</div>';
42 42
		die($msg);
43 43
		
branches/2.8.x/wb/templates/wb_theme/templates/warning.html
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
<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/warn.css" rel="stylesheet" type="text/css" />
10
</head>
11

  
12
<body>
13

  
14
<div class="main">
15
    <table class="header layout">
16
        <tr>
17
        	<td class="logo">
18
        		<a href="http://www.websitebaker2.org/" title=""><img src="../images/logo.png" alt="Logo" /></a>
19
        	</td>
20
        	<td></td>
21
        </tr>
22
    </table>
23

  
24
    <div class="table">
25
        <div class="td">
26
            <div class="content">
27
                <div class="login_box">
28
                        <div class="topdiv">
29
                        Invalid Logins
30
                        </div>
31
                        <div class="bottomdiv">
32
                        <h1>Excessive Invalid Logins</h1>
33
                        <h4>You have attempted to login too many times
34
                            <div class="center">
35
                            <img src="../icons/warning.png" alt="Excessive Invalid Logins" />
36
                            </div>
37
                        </h4>
38
                        <p>Close this Tab and restart your Browser</p>
39
                        </div>
40
                </div>
41
            </div>
42
        </div>
43
    </div>
44
    <table class="footer">
45
    <tbody>
46
        <tr>
47
        	<td>
48
              <!-- 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. -->
49
              <a href="http://www.websitebaker2.org/" title="external">WebsiteBaker</a> is released under the
50
              <a href="http://www.gnu.org/licenses/gpl.html" title="WebsiteBaker is released under the GNU General Public License">GNU General Public License</a>
51
              <!-- 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. -->
52
        	</td>
53
        </tr>
54
        </tbody>
55
    </table>
56
</div>
57
</body>
58
</html>
59
<!--- Icons from http://www.iconfinder.com Filter: Allowed for commercial use (No link required) -->
60
<!--- Icon Designer Alessandro Rei - http://www.kde-look.org/usermanager/search.php?username=mentalrey License: http://www.gnu.org/copyleft/gpl.html -->
61
<!--- Icon Designer Everaldo Coelho - http://www.everaldo.com/ License: http://www.gnu.org/licenses/lgpl.html -->
62
<!--- Icon Designer David Vignoni - http://www.icon-king.com/ License: http://www.gnu.org/licenses/lgpl.html -->
63
<!--- Icon Designer Pavel InFeRnODeMoN - http://www.kde-look.org/usermanager/search.php?username=InFeRnODeMoN License: http://www.gnu.org/copyleft/gpl.html -->
64
<!--- Icon Designer Alexandre Moore - http://sa-ki.deviantart.com/ License: http://www.gnu.org/licenses/lgpl.html -->
65
<!--- Icon Designer Alexandre Moore - http://sa-ki.deviantart.com/ License: http://www.gnu.org/copyleft/gpl.html -->
66
<!--- Icon Designer Gnome Project - http://art.gnome.org/themes/icon/ License: http://www.gnu.org/copyleft/gpl.html -->
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
<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/warn.css" rel="stylesheet" type="text/css" />
10
</head>
11

  
12
<body>
13

  
14
<div class="main">
15
    <table class="header layout">
16
        <tr>
17
        	<td class="logo">
18
        		<a href="http://www.websitebaker2.org/" title=""><img src="../images/logo.png" alt="Logo" /></a>
19
        	</td>
20
        	<td></td>
21
        </tr>
22
    </table>
23

  
24
    <div class="table">
25
        <div class="td">
26
            <div class="content">
27
                <div class="login_box">
28
                        <div class="topdiv">
29
                        Invalid Logins
30
                        </div>
31
                        <div class="bottomdiv">
32
                        <h1>Excessive Invalid Logins</h1>
33
                        <h4>You have attempted to login too many times
34
                            <div class="center">
35
                            <img src="../icons/warning.png" alt="Excessive Invalid Logins" />
36
                            </div>
37
                        </h4>
38
                        <p>Close this Tab and restart your Browser</p>
39
                        </div>
40
                </div>
41
            </div>
42
        </div>
43
    </div>
44
    <table class="footer">
45
    <tbody>
46
        <tr>
47
        	<td>
48
              <!-- 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. -->
49
              <a href="http://www.websitebaker.org/" title="external">WebsiteBaker</a> is released under the
50
              <a href="http://www.gnu.org/licenses/gpl.html" title="WebsiteBaker is released under the GNU General Public License">GNU General Public License</a>
51
              <!-- 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. -->
52
        	</td>
53
        </tr>
54
        </tbody>
55
    </table>
56
</div>
57
</body>
58
</html>
59
<!--- Icons from http://www.iconfinder.com Filter: Allowed for commercial use (No link required) -->
60
<!--- Icon Designer Alessandro Rei - http://www.kde-look.org/usermanager/search.php?username=mentalrey License: http://www.gnu.org/copyleft/gpl.html -->
61
<!--- Icon Designer Everaldo Coelho - http://www.everaldo.com/ License: http://www.gnu.org/licenses/lgpl.html -->
62
<!--- Icon Designer David Vignoni - http://www.icon-king.com/ License: http://www.gnu.org/licenses/lgpl.html -->
63
<!--- Icon Designer Pavel InFeRnODeMoN - http://www.kde-look.org/usermanager/search.php?username=InFeRnODeMoN License: http://www.gnu.org/copyleft/gpl.html -->
64
<!--- Icon Designer Alexandre Moore - http://sa-ki.deviantart.com/ License: http://www.gnu.org/licenses/lgpl.html -->
65
<!--- Icon Designer Alexandre Moore - http://sa-ki.deviantart.com/ License: http://www.gnu.org/copyleft/gpl.html -->
66
<!--- Icon Designer Gnome Project - http://art.gnome.org/themes/icon/ License: http://www.gnu.org/copyleft/gpl.html -->
branches/2.8.x/wb/templates/wb_theme/templates/footer.htt
8 8
<tr>
9 9
	<td>
10 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. -->
11
      <a href="http://www.websitebaker2.org/" title="external">WebsiteBaker</a> is released under the
11
      <a href="http://www.websitebaker.org/" title="external">WebsiteBaker</a> is released under the
12 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>
13 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. -->
14 14
	</td>

Also available in: Unified diff