new site
git-svn-id: https://webim.svn.sourceforge.net/svnroot/webim/trunk@394 c66351dc-e62f-0410-b875-e3a5c0b9693f
							
								
								
									
										40
									
								
								site/contact.php
									
									
									
									
									
										Normal file
									
								
							
							
						
						| @ -0,0 +1,40 @@ | ||||
| <?php  | ||||
| $page = 'home'; | ||||
| $subpage = 'contacts'; | ||||
| require_once('libs/common.php'); | ||||
| start_html_output(); | ||||
| require_once('inc/header.i'); | ||||
| require_once('inc/menu.i'); | ||||
| ?>
 | ||||
| 
 | ||||
| <div id="page"> | ||||
| 	<div id="content"> | ||||
| 		<div class="box1"> | ||||
| 			<p><img src="images/webimlogo.gif" alt="" width="74" height="79" class="left" /><?php echo getlocal("head.intro") ?></p>
 | ||||
| 		</div> | ||||
| 		<div class="post"> | ||||
| 			<h2 class="title"><?php echo getlocal("contacts.title") ?></h2>
 | ||||
| 			<div class="entry"> | ||||
| 			<p> | ||||
| 			<?php echo getlocal("contacts.content") ?><br/>
 | ||||
| 			</p> | ||||
| 			</div> | ||||
| 			<div class="nometa"></div> | ||||
| 		</div> | ||||
| 	</div> | ||||
| 	<!-- end content --> | ||||
| 	<!-- start sidebar --> | ||||
| 	<div id="sidebar"> | ||||
| 		<ul> | ||||
| <?php | ||||
| require_once('inc/main.i'); | ||||
| require_once('inc/locales.i'); | ||||
| ?>
 | ||||
| 		</ul> | ||||
| 	</div> | ||||
| 	<!-- end sidebar --> | ||||
| 	<div style="clear: both;"> </div> | ||||
| </div> | ||||
| 
 | ||||
| 
 | ||||
| <?php require_once('inc/footer.i'); ?>
 | ||||
							
								
								
									
										50
									
								
								site/credits.php
									
									
									
									
									
										Normal file
									
								
							
							
						
						| @ -0,0 +1,50 @@ | ||||
| <?php  | ||||
| $page = 'home'; | ||||
| $subpage = 'credits'; | ||||
| require_once('libs/common.php'); | ||||
| start_html_output(); | ||||
| require_once('inc/header.i'); | ||||
| require_once('inc/menu.i'); | ||||
| ?>
 | ||||
| 
 | ||||
| <div id="page"> | ||||
| 	<div id="content"> | ||||
| 		<div class="box1"> | ||||
| 			<p><img src="images/webimlogo.gif" alt="" width="74" height="79" class="left" /><?php echo getlocal("head.intro") ?></p>
 | ||||
| 		</div> | ||||
| 		<div class="post"> | ||||
| 			<h2 class="title"><?php echo getlocal("credits.title") ?></h2>
 | ||||
| 			<div class="entry"> | ||||
| 			<p> | ||||
| 			<?php echo getlocal("credits.content") ?>
 | ||||
| 			</p> | ||||
| 			 | ||||
| 			<p><?php echo getlocal("credits.translators") ?></p>
 | ||||
| 			<ul> | ||||
| 			<li>Deutsch - Gregor</li> | ||||
| 			<li>French - Hominn, Bard of LLYDAW</li> | ||||
| 			<li>Polski - Kacper Wierzbicki, WebTower</li> | ||||
| 			<li>Russian - Evgeny Gryaznov</li> | ||||
| 			<li>Spanish - Christian Mauricio Castillo Estrada</li> | ||||
| 			<li>Traditional Chinese - Dawei</li> | ||||
| 			</ul> | ||||
| 			</div> | ||||
| 			<div class="nometa"></div> | ||||
| 		</div> | ||||
| 	</div> | ||||
| 	<!-- end content --> | ||||
| 	<!-- start sidebar --> | ||||
| 	<div id="sidebar"> | ||||
| 		<ul> | ||||
| <?php | ||||
| require_once('inc/main.i'); | ||||
| require_once('inc/locales.i'); | ||||
| ?>
 | ||||
| 		</ul> | ||||
| 	</div> | ||||
| 	<!-- end sidebar --> | ||||
| 	<div style="clear: both;"> </div> | ||||
| </div> | ||||
| 
 | ||||
| 
 | ||||
| <?php require_once('inc/footer.i'); ?>
 | ||||
							
								
								
									
										176
									
								
								site/default.css
									
									
									
									
									
								
							
							
						
						| @ -1,16 +1,24 @@ | ||||
| /* | ||||
| Design by Free CSS Templates | ||||
| http://www.freecsstemplates.org | ||||
| Released for free under a Creative Commons Attribution 2.5 License | ||||
| */ | ||||
| 
 | ||||
| // reset.css | ||||
| 
 | ||||
| html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { | ||||
| background-position:0 0;background-repeat:no-repeat;border:0 none;font-size:100%;font-style:inherit;font-weight:inherit;margin:0;padding:0; | ||||
| text-align:left;vertical-align:baseline;font-family:"Myriad Pro"!important;} | ||||
| a img, :link img, :visited img { border:0 none;} | ||||
| table { border-collapse:collapse;border-spacing:0; } | ||||
| ol, ul {list-style-image:none;list-style-position:outside;list-style-type:none;} | ||||
| q:before, q:after, blockquote:before, blockquote:after { content:""; } | ||||
| 
 | ||||
| body { | ||||
| 	margin: 50px 0 0 0; | ||||
| 	padding: 0; | ||||
| 	background: #FFFFFF url(images/img01.gif) repeat-x; | ||||
| 	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; | ||||
| 	font-size: 13px; | ||||
| 	font-size: 0.8em; | ||||
| 	color: #333333; | ||||
| } | ||||
| html, body { | ||||
| 	padding: 0; | ||||
| 	margin:0; | ||||
| 	border:0 none; | ||||
| 	height:100%; | ||||
| } | ||||
| 
 | ||||
| h1, h2, h3 { | ||||
| @ -95,7 +103,8 @@ input, textarea, select { | ||||
| #header { | ||||
| 	width: 850px; | ||||
| 	height: 82px; | ||||
| 	margin: 0 auto 10px auto; | ||||
| 	margin: 0px auto 10px auto; | ||||
| 	padding-top: 50px; | ||||
| 	background: url(images/img03.gif) repeat-x left bottom; | ||||
| } | ||||
| 
 | ||||
| @ -150,7 +159,7 @@ input, textarea, select { | ||||
| 	margin-left: 30px; | ||||
| 	padding: 7px; | ||||
| 	text-decoration: none; | ||||
| 	font-size: 13px; | ||||
| 	font-size: 1em; | ||||
| 	color: #000000; | ||||
| } | ||||
| 
 | ||||
| @ -161,14 +170,38 @@ input, textarea, select { | ||||
| #menu .active a { | ||||
| 	background: url(images/img02.gif) repeat-x left bottom; | ||||
| } | ||||
| 
 | ||||
| #submenu a { | ||||
| 	padding-left: 15px; | ||||
| 	color: #536a1e; | ||||
| 	font-size: 1em; | ||||
| 	text-decoration: none; | ||||
| } | ||||
| 
 | ||||
| #submenu .active a { | ||||
| 	background: url(images/img02_h.gif) repeat-y left top; | ||||
| } | ||||
| 
 | ||||
| #submenu a:hover { | ||||
| 	text-decoration: underline; | ||||
| } | ||||
| 
 | ||||
| /* Page */ | ||||
| 
 | ||||
| #page { | ||||
| 	width: 850px; | ||||
| 	margin: 0 auto; | ||||
| } | ||||
| 
 | ||||
| .wrap { | ||||
| 	position:relative; | ||||
| 	width: 850px; | ||||
| 	margin: 0px auto; | ||||
| 	 | ||||
| 	height:auto !important; | ||||
| 	height:100%; | ||||
| 	min-height:100%; | ||||
| } | ||||
| 
 | ||||
| 
 | ||||
| /* Content */ | ||||
| 
 | ||||
| #content { | ||||
| @ -228,11 +261,6 @@ input, textarea, select { | ||||
| 	background: url(images/img06.gif) no-repeat left center; | ||||
| } | ||||
| 
 | ||||
| .post .meta .comments { | ||||
| 	padding-left: 22px; | ||||
| 	background: url(images/img07.gif) no-repeat left center; | ||||
| } | ||||
| 
 | ||||
| .post .meta b { | ||||
| 	display: none; | ||||
| } | ||||
| @ -264,85 +292,71 @@ input, textarea, select { | ||||
| #sidebar h2 { | ||||
| 	margin-bottom: 10px; | ||||
| 	background: url(images/img03.gif) repeat-x left bottom; | ||||
| 	font-size: 16px; | ||||
| 	font-size: 1.3em; | ||||
| } | ||||
| 
 | ||||
