mirror of
https://github.com/Mibew/java.git
synced 2025-01-22 17:40:35 +03:00
site update
git-svn-id: https://webim.svn.sourceforge.net/svnroot/webim/trunk@209 c66351dc-e62f-0410-b875-e3a5c0b9693f
This commit is contained in:
parent
b4d5d088a3
commit
dfb2102cee
@ -1,37 +0,0 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<title>Web Messenger</title>
|
||||
<link rel="stylesheet" type="text/css" href="styles.css">
|
||||
<link rel="stylesheet" type="text/css" href="niftyCorners.css">
|
||||
<script type="text/javascript" src="niftycube.js"></script>
|
||||
<script type="text/javascript">
|
||||
window.onload=function(){
|
||||
Nifty("ul#nav a","small transparent top");
|
||||
Nifty("div#side","");
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="header">
|
||||
<div id="title">
|
||||
<h1><strong>Web Messenger</strong> — open-source live support software</h1>
|
||||
<big>allows visitors of your site to chat with your operators</big>
|
||||
</div>
|
||||
<div id="menu">
|
||||
<ul id="nav">
|
||||
<li id="home"><a href="index.html">home</a></li>
|
||||
<li id="who"><a href="features.html">features</a></li>
|
||||
<li id="prod" class="activelink"><a href="demo.html">demo</a></li>
|
||||
<li id="serv"><a href="download.html">download</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div id="container">
|
||||
<div id="content">
|
||||
<h3>DEMO</h3>
|
||||
<p>Sorry, demo is not available yet.</p>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
15
site/demo.php
Normal file
15
site/demo.php
Normal file
@ -0,0 +1,15 @@
|
||||
<?php
|
||||
$page = 'demo';
|
||||
|
||||
require_once('inc/header.i');
|
||||
require_once('inc/menu.i');
|
||||
?>
|
||||
|
||||
<div id="container">
|
||||
<div id="content">
|
||||
<h3>DEMO</h3>
|
||||
<p>Sorry, demo is not available yet.</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<?php require_once('inc/footer.i'); ?>
|
@ -1,43 +0,0 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<title>Web Messenger</title>
|
||||
<link rel="stylesheet" type="text/css" href="styles.css">
|
||||
<link rel="stylesheet" type="text/css" href="niftyCorners.css">
|
||||
<script type="text/javascript" src="niftycube.js"></script>
|
||||
<script type="text/javascript">
|
||||
window.onload=function(){
|
||||
Nifty("ul#nav a","small transparent top");
|
||||
Nifty("div#downl","");
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="header">
|
||||
<div id="title">
|
||||
<h1><strong>Web Messenger</strong> — open-source live support software</h1>
|
||||
<big>allows visitors of your site to chat with your operators</big>
|
||||
</div>
|
||||
<div id="menu">
|
||||
<ul id="nav">
|
||||
<li id="home"><a href="index.html">home</a></li>
|
||||
<li id="who"><a href="features.html">features</a></li>
|
||||
<li id="prod"><a href="demo.html">demo</a></li>
|
||||
<li id="serv" class="activelink"><a href="download.html">download</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div id="container">
|
||||
<div id="content">
|
||||
<h3>Latest release</h3>
|
||||
|
||||
<div id="downl">
|
||||
<a href="http://prdownloads.sourceforge.net/webim/webim142.zip?download">
|
||||
1.4.2, October 6, 2008
|
||||
</a>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
21
site/download.php
Normal file
21
site/download.php
Normal file
@ -0,0 +1,21 @@
|
||||
<?php
|
||||
$page = 'downl';
|
||||
|
||||
require_once('inc/header.i');
|
||||
require_once('inc/menu.i');
|
||||
?>
|
||||
|
||||
<div id="container">
|
||||
<div id="content">
|
||||
<h3>Latest release</h3>
|
||||
|
||||
<div id="downl">
|
||||
<a href="http://prdownloads.sourceforge.net/webim/webim142.zip?download">
|
||||
1.4.2, October 6, 2008
|
||||
</a>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<?php require_once('inc/footer.i'); ?>
|
@ -1,32 +1,10 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<title>Web Messenger</title>
|
||||
<link rel="stylesheet" type="text/css" href="styles.css">
|
||||
<link rel="stylesheet" type="text/css" href="niftyCorners.css">
|
||||
<script type="text/javascript" src="niftycube.js"></script>
|
||||
<script type="text/javascript">
|
||||
window.onload=function(){
|
||||
Nifty("ul#nav a","small transparent top");
|
||||
Nifty("div#side","");
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="header">
|
||||
<div id="title">
|
||||
<h1><strong>Web Messenger</strong> — open-source live support software</h1>
|
||||
<big>allows visitors of your site to chat with your operators</big>
|
||||
</div>
|
||||
<div id="menu">
|
||||
<ul id="nav">
|
||||
<li id="home"><a href="index.html">home</a></li>
|
||||
<li id="who" class="activelink"><a href="features.html">features</a></li>
|
||||
<li id="prod"><a href="demo.html">demo</a></li>
|
||||
<li id="serv"><a href="download.html">download</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<?php
|
||||
$page = 'feat';
|
||||
|
||||
require_once('inc/header.i');
|
||||
require_once('inc/menu.i');
|
||||
?>
|
||||
|
||||
<div id="container">
|
||||
<div id="content">
|
||||
<a name='price'></a>
|
||||
@ -92,5 +70,5 @@ Nifty("div#side","");
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
<?php require_once('inc/footer.i'); ?>
|
13
site/inc/footer.i
Normal file
13
site/inc/footer.i
Normal file
@ -0,0 +1,13 @@
|
||||
|
||||
<script type="text/javascript">
|
||||
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
|
||||
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
|
||||
</script>
|
||||
<script type="text/javascript">
|
||||
try {
|
||||
var pageTracker = _gat._getTracker("UA-1480373-5");
|
||||
pageTracker._trackPageview();
|
||||
} catch(err) {}</script>
|
||||
|
||||
</body>
|
||||
</html>
|
16
site/inc/header.i
Normal file
16
site/inc/header.i
Normal file
@ -0,0 +1,16 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<title>Web Messenger</title>
|
||||
<link rel="stylesheet" type="text/css" href="styles.css">
|
||||
<link rel="stylesheet" type="text/css" href="niftyCorners.css">
|
||||
<script type="text/javascript" src="niftycube.js"></script>
|
||||
<script type="text/javascript">
|
||||
window.onload=function(){
|
||||
Nifty("ul#nav a","small transparent top");
|
||||
Nifty("div#side","");
|
||||
Nifty("div#downl","");
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
17
site/inc/menu.i
Normal file
17
site/inc/menu.i
Normal file
@ -0,0 +1,17 @@
|
||||
<div id="header">
|
||||
<div id="title">
|
||||
<h1><strong>Web Messenger</strong> — open-source live support software</h1>
|
||||
<big>allows visitors of your site to chat with your operators</big>
|
||||
</div>
|
||||
<div id="menu">
|
||||
<ul id="nav">
|
||||
<li id="home"<?php echo $page == 'home' ? ' class="activelink"' : '' ?>><a href="index.php">home</a></li>
|
||||
<li id="who"<?php echo $page == 'feat' ? ' class="activelink"' : '' ?>><a href="features.php">features</a></li>
|
||||
<li id="prod"<?php echo $page == 'demo' ? ' class="activelink"' : '' ?>><a href="demo.php">demo</a></li>
|
||||
<li id="serv"<?php echo $page == 'downl' ? ' class="activelink"' : '' ?>><a href="download.php">download</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div id="logo">
|
||||
<a href="http://sourceforge.net"><img src="http://sflogo.sourceforge.net/sflogo.php?group_id=195701&type=2" width="125" height="37" border="0" alt="SourceForge.net Logo" /></a>
|
||||
</div>
|
||||
</div>
|
@ -1,49 +0,0 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<title>Web Messenger</title>
|
||||
<link rel="stylesheet" type="text/css" href="styles.css">
|
||||
<link rel="stylesheet" type="text/css" href="niftyCorners.css">
|
||||
<script type="text/javascript" src="niftycube.js"></script>
|
||||
<script type="text/javascript">
|
||||
window.onload=function(){
|
||||
Nifty("ul#nav a","small transparent top");
|
||||
Nifty("div#side","");
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="header">
|
||||
<div id="title">
|
||||
<h1><strong>Web Messenger</strong> — open-source live support software</h1>
|
||||
<big>allows visitors of your site to chat with your operators</big>
|
||||
</div>
|
||||
<div id="menu">
|
||||
<ul id="nav">
|
||||
<li id="home" class="activelink"><a href="index.html">home</a></li>
|
||||
<li id="who"><a href="features.html">features</a></li>
|
||||
<li id="prod"><a href="demo.html">demo</a></li>
|
||||
<li id="serv"><a href="download.html">download</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div id="container">
|
||||
<div id="content">
|
||||
<h3>What is Web Messenger?</h3>
|
||||
<p>"Web Messenger" - is unique software allowing visitors of your site to chat with your operators.</p>
|
||||
|
||||
<h3>Why should I use Web Messenger?</h3>
|
||||
<p>"Web Messenger" makes it easier to communicate with existing and potential clients. It will significantly increase conversion rates and online sales of your web site.</p>
|
||||
|
||||
<h3>How it works?</h3>
|
||||
<p>You should place the button of Web Messenger at your site. Your visitors click the button and chat with your operators who help them.</p>
|
||||
|
||||
<h3>License</h3>
|
||||
<p>This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0.</p>
|
||||
|
||||
<p>Project is hosted by SourceForge.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
27
site/index.php
Normal file
27
site/index.php
Normal file
@ -0,0 +1,27 @@
|
||||
<?php
|
||||
$page = 'home';
|
||||
|
||||
require_once('inc/header.i');
|
||||
require_once('inc/menu.i');
|
||||
?>
|
||||
|
||||
<div id="container">
|
||||
<div id="content">
|
||||
<h3>What is Web Messenger?</h3>
|
||||
<p>"Web Messenger" - is unique software allowing visitors of your site to chat with your operators.</p>
|
||||
|
||||
<h3>Why should I use Web Messenger?</h3>
|
||||
<p>"Web Messenger" makes it easier to communicate with existing and potential clients. It will significantly increase conversion rates and online sales of your web site.</p>
|
||||
|
||||
<h3>How it works?</h3>
|
||||
<p>You should place the button of Web Messenger at your site. Your visitors click the button and chat with your operators who help them.</p>
|
||||
|
||||
<h3>License</h3>
|
||||
<p>This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0.</p>
|
||||
|
||||
<p>Project is hosted by SourceForge.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<?php require_once('inc/footer.i'); ?>
|
@ -9,9 +9,10 @@ a {color:#533633;}
|
||||
div#header{width:95%;min-width:725px;min-height:120px;margin:0px 20px 0px;padding:10px 0 10px;text-align:left;background:#FFF;display:block;}
|
||||
div#header div#title,div#menu{width:700px;margin:0 0px;text-align:left}
|
||||
div#header div#title{padding: 20px 0px 30px 70px;color:#533633;background-image: url(webimlogo.gif);background-repeat: no-repeat;background-position: 0% 0%;overflow-x: hidden;overflow-y: hidden;}
|
||||
div#logo {display:inline;margin:20px 0px 0px 20px;padding:0px 0px 0px 0px;}
|
||||
|
||||
ul#nav,ul#nav li{list-style-type:none;margin:0;padding:0;}
|
||||
ul#nav{float:left;}
|
||||
ul#nav{float:bottom;}
|
||||
ul#nav li{float:left;margin-left: 3px;text-align: center}
|
||||
ul#nav a{float:left;width: 125px;padding: 5px 0;background: #999999;text-decoration:none;color: #FFC}
|
||||
ul#nav a:hover{background: #d4b179;color:#FFF;}
|
||||
@ -29,3 +30,5 @@ div#title big {color:#8b95a7;font-size: 1em;display: block;margin-top: 4px;margi
|
||||
|
||||
div#downl{float:left;display:block;background:#f3f1f3; margin:0 10px 10px 0;padding:10px;}
|
||||
div#downl a{margin:5px 0 10px;padding: 0 10px;}
|
||||
|
||||
div#header div#menu a.aa { vertical-align:bottom;margin:0 0 0 10px;padding:0px; }
|
||||
|
Loading…
Reference in New Issue
Block a user