Follow along with the video below to see how to install our site as a web app on your home screen.
Примечание: This feature may not be available in some browsers.
А нафига туда смотреть? Заходишь в браузере на главную и выбираешь в меню браузера "показ HTML-код" или ещё как, в зависимости от браузера. И смотри в коде... Поисковики ведь "видят" именно так (упрощённо объяснил)...... смотрю в head.tpl там только title 0_o В индекс.tpl их вообще нет 0_о
<html>
{include file="head.tpl.html"}
<body marginwidth=0 marginheight=0 leftmargin=0 topmargin=0>
<table width="100%" class=bg12 border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="100%" valign="top">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>
<table width="100%" border="0" cellspacing="0" cellpadding="0" valign="top">
<td align="left" valign="top">
{include file="category_tree.tpl.html"}
{include file="$main_content_template"}
</TD></TR></TBODY>
</TABLE>
<TD class=bg10 style="BACKGROUND-COLOR: #131516"
vAlign=top><IMG height=42 alt="" src="files/m23.gif"
width=58 border=0>
</tr>
</table></td>
</tr>
<TABLE style="WIDTH: 100%" cellSpacing=0 cellPadding=0 border=0>
<TBODY>
<TR>
<TD vAlign=top><IMG height=47 alt="" src="files/m25.gif"
width=59 border=0></TD>
<TD width="100%">
<TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
<TBODY>
<TR>
<TD width=30><IMG height=1 alt=""
src="files/spacer.gif" width=30 border=0></TD>
<TD width=445>
<TABLE cellSpacing=0 cellPadding=0 width=545 border=0>
<TBODY>
<TR>
<TD><FONT color=#f2f090><A class=ml3
href="index.php">Главная</A>
| <A class=ml3
href="">Новые товары</A> | <A class=ml3
href="">Специальное</A>
| <A class=ml3
href="http://url.kiev.ua/index.php?register=yes">Мой аккаунт</A> | <A class=ml3
href="http://url.kiev.ua/index.php?feedback=yes">Связь с нами</A>
| <A class=ml3
href="http://url">Разработка сайта ...</A></FONT></TD></TR>
<TR>
<TD height=3></TD></TR>
<TR>
<TD></TD></TR></TBODY></TABLE></TD>
<TD vAlign=center align=right width="100%"><IMG
height=26 alt="" src="files/m41.gif" width=162
border=0></TD>
<TD width=32><IMG height=1 alt=""
src="files/spacer.gif" width=32
border=0></TD></TR></TBODY></TABLE></TD>
<TD vAlign=top><IMG height=47 alt="" src="files/m26.gif"
width=58
border=0></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE>
</table>
</body>
</html>
{* front-end homepage*}
<TBODY>
<TR>
<TD>
<table border="0" cellspacing="0" cellpadding="0" align="center" width="900">
<TR>
<TD>
<IMG height=30 alt="" src="http://url.kiev.ua/files/m30.gif" width=2 border=0 align="right" HSPACE="0" VSPACE="0">
</TD>
<TD class=bg15 width="700">
<SPAN class=tx4><center>Торговые марки</center></SPAN>
</TD>
<TD>
<IMG height=30 alt="" src="http://url.kiev.ua/files/m31.gif" width=7 border=0 align="left" HSPACE="0" VSPACE="0">
</TD>
</TR>
</table>
</TD>
</TR>
<TR>
<TD width="900" colSpan=2 height=16>
<table border=0 cellpadding=5 align="center">
<td valign=up><font color="#ba5451" font size="4"><b>A</B><br>
ссылочки
</TABLE>
<br>
!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML lang=en dir=ltr><HEAD><TITLE>{$page_title|default:$smarty.const.CONF_DEFAULT_TITLE}</TITLE>
<META http-equiv=Content-Type content="text/html; charset=windows-1251"><LINK
href="files/stylesheet.css" type=text/css rel=stylesheet>
<META content="MSHTML 6.00.2900.2180" name=GENERATOR></HEAD>
<BODY bottomMargin=0 leftMargin=0 topMargin=0 rightMargin=0 marginheight="0"
marginwidth="0"><!-- header //-->
{$page_meta_tags}
<script language="javascript">
<!--
{literal}
function open_window(link,w,h)
{
var win = "width="+w+",height="+h+",menubar=no,location=no,resizable=yes,scrollbars=yes";
newWin = window.open(link,'newWin',win);
newWin.focus();
}
function open_printable_version(link)
{
var win = "menubar=no,location=no,resizable=yes,scrollbars=yes";
newWin = window.open(link,'perintableWin',win);
newWin.focus();
}
function confirmDelete(id, ask, url)
{
temp = window.confirm(ask);
if (temp) //delete
{
window.location=url+id;
}
}
function confirmUnsubscribe()
{
temp = window.confirm('{/literal}{$smarty.const.QUESTION_UNSUBSCRIBE}{literal}');
if (temp) //delete
{
window.location="index.php?killuser=yes";
}
}
function validate()
{
if (document.subscription_form.email.value.length<1)
{
alert("{/literal}{$smarty.const.ERROR_INPUT_EMAIL}{literal}");
return false;
}
if (document.subscription_form.email.value == 'Email')
{
alert("{/literal}{$smarty.const.ERROR_INPUT_EMAIL}{literal}");
return false;
}
return true;
}
function validate_disc()
{
if (document.formD.nick.value.length<1)
{
alert("{/literal}{$smarty.const.ERROR_INPUT_NICKNAME}{literal}");
return false;
}
if (document.formD.topic.value.length<1)
{
alert("{/literal}{$smarty.const.ERROR_INPUT_MESSAGE_SUBJECT}{literal}");
return false;
}
return true;
}
function validate_search()
{
if (document.Sform.price1.value!="" && ((document.Sform.price1.value < 0) || isNaN(document.Sform.price1.value)))
{
alert("{/literal}{$smarty.const.ERROR_INPUT_PRICE}{literal}");
return false;
}
if (document.Sform.price2.value!="" && ((document.Sform.price2.value < 0) || isNaN(document.Sform.price2.value)))
{
alert("{/literal}{$smarty.const.ERROR_INPUT_PRICE}{literal}");
return false;
}
return true;
}
{/literal}
-->
</script>
<TABLE
style="BACKGROUND-POSITION: left top; BACKGROUND-IMAGE: url(files/bg2.gif); WIDTH: 100%; BACKGROUND-REPEAT: repeat-y; HEIGHT: 100%"
cellSpacing=0 cellPadding=0 border=0>
<TBODY>
<TR>
<TD
style="BACKGROUND-POSITION: right top; BACKGROUND-IMAGE: url(files/bg1.gif); BACKGROUND-REPEAT: repeat-y"
vAlign=top height="100%">
<TABLE style="WIDTH: 100%" cellSpacing=0 cellPadding=0 border=0>
<TBODY>
<TR>
<TD class=bg style="BACKGROUND-COLOR: #8dc05d" vAlign=top
height=259><TABLE class=bg1 style="WIDTH: 100%; HEIGHT: 259px"
cellSpacing=0 cellPadding=0 border=0>
<TBODY>
<TR>
<TD class=bg2 vAlign=top width="100%" height=259>
<TABLE class=bg3 cellSpacing=0 cellPadding=0 width="100%"
border=0>
<TBODY>
<TR>
<TD vAlign=top width="100%" height=259>
<TABLE style="HEIGHT: 79px" cellSpacing=0 cellPadding=0
width="100%" border=0>
<TBODY>
<TR>
<TD width=33><IMG height=1 alt=""
src="files/spacer.gif" width=33 border=0></TD>
<TD class=bg6 vAlign=top width=197 height=79>
<TABLE cellSpacing=0 cellPadding=0 width=197 width=155
border=0>
<TBODY>
<TR>
<TD vAlign=top align=middle><BR
style="LINE-HEIGHT: 1px"><BR
style="LINE-HEIGHT: 22px">
<font color="#ffffff"></FONT></TD></TR></TBODY></TABLE></TD>
<TD width="77%"></TD>
<TD class=bg4 vAlign=top width=220 height=41>
<TABLE style="HEIGHT: 41px" cellSpacing=0
cellPadding=0 width=220 border=0>
<TBODY>
<TR>
<TD align=middle><IMG height=5 alt=""
src="files/m08.gif" width=5 border=0>
<A class=ml
href="http://url.kiev.ua/index.php?register=yes">Мой аккаунт</A>
<IMG height=5 alt=""
src="files/m08.gif" width=5 border=0>
<A class=ml
href="http://url.kiev.ua/index.php?news=yes">Все новости</A>
<IMG height=5 alt=""
src="files/m08.gif" width=5 border=0>
<A class=ml
href="">Вход</A> </TD></TR></TBODY></TABLE></TD>
<TD width="13%"></TD>
<TD class=bg5 vAlign=top width=167 height=41>
<TABLE style="HEIGHT: 41px" cellSpacing=0
cellPadding=0 width=167 border=0>
<TBODY>
<TR>
<TD align=middle width=42><IMG height=24 alt=""
src="files/m09.gif" width=24
border=0></TD>
<TD width=125><SPAN class=tx>
Корзина</SPAN><BR><SPAN class=tx1>сейчас в вашей корзине</SPAN> <A class=ml1
href="cart.php">
такие товары</A></TD></TR></TBODY></TABLE></TD>
<TD width="10%"></TD></TR></TBODY></TABLE>
<TABLE style="HEIGHT: 112px" cellSpacing=0 cellPadding=0
width="100%" border=0>
<TBODY>
<TR>
<TD colSpan=11 height=90></TD></TR>
<TR>
<TD width=145><IMG height=1 alt=""
src="files/spacer.gif" width=145
border=0></TD>
<TD><A
href="http://www.url.kiev.ua/index.php"><IMG
height=22 alt="На главную" src="files/m14.gif"
width=99 border=0></A></TD>
<TD width="25%"></TD>
<TD><A
href="index.php?register=yes"><IMG
height=22 alt="Регистрация" src="files/m10.gif"
width=50 border=0></A></TD>
<TD width="25%"></TD>
<TD><A
href="http://forum.url.kiev.ua"><IMG
height=22 alt="Форум" src="files/m12.gif"
width=62 border=0></A></TD>
<TD width="25%"></TD>
<TD><A
href="http://www.url.kiev.ua/index.php?show_aux_page=1"><IMG
height=22 alt="Обратная связь" src="files/m13.gif"
width=120 border=0></A></TD>
<TD width="25%"></TD>
<TD><A
href="http://www.url.kiev.ua/index.php?show_aux_page=2"><IMG
height=22 alt="" src="files/m11.gif"
width=164 border=0></A></TD>
<TD width=147><IMG height=1 alt=""
src="files/spacer.gif" width=147
border=0></TD></TR></TBODY></TABLE>
<TABLE style="HEIGHT: 48px" cellSpacing=0 cellPadding=0
width="100%" border=0>
<TBODY>
<TR>
<TD width=145><IMG height=1 alt=""
src="files/spacer.gif" width=145
border=0></TD>
<TD class=bg7 align=middle width="33%">
<TABLE cellSpacing=0 cellPadding=0 border=0>
<TBODY>
<TR>
<TD height=20></TD></TR>
<TR>
<TD>
<!--------------valyta!!!------------------>
<select name='current_currency' onchange='JavaScript:_changeCurrency()'>
{section name=i loop=$currencies}
<option value='{$currencies[i].CID}'
{if $currencies[i].CID eq $current_currency}
selected
{/if}
>
</option>
{/section}
</select>
</td></tr>
</form>
</TD></TR>
<TR>
<TD height=13></TD></TR></TBODY></TABLE></TD>
<TD align=middle width="33%">
<FORM name=search
action="index.php"
method=get>
<TABLE cellSpacing=0 cellPadding=0 border=0>
<TBODY>
<TR>
<TD width=150><IMG height=1 alt=""
src="files/spacer.gif" width=150
border=0><BR style="LINE-HEIGHT: 1px"><BR
style="LINE-HEIGHT: 8px"><SPAN
class=tx2>Поиск:</SPAN> <INPUT class=go
type="text" name="searchstring"></TD>
<TD><BR style="LINE-HEIGHT: 1px"><BR
style="LINE-HEIGHT: 1px"><INPUT type=image
alt="" src="files/button_go.gif"
border=0></TD></TR></TBODY></TABLE></FORM></TD>
<TD width=139><IMG height=1 alt=""
src="files/spacer.gif" width=139
border=0></TD></TR></TBODY></TABLE>
<TABLE cellSpacing=0 cellPadding=0 width="100%"
border=0>
<TBODY>
<TR>
<TD
height=16></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR><!-- header_eof //-->
<TR>
<TD vAlign=top>
<TABLE style="WIDTH: 100%" cellSpacing=0 cellPadding=0 border=0>
<TBODY>
<TR>
<TD class=bg9 style="BACKGROUND-COLOR: #131516"
vAlign=top><IMG height=42 alt="" src="files/m21.gif"
width=59 border=0></TD>
<TD style="BACKGROUND-COLOR: #8dc05d" width="100%">
<TABLE style="WIDTH: 100%" cellSpacing=0 cellPadding=0
border=0>
<TBODY>
Сдвиг полечил. Терь хочу получить весь код.Пробывал смотреть с помощью этого сервиса Для просмотра ссылки Войдиили Зарегистрируйся но там ооооочень много ложных ероров так сказать. Не подскажите есть ли какие-то сервисы которые показуют реальные ошибки?