parser

Написать ответ на текущее сообщение

 

 
   команды управления поиском

Re: вот и не стоит телепатически

Kutuzov 30.03.2009 14:52

при файле auto.p
@main[]
^header[]
^body[]
^footer[]

@header[]
<html>
<head>
<title>Тестовый сайт Parser3</title>
</head>
<body bgcolor="#FAEBD7">
<table width="100%" border="0" bgcolor="#000000" cellspacing="1">
   <tr  bgcolor="#FFFFFF" height="60">
      <td align="center">
         <font size="+2"> <b>^greeting[]</b></font>
      </td>
   </tr>
</table>
<br />

@navigation[]
$sections[^table::load[/sections.cfg]]
<table width="100%" border="0" bgcolor="#000000" cellspacing="1">
<tr bgcolor="#FFFFFF"><td>
^sections.menu{
^navigation_cell[]
}</td>
</tr>
</table>
<br />
@navigation_cell[]
$cell_width[^eval(100\$sections)%]
^if($sections.uri eq $request:uri){
<td width="$cell_width" align="center" bgcolor="#A2D0F2">
<nobr>$sections.name</nobr>
</td>
}{
<td width="$cell_width" align="center">
<a href="$sections.uri"><nobr>$sections.name</nobr></a>
</td>
}

@footer[]
<table width="100%" border="0" bgcolor="#000000" cellspacing="0">
   <tr>
      <td><p align="center"><img border="0" src="img/cnt.gif" width="88" height="31"> 
	<img border="0" src="img/counter.gif" width="88" height="31">
	<img border="0" src="img/hit.gif" width="88" height="31">
	<img border="0" src="img/w7.gif" width="88" height="31"></p></td>
   </tr>
</table>
$now[^date::now[]]
<font size="-3">
<center>Powered by Parser3<br />1997-$now.year</center>
</font>
</body>
</html>
и при файле index.html
@greeting[]
Добро пожаловать!

@body_additional[]
Главная страница сайта

@body_main[]
Основное содержание 

^navigation[]
^footer[]
Лог парсера следующий:
[Mon Mar 30 14:50:02 2009] [3336] /: Z:/home/fgfg.ru/www/auto.p(3:2): 'body' undefined method [parser.runtime] [uri=/, method=GET, cl=0]