| .post .entry li { | ||||
| 	padding-left: 22px; | ||||
| 	margin-left: 0px; | ||||
| } | ||||
| 
 | ||||
| .post .entry ul { | ||||
| 	padding-left: 0px; | ||||
| } | ||||
| 
 | ||||
| /* Locales */ | ||||
| 
 | ||||
| #locales a { margin-right:20px; } | ||||
| 
 | ||||
| /* Boxes */ | ||||
| 
 | ||||
| .box1 { | ||||
| 	padding: 19px; | ||||
| 	background: url(images/img05.gif) no-repeat; | ||||
| } | ||||
| 
 | ||||
| .box2 { | ||||
| 	color: #BABABA; | ||||
| } | ||||
| 
 | ||||
| .box2 h2 { | ||||
| 	margin-bottom: 15px; | ||||
| 	background: url(images/img10.gif) repeat-x left bottom; | ||||
| 	font-size: 16px; | ||||
| 	color: #FFFFFF; | ||||
| } | ||||
| 
 | ||||
| .box2 ul { | ||||
| 	margin: 0; | ||||
| 	padding: 0; | ||||
| 	list-style: none; | ||||
| } | ||||
| 
 | ||||
| .box2 a:link, .box2 a:hover, .box2 a:active, .box2 a:visited  { | ||||
| 	color: #EDEDED; | ||||
| } | ||||
| 
 | ||||
| /* Footer */ | ||||
| 
 | ||||
| .empty_inner { | ||||
| 	height:50px; | ||||
| } | ||||
| 
 | ||||
| #footer { | ||||
| 	height: 50px; | ||||
| 	min-height: 50px; | ||||
| 	padding: 70px 0 0 0; | ||||
| 	background: #003448 url(images/img09.gif) repeat-x; | ||||
| 	background: #003448 url(images/img01_v.gif) repeat-x; | ||||
| 	font-size: 11px; | ||||
| 
 | ||||
| 	position:relative; | ||||
| 	margin-top:-51px;  | ||||
| 	width:100%;  | ||||
| } | ||||
| 
 | ||||
| html>body #footer { | ||||
| 	height: auto; | ||||
| } | ||||
| 
 | ||||
| #footer .wrap { | ||||
| 	width: 850px; | ||||
| 	margin: 0 auto; | ||||
| } | ||||
| 
 | ||||
| #legal { | ||||
| 	clear: both; | ||||
| 	padding-top: 20px; | ||||
| 	text-align: center; | ||||
| 	color: #375C69; | ||||
| #legal { | ||||
| 	clear: both; | ||||
| 	line-height: 50px; | ||||
| 	text-align: center; | ||||
| 	color: #375C69; | ||||
| 	margin-bottom: 0px; | ||||
| } | ||||
| 
 | ||||
| #legal a { | ||||
| 	color: #476B77; | ||||
| 	color: #476B77; | ||||
| 	text-decoration: none; | ||||
| } | ||||
| 
 | ||||
| #fbox1, #fbox2, #fbox3 { | ||||
| 	float: left; | ||||
| } | ||||
| 
 | ||||
| #fbox1 { | ||||
| 	width: 310px; | ||||
| } | ||||
| 
 | ||||
| #fbox2 { | ||||
| 	width: 200px; | ||||
| 	padding-left: 70px; | ||||
| } | ||||
| 
 | ||||
| #fbox3 { | ||||
| 	width: 200px; | ||||
| 	padding-left: 70px; | ||||
| 
 | ||||
| #legal a:hover { | ||||
| 	text-decoration: underline; | ||||
| } | ||||
| 
 | ||||
| #footer .flink { | ||||
| 	color: #7BAA0F; | ||||
| 	text-decoration: underline; | ||||
| } | ||||
| 
 | ||||
| 
 | ||||
| #tableh { | ||||
| 	margin-bottom: 0.8em; | ||||
| } | ||||
| 
 | ||||
| table#downl td { | ||||
| 	padding-right: 2em; | ||||
| 	line-height: 160% | ||||
| } | ||||
| 
 | ||||
| #tablecomment { | ||||
| 	margin-top: 0.5em; | ||||
| } | ||||
|  | ||||
| @ -1,5 +1,6 @@ | ||||
| <?php  | ||||
| $page = 'demo'; | ||||
| $subpage = "demo"; | ||||
| require_once('libs/common.php'); | ||||
| start_html_output(); | ||||
| require_once('inc/header.i'); | ||||
| @ -9,7 +10,7 @@ require_once('inc/menu.i'); | ||||
| <div id="page"> | ||||
| 	<div id="content"> | ||||
| 		<div class="box1"> | ||||
| 			<p><img src="images/img04_3.gif" alt="" width="74" height="79" class="left" /><?php echo getlocal("head.intro") ?></p>
 | ||||
| 			<p><img src="images/webimlogo.gif" alt="" width="74" height="79" class="left" /><?php echo getlocal("head.intro") ?></p>
 | ||||
| 		</div> | ||||
| 		<div class="post"> | ||||
| 			<h2 class="title"><?php echo getlocal("demo.title") ?></h2>
 | ||||
| @ -18,7 +19,7 @@ require_once('inc/menu.i'); | ||||
| 			 | ||||
| 			<?php echo getlocal("demo.click") ?><br/>
 | ||||
| 			<br/> | ||||
| 			<!-- webim button --><a href="http://live-im.com/webim/client.php?locale=<?php echo $current_locale ?>" target="_blank" onclick="if(navigator.userAgent.toLowerCase().indexOf('opera') != -1 && window.event.preventDefault) window.event.preventDefault();this.newWindow = window.open('http://live-im.com/webim/client.php?locale=<?php echo $current_locale ?>', 'webim', 'toolbar=0,scrollbars=0,location=0,status=1,menubar=0,width=640,height=480,resizable=1');this.newWindow.focus();this.newWindow.opener=window;return false;"><img src="http://live-im.com/webim/button.php?image=webim&lang=<?php echo $current_locale ?>" border="0" width="163" height="61"/></a><!-- / webim button --> | ||||
| 			<!-- webim button --><a href="http://live-im.com/webim/client.php?locale=<?php echo $current_locale ?>" target="_blank" onclick="if(navigator.userAgent.toLowerCase().indexOf('opera') != -1 && window.event.preventDefault) window.event.preventDefault();this.newWindow = window.open('http://live-im.com/webim/client.php?locale=<?php echo $current_locale ?>', 'webim', 'toolbar=0,scrollbars=0,location=0,status=1,menubar=0,width=640,height=480,resizable=1');this.newWindow.focus();this.newWindow.opener=window;return false;"><img src="http://live-im.com/webim/button.php?image=webim&lang=<?php echo $current_locale ?>" border="0" width="163" height="61"/></a><!-- / webim button --> | ||||
| 			<br/> | ||||
| 			 | ||||
| 			<?php echo getlocal("demo.login") ?><br/><br/>
 | ||||
