Файл: wapmaster/wapmaster/bann.php
Строк: 97
<?php
include_once '../sys/inc/start.php';
include_once '../sys/inc/compress.php';
include_once '../sys/inc/sess.php';
include_once '../sys/inc/home.php';
include_once '../sys/inc/settings.php';
include_once '../sys/inc/db_connect.php';
include_once '../sys/inc/ipua.php';
include_once '../sys/inc/fnc.php';
include_once '../sys/inc/user.php';
$set['title']='Ваш баннер';//пишем название страници
include_once '../sys/inc/thead.php';
title();
err();
?>
<center><br>
<font color="red" style="font-size: 11pt" FACE="Century Gothic ">
С помощью этого помощника, Вы сможете быстро составить код своего баннера
<br>
<br>
<SCRIPT language=JavaScript>
<!--
function bforma(form){var txt='<a href="'+form.title.value+'"';txt+=' target=_blank><img src="'+form.description.value+'"';txt+=' border="0" title="'+form.keywords.value+'"';txt+=' width='+form.owner.value+' height=';txt+=''+form.auther.value+'></a>rn';{txt+='rn';}form.result.value=txt;}//-->
</SCRIPT>
<FORM name=metatagbuild>
<CENTER>
<TABLE bgColor=#ffffcc style="BORDER-RIGHT: #FC612F 2px dashed; BORDER-TOP: #FC612F 2px dashed; BORDER-LEFT: #FC612F 2px dashed; BORDER-BOTTOM: #FC612F 2px dashed" width=400 border="0" CELLSPACING="2" CELLPADDING="2">
<TR>
<TD><CENTER>
<font color="#666699" style="font-size: 10pt" FACE="Century Gothic ">
<B>Адрес Вашего сайта</B></font>
<br>
<br>
<font color="#834626" style="font-size: 10pt" FACE="Century Gothic ">
Например, http://for-dcms.ru
<br>
<INPUT maxLength=120 size=50 name=title>
<HR>
<font color="#666699" style="font-size: 10pt" FACE="Century Gothic ">
<B>Адрес картинки для Вашего баннера</B></font>
<br>
<br>
<font color="#834626" style="font-size: 10pt" FACE="Century Gothic ">
Например, http://for-dcms.ru/b1.gif
<TEXTAREA name=description rows=1 wrap=virtual cols=38></TEXTAREA>
<HR>
<font color="#666699" style="font-size: 10pt" FACE="Century Gothic ">
<B>Надпись при наведении мышки на баннер <br> (Тег TITLE)</B>
<br>
<br>
<font color="#834626" style="font-size: 10pt" FACE="Century Gothic ">
Например, Все для вебмастера и его сайта
<TEXTAREA name=keywords rows=1 wrap=virtual cols=38></TEXTAREA>
<HR>
<font color="#666699" style="font-size: 10pt" FACE="Century Gothic ">
<B>Ширина баннера</B>
<br>
<br>
<font color="#834626" style="font-size: 10pt" FACE="Century Gothic ">
Например, 88
<INPUT size=50 name=owner>
<HR>
<font color="#666699" style="font-size: 10pt" FACE="Century Gothic ">
<B>Высота баннера</b>
<br>
<br>
<font color="#834626" style="font-size: 10pt" FACE="Century Gothic ">
Например, 31
<br>
<INPUT size=50 name=auther>
<HR>
<br>
<TEXTAREA name=result rows=3 cols=38></TEXTAREA>
<br>
<br>
<INPUT onclick=bforma(this.form) type=button value="Получить код" name=create>
<input type="reset" value="Очистить форму" class="buton"><br>
</TABLE>
<br><br><br>
</CENTER>
<br /><br /> <a href='/wapmaster/'>В Раздел</a><br />
<?
include_once '../sys/inc/tfoot.php';
?>