Revision 337

Date:
2013/05/08 15:42:43
Author:
ahitrov
Revision Log:
Умолчательный document_filter_list.html
Files:

Legend:

 
Added
 
Removed
 
Modified
  • utf8/core/comps/contenido/components/pbase_links.msn

     
    55 55 % }
    56 56 % }
    57 57 <span id="tab_<% $i %>" class="tab<% $i ? 'i' : '' %>"><a onclick="SetActive('tab_<% $i %>')"
    58 href="document_filter_list.html?class=<% $link->{class} %>&filter=<% $link->{filter} %>&field=<% $link->{field} %><% $auto %>&id=<% $document->$id %><% exists $link->{order_by} ? '&order_by='.$link->{order_by} : '' %>"
    58 href="/contenido/document_filter_list.html?class=<% $link->{class} %>&filter=<% $link->{filter} %>&field=<% $link->{field} %><% $auto %>&id=<% $document->$id %><% exists $link->{order_by} ? '&order_by='.$link->{order_by} : '' %>"
    59 59 target="filtered"><% $link->{name} %></a></span>\
    60 60 % $i++;
    61 61 % }
    62 62 </div>
    63 <iframe id="filtered" name="filtered" src="document_filter_list.html?class=<% $deflink->{class} %>&filter=<% $deflink->{filter} %>&field=<% $deflink->{field} %><% $auto %>&id=<% $document->$id %><% exists $deflink->{order_by} ? '&order_by='.$deflink->{order_by} : '' %>"
    63 <iframe id="filtered" name="filtered" src="/contenido/document_filter_list.html?class=<% $deflink->{class} %>&filter=<% $deflink->{filter} %>&field=<% $deflink->{field} %><% $auto %>&id=<% $document->$id %><% exists $deflink->{order_by} ? '&order_by='.$deflink->{order_by} : '' %>"
    64 64 width="100%" height="470" frameborder="0"></iframe>
    65 65 </fieldset>
    66 66 % }