mirror of
https://github.com/Mibew/mibew.git
synced 2024-11-15 16:44:11 +03:00
Footer added
git-svn-id: https://webim.svn.sourceforge.net/svnroot/webim/trunk@547 c66351dc-e62f-0410-b875-e3a5c0b9693f
This commit is contained in:
parent
8daefb9685
commit
0494f14034
20
site/login/default.css
Normal file
20
site/login/default.css
Normal file
@ -0,0 +1,20 @@
|
||||
#legal {
|
||||
clear: both;
|
||||
line-height: 30px;
|
||||
padding-top:10px;
|
||||
text-align: center;
|
||||
color: #375C69;
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
#footer {
|
||||
background: white url(footer.gif) bottom repeat-x;
|
||||
font-size:11px;
|
||||
position:relative;
|
||||
|
||||
min-height: 40px;
|
||||
height:40px;
|
||||
vertical-align:middle;
|
||||
|
||||
width:100%;
|
||||
text-align: center;
|
||||
}
|
BIN
site/login/footer.gif
Normal file
BIN
site/login/footer.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 162 B |
20
site/login/login/default.css
Normal file
20
site/login/login/default.css
Normal file
@ -0,0 +1,20 @@
|
||||
#legal {
|
||||
clear: both;
|
||||
line-height: 30px;
|
||||
padding-top:10px;
|
||||
text-align: center;
|
||||
color: #375C69;
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
#footer {
|
||||
background: white url(image/footer.gif) bottom repeat-x;
|
||||
font-size:11px;
|
||||
position:relative;
|
||||
|
||||
min-height: 40px;
|
||||
height:40px;
|
||||
vertical-align:middle;
|
||||
|
||||
width:100%;
|
||||
text-align: center;
|
||||
}
|
@ -1,2 +1,3 @@
|
||||
<? require('libs/menu.php'); ?>
|
||||
<p>Get your copy of Mibew 1.6.1 at <b > <a href="http://sourceforge.net/project/showfiles.php?group_id=195701&package_id=231073">Download Here</a></p>
|
||||
<? include('libs/footer.php'); ?>
|
@ -1 +1 @@
|
||||
<? require('libs/menu.php'); ?>
<p> </p>
<b><font color="#99CC00">Version 1.6.1 Released</font></b></p>
<p>We are pleased to announce the immediate availability of 1.6.1. This is a major release with new features and improvements.</p>
<p><dd>[!] 404 installation problem</dd><p></p>
<dd>new permission: "Ability to modify profile"</dd><p></p>
<dd>new project name: Mibew Messenger </dd><p></p>
<dd>[!] fixed localization of dates for all languages, nice formatting: Today/Yesterday</dd><p></p>
<dd>[!] fixed online/offline image for groups</dd><p></p>
<dd>ability to delete operators, confirmation dialog when deleting group/operator/blocked address </dd><p></p>
<dd>Information about last activity for operators: Online, Today at 22, 01 Jan.., or Never </dd><p></p>
<dd>new theme: simplicity (by Sheldmandu) </dd><p></p>
<dd>[!] chat templates are fixed according to html standards </dd><p></p>
<b><font color="#99CC00">Version 1.6.0 Released</font></b></p>
<p>We are pleased to announce the immediate availability of 1.6.0. This is a major release with new features and improvements.</p>
<dl>
<dd>* operator groups</dd>
<dd>* pre-chat survey</dd>
<dd>* statistics</dd>
<dd>* canned messages</dd>
<dd>* new operator console</dd>
|
||||
<? require('libs/menu.php'); ?>
<p> </p>
<b><font color="#99CC00">Version 1.6.1 Released</font></b></p>
<p>We are pleased to announce the immediate availability of 1.6.1. This is a major release with new features and improvements.</p>
<p><dd>[!] 404 installation problem</dd><p></p>
<dd>new permission: "Ability to modify profile"</dd><p></p>
<dd>new project name: Mibew Messenger </dd><p></p>
<dd>[!] fixed localization of dates for all languages, nice formatting: Today/Yesterday</dd><p></p>
<dd>[!] fixed online/offline image for groups</dd><p></p>
<dd>ability to delete operators, confirmation dialog when deleting group/operator/blocked address </dd><p></p>
<dd>Information about last activity for operators: Online, Today at 22, 01 Jan.., or Never </dd><p></p>
<dd>new theme: simplicity (by Sheldmandu) </dd><p></p>
<dd>[!] chat templates are fixed according to html standards </dd><p></p>
<b><font color="#99CC00">Version 1.6.0 Released</font></b></p>
<p>We are pleased to announce the immediate availability of 1.6.0. This is a major release with new features and improvements.</p>
<dl>
<dd>* operator groups</dd>
<dd>* pre-chat survey</dd>
<dd>* statistics</dd>
<dd>* canned messages</dd>
<dd>* new operator console</dd>
<? include('libs/footer.php'); ?>
|
BIN
site/login/login/image/footer.gif
Normal file
BIN
site/login/login/image/footer.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 162 B |
@ -24,5 +24,5 @@
|
||||
</table>
|
||||
</form><p></p>
|
||||
<div align="center"></font>Not a Member? <a href="register-form.php">Click Here</a></div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
<? include('libs/footer.php'); ?>
|
5
site/login/login/libs/footer.php
Normal file
5
site/login/login/libs/footer.php
Normal file
@ -0,0 +1,5 @@
|
||||
|
||||
<link href="default.css" rel="stylesheet" type="text/css" />
|
||||
<div id="footer">
|
||||
<p id="legal"><a href="http://mibew.com/" class="flink">Open Web Messenger</a> 1.6.1 | (c) 2009 openwebim.org</p>
|
||||
</div>
|
@ -19,5 +19,5 @@
|
||||
<p align="center"> </p>
|
||||
<h4 align="center" class="err">You have been logged out.</h4>
|
||||
<p align="center">Click here to <a href="index.php">Login</a></p>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
<? include('libs/footer.php'); ?>
|
||||
|
@ -7,3 +7,4 @@
|
||||
<p>This is also where you can get the current news, downloads, and more!</p>
|
||||
</body>
|
||||
</html>
|
||||
<? include('libs/footer.php'); ?>
|
@ -26,3 +26,4 @@
|
||||
<th>Email </th>
|
||||
<td><input name="email" type="text" class="textfield" id="lname" /></td>
|
||||
</tr>
|
||||
<? include('libs/footer.php'); ?>
|
||||
|
@ -21,6 +21,8 @@
|
||||
|
||||
?>
|
||||
|
||||
<? include('libs/footer.php'); ?>
|
||||
|
||||
<form id="loginForm" name="loginForm" method="post" action="register-exec.php">
|
||||
<table width="300" border="0" align="center" cellpadding="2" cellspacing="0">
|
||||
<tr>
|
||||
|
@ -58,3 +58,7 @@
|
||||
<input type="image" src="https://www.paypal.com/en_US/i/btn/btn_buynowCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
|
||||
<img align="center" alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1">
|
||||
</form>
|
||||
<link href="default.css" rel="stylesheet" type="text/css" />
|
||||
<div id="footer">
|
||||
<p id="legal"><a href="http://openwebim.org/" class="flink">Open Web Messenger</a> 1.6.1 | (c) 2009 openwebim.org</p>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user