| @ -36,10 +37,10 @@ require_once('inc/menu.i'); | ||||
| 			</tr> | ||||
| 			<tr> | ||||
| 				<td> | ||||
| 					<!-- webim button --><a href="http://live-im.com/webim/client.php?locale=<?php echo $current_locale ?>&style=default" target="_blank" onclick="if(navigator.userAgent.toLowerCase().indexOf('opera') != -1 && window.event.preventDefault) window.event.preventDefault();this.newWindow = window.open('http://live-im.com/webim/client.php?locale=<?php echo $current_locale ?>&style=default', 'webim', 'toolbar=0,scrollbars=0,location=0,status=1,menubar=0,width=640,height=480,resizable=1');this.newWindow.focus();this.newWindow.opener=window;return false;"><img src="images/style_default_tn.png" border="0"/></a><!-- / webim button --> | ||||
| 					<!-- webim button --><a href="http://live-im.com/webim/client.php?locale=<?php echo $current_locale ?>&style=default" target="_blank" onclick="if(navigator.userAgent.toLowerCase().indexOf('opera') != -1 && window.event.preventDefault) window.event.preventDefault();this.newWindow = window.open('http://live-im.com/webim/client.php?locale=<?php echo $current_locale ?>&style=default', 'webim', 'toolbar=0,scrollbars=0,location=0,status=1,menubar=0,width=640,height=480,resizable=1');this.newWindow.focus();this.newWindow.opener=window;return false;"><img src="images/style_default_tn.png" border="0"/></a><!-- / webim button --> | ||||
| 				</td> | ||||
| 				<td> | ||||
| 					<!-- webim button --><a href="http://live-im.com/webim/client.php?locale=<?php echo $current_locale ?>&style=original" target="_blank" onclick="if(navigator.userAgent.toLowerCase().indexOf('opera') != -1 && window.event.preventDefault) window.event.preventDefault();this.newWindow = window.open('http://live-im.com/webim/client.php?locale=<?php echo $current_locale ?>&style=original', 'webim', 'toolbar=0,scrollbars=0,location=0,status=1,menubar=0,width=640,height=480,resizable=1');this.newWindow.focus();this.newWindow.opener=window;return false;"><img src="images/style_original_tn.png" border="0"/></a><!-- / webim button --> | ||||
| 					<!-- webim button --><a href="http://live-im.com/webim/client.php?locale=<?php echo $current_locale ?>&style=original" target="_blank" onclick="if(navigator.userAgent.toLowerCase().indexOf('opera') != -1 && window.event.preventDefault) window.event.preventDefault();this.newWindow = window.open('http://live-im.com/webim/client.php?locale=<?php echo $current_locale ?>&style=original', 'webim', 'toolbar=0,scrollbars=0,location=0,status=1,menubar=0,width=640,height=480,resizable=1');this.newWindow.focus();this.newWindow.opener=window;return false;"><img src="images/style_original_tn.png" border="0"/></a><!-- / webim button --> | ||||
| 				</td> | ||||
| 			</tr> | ||||
| 			</table> | ||||
| @ -52,6 +53,7 @@ require_once('inc/menu.i'); | ||||
| 	<div id="sidebar"> | ||||
| 		<ul> | ||||
| <?php | ||||
| require_once('inc/demo.i'); | ||||
| require_once('inc/locales.i'); | ||||
| ?>
 | ||||
| 		</ul> | ||||
|  | ||||
| @ -9,7 +9,7 @@ require_once('inc/menu.i'); | ||||
| <div id="page"> | ||||
| 	<div id="content"> | ||||
| 		<div class="box1"> | ||||
| 			<p><img src="images/img04_3.gif" alt="" width="74" height="79" class="left" /><?php echo getlocal("head.intro") ?></p>
 | ||||
| 			<p><img src="images/webimlogo.gif" alt="" width="74" height="79" class="left" /><?php echo getlocal("head.intro") ?></p>
 | ||||
| 		</div> | ||||
| 		<div class="post"> | ||||
| 			<h2 class="title"><?php echo getlocal("downl.title") ?></h2>
 | ||||
| @ -19,34 +19,43 @@ require_once('inc/menu.i'); | ||||
| 				<a href="http://prdownloads.sourceforge.net/webim/webim152.zip?download"> | ||||
| 				1.5.2, February 16, 2009</a> | ||||
| 			</p> | ||||
| 			<p> | ||||
| 			<p id="tableh"> | ||||
| 				<?php echo getlocal("downl.local") ?>
 | ||||
| 			</p> | ||||
| 			<table cellpadding="0" cellspacing="2" border="0"> | ||||
| 			<table cellpadding="0" cellspacing="0" border="0" id="downl"> | ||||
| 			<tr> | ||||
| 				<td><a href="http://prdownloads.sourceforge.net/webim/webim_de152.zip?download">Deutsch</a></td> | ||||
| 				<td>1.5.2</td> | ||||
| 				<td>16 Feb 2009</td></tr> | ||||
| 			 | ||||
| 			<tr> | ||||
| 				<td><a href="http://prdownloads.sourceforge.net/webim/webim_fr152.zip?download">French</a></td> | ||||
| 				<td>1.5.2</td> | ||||
| 				<td>16 Feb 2009</td></tr> | ||||
| 
 | ||||
| 			<tr> | ||||
| 				<td><a href="http://prdownloads.sourceforge.net/webim/webim_pl152.zip?download">Polski</a></td> | ||||
| 				<td>1.5.2</td> | ||||
| 				<td>22 Feb 2009</td></tr> | ||||
| 
 | ||||
| 			<tr> | ||||
| 				<td><a href="http://prdownloads.sourceforge.net/webim/webim_ru152.zip?download">Russian</a></td> | ||||
| 				<td>1.5.2</td> | ||||
| 				<td>16 Feb 2009</td></tr> | ||||
| 			 | ||||
| 			<tr><td> | ||||
| 				<a href="http://prdownloads.sourceforge.net/webim/webim_de152.zip?download"> | ||||
| 				Deutsch</a></td><td>1.5.2</td><td>16 Feb 2009</td></tr> | ||||
| 				<a href="http://prdownloads.sourceforge.net/webim/webim_sp152.zip?download">Spanish</a></td> | ||||
| 				<td>1.5.2</td> | ||||
| 				<td>16 Feb 2009</td></tr> | ||||
| 			 | ||||
| 			<tr><td style="padding-right:2cm;"> | ||||
| 				<a href="http://prdownloads.sourceforge.net/webim/webim_fr152.zip?download"> | ||||
| 				French</a></td> | ||||
| 				<td style="padding-right:1cm;">1.5.2</td><td>16 Feb 2009</td></tr> | ||||
| 			 | ||||
| 			<tr><td> | ||||
| 				<a href="http://prdownloads.sourceforge.net/webim/webim_ru152.zip?download"> | ||||
| 				Russian</a></td><td>1.5.2</td><td>16 Feb 2009</td></tr> | ||||
| 			 | ||||
| 			<tr><td> | ||||
| 				<a href="http://prdownloads.sourceforge.net/webim/webim_sp152.zip?download"> | ||||
| 				Spanish</a></td><td>1.5.2</td><td>16 Feb 2009</td></tr> | ||||
| 			 | ||||
| 			<tr><td style="padding-right:1cm;"> | ||||
| 				<a href="http://prdownloads.sourceforge.net/webim/webim_zh-tw152.zip?download"> | ||||
| 				Traditional Chinese</a></td><td>1.5.2</td><td>16 Feb 2009</td></tr> | ||||
| 			<tr> | ||||
| 				<td><a href="http://prdownloads.sourceforge.net/webim/webim_zh-tw152.zip?download">Traditional Chinese</a></td> | ||||
| 				<td>1.5.2</td> | ||||
| 				<td>16 Feb 2009</td></tr> | ||||
| 				 | ||||
| 			</table> | ||||
| 
 | ||||
| 			<p> | ||||
| 			<p id="tablecomment"> | ||||
| 			<?php echo getlocal("lang.missing") ?> <a href="/forums/index.php?board=7.0"><?php echo getlocal("lang.link") ?></a>
 | ||||
| 			</p> | ||||
| 			 | ||||
|  | ||||
| @ -1,5 +1,6 @@ | ||||
| <?php  | ||||
| $page = 'feat'; | ||||
| $page = 'demo'; | ||||
| $subpage = "features"; | ||||
| require_once('libs/common.php'); | ||||
| start_html_output(); | ||||
| require_once('inc/header.i'); | ||||
| @ -10,7 +11,7 @@ require_once('inc/menu.i'); | ||||
| 	<!-- start content --> | ||||
| 	<div id="content"> | ||||
| 		<div class="box1"> | ||||
| 			<p><img src="images/img04_3.gif" alt="" width="74" height="79" class="left" /><?php echo getlocal("head.intro") ?></p>
 | ||||
| 			<p><img src="images/webimlogo.gif" alt="" width="74" height="79" class="left" /><?php echo getlocal("head.intro") ?></p>
 | ||||
| 		</div> | ||||
| 		<div class="post"> | ||||
| 			<h2 class="title"><?php echo getlocal("features.title") ?></h2>
 | ||||
| @ -54,6 +55,7 @@ require_once('inc/menu.i'); | ||||
| 	<div id="sidebar"> | ||||
| 		<ul> | ||||
| <?php | ||||
| require_once('inc/demo.i'); | ||||
| require_once('inc/locales.i'); | ||||
| ?>
 | ||||
| 			<li> | ||||
|  | ||||
							
								
								
									
										
											BIN
										
									
								
								site/images/img01_v.gif
									
									
									
									
									
										Normal file
									
								
							
							
						
						| After Width: | Height: | Size: 160 B | 
							
								
								
									
										
											BIN
										
									
								
								site/images/img02_h.gif
									
									
									
									
									
										Normal file
									
								
							
							
						
						| After Width: | Height: | Size: 54 B | 
| Before Width: | Height: | Size: 4.7 KiB | 
| Before Width: | Height: | Size: 3.2 KiB | 
| Before Width: | Height: | Size: 3.0 KiB | 
| Before Width: | Height: | Size: 2.1 KiB | 
| Before Width: | Height: | Size: 68 B | 
| Before Width: | Height: | Size: 102 B | 
| Before Width: | Height: | Size: 609 B | 
| Before Width: | Height: | Size: 43 B | 
| Before Width: | Height: | Size: 43 B | 
| Before Width: | Height: | Size: 3.9 KiB After Width: | Height: | Size: 3.9 KiB | 
							
								
								
									
										7
									
								
								site/inc/demo.i
									
									
									
									
									
										Normal file
									
								
							
							
						
						| @ -0,0 +1,7 @@ | ||||
