Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F1181602
in-bulletin
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
Mon, Oct 13, 2:52 PM
Size
17 KB
Mime Type
text/x-diff
Expires
Wed, Oct 15, 2:52 PM (8 h, 49 m)
Engine
blob
Format
Raw Data
Handle
767124
Attached To
rMINB Modules.In-Bulletin
in-bulletin
View Options
Index: branches/5.0.x/themes/default2009/in-bulletin/topics/topic_detail.tpl
===================================================================
--- branches/5.0.x/themes/default2009/in-bulletin/topics/topic_detail.tpl (nonexistent)
+++ branches/5.0.x/themes/default2009/in-bulletin/topics/topic_detail.tpl (revision 12181)
@@ -0,0 +1,148 @@
+<!--##
+<NAME>Topics - Details Design</NAME>
+<DESC>General design template for Topic Details</DESC>
+<SECTION>Platform||Topics</SECTION>
+##-->
+<!--## PAGE TITLE ELEMENT ##-->
+<inp2:m_DefineElement name="page_title">
+ <inp2:bb_Field name="TopicText"/>
+</inp2:m_DefineElement>
+<!--## //PAGE TITLE ELEMENT ##-->
+
+<!--## SIDE-BAR ELEMENT ##-->
+<inp2:m_DefineElement name="sidebar">
+ <div class="movable-area">
+ <div class="movable-element">
+ <inp2:m_RenderElement name="platform/elements/side_boxes/login.elm" design="blue_box"/>
+ </div>
+ <div class="movable-element">
+ <inp2:m_RenderElement name="platform/elements/side_boxes/search.elm" design="blue_box"/>
+ </div>
+ <div class="movable-element">
+ <inp2:m_RenderElement name="in-bulletin/elements/side_boxes/action_box.elm" design="blue_box" item_actions="1"/>
+ </div>
+ </div>
+</inp2:m_DefineElement>
+<!--## //SIDE-BAR ELEMENT ##-->
+
+<!--## MAIN CONTENT ##-->
+<inp2:m_DefineElement name="content">
+ <div class="movable-area">
+ <div class="movable-element">
+ <inp2:m_include template="platform/elements/navigation_bar.elm" titles="__item__,lu_title_TopicPosts" templates="__default__,in-bulletin/designs/post_list" show_category="1"/>
+ </div>
+ <div class="movable-element">
+ <!-- posts in topic -->
+ <inp2:m_RenderElement design="content_box">
+ <inp2:bb-post_InitList list_name="posts_in_topic"/>
+
+ <inp2:m_Capture to_var="header">
+ <inp2:m_if check="bb_IsLocked">
+ [<inp2:m_phrase name="lu_LockedTopic"/>]
+ </inp2:m_if>
+ <inp2:bb_Field name="TopicText"/> - <inp2:m_phrase name="lu_title_TopicPosts"/> (<inp2:bb-post_TotalRecords list_name="posts_in_topic"/>)
+ </inp2:m_Capture>
+
+ <inp2:m_if check="bb_HasPermission" permissions="TOPIC.REPLY.VIEW">
+ <inp2:m_include template="in-bulletin/elements/categories.elm"/>
+ <inp2:m_include template="in-bulletin/elements/topics.elm"/>
+ <inp2:m_include template="in-bulletin/elements/posts.elm"/>
+
+ <img src="<inp2:m_TemplatesBase module="In-Portal"/>img/s.gif" width="1" height="10" alt="" /><br />
+
+ <table class="fullwidth">
+ <tr>
+ <td align="left">
+ <inp2:m_if check="bb_HasPermission" permissions="TOPIC.REPLY.ADD">
+ <inp2:m_RenderElement design="big_button" title="lu_btn_Reply" icon="btn_reply">
+ <inp2:bb_TopicLink template="in-bulletin/topics/new_topic_reply"/>
+ </inp2:m_RenderElement>
+ </inp2:m_if>
+ </td>
+
+ <td align="right">
+ <table>
+ <tr>
+ <inp2:m_if check="bb_HasPermission" permissions="TOPIC.MODIFY|TOPIC.MODIFY.PENDING|TOPIC.OWNER.MODIFY|TOPIC.OWNER.MODIFY.PENDING">
+ <td>
+ <inp2:m_RenderElement design="big_button" title="lu_btn_Modify" icon="btn_modify">
+ <inp2:bb_TopicLink template="in-bulletin/topics/modify_topic"/>
+ </inp2:m_RenderElement>
+ </td>
+ </inp2:m_if>
+
+ <td>
+ <inp2:m_if check="bb_IsFavorite">
+ <inp2:m_RenderElement design="big_button" title="lu_btn_RemoveFromFavorites" icon="btn_remove_favorites">
+ <inp2:bb_FavoriteToggleLink/>
+ </inp2:m_RenderElement>
+ <inp2:m_else/>
+ <inp2:m_RenderElement design="big_button" title="lu_btn_AddToFavorites" icon="btn_add_favorites">
+ <inp2:bb_FavoriteToggleLink/>
+ </inp2:m_RenderElement>
+ </inp2:m_if>
+ </td>
+
+ <inp2:m_if check="bb_HasPermission" permissions="TOPIC.LOCK">
+ <td>
+ <inp2:m_if check="bb_IsLocked">
+ <inp2:m_RenderElement design="big_button" title="lu_btn_UnlockTopic" icon="btn_no_icon">
+ <inp2:bb_LockToggleLink/>
+ </inp2:m_RenderElement>
+ <inp2:m_else/>
+ <inp2:m_RenderElement design="big_button" title="lu_btn_LockTopic" icon="btn_no_icon">
+ <inp2:bb_LockToggleLink/>
+ </inp2:m_RenderElement>
+ </inp2:m_if>
+ </td>
+ </inp2:m_if>
+ </tr>
+ </table>
+ </td>
+ </tr>
+ </table>
+ <br />
+
+ <table width="100%">
+ <tr>
+ <td colspan="2">
+ <div class="horizontal-separator"><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/s.gif" width="1" height="1" alt="" /></div>
+ </td>
+ </tr>
+ <tr class="forums-header">
+ <td style="width: 200px;">
+ <inp2:m_phrase name="lu_col_Author"/>
+ </td>
+ <td>
+ <inp2:m_phrase name="lu_col_Message"/>
+ </td>
+ </tr>
+ <inp2:bb-post_ListPosts list_name="posts_in_topic" render_as="post_element" no_table="1"/>
+ </table>
+ <br />
+
+ <inp2:m_include template="platform/elements/pagination.elm" prefix="bb-post" list_name="posts_in_topic"/>
+ <inp2:m_else/>
+ <inp2:m_phrase name="lu_text_NoTopicReplyViewPermission"/>
+ </inp2:m_if>
+ </inp2:m_RenderElement>
+ <!-- // posts in topic -->
+ </div>
+ <div class="movable-element">
+ <!--## RELATED TO POST ITEMS ##-->
+ <inp2:m_RenderElement design="content_box" related_to="Topic" data_exists="1">
+ <inp2:m_Capture to_var="header">
+ <inp2:m_Phrase label="lu_title_RelatedItems"/>
+ </inp2:m_Capture>
+
+ <inp2:m_ModuleInclude template="elements/content_boxes/related_items.elm" related_to="$related_to" />
+ </inp2:m_RenderElement>
+ <!--## // RELATED TO POST ITEMS ##-->
+ </div>
+ </div>
+</inp2:m_DefineElement>
+<!--## /MAIN CONTENT ##-->
+
+<!--## DESIGN TEMPLATE ##-->
+<inp2:m_include template="platform/designs/default_design.des" pass_params="1"/>
+<!--## /DESIGN TEMPLATE ##-->
\ No newline at end of file
Property changes on: branches/5.0.x/themes/default2009/in-bulletin/topics/topic_detail.tpl
___________________________________________________________________
Added: cvs2svn:cvs-rev
## -0,0 +1 ##
+1.1.2.3
\ No newline at end of property
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: branches/5.0.x/themes/default2009/in-bulletin/designs/detail.tpl
===================================================================
--- branches/5.0.x/themes/default2009/in-bulletin/designs/detail.tpl (revision 12180)
+++ branches/5.0.x/themes/default2009/in-bulletin/designs/detail.tpl (nonexistent)
@@ -1,148 +0,0 @@
-<!--##
-<NAME>Topic - Detail Design</NAME>
-<DESC>Topic - Detail Design</DESC>
-<SECTION>Platform||Topics</SECTION>
-##-->
-<!--## PAGE TITLE ELEMENT ##-->
-<inp2:m_DefineElement name="page_title">
- <inp2:bb_Field name="TopicText"/>
-</inp2:m_DefineElement>
-<!--## //PAGE TITLE ELEMENT ##-->
-
-<!--## SIDE-BAR ELEMENT ##-->
-<inp2:m_DefineElement name="sidebar">
- <div class="movable-area">
- <div class="movable-element">
- <inp2:m_RenderElement name="platform/elements/side_boxes/login.elm" design="blue_box"/>
- </div>
- <div class="movable-element">
- <inp2:m_RenderElement name="platform/elements/side_boxes/search.elm" design="blue_box"/>
- </div>
- <div class="movable-element">
- <inp2:m_RenderElement name="in-bulletin/elements/side_boxes/action_box.elm" design="blue_box" item_actions="1"/>
- </div>
- </div>
-</inp2:m_DefineElement>
-<!--## //SIDE-BAR ELEMENT ##-->
-
-<!--## MAIN CONTENT ##-->
-<inp2:m_DefineElement name="content">
- <div class="movable-area">
- <div class="movable-element">
- <inp2:m_include template="platform/elements/navigation_bar.elm" titles="__item__,lu_title_TopicPosts" templates="__default__,in-bulletin/designs/post_list" show_category="1"/>
- </div>
- <div class="movable-element">
- <!-- posts in topic -->
- <inp2:m_RenderElement design="content_box">
- <inp2:bb-post_InitList list_name="posts_in_topic"/>
-
- <inp2:m_Capture to_var="header">
- <inp2:m_if check="bb_IsLocked">
- [<inp2:m_phrase name="lu_LockedTopic"/>]
- </inp2:m_if>
- <inp2:bb_Field name="TopicText"/> - <inp2:m_phrase name="lu_title_TopicPosts"/> (<inp2:bb-post_TotalRecords list_name="posts_in_topic"/>)
- </inp2:m_Capture>
-
- <inp2:m_if check="bb_HasPermission" permissions="TOPIC.REPLY.VIEW">
- <inp2:m_include template="in-bulletin/elements/categories.elm"/>
- <inp2:m_include template="in-bulletin/elements/topics.elm"/>
- <inp2:m_include template="in-bulletin/elements/posts.elm"/>
-
- <img src="<inp2:m_TemplatesBase module="In-Portal"/>img/s.gif" width="1" height="10" alt="" /><br />
-
- <table class="fullwidth">
- <tr>
- <td align="left">
- <inp2:m_if check="bb_HasPermission" permissions="TOPIC.REPLY.ADD">
- <inp2:m_RenderElement design="big_button" title="lu_btn_Reply" icon="btn_reply">
- <inp2:bb_TopicLink template="in-bulletin/topics/new_topic_reply"/>
- </inp2:m_RenderElement>
- </inp2:m_if>
- </td>
-
- <td align="right">
- <table>
- <tr>
- <inp2:m_if check="bb_HasPermission" permissions="TOPIC.MODIFY|TOPIC.MODIFY.PENDING|TOPIC.OWNER.MODIFY|TOPIC.OWNER.MODIFY.PENDING">
- <td>
- <inp2:m_RenderElement design="big_button" title="lu_btn_Modify" icon="btn_modify">
- <inp2:bb_TopicLink template="in-bulletin/topics/modify_topic"/>
- </inp2:m_RenderElement>
- </td>
- </inp2:m_if>
-
- <td>
- <inp2:m_if check="bb_IsFavorite">
- <inp2:m_RenderElement design="big_button" title="lu_btn_RemoveFromFavorites" icon="btn_remove_favorites">
- <inp2:bb_FavoriteToggleLink/>
- </inp2:m_RenderElement>
- <inp2:m_else/>
- <inp2:m_RenderElement design="big_button" title="lu_btn_AddToFavorites" icon="btn_add_favorites">
- <inp2:bb_FavoriteToggleLink/>
- </inp2:m_RenderElement>
- </inp2:m_if>
- </td>
-
- <inp2:m_if check="bb_HasPermission" permissions="TOPIC.LOCK">
- <td>
- <inp2:m_if check="bb_IsLocked">
- <inp2:m_RenderElement design="big_button" title="lu_btn_UnlockTopic" icon="btn_no_icon">
- <inp2:bb_LockToggleLink/>
- </inp2:m_RenderElement>
- <inp2:m_else/>
- <inp2:m_RenderElement design="big_button" title="lu_btn_LockTopic" icon="btn_no_icon">
- <inp2:bb_LockToggleLink/>
- </inp2:m_RenderElement>
- </inp2:m_if>
- </td>
- </inp2:m_if>
- </tr>
- </table>
- </td>
- </tr>
- </table>
- <br />
-
- <table width="100%">
- <tr>
- <td colspan="2">
- <div class="horizontal-separator"><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/s.gif" width="1" height="1" alt="" /></div>
- </td>
- </tr>
- <tr class="forums-header">
- <td style="width: 200px;">
- <inp2:m_phrase name="lu_col_Author"/>
- </td>
- <td>
- <inp2:m_phrase name="lu_col_Message"/>
- </td>
- </tr>
- <inp2:bb-post_ListPosts list_name="posts_in_topic" render_as="post_element" no_table="1"/>
- </table>
- <br />
-
- <inp2:m_include template="platform/elements/pagination.elm" prefix="bb-post" list_name="posts_in_topic"/>
- <inp2:m_else/>
- <inp2:m_phrase name="lu_text_NoTopicReplyViewPermission"/>
- </inp2:m_if>
- </inp2:m_RenderElement>
- <!-- // posts in topic -->
- </div>
- <div class="movable-element">
- <!--## RELATED TO POST ITEMS ##-->
- <inp2:m_RenderElement design="content_box" related_to="Topic" data_exists="1">
- <inp2:m_Capture to_var="header">
- <inp2:m_Phrase label="lu_title_RelatedItems"/>
- </inp2:m_Capture>
-
- <inp2:m_ModuleInclude template="elements/content_boxes/related_items.elm" related_to="$related_to" />
- </inp2:m_RenderElement>
- <!--## // RELATED TO POST ITEMS ##-->
- </div>
- </div>
-</inp2:m_DefineElement>
-<!--## /MAIN CONTENT ##-->
-
-<!--## DESIGN TEMPLATE ##-->
-<inp2:m_include template="platform/designs/default_design.des" pass_params="1"/>
-<!--## /DESIGN TEMPLATE ##-->
\ No newline at end of file
Property changes on: branches/5.0.x/themes/default2009/in-bulletin/designs/detail.tpl
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1.2.3
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: branches/5.0.x/themes/default2009/in-bulletin/designs/section.tpl
===================================================================
--- branches/5.0.x/themes/default2009/in-bulletin/designs/section.tpl (revision 12180)
+++ branches/5.0.x/themes/default2009/in-bulletin/designs/section.tpl (revision 12181)
@@ -1,110 +1,110 @@
<!--##
-<NAME>Topic - Section Design</NAME>
-<DESC>Topic - Section Design</DESC>
+<NAME>Topics - Section Design</NAME>
+<DESC>General design template for Topics Section</DESC>
<SECTION>Platform||Topics</SECTION>
##-->
<!--## PAGE TITLE ELEMENT ##-->
<inp2:m_DefineElement name="page_title">
<inp2:m_include template="platform/elements/title_bar.elm"/>
</inp2:m_DefineElement>
<!--## //PAGE TITLE ELEMENT ##-->
<!--## SIDE-BAR ELEMENT ##-->
<inp2:m_DefineElement name="sidebar">
<div class="movable-area">
<div class="movable-element">
<inp2:m_RenderElement name="platform/elements/side_boxes/login.elm" design="blue_box"/>
</div>
<div class="movable-element">
<inp2:m_RenderElement name="platform/elements/side_boxes/search.elm" design="blue_box"/>
</div>
<div class="movable-element">
<inp2:m_RenderElement name="in-bulletin/elements/side_boxes/action_box.elm" design="blue_box"/>
</div>
<div class="movable-element">
<inp2:m_RenderElement name="in-bulletin/elements/side_boxes/polls.elm" design="blue_box"/>
</div>
</div>
</inp2:m_DefineElement>
<!--## //SIDE-BAR ELEMENT ##-->
<!--## MAIN CONTENT ##-->
<inp2:m_DefineElement name="content">
<div class="movable-area">
<div class="movable-element">
<inp2:m_include template="platform/elements/navigation_bar.elm"/>
</div>
<div class="movable-element">
<!-- categories -->
<inp2:m_RenderElement design="content_box" data_exists="1">
<inp2:m_Capture to_var="header">
<inp2:m_phrase name="lu_title_Categories"/> (<inp2:c_TotalRecords />)
</inp2:m_Capture>
<inp2:m_include template="in-bulletin/elements/categories.elm"/>
<table>
<tr>
<td class="category-statistics">
<inp2:bb-post_ItemCount/> <inp2:m_Phrase name="lu_posts"/> <inp2:m_Phrase name="lu_in"/> <inp2:bb_ItemCount/> <inp2:m_Phrase name="lu_topics"/> | <inp2:m_Phrase name="lu_AddedToday"/>: <inp2:bb_ItemCount today="1"/> <inp2:m_Phrase name="lu_topics"/>, <inp2:bb-post_ItemCount today="1"/> <inp2:m_Phrase name="lu_posts"/>
</td>
</tr>
</table>
<img src="<inp2:m_TemplatesBase module="In-Portal"/>img/s.gif" width="1" height="4" alt="" /><br />
<div class="horizontal-separator"><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/s.gif" width="1" height="1" alt="" /></div>
<table class="forums-icon-description">
<tr>
<td>
<img src="<inp2:m_TemplatesBase module="In-Portal"/>img/forums_new_post.gif" width="20" height="23" alt="" /><br />
</td>
<td>
<inp2:m_Phrase name="lu_new_posts" />
</td>
<td>
<img src="<inp2:m_TemplatesBase module="In-Portal"/>img/forums_no_new_post.gif" width="21" height="24" alt="" /><br />
</td>
<td>
<inp2:m_Phrase name="lu_no_new_posts" />
</td>
<td>
<img src="<inp2:m_TemplatesBase module="In-Portal"/>img/forums_locked.gif" width="25" height="23" alt="" /><br />
</td>
<td>
<inp2:m_Phrase name="lu_forum_locked_for_posting" />
</td>
</tr>
</table>
<table class="fullwidth">
<tr>
<td colspan="4">
<div class="horizontal-separator"><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/s.gif" width="1" height="1" alt="" /></div>
</td>
</tr>
<tr class="forums-header">
<td><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/header_arrow.gif" width="11" height="11" alt="" /> <inp2:m_phrase name="lu_col_Forums"/></td>
<td width="90"><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/header_arrow.gif" width="11" height="11" alt="" /> <inp2:m_phrase name="lu_col_Topics"/></td>
<td width="80"><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/header_arrow.gif" width="11" height="11" alt="" /> <inp2:m_phrase name="lu_col_Posts"/></td>
<td width="130"><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/header_arrow.gif" width="11" height="11" alt="" /> <inp2:m_phrase name="lu_col_LastUpdate"/></td>
</tr>
<inp2:c_ListCategories render_as="category_element" columns="1"/>
</table>
<br />
<inp2:m_include template="platform/elements/pagination.elm" prefix="c"/>
</inp2:m_RenderElement>
<!-- // categories -->
</div>
<div class="movable-element">
<inp2:m_if check="c_TotalRecords" inverse="inverse">
<inp2:m_include template="in-bulletin/elements/content_boxes/category_topics.elm"/>
</inp2:m_if>
</div>
</div>
</inp2:m_DefineElement>
<!--## /MAIN CONTENT ##-->
<!--## DESIGN TEMPLATE ##-->
<inp2:m_include template="platform/designs/default_design.des" pass_params="1"/>
<!--## /DESIGN TEMPLATE ##-->
\ No newline at end of file
Event Timeline
Log In to Comment