Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F1103193
simple
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Tue, Aug 19, 6:35 PM
Size
2 KB
Mime Type
text/x-diff
Expires
Thu, Aug 21, 6:35 PM (12 h, 56 m)
Engine
blob
Format
Raw Data
Handle
714453
Attached To
rTSIM Themes.Simple
simple
View Options
Index: sitemap.tpl
===================================================================
--- sitemap.tpl (revision 12883)
+++ sitemap.tpl (revision 12884)
@@ -1,36 +1,54 @@
<!--##
<NAME>Sitemap</NAME>
<DESC>Sitemap of the website</DESC>
<SECTION></SECTION>
##-->
<!--## DEFINE MAIN CONTENT ELEMENT ##-->
<inp2:m_DefineElement name="content">
<div class="movable-element">
<div id="block-latest" class="block">
<div class="round-top"></div>
<div class="content">
<h1 class="movable-header"><inp2:st_PageInfo type="title"/></h1>
<inp2:st_ContentBlock num="1"/>
-
- <inp2:m_DefineElement name="sitemap_element">
- <li>
- <a href="<inp2:m_Link template='$template' m_cat_id='$cat_id' use_section='$use_section' m_cat_page='1'/>" title="<inp2:m_Param name="title"/>"><inp2:m_Param name="title"/></a>
- </li>
- </inp2:m_DefineElement>
-
- <ul>
- <inp2:st_CachedMenu render_as="sitemap_element" category_id="1" per_page="-1"/>
- </ul>
+
+ <inp2:m_DefineElement name="more_link_elem">
+ <li>
+ <a href="<inp2:c_CategoryLink template='__default__' m_cat_page='1'/>" class="sub-category"><inp2:m_Phrase label="lu_more"/>...</a>
+ </li>
+ </inp2:m_DefineElement>
+
+ <inp2:m_DefineElement name="sitemap_category_element" level_var="sitemap_level" max_levels="0">
+ <li>
+ <a href="<inp2:CategoryLink template='__default__' m_cat_page='1'/>" class="sub-category"><inp2:Field name="Name" html_escape="1"/></a>
+
+ <inp2:m_ifnot check="m_Get" name="$level_var" equals_to="$max_levels">
+ <inp2:InitList requery="1" per_page="50"/>
+
+ <inp2:m_if check="TotalRecords">
+ <ul>
+ <inp2:m_Inc param="$level_var" by="1"/>
+ <inp2:PrintList render_as="sitemap_category_element" max_levels="$max_levels" more_link_render_as="more_link_elem"/>
+ </ul>
+ </inp2:m_if>
+ </inp2:m_ifnot>
+ </li>
+ </inp2:m_DefineElement>
+
+ <ul>
+ <inp2:m_Set sitemap_level="0"/>
+ <inp2:c_PrintList types="menu" render_as="sitemap_category_element" max_levels="3" per_page="100" parent_cat_id="0"/>
+ </ul>
</div>
<div class="round-bottom"></div>
</div>
</div>
</inp2:m_DefineElement>
<!--## /DEFINE MAIN CONTENT ELEMENT ##-->
<!--## INCLUDE MAIN DESIGN TEMPLATE ##-->
<inp2:m_include template="designs/default_design.des"/>
<!--## /INCLUDE MAIN DESIGN TEMPLATE ##-->
\ No newline at end of file
Event Timeline
Log In to Comment