| 			<li> | ||||
| 				<h2><b>More</b></h2> | ||||
| 				<ul id="submenu"> | ||||
| 					<li<?php echo $subpage == 'demo' ? ' class="active"' : '' ?>><a href="demo.php"><?php echo getlocal("menu.demo") ?></a></li> | ||||
| 					<li<?php echo $subpage == 'features' ? ' class="active"' : '' ?>><a href="features.php"><?php echo getlocal("menu.features") ?></a></li> | ||||
| 				</ul> | ||||
| 			</li> | ||||
| @ -1,5 +1,6 @@ | ||||
| <div id="footer"> | ||||
| 	<p id="legal">(c) 2009 openwebim.org. Design by <a href="http://www.nodethirtythree.com/">NodeThirtyThree</a> and <a href="http://www.freecsstemplates.org/">Free CSS Templates</a>.</p> | ||||
| 	<div class="empty_inner" style=""> </div> | ||||
| </div> | ||||
| <div id="footer"> | ||||
| 	<p id="legal"><a href="/contact.php" class="flink">Contact Us</a> | (c) 2009 openwebim.org. Design by <a href="http://www.nodethirtythree.com/">NodeThirtyThree</a> and <a href="http://www.freecsstemplates.org/">Free CSS Templates</a>.</p></div> | ||||
| </body> | ||||
| </html> | ||||
|  | ||||
| @ -8,3 +8,4 @@ | ||||
| <link href="default.css" rel="stylesheet" type="text/css" /> | ||||
| </head> | ||||
| <body> | ||||
| <div class="wrap"> | ||||
| @ -1,11 +1,11 @@ | ||||
| 			<li> | ||||
| 				<h2><b>partners</b></h2> | ||||
| 				<h2><?php echo getlocal("partners.title") ?></h2> | ||||
| 				<ul> | ||||
| 				<li><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></li> | ||||
| 				<li><a href="http://sourceforge.net"><img src="http://sflogo.sourceforge.net/sflogo.php?group_id=195701&type=2" width="125" height="37" alt="SourceForge.net Logo" /></a></li> | ||||
| 				</ul> | ||||
| 			</li> | ||||
| 			<li id="locales"> | ||||
| 				<h2><b>languages</b></h2> | ||||
| 				<h2><?php echo getlocal("languages.title") ?></h2> | ||||
| 				<p> | ||||
| <?php	 | ||||
| 	foreach(array('en'=>'English','sp'=>'Spanish','ru'=>'Russian') as $k => $v) { | ||||
|  | ||||
							
								
								
									
										9
									
								
								site/inc/main.i
									
									
									
									
									
										Normal file
									
								
							
							
						
						| @ -0,0 +1,9 @@ | ||||
| 			<li> | ||||
| 				<h2><?php echo getlocal("submenu.title") ?></h2> | ||||
| 				<ul id="submenu"> | ||||
| 					<li<?php echo $subpage == 'news' ? ' class="active"' : '' ?>><a href="index.php"><?php echo getlocal("menu.news") ?></a></li> | ||||
| 					<li<?php echo $subpage == 'contacts' ? ' class="active"' : '' ?>><a href="contact.php"><?php echo getlocal("menu.contacts") ?></a></li> | ||||
| 					<li<?php echo $subpage == 'terms' ? ' class="active"' : '' ?>><a href="license.php"><?php echo getlocal("menu.terms") ?></a></li> | ||||
| 					<li<?php echo $subpage == 'credits' ? ' class="active"' : '' ?>><a href="credits.php"><?php echo getlocal("menu.credits") ?></a></li> | ||||
| 				</ul> | ||||
| 			</li> | ||||
| @ -7,7 +7,6 @@ | ||||
| 	<div id="menu"> | ||||
| 	  <ul> | ||||
|         <li<?php echo $page == 'home' ? ' class="active"' : '' ?>><a href="index.php"><?php echo getlocal("menu.home") ?></a></li> | ||||
|         <li<?php echo $page == 'feat' ? ' class="active"' : '' ?>><a href="features.php"><?php echo getlocal("menu.features") ?></a></li> | ||||
|         <li<?php echo $page == 'demo' ? ' class="active"' : '' ?>><a href="demo.php"><?php echo getlocal("menu.demo") ?></a></li> | ||||
|         <li<?php echo $page == 'downl' ? ' class="active"' : '' ?>><a href="download.php"><?php echo getlocal("menu.download") ?></a></li> | ||||
|         <li<?php echo $page == 'supp' ? ' class="active"' : '' ?>><a href="forums"><?php echo getlocal("menu.support") ?></a></li> | ||||
|  | ||||
| @ -1,5 +1,6 @@ | ||||
| <?php  | ||||
| $page = 'home'; | ||||
| $subpage = 'news'; | ||||
| require_once('libs/common.php'); | ||||
| start_html_output(); | ||||
| require_once('inc/header.i'); | ||||
| @ -10,7 +11,7 @@ require_once('inc/menu.i'); | ||||
| 	<!-- start content --> | ||||
| 	<div id="content"> | ||||
| 		<div class="box1"> | ||||
| 			<p><img src="images/img04_3.gif" alt="" width="74" height="79" class="left" /><?php echo getlocal("head.intro") ?></p>
 | ||||
| 			<p><img src="images/webimlogo.gif" alt="" width="74" height="79" class="left" /><?php echo getlocal("head.intro") ?></p>
 | ||||
| 		</div> | ||||
| 		<div class="post"> | ||||
| 			<h2 class="title"><?php echo getlocal("index.how.title") ?></h2>
 | ||||
| @ -36,17 +37,13 @@ require_once('inc/menu.i'); | ||||
| 	<div id="sidebar"> | ||||
| 		<ul> | ||||
| <?php | ||||
| require_once('inc/main.i'); | ||||
| require_once('inc/locales.i'); | ||||
| ?>
 | ||||
| 			<li> | ||||
| 				<h2>Quick <b>Navigation</b></h2> | ||||
| 				<h2><?php echo getlocal("sidebar.quicknav") ?></h2>
 | ||||
| 				<ul> | ||||
| 					<li><a href="#">Screenshots</a></li> | ||||
| 					<li><a href="#">FAQ</a></li> | ||||
| 					<li><a href="#">Demo</a></li> | ||||
| 					<li><a href="#">Download</a></li> | ||||
| 					<li><a href="#">Support</a></li> | ||||
| 					<li><a href="#">Contacts</a></li> | ||||
| 					<li><a href="features.php"><?php echo getlocal("menu.features") ?></a></li>
 | ||||
| 				</ul> | ||||
| 			</li> | ||||
| 		</ul> | ||||
|  | ||||
							
								
								
									
										40
									
								
								site/license.php
									
									
									
									
									
										Normal file
									
								
							
							
						
						| @ -0,0 +1,40 @@ | ||||
| <?php  | ||||
| $page = 'home'; | ||||
| $subpage = 'terms'; | ||||
| require_once('libs/common.php'); | ||||
| start_html_output(); | ||||
| require_once('inc/header.i'); | ||||
| require_once('inc/menu.i'); | ||||
| ?>
 | ||||
| 
 | ||||
| <div id="page"> | ||||
| 	<div id="content"> | ||||
| 		<div class="box1"> | ||||
| 			<p><img src="images/webimlogo.gif" alt="" width="74" height="79" class="left" /><?php echo getlocal("head.intro") ?></p>
 | ||||
| 		</div> | ||||
| 		<div class="post"> | ||||
| 			<h2 class="title"><?php echo getlocal("license.title") ?></h2>
 | ||||
| 			<div class="entry"> | ||||
| 			<p> | ||||
| 			<?php echo getlocal("license.content") ?><br/>
 | ||||
| 			</p> | ||||
| 			</div> | ||||
| 			<div class="nometa"></div> | ||||
| 		</div> | ||||
| 	</div> | ||||
| 	<!-- end content --> | ||||
| 	<!-- start sidebar --> | ||||
| 	<div id="sidebar"> | ||||
| 		<ul> | ||||
| <?php | ||||
| require_once('inc/main.i'); | ||||
| require_once('inc/locales.i'); | ||||
| ?>
 | ||||
| 		</ul> | ||||
| 	</div> | ||||
| 	<!-- end sidebar --> | ||||
| 	<div style="clear: both;"> </div> | ||||
| </div> | ||||
| 
 | ||||
| 
 | ||||
| <?php require_once('inc/footer.i'); ?>
 | ||||
| @ -7,13 +7,32 @@ head.name=Open Web Messenger | ||||
| head.descr=open-source live support software | ||||
| 
 | ||||
| menu.home=Home | ||||
| menu.features=Features | ||||
| menu.news=News | ||||
| menu.contacts=Contact Us | ||||
| menu.terms=Terms Of Use | ||||
| menu.credits=Credits | ||||
| menu.demo=Demo | ||||
| menu.features=Features | ||||
| menu.download=Download | ||||
| menu.support=Forum | ||||
| 
 | ||||
| submenu.title=<b>More</b> | ||||
| partners.title=<b>partners</b> | ||||
| languages.title=<b>languages</b> | ||||
| sidebar.quicknav=Quick <b>Navigation</b> | ||||
| 
 | ||||
| head.intro=<strong>Web Messenger</strong> is an open-source live support application written in PHP and MySQL. It enables one-on-one chat assistance in real-time directly from your website. | ||||
| 
 | ||||
| contacts.title=Contact us | ||||
| contacts.content=Contact person: Evgeny Gryaznov<br/>E mail: evgeny [at] openwebim (dot) org | ||||
| 
 | ||||
| credits.title=Credits | ||||
| credits.translators=Translators: | ||||
| credits.content=This is a list of people that have contributed to the Open Web Messenger project. | ||||
| 
 | ||||
| license.title=Terms of use | ||||
| license.content=Open Web Messenger is distributed under the terms of the <a href="http://www.eclipse.org/legal/epl-v10.html">Eclipse Public License v1.0</a>.<br/>\nThe EPL 1.0 is not compatible with the GPL. Please <a href="http://en.wikipedia.org/wiki/Eclipse_Public_License">read more about EPL 1.0</a>. | ||||
| 
 | ||||
| index.how.title=How it works? | ||||
| index.how.text=You should place the button of Web Messenger at your site. Your visitors click the button and chat with your operators who help them. | ||||
| index.license=This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0. | ||||
| @ -34,21 +53,21 @@ index.hosted=Copyright 2009 Open Web Messenger Powered By Trilex Labs | ||||
| 
 | ||||
| features.title=Features | ||||
| features.price.title=Pricing | ||||
| features.price=<ul><li>Open-source code, free of charge\n<li>Eclipse Public License 1.0</ul> | ||||
| features.price=<ul><li>Open-source code, free of charge</li>\n<li>Eclipse Public License 1.0</li></ul> | ||||
| features.main.title=Main features | ||||
| features.main=<ul>\n<li>Unlimited operators, chats, and users\n<li>Priority queue of visitors\n<li>Chat button for email signatures\n<li>Differing buttons on same website\n<li>English and russian are supported\n<li>Reconnect automatically if the internet connection went down\n</ul> | ||||
| features.main=<ul>\n<li>Unlimited operators, chats, and users</li>\n<li>Priority queue of visitors</li>\n<li>Chat button for email signatures</li>\n<li>Differing buttons on same website</li>\n<li>English and russian are supported</li>\n<li>Reconnect automatically if the internet connection went down</li>\n</ul> | ||||
| features.chat.title=Chat window | ||||
| features.chat=<ul>\n<li>Agent and visitor "Typing Indicator"\n<li>Agent photo\n<li>Chat transcript emails\n<li>Sound and Visual alerts\n<li>"Leave a message" when you are away\n<li>Customize chat with your Logo, Name etc.\n<li>Unicode support for multiple languages\n<li>Quickly convert text to hyperlinks in chat\n<li>Not blocked by pop-up blockers\n</ul> | ||||
| features.chat=<ul>\n<li>Agent and visitor "Typing Indicator"</li>\n<li>Agent photo</li>\n<li>Chat transcript emails</li>\n<li>Sound and Visual alerts</li>\n<li>"Leave a message" when you are away</li>\n<li>Customize chat with your Logo, Name etc.</li>\n<li>Unicode support for multiple languages</li>\n<li>Quickly convert text to hyperlinks in chat</li>\n<li>Not blocked by pop-up blockers</li>\n</ul> | ||||
| features.operator.title=Operator abilites | ||||
| features.operator=<ul>\n<li>Web-based Operator Console\n<li>Canned messages for speed and consistency\n<li>Track where your visitors clicked from to get to your website (refer URL)\n<li>Chat conversation history with search\n<li>Linking to previous visits, instant access to previous chats\n<li>Reassign/Transfer chat ownership\n<li>Mark/Highlight nuisance visitors\n<li>Administrator can view active chats\n<li>Information about visitor: first message, address, browser\n<li>Administrator can take over the chat\n</ul> | ||||
| features.operator=<ul>\n<li>Web-based Operator Console</li>\n<li>Canned messages for speed and consistency</li>\n<li>Track where your visitors clicked from to get to your website (refer URL)</li>\n<li>Chat conversation history with search</li>\n<li>Linking to previous visits, instant access to previous chats</li>\n<li>Reassign/Transfer chat ownership</li>\n<li>Mark/Highlight nuisance visitors</li>\n<li>Administrator can view active chats</li>\n<li>Information about visitor: first message, address, browser</li>\n<li>Administrator can take over the chat</li>\n</ul> | ||||
| features.next.title=New in version 1.5 | ||||
| features.next=<ul>\n<li>Chat Window themes support, select your default one\n<li>Generate button for specific theme\n<li>2 pre-installed themes\n<li>UI for easy theme creation and customization\n<li>UI for system translation\n<li>Geolocation link on each IP\n<li>Agents permissions\n</ul> | ||||
| features.next=<ul>\n<li>Chat Window themes support, select your default one</li>\n<li>Generate button for specific theme</li>\n<li>2 pre-installed themes</li>\n<li>UI for easy theme creation and customization</li>\n<li>UI for system translation</li>\n<li>Geolocation link on each IP</li>\n<li>Agents permissions</li>\n</ul> | ||||
| 
 | ||||
| features.requirements.title=Server requirements | ||||
| features.requirements=<ul>\n<li>A webserver or web hosting account running on any major Operating System\n<li>PHP (5.x and above) with MySQL support\n<li>MySQL 5.0 and above\n</ul> | ||||
| features.requirements=<ul>\n<li>A webserver or web hosting account running on any major Operating System</li>\n<li>PHP (5.x and above) with MySQL support</li>\n<li>MySQL 5.0 and above</li>\n</ul> | ||||
| 
 | ||||
| features.browsers.title=Supported browsers | ||||
| features.browsers=<ul>\n<li>Microsoft Internet Explorer 5.0+\n<li>Mozilla Firefox 1.0+\n<li>Mozilla 1.4, 1.7\n<li>Opera 7.0+\n<li>Safari 1.2.5+\n<li>Netscape 6.0+\n<li>Google Chrome 0.2.149.29+\n<li>iPhone 1.1.4+\n</ul> | ||||
| features.browsers=<ul>\n<li>Microsoft Internet Explorer 5.0+</li>\n<li>Mozilla Firefox 1.0+</li>\n<li>Mozilla 1.4, 1.7</li>\n<li>Opera 7.0+</li>\n<li>Safari 1.2.5+</li>\n<li>Netscape 6.0+</li>\n<li>Google Chrome 0.2.149.29+</li>\n<li>iPhone 1.1.4+</li>\n</ul> | ||||
| 
 | ||||
| features.content.head=Content: | ||||
| 
 | ||||
|  | ||||
| @ -2,19 +2,23 @@ encoding=cp1251 | ||||
| output_charset=utf-8 | ||||
| output_encoding=utf-8 | ||||
| title=Open Мессенджер | ||||
| head.name=<strong>Open Мессенджер</strong> - бесплатное решение для онлайн поддержки | ||||
| menu.home=главная | ||||
| head.descr=позволяет посетителям вашего сайта легко общаться с вашими операторами | ||||
| menu.demo=демо | ||||
| menu.download=скачать | ||||
| menu.support=поддержка | ||||
| head.name=Open Web Messenger | ||||
| menu.home=Главная | ||||
| head.descr=поддержка посетителей вашего сайта | ||||
| menu.demo=Демо | ||||
| menu.download=Скачать | ||||
| menu.support=Форум | ||||
| submenu.title=<b>еще</b> | ||||
| partners.title=<b>партнеры</b> | ||||
| languages.title=<b>языки</b> | ||||
| sidebar.quicknav=а <b>также...</b> | ||||
| index.whatis.title=Что такое Open Мессенджер? | ||||
| index.license.title=Лицензия | ||||
| demo.click=Нажмите на эту кнопку (если она OFFLINE, то сначала войдите в систему как оператор): | ||||
| demo.application=Приложение Open Мессенджер | ||||
| tag.pagination.info=Страница {0} из {1}, показаны {2}-{3} из {4} | ||||
| demo.login=И войдите в систему как администратор (пароль не требуется) : | ||||
| menu.features=возможности | ||||
| menu.features=Возможности | ||||
| features.chat=<ul>\n<li>Уведомление о наборе текста собеседником\n<li>Фотография оператора в окне диалога\n<li>Возможность отправки истории диалога себе на email\n<li>Звуковые и визуальные оповещения о приходе нового сообщения\n<li>Возможность оставить сообщения при отсутствии операторов в онлайне\n<li>Кастомизация вашего логотипа и названия компании\n<li>Поддержка разных языков (Unicode)\n<li>Выделение ссылок в окне диалога с возможностью перехода\n<li>Всплывающее окно не блокируется большинством браузеров \n</ul> | ||||
| features.chat.title=Окно диалога | ||||
| features.main.title=Основные возможности | ||||
| @ -43,10 +47,25 @@ features.next.title= | ||||
| features.next=<ul>\n<li>Стили оформления чат окна, выбор стиля в системе по-умолчанию\n<li>Генерация кнопки с учетом выбора стиля\n<li>2 стиля по умолчанию включены в систему\n<li>Интерфейс для удобной разработки новых стилей\n<li>Интерфейс для перевода системы на другие языки\n<li>Ссылка на геоинформацию для каждого IP\n<li>Система прав доступа для агентов\n</ul> | ||||
| demo.styles=Нажмите на эти картинки, чтобы увидеть возможный вид окна диалога: | ||||
| downl.prev=Предыдущая: | ||||
| downl.local=Localization packages: | ||||
| downl.local=Дополнительные языки: | ||||
| support.title=Поддержка | ||||
| support.tutorials=Как инсталировать | ||||
| support.FAQ=Часто задаваемые вопросы | ||||
| support.ScreenShots=Скриншоты | ||||
| lang.missing=Вашего языка нет в списке? | ||||
| lang.link=Попробуйте здесь | ||||
| head.intro=<strong>Web Messenger</strong> это PHP/MySQL приложение с открытым исходным кодом для общения с посетителями вашего сайта. На ваших страницах появится кнопка связи с оператором. | ||||
| index.how.text=Вы размещаете предоставленную кнопку связи с оператором на вашем сайте. Ваши посетители получают возможность пообщаться с вашими операторами не устанавливая дополнительного ПО. | ||||
| menu.news=Новости | ||||
| menu.contacts=Свяжитесь с нами | ||||
| menu.terms=Условия использования | ||||
| menu.credits=Благодарности | ||||
| credits.title=Благодарности | ||||
| credits.translators=Переводчики: | ||||
| index.post.link=<a href="/forums/index.php?topic=52.0" class="more">Прочитать полную статью</a> | ||||
| index.post.when=Размещено 17 февраля, 2009 by inspirer | ||||
| features.title=Возможности | ||||
| index.post.text=<p>\nМы рады сообщить о выпуске новой версии 1.5.2. Этот релиз содержит небольшие исправления и улучшения.\n</p>\n<ul>\n<li>новые иконки для чата</li>\n<li>возможность отключения звуковых нотификаций</li>\n<li>добавлена кнопка перевода чата в SSL режим</li>\n<li>сообщение о том откуда пришел посетитель</li>\n</ul>\n<p><a href="#">Скачать 1.5.2</a></p> | ||||
| contacts.title=Свяжитесь с нами | ||||
| contacts.content=Контактное лицо: Evgeny Gryaznov<br/>E mail: evgeny [at] openwebim (dot) org | ||||
| license.title=Условия использования | ||||
|  | ||||
| @ -3,14 +3,14 @@ output_charset=utf-8 | ||||
| output_encoding=utf-8 | ||||
| 
 | ||||
| title=Open Web Messenger | ||||
| head.name=<strong>Web Messenger</strong> — software libre para la ayuda en vivo | ||||
| head.name=Open Web Messenger | ||||
| head.descr=permite a los visitantes de su sitio chatear con tus operadores | ||||
| 
 | ||||
| menu.home=inicio | ||||
| menu.features=características | ||||
| menu.demo=demo | ||||
| menu.download=descarga | ||||
| menu.support=soporte | ||||
| menu.home=Inicio | ||||
| menu.features=Características | ||||
| menu.demo=Demo | ||||
| menu.download=Descarga | ||||
| menu.support=Soporte | ||||
| 
 | ||||
| index.whatis.title=¿Qué es Web Messenger? | ||||
| index.whatis="Web Messenger" – es el único software que permite que los visitantes de tu sitio webse comuniquen con tus operadores. | ||||
| @ -47,4 +47,7 @@ support.tutorials=¿Como instalar? | ||||
| support.ScreenShots=Captura de Pantallas | ||||
| support.FAQ=FAQ | ||||
| downl.release=Liberación: | ||||
| tag.pagination.info=Página {0} de {1}, {2}-{3} hasta {4} | ||||
| tag.pagination.info=Página {0} de {1}, {2}-{3} hasta {4} | ||||
| index.how.text=Debes colocar el botón de Web Messenger en tu sitio web, para que tus visitantes hagan clic en el botón y entonces puedan comunicarse con tus operadores quienes lesproporcionaran la correspondiente ayuda en línea. | ||||
| features.title=Características | ||||
| head.intro=<strong>"Web Messenger</strong> permite una fácil comunicación con clientes potenciales, lo que significa incrementar los tipos de conversión y ventas en línea de tu sitio web. | ||||
|  | ||||
| @ -1,6 +1,9 @@ | ||||
| <news> | ||||
| <font color="dark orange"><strong>Open Web Messenger Forums</strong></font> | ||||
| <br /> | ||||
| <a href="http://openwebim.org/forums" target="_blank">Visit our new forums page.</a> | ||||
| <br /><br /> | ||||
| <font color="dark orange"><strong>Open Web Messenger 1.5.1 Update</strong></font> | ||||
| <br />Version 1.5.1 is released! Get your copy at <a href="https://sourceforge.net/project/platformdownload.php?group_id=195701" target="_blank">Source Forge</a>  | ||||
| <font color="dark orange"><strong>Open Web Messenger 1.5.2 Update</strong></font> | ||||
| <br />Version 1.5.2 is released! Get your copy at <a href="http://openwebim.org/download.php" target="_blank">Source Forge</a> | ||||
| </news> | ||||
|   | ||||
| @ -1,35 +0,0 @@ | ||||
| /*Nifty Corners Cube CSS by Alessandro Fulciniti | ||||
| The following classes are added dinamically by javascript, | ||||
| and their use should be avoided in the markup */ | ||||
| 
 | ||||
| b.niftycorners,b.niftyfill{display:block} | ||||
| b.niftycorners *{display:block;height: 1px;line-height:1px;font-size: 1px; | ||||
|     overflow:hidden;border-style:solid;border-width: 0 1px} | ||||
| /*normal*/ | ||||
| b.r1{margin: 0 3px;border-width: 0 2px} | ||||
| b.r2{margin: 0 2px} | ||||
| b.r3{margin: 0 1px} | ||||
| b.r4{height: 2px} | ||||
| b.rb1{margin: 0 8px;border-width:0 2px} | ||||
| b.rb2{margin: 0 6px;border-width:0 2px} | ||||
| b.rb3{margin: 0 5px} | ||||
| b.rb4{margin: 0 4px} | ||||
| b.rb5{margin: 0 3px} | ||||
| b.rb6{margin: 0 2px} | ||||
| b.rb7{margin: 0 1px;height:2px} | ||||
| b.rb8{margin: 0;height:2px} | ||||
| b.rs1{margin: 0 1px} | ||||
| /*transparent inside*/ | ||||
| b.t1{border-width: 0 5px} | ||||
| b.t2{border-width: 0 3px} | ||||
| b.t3{border-width: 0 2px} | ||||
| b.t4{height: 2px} | ||||
| b.tb1{border-width: 0 10px} | ||||
| b.tb2{border-width: 0 8px} | ||||
| b.tb3{border-width: 0 6px} | ||||
| b.tb4{border-width: 0 5px} | ||||
| b.tb5{border-width: 0 4px} | ||||
| b.tb6{border-width: 0 3px} | ||||
| b.tb7{border-width: 0 2px;height:2px} | ||||
| b.tb8{border-width: 0 1px;height:2px} | ||||
| b.ts1{border-width: 0 2px} | ||||
| @ -1,298 +0,0 @@ | ||||
| /* Nifty Corners Cube - rounded corners with CSS and Javascript | ||||
| Copyright 2006 Alessandro Fulciniti (a.fulciniti@html.it) | ||||
| 
 | ||||
| This program is free software; you can redistribute it and/or modify | ||||
| it under the terms of the GNU General Public License as published by | ||||
| the Free Software Foundation; either version 2 of the License, or | ||||
| (at your option) any later version. | ||||
| 
 | ||||
| This program is distributed in the hope that it will be useful, | ||||
| but WITHOUT ANY WARRANTY; without even the implied warranty of | ||||
| MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the | ||||
| GNU General Public License for more details. | ||||
| 
 | ||||
| You should have received a copy of the GNU General Public License | ||||
| along with this program; if not, write to the Free Software | ||||
| Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA | ||||
| */ | ||||
| 
 | ||||
| var niftyOk=(document.getElementById && document.createElement && Array.prototype.push); | ||||
| var niftyCss=false; | ||||
| 
 | ||||
| String.prototype.find=function(what){ | ||||
| return(this.indexOf(what)>=0 ? true : false); | ||||
| } | ||||
| 
 | ||||
| var oldonload=window.onload; | ||||
| if(typeof(NiftyLoad)!='function') NiftyLoad=function(){}; | ||||
| if(typeof(oldonload)=='function') | ||||
|     window.onload=function(){oldonload();AddCss();NiftyLoad()}; | ||||
| else window.onload=function(){AddCss();NiftyLoad()}; | ||||
| 
 | ||||
| function AddCss(){ | ||||
| niftyCss=true; | ||||
| var l=CreateEl("link"); | ||||
| l.setAttribute("type","text/css"); | ||||
| l.setAttribute("rel","stylesheet"); | ||||
| l.setAttribute("href","niftyCorners.css"); | ||||
| l.setAttribute("media","screen"); | ||||
| document.getElementsByTagName("head")[0].appendChild(l); | ||||
| } | ||||
| 
 | ||||
| function Nifty(selector,options){ | ||||
| if(niftyOk==false) return; | ||||
| if(niftyCss==false) AddCss(); | ||||
| var i,v=selector.split(","),h=0; | ||||
| if(options==null) options=""; | ||||
| if(options.find("fixed-height")) | ||||
|     h=getElementsBySelector(v[0])[0].offsetHeight; | ||||
| for(i=0;i<v.length;i++) | ||||
|     Rounded(v[i],options); | ||||
| if(options.find("height")) SameHeight(selector,h); | ||||
| } | ||||
| 
 | ||||
| function Rounded(selector,options){ | ||||
| var i,top="",bottom="",v=new Array(); | ||||
| if(options!=""){ | ||||
|     options=options.replace("left","tl bl"); | ||||
|     options=options.replace("right","tr br"); | ||||
|     options=options.replace("top","tr tl"); | ||||
|     options=options.replace("bottom","br bl"); | ||||
|     options=options.replace("transparent","alias"); | ||||
|     if(options.find("tl")){ | ||||
|         top="both"; | ||||
|         if(!options.find("tr")) top="left"; | ||||
|         } | ||||
|     else if(options.find("tr")) top="right"; | ||||
|     if(options.find("bl")){ | ||||
|         bottom="both"; | ||||
|         if(!options.find("br")) bottom="left"; | ||||
|         } | ||||
|     else if(options.find("br")) bottom="right"; | ||||
|     } | ||||
| if(top=="" && bottom=="" && !options.find("none")){top="both";bottom="both";} | ||||
| v=getElementsBySelector(selector); | ||||
| for(i=0;i<v.length;i++){ | ||||
|     FixIE(v[i]); | ||||
|     if(top!="") AddTop(v[i],top,options); | ||||
|     if(bottom!="") AddBottom(v[i],bottom,options); | ||||
|     } | ||||
| } | ||||
| 
 | ||||
| function AddTop(el,side,options){ | ||||
| var d=CreateEl("b"),lim=4,border="",p,i,btype="r",bk,color; | ||||
| d.style.marginLeft="-"+getPadding(el,"Left")+"px"; | ||||
| d.style.marginRight="-"+getPadding(el,"Right")+"px"; | ||||
| if(options.find("alias") || (color=getBk(el))=="transparent"){ | ||||
|     color="transparent";bk="transparent"; border=getParentBk(el);btype="t"; | ||||
|     } | ||||
| else{ | ||||
|     bk=getParentBk(el); border=Mix(color,bk); | ||||
|     } | ||||
| d.style.background=bk; | ||||
| d.className="niftycorners"; | ||||
| p=getPadding(el,"Top"); | ||||
| if(options.find("small")){ | ||||
|     d.style.marginBottom=(p-2)+"px"; | ||||
|     btype+="s"; lim=2; | ||||
|     } | ||||
| else if(options.find("big")){ | ||||
|     d.style.marginBottom=(p-10)+"px"; | ||||
|     btype+="b"; lim=8; | ||||
|     } | ||||
| else d.style.marginBottom=(p-5)+"px"; | ||||
| for(i=1;i<=lim;i++) | ||||
|     d.appendChild(CreateStrip(i,side,color,border,btype)); | ||||
| el.style.paddingTop="0"; | ||||
| el.insertBefore(d,el.firstChild); | ||||
| } | ||||
| 
 | ||||
| function AddBottom(el,side,options){ | ||||
| var d=CreateEl("b"),lim=4,border="",p,i,btype="r",bk,color; | ||||
| d.style.marginLeft="-"+getPadding(el,"Left")+"px"; | ||||
| d.style.marginRight="-"+getPadding(el,"Right")+"px"; | ||||
| if(options.find("alias") || (color=getBk(el))=="transparent"){ | ||||
|     color="transparent";bk="transparent"; border=getParentBk(el);btype="t"; | ||||
|     } | ||||
| else{ | ||||
|     bk=getParentBk(el); border=Mix(color,bk); | ||||
|     } | ||||
| d.style.background=bk; | ||||
| d.className="niftycorners"; | ||||
| p=getPadding(el,"Bottom"); | ||||
| if(options.find("small")){ | ||||
|     d.style.marginTop=(p-2)+"px"; | ||||
|     btype+="s"; lim=2; | ||||
|     } | ||||
| else if(options.find("big")){ | ||||
|     d.style.marginTop=(p-10)+"px"; | ||||
|     btype+="b"; lim=8; | ||||
|     } | ||||
| else d.style.marginTop=(p-5)+"px"; | ||||
| for(i=lim;i>0;i--) | ||||
|     d.appendChild(CreateStrip(i,side,color,border,btype)); | ||||
| el.style.paddingBottom=0; | ||||
| el.appendChild(d); | ||||
| } | ||||
| 
 | ||||
| function CreateStrip(index,side,color,border,btype){ | ||||
| var x=CreateEl("b"); | ||||
| x.className=btype+index; | ||||
| x.style.backgroundColor=color; | ||||
| x.style.borderColor=border; | ||||
| if(side=="left"){ | ||||
|     x.style.borderRightWidth="0"; | ||||
|     x.style.marginRight="0"; | ||||
|     } | ||||
| else if(side=="right"){ | ||||
|     x.style.borderLeftWidth="0"; | ||||
|     x.style.marginLeft="0"; | ||||
|     } | ||||
| return(x); | ||||
| } | ||||
| 
 | ||||
| function CreateEl(x){ | ||||
| return(document.createElement(x)); | ||||
| } | ||||
| 
 | ||||
| function FixIE(el){ | ||||
| if(el.currentStyle!=null && el.currentStyle.hasLayout!=null && el.currentStyle.hasLayout==false) | ||||
|     el.style.display="inline-block"; | ||||
| } | ||||
| 
 | ||||
| function SameHeight(selector,maxh){ | ||||
| var i,v=selector.split(","),t,j,els=[],gap; | ||||
| for(i=0;i<v.length;i++){ | ||||
|     t=getElementsBySelector(v[i]); | ||||
|     els=els.concat(t); | ||||
|     } | ||||
| for(i=0;i<els.length;i++){ | ||||
|     if(els[i].offsetHeight>maxh) maxh=els[i].offsetHeight; | ||||
|     els[i].style.height="auto"; | ||||
|     } | ||||
| for(i=0;i<els.length;i++){ | ||||
|     gap=maxh-els[i].offsetHeight; | ||||
|     if(gap>0){ | ||||
|         t=CreateEl("b");t.className="niftyfill";t.style.height=gap+"px"; | ||||
|         nc=els[i].lastChild; | ||||
|         if(nc.className=="niftycorners") | ||||
|             els[i].insertBefore(t,nc); | ||||
|         else els[i].appendChild(t); | ||||
|         } | ||||
|     } | ||||
| } | ||||
| 
 | ||||
| function getElementsBySelector(selector){ | ||||
| var i,j,selid="",selclass="",tag=selector,tag2="",v2,k,f,a,s=[],objlist=[],c; | ||||
| if(selector.find("#")){ //id selector like "tag#id"
 | ||||
|     if(selector.find(" ")){  //descendant selector like "tag#id tag"
 | ||||
|         s=selector.split(" "); | ||||
|         var fs=s[0].split("#"); | ||||
|         if(fs.length==1) return(objlist); | ||||
|         f=document.getElementById(fs[1]); | ||||
|         if(f){ | ||||
|             v=f.getElementsByTagName(s[1]); | ||||
|             for(i=0;i<v.length;i++) objlist.push(v[i]); | ||||
|             } | ||||
|         return(objlist); | ||||
|         } | ||||
|     else{ | ||||
|         s=selector.split("#"); | ||||
|         tag=s[0]; | ||||
|         selid=s[1]; | ||||
|         if(selid!=""){ | ||||
|             f=document.getElementById(selid); | ||||
|             if(f) objlist.push(f); | ||||
|             return(objlist); | ||||
|             } | ||||
|         } | ||||
|     } | ||||
| if(selector.find(".")){      //class selector like "tag.class"
 | ||||
|     s=selector.split("."); | ||||
|     tag=s[0]; | ||||
|     selclass=s[1]; | ||||
|     if(selclass.find(" ")){   //descendant selector like tag1.classname tag2
 | ||||
|         s=selclass.split(" "); | ||||
|         selclass=s[0]; | ||||
|         tag2=s[1]; | ||||
|         } | ||||
|     } | ||||
| var v=document.getElementsByTagName(tag);  // tag selector like "tag"
 | ||||
| if(selclass==""){ | ||||
|     for(i=0;i<v.length;i++) objlist.push(v[i]); | ||||
|     return(objlist); | ||||
|     } | ||||
| for(i=0;i<v.length;i++){ | ||||
|     c=v[i].className.split(" "); | ||||
|     for(j=0;j<c.length;j++){ | ||||
|         if(c[j]==selclass){ | ||||
|             if(tag2=="") objlist.push(v[i]); | ||||
|             else{ | ||||
|                 v2=v[i].getElementsByTagName(tag2); | ||||
|                 for(k=0;k<v2.length;k++) objlist.push(v2[k]); | ||||
|                 } | ||||
|             } | ||||
|         } | ||||
|     } | ||||
| return(objlist); | ||||
| } | ||||
| 
 | ||||
| function getParentBk(x){ | ||||
| var el=x.parentNode,c; | ||||
| while(el.tagName.toUpperCase()!="HTML" && (c=getBk(el))=="transparent") | ||||
|     el=el.parentNode; | ||||
| if(c=="transparent") c="#FFFFFF"; | ||||
| return(c); | ||||
| } | ||||
| 
 | ||||
| function getBk(x){ | ||||
| var c=getStyleProp(x,"backgroundColor"); | ||||
| if(c==null || c=="transparent" || c.find("rgba(0, 0, 0, 0)")) | ||||
|     return("transparent"); | ||||
| if(c.find("rgb")) c=rgb2hex(c); | ||||
| return(c); | ||||
| } | ||||
| 
 | ||||
| function getPadding(x,side){ | ||||
| var p=getStyleProp(x,"padding"+side); | ||||
| if(p==null || !p.find("px")) return(0); | ||||
| return(parseInt(p)); | ||||
| } | ||||
| 
 | ||||
| function getStyleProp(x,prop){ | ||||
| if(x.currentStyle) | ||||
|     return(x.currentStyle[prop]); | ||||
| if(document.defaultView.getComputedStyle) | ||||
|     return(document.defaultView.getComputedStyle(x,'')[prop]); | ||||
| return(null); | ||||
| } | ||||
| 
 | ||||
| function rgb2hex(value){ | ||||
| var hex="",v,h,i; | ||||
| var regexp=/([0-9]+)[, ]+([0-9]+)[, ]+([0-9]+)/; | ||||
| var h=regexp.exec(value); | ||||
| for(i=1;i<4;i++){ | ||||
|     v=parseInt(h[i]).toString(16); | ||||
|     if(v.length==1) hex+="0"+v; | ||||
|     else hex+=v; | ||||
|     } | ||||
| return("#"+hex); | ||||
| } | ||||
| 
 | ||||
| function Mix(c1,c2){ | ||||
| var i,step1,step2,x,y,r=new Array(3); | ||||
| if(c1.length==4)step1=1; | ||||
| else step1=2; | ||||
| if(c2.length==4) step2=1; | ||||
| else step2=2; | ||||
| for(i=0;i<3;i++){ | ||||
|     x=parseInt(c1.substr(1+step1*i,step1),16); | ||||
|     if(step1==1) x=16*x+x; | ||||
|     y=parseInt(c2.substr(1+step2*i,step2),16); | ||||
|     if(step2==1) y=16*y+y; | ||||
|     r[i]=Math.floor((x*50+y*50)/100); | ||||
|     r[i]=r[i].toString(16); | ||||
|     if(r[i].length==1) r[i]="0"+r[i]; | ||||
|     } | ||||
| return("#"+r[0]+r[1]+r[2]); | ||||
| } | ||||
| @ -1,46 +0,0 @@ | ||||
| html,body{margin:0;padding:0;color:#333633;} | ||||
| body{font: 85%/1.3 Verdana,Arial,sans-serif;text-align: center;background: #fff;padding-bottom:20px} | ||||
| p{margin-top:0} | ||||
| h1,h2,h3{font: normal normal 200% Arial,sans-serif;color:#133633;} | ||||
| h2{font-size:160%} | ||||
| h3{font-size:130%} | ||||
| 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:900px;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;display:block;} | ||||
| div#mrow { display:block;} | ||||
| 
 | ||||
| div#logo, div#logo a, div#logo a img {margin:0px;padding:0px;display:inline;vertical-align:bottom;} | ||||
| div#locales, div#locales a  {margin:0px;padding:0px; display:inline;vertical-align: bottom;} | ||||
| div#logo,div#locales {margin-left:20px;} | ||||
| div#logo {position:relative;top:5px;} | ||||
| div#locales {position:relative;bottom:5px;} | ||||
| 
 | ||||
| div#menu {display:inline;} | ||||
| 
 | ||||
| ul#nav,ul#nav li{list-style-type:none;margin:0;padding:0;} | ||||
| 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;} | ||||
| ul#nav li.activelink a,ul#nav li.activelink a:hover{background: #f3f1f3;color: #003} | ||||
| ul#nav li {margin-top:9px;} | ||||
| 
 | ||||
| div#container{width:95%;min-width:725px;clear:both;margin:0 20px 10px;padding:20px 0 10px;text-align:left;background:#FFF} | ||||
| div#content{float:left;display:inline;width:66%;margin:0 0 10px 10px} | ||||
| 
 | ||||
| div#side, div#side2 {float:left;display:inline;width:31%;background:#f3f1f3; margin:40px 10px 10px 0} | ||||
| div#side p, div#side2 p{margin:5px 0 10px;padding: 0 10px} | ||||
| div#side div, div#side2 div{margin: 0 0 10px;padding: 10px 0} | ||||
| 
 | ||||
| div#title h1 {color:#5b4547;font-weight: normal;margin-top: 0pt;margin-right: 0pt;margin-bottom: 0pt;margin-left: 0pt;} | ||||
| div#title big {color:#8b95a7;font-size: 1em;display: block;margin-top: 4px;margin-right: 0pt;margin-bottom: 0pt;margin-left: 30pt;} | ||||
| 
 | ||||
| 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; } | ||||
| 
 | ||||
| div#styles { display: block;width:95%;min-width:725px;clear:both;margin:0px;padding:0px;text-align:left;background:#FFF;} | ||||
| div#style1, div#style2 {background:#f3f1f3;display:inline;float:left;margin:0px 20px 0px 10px;} | ||||
| div#style1 p, div#style2 p {margin:5px 0 10px;padding: 0 10px;} | ||||
| @ -11,13 +11,17 @@ require_once('inc/menu.i'); | ||||
| <h3><?php echo getlocal("support.title") ?></h3>
 | ||||
| <p> | ||||
| <div id="downl"> | ||||
| <a href="tutorials.php"> | ||||
| <a href="http://openwebim.org/tutorials.php"> | ||||
| <?php echo getlocal("support.tutorials") ?>
 | ||||
| </a> | ||||
| <p></p> | ||||
| <a href="screenshots.php"> | ||||
| <a href="http://openwebim.org/screenshots.php"> | ||||
| <?php echo getlocal("support.ScreenShots") ?>
 | ||||
| </a> | ||||
| <p></p> | ||||
| <a href="http://openwebim.org/faq.php"> | ||||
| <?php echo ("FAQ") ?>
 | ||||
| </a> | ||||
| </div> | ||||
| 
 | ||||
| <?php require_once('inc/footer.i'); ?>
 | ||||
|  | ||||