Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F823257
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
Sun, Mar 9, 5:25 PM
Size
6 KB
Mime Type
text/x-diff
Expires
Tue, Mar 11, 5:25 PM (5 h, 44 m)
Engine
blob
Format
Raw Data
Handle
585625
Attached To
rMINB Modules.In-Bulletin
in-bulletin
View Options
Index: branches/5.0.x/themes/default2009/in-bulletin/designs/detail.tpl
===================================================================
--- branches/5.0.x/themes/default2009/in-bulletin/designs/detail.tpl (revision 12165)
+++ branches/5.0.x/themes/default2009/in-bulletin/designs/detail.tpl (revision 12166)
@@ -1,154 +1,148 @@
<!--##
<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_RenderElement design="big_button" title="lu_btn_RateThisTopic" icon="btn_rate">
- <inp2:bb_TopicLink template="in-bulletin/topics/rate"/>
- </inp2:m_RenderElement>
- </td>
-
- <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
Index: branches/5.0.x/themes/default2009/in-bulletin/img/big_buttons/icons/btn_rate.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/5.0.x/themes/default2009/in-bulletin/img/big_buttons/icons/btn_rate.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1.2.1
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Event Timeline
Log In to Comment