Index: in-bulletin/module_info.xml
===================================================================
--- in-bulletin/module_info.xml	(nonexistent)
+++ in-bulletin/module_info.xml	(revision 12903)
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="utf-8"?>
+<module_info>
+	<section_design_template>in-bulletin/designs/section</section_design_template>
+	<item_design_template>in-bulletin/designs/post_list</item_design_template>
+</module_info>
\ No newline at end of file

Property changes on: in-bulletin/module_info.xml
___________________________________________________________________
Added: cvs2svn:cvs-rev
## -0,0 +1 ##
+1.1.2.2
\ No newline at end of property
Index: in-bulletin/my_account/private_messages/new_message.tpl
===================================================================
--- in-bulletin/my_account/private_messages/new_message.tpl	(nonexistent)
+++ in-bulletin/my_account/private_messages/new_message.tpl	(revision 12903)
@@ -0,0 +1,76 @@
+<!--##
+<NAME>Write Private Message</NAME>
+<DESC>Write Private Message Form</DESC>
+<SECTION>My Account||Private Messages</SECTION>
+##-->
+
+<inp2:m_RequireLogin login_template="platform/login/register"/>
+
+<!--## PAGE TITLE ELEMENT ##-->
+<inp2:m_DefineElement name="page_title">
+	<inp2:m_phrase name="lu_title_NewPrivateMessage"/>
+</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>
+</inp2:m_DefineElement>
+<!--## //SIDE-BAR ELEMENT ##-->
+
+<inp2:m_DefineElement name="content">
+	<div class="movable-area">
+		<div class="movable-element">
+			<inp2:m_include template="platform/elements/navigation_bar.elm" titles="lu_title_MyAccount,lu_title_PrivateMessages,lu_title_NewPrivateMessage" templates="platform/my_account/my_account,in-bulletin/my_account/private_messages/private_messages,in-bulletin/my_account/private_messages/new_message"/>
+		</div>
+		<div class="movable-element">
+			<!-- new private message -->
+			<inp2:m_RenderElement design="content_box">
+				<inp2:m_Capture to_var="header">
+					<inp2:m_phrase name="lu_title_NewPrivateMessage"/>
+				</inp2:m_Capture>
+
+				<inp2:private-message_PresetFormFields/>
+				<span class="field-required">*</span> <inp2:m_phrase name="lu_IndicatesRequired"/><br /><br />
+
+				<inp2:m_if check="private-message_HasError" field="any">
+					<inp2:m_RenderElement name="error_message" />
+				</inp2:m_if>
+
+				<img src="<inp2:m_TemplatesBase module="In-Portal"/>img/grey_pix.gif" width="100%" height="1" align="absmiddle" alt="" /><br /><br />
+
+				<inp2:m_include template="in-bulletin/elements/forms.elm"/>
+
+				<form method="post" action="<inp2:m_FormAction/>">
+					<table class="form-data fullwidth">
+						<inp2:m_RenderElement name="inp_edit_box" prefix="private-message" field="ToId" title="lu_fld_To"/>
+						<inp2:m_RenderElement name="inp_edit_box" prefix="private-message" field="Subject" title="lu_fld_Subject"/>
+						<inp2:m_RenderElement name="inp_edit_textarea_bb" prefix="private-message" field="Body" cols="50" rows="10" title="lu_fld_MessageBody"/>
+						<inp2:m_RenderElement name="inp_edit_checkbox" prefix="private-message" field="DisableBBCodes" title="lu_fld_DisableBBCodes"/>
+						<inp2:m_RenderElement name="inp_edit_checkbox" prefix="private-message" field="DisableSmileys" title="lu_fld_DisableSmileys"/>
+						<inp2:m_RenderElement name="inp_edit_checkbox" prefix="private-message" field="ShowSignatures" title="lu_fld_ShowSignatures" is_last="1"/>
+						<inp2:m_RenderElement design="inp_edit_buttons">
+							<input type="hidden" name="next_template" value="in-bulletin/my_account/private_messages/add_confirm"/>
+							<input class="button" type="submit" name="events[private-message][OnCreate]" value="<inp2:m_Phrase label="lu_btn_Create" no_editing="1"/>"/>
+							<input class="button" type="button" onclick="redirect('<inp2:m_Link template="in-bulletin/my_account/private_messages/private_messages"/>');" value="<inp2:m_Phrase label="lu_btn_Cancel" no_editing="1"/>"/>
+						</inp2:m_RenderElement>
+					</table>
+				</form>
+
+			</inp2:m_RenderElement>
+			<!-- // new private message -->
+		</div>
+	</div>
+</inp2:m_DefineElement>
+
+<inp2:m_include template="platform/designs/default_design.des" pass_params="1"/>
\ No newline at end of file

Property changes on: in-bulletin/my_account/private_messages/new_message.tpl
___________________________________________________________________
Added: cvs2svn:cvs-rev
## -0,0 +1 ##
+1.1.2.8
\ No newline at end of property
Index: in-bulletin/my_account/private_messages/private_messages.tpl
===================================================================
--- in-bulletin/my_account/private_messages/private_messages.tpl	(nonexistent)
+++ in-bulletin/my_account/private_messages/private_messages.tpl	(revision 12903)
@@ -0,0 +1,75 @@
+<!--##
+<NAME>List Private Messages</NAME>
+<DESC>List Private Messages</DESC>
+<SECTION>My Account||Private Messages</SECTION>
+##-->
+
+<inp2:m_RequireLogin login_template="platform/login/register"/>
+
+<!--## PAGE TITLE ELEMENT ##-->
+<inp2:m_DefineElement name="page_title">
+	<inp2:m_phrase name="lu_title_PrivateMessages"/>
+</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>
+</inp2:m_DefineElement>
+<!--## //SIDE-BAR ELEMENT ##-->
+
+<inp2:m_DefineElement name="content">
+	<div class="movable-area">
+		<div class="movable-element">
+			<inp2:m_include template="platform/elements/navigation_bar.elm" titles="lu_title_MyAccount,lu_title_PrivateMessages" templates="platform/my_account/my_account,in-bulletin/my_account/private_messages/private_messages"/>
+		</div>
+		<div class="movable-element">
+			<!-- private messages -->
+			<inp2:m_RenderElement design="content_box" data_exists="1" block_no_data="no_private_messages">
+				<inp2:m_Capture to_var="header">
+					<inp2:m_phrase name="lu_title_PrivateMessages"/> (<inp2:private-message_TotalRecords/>)
+				</inp2:m_Capture>
+
+				<inp2:m_include template="in-bulletin/elements/private_messages.elm"/>
+
+				<inp2:m_RenderElement name="folder_tabs"/>
+
+				<table class="fullwidth">
+					<tr>
+						<td colspan="3">
+							<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="sub-section-header">
+						<td>
+							<inp2:m_if check="m_GetEquals" name="folder_id" value="-1">
+								<inp2:m_Phrase name="lu_col_ToName"/>
+							<inp2:m_else/>
+								<inp2:m_Phrase name="lu_col_FromName"/>
+							</inp2:m_if>
+						</td>
+						<td>
+							<inp2:m_Phrase name="lu_col_Subject"/>
+						</td>
+						<td>
+							<inp2:m_Phrase name="lu_col_Created"/>
+						</td>
+					</tr>
+					<inp2:private-message_PrintList render_as="private_message_element"/>
+				</table>
+
+				<inp2:m_include template="platform/elements/pagination.elm" prefix="private-message"/>
+			</inp2:m_RenderElement>
+			<!-- // private messages -->
+		</div>
+	</div>
+</inp2:m_DefineElement>
+
+<inp2:m_include template="platform/designs/default_design.des" pass_params="1"/>
\ No newline at end of file

Property changes on: in-bulletin/my_account/private_messages/private_messages.tpl
___________________________________________________________________
Added: cvs2svn:cvs-rev
## -0,0 +1 ##
+1.1.2.9
\ No newline at end of property
Index: in-bulletin/my_account/private_messages/add_confirm.tpl
===================================================================
--- in-bulletin/my_account/private_messages/add_confirm.tpl	(nonexistent)
+++ in-bulletin/my_account/private_messages/add_confirm.tpl	(revision 12903)
@@ -0,0 +1,46 @@
+<!--##
+<NAME>Private Message - Sent</NAME>
+<DESC>Private Message - Sent Confirmation</DESC>
+<SECTION>My Account||Private Messages</SECTION>
+##-->
+
+<!--## PAGE TITLE ELEMENT ##-->
+<inp2:m_DefineElement name="page_title">
+	<inp2:m_phrase name="lu_title_AddPrivateMessageConfirm"/>
+</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>
+</inp2:m_DefineElement>
+<!--## //SIDE-BAR ELEMENT ##-->
+
+<inp2:m_DefineElement name="content">
+	<div class="movable-area">
+		<div class="movable-element">
+			<inp2:m_include template="platform/elements/navigation_bar.elm" titles="lu_title_MyAccount,lu_title_PrivateMessages,lu_title_AddPrivateMessageConfirm" templates="platform/my_account/my_account,in-bulletin/my_account/private_messages/private_messages,in-bulletin/my_account/private_messages/add_confirm"/>
+		</div>
+		<div class="movable-element">
+			<!-- add private message confirm -->
+			<inp2:m_RenderElement design="content_box">
+				<inp2:m_Capture to_var="header">
+					<inp2:m_phrase name="lu_title_AddPrivateMessageConfirm"/>
+				</inp2:m_Capture>
+
+				<inp2:m_phrase name="lu_newpm_Confirm_Text"/><br /><br />
+				<a href="<inp2:private-message_FolderLink template="in-bulletin/my_account/private_messages/private_messages" folder="sent"/>"><inp2:m_Phrase name="lu_PrivateMessages"/></a>
+			</inp2:m_RenderElement>
+			<!-- // add private message confirm -->
+		</div>
+	</div>
+</inp2:m_DefineElement>
+
+<inp2:m_include template="platform/designs/default_design.des" pass_params="1"/>
\ No newline at end of file

Property changes on: in-bulletin/my_account/private_messages/add_confirm.tpl
___________________________________________________________________
Added: cvs2svn:cvs-rev
## -0,0 +1 ##
+1.1.2.7
\ No newline at end of property
Index: in-bulletin/my_account/private_messages/view_message.tpl
===================================================================
--- in-bulletin/my_account/private_messages/view_message.tpl	(nonexistent)
+++ in-bulletin/my_account/private_messages/view_message.tpl	(revision 12903)
@@ -0,0 +1,85 @@
+<!--##
+<NAME>View Private Message</NAME>
+<DESC>View Private Message page</DESC>
+<SECTION>My Account||Private Messages</SECTION>
+##-->
+
+<inp2:m_RequireLogin login_template="platform/login/register"/>
+
+<!--## PAGE TITLE ELEMENT ##-->
+<inp2:m_DefineElement name="page_title">
+	<inp2:m_phrase name="lu_title_PrivateMessageDetails"/>
+</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>
+</inp2:m_DefineElement>
+<!--## //SIDE-BAR ELEMENT ##-->
+
+<inp2:m_DefineElement name="content">
+	<div class="movable-area">
+		<div class="movable-element">
+			<inp2:m_include template="platform/elements/navigation_bar.elm" titles="lu_title_MyAccount,lu_title_PrivateMessages,lu_title_PrivateMessageDetails" templates="platform/my_account/my_account,in-bulletin/my_account/private_messages/private_messages,in-bulletin/my_account/private_messages/view_message"/>
+		</div>
+		<div class="movable-element">
+			<!-- private message details -->
+			<inp2:m_RenderElement design="content_box">
+				<inp2:m_Capture to_var="header">
+					<inp2:m_phrase name="lu_title_PrivateMessageDetails"/>
+				</inp2:m_Capture>
+
+				<inp2:m_include template="in-bulletin/elements/private_messages.elm"/>
+
+				<inp2:private-message_MarkAsRead/>
+				<table class="fullwidth">
+					<tr>
+					<td align="left">
+							<inp2:m_if check="private-message_CanReplyMessage">
+								[<a href="<inp2:private-message_ReplyLink template="in-bulletin/my_account/private_messages/new_message"/>"><inp2:m_Phrase name="lu_btn_Reply"/></a>]
+							</inp2:m_if>
+
+							[<a href="<inp2:private-message_DeleteLink template="in-bulletin/my_account/private_messages/private_messages"/>" onclick="return confirm('<inp2:m_phrase name="lu_DeletePrivateMessageConfirm" js_escape="1"/>');"><inp2:m_phrase name="lu_btn_Delete"/></a>]<br /><br />
+						</td>
+					</tr>
+					<tr>
+						<td>
+							<strong><inp2:m_Phrase name="lu_MessageCreated"/></strong>: <inp2:private-message_Field name="CreatedOn"/>
+						</td>
+
+					</tr>
+				</table>
+				<br />
+
+				<strong><inp2:m_Phrase name="lu_fld_From"/></strong>: <inp2:private-message_Field name="FromId"/><br />
+				<strong><inp2:m_Phrase name="lu_fld_Subject"/></strong>: <inp2:private-message_MessageSubject empty_title="lu_NoSubject"/><br /><br />
+
+				<inp2:private-message_MessageBody smiley_render_as="smiley_element" bbcode_render_as="bbcode_element"/>
+				<br/><br />
+				<table class="fullwidth">
+					<tr>
+					<td align="left">
+							<inp2:m_if check="private-message_CanReplyMessage">
+								[<a href="<inp2:private-message_ReplyLink template="in-bulletin/my_account/private_messages/new_message"/>"><inp2:m_Phrase name="lu_btn_Reply"/></a>]
+							</inp2:m_if>
+
+							[<a href="<inp2:private-message_DeleteLink template="in-bulletin/my_account/private_messages/private_messages"/>" onclick="return confirm('<inp2:m_phrase name="lu_DeletePrivateMessageConfirm" js_escape="1"/>');"><inp2:m_phrase name="lu_btn_Delete"/></a>]
+						</td>
+					</tr>
+				</table>
+
+			</inp2:m_RenderElement>
+			<!-- // private message details -->
+		</div>
+	</div>
+</inp2:m_DefineElement>
+
+<inp2:m_include template="platform/designs/default_design.des" pass_params="1"/>
\ No newline at end of file

Property changes on: in-bulletin/my_account/private_messages/view_message.tpl
___________________________________________________________________
Added: cvs2svn:cvs-rev
## -0,0 +1 ##
+1.1.2.9
\ No newline at end of property
Index: in-bulletin/my_account/my_preferences.tpl
===================================================================
--- in-bulletin/my_account/my_preferences.tpl	(nonexistent)
+++ in-bulletin/my_account/my_preferences.tpl	(revision 12903)
@@ -0,0 +1,80 @@
+<!--##
+<NAME>User's Preferences</NAME>
+<DESC>User's Preferences</DESC>
+<SECTION>My Account</SECTION>
+##-->
+
+<inp2:m_RequireLogin login_template="platform/login/register"/>
+
+<!--## PAGE TITLE ELEMENT ##-->
+<inp2:m_DefineElement name="page_title">
+	<inp2:m_phrase name="lu_title_MyPreferences"/>
+</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>
+</inp2:m_DefineElement>
+<!--## //SIDE-BAR ELEMENT ##-->
+
+<inp2:m_DefineElement name="content">
+	<div class="movable-area">
+		<div class="movable-element">
+			<inp2:m_include template="platform/elements/navigation_bar.elm" titles="lu_title_MyAccount,lu_title_MyPreferences" templates="platform/my_account/my_account,platform/my_account/my_preferences"/>
+		</div>
+		<div class="movable-element">
+			<!-- my preferences -->
+			<inp2:m_RenderElement design="content_box">
+				<inp2:m_Capture to_var="header">
+					<inp2:m_phrase name="lu_title_MyPreferences"/>
+				</inp2:m_Capture>
+
+
+				<table class="fullwidth tab-bottom-line">
+					<tr>
+						<td class="tab-left-padding">
+
+							<table>
+								<tr>
+									<inp2:m_ModuleInclude template="my_account/preferences_tab.elm" in-portal_template="platform/my_account/preferences_tab.elm"/>
+								</tr>
+							</table>
+
+						</td>
+					</tr>
+				</table>
+
+				<br />
+
+				<strong><inp2:m_Phrase name="lu_Forums"/></strong><br /><br />
+
+				<form method="post" action="<inp2:m_FormAction/>">
+					<img src="<inp2:m_TemplatesBase module="In-Portal"/>img/grey_pix.gif" width="100%" height="1" align="absmiddle" alt="" /><br /><br />
+					<table class="form-data fullwidth">
+						<inp2:m_RenderElement name="inp_edit_checkbox" prefix="user-profile" field="show_sig" title="lu_fld_ShowSignatures"/>
+						<inp2:m_RenderElement name="inp_edit_box" prefix="user-profile" field="Perpage_Topics" title="lu_fld_TopicsPerPage"/>
+						<inp2:m_RenderElement name="inp_edit_box" prefix="user-profile" field="Perpage_Postings" title="lu_fld_PostsPerPage"/>
+						<inp2:m_RenderElement name="inp_edit_checkbox" prefix="user-profile" field="owner_notify" title="lu_fld_NotifyOwnerOnChanges"/>
+						<inp2:m_RenderElement name="inp_edit_checkbox" prefix="user-profile" field="bb_pm_notify" title="lu_fld_NotifyOnPrivateMessages"/>
+						<inp2:m_RenderElement name="inp_edit_checkbox" prefix="user-profile" field="bbcode" title="lu_fld_EnableBBCodes"/>
+						<inp2:m_RenderElement name="inp_edit_checkbox" prefix="user-profile" field="smileys" title="lu_fld_EnableSmileys"/>
+						<inp2:m_RenderElement name="inp_edit_checkbox" prefix="user-profile" field="bb_signatures" title="lu_fld_ShowOtherSignatures"/>
+						<inp2:m_RenderElement name="inp_edit_textarea" prefix="user-profile" field="my_signature" title="lu_fld_MySignature" cols="50" rows="10" is_last="1"/>
+
+						<inp2:m_RenderElement design="inp_edit_buttons">
+							<input class="button" type="submit" name="events[user-profile][OnUpdate]" value="<inp2:m_Phrase label="lu_btn_Update" no_editing="1"/>"/>
+						</inp2:m_RenderElement>
+					</table>
+				</form>
+			</inp2:m_RenderElement>
+			<!-- // my preferences -->
+		</div>
+	</div>
+</inp2:m_DefineElement>
+
+<inp2:m_include template="platform/designs/default_design.des" pass_params="1"/>
\ No newline at end of file

Property changes on: in-bulletin/my_account/my_preferences.tpl
___________________________________________________________________
Added: cvs2svn:cvs-rev
## -0,0 +1 ##
+1.1.2.7
\ No newline at end of property
Index: in-bulletin/my_account/my_topics.tpl
===================================================================
--- in-bulletin/my_account/my_topics.tpl	(nonexistent)
+++ in-bulletin/my_account/my_topics.tpl	(revision 12903)
@@ -0,0 +1,73 @@
+<!--##
+<NAME>User's Topics</NAME>
+<DESC>List of User's Topics</DESC>
+<SECTION>My Account</SECTION>
+##-->
+
+<inp2:m_RequireLogin login_template="platform/login/register"/>
+
+<!--## PAGE TITLE ELEMENT ##-->
+<inp2:m_DefineElement name="page_title">
+	<inp2:m_phrase name="lu_title_MyTopics"/>
+</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>
+</inp2:m_DefineElement>
+<!--## //SIDE-BAR ELEMENT ##-->
+
+<inp2:m_DefineElement name="content">
+	<div class="movable-area">
+		<div class="movable-element">
+			<inp2:m_include template="platform/elements/navigation_bar.elm" titles="lu_title_MyAccount,lu_title_MyTopics" templates="platform/my_account/my_account,in-bulletin/my_account/my_topics"/>
+		</div>
+		<div class="movable-element">
+			<!-- my topics -->
+			<inp2:m_DefineElement name="no_topics">
+				<inp2:m_phrase name="lu_NoTopics"/>
+			</inp2:m_DefineElement>
+
+			<inp2:m_RenderElement design="content_box" data_exists="1" block_no_data="no_topics">
+				<inp2:bb_InitList list_name="my_topics" types="my_items" parent_cat_id="0" recursive="1"/>
+
+				<inp2:m_Capture to_var="header">
+					<inp2:m_phrase name="lu_title_MyTopics"/> (<inp2:bb_TotalRecords list_name="my_topics"/>)
+				</inp2:m_Capture>
+
+				<inp2:m_include template="in-bulletin/elements/topics.elm"/>
+
+				<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="sub-section-header">
+						<td><inp2:m_phrase name="lu_col_Topics"/></td>
+						<td><inp2:m_phrase name="lu_col_Replies"/></td>
+						<td><inp2:m_phrase name="lu_col_Views"/></td>
+						<td><inp2:m_phrase name="lu_col_LastPost"/></td>
+					</tr>
+					<inp2:bb_ListTopics list_name="my_topics" render_as="my_topic_element" no_table="1"/>
+				</table>
+
+				<inp2:m_include template="platform/elements/pagination.elm" prefix="bb" list_name="my_topics"/>
+			</inp2:m_RenderElement>
+			<!-- // my topics -->
+		</div>
+	</div>
+</inp2:m_DefineElement>
+
+<inp2:m_include template="platform/designs/default_design.des" pass_params="1"/>
\ No newline at end of file

Property changes on: in-bulletin/my_account/my_topics.tpl
___________________________________________________________________
Added: cvs2svn:cvs-rev
## -0,0 +1 ##
+1.1.2.9
\ No newline at end of property
Index: in-bulletin/my_account/my_items.elm.tpl
===================================================================
--- in-bulletin/my_account/my_items.elm.tpl	(nonexistent)
+++ in-bulletin/my_account/my_items.elm.tpl	(revision 12903)
@@ -0,0 +1,19 @@
+<inp2:m_if check="m_ParamEquals" name="section" value="1">
+	<inp2:m_if check="m_ParamEquals" name="place" value="sidebox">
+		<inp2:m_RenderElement name="box_element" template="in-bulletin/my_account/private_messages/private_messages" title="lu_PrivateMessages"/>
+	</inp2:m_if>
+
+	<inp2:m_if check="m_ParamEquals" name="place" value="contentbox">
+		<inp2:m_RenderElement name="my_account_element" template="in-bulletin/my_account/private_messages/private_messages" title="lu_PrivateMessages" description="lu_description_PrivateMessages" icon_image="in-bulletin/img/ic_pm_list46.gif"/>
+	</inp2:m_if>
+</inp2:m_if>
+
+<inp2:m_if check="m_ParamEquals" name="section" value="2">
+	<inp2:m_if check="m_ParamEquals" name="place" value="sidebox">
+		<inp2:m_RenderElement name="box_element" template="in-bulletin/my_account/my_topics" title="lu_MyTopics" />
+	</inp2:m_if>
+
+	<inp2:m_if check="m_ParamEquals" name="place" value="contentbox">
+		<inp2:m_RenderElement name="my_account_element" template="in-bulletin/my_account/my_topics" title="lu_MyTopics" description="lu_description_MyTopics" icon_image="in-bulletin/img/ic_mytopics46.gif"/>
+	</inp2:m_if>
+</inp2:m_if>
\ No newline at end of file

Property changes on: in-bulletin/my_account/my_items.elm.tpl
___________________________________________________________________
Added: cvs2svn:cvs-rev
## -0,0 +1 ##
+1.1.2.2
\ No newline at end of property
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: in-bulletin/my_account/preferences_tab.elm.tpl
===================================================================
--- in-bulletin/my_account/preferences_tab.elm.tpl	(nonexistent)
+++ in-bulletin/my_account/preferences_tab.elm.tpl	(revision 12903)
@@ -0,0 +1 @@
+<inp2:m_RenderElement name="tab" title="lu_tab_Forums" template="in-bulletin/my_account/my_preferences"/>

Property changes on: in-bulletin/my_account/preferences_tab.elm.tpl
___________________________________________________________________
Added: cvs2svn:cvs-rev
## -0,0 +1 ##
+1.1.2.2
\ No newline at end of property
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: in-bulletin/topics/new_topic_reply.tpl
===================================================================
--- in-bulletin/topics/new_topic_reply.tpl	(nonexistent)
+++ in-bulletin/topics/new_topic_reply.tpl	(revision 12903)
@@ -0,0 +1,81 @@
+<!--##
+<NAME>Topic Reply</NAME>
+<DESC>Topic Reply Form</DESC>
+<SECTION>Platform||Topics</SECTION>
+##-->
+
+<!--## PAGE TITLE ELEMENT ##-->
+<inp2:m_DefineElement name="page_title">
+	<inp2:m_phrase name="lu_title_NewTopicReply"/>
+</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>
+</inp2:m_DefineElement>
+<!--## //SIDE-BAR ELEMENT ##-->
+
+<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_NewTopicReply" templates="__default__,in-bulletin/topics/new_topic_reply" show_category="1"/>
+		</div>
+		<div class="movable-element">
+			<!-- new topic reply -->
+			<inp2:m_RenderElement design="content_box">
+				<inp2:m_Capture to_var="header">
+					<inp2:m_phrase name="lu_title_NewTopicReply"/>
+				</inp2:m_Capture>
+
+				<inp2:m_if check="bb-post_HasPermission" permissions="TOPIC.REPLY.ADD">
+					<inp2:bb-post_PresetFormFields/>
+					<span class="field-required">*</span> <inp2:m_phrase name="lu_IndicatesRequired"/><br /><br />
+
+					<inp2:m_if check="bb-post_HasError" field="any">
+						<inp2:m_RenderElement name="error_message" />
+					</inp2:m_if>
+
+					<img src="<inp2:m_TemplatesBase module="In-Portal"/>img/grey_pix.gif" width="100%" height="1" align="absmiddle" alt="" /><br /><br />
+
+					<inp2:m_include template="in-bulletin/elements/forms.elm"/>
+
+					<form method="post" action="<inp2:m_FormAction/>">
+						<table class="form-data fullwidth">
+							<inp2:m_RenderElement name="inp_label" prefix="bb" field="TopicText" title="lu_fld_Subject"/>
+							<inp2:m_RenderElement name="inp_label" prefix="bb" field="PostedBy" title="lu_fld_Author"/>
+
+							<inp2:m_RenderElement name="inp_edit_box" prefix="bb-post" field="Subject" title="lu_fld_Subject" style="width: 300px"/>
+							<inp2:m_RenderElement name="inp_edit_textarea_bb" prefix="bb-post" field="PostingText" cols="50" rows="10" title="lu_fld_MessageBody" style="width: 400px"/>
+
+							<inp2:m_RenderElement name="inp_edit_checkbox" prefix="bb-post" field="DisableBBCodes" title="lu_fld_DisableBBCodes"/>
+							<inp2:m_RenderElement name="inp_edit_checkbox" prefix="bb-post" field="DisableSmileys" title="lu_fld_DisableSmileys"/>
+							<inp2:m_RenderElement name="inp_edit_checkbox" prefix="bb-post" field="ShowSignatures" title="lu_fld_ShowSignatures" is_last="1"/>
+
+							<inp2:m_RenderElement design="inp_edit_buttons">
+								<input type="hidden" name="next_template" value="__default__"/>
+								<input class="button" type="submit" name="events[bb-post][OnCreate]" value="<inp2:m_Phrase label="lu_btn_Create" no_editing="1"/>"/>
+								<input class="button" type="button" value="<inp2:m_Phrase label="lu_btn_Cancel" no_editing="1"/>" onclick="redirect('<inp2:bb_TopicLink template="__default__"/>');"/>
+							</inp2:m_RenderElement>
+						</table>
+					</form>
+				<inp2:m_else/>
+					<inp2:m_phrase name="lu_text_NoNewTopicReplyPermission"/>
+				</inp2:m_if>
+			</inp2:m_RenderElement>
+			<!-- // new topic reply -->
+		</div>
+	</div>
+</inp2:m_DefineElement>
+
+<inp2:m_include template="platform/designs/default_design.des" pass_params="1"/>
\ No newline at end of file

Property changes on: in-bulletin/topics/new_topic_reply.tpl
___________________________________________________________________
Added: cvs2svn:cvs-rev
## -0,0 +1 ##
+1.1.2.8
\ No newline at end of property
Index: in-bulletin/topics/modify_topic.tpl
===================================================================
--- in-bulletin/topics/modify_topic.tpl	(nonexistent)
+++ in-bulletin/topics/modify_topic.tpl	(revision 12903)
@@ -0,0 +1,69 @@
+<!--##
+<NAME>Topic Modify Form</NAME>
+<DESC>Topic Modification Form</DESC>
+<SECTION>Platform||Topics</SECTION>
+##-->
+
+<!--## PAGE TITLE ELEMENT ##-->
+<inp2:m_DefineElement name="page_title">
+	<inp2:m_phrase name="lu_title_ModifyTopic"/>
+</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>
+</inp2:m_DefineElement>
+<!--## //SIDE-BAR ELEMENT ##-->
+
+<inp2:m_DefineElement name="content">
+	<div class="movable-area">
+		<div class="movable-element">
+			<inp2:m_include template="platform/elements/navigation_bar.elm" titles="lu_title_MyAccount,lu_title_MyTopics,__item__,lu_title_ModifyTopic" templates="platform/my_account/my_account,in-bulletin/my_account/my_topics,__default__,in-bulletin/topics/modify_topic"/>
+		</div>
+		<div class="movable-element">
+			<!-- modify topic -->
+			<inp2:m_RenderElement design="content_box">
+				<inp2:m_Capture to_var="header">
+					<inp2:m_phrase name="lu_title_ModifyTopic"/>
+				</inp2:m_Capture>
+
+				<inp2:m_if check="bb_HasPermission" permissions="TOPIC.MODIFY|TOPIC.MODIFY.PENDING|TOPIC.OWNER.MODIFY|TOPIC.OWNER.MODIFY.PENDING">
+
+					<span class="field-required">*</span> <inp2:m_phrase name="lu_IndicatesRequired"/><br /><br />
+
+					<inp2:m_if check="bb_HasError" field="any">
+						<inp2:m_RenderElement name="error_message" />
+					</inp2:m_if>
+
+					<img src="<inp2:m_TemplatesBase module="In-Portal"/>img/grey_pix.gif" width="100%" height="1" align="absmiddle" alt="" /><br /><br />
+
+					<form method="post" action="<inp2:m_FormAction/>">
+						<table class="form-data fullwidth">
+							<inp2:m_RenderElement name="inp_edit_box" prefix="bb" field="TopicText" title="lu_fld_Subject"/>
+							<inp2:m_RenderElement name="inp_edit_checkbox" prefix="bb" field="NotifyOwnerOnChanges" title="lu_fld_NotifyOwnerOnChanges" is_last="1"/>
+
+							<inp2:m_RenderElement design="inp_edit_buttons">
+								<input type="hidden" name="modify_confirm_template" value="in-bulletin/topics/modify_confirm"/>
+								<input type="hidden" name="modify_pending_confirm_template" value="in-bulletin/topics/modify_pending_confirm"/>
+								<input class="button" type="submit" name="events[bb][OnUpdate]" value="<inp2:m_Phrase label="lu_btn_Update" no_editing="1"/>"/>
+							</inp2:m_RenderElement>
+						</table>
+					</form>
+				<inp2:m_else/>
+					<inp2:m_phrase name="lu_text_NoModifyTopicPermission"/>
+				</inp2:m_if>
+			</inp2:m_RenderElement>
+			<!-- // modify topic -->
+		</div>
+	</div>
+</inp2:m_DefineElement>
+
+<inp2:m_include template="platform/designs/default_design.des" pass_params="1"/>
\ No newline at end of file

Property changes on: in-bulletin/topics/modify_topic.tpl
___________________________________________________________________
Added: cvs2svn:cvs-rev
## -0,0 +1 ##
+1.1.2.8
\ No newline at end of property
Index: in-bulletin/topics/new_topic.tpl
===================================================================
--- in-bulletin/topics/new_topic.tpl	(nonexistent)
+++ in-bulletin/topics/new_topic.tpl	(revision 12903)
@@ -0,0 +1,81 @@
+<!--##
+<NAME>New Topic</NAME>
+<DESC>New Topic Form</DESC>
+<SECTION>Platform||Topics</SECTION>
+##-->
+
+<!--## PAGE TITLE ELEMENT ##-->
+<inp2:m_DefineElement name="page_title">
+	<inp2:m_phrase name="lu_title_NewTopic"/>
+</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>
+</inp2:m_DefineElement>
+<!--## //SIDE-BAR ELEMENT ##-->
+
+<inp2:m_DefineElement name="content">
+	<div class="movable-area">
+		<div class="movable-element">
+			<inp2:m_include template="platform/elements/navigation_bar.elm" titles="lu_title_NewTopic" templates="in-bulletin/topics/new_topic" show_category="1"/>
+		</div>
+		<div class="movable-element">
+			<!-- new topic -->
+			<inp2:m_RenderElement design="content_box">
+				<inp2:m_Capture to_var="header">
+					<inp2:m_phrase name="lu_title_NewTopic"/>
+				</inp2:m_Capture>
+
+				<inp2:m_if check="bb_HasPermission" permissions="TOPIC.ADD|TOPIC.ADD.PENDING">
+					<inp2:bb_PresetFormFields/>
+					<span class="field-required">*</span> <inp2:m_phrase name="lu_IndicatesRequired"/><br /><br />
+
+					<inp2:m_if check="bb_HasError" field="any">
+						<inp2:m_RenderElement name="error_message" />
+					</inp2:m_if>
+
+					<img src="<inp2:m_TemplatesBase module="In-Portal"/>img/grey_pix.gif" width="100%" height="1" align="absmiddle" alt="" /><br /><br />
+
+					<inp2:m_include template="in-bulletin/elements/forms.elm"/>
+
+					<form method="post" action="<inp2:m_FormAction/>">
+						<table class="form-data fullwidth">
+
+							<inp2:m_RenderElement name="inp_edit_box" prefix="bb" field="TopicText" title="lu_fld_Subject" style="width: 300px"/>
+							<inp2:m_RenderElement name="inp_edit_textarea_bb" prefix="bb" field="PostingText" cols="70" rows="13" title="lu_fld_MessageBody" style="width: 400px"/>
+
+							<inp2:m_RenderElement name="inp_edit_checkbox" prefix="bb" field="DisableBBCodes" title="lu_fld_DisableBBCodes"/>
+							<inp2:m_RenderElement name="inp_edit_checkbox" prefix="bb" field="DisableSmileys" title="lu_fld_DisableSmileys"/>
+							<inp2:m_RenderElement name="inp_edit_checkbox" prefix="bb" field="ShowSignatures" title="lu_fld_ShowSignatures"/>
+							<inp2:m_RenderElement name="inp_edit_checkbox" prefix="bb" field="NotifyOwnerOnChanges" title="lu_fld_NotifyOwnerOnChanges" is_last="1"/>
+
+							<inp2:m_RenderElement design="inp_edit_buttons">
+								<input type="hidden" name="suggest_confirm_template" value="in-bulletin/topics/add_confirm"/>
+								<input type="hidden" name="suggest_pending_confirm_template" value="in-bulletin/topics/add_pending_confirm"/>
+								<input class="button" type="submit" name="events[bb][OnCreate]" value="<inp2:m_Phrase label="lu_btn_Create" no_editing="1"/>"/>
+								<input class="button" type="button" value="<inp2:m_Phrase label="lu_btn_Cancel" no_editing="1"/>" onclick="redirect('<inp2:m_Link template="__default__"/>');"/>
+							</inp2:m_RenderElement>
+						</table>
+					</form>
+				<inp2:m_else/>
+					<inp2:m_phrase name="lu_text_NoNewTopicPermission"/>
+				</inp2:m_if>
+			</inp2:m_RenderElement>
+			<!-- // new topic -->
+		</div>
+	</div>
+</inp2:m_DefineElement>
+
+<inp2:m_include template="platform/designs/default_design.des" pass_params="1"/>
\ No newline at end of file

Property changes on: in-bulletin/topics/new_topic.tpl
___________________________________________________________________
Added: cvs2svn:cvs-rev
## -0,0 +1 ##
+1.1.2.8
\ No newline at end of property
Index: in-bulletin/topics/modify_post.tpl
===================================================================
--- in-bulletin/topics/modify_post.tpl	(nonexistent)
+++ in-bulletin/topics/modify_post.tpl	(revision 12903)
@@ -0,0 +1,80 @@
+<!--##
+<NAME>Post Modify Form</NAME>
+<DESC>Post Modification Form</DESC>
+<SECTION>Platform||Topics</SECTION>
+##-->
+
+<!--## PAGE TITLE ELEMENT ##-->
+<inp2:m_DefineElement name="page_title">
+	<inp2:m_phrase name="lu_title_TopicPostModify"/>
+</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>
+</inp2:m_DefineElement>
+<!--## //SIDE-BAR ELEMENT ##-->
+
+<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_TopicPostModify" templates="__default__,in-bulletin/topics/modify_post" show_category="1"/>
+		</div>
+		<div class="movable-element">
+			<!-- modify post -->
+			<inp2:m_RenderElement design="content_box">
+				<inp2:m_Capture to_var="header">
+					<inp2:m_phrase name="lu_title_TopicPostModify"/>
+				</inp2:m_Capture>
+
+				<inp2:m_if check="bb-post_HasPermission" permissions="TOPIC.REPLY.MODIFY|TOPIC.REPLY.OWNER.MODIFY">
+					<span class="field-required">*</span> <inp2:m_phrase name="lu_IndicatesRequired"/><br /><br />
+
+					<inp2:m_if check="bb-post_HasError" field="any">
+						<inp2:m_RenderElement name="error_message" />
+					</inp2:m_if>
+
+					<img src="<inp2:m_TemplatesBase module="In-Portal"/>img/grey_pix.gif" width="100%" height="1" align="absmiddle" alt="" /><br /><br />
+
+					<inp2:m_include template="in-bulletin/elements/forms.elm"/>
+
+					<form method="post" action="<inp2:m_FormAction/>">
+						<table class="form-data fullwidth">
+							<inp2:m_RenderElement name="inp_label" prefix="bb" field="TopicText" title="lu_fld_Subject"/>
+							<inp2:m_RenderElement name="inp_label" prefix="bb" field="PostedBy" title="lu_fld_Author"/>
+
+							<inp2:m_RenderElement name="inp_edit_box" prefix="bb-post" field="Subject" title="lu_fld_Subject" style="width: 300px;"/>
+							<inp2:m_RenderElement name="inp_edit_textarea_bb" prefix="bb-post" field="PostingText" cols="70" rows="13" title="lu_fld_MessageBody" style="width: 400px;"/>
+
+							<inp2:m_RenderElement name="inp_edit_checkbox" prefix="bb-post" field="DisableBBCodes" title="lu_fld_DisableBBCodes"/>
+							<inp2:m_RenderElement name="inp_edit_checkbox" prefix="bb-post" field="DisableSmileys" title="lu_fld_DisableSmileys"/>
+							<inp2:m_RenderElement name="inp_edit_checkbox" prefix="bb-post" field="ShowSignatures" title="lu_fld_ShowSignatures" is_last="1"/>
+
+							<inp2:m_RenderElement design="inp_edit_buttons">
+								<input type="hidden" name="next_template" value="__default__"/>
+								<input class="button" type="submit" name="events[bb-post][OnUpdate]" value="<inp2:m_Phrase label="lu_btn_Update" no_editing="1"/>"/>
+								<input class="button" type="button" value="<inp2:m_Phrase label="lu_btn_Cancel" no_editing="1"/>" onclick="redirect('<inp2:bb_TopicLink template="__default__"/>');"/>
+							</inp2:m_RenderElement>
+						</table>
+					</form>
+				<inp2:m_else/>
+					<inp2:m_phrase name="lu_text_NoTopicPostModifyPermission"/>
+				</inp2:m_if>
+			</inp2:m_RenderElement>
+			<!-- // modify post -->
+		</div>
+	</div>
+</inp2:m_DefineElement>
+
+<inp2:m_include template="platform/designs/default_design.des" pass_params="1"/>elements/html_head
\ No newline at end of file

Property changes on: in-bulletin/topics/modify_post.tpl
___________________________________________________________________
Added: cvs2svn:cvs-rev
## -0,0 +1 ##
+1.1.2.8
\ No newline at end of property
Index: in-bulletin/topics/.smsignore
===================================================================
--- in-bulletin/topics/.smsignore	(nonexistent)
+++ in-bulletin/topics/.smsignore	(revision 12903)
@@ -0,0 +1 @@
+topic_detail\.tpl
\ No newline at end of file

Property changes on: in-bulletin/topics/.smsignore
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Index: in-bulletin/topics/topic_detail.tpl
===================================================================
--- in-bulletin/topics/topic_detail.tpl	(nonexistent)
+++ in-bulletin/topics/topic_detail.tpl	(revision 12903)
@@ -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"/>]&nbsp;
+					</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: 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: in-bulletin/topics/modify_confirm.tpl
===================================================================
--- in-bulletin/topics/modify_confirm.tpl	(nonexistent)
+++ in-bulletin/topics/modify_confirm.tpl	(revision 12903)
@@ -0,0 +1,49 @@
+<!--##
+<NAME>Topic Modified - Confirmation</NAME>
+<DESC>Topic Modified Confirmation page</DESC>
+<SECTION>Platform||Topics</SECTION>
+##-->
+
+<!--## PAGE TITLE ELEMENT ##-->
+<inp2:m_DefineElement name="page_title">
+	<inp2:m_phrase name="lu_title_ModifyTopicConfirm"/>
+</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>
+</inp2:m_DefineElement>
+<!--## //SIDE-BAR ELEMENT ##-->
+
+<inp2:m_DefineElement name="content">
+	<div class="movable-area">
+		<div class="movable-element">
+			<inp2:m_include template="platform/elements/navigation_bar.elm" titles="lu_title_MyAccount,lu_title_MyTopics,__item__,lu_title_ModifyTopicConfirm" templates="platform/my_account/my_account,in-bulletin/my_account/my_topics,__default__,in-bulletin/topics/modify_confirm"/>
+		</div>
+		<div class="movable-element">
+			<!-- modify topic confirm -->
+			<inp2:m_RenderElement design="content_box">
+				<inp2:m_Capture to_var="header">
+					<inp2:m_phrase name="lu_title_ModifyTopicConfirm"/>
+				</inp2:m_Capture>
+
+				<inp2:m_phrase name="lu_text_ModifyTopicConfirm"/><br /><br />
+				<a href="<inp2:m_Link template="in-bulletin/my_account/my_topics" m_cat_id="0" m_cat_page="1"/>"<inp2:m_Phrase name="lu_text_MyTopics"/></a>
+			</inp2:m_RenderElement>
+			<!-- // modify topic confirm -->
+		</div>
+	</div>
+</inp2:m_DefineElement>
+
+<inp2:m_include template="platform/designs/default_design.des" pass_params="1"/>
\ No newline at end of file

Property changes on: in-bulletin/topics/modify_confirm.tpl
___________________________________________________________________
Added: cvs2svn:cvs-rev
## -0,0 +1 ##
+1.1.2.8
\ No newline at end of property
Index: in-bulletin/topics/add_confirm.tpl
===================================================================
--- in-bulletin/topics/add_confirm.tpl	(nonexistent)
+++ in-bulletin/topics/add_confirm.tpl	(revision 12903)
@@ -0,0 +1,49 @@
+<!--##
+<NAME>New Topic - Confirmation</NAME>
+<DESC>New Topic Confirmation page</DESC>
+<SECTION>Platform||Topics</SECTION>
+##-->
+
+<!--## PAGE TITLE ELEMENT ##-->
+<inp2:m_DefineElement name="page_title">
+	<inp2:m_phrase name="lu_title_AddTopicConfirm"/>
+</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>
+</inp2:m_DefineElement>
+<!--## //SIDE-BAR ELEMENT ##-->
+
+<inp2:m_DefineElement name="content">
+	<div class="movable-area">
+		<div class="movable-element">
+			<inp2:m_include template="platform/elements/navigation_bar.elm" titles="lu_title_AddTopicConfirm" templates="in-bulletin/topics/add_confirm" show_category="1"/>
+		</div>
+		<div class="movable-element">
+			<!-- add topic confirm -->
+			<inp2:m_RenderElement design="content_box">
+				<inp2:m_Capture to_var="header">
+					<inp2:m_phrase name="lu_title_AddTopicConfirm"/>
+				</inp2:m_Capture>
+
+				<inp2:m_phrase name="lu_NewTopic_Confirm_Text"/><br /><br />
+				<a href="<inp2:m_Link template="in-bulletin/my_account/my_topics" m_cat_id="0" m_cat_page="1"/>"><inp2:m_Phrase name="lu_text_MyTopics"/></a>
+			</inp2:m_RenderElement>
+			<!-- // add topic confirm -->
+		</div>
+	</div>
+</inp2:m_DefineElement>
+
+<inp2:m_include template="platform/designs/default_design.des" pass_params="1"/>
\ No newline at end of file

Property changes on: in-bulletin/topics/add_confirm.tpl
___________________________________________________________________
Added: cvs2svn:cvs-rev
## -0,0 +1 ##
+1.1.2.8
\ No newline at end of property
Index: in-bulletin/topics/search_results.tpl
===================================================================
--- in-bulletin/topics/search_results.tpl	(nonexistent)
+++ in-bulletin/topics/search_results.tpl	(revision 12903)
@@ -0,0 +1,79 @@
+<!--##
+<NAME>Topics - Search Results</NAME>
+<DESC>List of Topics Search Results</DESC>
+<SECTION>Platform||Topics</SECTION>
+##-->
+
+<!--## PAGE TITLE ELEMENT ##-->
+<inp2:m_DefineElement name="page_title">
+	<inp2:m_Phrase label="lu_title_TopicSearchResults"/>
+</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>
+</inp2:m_DefineElement>
+<!--## //SIDE-BAR ELEMENT ##-->
+
+<inp2:m_DefineElement name="content">
+	<div class="movable-area">
+		<div class="movable-element">
+			<inp2:m_include template="platform/elements/navigation_bar.elm" titles="lu_title_TopicSearchResults" templates="in-bulletin/search/search_results"/>
+		</div>
+		<div class="movable-element">
+			<inp2:m_RenderElement design="content_box">
+				<inp2:bb_InitList list_name="topic_search_results" types="search" parent_cat_id="any" recursive="1"/>
+
+				<inp2:m_Capture to_var="header">
+					<inp2:m_Phrase label="lu_title_TopicSearchResults"/>
+				</inp2:m_Capture>
+
+				<table class="fullwidth">
+					<tr>
+						<td class="category-statistics">
+							<inp2:m_phrase name="lu_TotalTopics"/>: <inp2:bb_TotalRecords list_name="topic_search_results"/>  &nbsp;|&nbsp;  <span class="static"><inp2:m_phrase name="lu_AddedToday"/>: 0</span>
+						</td>
+						<td class="category-statistics static" align="right">
+							<inp2:m_phrase name="lu_TopicsUpdated"/>: 05/17/2006
+						</td>
+					</tr>
+				</table>
+				<img src="<inp2:m_TemplatesBase module="In-Portal"/>img/s.gif" width="1" height="4" alt="" /><br />
+				<img src="<inp2:m_TemplatesBase module="In-Portal"/>img/grey_pix.gif" width="100%" height="1" alt="" /><br />
+				<br />
+
+				<table class="fullwidth">
+					<tr>
+						<td colspan="5">
+							<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="sub-section-header">
+						<td><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/header_arrow.gif" width="11" height="11" alt="" /> &nbsp; <inp2:m_phrase name="lu_col_Topics"/></td>
+						<td><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/header_arrow.gif" width="11" height="11" alt="" /> &nbsp; <inp2:m_phrase name="lu_col_Poster"/></td>
+						<td><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/header_arrow.gif" width="11" height="11" alt="" /> &nbsp; <inp2:m_phrase name="lu_col_Date"/></td>
+						<td><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/header_arrow.gif" width="11" height="11" alt="" /> &nbsp; <inp2:m_phrase name="lu_col_Replies"/></td>
+						<td><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/header_arrow.gif" width="11" height="11" alt="" /> &nbsp; <inp2:m_phrase name="lu_col_Views"/></td>
+					</tr>
+
+					<inp2:m_include template="in-bulletin/elements/topics.elm"/>
+					<inp2:m_include template="platform/elements/search_results.elm"/>
+
+					<inp2:bb_ListTopics list_name="topic_search_results" render_as="topic_element" show_relevance="1"/>
+				</table>
+
+				<inp2:m_include template="platform/elements/pagination.elm" prefix="bb" list_name="topic_search_results"/>
+			</inp2:m_RenderElement>
+		</div>
+	</div>
+</inp2:m_DefineElement>
+
+<inp2:m_include template="platform/designs/default_design.des" pass_params="1"/>
\ No newline at end of file

Property changes on: in-bulletin/topics/search_results.tpl
___________________________________________________________________
Added: cvs2svn:cvs-rev
## -0,0 +1 ##
+1.1.2.10
\ No newline at end of property
Index: in-bulletin/topics/modify_pending_confirm.tpl
===================================================================
--- in-bulletin/topics/modify_pending_confirm.tpl	(nonexistent)
+++ in-bulletin/topics/modify_pending_confirm.tpl	(revision 12903)
@@ -0,0 +1,49 @@
+<!--##
+<NAME>Topic Modification Pending - Confirmation</NAME>
+<DESC>Topic Modification Pending Confirmation page</DESC>
+<SECTION>Platform||Topics</SECTION>
+##-->
+
+<!--## PAGE TITLE ELEMENT ##-->
+<inp2:m_DefineElement name="page_title">
+	<inp2:m_phrase name="lu_title_ModifyTopicPendingConfirm"/>
+</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>
+</inp2:m_DefineElement>
+<!--## //SIDE-BAR ELEMENT ##-->
+
+<inp2:m_DefineElement name="content">
+	<div class="movable-area">
+		<div class="movable-element">
+			<inp2:m_include template="platform/elements/navigation_bar.elm" titles="lu_title_MyAccount,lu_title_MyTopics,__item__,lu_title_ModifyTopicPendingConfirm" templates="platform/my_account/my_account,in-bulletin/my_account/my_topics,__default__,in-bulletin/topics/modify_pending_confirm"/>
+		</div>
+		<div class="movable-element">
+			<!-- modify topic pending confirm -->
+			<inp2:m_RenderElement design="content_box">
+				<inp2:m_Capture to_var="header">
+					<inp2:m_phrase name="lu_title_ModifyTopicPendingConfirm"/>
+				</inp2:m_Capture>
+
+				<inp2:m_phrase name="lu_text_ModifyTopicPendingConfirm"/><br /><br />
+				<a href="<inp2:m_Link template="in-bulletin/my_account/my_topics" m_cat_id="0" m_cat_page="1"/>"><inp2:m_Phrase name="lu_text_MyTopics"/></a>
+			</inp2:m_RenderElement>
+			<!-- // modify topic pending confirm -->
+		</div>
+	</div>
+</inp2:m_DefineElement>
+
+<inp2:m_include template="platform/designs/default_design.des" pass_params="1"/>
\ No newline at end of file

Property changes on: in-bulletin/topics/modify_pending_confirm.tpl
___________________________________________________________________
Added: cvs2svn:cvs-rev
## -0,0 +1 ##
+1.1.2.8
\ No newline at end of property
Index: in-bulletin/topics/add_pending_confirm.tpl
===================================================================
--- in-bulletin/topics/add_pending_confirm.tpl	(nonexistent)
+++ in-bulletin/topics/add_pending_confirm.tpl	(revision 12903)
@@ -0,0 +1,49 @@
+<!--##
+<NAME>New Pending Topic - Confirmation</NAME>
+<DESC>New Pending Topic Confirmation page</DESC>
+<SECTION>Platform||Topics</SECTION>
+##-->
+
+<!--## PAGE TITLE ELEMENT ##-->
+<inp2:m_DefineElement name="page_title">
+	<inp2:m_phrase name="lu_title_AddTopicPendingConfirm"/>
+</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>
+</inp2:m_DefineElement>
+<!--## //SIDE-BAR ELEMENT ##-->
+
+<inp2:m_DefineElement name="content">
+	<div class="movable-area">
+		<div class="movable-element">
+			<inp2:m_include template="platform/elements/navigation_bar.elm" titles="lu_title_AddTopicPendingConfirm" templates="in-bulletin/topics/add_pending_confirm" show_category="1"/>
+		</div>
+		<div class="movable-element">
+			<!-- add topic pending confirm -->
+			<inp2:m_RenderElement design="content_box">
+				<inp2:m_Capture to_var="header">
+					<inp2:m_phrase name="lu_title_AddTopicPendingConfirm"/>
+				</inp2:m_Capture>
+
+				<inp2:m_phrase name="lu_NewTopic_Confirm_Pending_Text"/><br /><br />
+				<a href="<inp2:m_Link template="in-bulletin/my_account/my_topics" m_cat_id="0" m_cat_page="1"/>"><inp2:m_Phrase name="lu_text_MyTopics"/></a>
+			</inp2:m_RenderElement>
+			<!-- // add topic pending confirm -->
+		</div>
+	</div>
+</inp2:m_DefineElement>
+
+<inp2:m_include template="platform/designs/default_design.des" pass_params="1"/>
\ No newline at end of file

Property changes on: in-bulletin/topics/add_pending_confirm.tpl
___________________________________________________________________
Added: cvs2svn:cvs-rev
## -0,0 +1 ##
+1.1.2.8
\ No newline at end of property
Index: in-bulletin/in-bulletin/_install/theme.xml
===================================================================
--- in-bulletin/in-bulletin/_install/theme.xml	(revision 12902)
+++ in-bulletin/in-bulletin/_install/theme.xml	(nonexistent)
@@ -1,4 +0,0 @@
-<theme>
-	<section_design>in-bulletin/designs/section</section_design>
-	<item_design>in-bulletin/topics/topic_detail</item_design>
-</theme>
\ No newline at end of file
Index: in-bulletin/in-bulletin/_install/english.lang
===================================================================
--- in-bulletin/in-bulletin/_install/english.lang	(revision 12902)
+++ in-bulletin/in-bulletin/_install/english.lang	(nonexistent)
@@ -1,114 +0,0 @@
-<LANGUAGES>
-	<LANGUAGE PackName="English" Encoding="base64"><DATEFORMAT>m/d/Y</DATEFORMAT><TIMEFORMAT>g:i A</TIMEFORMAT><INPUTDATEFORMAT>m/d/Y</INPUTDATEFORMAT><INPUTTIMEFORMAT>g:i:s A</INPUTTIMEFORMAT><DECIMAL>.</DECIMAL><THOUSANDS>,</THOUSANDS><CHARSET>utf-8</CHARSET><DOCS_URL>http://docs.in-portal.org/eng/index.php</DOCS_URL><UNITSYSTEM>2</UNITSYSTEM>
-		<PHRASES>
-			<PHRASE Label="lu_btn_DeletePost" Module="In-Bulletin" Type="0">RGVsZXRlIFBvc3Q=</PHRASE>
-			<PHRASE Label="lu_btn_LockTopic" Module="In-Bulletin" Type="0">TG9jayBUb3BpYw==</PHRASE>
-			<PHRASE Label="lu_btn_ModifyPost" Module="In-Bulletin" Type="0">TW9kaWZ5IFBvc3Q=</PHRASE>
-			<PHRASE Label="lu_btn_NewPrivateMessage" Module="In-Bulletin" Type="0">TmV3IFByaXZhdGUgTWVzc2FnZQ==</PHRASE>
-			<PHRASE Label="lu_btn_newtopic" Module="In-Bulletin" Type="0">TmV3IHRvcGlj</PHRASE>
-			<PHRASE Label="lu_btn_RateThisTopic" Module="In-Bulletin" Type="0">UmF0ZSBUb3BpYw==</PHRASE>
-			<PHRASE Label="lu_btn_Reply" Module="In-Bulletin" Type="0">UmVwbHk=</PHRASE>
-			<PHRASE Label="lu_btn_ReplyQuoted" Module="In-Bulletin" Type="0">UmVwbHkgUXVvdGVk</PHRASE>
-			<PHRASE Label="lu_btn_SendMessage" Module="In-Bulletin" Type="0">U2VuZCBQcml2YXRlIE1lc3NhZ2U=</PHRASE>
-			<PHRASE Label="lu_btn_UnlockTopic" Module="In-Bulletin" Type="0">VW5sb2NrIFRvcGlj</PHRASE>
-			<PHRASE Label="lu_btn_Vote" Module="In-Bulletin" Type="0">Vm90ZQ==</PHRASE>
-			<PHRASE Label="lu_col_Author" Module="In-Bulletin" Type="0">QXV0aG9y</PHRASE>
-			<PHRASE Label="lu_col_Created" Module="In-Bulletin" Type="0">RGF0ZQ==</PHRASE>
-			<PHRASE Label="lu_col_Forums" Module="In-Bulletin" Type="0">Rm9ydW1z</PHRASE>
-			<PHRASE Label="lu_col_FromName" Module="In-Bulletin" Type="0">RnJvbQ==</PHRASE>
-			<PHRASE Label="lu_col_LastPost" Module="In-Bulletin" Type="0">TGFzdCBQb3N0</PHRASE>
-			<PHRASE Label="lu_col_Poster" Module="In-Bulletin" Type="0">UG9zdGVy</PHRASE>
-			<PHRASE Label="lu_col_Posts" Module="In-Bulletin" Type="0">UG9zdHM=</PHRASE>
-			<PHRASE Label="lu_col_Replies" Module="In-Bulletin" Type="0">UmVwbGllcw==</PHRASE>
-			<PHRASE Label="lu_col_Subject" Module="In-Bulletin" Type="0">U3ViamVjdA==</PHRASE>
-			<PHRASE Label="lu_col_ToName" Module="In-Bulletin" Type="0">VG8=</PHRASE>
-			<PHRASE Label="lu_col_Topics" Module="In-Bulletin" Type="0">VG9waWNz</PHRASE>
-			<PHRASE Label="lu_DeletePostConfirm" Module="In-Bulletin" Type="0">QXJlIHlvdSBzdXJlIHlvdSB3YW50IHRvIGRlbGV0ZSB0aGUgcG9zdD8NClRoaXMgYWN0aW9uIGNhbm5vdCBiZSB1bmRvbmUu</PHRASE>
-			<PHRASE Label="lu_DeletePrivateMessageConfirm" Module="In-Bulletin" Type="0">QXJlIHlvdSBzdXJlIHlvdSB3YW50IHRvIGRlbGV0ZSB0aGUgcHJpdmF0ZSBtZXNzYWdlPyBUaGlzIGFjdGlvbiBjYW5ub3QgYmUgdW5kb25lLg==</PHRASE>
-			<PHRASE Label="lu_DeleteTopicConfirm" Module="In-Bulletin" Type="0">QXJlIHlvdSBzdXJlIHlvdSB3YW50IHRvIGRlbGV0ZSB0aGUgdG9waWM/IFRoaXMgYWN0aW9uIGNhbm5vdCBiZSB1bmRvbmUu</PHRASE>
-			<PHRASE Label="lu_description_MyTopics" Module="In-Bulletin" Type="0">TWFuYWdlIHlvdXIgVG9waWNzIGhlcmU=</PHRASE>
-			<PHRASE Label="lu_field_posts" Module="In-Bulletin" Type="0">VG9waWMgUG9zdHM=</PHRASE>
-			<PHRASE Label="lu_field_topictype" Module="In-Bulletin" Type="0">VG9waWMgVHlwZQ==</PHRASE>
-			<PHRASE Label="lu_fld_Author" Module="In-Bulletin" Type="0">QXV0aG9y</PHRASE>
-			<PHRASE Label="lu_fld_DisableBBCodes" Module="In-Bulletin" Type="0">RElzYWJsZSBCQiBjb2Rlcw==</PHRASE>
-			<PHRASE Label="lu_fld_DisableSmileys" Module="In-Bulletin" Type="0">RGlzYWJsZSBzbWlsZXlz</PHRASE>
-			<PHRASE Label="lu_fld_EnableBBCodes" Module="In-Bulletin" Type="0">RW5hYmxlIEJCIENvZGVz</PHRASE>
-			<PHRASE Label="lu_fld_EnableSmileys" Module="In-Bulletin" Type="0">RW5hYmxlIFNtaWxleXM=</PHRASE>
-			<PHRASE Label="lu_fld_From" Module="In-Bulletin" Type="0">RnJvbQ==</PHRASE>
-			<PHRASE Label="lu_fld_MessageBody" Module="In-Bulletin" Type="0">TWVzc2FnZQ==</PHRASE>
-			<PHRASE Label="lu_fld_MySignature" Module="In-Bulletin" Type="0">U2lnbmF0dXJl</PHRASE>
-			<PHRASE Label="lu_fld_NotifyOnPrivateMessages" Module="In-Bulletin" Type="0">Tm90aWZ5IGFib3V0IFByaXZhdGUgTWVzc2FnZXM=</PHRASE>
-			<PHRASE Label="lu_fld_NotifyOwnerOnChanges" Module="In-Bulletin" Type="0">Tm90aWZ5IG1lIGFib3V0IHJlcGxpZXM=</PHRASE>
-			<PHRASE Label="lu_fld_PostsPerPage" Module="In-Bulletin" Type="0">UG9zdHMgcGVyIHBhZ2U=</PHRASE>
-			<PHRASE Label="lu_fld_ShowOtherSignatures" Module="In-Bulletin" Type="0">U2hvdyBTaWduYXR1cmVz</PHRASE>
-			<PHRASE Label="lu_fld_ShowSignatures" Module="In-Bulletin" Type="0">U2hvdyBzaWduYXR1cmU=</PHRASE>
-			<PHRASE Label="lu_fld_Subject" Module="In-Bulletin" Type="0">U3ViamVjdA==</PHRASE>
-			<PHRASE Label="lu_fld_To" Module="In-Bulletin" Type="0">VG8=</PHRASE>
-			<PHRASE Label="lu_fld_TopicsPerPage" Module="In-Bulletin" Type="0">VG9waWNzIHBlciBwYWdl</PHRASE>
-			<PHRASE Label="lu_folder_Sent" Module="In-Bulletin" Type="0">U2VudA==</PHRASE>
-			<PHRASE Label="lu_forums" Module="In-Bulletin" Type="0">Rm9ydW1z</PHRASE>
-			<PHRASE Label="lu_forum_locked_for_posting" Module="In-Bulletin" Type="0">Rm9ydW0gaXMgbG9ja2VkIGZvciBwb3N0aW5n</PHRASE>
-			<PHRASE Label="lu_LockedTopic" Module="In-Bulletin" Type="0">TG9ja2VkIFRvcGlj</PHRASE>
-			<PHRASE Label="lu_MessageCreated" Module="In-Bulletin" Type="0">RGF0ZQ==</PHRASE>
-			<PHRASE Label="lu_MyTopics" Module="In-Bulletin" Type="0">TXkgVG9waWNz</PHRASE>
-			<PHRASE Label="lu_NewTopic" Module="In-Bulletin" Type="0">TmV3IFRvcGlj</PHRASE>
-			<PHRASE Label="lu_newtopic_confirm_pending_text" Module="In-Bulletin" Type="0">VGhlIHN5c3RlbSBhZG1pbmlzdHJhdG9yIG11c3QgYXBwcm92ZSB5b3VyIHRvcGljIGJlZm9yZSBpdCBpcyBwdWJsaWNseSBhdmFpbGFibGUu</PHRASE>
-			<PHRASE Label="lu_newtopic_confirm_text" Module="In-Bulletin" Type="0">VGhlIFRvcGljIHlvdSBoYXZlIGNyZWF0ZWQgaGFzIGJlZW4gYWRkZWQgdG8gdGhlIHN5c3RlbQ==</PHRASE>
-			<PHRASE Label="lu_new_posts" Module="In-Bulletin" Type="0">Rm9ydW0gaGFzIG5ldyBwb3N0cw==</PHRASE>
-			<PHRASE Label="lu_NoPrivateMessages" Module="In-Bulletin" Type="0">Tm8gbWVzc2FnZXM=</PHRASE>
-			<PHRASE Label="lu_NoSubject" Module="In-Bulletin" Type="0">bm8gc3ViamVjdA==</PHRASE>
-			<PHRASE Label="lu_NoTopics" Module="In-Bulletin" Type="0">Tm8gVG9waWNz</PHRASE>
-			<PHRASE Label="lu_no_new_posts" Module="In-Bulletin" Type="0">Rm9ydW0gaGFzIG5vIG5ldyBwb3N0cw==</PHRASE>
-			<PHRASE Label="lu_opt_MessageRead" Module="In-Bulletin" Type="0">UmVhZA==</PHRASE>
-			<PHRASE Label="lu_opt_MessageReplied" Module="In-Bulletin" Type="0">UmVwbGllZA==</PHRASE>
-			<PHRASE Label="lu_opt_MessageSent" Module="In-Bulletin" Type="0">U2VudA==</PHRASE>
-			<PHRASE Label="lu_opt_MessageUnread" Module="In-Bulletin" Type="0">VW5yZWFk</PHRASE>
-			<PHRASE Label="lu_opt_MessageViewed" Module="In-Bulletin" Type="0">Vmlld2Vk</PHRASE>
-			<PHRASE Label="lu_PermName_Topic.Add.Pending_desc" Module="In-Bulletin" Type="0">QWRkIFBlbmRpbmcgVG9waWM=</PHRASE>
-			<PHRASE Label="lu_PermName_Topic.Add_desc" Module="In-Bulletin" Type="0">QWRkIFRvcGlj</PHRASE>
-			<PHRASE Label="lu_PermName_Topic.Delete_desc" Module="In-Bulletin" Type="0">RGVsZXRlIFRvcGlj</PHRASE>
-			<PHRASE Label="lu_PermName_Topic.Modify_desc" Module="In-Bulletin" Type="0">TW9kaWZ5IFRvcGlj</PHRASE>
-			<PHRASE Label="lu_PermName_Topic.Rate_desc" Module="In-Bulletin" Type="0">UmF0ZSBUb3BpYw==</PHRASE>
-			<PHRASE Label="lu_PermName_Topic.Reply.Add_desc" Module="In-Bulletin" Type="0">QWRkIFRvcGljIFJlcGx5</PHRASE>
-			<PHRASE Label="lu_PermName_Topic.Reply.Delete_desc" Module="In-Bulletin" Type="0">RGVsZXRlIFRvcGlj</PHRASE>
-			<PHRASE Label="lu_PermName_Topic.Reply.Modify_desc" Module="In-Bulletin" Type="0">UmVwbHkgVG9waWMgTW9kaWZ5</PHRASE>
-			<PHRASE Label="lu_PermName_Topic.Reply.View_desc" Module="In-Bulletin" Type="0">VmlldyBUb3BpYyBSZXBseQ==</PHRASE>
-			<PHRASE Label="lu_PermName_Topic.View_desc" Module="In-Bulletin" Type="0">VmlldyBUb3BpYw==</PHRASE>
-			<PHRASE Label="lu_posted" Module="In-Bulletin" Type="0">UG9zdGVk</PHRASE>
-			<PHRASE Label="lu_posts" Module="In-Bulletin" Type="0">cG9zdHM=</PHRASE>
-			<PHRASE Label="lu_PrivateMessages" Module="In-Bulletin" Type="0">UHJpdmF0ZSBNZXNzYWdlcw==</PHRASE>
-			<PHRASE Label="lu_tab_Forums" Module="In-Bulletin" Type="0">Rm9ydW1z</PHRASE>
-			<PHRASE Label="lu_text_AlreadyVoted" Module="In-Bulletin" Type="0">QWxyZWFkeSB2b3RlZCE=</PHRASE>
-			<PHRASE Label="lu_text_GuestsLoginToVote" Module="In-Bulletin" Type="0">UGxlYXNlIGxvZ2luIHRvIHZvdGUh</PHRASE>
-			<PHRASE Label="lu_text_modifytopicconfirm" Module="In-Bulletin" Type="0">VGhhbmsgeW91IGZvciB1cGRhdGluZyB5b3VyIHRvcGljLg==</PHRASE>
-			<PHRASE Label="lu_text_modifytopicpendingconfirm" Module="In-Bulletin" Type="0">VGhhbmsgeW91IGZvciB1cGRhdGluZyB5b3VyIHRvcGljLiBZb3VyIG1vZGlmaWNhdGlvbnMgYXJlIHBlbmRpbmcgZm9yIGFkbWluaXN0cmF0aXZlIGFwcHJvdmFsLg==</PHRASE>
-			<PHRASE Label="lu_text_MyTopics" Module="In-Bulletin" Type="0">TXkgVG9waWNz</PHRASE>
-			<PHRASE Label="lu_text_nomodifytopicpermission" Module="In-Bulletin" Type="0">Tm8gcGVybWlzc2lvbnMgdG8gbW9kaWZ5IHRoaXMgdG9waWM=</PHRASE>
-			<PHRASE Label="lu_text_nonewtopicpermission" Module="In-Bulletin" Type="0">Tm8gcGVybWlzc2lvbnMgdG8gc3VibWl0IGEgbmV3IHRvcGljIGludG8gdGhlIGN1cnJlbnQgY2F0ZWdvcnku</PHRASE>
-			<PHRASE Label="lu_text_nonewtopicreplypermission" Module="In-Bulletin" Type="0">Tm8gcGVybWlzc2lvbnMgdG8gcmVwbHkgaW4gdGhpcyB0b3BpYw==</PHRASE>
-			<PHRASE Label="lu_text_notopicpostmodifypermission" Module="In-Bulletin" Type="0">Tm8gcGVybWlzc2lvbnMgdG8gbW9kaWZ5IHRoaXMgcG9zdC4=</PHRASE>
-			<PHRASE Label="lu_text_notopicreplyviewpermission" Module="In-Bulletin" Type="0">Tm8gcGVybWlzc2lvbnMgdG8gdmlldyByZXBsaWVzIGZvciB0aGlzIHRvcGljLg==</PHRASE>
-			<PHRASE Label="lu_title_AddComment" Module="In-Bulletin" Type="0">QWRkaW5nIENvbW1lbnQ=</PHRASE>
-			<PHRASE Label="lu_title_addprivatemessageconfirm" Module="In-Bulletin" Type="0">UHJpdmF0ZSBNZXNzYWdlIFNlbnQ=</PHRASE>
-			<PHRASE Label="lu_title_addtopicconfirm" Module="In-Bulletin" Type="0">TmV3IFRvcGljIEFkZGVk</PHRASE>
-			<PHRASE Label="lu_title_addtopicpendingconfirm" Module="In-Bulletin" Type="0">TmV3IFRvcGljIFBlbmRpbmc=</PHRASE>
-			<PHRASE Label="lu_title_favoritetopics" Module="In-Bulletin" Type="0">RmF2b3JpdGUgVG9waWNz</PHRASE>
-			<PHRASE Label="lu_title_ModifyTopicConfirm" Module="In-Bulletin" Type="0">VG9waWMgTW9kaWZpY2F0aW9uIENvbmZpcm1hdGlvbg==</PHRASE>
-			<PHRASE Label="lu_title_ModifyTopicPendingConfirm" Module="In-Bulletin" Type="0">VG9waWMgUGVuZGluZyBNb2RpZmljYXRpb24gQ29uZmlybWF0aW9u</PHRASE>
-			<PHRASE Label="lu_title_NewPrivateMessage" Module="In-Bulletin" Type="0">TmV3IFByaXZhdGUgTWVzc2FnZQ==</PHRASE>
-			<PHRASE Label="lu_title_NewTopic" Module="In-Bulletin" Type="0">TmV3IFRvcGlj</PHRASE>
-			<PHRASE Label="lu_title_NewTopicReply" Module="In-Bulletin" Type="0">UG9zdCBSZXBseQ==</PHRASE>
-			<PHRASE Label="lu_title_Polls" Module="In-Bulletin" Type="0">UG9sbHM=</PHRASE>
-			<PHRASE Label="lu_title_PrivateMessageDetails" Module="In-Bulletin" Type="0">UHJpdmF0ZSBNZXNzYWdlIERldGFpbHM=</PHRASE>
-			<PHRASE Label="lu_title_PrivateMessages" Module="In-Bulletin" Type="0">UHJpdmF0ZSBNZXNzYWdlcw==</PHRASE>
-			<PHRASE Label="lu_title_TopicPostModify" Module="In-Bulletin" Type="0">TW9kaWZ5IFBvc3Q=</PHRASE>
-			<PHRASE Label="lu_title_TopicPosts" Module="In-Bulletin" Type="0">VG9waWMgUG9zdHM=</PHRASE>
-			<PHRASE Label="lu_title_Topics" Module="In-Bulletin" Type="0">VG9waWNz</PHRASE>
-			<PHRASE Label="lu_title_topicsearchresults" Module="In-Bulletin" Type="0">VG9waWMgU2VhcmNoIFJlc3VsdHM=</PHRASE>
-			<PHRASE Label="lu_title_ViewComments" Module="In-Bulletin" Type="0">VmlldyBDb21tZW50cw==</PHRASE>
-			<PHRASE Label="lu_topics" Module="In-Bulletin" Type="0">VG9waWNz</PHRASE>
-			<PHRASE Label="lu_topicsupdated" Module="In-Bulletin" Type="0">TGFzdCB1cGRhdGVk</PHRASE>
-			<PHRASE Label="lu_totaltopics" Module="In-Bulletin" Type="0">VG90YWwgdG9waWNz</PHRASE>
-		</PHRASES>
-	</LANGUAGE>
-</LANGUAGES>
\ No newline at end of file
Index: in-bulletin/in-bulletin/_install/install_data.sql
===================================================================
--- in-bulletin/in-bulletin/_install/install_data.sql	(revision 12902)
+++ in-bulletin/in-bulletin/_install/install_data.sql	(nonexistent)
@@ -1 +0,0 @@
-UPDATE Category SET l1_Name = 'Forums (TD)' WHERE l1_Name = 'Forums';
\ No newline at end of file
Index: in-bulletin/in-bulletin/module_info.xml
===================================================================
--- in-bulletin/in-bulletin/module_info.xml	(revision 12902)
+++ in-bulletin/in-bulletin/module_info.xml	(nonexistent)
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<module_info>
-	<section_design_template>in-bulletin/designs/section</section_design_template>
-	<item_design_template>in-bulletin/designs/post_list</item_design_template>
-</module_info>
\ No newline at end of file

Property changes on: in-bulletin/in-bulletin/module_info.xml
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1.2.2
\ No newline at end of property
Index: in-bulletin/in-bulletin/topics/.smsignore
===================================================================
--- in-bulletin/in-bulletin/topics/.smsignore	(revision 12902)
+++ in-bulletin/in-bulletin/topics/.smsignore	(nonexistent)
@@ -1 +0,0 @@
-topic_detail\.tpl
\ No newline at end of file

Property changes on: in-bulletin/in-bulletin/topics/.smsignore
___________________________________________________________________
Deleted: svn:eol-style
## -1 +0,0 ##
-native
\ No newline at end of property
Index: in-bulletin/in-bulletin/topics/modify_confirm.tpl
===================================================================
--- in-bulletin/in-bulletin/topics/modify_confirm.tpl	(revision 12902)
+++ in-bulletin/in-bulletin/topics/modify_confirm.tpl	(nonexistent)
@@ -1,49 +0,0 @@
-<!--##
-<NAME>Topic Modified - Confirmation</NAME>
-<DESC>Topic Modified Confirmation page</DESC>
-<SECTION>Platform||Topics</SECTION>
-##-->
-
-<!--## PAGE TITLE ELEMENT ##-->
-<inp2:m_DefineElement name="page_title">
-	<inp2:m_phrase name="lu_title_ModifyTopicConfirm"/>
-</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>
-</inp2:m_DefineElement>
-<!--## //SIDE-BAR ELEMENT ##-->
-
-<inp2:m_DefineElement name="content">
-	<div class="movable-area">
-		<div class="movable-element">
-			<inp2:m_include template="platform/elements/navigation_bar.elm" titles="lu_title_MyAccount,lu_title_MyTopics,__item__,lu_title_ModifyTopicConfirm" templates="platform/my_account/my_account,in-bulletin/my_account/my_topics,__default__,in-bulletin/topics/modify_confirm"/>
-		</div>
-		<div class="movable-element">
-			<!-- modify topic confirm -->
-			<inp2:m_RenderElement design="content_box">
-				<inp2:m_Capture to_var="header">
-					<inp2:m_phrase name="lu_title_ModifyTopicConfirm"/>
-				</inp2:m_Capture>
-
-				<inp2:m_phrase name="lu_text_ModifyTopicConfirm"/><br /><br />
-				<a href="<inp2:m_Link template="in-bulletin/my_account/my_topics" m_cat_id="0" m_cat_page="1"/>"<inp2:m_Phrase name="lu_text_MyTopics"/></a>
-			</inp2:m_RenderElement>
-			<!-- // modify topic confirm -->
-		</div>
-	</div>
-</inp2:m_DefineElement>
-
-<inp2:m_include template="platform/designs/default_design.des" pass_params="1"/>
\ No newline at end of file

Property changes on: in-bulletin/in-bulletin/topics/modify_confirm.tpl
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1.2.8
\ No newline at end of property
Index: in-bulletin/in-bulletin/topics/search_results.tpl
===================================================================
--- in-bulletin/in-bulletin/topics/search_results.tpl	(revision 12902)
+++ in-bulletin/in-bulletin/topics/search_results.tpl	(nonexistent)
@@ -1,79 +0,0 @@
-<!--##
-<NAME>Topics - Search Results</NAME>
-<DESC>List of Topics Search Results</DESC>
-<SECTION>Platform||Topics</SECTION>
-##-->
-
-<!--## PAGE TITLE ELEMENT ##-->
-<inp2:m_DefineElement name="page_title">
-	<inp2:m_Phrase label="lu_title_TopicSearchResults"/>
-</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>
-</inp2:m_DefineElement>
-<!--## //SIDE-BAR ELEMENT ##-->
-
-<inp2:m_DefineElement name="content">
-	<div class="movable-area">
-		<div class="movable-element">
-			<inp2:m_include template="platform/elements/navigation_bar.elm" titles="lu_title_TopicSearchResults" templates="in-bulletin/search/search_results"/>
-		</div>
-		<div class="movable-element">
-			<inp2:m_RenderElement design="content_box">
-				<inp2:bb_InitList list_name="topic_search_results" types="search" parent_cat_id="any" recursive="1"/>
-
-				<inp2:m_Capture to_var="header">
-					<inp2:m_Phrase label="lu_title_TopicSearchResults"/>
-				</inp2:m_Capture>
-
-				<table class="fullwidth">
-					<tr>
-						<td class="category-statistics">
-							<inp2:m_phrase name="lu_TotalTopics"/>: <inp2:bb_TotalRecords list_name="topic_search_results"/>  &nbsp;|&nbsp;  <span class="static"><inp2:m_phrase name="lu_AddedToday"/>: 0</span>
-						</td>
-						<td class="category-statistics static" align="right">
-							<inp2:m_phrase name="lu_TopicsUpdated"/>: 05/17/2006
-						</td>
-					</tr>
-				</table>
-				<img src="<inp2:m_TemplatesBase module="In-Portal"/>img/s.gif" width="1" height="4" alt="" /><br />
-				<img src="<inp2:m_TemplatesBase module="In-Portal"/>img/grey_pix.gif" width="100%" height="1" alt="" /><br />
-				<br />
-
-				<table class="fullwidth">
-					<tr>
-						<td colspan="5">
-							<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="sub-section-header">
-						<td><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/header_arrow.gif" width="11" height="11" alt="" /> &nbsp; <inp2:m_phrase name="lu_col_Topics"/></td>
-						<td><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/header_arrow.gif" width="11" height="11" alt="" /> &nbsp; <inp2:m_phrase name="lu_col_Poster"/></td>
-						<td><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/header_arrow.gif" width="11" height="11" alt="" /> &nbsp; <inp2:m_phrase name="lu_col_Date"/></td>
-						<td><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/header_arrow.gif" width="11" height="11" alt="" /> &nbsp; <inp2:m_phrase name="lu_col_Replies"/></td>
-						<td><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/header_arrow.gif" width="11" height="11" alt="" /> &nbsp; <inp2:m_phrase name="lu_col_Views"/></td>
-					</tr>
-
-					<inp2:m_include template="in-bulletin/elements/topics.elm"/>
-					<inp2:m_include template="platform/elements/search_results.elm"/>
-
-					<inp2:bb_ListTopics list_name="topic_search_results" render_as="topic_element" show_relevance="1"/>
-				</table>
-
-				<inp2:m_include template="platform/elements/pagination.elm" prefix="bb" list_name="topic_search_results"/>
-			</inp2:m_RenderElement>
-		</div>
-	</div>
-</inp2:m_DefineElement>
-
-<inp2:m_include template="platform/designs/default_design.des" pass_params="1"/>
\ No newline at end of file

Property changes on: in-bulletin/in-bulletin/topics/search_results.tpl
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1.2.10
\ No newline at end of property
Index: in-bulletin/in-bulletin/topics/add_confirm.tpl
===================================================================
--- in-bulletin/in-bulletin/topics/add_confirm.tpl	(revision 12902)
+++ in-bulletin/in-bulletin/topics/add_confirm.tpl	(nonexistent)
@@ -1,49 +0,0 @@
-<!--##
-<NAME>New Topic - Confirmation</NAME>
-<DESC>New Topic Confirmation page</DESC>
-<SECTION>Platform||Topics</SECTION>
-##-->
-
-<!--## PAGE TITLE ELEMENT ##-->
-<inp2:m_DefineElement name="page_title">
-	<inp2:m_phrase name="lu_title_AddTopicConfirm"/>
-</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>
-</inp2:m_DefineElement>
-<!--## //SIDE-BAR ELEMENT ##-->
-
-<inp2:m_DefineElement name="content">
-	<div class="movable-area">
-		<div class="movable-element">
-			<inp2:m_include template="platform/elements/navigation_bar.elm" titles="lu_title_AddTopicConfirm" templates="in-bulletin/topics/add_confirm" show_category="1"/>
-		</div>
-		<div class="movable-element">
-			<!-- add topic confirm -->
-			<inp2:m_RenderElement design="content_box">
-				<inp2:m_Capture to_var="header">
-					<inp2:m_phrase name="lu_title_AddTopicConfirm"/>
-				</inp2:m_Capture>
-
-				<inp2:m_phrase name="lu_NewTopic_Confirm_Text"/><br /><br />
-				<a href="<inp2:m_Link template="in-bulletin/my_account/my_topics" m_cat_id="0" m_cat_page="1"/>"><inp2:m_Phrase name="lu_text_MyTopics"/></a>
-			</inp2:m_RenderElement>
-			<!-- // add topic confirm -->
-		</div>
-	</div>
-</inp2:m_DefineElement>
-
-<inp2:m_include template="platform/designs/default_design.des" pass_params="1"/>
\ No newline at end of file

Property changes on: in-bulletin/in-bulletin/topics/add_confirm.tpl
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1.2.8
\ No newline at end of property
Index: in-bulletin/in-bulletin/topics/modify_post.tpl
===================================================================
--- in-bulletin/in-bulletin/topics/modify_post.tpl	(revision 12902)
+++ in-bulletin/in-bulletin/topics/modify_post.tpl	(nonexistent)
@@ -1,80 +0,0 @@
-<!--##
-<NAME>Post Modify Form</NAME>
-<DESC>Post Modification Form</DESC>
-<SECTION>Platform||Topics</SECTION>
-##-->
-
-<!--## PAGE TITLE ELEMENT ##-->
-<inp2:m_DefineElement name="page_title">
-	<inp2:m_phrase name="lu_title_TopicPostModify"/>
-</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>
-</inp2:m_DefineElement>
-<!--## //SIDE-BAR ELEMENT ##-->
-
-<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_TopicPostModify" templates="__default__,in-bulletin/topics/modify_post" show_category="1"/>
-		</div>
-		<div class="movable-element">
-			<!-- modify post -->
-			<inp2:m_RenderElement design="content_box">
-				<inp2:m_Capture to_var="header">
-					<inp2:m_phrase name="lu_title_TopicPostModify"/>
-				</inp2:m_Capture>
-
-				<inp2:m_if check="bb-post_HasPermission" permissions="TOPIC.REPLY.MODIFY|TOPIC.REPLY.OWNER.MODIFY">
-					<span class="field-required">*</span> <inp2:m_phrase name="lu_IndicatesRequired"/><br /><br />
-
-					<inp2:m_if check="bb-post_HasError" field="any">
-						<inp2:m_RenderElement name="error_message" />
-					</inp2:m_if>
-
-					<img src="<inp2:m_TemplatesBase module="In-Portal"/>img/grey_pix.gif" width="100%" height="1" align="absmiddle" alt="" /><br /><br />
-
-					<inp2:m_include template="in-bulletin/elements/forms.elm"/>
-
-					<form method="post" action="<inp2:m_FormAction/>">
-						<table class="form-data fullwidth">
-							<inp2:m_RenderElement name="inp_label" prefix="bb" field="TopicText" title="lu_fld_Subject"/>
-							<inp2:m_RenderElement name="inp_label" prefix="bb" field="PostedBy" title="lu_fld_Author"/>
-
-							<inp2:m_RenderElement name="inp_edit_box" prefix="bb-post" field="Subject" title="lu_fld_Subject" style="width: 300px;"/>
-							<inp2:m_RenderElement name="inp_edit_textarea_bb" prefix="bb-post" field="PostingText" cols="70" rows="13" title="lu_fld_MessageBody" style="width: 400px;"/>
-
-							<inp2:m_RenderElement name="inp_edit_checkbox" prefix="bb-post" field="DisableBBCodes" title="lu_fld_DisableBBCodes"/>
-							<inp2:m_RenderElement name="inp_edit_checkbox" prefix="bb-post" field="DisableSmileys" title="lu_fld_DisableSmileys"/>
-							<inp2:m_RenderElement name="inp_edit_checkbox" prefix="bb-post" field="ShowSignatures" title="lu_fld_ShowSignatures" is_last="1"/>
-
-							<inp2:m_RenderElement design="inp_edit_buttons">
-								<input type="hidden" name="next_template" value="__default__"/>
-								<input class="button" type="submit" name="events[bb-post][OnUpdate]" value="<inp2:m_Phrase label="lu_btn_Update" no_editing="1"/>"/>
-								<input class="button" type="button" value="<inp2:m_Phrase label="lu_btn_Cancel" no_editing="1"/>" onclick="redirect('<inp2:bb_TopicLink template="__default__"/>');"/>
-							</inp2:m_RenderElement>
-						</table>
-					</form>
-				<inp2:m_else/>
-					<inp2:m_phrase name="lu_text_NoTopicPostModifyPermission"/>
-				</inp2:m_if>
-			</inp2:m_RenderElement>
-			<!-- // modify post -->
-		</div>
-	</div>
-</inp2:m_DefineElement>
-
-<inp2:m_include template="platform/designs/default_design.des" pass_params="1"/>elements/html_head
\ No newline at end of file

Property changes on: in-bulletin/in-bulletin/topics/modify_post.tpl
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1.2.8
\ No newline at end of property
Index: in-bulletin/in-bulletin/topics/modify_topic.tpl
===================================================================
--- in-bulletin/in-bulletin/topics/modify_topic.tpl	(revision 12902)
+++ in-bulletin/in-bulletin/topics/modify_topic.tpl	(nonexistent)
@@ -1,69 +0,0 @@
-<!--##
-<NAME>Topic Modify Form</NAME>
-<DESC>Topic Modification Form</DESC>
-<SECTION>Platform||Topics</SECTION>
-##-->
-
-<!--## PAGE TITLE ELEMENT ##-->
-<inp2:m_DefineElement name="page_title">
-	<inp2:m_phrase name="lu_title_ModifyTopic"/>
-</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>
-</inp2:m_DefineElement>
-<!--## //SIDE-BAR ELEMENT ##-->
-
-<inp2:m_DefineElement name="content">
-	<div class="movable-area">
-		<div class="movable-element">
-			<inp2:m_include template="platform/elements/navigation_bar.elm" titles="lu_title_MyAccount,lu_title_MyTopics,__item__,lu_title_ModifyTopic" templates="platform/my_account/my_account,in-bulletin/my_account/my_topics,__default__,in-bulletin/topics/modify_topic"/>
-		</div>
-		<div class="movable-element">
-			<!-- modify topic -->
-			<inp2:m_RenderElement design="content_box">
-				<inp2:m_Capture to_var="header">
-					<inp2:m_phrase name="lu_title_ModifyTopic"/>
-				</inp2:m_Capture>
-
-				<inp2:m_if check="bb_HasPermission" permissions="TOPIC.MODIFY|TOPIC.MODIFY.PENDING|TOPIC.OWNER.MODIFY|TOPIC.OWNER.MODIFY.PENDING">
-
-					<span class="field-required">*</span> <inp2:m_phrase name="lu_IndicatesRequired"/><br /><br />
-
-					<inp2:m_if check="bb_HasError" field="any">
-						<inp2:m_RenderElement name="error_message" />
-					</inp2:m_if>
-
-					<img src="<inp2:m_TemplatesBase module="In-Portal"/>img/grey_pix.gif" width="100%" height="1" align="absmiddle" alt="" /><br /><br />
-
-					<form method="post" action="<inp2:m_FormAction/>">
-						<table class="form-data fullwidth">
-							<inp2:m_RenderElement name="inp_edit_box" prefix="bb" field="TopicText" title="lu_fld_Subject"/>
-							<inp2:m_RenderElement name="inp_edit_checkbox" prefix="bb" field="NotifyOwnerOnChanges" title="lu_fld_NotifyOwnerOnChanges" is_last="1"/>
-
-							<inp2:m_RenderElement design="inp_edit_buttons">
-								<input type="hidden" name="modify_confirm_template" value="in-bulletin/topics/modify_confirm"/>
-								<input type="hidden" name="modify_pending_confirm_template" value="in-bulletin/topics/modify_pending_confirm"/>
-								<input class="button" type="submit" name="events[bb][OnUpdate]" value="<inp2:m_Phrase label="lu_btn_Update" no_editing="1"/>"/>
-							</inp2:m_RenderElement>
-						</table>
-					</form>
-				<inp2:m_else/>
-					<inp2:m_phrase name="lu_text_NoModifyTopicPermission"/>
-				</inp2:m_if>
-			</inp2:m_RenderElement>
-			<!-- // modify topic -->
-		</div>
-	</div>
-</inp2:m_DefineElement>
-
-<inp2:m_include template="platform/designs/default_design.des" pass_params="1"/>
\ No newline at end of file

Property changes on: in-bulletin/in-bulletin/topics/modify_topic.tpl
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1.2.8
\ No newline at end of property
Index: in-bulletin/in-bulletin/topics/new_topic_reply.tpl
===================================================================
--- in-bulletin/in-bulletin/topics/new_topic_reply.tpl	(revision 12902)
+++ in-bulletin/in-bulletin/topics/new_topic_reply.tpl	(nonexistent)
@@ -1,81 +0,0 @@
-<!--##
-<NAME>Topic Reply</NAME>
-<DESC>Topic Reply Form</DESC>
-<SECTION>Platform||Topics</SECTION>
-##-->
-
-<!--## PAGE TITLE ELEMENT ##-->
-<inp2:m_DefineElement name="page_title">
-	<inp2:m_phrase name="lu_title_NewTopicReply"/>
-</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>
-</inp2:m_DefineElement>
-<!--## //SIDE-BAR ELEMENT ##-->
-
-<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_NewTopicReply" templates="__default__,in-bulletin/topics/new_topic_reply" show_category="1"/>
-		</div>
-		<div class="movable-element">
-			<!-- new topic reply -->
-			<inp2:m_RenderElement design="content_box">
-				<inp2:m_Capture to_var="header">
-					<inp2:m_phrase name="lu_title_NewTopicReply"/>
-				</inp2:m_Capture>
-
-				<inp2:m_if check="bb-post_HasPermission" permissions="TOPIC.REPLY.ADD">
-					<inp2:bb-post_PresetFormFields/>
-					<span class="field-required">*</span> <inp2:m_phrase name="lu_IndicatesRequired"/><br /><br />
-
-					<inp2:m_if check="bb-post_HasError" field="any">
-						<inp2:m_RenderElement name="error_message" />
-					</inp2:m_if>
-
-					<img src="<inp2:m_TemplatesBase module="In-Portal"/>img/grey_pix.gif" width="100%" height="1" align="absmiddle" alt="" /><br /><br />
-
-					<inp2:m_include template="in-bulletin/elements/forms.elm"/>
-
-					<form method="post" action="<inp2:m_FormAction/>">
-						<table class="form-data fullwidth">
-							<inp2:m_RenderElement name="inp_label" prefix="bb" field="TopicText" title="lu_fld_Subject"/>
-							<inp2:m_RenderElement name="inp_label" prefix="bb" field="PostedBy" title="lu_fld_Author"/>
-
-							<inp2:m_RenderElement name="inp_edit_box" prefix="bb-post" field="Subject" title="lu_fld_Subject" style="width: 300px"/>
-							<inp2:m_RenderElement name="inp_edit_textarea_bb" prefix="bb-post" field="PostingText" cols="50" rows="10" title="lu_fld_MessageBody" style="width: 400px"/>
-
-							<inp2:m_RenderElement name="inp_edit_checkbox" prefix="bb-post" field="DisableBBCodes" title="lu_fld_DisableBBCodes"/>
-							<inp2:m_RenderElement name="inp_edit_checkbox" prefix="bb-post" field="DisableSmileys" title="lu_fld_DisableSmileys"/>
-							<inp2:m_RenderElement name="inp_edit_checkbox" prefix="bb-post" field="ShowSignatures" title="lu_fld_ShowSignatures" is_last="1"/>
-
-							<inp2:m_RenderElement design="inp_edit_buttons">
-								<input type="hidden" name="next_template" value="__default__"/>
-								<input class="button" type="submit" name="events[bb-post][OnCreate]" value="<inp2:m_Phrase label="lu_btn_Create" no_editing="1"/>"/>
-								<input class="button" type="button" value="<inp2:m_Phrase label="lu_btn_Cancel" no_editing="1"/>" onclick="redirect('<inp2:bb_TopicLink template="__default__"/>');"/>
-							</inp2:m_RenderElement>
-						</table>
-					</form>
-				<inp2:m_else/>
-					<inp2:m_phrase name="lu_text_NoNewTopicReplyPermission"/>
-				</inp2:m_if>
-			</inp2:m_RenderElement>
-			<!-- // new topic reply -->
-		</div>
-	</div>
-</inp2:m_DefineElement>
-
-<inp2:m_include template="platform/designs/default_design.des" pass_params="1"/>
\ No newline at end of file

Property changes on: in-bulletin/in-bulletin/topics/new_topic_reply.tpl
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1.2.8
\ No newline at end of property
Index: in-bulletin/in-bulletin/topics/new_topic.tpl
===================================================================
--- in-bulletin/in-bulletin/topics/new_topic.tpl	(revision 12902)
+++ in-bulletin/in-bulletin/topics/new_topic.tpl	(nonexistent)
@@ -1,81 +0,0 @@
-<!--##
-<NAME>New Topic</NAME>
-<DESC>New Topic Form</DESC>
-<SECTION>Platform||Topics</SECTION>
-##-->
-
-<!--## PAGE TITLE ELEMENT ##-->
-<inp2:m_DefineElement name="page_title">
-	<inp2:m_phrase name="lu_title_NewTopic"/>
-</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>
-</inp2:m_DefineElement>
-<!--## //SIDE-BAR ELEMENT ##-->
-
-<inp2:m_DefineElement name="content">
-	<div class="movable-area">
-		<div class="movable-element">
-			<inp2:m_include template="platform/elements/navigation_bar.elm" titles="lu_title_NewTopic" templates="in-bulletin/topics/new_topic" show_category="1"/>
-		</div>
-		<div class="movable-element">
-			<!-- new topic -->
-			<inp2:m_RenderElement design="content_box">
-				<inp2:m_Capture to_var="header">
-					<inp2:m_phrase name="lu_title_NewTopic"/>
-				</inp2:m_Capture>
-
-				<inp2:m_if check="bb_HasPermission" permissions="TOPIC.ADD|TOPIC.ADD.PENDING">
-					<inp2:bb_PresetFormFields/>
-					<span class="field-required">*</span> <inp2:m_phrase name="lu_IndicatesRequired"/><br /><br />
-
-					<inp2:m_if check="bb_HasError" field="any">
-						<inp2:m_RenderElement name="error_message" />
-					</inp2:m_if>
-
-					<img src="<inp2:m_TemplatesBase module="In-Portal"/>img/grey_pix.gif" width="100%" height="1" align="absmiddle" alt="" /><br /><br />
-
-					<inp2:m_include template="in-bulletin/elements/forms.elm"/>
-
-					<form method="post" action="<inp2:m_FormAction/>">
-						<table class="form-data fullwidth">
-
-							<inp2:m_RenderElement name="inp_edit_box" prefix="bb" field="TopicText" title="lu_fld_Subject" style="width: 300px"/>
-							<inp2:m_RenderElement name="inp_edit_textarea_bb" prefix="bb" field="PostingText" cols="70" rows="13" title="lu_fld_MessageBody" style="width: 400px"/>
-
-							<inp2:m_RenderElement name="inp_edit_checkbox" prefix="bb" field="DisableBBCodes" title="lu_fld_DisableBBCodes"/>
-							<inp2:m_RenderElement name="inp_edit_checkbox" prefix="bb" field="DisableSmileys" title="lu_fld_DisableSmileys"/>
-							<inp2:m_RenderElement name="inp_edit_checkbox" prefix="bb" field="ShowSignatures" title="lu_fld_ShowSignatures"/>
-							<inp2:m_RenderElement name="inp_edit_checkbox" prefix="bb" field="NotifyOwnerOnChanges" title="lu_fld_NotifyOwnerOnChanges" is_last="1"/>
-
-							<inp2:m_RenderElement design="inp_edit_buttons">
-								<input type="hidden" name="suggest_confirm_template" value="in-bulletin/topics/add_confirm"/>
-								<input type="hidden" name="suggest_pending_confirm_template" value="in-bulletin/topics/add_pending_confirm"/>
-								<input class="button" type="submit" name="events[bb][OnCreate]" value="<inp2:m_Phrase label="lu_btn_Create" no_editing="1"/>"/>
-								<input class="button" type="button" value="<inp2:m_Phrase label="lu_btn_Cancel" no_editing="1"/>" onclick="redirect('<inp2:m_Link template="__default__"/>');"/>
-							</inp2:m_RenderElement>
-						</table>
-					</form>
-				<inp2:m_else/>
-					<inp2:m_phrase name="lu_text_NoNewTopicPermission"/>
-				</inp2:m_if>
-			</inp2:m_RenderElement>
-			<!-- // new topic -->
-		</div>
-	</div>
-</inp2:m_DefineElement>
-
-<inp2:m_include template="platform/designs/default_design.des" pass_params="1"/>
\ No newline at end of file

Property changes on: in-bulletin/in-bulletin/topics/new_topic.tpl
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1.2.8
\ No newline at end of property
Index: in-bulletin/in-bulletin/topics/add_pending_confirm.tpl
===================================================================
--- in-bulletin/in-bulletin/topics/add_pending_confirm.tpl	(revision 12902)
+++ in-bulletin/in-bulletin/topics/add_pending_confirm.tpl	(nonexistent)
@@ -1,49 +0,0 @@
-<!--##
-<NAME>New Pending Topic - Confirmation</NAME>
-<DESC>New Pending Topic Confirmation page</DESC>
-<SECTION>Platform||Topics</SECTION>
-##-->
-
-<!--## PAGE TITLE ELEMENT ##-->
-<inp2:m_DefineElement name="page_title">
-	<inp2:m_phrase name="lu_title_AddTopicPendingConfirm"/>
-</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>
-</inp2:m_DefineElement>
-<!--## //SIDE-BAR ELEMENT ##-->
-
-<inp2:m_DefineElement name="content">
-	<div class="movable-area">
-		<div class="movable-element">
-			<inp2:m_include template="platform/elements/navigation_bar.elm" titles="lu_title_AddTopicPendingConfirm" templates="in-bulletin/topics/add_pending_confirm" show_category="1"/>
-		</div>
-		<div class="movable-element">
-			<!-- add topic pending confirm -->
-			<inp2:m_RenderElement design="content_box">
-				<inp2:m_Capture to_var="header">
-					<inp2:m_phrase name="lu_title_AddTopicPendingConfirm"/>
-				</inp2:m_Capture>
-
-				<inp2:m_phrase name="lu_NewTopic_Confirm_Pending_Text"/><br /><br />
-				<a href="<inp2:m_Link template="in-bulletin/my_account/my_topics" m_cat_id="0" m_cat_page="1"/>"><inp2:m_Phrase name="lu_text_MyTopics"/></a>
-			</inp2:m_RenderElement>
-			<!-- // add topic pending confirm -->
-		</div>
-	</div>
-</inp2:m_DefineElement>
-
-<inp2:m_include template="platform/designs/default_design.des" pass_params="1"/>
\ No newline at end of file

Property changes on: in-bulletin/in-bulletin/topics/add_pending_confirm.tpl
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1.2.8
\ No newline at end of property
Index: in-bulletin/in-bulletin/topics/modify_pending_confirm.tpl
===================================================================
--- in-bulletin/in-bulletin/topics/modify_pending_confirm.tpl	(revision 12902)
+++ in-bulletin/in-bulletin/topics/modify_pending_confirm.tpl	(nonexistent)
@@ -1,49 +0,0 @@
-<!--##
-<NAME>Topic Modification Pending - Confirmation</NAME>
-<DESC>Topic Modification Pending Confirmation page</DESC>
-<SECTION>Platform||Topics</SECTION>
-##-->
-
-<!--## PAGE TITLE ELEMENT ##-->
-<inp2:m_DefineElement name="page_title">
-	<inp2:m_phrase name="lu_title_ModifyTopicPendingConfirm"/>
-</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>
-</inp2:m_DefineElement>
-<!--## //SIDE-BAR ELEMENT ##-->
-
-<inp2:m_DefineElement name="content">
-	<div class="movable-area">
-		<div class="movable-element">
-			<inp2:m_include template="platform/elements/navigation_bar.elm" titles="lu_title_MyAccount,lu_title_MyTopics,__item__,lu_title_ModifyTopicPendingConfirm" templates="platform/my_account/my_account,in-bulletin/my_account/my_topics,__default__,in-bulletin/topics/modify_pending_confirm"/>
-		</div>
-		<div class="movable-element">
-			<!-- modify topic pending confirm -->
-			<inp2:m_RenderElement design="content_box">
-				<inp2:m_Capture to_var="header">
-					<inp2:m_phrase name="lu_title_ModifyTopicPendingConfirm"/>
-				</inp2:m_Capture>
-
-				<inp2:m_phrase name="lu_text_ModifyTopicPendingConfirm"/><br /><br />
-				<a href="<inp2:m_Link template="in-bulletin/my_account/my_topics" m_cat_id="0" m_cat_page="1"/>"><inp2:m_Phrase name="lu_text_MyTopics"/></a>
-			</inp2:m_RenderElement>
-			<!-- // modify topic pending confirm -->
-		</div>
-	</div>
-</inp2:m_DefineElement>
-
-<inp2:m_include template="platform/designs/default_design.des" pass_params="1"/>
\ No newline at end of file

Property changes on: in-bulletin/in-bulletin/topics/modify_pending_confirm.tpl
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1.2.8
\ No newline at end of property
Index: in-bulletin/in-bulletin/topics/topic_detail.tpl
===================================================================
--- in-bulletin/in-bulletin/topics/topic_detail.tpl	(revision 12902)
+++ in-bulletin/in-bulletin/topics/topic_detail.tpl	(nonexistent)
@@ -1,148 +0,0 @@
-<!--##
-<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"/>]&nbsp;
-					</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: in-bulletin/in-bulletin/topics/topic_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: in-bulletin/in-bulletin/designs/section.tpl
===================================================================
--- in-bulletin/in-bulletin/designs/section.tpl	(revision 12902)
+++ in-bulletin/in-bulletin/designs/section.tpl	(nonexistent)
@@ -1,110 +0,0 @@
-<!--##
-<NAME>Topics - Section Template</NAME>
-<DESC>Topics</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"/> &nbsp;|&nbsp; <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="" /> &nbsp; <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="" /> &nbsp; <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="" /> &nbsp; <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="" /> &nbsp; <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

Property changes on: in-bulletin/in-bulletin/designs/section.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: in-bulletin/in-bulletin/designs/.smsignore
===================================================================
--- in-bulletin/in-bulletin/designs/.smsignore	(revision 12902)
+++ in-bulletin/in-bulletin/designs/.smsignore	(nonexistent)
@@ -1 +0,0 @@
-.*\.tpl
\ No newline at end of file

Property changes on: in-bulletin/in-bulletin/designs/.smsignore
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1.2.1
\ No newline at end of property
Index: in-bulletin/in-bulletin/elements/posts.elm.tpl
===================================================================
--- in-bulletin/in-bulletin/elements/posts.elm.tpl	(revision 12902)
+++ in-bulletin/in-bulletin/elements/posts.elm.tpl	(nonexistent)
@@ -1,150 +0,0 @@
-<inp2:m_DefineElement name="smiley_element">
-	<img class="emoticon" src="<inp2:m_param name="smiley_url"/>" />
-</inp2:m_DefineElement>
-
-<inp2:m_DefineElement name="bbcode_element">
-	<div class="bbcode"><inp2:m_param name="bb_code"/></div>
-</inp2:m_DefineElement>
-
-<inp2:m_DefineElement name="post_quote_element">
-<table class="quoted-reply fullwidth">
-	<tr>
-		<td><inp2:Field name="PosterAlias"/> <inp2:m_Phrase name="lu_wrote"/>:</td>
-		<td align="right"><inp2:Field name="CreatedOn"/></td>
-	</tr>
-	<tr>
-		<td colspan="2">
-			<inp2:PostBody quote_render_as="post_quote_element" smiley_render_as="smiley_element" bbcode_render_as="bbcode_element"/>
-		</td>
-	</tr>
-</table>
-</inp2:m_DefineElement>
-
-<inp2:m_DefineElement name="small_button" title="" confirm_phrase="" icon="">
-	<table style="margin: 0px;">
-		<tr valign="top">
-			<td>
-				<img src="<inp2:m_TemplatesBase module="In-Bulletin"/>img/small_buttons/top_left_corner.gif" width="5" height="27" alt="" /><br />
-			</td>
-			<td class="small-button-text">
-
-				<a href="<inp2:m_Param name="content"/>"<inp2:m_if check="m_Param" name="confirm_phrase"> onclick="return confirm('<inp2:m_phrase name="$confirm_phrase" js_escape="1"/>');"</inp2:m_if>><inp2:m_phrase name="$title"/></a>
-			</td>
-			<td>
-				<a href="<inp2:m_Param name="content"/>"<inp2:m_if check="m_Param" name="confirm_phrase"> onclick="return confirm('<inp2:m_phrase name="$confirm_phrase" js_escape="1"/>');"</inp2:m_if>><img src="<inp2:m_TemplatesBase module="In-Bulletin"/>img/small_buttons/icons/<inp2:m_param name="icon"/>.gif"></a><br />
-			</td>
-		</tr>
-		<tr valign="top" class="small-button-bottom">
-			<td>
-				<img src="<inp2:m_TemplatesBase module="In-Bulletin"/>img/small_buttons/bottom_left_corner.gif" width="5" height="5" alt="" /><br />
-			</td>
-			<td>
-				<img src="<inp2:m_TemplatesBase module="In-Portal"/>img/s.gif" width="1" height="1" alt="" /><br />
-			</td>
-			<td align="right">
-				<img src="<inp2:m_TemplatesBase module="In-Bulletin"/>img/small_buttons/bottom_right_corner.gif" width="5" height="5" alt="" /><br />
-			</td>
-		</tr>
-	</table>
-</inp2:m_DefineElement>
-
-<inp2:m_DefineElement name="post_element">
-	<tr>
-		<td colspan="2">
-			<div class="horizontal-separator"><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/s.gif" width="1" height="1" alt="" /><br /></div>
-		</td>
-	</tr>
-	<tr>
-		<td class="<inp2:m_odd_even odd="post-background-2" even="post-background-1" readonly="1"/>" valign="top">
-			<table>
-				<tr>
-					<td style="padding:0px 5px" valign="top" width="21" class="post-icon-padding-right">
-						<img src="<inp2:m_TemplatesBase module="In-bulletin"/>img/icon_post_1.gif" width="21" height="24" alt="" />
-					</td>
-					<td style="padding:0px">
-						<inp2:m_if check="PosterFound">
-							<a href="<inp2:ProfileLink template="platform/my_account/public_profile"/>"><strong><inp2:Field name="PosterAlias"/></strong></a>
-
-							<br />
-							<inp2:PosterField name="PrimaryGroup"/><br /><br />
-
-							<inp2:Image render_as="image_element" primary="1" DefaultImage="platform/img/no_picture.gif" MaxWidth="60"/><br clear="all"/><br /><br />
-
-							<inp2:m_phrase name="lu_Joined"/>: <inp2:PosterField name="CreatedOn" format="_regional_DateFormat"/><br />
-							<inp2:m_phrase name="lu_Posts"/>: <inp2:PosterPostsCount/><br />
-							<inp2:m_phrase name="lu_Location"/>: <inp2:PosterField name="Country"/><br />
-						<inp2:m_else/>
-							<inp2:m_if check="Field" name="PosterAlias">
-								<strong><inp2:Field name="PosterAlias"/></strong>
-							<inp2:m_else/>
-								<inp2:m_phrase name="lu_Guest"/>
-							</inp2:m_if>
-						</inp2:m_if>
-					</td>
-				</tr>
-			</table>
-
-		</td>
-		<td class="<inp2:m_odd_even odd="post-background-2" even="post-background-1"/>" valign="top">
-			<table class="fullwidth">
-				<tr>
-					<td class="post-control">
-						<strong><inp2:m_phrase name="lu_Posted" /></strong>: <inp2:Field name="CreatedOn"/>
-						<br /><br />
-					</td>
-					<td class="post-control" align="right">
-
-
-
-
-						<table class="no-padding">
-							<tr>
-
-								<inp2:m_if check="HasPermission" permissions="TOPIC.REPLY.OWNER.MODIFY|TOPIC.REPLY.MODIFY">
-									<td>
-										<inp2:m_RenderElement design="small_button" title="lu_btn_ModifyPost" confirm_phrase="" icon="btn_sm_modify" pass_params="1">
-											<inp2:PostLink template="in-bulletin/topics/modify_post"/>
-										</inp2:m_RenderElement>
-									</td>
-								</inp2:m_if>
-
-								<inp2:m_if check="HasPermission" permissions="TOPIC.REPLY.OWNER.DELETE|TOPIC.REPLY.DELETE">
-									<td style="padding-left:5px">
-										<inp2:m_RenderElement design="small_button" title="lu_btn_DeletePost" confirm_phrase="lu_DeletePostConfirm" icon="btn_sm_delete" pass_params="1">
-											<inp2:PostLink bb-post_event="OnDelete"/>
-										</inp2:m_RenderElement>
-									</td>
-								</inp2:m_if>
-
-								<inp2:m_if check="bb_HasPermission" permissions="TOPIC.REPLY.ADD">
-									<td style="padding-left:5px">
-										<inp2:m_RenderElement design="small_button" title="lu_btn_ReplyQuoted" confirm_phrase="" icon="btn_sm_quoted" pass_params="1">
-											<inp2:ReplyQuotedLink template="in-bulletin/topics/new_topic_reply"/>
-										</inp2:m_RenderElement>
-									</td>
-								</inp2:m_if>
-
-							</tr>
-						</table>
-					</td>
-				</tr>
-			</table>
-			<br />
-
-			<inp2:m_if check="PostSubject">
-				<strong><inp2:PostSubject/></strong><br />
-			</inp2:m_if>
-
-			<inp2:PostBody quote_render_as="post_quote_element" smiley_render_as="smiley_element" bbcode_render_as="bbcode_element"/>
-			<br /><br />
-
-			<inp2:m_if check="ShowPostSignature">
-				<div>
-					------------------------------------------------------------------------------<br />
-					<inp2:PostSignature smiley_render_as="smiley_element" bbcode_render_as="bbcode_element"/><br />
-					<br />
-				</div>
-			</inp2:m_if>
-		</td>
-	</tr>
-</inp2:m_DefineElement>
\ No newline at end of file

Property changes on: in-bulletin/in-bulletin/elements/posts.elm.tpl
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1.2.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: in-bulletin/in-bulletin/elements/side_boxes/poll_results.elm.tpl
===================================================================
--- in-bulletin/in-bulletin/elements/side_boxes/poll_results.elm.tpl	(revision 12902)
+++ in-bulletin/in-bulletin/elements/side_boxes/poll_results.elm.tpl	(nonexistent)
@@ -1,8 +0,0 @@
-<inp2:m_DefineElement name="answer_element">
-<li>
-	<inp2:Field name="Answer"/> &ndash; <inp2:Field name="VotesQty"/>
-</li>
-</inp2:m_DefineElement>
-<ul style="list-style-type: none; padding-left: 0px;">
-	<inp2:poll-answer_PrintList list_name="list_answers" render_as="answer_element" direction="H" sort_by="VotesQty,Desc" requery="1"/>
-</ul>
\ No newline at end of file

Property changes on: in-bulletin/in-bulletin/elements/side_boxes/poll_results.elm.tpl
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1.2.1
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: in-bulletin/in-bulletin/elements/side_boxes/action_box.elm.tpl
===================================================================
--- in-bulletin/in-bulletin/elements/side_boxes/action_box.elm.tpl	(revision 12902)
+++ in-bulletin/in-bulletin/elements/side_boxes/action_box.elm.tpl	(nonexistent)
@@ -1,35 +0,0 @@
-<inp2:m_Capture to_var="header">
-	<inp2:m_phrase name="lu_title_ActionBox"/>
-</inp2:m_Capture>
-
-<table width="100%" style="border-width: 0px;">
-	<inp2:m_RenderElement name="box_element" template="platform/categories/suggest_category" title="lu_SuggestCategory" prefix="bb"/>
-	<inp2:m_RenderElement name="box_element" template="in-bulletin/topics/new_topic" title="lu_NewTopic" prefix="bb"/>
-
-	<inp2:m_if check="m_Param" name="item_actions">
-		<tr>
-			<td>-</td>
-			<td>
-				<inp2:m_if check="bb_IsFavorite">
-					<a href="<inp2:bb_FavoriteToggleLink/>">
-						<inp2:m_phrase name="lu_btn_RemoveFromFavorites"/>
-					</a>
-				<inp2:m_else/>
-					<a href="<inp2:bb_FavoriteToggleLink template="platform/my_account/my_favorites"/>">
-						<inp2:m_phrase name="lu_btn_AddToFavorites"/>
-					</a>
-				</inp2:m_if>
-			</td>
-		</tr>
-
-		<!--##
-		<tr>
-			<td>-</td>
-			<td>
-				<a href="<inp2:bb_TopicLink template="in-bulletin/topics/rate"/>" class="static"><inp2:m_phrase name="lu_btn_RateThisTopic"/></a>
-			</td>
-		</tr>
-		##-->
-		
-	</inp2:m_if>
-</table>

Property changes on: in-bulletin/in-bulletin/elements/side_boxes/action_box.elm.tpl
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1.2.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: in-bulletin/in-bulletin/elements/side_boxes/polls.elm.tpl
===================================================================
--- in-bulletin/in-bulletin/elements/side_boxes/polls.elm.tpl	(revision 12902)
+++ in-bulletin/in-bulletin/elements/side_boxes/polls.elm.tpl	(nonexistent)
@@ -1,65 +0,0 @@
-<!-- POllS -->
-<inp2:poll_InitList list_name="list_polls" per_page="-1"/>
-
-<inp2:m_Capture to_var="header">
-	<inp2:m_phrase name="lu_title_Polls"/>
-</inp2:m_Capture>
-
-<inp2:m_DefineElement name="answer_element">
-<li style="margin-bottom:5px;">
-	<input type="radio" name="poll_<inp2:Field name="PollId"/>" onclick="getElementById('selected_opt_<inp2:Field name="PollId"/>').value='<inp2:Field name="AnswerId"/>';getElementById('vote_button').disabled=false;"> <inp2:Field name="Answer"/>
-</li>
-</inp2:m_DefineElement>
-
-<inp2:m_DefineElement name="poll_element">
-<div style="margin-bottom:25px;">
-	<div style="text-align:left;">
-		<strong><inp2:Field name="Question"/></strong>
-	</div>
-	<inp2:m_if check="Field" name="Image">
-	<br/>
-		<a href="<inp2:Field name="Image" format="resize:640x480"/>" class="thickbox" title="<inp2:Field field="Question"/>">
-			<img src="<inp2:Field name="Image" format="resize:100x100"/>" border="0" alt="<inp2:Field field="Question"/>"></a>
-	</inp2:m_if>
-
-	<div id="pollvote_<inp2:Field name="PollId"/>" style="text-align:left; margin-top:10px; margin-bottom:10px">
-	<inp2:m_if check="Field" name="RequireLogin">
-		<inp2:m_include t="in-bulletin/elements/side_boxes/poll_results.elm"/>
-		<div style="padding-top:5px; font-style: italic; font-weight: bold; text-align: center">
-			<inp2:m_phrase name="lu_text_GuestsLoginToVote"/>
-		</div>
-	<inp2:m_else/>
-		<inp2:m_if check="HasVoted">
-			<inp2:m_include t="in-bulletin/elements/side_boxes/poll_results.elm"/>
-			<div style="padding-top:5px; font-style: italic; font-weight: bold; text-align: center">
-				<inp2:m_phrase name="lu_text_AlreadyVoted"/>
-			</div>
-		<inp2:m_else/>
-			<ul style="list-style-type: none; padding-left: 0px;"><inp2:Field name="PollId" result_to_var="poll_id"/>
-				<inp2:poll-answer_PrintList list_name="list_answers" render_as="answer_element" direction="H" poll_id="$poll_id" requery="1"/>
-			</ul>
-			<div style="text-align: center; margin-top:8px; ">
-				<input type="hidden" id="selected_opt_<inp2:Field name="PollId"/>" name="selected_opt_<inp2:Field name="PollId"/>"/>
-				<input class="button" type="button" id="vote_button" disabled onclick="aPollManager.makeVote('poll', <inp2:Field name="PollId"/>, getElementById('selected_opt_<inp2:Field name="PollId"/>').value); return false;" value="<inp2:m_Phrase label="lu_btn_Vote" no_editing="1"/>"/>
-			</div>
-		</inp2:m_if>
-	</inp2:m_if>
-	</div>
-
-	<!--## USER COMMENTS ##-->
-	<inp2:m_if check="Field" name="AllowComments">
-	<div style="text-align:center;">
-		<inp2:m_ifnot check="HasCommented">
-			<a href="<inp2:CommentsLink t="in-bulletin/elements/content_boxes/add_poll_comment.elm" height="480" width="480"/>" title="<inp2:Field name="Question"/>" class="thickbox"/><inp2:m_phrase name="lu_title_AddComment"/></a><br>
-		</inp2:m_ifnot>
-		<a href="<inp2:CommentsLink t="in-bulletin/elements/content_boxes/poll_comments.elm" height="480" width="480"/>" title="<inp2:Field name="Question"/>" class="thickbox"/><inp2:m_phrase name="lu_title_ViewComments"/></a>
-	</div>
-	</inp2:m_if>
-	<!--## //USER COMMENTS ##-->
-</div>
-</inp2:m_DefineElement>
-
-<div style="width:100%; text-align:center;">
-	<inp2:poll_PrintList list_name="list_polls" render_as="poll_element" direction="H"/>
-</div>
-<!-- //POllS -->
\ No newline at end of file

Property changes on: in-bulletin/in-bulletin/elements/side_boxes/polls.elm.tpl
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1.2.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: in-bulletin/in-bulletin/elements/topics.elm.tpl
===================================================================
--- in-bulletin/in-bulletin/elements/topics.elm.tpl	(revision 12902)
+++ in-bulletin/in-bulletin/elements/topics.elm.tpl	(nonexistent)
@@ -1,143 +0,0 @@
-<inp2:m_DefineElement name="topic_element">
-	<tr>
-		<td colspan="5">
-			<div class="horizontal-separator"><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/s.gif" width="1" height="1" alt="" /></div>
-		</td>
-	</tr>
-
-	<tr>
-		<td class="forums-cells">
-			<table>
-				<tr>
-					<td class="topics-icon-padding" valign="top">
-						<img src="<inp2:m_TemplatesBase module="In-Portal"/>img/topics_icon.gif" width="14" height="12" alt="" /><br />
-					</td>
-					<td valign="top">
-						<inp2:m_if check="m_Param" name="show_relevance">
-							<inp2:RelevanceIndicator on_color="Red" off_color="White" relevance_normal_render_as="search_relevance_normal" relevance_full_render_as="search_relevance_full" /><br/>
-						</inp2:m_if>
-
-						<a href="<inp2:TopicLink template="__default__"/>"><inp2:Field name="TopicText"/></a>
-
-						<inp2:m_if check="Field" name="IsHot"><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/icon_hot.gif" alt="<inp2:m_Phrase name="lu_Hot" no_editing="1"/>"/></inp2:m_if>
-						<inp2:m_if check="Field" name="IsNew"><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/icon_new.gif" alt="<inp2:m_Phrase name="lu_New" no_editing="1"/>"/></inp2:m_if>
-						<inp2:m_if check="Field" name="IsPop"><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/icon_popular.gif" alt="<inp2:m_Phrase name="lu_Pop" no_editing="1"/>"/></inp2:m_if>
-						<inp2:m_if check="IsEditorsPick"><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/icon_pick.gif" alt="<inp2:m_Phrase name="lu_Pick" no_editing="1"/>"/></inp2:m_if>
-						<inp2:m_if check="IsFavorite"><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/icon_favorite.gif" alt="<inp2:m_Phrase name="lu_Favorite" no_editing="1"/>"/></inp2:m_if>
-						<inp2:VotesIndicator render_as="rating_element"/>
-					</td>
-				</tr>
-			</table>
-		</td>
-		<td width="100" class="forums-cells">
-			<inp2:Field name="OwnerId"/>
-		</td>
-		<td width="150" class="forums-cells">
-			<inp2:Field name="LastPostDate" format="_regional_DateFormat"/> &nbsp; <inp2:Field name="LastPostDate" format="_regional_TimeFormat"/>
-			<!--<inp2:m_phrase name="lu_By"/> <inp2:Field name="LastPoster"/>-->
-		</td>
-		<td width="100" class="forums-cells">
-			<inp2:TopicReplies/>
-		</td>
-		<td width="70" class="forums-cells">
-			<inp2:Field name="Views"/>
-		</td>
-	</tr>
-</inp2:m_DefineElement>
-
-<!--## RELATED TOPIC ELEMENT ##-->
-<inp2:m_DefineElement name="related_topic_element">
-	<tr>
-		<td width="25"><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/topics_icon.gif" width="14" height="12" alt="" /></td>
-		<td><a href="<inp2:TopicLink template="__default__"/>" class="text-title"><inp2:Field name="TopicText"/></a></td>
-	</tr>
-</inp2:m_DefineElement>
-<!--## // RELATED TOPIC ELEMENT ##-->
-
-<inp2:m_DefineElement name="my_topic_element">
-	<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="topic-prewiew-padding-cell">
-		<td>
-			<a href="<inp2:TopicLink template="__default__"/>"><inp2:Field name="TopicText"/></a>
-
-			<inp2:m_if check="Field" name="IsHot"><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/icon_hot.gif" alt="<inp2:m_Phrase name="lu_Hot" no_editing="1"/>"/></inp2:m_if>
-			<inp2:m_if check="Field" name="IsNew"><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/icon_new.gif" alt="<inp2:m_Phrase name="lu_New" no_editing="1"/>"/></inp2:m_if>
-			<inp2:m_if check="Field" name="IsPop"><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/icon_popular.gif" alt="<inp2:m_Phrase name="lu_Pop" no_editing="1"/>"/></inp2:m_if>
-			<inp2:m_if check="IsEditorsPick"><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/icon_pick.gif" alt="<inp2:m_Phrase name="lu_Pick" no_editing="1"/>"/></inp2:m_if>
-			<inp2:m_if check="IsFavorite"><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/icon_favorite.gif" alt="<inp2:m_Phrase name="lu_Favorite" no_editing="1"/>"/></inp2:m_if>
-			<inp2:VotesIndicator render_as="rating_element"/>
-
-			<br />
-			(<inp2:m_phrase name="lu_By"/>: <inp2:Field name="OwnerId"/>)
-
-			<br />
-
-			<inp2:m_phrase name="lu_fld_PrimaryCategory"/>: <strong><inp2:CategoryPath separator="&gt;" render_as="category_path_element"/></strong><br />
-
-			<br />
-			<table>
-				<tr>
-					<td style="padding:0px;">
-						<img src="<inp2:m_TemplatesBase module="In-Portal"/>img/ic_details.gif" width="14" height="13" alt="" /> <a href="<inp2:TopicLink template="__default__"/>"><inp2:m_phrase name="lu_btn_Details"/></a>
-					</td>
-
-					<inp2:m_if check="HasPermission" permissions="TOPIC.MODIFY|TOPIC.MODIFY.PENDING|TOPIC.OWNER.MODIFY|TOPIC.OWNER.MODIFY.PENDING">
-					<td style="padding:0px;">
-						 &nbsp;|&nbsp; <img src="<inp2:m_TemplatesBase module="In-Portal"/>img/ic_edit.gif" width="11" height="10" alt="" /> <a href="<inp2:TopicLink template="in-bulletin/topics/modify_topic"/>"><inp2:m_phrase name="lu_btn_Modify"/></a>
-					</td>
-					</inp2:m_if>
-
-					<inp2:m_if check="HasPermission" permissions="TOPIC.DELETE|TOPIC.OWNER.DELETE">
-					<td style="padding:0px;">
-						&nbsp;|&nbsp; <img src="<inp2:m_TemplatesBase module="In-Portal"/>img/ic_delete.gif" width="11" height="10" alt="" /> <a href="<inp2:TopicLink bb_event="OnDelete"/>" onclick="return confirm('<inp2:m_phrase name="lu_DeleteTopicConfirm" js_escape="1"/>');"><inp2:m_phrase name="lu_btn_Delete"/></a>
-					</td>
-					</inp2:m_if>
-				</tr>
-			</table>
-
-		</td>
-		<td>
-			<inp2:TopicReplies/>
-		</td>
-		<td>
-			<inp2:Field name="Views"/>
-		</td>
-		<td align="center">
-			<inp2:Field name="LastPostDate" format="_regional_DateFormat"/><br />
-			<inp2:Field name="LastPostDate" format="_regional_TimeFormat"/><br />
-			<inp2:m_phrase name="lu_By"/> <inp2:Field name="LastPoster"/>
-		</td>
-	</tr>
-</inp2:m_DefineElement>
-
-<inp2:m_DefineElement name="big_button" title="" icon="">
-	<table style="margin: 0px;">
-		<tr valign="top">
-			<td class="big-button-left-border">
-				<img src="<inp2:m_TemplatesBase module="In-Bulletin"/>img/big_buttons/top_left_corner.gif" width="11" height="16" alt="" /><br />
-			</td>
-			<td class="big-button-text">
-				<a href="<inp2:m_Param name="content"/>"><inp2:m_phrase name="$title"/></a>
-			</td>
-			<td>
-				<a href="<inp2:m_Param name="content"/>"><img src="<inp2:m_TemplatesBase module="In-Bulletin"/>img/big_buttons/icons/<inp2:m_param name="icon"/>.gif" alt=""></a><br />
-			</td>
-		</tr>
-
-		<tr valign="top" class="big-button-bottom">
-			<td>
-				<img src="<inp2:m_TemplatesBase module="In-Bulletin"/>img/big_buttons/bottom_left_corner.gif" width="11" height="10" alt="" /><br />
-			</td>
-			<td>
-				<img src="<inp2:m_TemplatesBase module="In-Portal"/>img/s.gif" width="1" height="1" alt="" /><br />
-			</td>
-			<td align="right">
-				<img src="<inp2:m_TemplatesBase module="In-Bulletin"/>img/big_buttons/bottom_right_corner.gif" width="11" height="10" alt="" /><br />
-			</td>
-		</tr>
-	</table>
-</inp2:m_DefineElement>
\ No newline at end of file

Property changes on: in-bulletin/in-bulletin/elements/topics.elm.tpl
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1.2.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: in-bulletin/in-bulletin/elements/forms.elm.tpl
===================================================================
--- in-bulletin/in-bulletin/elements/forms.elm.tpl	(revision 12902)
+++ in-bulletin/in-bulletin/elements/forms.elm.tpl	(nonexistent)
@@ -1,32 +0,0 @@
-<inp2:m_DefineElement name="inp_edit_textarea_bb" style="" is_last="0">
-	<tr class="<inp2:m_odd_even odd="table_color1" even="table_color2"/>">
-		<inp2:m_RenderElement name="inp_edit_field_caption" prefix="$prefix" field="$field" title="$title"/>
-		<td class="field-value">
-			<a href="<inp2:m_Link/>" onclick="insertTags('[B]', '[/B]', 'bold text', '<inp2:{$prefix}_InputName field="$field"/>'); return false;">
-				<img src="<inp2:m_TemplatesBase module="in-bulletin"/>img/toolbar/bold_icon.png" border="0"/>
-			</a>
-			<a href="<inp2:m_Link/>" onclick="insertTags('[I]', '[/I]', 'italic text', '<inp2:{$prefix}_InputName field="$field"/>'); return false;">
-				<img src="<inp2:m_TemplatesBase module="in-bulletin"/>img/toolbar/italic_icon.png" border="0"/>
-			</a>
-			<a href="<inp2:m_Link/>" onclick="insertTags('[U]', '[/U]', 'underlined text', '<inp2:{$prefix}_InputName field="$field"/>'); return false;">
-				<img src="<inp2:m_TemplatesBase module="in-bulletin"/>img/toolbar/underline_icon.png" border="0"/>
-			</a>
-			<a href="<inp2:m_Link/>" onclick="insertTags('[URL HREF=', ']link name[/URL]', 'link url', '<inp2:{$prefix}_InputName field="$field"/>'); return false;">
-				<img src="<inp2:m_TemplatesBase module="in-bulletin"/>img/toolbar/link_icon.png" border="0"/>
-			</a>
-			<a href="<inp2:m_Link/>" onclick="insertTags('[IMG BORDER=1 SRC=', '][/IMG]', 'image url', '<inp2:{$prefix}_InputName field="$field"/>'); return false;">
-				<img src="<inp2:m_TemplatesBase module="in-bulletin"/>img/toolbar/image_icon.png" border="0"/>
-			</a>
-			<a href="<inp2:m_Link/>" onclick="insertTags('[CODE]', '[/CODE]', 'code text', '<inp2:{$prefix}_InputName field="$field"/>'); return false;">
-				<img src="<inp2:m_TemplatesBase module="in-bulletin"/>img/toolbar/code_icon.png" border="0"/>
-			</a>
-
-			<br />
-			<inp2:m_if check="{$prefix}_HasError" field="$field">
-				<span class="field-error"><inp2:{$prefix}_Error field="$field"/></span><br />
-			</inp2:m_if>
-			<textarea class="input-textarea" tabindex="<inp2:m_get param="tab_index"/>" name="<inp2:{$prefix}_InputName field="$field"/>" id="<inp2:{$prefix}_InputName field="$field"/>" cols="<inp2:m_param name="cols"/>" rows="<inp2:m_param name="rows"/>" style="<inp2:m_param name="style"/>"><inp2:{$prefix}_Field field="$field"/></textarea>
-		</td>
-	</tr>
-	<inp2:m_RenderElement name="inp_edit_field_separator" is_last="$is_last"/>
-</inp2:m_DefineElement>
\ No newline at end of file

Property changes on: in-bulletin/in-bulletin/elements/forms.elm.tpl
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1.2.1
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: in-bulletin/in-bulletin/elements/categories.elm.tpl
===================================================================
--- in-bulletin/in-bulletin/elements/categories.elm.tpl	(revision 12902)
+++ in-bulletin/in-bulletin/elements/categories.elm.tpl	(nonexistent)
@@ -1,49 +0,0 @@
-<inp2:m_DefineElement name="category_element">
-	<inp2:m_if check="SubCatCount">
-		<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>
-			<td class="forums-subheaders" colspan="4">
-				<a href="<inp2:CategoryLink template="__default__"/>"><strong><inp2:Field name="Name"/></strong></a>
-			</td>
-		</tr>
-		<inp2:ListCategories render_as="category_element" per_page="-1" no_table="1" requery="1"/>
-	<inp2:m_else/>
-		<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>
-			<td class="forums-cells">
-				<table>
-					<tr>
-						<td class="forums-icon-cell">
-							<img src="<inp2:m_TemplatesBase module="In-Portal"/>img/forums_dir.gif" width="20" height="24" alt="" /><br />
-						</td>
-						<td>
-							<a href="<inp2:CategoryLink template="__default__"/>"><inp2:Field name="Name"/></a><br />
-							<inp2:Field name="Description" nl2br="1"/>
-						</td>
-					</tr>
-				</table>
-			</td>
-
-			<td class="forums-cells">
-				<inp2:CategoryItemCount prefix="bb"/>
-			</td>
-
-			<td class="forums-cells">
-				<inp2:CategoryItemCount prefix="bb-post"/>
-			</td>
-
-			<td class="forums-cells">
-				<inp2:Field name="Modified" format="_regional_DateFormat"/> <inp2:Field name="Modified" format="g:i a"/>
-			</td>
-		</tr>
-	</inp2:m_if>
-</inp2:m_DefineElement>

Property changes on: in-bulletin/in-bulletin/elements/categories.elm.tpl
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1.2.1
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: in-bulletin/in-bulletin/elements/html_head.elm.tpl
===================================================================
--- in-bulletin/in-bulletin/elements/html_head.elm.tpl	(revision 12902)
+++ in-bulletin/in-bulletin/elements/html_head.elm.tpl	(nonexistent)
@@ -1,6 +0,0 @@
-<link rel="stylesheet" rev="stylesheet" href="<inp2:m_TemplatesBase module="In-Bulletin"/>inc/styles.css" type="text/css" />
-<script type="text/javascript" src="<inp2:m_TemplatesBase module="In-Bulletin"/>inc/script.js"></script>
-
-<script type="text/javascript">
-	var aPollManager = new PollManager('<inp2:m_Link template="in-bulletin/elements/side_boxes/poll_results.elm" events[#PREFIX#]="OnMakeVote" poll_id="#POLL_ID#" option_id="#OPTION_ID#" no_amp="1"/>');
-</script>
\ No newline at end of file

Property changes on: in-bulletin/in-bulletin/elements/html_head.elm.tpl
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1.2.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: in-bulletin/in-bulletin/elements/content_boxes/category_topics.elm.tpl
===================================================================
--- in-bulletin/in-bulletin/elements/content_boxes/category_topics.elm.tpl	(revision 12902)
+++ in-bulletin/in-bulletin/elements/content_boxes/category_topics.elm.tpl	(nonexistent)
@@ -1,65 +0,0 @@
-<!-- topics in category -->
-<inp2:m_DefineElement name="no_topics">
-	<inp2:m_phrase name="lu_NoTopics"/>
-</inp2:m_DefineElement>
-
-<inp2:m_RenderElement design="content_box" data_exists="1" block_no_data="no_topics">
-	<inp2:bb_InitList list_name="items_in_current_cat" />
-
-	<inp2:m_Capture to_var="header">
-		<inp2:m_phrase name="lu_title_Topics"/> (<inp2:bb_TotalRecords list_name="items_in_current_cat"/>)
-	</inp2:m_Capture>
-
-	<inp2:m_include template="in-bulletin/elements/topics.elm"/>
-
-	<!--
-	<inp2:m_if check="bb_HasPermission" permissions="TOPIC.ADD|TOPIC.ADD.PENDING">
-		<table>
-			<td>
-				[<a href="<inp2:bb_SuggestItemLink template="in-bulletin/topics/new_topic"/>"><inp2:m_phrase name="lu_btn_NewTopic"/></a>]
-			</td>
-		</table>
-	</inp2:m_if>
-	-->
-
-	<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"/> &nbsp;|&nbsp; <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>
-	<br />
-
-	<table width="100%">
-		<tr>
-			<td colspan="5">
-				<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="sub-section-header">
-			<td><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/header_arrow.gif" width="11" height="11" alt="" /> &nbsp; <inp2:m_phrase name="lu_col_Topics"/></td>
-			<td><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/header_arrow.gif" width="11" height="11" alt="" /> &nbsp; <inp2:m_phrase name="lu_col_Poster"/></td>
-			<td><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/header_arrow.gif" width="11" height="11" alt="" /> &nbsp; <inp2:m_phrase name="lu_col_Date"/></td>
-			<td><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/header_arrow.gif" width="11" height="11" alt="" /> &nbsp; <inp2:m_phrase name="lu_col_Replies"/></td>
-			<td><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/header_arrow.gif" width="11" height="11" alt="" /> &nbsp; <inp2:m_phrase name="lu_col_Views"/></td>
-		</tr>
-
-		<inp2:bb_ListTopics list_name="items_in_current_cat" no_table="1" render_as="topic_element"/>
-	</table>
-
-	<br />
-
-	<inp2:m_include template="platform/elements/pagination.elm" prefix="bb" list_name="items_in_current_cat"/>
-
-	<inp2:m_if check="bb_HasPermission" permissions="TOPIC.ADD|TOPIC.ADD.PENDING">
-		<table>
-			<td>
-				<inp2:m_RenderElement design="big_button" title="lu_btn_NewTopic" icon="btn_reply">
-					<inp2:bb_SuggestItemLink template="in-bulletin/topics/new_topic"/>
-				</inp2:m_RenderElement>
-			</td>
-		</table>
-	</inp2:m_if>
-</inp2:m_RenderElement>
-<!-- // topics in category -->
\ No newline at end of file

Property changes on: in-bulletin/in-bulletin/elements/content_boxes/category_topics.elm.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: in-bulletin/in-bulletin/elements/content_boxes/related_items.elm.tpl
===================================================================
--- in-bulletin/in-bulletin/elements/content_boxes/related_items.elm.tpl	(revision 12902)
+++ in-bulletin/in-bulletin/elements/content_boxes/related_items.elm.tpl	(nonexistent)
@@ -1,7 +0,0 @@
-<!--## RELATED TOPICS ##-->	
-	<inp2:m_include template="in-bulletin/elements/topics.elm"/>		
-	
-	<table>
-		<inp2:bb_PrintList2 render_as="related_topic_element" types="related" related_to="$related_to" parent_cat_id="any" no_table="1"/>	
-	</table>
-<!--## // RELATED TOPICS ##-->
\ No newline at end of file

Property changes on: in-bulletin/in-bulletin/elements/content_boxes/related_items.elm.tpl
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1.2.4
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: in-bulletin/in-bulletin/elements/content_boxes/contact_user.elm.tpl
===================================================================
--- in-bulletin/in-bulletin/elements/content_boxes/contact_user.elm.tpl	(revision 12902)
+++ in-bulletin/in-bulletin/elements/content_boxes/contact_user.elm.tpl	(nonexistent)
@@ -1,8 +0,0 @@
-<tr>
-	<td style="width:140px">&nbsp;</td>
-	<td colspan="2">
-		<br />
-		<a href="<inp2:private-message_SendMessageLink template="in-bulletin/my_account/private_messages/new_message"/>"><inp2:m_phrase name="lu_btn_SendMessage"/></a>
-		<br /><br />
-	</td>
-</tr>
\ No newline at end of file

Property changes on: in-bulletin/in-bulletin/elements/content_boxes/contact_user.elm.tpl
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1.2.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: in-bulletin/in-bulletin/elements/content_boxes/poll_comments.elm.tpl
===================================================================
--- in-bulletin/in-bulletin/elements/content_boxes/poll_comments.elm.tpl	(revision 12902)
+++ in-bulletin/in-bulletin/elements/content_boxes/poll_comments.elm.tpl	(nonexistent)
@@ -1,27 +0,0 @@
-<inp2:m_DefineElement name="content">
-
-		<inp2:m_DefineElement name="poll_comment_element">
-		<li style="margin-bottom: 10px;">
-			<inp2:Field name="CommentBody"/>
-			<inp2:Field name="CreatedOn"/>
-			<inp2:Field name="GuestEmail"/>
-			<inp2:Field name="GuestName"/>
-			<inp2:Field name="CreatedById"/>
-		</li>
-		</inp2:m_DefineElement>
-		<br/>
-
-		<inp2:poll-comment_InitList list_name="list_comments" direction="H" sort_by="CreatedOn,Desc" requery="1"/>
-
-		<inp2:m_if check="poll-comment_TotalRecords list_name="list_comments">
-			<ul>
-				<inp2:poll-comment_PrintList list_name="list_comments" render_as="poll_comment_element" direction="H"/>
-			</ul>
-		<inp2:m_else/>
-		<div align="center">
-			<a href="<inp2:poll_CommentsLink t="in-bulletin/elements/content_boxes/add_poll_comment.elm"/>?height=640&width=480" title="<inp2:poll_Field name="Question"/>" class="thickbox"><inp2:m_phrase name="lu_text_NoComments"/></a>
-		</div>
-		</inp2:m_if>
-</inp2:m_DefineElement>
-
-<inp2:m_include template="platform/designs/default_design_ajax.des" pass_params="1"/>
\ No newline at end of file

Property changes on: in-bulletin/in-bulletin/elements/content_boxes/poll_comments.elm.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: in-bulletin/in-bulletin/elements/content_boxes/my_favorites.elm.tpl
===================================================================
--- in-bulletin/in-bulletin/elements/content_boxes/my_favorites.elm.tpl	(revision 12902)
+++ in-bulletin/in-bulletin/elements/content_boxes/my_favorites.elm.tpl	(nonexistent)
@@ -1,33 +0,0 @@
-<!-- favorite topics -->
-<inp2:m_RenderElement design="content_box" data_exists="1">
-	<inp2:bb_InitList list_name="favorite_topics" types="favorites" parent_cat_id="0" recursive="1"/>
-
-	<inp2:m_Capture to_var="header">
-		<inp2:m_phrase name="lu_title_FavoriteTopics"/> (<inp2:bb_TotalRecords list_name="favorite_topics"/>)
-	</inp2:m_Capture>
-
-	<inp2:m_include template="in-bulletin/elements/topics.elm"/>
-
-	<table class="fullwidth">
-		<tr>
-			<td colspan="5">
-				<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="sub-section-header">
-			<td><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/header_arrow.gif" width="11" height="11" alt="" /> &nbsp; <inp2:m_phrase name="lu_col_Topics"/></td>
-			<td><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/header_arrow.gif" width="11" height="11" alt="" /> &nbsp; <inp2:m_phrase name="lu_col_Poster"/></td>
-			<td><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/header_arrow.gif" width="11" height="11" alt="" /> &nbsp; <inp2:m_phrase name="lu_col_Date"/></td>
-			<td><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/header_arrow.gif" width="11" height="11" alt="" /> &nbsp; <inp2:m_phrase name="lu_col_Replies"/></td>
-			<td><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/header_arrow.gif" width="11" height="11" alt="" /> &nbsp; <inp2:m_phrase name="lu_col_Views"/></td>
-		</tr>
-		<inp2:bb_ListTopics list_name="favorite_topics" render_as="topic_element" no_table="1"/>
-	</table>
-
-	<inp2:m_if check="bb_TotalRecords" list_name="favorite_topics">
-		<inp2:m_Set favorites_found="1"/>
-	</inp2:m_if>
-
-	<inp2:m_include template="platform/elements/pagination.elm" prefix="bb" list_name="favorite_topics"/>
-</inp2:m_RenderElement>
-<!-- // favorite topics -->
\ No newline at end of file

Property changes on: in-bulletin/in-bulletin/elements/content_boxes/my_favorites.elm.tpl
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1.2.4
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: in-bulletin/in-bulletin/elements/content_boxes/add_poll_comment.elm.tpl
===================================================================
--- in-bulletin/in-bulletin/elements/content_boxes/add_poll_comment.elm.tpl	(revision 12902)
+++ in-bulletin/in-bulletin/elements/content_boxes/add_poll_comment.elm.tpl	(nonexistent)
@@ -1,48 +0,0 @@
-<inp2:m_DefineElement name="content">
-	<inp2:poll-comment_PresetFormFields/>
-	<br/>
-	<form method="post" id="poll_comment_form" action="<inp2:m_Link height="480" width="480" pass="m,poll,poll-comment" poll-comment_event="OnCreate" />">
-	<table class="form-data fullwidth">
-		<inp2:m_ifnot check="m_LoggedIn">
-			<inp2:m_RenderElement name="inp_edit_box" prefix="poll-comment" field="GuestName" title="lu_fld_Name" style="width:200px"/>
-			<inp2:m_RenderElement name="inp_edit_box" prefix="poll-comment" field="GuestEmail" title="lu_fld_Email" style="width:200px"/>
-		</inp2:m_ifnot>
-		<inp2:m_RenderElement name="inp_edit_textarea" prefix="poll-comment" field="CommentBody" rows="8" cols="40" title="lu_fld_Comment" is_last="1"/>
-		<inp2:m_RenderElement design="inp_edit_buttons">
-			<input type="hidden" name="success_template" value="in-bulletin/elements/content_boxes/poll_comments.elm" />
-			<input class="button" id="add_comment_btn" type="button" name="events[poll-comment][OnCreate]" value="<inp2:m_Phrase label="lu_btn_Create" no_editing="1"/>" />
-			<input class="button" type="reset" name="reset" value="<inp2:m_Phrase label="lu_btn_Reset" no_editing="1"/>" />
-		</inp2:m_RenderElement>
-	</table>
-	</form>
-	<script language="javascript" type="text/javascript">
-	$(document).ready(
-		function() {
-			$('#add_comment_btn').click(
-      			function ($e) {
-					TB.show(
-			          {
-			               url: $('#poll_comment_form').attr('action'),
-			               postParams: $('#poll_comment_form').serializeArray(),
-			               showCallback: function() {
-    	                		var $match_redirect = new RegExp('^#redirect#(.*)').exec($('#TB_ajaxContent').html());
-							     if ($match_redirect != null) {
-							          // redirect to external template requested
-							          TB.show( {url: $match_redirect[1]+'&height=480&width=480'} );
-							          return true;
-							     }
-			          		}
-			          	}
-			     	);
-      			}
-			)
-		}
-	);
-
-
-
-	</script>
-
-</inp2:m_DefineElement>
-
-<inp2:m_include template="platform/designs/default_design_ajax.des" pass_params="1"/>
\ No newline at end of file

Property changes on: in-bulletin/in-bulletin/elements/content_boxes/add_poll_comment.elm.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: in-bulletin/in-bulletin/elements/content_boxes/search_results.elm.tpl
===================================================================
--- in-bulletin/in-bulletin/elements/content_boxes/search_results.elm.tpl	(revision 12902)
+++ in-bulletin/in-bulletin/elements/content_boxes/search_results.elm.tpl	(nonexistent)
@@ -1,53 +0,0 @@
-<inp2:m_RenderElement design="content_box" data_exists="1">
-	<inp2:bb_InitList list_name="topic_search_results" types="search" parent_cat_id="any" recursive="1" per_page="short_list"/>
-
-	<inp2:m_Capture to_var="header">
-		<inp2:m_phrase name="lu_title_TopicSearchResults"/> (<inp2:bb_TotalRecords list_name="topic_search_results" />)
-	</inp2:m_Capture>
-
-	<inp2:m_include template="in-bulletin/elements/topics.elm"/>
-	<inp2:m_include template="platform/elements/search_results.elm"/>
-
-	<table class="fullwidth">
-		<tr>
-			<td class="category-statistics">
-				<inp2:m_phrase name="lu_TotalTopics"/>: <inp2:bb_TotalRecords list_name="topic_search_results"/>  &nbsp;|&nbsp;  <span class="static"><inp2:m_phrase name="lu_AddedToday"/>: 0</span>
-			</td>
-			<td class="category-statistics static" align="right">
-				<inp2:m_phrase name="lu_TopicsUpdated"/>: 05/17/2006
-			</td>
-		</tr>
-	</table>
-	<img src="<inp2:m_TemplatesBase module="In-Portal"/>img/s.gif" width="1" height="4" alt="" /><br />
-	<img src="<inp2:m_TemplatesBase module="In-Portal"/>img/grey_pix.gif" width="100%" height="1" alt="" /><br />
-	<br />
-
-	<table class="fullwidth">
-		<tr>
-			<td colspan="5">
-				<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="sub-section-header">
-			<td><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/header_arrow.gif" width="11" height="11" alt="" /> &nbsp; <inp2:m_phrase name="lu_col_Topics"/></td>
-			<td><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/header_arrow.gif" width="11" height="11" alt="" /> &nbsp; <inp2:m_phrase name="lu_col_Poster"/></td>
-			<td><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/header_arrow.gif" width="11" height="11" alt="" /> &nbsp; <inp2:m_phrase name="lu_col_Date"/></td>
-			<td><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/header_arrow.gif" width="11" height="11" alt="" /> &nbsp; <inp2:m_phrase name="lu_col_Replies"/></td>
-			<td><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/header_arrow.gif" width="11" height="11" alt="" /> &nbsp; <inp2:m_phrase name="lu_col_Views"/></td>
-		</tr>
-
-		<inp2:bb_ListTopics list_name="topic_search_results" render_as="topic_element" show_relevance="1"/>
-	</table>
-
-	<div class="horizontal-separator"><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/s.gif" width="1" height="1" alt="" /><br /></div>
-
-	<inp2:m_if check="bb_TotalRecords" list_name="topic_search_results">
-		<inp2:m_Set items_found="1"/>
-	</inp2:m_if>
-
-	<inp2:m_DefineElement name="more_link">
-		<img src="<inp2:m_TemplatesBase module="In-Portal"/>img/s.gif" width="1" height="5" alt="" /><br />
-		<a href="<inp2:m_Link template="in-bulletin/topics/search_results" />"><inp2:m_Phrase label="lu_More"/>...</a>
-	</inp2:m_DefineElement>
-	<inp2:bb_MoreLink list_name="topic_search_results" render_as="more_link" />
-</inp2:m_RenderElement>
\ No newline at end of file

Property changes on: in-bulletin/in-bulletin/elements/content_boxes/search_results.elm.tpl
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1.2.5
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: in-bulletin/in-bulletin/elements/private_messages.elm.tpl
===================================================================
--- in-bulletin/in-bulletin/elements/private_messages.elm.tpl	(revision 12902)
+++ in-bulletin/in-bulletin/elements/private_messages.elm.tpl	(nonexistent)
@@ -1,106 +0,0 @@
-<inp2:m_DefineElement name="folder_tab">
-	<td class="<inp2:m_if check="private-message_FolderSelected" folder="$folder">active-tab<inp2:m_else/>inactive-tab</inp2:m_if>">
-		<a href="<inp2:private-message_FolderLink folder="$folder"/>"><inp2:m_phrase name="$title"/></a>
-	</td>
-	<td width="8">
-		&nbsp;
-	</td>
-</inp2:m_DefineElement>
-
-<inp2:m_DefineElement name="folder_tabs">
-	<a href="<inp2:m_Link template="in-bulletin/my_account/private_messages/new_message"/>"><inp2:m_Phrase name="lu_btn_NewPrivateMessage"/></a><br /><br />
-
-	<table class="fullwidth tab-bottom-line">
-		<tr>
-			<td class="tab-left-padding">
-				<table>
-					<tr>
-						<inp2:m_RenderElement name="folder_tab" folder="inbox" title="lu_folder_Inbox"/>
-						<inp2:m_RenderElement name="folder_tab" folder="sent" title="lu_folder_Sent"/>
-					</tr>
-				</table>
-			</td>
-		</tr>
-	</table>
-
-	<br />
-	<br />
-</inp2:m_DefineElement>
-
-<inp2:m_DefineElement name="small_button" title="" icon="">
-	<table style="margin: 0px;">
-		<tr valign="top">
-			<td>
-				<img src="<inp2:m_TemplatesBase module="In-Bulletin"/>img/small_buttons/top_left_corner.gif" width="5" height="27" alt="" /><br />
-			</td>
-			<td class="small-button-text">
-				<a href="<inp2:m_Param name="content"/>" <inp2:m_param name="icon"/>><inp2:m_phrase name="$title"/></a>
-			</td>
-			<td>
-				<a href="<inp2:m_Param name="content"/>"><img src="<inp2:m_TemplatesBase module="In-Bulletin"/>img/small_buttons/icons/<inp2:m_param name="icon"/>.gif"></a><br />
-			</td>
-		</tr>
-		<tr valign="top" class="small-button-bottom">
-			<td>
-				<img src="<inp2:m_TemplatesBase module="In-Bulletin"/>img/small_buttons/bottom_left_corner.gif" width="5" height="5" alt="" /><br />
-			</td>
-			<td>
-				<img src="<inp2:m_TemplatesBase module="In-Portal"/>img/s.gif" width="1" height="1" alt="" /><br />
-			</td>
-			<td align="right">
-				<img src="<inp2:m_TemplatesBase module="In-Bulletin"/>img/small_buttons/bottom_right_corner.gif" width="5" height="5" alt="" /><br />
-			</td>
-		</tr>
-	</table>
-</inp2:m_DefineElement>
-
-<inp2:m_DefineElement name="no_private_messages">
-	<inp2:m_RenderElement name="folder_tabs"/>
-
-	<inp2:m_Phrase name="lu_NoPrivateMessages"/>
-</inp2:m_DefineElement>
-
-<inp2:m_DefineElement name="smiley_element">
-	<img class="emoticon" src="<inp2:m_param name="smiley_url"/>" />
-</inp2:m_DefineElement>
-
-<inp2:m_DefineElement name="bbcode_element">
-	<div class="bbcode"><inp2:m_param name="bb_code"/></div>
-</inp2:m_DefineElement>
-
-<inp2:m_DefineElement name="private_message_element">
-	<tr>
-		<td colspan="3">
-			<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="listing-row">
-		<td>
-			<inp2:m_if check="FolderSelected" folder="inbox">
-				<a href="<inp2:ProfileLink template="platform/my_account/public_profile" type="From"/>"><strong><inp2:Field name="FromName"/></strong></a>
-				<inp2:m_if check="Field" name="FromFullName">
-					&nbsp;(<inp2:Field name="FromFullName"/>)
-				</inp2:m_if>
-			<inp2:m_else/>
-				<a href="<inp2:ProfileLink template="platform/my_account/public_profile" type="To"/>"><strong><inp2:Field name="ToName"/></strong></a>
-				<inp2:m_if check="Field" name="ToFullName">
-					&nbsp;(<inp2:Field name="ToFullName"/>)
-				</inp2:m_if>
-			</inp2:m_if>
-		</td>
-		<td>
-			<a href="<inp2:ItemLink template="in-bulletin/my_account/private_messages/view_message"/>">
-				<inp2:m_if check="IsNew">
-					<span class="new-private-message">
-						<inp2:MessageSubject empty_title="lu_NoSubject"/>
-					</span>
-				<inp2:m_else/>
-					<inp2:MessageSubject empty_title="lu_NoSubject"/>
-				</inp2:m_if>
-			</a>
-		</td>
-		<td>
-			<inp2:Field name="CreatedOn"/>
-		</td>
-	</tr>
-</inp2:m_DefineElement>
\ No newline at end of file

Property changes on: in-bulletin/in-bulletin/elements/private_messages.elm.tpl
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1.2.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: in-bulletin/in-bulletin/elements/.smsignore
===================================================================
--- in-bulletin/in-bulletin/elements/.smsignore	(revision 12902)
+++ in-bulletin/in-bulletin/elements/.smsignore	(nonexistent)
@@ -1 +0,0 @@
-.*\.xml\.tpl
\ No newline at end of file

Property changes on: in-bulletin/in-bulletin/elements/.smsignore
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1.2.1
\ No newline at end of property
Index: in-bulletin/in-bulletin/my_account/my_items.elm.tpl
===================================================================
--- in-bulletin/in-bulletin/my_account/my_items.elm.tpl	(revision 12902)
+++ in-bulletin/in-bulletin/my_account/my_items.elm.tpl	(nonexistent)
@@ -1,19 +0,0 @@
-<inp2:m_if check="m_ParamEquals" name="section" value="1">
-	<inp2:m_if check="m_ParamEquals" name="place" value="sidebox">
-		<inp2:m_RenderElement name="box_element" template="in-bulletin/my_account/private_messages/private_messages" title="lu_PrivateMessages"/>
-	</inp2:m_if>
-
-	<inp2:m_if check="m_ParamEquals" name="place" value="contentbox">
-		<inp2:m_RenderElement name="my_account_element" template="in-bulletin/my_account/private_messages/private_messages" title="lu_PrivateMessages" description="lu_description_PrivateMessages" icon_image="in-bulletin/img/ic_pm_list46.gif"/>
-	</inp2:m_if>
-</inp2:m_if>
-
-<inp2:m_if check="m_ParamEquals" name="section" value="2">
-	<inp2:m_if check="m_ParamEquals" name="place" value="sidebox">
-		<inp2:m_RenderElement name="box_element" template="in-bulletin/my_account/my_topics" title="lu_MyTopics" />
-	</inp2:m_if>
-
-	<inp2:m_if check="m_ParamEquals" name="place" value="contentbox">
-		<inp2:m_RenderElement name="my_account_element" template="in-bulletin/my_account/my_topics" title="lu_MyTopics" description="lu_description_MyTopics" icon_image="in-bulletin/img/ic_mytopics46.gif"/>
-	</inp2:m_if>
-</inp2:m_if>
\ No newline at end of file

Property changes on: in-bulletin/in-bulletin/my_account/my_items.elm.tpl
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1.2.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: in-bulletin/in-bulletin/my_account/private_messages/new_message.tpl
===================================================================
--- in-bulletin/in-bulletin/my_account/private_messages/new_message.tpl	(revision 12902)
+++ in-bulletin/in-bulletin/my_account/private_messages/new_message.tpl	(nonexistent)
@@ -1,76 +0,0 @@
-<!--##
-<NAME>Write Private Message</NAME>
-<DESC>Write Private Message Form</DESC>
-<SECTION>My Account||Private Messages</SECTION>
-##-->
-
-<inp2:m_RequireLogin login_template="platform/login/register"/>
-
-<!--## PAGE TITLE ELEMENT ##-->
-<inp2:m_DefineElement name="page_title">
-	<inp2:m_phrase name="lu_title_NewPrivateMessage"/>
-</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>
-</inp2:m_DefineElement>
-<!--## //SIDE-BAR ELEMENT ##-->
-
-<inp2:m_DefineElement name="content">
-	<div class="movable-area">
-		<div class="movable-element">
-			<inp2:m_include template="platform/elements/navigation_bar.elm" titles="lu_title_MyAccount,lu_title_PrivateMessages,lu_title_NewPrivateMessage" templates="platform/my_account/my_account,in-bulletin/my_account/private_messages/private_messages,in-bulletin/my_account/private_messages/new_message"/>
-		</div>
-		<div class="movable-element">
-			<!-- new private message -->
-			<inp2:m_RenderElement design="content_box">
-				<inp2:m_Capture to_var="header">
-					<inp2:m_phrase name="lu_title_NewPrivateMessage"/>
-				</inp2:m_Capture>
-
-				<inp2:private-message_PresetFormFields/>
-				<span class="field-required">*</span> <inp2:m_phrase name="lu_IndicatesRequired"/><br /><br />
-
-				<inp2:m_if check="private-message_HasError" field="any">
-					<inp2:m_RenderElement name="error_message" />
-				</inp2:m_if>
-
-				<img src="<inp2:m_TemplatesBase module="In-Portal"/>img/grey_pix.gif" width="100%" height="1" align="absmiddle" alt="" /><br /><br />
-
-				<inp2:m_include template="in-bulletin/elements/forms.elm"/>
-
-				<form method="post" action="<inp2:m_FormAction/>">
-					<table class="form-data fullwidth">
-						<inp2:m_RenderElement name="inp_edit_box" prefix="private-message" field="ToId" title="lu_fld_To"/>
-						<inp2:m_RenderElement name="inp_edit_box" prefix="private-message" field="Subject" title="lu_fld_Subject"/>
-						<inp2:m_RenderElement name="inp_edit_textarea_bb" prefix="private-message" field="Body" cols="50" rows="10" title="lu_fld_MessageBody"/>
-						<inp2:m_RenderElement name="inp_edit_checkbox" prefix="private-message" field="DisableBBCodes" title="lu_fld_DisableBBCodes"/>
-						<inp2:m_RenderElement name="inp_edit_checkbox" prefix="private-message" field="DisableSmileys" title="lu_fld_DisableSmileys"/>
-						<inp2:m_RenderElement name="inp_edit_checkbox" prefix="private-message" field="ShowSignatures" title="lu_fld_ShowSignatures" is_last="1"/>
-						<inp2:m_RenderElement design="inp_edit_buttons">
-							<input type="hidden" name="next_template" value="in-bulletin/my_account/private_messages/add_confirm"/>
-							<input class="button" type="submit" name="events[private-message][OnCreate]" value="<inp2:m_Phrase label="lu_btn_Create" no_editing="1"/>"/>
-							<input class="button" type="button" onclick="redirect('<inp2:m_Link template="in-bulletin/my_account/private_messages/private_messages"/>');" value="<inp2:m_Phrase label="lu_btn_Cancel" no_editing="1"/>"/>
-						</inp2:m_RenderElement>
-					</table>
-				</form>
-
-			</inp2:m_RenderElement>
-			<!-- // new private message -->
-		</div>
-	</div>
-</inp2:m_DefineElement>
-
-<inp2:m_include template="platform/designs/default_design.des" pass_params="1"/>
\ No newline at end of file

Property changes on: in-bulletin/in-bulletin/my_account/private_messages/new_message.tpl
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1.2.8
\ No newline at end of property
Index: in-bulletin/in-bulletin/my_account/private_messages/view_message.tpl
===================================================================
--- in-bulletin/in-bulletin/my_account/private_messages/view_message.tpl	(revision 12902)
+++ in-bulletin/in-bulletin/my_account/private_messages/view_message.tpl	(nonexistent)
@@ -1,85 +0,0 @@
-<!--##
-<NAME>View Private Message</NAME>
-<DESC>View Private Message page</DESC>
-<SECTION>My Account||Private Messages</SECTION>
-##-->
-
-<inp2:m_RequireLogin login_template="platform/login/register"/>
-
-<!--## PAGE TITLE ELEMENT ##-->
-<inp2:m_DefineElement name="page_title">
-	<inp2:m_phrase name="lu_title_PrivateMessageDetails"/>
-</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>
-</inp2:m_DefineElement>
-<!--## //SIDE-BAR ELEMENT ##-->
-
-<inp2:m_DefineElement name="content">
-	<div class="movable-area">
-		<div class="movable-element">
-			<inp2:m_include template="platform/elements/navigation_bar.elm" titles="lu_title_MyAccount,lu_title_PrivateMessages,lu_title_PrivateMessageDetails" templates="platform/my_account/my_account,in-bulletin/my_account/private_messages/private_messages,in-bulletin/my_account/private_messages/view_message"/>
-		</div>
-		<div class="movable-element">
-			<!-- private message details -->
-			<inp2:m_RenderElement design="content_box">
-				<inp2:m_Capture to_var="header">
-					<inp2:m_phrase name="lu_title_PrivateMessageDetails"/>
-				</inp2:m_Capture>
-
-				<inp2:m_include template="in-bulletin/elements/private_messages.elm"/>
-
-				<inp2:private-message_MarkAsRead/>
-				<table class="fullwidth">
-					<tr>
-					<td align="left">
-							<inp2:m_if check="private-message_CanReplyMessage">
-								[<a href="<inp2:private-message_ReplyLink template="in-bulletin/my_account/private_messages/new_message"/>"><inp2:m_Phrase name="lu_btn_Reply"/></a>]
-							</inp2:m_if>
-
-							[<a href="<inp2:private-message_DeleteLink template="in-bulletin/my_account/private_messages/private_messages"/>" onclick="return confirm('<inp2:m_phrase name="lu_DeletePrivateMessageConfirm" js_escape="1"/>');"><inp2:m_phrase name="lu_btn_Delete"/></a>]<br /><br />
-						</td>
-					</tr>
-					<tr>
-						<td>
-							<strong><inp2:m_Phrase name="lu_MessageCreated"/></strong>: <inp2:private-message_Field name="CreatedOn"/>
-						</td>
-
-					</tr>
-				</table>
-				<br />
-
-				<strong><inp2:m_Phrase name="lu_fld_From"/></strong>: <inp2:private-message_Field name="FromId"/><br />
-				<strong><inp2:m_Phrase name="lu_fld_Subject"/></strong>: <inp2:private-message_MessageSubject empty_title="lu_NoSubject"/><br /><br />
-
-				<inp2:private-message_MessageBody smiley_render_as="smiley_element" bbcode_render_as="bbcode_element"/>
-				<br/><br />
-				<table class="fullwidth">
-					<tr>
-					<td align="left">
-							<inp2:m_if check="private-message_CanReplyMessage">
-								[<a href="<inp2:private-message_ReplyLink template="in-bulletin/my_account/private_messages/new_message"/>"><inp2:m_Phrase name="lu_btn_Reply"/></a>]
-							</inp2:m_if>
-
-							[<a href="<inp2:private-message_DeleteLink template="in-bulletin/my_account/private_messages/private_messages"/>" onclick="return confirm('<inp2:m_phrase name="lu_DeletePrivateMessageConfirm" js_escape="1"/>');"><inp2:m_phrase name="lu_btn_Delete"/></a>]
-						</td>
-					</tr>
-				</table>
-
-			</inp2:m_RenderElement>
-			<!-- // private message details -->
-		</div>
-	</div>
-</inp2:m_DefineElement>
-
-<inp2:m_include template="platform/designs/default_design.des" pass_params="1"/>
\ No newline at end of file

Property changes on: in-bulletin/in-bulletin/my_account/private_messages/view_message.tpl
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1.2.9
\ No newline at end of property
Index: in-bulletin/in-bulletin/my_account/private_messages/private_messages.tpl
===================================================================
--- in-bulletin/in-bulletin/my_account/private_messages/private_messages.tpl	(revision 12902)
+++ in-bulletin/in-bulletin/my_account/private_messages/private_messages.tpl	(nonexistent)
@@ -1,75 +0,0 @@
-<!--##
-<NAME>List Private Messages</NAME>
-<DESC>List Private Messages</DESC>
-<SECTION>My Account||Private Messages</SECTION>
-##-->
-
-<inp2:m_RequireLogin login_template="platform/login/register"/>
-
-<!--## PAGE TITLE ELEMENT ##-->
-<inp2:m_DefineElement name="page_title">
-	<inp2:m_phrase name="lu_title_PrivateMessages"/>
-</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>
-</inp2:m_DefineElement>
-<!--## //SIDE-BAR ELEMENT ##-->
-
-<inp2:m_DefineElement name="content">
-	<div class="movable-area">
-		<div class="movable-element">
-			<inp2:m_include template="platform/elements/navigation_bar.elm" titles="lu_title_MyAccount,lu_title_PrivateMessages" templates="platform/my_account/my_account,in-bulletin/my_account/private_messages/private_messages"/>
-		</div>
-		<div class="movable-element">
-			<!-- private messages -->
-			<inp2:m_RenderElement design="content_box" data_exists="1" block_no_data="no_private_messages">
-				<inp2:m_Capture to_var="header">
-					<inp2:m_phrase name="lu_title_PrivateMessages"/> (<inp2:private-message_TotalRecords/>)
-				</inp2:m_Capture>
-
-				<inp2:m_include template="in-bulletin/elements/private_messages.elm"/>
-
-				<inp2:m_RenderElement name="folder_tabs"/>
-
-				<table class="fullwidth">
-					<tr>
-						<td colspan="3">
-							<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="sub-section-header">
-						<td>
-							<inp2:m_if check="m_GetEquals" name="folder_id" value="-1">
-								<inp2:m_Phrase name="lu_col_ToName"/>
-							<inp2:m_else/>
-								<inp2:m_Phrase name="lu_col_FromName"/>
-							</inp2:m_if>
-						</td>
-						<td>
-							<inp2:m_Phrase name="lu_col_Subject"/>
-						</td>
-						<td>
-							<inp2:m_Phrase name="lu_col_Created"/>
-						</td>
-					</tr>
-					<inp2:private-message_PrintList render_as="private_message_element"/>
-				</table>
-
-				<inp2:m_include template="platform/elements/pagination.elm" prefix="private-message"/>
-			</inp2:m_RenderElement>
-			<!-- // private messages -->
-		</div>
-	</div>
-</inp2:m_DefineElement>
-
-<inp2:m_include template="platform/designs/default_design.des" pass_params="1"/>
\ No newline at end of file

Property changes on: in-bulletin/in-bulletin/my_account/private_messages/private_messages.tpl
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1.2.9
\ No newline at end of property
Index: in-bulletin/in-bulletin/my_account/private_messages/add_confirm.tpl
===================================================================
--- in-bulletin/in-bulletin/my_account/private_messages/add_confirm.tpl	(revision 12902)
+++ in-bulletin/in-bulletin/my_account/private_messages/add_confirm.tpl	(nonexistent)
@@ -1,46 +0,0 @@
-<!--##
-<NAME>Private Message - Sent</NAME>
-<DESC>Private Message - Sent Confirmation</DESC>
-<SECTION>My Account||Private Messages</SECTION>
-##-->
-
-<!--## PAGE TITLE ELEMENT ##-->
-<inp2:m_DefineElement name="page_title">
-	<inp2:m_phrase name="lu_title_AddPrivateMessageConfirm"/>
-</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>
-</inp2:m_DefineElement>
-<!--## //SIDE-BAR ELEMENT ##-->
-
-<inp2:m_DefineElement name="content">
-	<div class="movable-area">
-		<div class="movable-element">
-			<inp2:m_include template="platform/elements/navigation_bar.elm" titles="lu_title_MyAccount,lu_title_PrivateMessages,lu_title_AddPrivateMessageConfirm" templates="platform/my_account/my_account,in-bulletin/my_account/private_messages/private_messages,in-bulletin/my_account/private_messages/add_confirm"/>
-		</div>
-		<div class="movable-element">
-			<!-- add private message confirm -->
-			<inp2:m_RenderElement design="content_box">
-				<inp2:m_Capture to_var="header">
-					<inp2:m_phrase name="lu_title_AddPrivateMessageConfirm"/>
-				</inp2:m_Capture>
-
-				<inp2:m_phrase name="lu_newpm_Confirm_Text"/><br /><br />
-				<a href="<inp2:private-message_FolderLink template="in-bulletin/my_account/private_messages/private_messages" folder="sent"/>"><inp2:m_Phrase name="lu_PrivateMessages"/></a>
-			</inp2:m_RenderElement>
-			<!-- // add private message confirm -->
-		</div>
-	</div>
-</inp2:m_DefineElement>
-
-<inp2:m_include template="platform/designs/default_design.des" pass_params="1"/>
\ No newline at end of file

Property changes on: in-bulletin/in-bulletin/my_account/private_messages/add_confirm.tpl
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1.2.7
\ No newline at end of property
Index: in-bulletin/in-bulletin/my_account/my_preferences.tpl
===================================================================
--- in-bulletin/in-bulletin/my_account/my_preferences.tpl	(revision 12902)
+++ in-bulletin/in-bulletin/my_account/my_preferences.tpl	(nonexistent)
@@ -1,80 +0,0 @@
-<!--##
-<NAME>User's Preferences</NAME>
-<DESC>User's Preferences</DESC>
-<SECTION>My Account</SECTION>
-##-->
-
-<inp2:m_RequireLogin login_template="platform/login/register"/>
-
-<!--## PAGE TITLE ELEMENT ##-->
-<inp2:m_DefineElement name="page_title">
-	<inp2:m_phrase name="lu_title_MyPreferences"/>
-</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>
-</inp2:m_DefineElement>
-<!--## //SIDE-BAR ELEMENT ##-->
-
-<inp2:m_DefineElement name="content">
-	<div class="movable-area">
-		<div class="movable-element">
-			<inp2:m_include template="platform/elements/navigation_bar.elm" titles="lu_title_MyAccount,lu_title_MyPreferences" templates="platform/my_account/my_account,platform/my_account/my_preferences"/>
-		</div>
-		<div class="movable-element">
-			<!-- my preferences -->
-			<inp2:m_RenderElement design="content_box">
-				<inp2:m_Capture to_var="header">
-					<inp2:m_phrase name="lu_title_MyPreferences"/>
-				</inp2:m_Capture>
-
-
-				<table class="fullwidth tab-bottom-line">
-					<tr>
-						<td class="tab-left-padding">
-
-							<table>
-								<tr>
-									<inp2:m_ModuleInclude template="my_account/preferences_tab.elm" in-portal_template="platform/my_account/preferences_tab.elm"/>
-								</tr>
-							</table>
-
-						</td>
-					</tr>
-				</table>
-
-				<br />
-
-				<strong><inp2:m_Phrase name="lu_Forums"/></strong><br /><br />
-
-				<form method="post" action="<inp2:m_FormAction/>">
-					<img src="<inp2:m_TemplatesBase module="In-Portal"/>img/grey_pix.gif" width="100%" height="1" align="absmiddle" alt="" /><br /><br />
-					<table class="form-data fullwidth">
-						<inp2:m_RenderElement name="inp_edit_checkbox" prefix="user-profile" field="show_sig" title="lu_fld_ShowSignatures"/>
-						<inp2:m_RenderElement name="inp_edit_box" prefix="user-profile" field="Perpage_Topics" title="lu_fld_TopicsPerPage"/>
-						<inp2:m_RenderElement name="inp_edit_box" prefix="user-profile" field="Perpage_Postings" title="lu_fld_PostsPerPage"/>
-						<inp2:m_RenderElement name="inp_edit_checkbox" prefix="user-profile" field="owner_notify" title="lu_fld_NotifyOwnerOnChanges"/>
-						<inp2:m_RenderElement name="inp_edit_checkbox" prefix="user-profile" field="bb_pm_notify" title="lu_fld_NotifyOnPrivateMessages"/>
-						<inp2:m_RenderElement name="inp_edit_checkbox" prefix="user-profile" field="bbcode" title="lu_fld_EnableBBCodes"/>
-						<inp2:m_RenderElement name="inp_edit_checkbox" prefix="user-profile" field="smileys" title="lu_fld_EnableSmileys"/>
-						<inp2:m_RenderElement name="inp_edit_checkbox" prefix="user-profile" field="bb_signatures" title="lu_fld_ShowOtherSignatures"/>
-						<inp2:m_RenderElement name="inp_edit_textarea" prefix="user-profile" field="my_signature" title="lu_fld_MySignature" cols="50" rows="10" is_last="1"/>
-
-						<inp2:m_RenderElement design="inp_edit_buttons">
-							<input class="button" type="submit" name="events[user-profile][OnUpdate]" value="<inp2:m_Phrase label="lu_btn_Update" no_editing="1"/>"/>
-						</inp2:m_RenderElement>
-					</table>
-				</form>
-			</inp2:m_RenderElement>
-			<!-- // my preferences -->
-		</div>
-	</div>
-</inp2:m_DefineElement>
-
-<inp2:m_include template="platform/designs/default_design.des" pass_params="1"/>
\ No newline at end of file

Property changes on: in-bulletin/in-bulletin/my_account/my_preferences.tpl
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1.2.7
\ No newline at end of property
Index: in-bulletin/in-bulletin/my_account/preferences_tab.elm.tpl
===================================================================
--- in-bulletin/in-bulletin/my_account/preferences_tab.elm.tpl	(revision 12902)
+++ in-bulletin/in-bulletin/my_account/preferences_tab.elm.tpl	(nonexistent)
@@ -1 +0,0 @@
-<inp2:m_RenderElement name="tab" title="lu_tab_Forums" template="in-bulletin/my_account/my_preferences"/>

Property changes on: in-bulletin/in-bulletin/my_account/preferences_tab.elm.tpl
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1.2.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: in-bulletin/in-bulletin/my_account/my_topics.tpl
===================================================================
--- in-bulletin/in-bulletin/my_account/my_topics.tpl	(revision 12902)
+++ in-bulletin/in-bulletin/my_account/my_topics.tpl	(nonexistent)
@@ -1,73 +0,0 @@
-<!--##
-<NAME>User's Topics</NAME>
-<DESC>List of User's Topics</DESC>
-<SECTION>My Account</SECTION>
-##-->
-
-<inp2:m_RequireLogin login_template="platform/login/register"/>
-
-<!--## PAGE TITLE ELEMENT ##-->
-<inp2:m_DefineElement name="page_title">
-	<inp2:m_phrase name="lu_title_MyTopics"/>
-</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>
-</inp2:m_DefineElement>
-<!--## //SIDE-BAR ELEMENT ##-->
-
-<inp2:m_DefineElement name="content">
-	<div class="movable-area">
-		<div class="movable-element">
-			<inp2:m_include template="platform/elements/navigation_bar.elm" titles="lu_title_MyAccount,lu_title_MyTopics" templates="platform/my_account/my_account,in-bulletin/my_account/my_topics"/>
-		</div>
-		<div class="movable-element">
-			<!-- my topics -->
-			<inp2:m_DefineElement name="no_topics">
-				<inp2:m_phrase name="lu_NoTopics"/>
-			</inp2:m_DefineElement>
-
-			<inp2:m_RenderElement design="content_box" data_exists="1" block_no_data="no_topics">
-				<inp2:bb_InitList list_name="my_topics" types="my_items" parent_cat_id="0" recursive="1"/>
-
-				<inp2:m_Capture to_var="header">
-					<inp2:m_phrase name="lu_title_MyTopics"/> (<inp2:bb_TotalRecords list_name="my_topics"/>)
-				</inp2:m_Capture>
-
-				<inp2:m_include template="in-bulletin/elements/topics.elm"/>
-
-				<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="sub-section-header">
-						<td><inp2:m_phrase name="lu_col_Topics"/></td>
-						<td><inp2:m_phrase name="lu_col_Replies"/></td>
-						<td><inp2:m_phrase name="lu_col_Views"/></td>
-						<td><inp2:m_phrase name="lu_col_LastPost"/></td>
-					</tr>
-					<inp2:bb_ListTopics list_name="my_topics" render_as="my_topic_element" no_table="1"/>
-				</table>
-
-				<inp2:m_include template="platform/elements/pagination.elm" prefix="bb" list_name="my_topics"/>
-			</inp2:m_RenderElement>
-			<!-- // my topics -->
-		</div>
-	</div>
-</inp2:m_DefineElement>
-
-<inp2:m_include template="platform/designs/default_design.des" pass_params="1"/>
\ No newline at end of file

Property changes on: in-bulletin/in-bulletin/my_account/my_topics.tpl
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1.2.9
\ No newline at end of property
Index: in-bulletin/in-bulletin/inc/styles.css
===================================================================
--- in-bulletin/in-bulletin/inc/styles.css	(revision 12902)
+++ in-bulletin/in-bulletin/inc/styles.css	(nonexistent)
@@ -1,149 +0,0 @@
-.bbcode {
-	border: 1px solid #888888;
-	background-color: #EEEEEE;
-	padding: 10px;
-}
-
-.forums-header TD
-	{
-	padding:6px;
-	color:#21619e;
-	}
-
-.forums-icon-cell
-	{
-	width:20px;
-	padding-right:10px;
-	vertical-align:top;
-	}
-
-.forums-subheaders
-	{
-	background:#f4f4f4;
-	font-weight:bold;
-	padding:5px 15px;
-	font-size:12px;
-	}
-
-
-.forums-subheaders A
-	{
-	color:#000000;
-	text-decoration: underline;
-	}
-
-.forums-subheaders A:hover
-	{
-	color: #666666;
-	text-decoration: underline;
-	}
-
-.forums-cells
-	{
-	vertical-align: middle;
-	padding:10px;
-	}
-
-.post-background-1
-	{
-	background:#f4f4f4;
-	padding:8px;
-	}
-
-.post-background-2
-	{
-	background:#FFFFFF;
-	padding:8px;
-	}
-
-.post-icon-padding-right
-	{
-	padding-right:10px;
-	}
-
-.topic-prewiew-padding-cell TD
-	{
-	padding: 13px;
-	}
-
-.post-control {
-	padding: 0px !important;
-	vertical-align: top;
-}
-
-
-.no-padding TD
-	{
-	padding:0px;
-	}
-
-
-.forums-icon-description TD
-	{
-	padding:10px;
-	vertical-align:middle;
-	}
-
-.topics-icon-padding
-	{
-	width:14px;
-	padding-right:10px;
-	}
-
-.new-private-message {
-	font-weight: bold;
-}
-
-
-
-.quoted-reply {
-	border: 1px dashed #333;
-}
-
-.quoted-reply td {
-	padding: 5px;
-}
-
-/* --- Topic Button Styles --- */
-.big-button-left-border {
-	background: #EFEFEF url('../img/big_buttons/left_border.gif') repeat-y top left;
-}
-
-.big-button-bottom td {
-	background: #EFEFEF url('../img/big_buttons/bottom_border.gif') repeat-x top left;
-}
-
-.big-button-text {
-	background: #EFEFEF url('../img/big_buttons/top_border.gif') repeat-x top left;
-	font: bold 11px Arial, sans-serif;
-	letter-spacing: 0px;
-	color: #1F569A;
-	padding-top: 14px;
-}
-
-.big-button-text a, .big-button-text a:hover {
-	text-decoration: none;
-}
-
-/* --- Post Button Styles --- */
-.small-button-bottom td {
-	background: #efefef url('../img/small_buttons/bottom_border.gif') repeat-x top left
-}
-
-.small-button-text {
-	background: url('../img/small_buttons/top_border.gif') repeat-x top left;
-	font: 10px Arial, sans-serif;
-	color: #153C6A;
-	padding-top: 15px;
-	vertical-align: bottom;
-	height: 27px;
-}
-
-.small-button-text a {
-	color: #153C6A;
-	text-decoration: none;
-}
-
-.small-button-text a:hover {
-	text-decoration: none;
-}
\ No newline at end of file

Property changes on: in-bulletin/in-bulletin/inc/styles.css
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1.2.1
\ No newline at end of property
Index: in-bulletin/in-bulletin/inc/script.js
===================================================================
--- in-bulletin/in-bulletin/inc/script.js	(revision 12902)
+++ in-bulletin/in-bulletin/inc/script.js	(nonexistent)
@@ -1,79 +0,0 @@
-// apply tagOpen/tagClose to selection in textarea,
-// use sampleText instead of selection if there is none
-function insertTags(tagOpen, tagClose, sampleText, textarea_id) {
-	var txtarea = document.getElementById(textarea_id);
-
-	var selText, isSample = false;
-
-	if (document.selection  && document.selection.createRange) { // IE/Opera
-		//save window scroll position
-		if (document.documentElement && document.documentElement.scrollTop) {
-			var winScroll = document.documentElement.scrollTop;
-		}
-		else if (document.body) {
-			var winScroll = document.body.scrollTop;
-		}
-
-		//get current selection
-		txtarea.focus();
-		var range = document.selection.createRange();
-		selText = range.text;
-
-		//insert tags
-		checkSelectedText();
-		range.text = tagOpen + selText + tagClose;
-		//mark sample text as selected
-		if (isSample && range.moveStart) {
-			if (window.opera) {
-				tagClose = tagClose.replace(/\n/g,'');
-			}
-			range.moveStart('character', - tagClose.length - selText.length);
-			range.moveEnd('character', - tagClose.length);
-		}
-		range.select();
-
-		//restore window scroll position
-		if (document.documentElement && document.documentElement.scrollTop) {
-			document.documentElement.scrollTop = winScroll;
-		}
-		else if (document.body) {
-			document.body.scrollTop = winScroll;
-		}
-	} else if (txtarea.selectionStart || txtarea.selectionStart == '0') { // Mozilla
-		//save textarea scroll position
-		var textScroll = txtarea.scrollTop;
-
-		//get current selection
-		txtarea.focus();
-		var startPos = txtarea.selectionStart;
-		var endPos = txtarea.selectionEnd;
-		selText = txtarea.value.substring(startPos, endPos);
-
-		//insert tags
-		checkSelectedText();
-		txtarea.value = txtarea.value.substring(0, startPos)
-			+ tagOpen + selText + tagClose
-			+ txtarea.value.substring(endPos, txtarea.value.length);
-		//set new selection
-		if (isSample) {
-			txtarea.selectionStart = startPos + tagOpen.length;
-			txtarea.selectionEnd = startPos + tagOpen.length + selText.length;
-		} else {
-			txtarea.selectionStart = startPos + tagOpen.length + selText.length + tagClose.length;
-			txtarea.selectionEnd = txtarea.selectionStart;
-		}
-		//restore textarea scroll position
-		txtarea.scrollTop = textScroll;
-	}
-
-	function checkSelectedText(){
-		if (!selText) {
-			selText = sampleText;
-			isSample = true;
-		} else if (selText.charAt(selText.length - 1) == ' ') { //exclude ending space char
-			selText = selText.substring(0, selText.length - 1);
-			tagClose += ' '
-		}
-	}
-
-}
\ No newline at end of file

Property changes on: in-bulletin/in-bulletin/inc/script.js
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1.2.1
\ No newline at end of property
Index: in-bulletin/in-bulletin/img/toolbar/italic_icon.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream

Property changes on: in-bulletin/in-bulletin/img/toolbar/italic_icon.png
___________________________________________________________________
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
Index: in-bulletin/in-bulletin/img/toolbar/link_icon.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream

Property changes on: in-bulletin/in-bulletin/img/toolbar/link_icon.png
___________________________________________________________________
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
Index: in-bulletin/in-bulletin/img/toolbar/underline_icon.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream

Property changes on: in-bulletin/in-bulletin/img/toolbar/underline_icon.png
___________________________________________________________________
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
Index: in-bulletin/in-bulletin/img/toolbar/code_icon.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream

Property changes on: in-bulletin/in-bulletin/img/toolbar/code_icon.png
___________________________________________________________________
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
Index: in-bulletin/in-bulletin/img/toolbar/bold_icon.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream

Property changes on: in-bulletin/in-bulletin/img/toolbar/bold_icon.png
___________________________________________________________________
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
Index: in-bulletin/in-bulletin/img/toolbar/image_icon.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream

Property changes on: in-bulletin/in-bulletin/img/toolbar/image_icon.png
___________________________________________________________________
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
Index: in-bulletin/in-bulletin/img/big_buttons/bottom_left_corner.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream

Property changes on: in-bulletin/in-bulletin/img/big_buttons/bottom_left_corner.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
Index: in-bulletin/in-bulletin/img/big_buttons/top_border.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream

Property changes on: in-bulletin/in-bulletin/img/big_buttons/top_border.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
Index: in-bulletin/in-bulletin/img/big_buttons/icons/btn_modify.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream

Property changes on: in-bulletin/in-bulletin/img/big_buttons/icons/btn_modify.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
Index: in-bulletin/in-bulletin/img/big_buttons/icons/btn_add_favorites.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream

Property changes on: in-bulletin/in-bulletin/img/big_buttons/icons/btn_add_favorites.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
Index: in-bulletin/in-bulletin/img/big_buttons/icons/btn_reply.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream

Property changes on: in-bulletin/in-bulletin/img/big_buttons/icons/btn_reply.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
Index: in-bulletin/in-bulletin/img/big_buttons/icons/btn_no_icon.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream

Property changes on: in-bulletin/in-bulletin/img/big_buttons/icons/btn_no_icon.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
Index: in-bulletin/in-bulletin/img/big_buttons/icons/btn_remove_favorites.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream

Property changes on: in-bulletin/in-bulletin/img/big_buttons/icons/btn_remove_favorites.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
Index: in-bulletin/in-bulletin/img/big_buttons/bottom_border.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream

Property changes on: in-bulletin/in-bulletin/img/big_buttons/bottom_border.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
Index: in-bulletin/in-bulletin/img/big_buttons/left_border.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream

Property changes on: in-bulletin/in-bulletin/img/big_buttons/left_border.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
Index: in-bulletin/in-bulletin/img/big_buttons/bottom_right_corner.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream

Property changes on: in-bulletin/in-bulletin/img/big_buttons/bottom_right_corner.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
Index: in-bulletin/in-bulletin/img/big_buttons/top_left_corner.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream

Property changes on: in-bulletin/in-bulletin/img/big_buttons/top_left_corner.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
Index: in-bulletin/in-bulletin/img/menu_topics.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream

Property changes on: in-bulletin/in-bulletin/img/menu_topics.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
Index: in-bulletin/in-bulletin/img/icon_post_1.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream

Property changes on: in-bulletin/in-bulletin/img/icon_post_1.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
Index: in-bulletin/in-bulletin/img/ic_mytopics46.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream

Property changes on: in-bulletin/in-bulletin/img/ic_mytopics46.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
Index: in-bulletin/in-bulletin/img/ic_pm_list46.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream

Property changes on: in-bulletin/in-bulletin/img/ic_pm_list46.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
Index: in-bulletin/in-bulletin/img/small_buttons/bottom_left_corner.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream

Property changes on: in-bulletin/in-bulletin/img/small_buttons/bottom_left_corner.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
Index: in-bulletin/in-bulletin/img/small_buttons/top_border.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream

Property changes on: in-bulletin/in-bulletin/img/small_buttons/top_border.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
Index: in-bulletin/in-bulletin/img/small_buttons/icons/btn_sm_delete.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream

Property changes on: in-bulletin/in-bulletin/img/small_buttons/icons/btn_sm_delete.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
Index: in-bulletin/in-bulletin/img/small_buttons/icons/btn_sm_modify.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream

Property changes on: in-bulletin/in-bulletin/img/small_buttons/icons/btn_sm_modify.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
Index: in-bulletin/in-bulletin/img/small_buttons/icons/btn_sm_quoted.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream

Property changes on: in-bulletin/in-bulletin/img/small_buttons/icons/btn_sm_quoted.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
Index: in-bulletin/in-bulletin/img/small_buttons/icons/btn_threaded.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream

Property changes on: in-bulletin/in-bulletin/img/small_buttons/icons/btn_threaded.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
Index: in-bulletin/in-bulletin/img/small_buttons/bottom_border.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream

Property changes on: in-bulletin/in-bulletin/img/small_buttons/bottom_border.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
Index: in-bulletin/in-bulletin/img/small_buttons/bottom_right_corner.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream

Property changes on: in-bulletin/in-bulletin/img/small_buttons/bottom_right_corner.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
Index: in-bulletin/in-bulletin/img/small_buttons/top_left_corner.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream

Property changes on: in-bulletin/in-bulletin/img/small_buttons/top_left_corner.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
Index: in-bulletin/_install/theme.xml
===================================================================
--- in-bulletin/_install/theme.xml	(nonexistent)
+++ in-bulletin/_install/theme.xml	(revision 12903)
@@ -0,0 +1,4 @@
+<theme>
+	<section_design>in-bulletin/designs/section</section_design>
+	<item_design>in-bulletin/topics/topic_detail</item_design>
+</theme>
\ No newline at end of file
Index: in-bulletin/_install/english.lang
===================================================================
--- in-bulletin/_install/english.lang	(nonexistent)
+++ in-bulletin/_install/english.lang	(revision 12903)
@@ -0,0 +1,114 @@
+<LANGUAGES>
+	<LANGUAGE PackName="English" Encoding="base64"><DATEFORMAT>m/d/Y</DATEFORMAT><TIMEFORMAT>g:i A</TIMEFORMAT><INPUTDATEFORMAT>m/d/Y</INPUTDATEFORMAT><INPUTTIMEFORMAT>g:i:s A</INPUTTIMEFORMAT><DECIMAL>.</DECIMAL><THOUSANDS>,</THOUSANDS><CHARSET>utf-8</CHARSET><DOCS_URL>http://docs.in-portal.org/eng/index.php</DOCS_URL><UNITSYSTEM>2</UNITSYSTEM>
+		<PHRASES>
+			<PHRASE Label="lu_btn_DeletePost" Module="In-Bulletin" Type="0">RGVsZXRlIFBvc3Q=</PHRASE>
+			<PHRASE Label="lu_btn_LockTopic" Module="In-Bulletin" Type="0">TG9jayBUb3BpYw==</PHRASE>
+			<PHRASE Label="lu_btn_ModifyPost" Module="In-Bulletin" Type="0">TW9kaWZ5IFBvc3Q=</PHRASE>
+			<PHRASE Label="lu_btn_NewPrivateMessage" Module="In-Bulletin" Type="0">TmV3IFByaXZhdGUgTWVzc2FnZQ==</PHRASE>
+			<PHRASE Label="lu_btn_newtopic" Module="In-Bulletin" Type="0">TmV3IHRvcGlj</PHRASE>
+			<PHRASE Label="lu_btn_RateThisTopic" Module="In-Bulletin" Type="0">UmF0ZSBUb3BpYw==</PHRASE>
+			<PHRASE Label="lu_btn_Reply" Module="In-Bulletin" Type="0">UmVwbHk=</PHRASE>
+			<PHRASE Label="lu_btn_ReplyQuoted" Module="In-Bulletin" Type="0">UmVwbHkgUXVvdGVk</PHRASE>
+			<PHRASE Label="lu_btn_SendMessage" Module="In-Bulletin" Type="0">U2VuZCBQcml2YXRlIE1lc3NhZ2U=</PHRASE>
+			<PHRASE Label="lu_btn_UnlockTopic" Module="In-Bulletin" Type="0">VW5sb2NrIFRvcGlj</PHRASE>
+			<PHRASE Label="lu_btn_Vote" Module="In-Bulletin" Type="0">Vm90ZQ==</PHRASE>
+			<PHRASE Label="lu_col_Author" Module="In-Bulletin" Type="0">QXV0aG9y</PHRASE>
+			<PHRASE Label="lu_col_Created" Module="In-Bulletin" Type="0">RGF0ZQ==</PHRASE>
+			<PHRASE Label="lu_col_Forums" Module="In-Bulletin" Type="0">Rm9ydW1z</PHRASE>
+			<PHRASE Label="lu_col_FromName" Module="In-Bulletin" Type="0">RnJvbQ==</PHRASE>
+			<PHRASE Label="lu_col_LastPost" Module="In-Bulletin" Type="0">TGFzdCBQb3N0</PHRASE>
+			<PHRASE Label="lu_col_Poster" Module="In-Bulletin" Type="0">UG9zdGVy</PHRASE>
+			<PHRASE Label="lu_col_Posts" Module="In-Bulletin" Type="0">UG9zdHM=</PHRASE>
+			<PHRASE Label="lu_col_Replies" Module="In-Bulletin" Type="0">UmVwbGllcw==</PHRASE>
+			<PHRASE Label="lu_col_Subject" Module="In-Bulletin" Type="0">U3ViamVjdA==</PHRASE>
+			<PHRASE Label="lu_col_ToName" Module="In-Bulletin" Type="0">VG8=</PHRASE>
+			<PHRASE Label="lu_col_Topics" Module="In-Bulletin" Type="0">VG9waWNz</PHRASE>
+			<PHRASE Label="lu_DeletePostConfirm" Module="In-Bulletin" Type="0">QXJlIHlvdSBzdXJlIHlvdSB3YW50IHRvIGRlbGV0ZSB0aGUgcG9zdD8NClRoaXMgYWN0aW9uIGNhbm5vdCBiZSB1bmRvbmUu</PHRASE>
+			<PHRASE Label="lu_DeletePrivateMessageConfirm" Module="In-Bulletin" Type="0">QXJlIHlvdSBzdXJlIHlvdSB3YW50IHRvIGRlbGV0ZSB0aGUgcHJpdmF0ZSBtZXNzYWdlPyBUaGlzIGFjdGlvbiBjYW5ub3QgYmUgdW5kb25lLg==</PHRASE>
+			<PHRASE Label="lu_DeleteTopicConfirm" Module="In-Bulletin" Type="0">QXJlIHlvdSBzdXJlIHlvdSB3YW50IHRvIGRlbGV0ZSB0aGUgdG9waWM/IFRoaXMgYWN0aW9uIGNhbm5vdCBiZSB1bmRvbmUu</PHRASE>
+			<PHRASE Label="lu_description_MyTopics" Module="In-Bulletin" Type="0">TWFuYWdlIHlvdXIgVG9waWNzIGhlcmU=</PHRASE>
+			<PHRASE Label="lu_field_posts" Module="In-Bulletin" Type="0">VG9waWMgUG9zdHM=</PHRASE>
+			<PHRASE Label="lu_field_topictype" Module="In-Bulletin" Type="0">VG9waWMgVHlwZQ==</PHRASE>
+			<PHRASE Label="lu_fld_Author" Module="In-Bulletin" Type="0">QXV0aG9y</PHRASE>
+			<PHRASE Label="lu_fld_DisableBBCodes" Module="In-Bulletin" Type="0">RElzYWJsZSBCQiBjb2Rlcw==</PHRASE>
+			<PHRASE Label="lu_fld_DisableSmileys" Module="In-Bulletin" Type="0">RGlzYWJsZSBzbWlsZXlz</PHRASE>
+			<PHRASE Label="lu_fld_EnableBBCodes" Module="In-Bulletin" Type="0">RW5hYmxlIEJCIENvZGVz</PHRASE>
+			<PHRASE Label="lu_fld_EnableSmileys" Module="In-Bulletin" Type="0">RW5hYmxlIFNtaWxleXM=</PHRASE>
+			<PHRASE Label="lu_fld_From" Module="In-Bulletin" Type="0">RnJvbQ==</PHRASE>
+			<PHRASE Label="lu_fld_MessageBody" Module="In-Bulletin" Type="0">TWVzc2FnZQ==</PHRASE>
+			<PHRASE Label="lu_fld_MySignature" Module="In-Bulletin" Type="0">U2lnbmF0dXJl</PHRASE>
+			<PHRASE Label="lu_fld_NotifyOnPrivateMessages" Module="In-Bulletin" Type="0">Tm90aWZ5IGFib3V0IFByaXZhdGUgTWVzc2FnZXM=</PHRASE>
+			<PHRASE Label="lu_fld_NotifyOwnerOnChanges" Module="In-Bulletin" Type="0">Tm90aWZ5IG1lIGFib3V0IHJlcGxpZXM=</PHRASE>
+			<PHRASE Label="lu_fld_PostsPerPage" Module="In-Bulletin" Type="0">UG9zdHMgcGVyIHBhZ2U=</PHRASE>
+			<PHRASE Label="lu_fld_ShowOtherSignatures" Module="In-Bulletin" Type="0">U2hvdyBTaWduYXR1cmVz</PHRASE>
+			<PHRASE Label="lu_fld_ShowSignatures" Module="In-Bulletin" Type="0">U2hvdyBzaWduYXR1cmU=</PHRASE>
+			<PHRASE Label="lu_fld_Subject" Module="In-Bulletin" Type="0">U3ViamVjdA==</PHRASE>
+			<PHRASE Label="lu_fld_To" Module="In-Bulletin" Type="0">VG8=</PHRASE>
+			<PHRASE Label="lu_fld_TopicsPerPage" Module="In-Bulletin" Type="0">VG9waWNzIHBlciBwYWdl</PHRASE>
+			<PHRASE Label="lu_folder_Sent" Module="In-Bulletin" Type="0">U2VudA==</PHRASE>
+			<PHRASE Label="lu_forums" Module="In-Bulletin" Type="0">Rm9ydW1z</PHRASE>
+			<PHRASE Label="lu_forum_locked_for_posting" Module="In-Bulletin" Type="0">Rm9ydW0gaXMgbG9ja2VkIGZvciBwb3N0aW5n</PHRASE>
+			<PHRASE Label="lu_LockedTopic" Module="In-Bulletin" Type="0">TG9ja2VkIFRvcGlj</PHRASE>
+			<PHRASE Label="lu_MessageCreated" Module="In-Bulletin" Type="0">RGF0ZQ==</PHRASE>
+			<PHRASE Label="lu_MyTopics" Module="In-Bulletin" Type="0">TXkgVG9waWNz</PHRASE>
+			<PHRASE Label="lu_NewTopic" Module="In-Bulletin" Type="0">TmV3IFRvcGlj</PHRASE>
+			<PHRASE Label="lu_newtopic_confirm_pending_text" Module="In-Bulletin" Type="0">VGhlIHN5c3RlbSBhZG1pbmlzdHJhdG9yIG11c3QgYXBwcm92ZSB5b3VyIHRvcGljIGJlZm9yZSBpdCBpcyBwdWJsaWNseSBhdmFpbGFibGUu</PHRASE>
+			<PHRASE Label="lu_newtopic_confirm_text" Module="In-Bulletin" Type="0">VGhlIFRvcGljIHlvdSBoYXZlIGNyZWF0ZWQgaGFzIGJlZW4gYWRkZWQgdG8gdGhlIHN5c3RlbQ==</PHRASE>
+			<PHRASE Label="lu_new_posts" Module="In-Bulletin" Type="0">Rm9ydW0gaGFzIG5ldyBwb3N0cw==</PHRASE>
+			<PHRASE Label="lu_NoPrivateMessages" Module="In-Bulletin" Type="0">Tm8gbWVzc2FnZXM=</PHRASE>
+			<PHRASE Label="lu_NoSubject" Module="In-Bulletin" Type="0">bm8gc3ViamVjdA==</PHRASE>
+			<PHRASE Label="lu_NoTopics" Module="In-Bulletin" Type="0">Tm8gVG9waWNz</PHRASE>
+			<PHRASE Label="lu_no_new_posts" Module="In-Bulletin" Type="0">Rm9ydW0gaGFzIG5vIG5ldyBwb3N0cw==</PHRASE>
+			<PHRASE Label="lu_opt_MessageRead" Module="In-Bulletin" Type="0">UmVhZA==</PHRASE>
+			<PHRASE Label="lu_opt_MessageReplied" Module="In-Bulletin" Type="0">UmVwbGllZA==</PHRASE>
+			<PHRASE Label="lu_opt_MessageSent" Module="In-Bulletin" Type="0">U2VudA==</PHRASE>
+			<PHRASE Label="lu_opt_MessageUnread" Module="In-Bulletin" Type="0">VW5yZWFk</PHRASE>
+			<PHRASE Label="lu_opt_MessageViewed" Module="In-Bulletin" Type="0">Vmlld2Vk</PHRASE>
+			<PHRASE Label="lu_PermName_Topic.Add.Pending_desc" Module="In-Bulletin" Type="0">QWRkIFBlbmRpbmcgVG9waWM=</PHRASE>
+			<PHRASE Label="lu_PermName_Topic.Add_desc" Module="In-Bulletin" Type="0">QWRkIFRvcGlj</PHRASE>
+			<PHRASE Label="lu_PermName_Topic.Delete_desc" Module="In-Bulletin" Type="0">RGVsZXRlIFRvcGlj</PHRASE>
+			<PHRASE Label="lu_PermName_Topic.Modify_desc" Module="In-Bulletin" Type="0">TW9kaWZ5IFRvcGlj</PHRASE>
+			<PHRASE Label="lu_PermName_Topic.Rate_desc" Module="In-Bulletin" Type="0">UmF0ZSBUb3BpYw==</PHRASE>
+			<PHRASE Label="lu_PermName_Topic.Reply.Add_desc" Module="In-Bulletin" Type="0">QWRkIFRvcGljIFJlcGx5</PHRASE>
+			<PHRASE Label="lu_PermName_Topic.Reply.Delete_desc" Module="In-Bulletin" Type="0">RGVsZXRlIFRvcGlj</PHRASE>
+			<PHRASE Label="lu_PermName_Topic.Reply.Modify_desc" Module="In-Bulletin" Type="0">UmVwbHkgVG9waWMgTW9kaWZ5</PHRASE>
+			<PHRASE Label="lu_PermName_Topic.Reply.View_desc" Module="In-Bulletin" Type="0">VmlldyBUb3BpYyBSZXBseQ==</PHRASE>
+			<PHRASE Label="lu_PermName_Topic.View_desc" Module="In-Bulletin" Type="0">VmlldyBUb3BpYw==</PHRASE>
+			<PHRASE Label="lu_posted" Module="In-Bulletin" Type="0">UG9zdGVk</PHRASE>
+			<PHRASE Label="lu_posts" Module="In-Bulletin" Type="0">cG9zdHM=</PHRASE>
+			<PHRASE Label="lu_PrivateMessages" Module="In-Bulletin" Type="0">UHJpdmF0ZSBNZXNzYWdlcw==</PHRASE>
+			<PHRASE Label="lu_tab_Forums" Module="In-Bulletin" Type="0">Rm9ydW1z</PHRASE>
+			<PHRASE Label="lu_text_AlreadyVoted" Module="In-Bulletin" Type="0">QWxyZWFkeSB2b3RlZCE=</PHRASE>
+			<PHRASE Label="lu_text_GuestsLoginToVote" Module="In-Bulletin" Type="0">UGxlYXNlIGxvZ2luIHRvIHZvdGUh</PHRASE>
+			<PHRASE Label="lu_text_modifytopicconfirm" Module="In-Bulletin" Type="0">VGhhbmsgeW91IGZvciB1cGRhdGluZyB5b3VyIHRvcGljLg==</PHRASE>
+			<PHRASE Label="lu_text_modifytopicpendingconfirm" Module="In-Bulletin" Type="0">VGhhbmsgeW91IGZvciB1cGRhdGluZyB5b3VyIHRvcGljLiBZb3VyIG1vZGlmaWNhdGlvbnMgYXJlIHBlbmRpbmcgZm9yIGFkbWluaXN0cmF0aXZlIGFwcHJvdmFsLg==</PHRASE>
+			<PHRASE Label="lu_text_MyTopics" Module="In-Bulletin" Type="0">TXkgVG9waWNz</PHRASE>
+			<PHRASE Label="lu_text_nomodifytopicpermission" Module="In-Bulletin" Type="0">Tm8gcGVybWlzc2lvbnMgdG8gbW9kaWZ5IHRoaXMgdG9waWM=</PHRASE>
+			<PHRASE Label="lu_text_nonewtopicpermission" Module="In-Bulletin" Type="0">Tm8gcGVybWlzc2lvbnMgdG8gc3VibWl0IGEgbmV3IHRvcGljIGludG8gdGhlIGN1cnJlbnQgY2F0ZWdvcnku</PHRASE>
+			<PHRASE Label="lu_text_nonewtopicreplypermission" Module="In-Bulletin" Type="0">Tm8gcGVybWlzc2lvbnMgdG8gcmVwbHkgaW4gdGhpcyB0b3BpYw==</PHRASE>
+			<PHRASE Label="lu_text_notopicpostmodifypermission" Module="In-Bulletin" Type="0">Tm8gcGVybWlzc2lvbnMgdG8gbW9kaWZ5IHRoaXMgcG9zdC4=</PHRASE>
+			<PHRASE Label="lu_text_notopicreplyviewpermission" Module="In-Bulletin" Type="0">Tm8gcGVybWlzc2lvbnMgdG8gdmlldyByZXBsaWVzIGZvciB0aGlzIHRvcGljLg==</PHRASE>
+			<PHRASE Label="lu_title_AddComment" Module="In-Bulletin" Type="0">QWRkaW5nIENvbW1lbnQ=</PHRASE>
+			<PHRASE Label="lu_title_addprivatemessageconfirm" Module="In-Bulletin" Type="0">UHJpdmF0ZSBNZXNzYWdlIFNlbnQ=</PHRASE>
+			<PHRASE Label="lu_title_addtopicconfirm" Module="In-Bulletin" Type="0">TmV3IFRvcGljIEFkZGVk</PHRASE>
+			<PHRASE Label="lu_title_addtopicpendingconfirm" Module="In-Bulletin" Type="0">TmV3IFRvcGljIFBlbmRpbmc=</PHRASE>
+			<PHRASE Label="lu_title_favoritetopics" Module="In-Bulletin" Type="0">RmF2b3JpdGUgVG9waWNz</PHRASE>
+			<PHRASE Label="lu_title_ModifyTopicConfirm" Module="In-Bulletin" Type="0">VG9waWMgTW9kaWZpY2F0aW9uIENvbmZpcm1hdGlvbg==</PHRASE>
+			<PHRASE Label="lu_title_ModifyTopicPendingConfirm" Module="In-Bulletin" Type="0">VG9waWMgUGVuZGluZyBNb2RpZmljYXRpb24gQ29uZmlybWF0aW9u</PHRASE>
+			<PHRASE Label="lu_title_NewPrivateMessage" Module="In-Bulletin" Type="0">TmV3IFByaXZhdGUgTWVzc2FnZQ==</PHRASE>
+			<PHRASE Label="lu_title_NewTopic" Module="In-Bulletin" Type="0">TmV3IFRvcGlj</PHRASE>
+			<PHRASE Label="lu_title_NewTopicReply" Module="In-Bulletin" Type="0">UG9zdCBSZXBseQ==</PHRASE>
+			<PHRASE Label="lu_title_Polls" Module="In-Bulletin" Type="0">UG9sbHM=</PHRASE>
+			<PHRASE Label="lu_title_PrivateMessageDetails" Module="In-Bulletin" Type="0">UHJpdmF0ZSBNZXNzYWdlIERldGFpbHM=</PHRASE>
+			<PHRASE Label="lu_title_PrivateMessages" Module="In-Bulletin" Type="0">UHJpdmF0ZSBNZXNzYWdlcw==</PHRASE>
+			<PHRASE Label="lu_title_TopicPostModify" Module="In-Bulletin" Type="0">TW9kaWZ5IFBvc3Q=</PHRASE>
+			<PHRASE Label="lu_title_TopicPosts" Module="In-Bulletin" Type="0">VG9waWMgUG9zdHM=</PHRASE>
+			<PHRASE Label="lu_title_Topics" Module="In-Bulletin" Type="0">VG9waWNz</PHRASE>
+			<PHRASE Label="lu_title_topicsearchresults" Module="In-Bulletin" Type="0">VG9waWMgU2VhcmNoIFJlc3VsdHM=</PHRASE>
+			<PHRASE Label="lu_title_ViewComments" Module="In-Bulletin" Type="0">VmlldyBDb21tZW50cw==</PHRASE>
+			<PHRASE Label="lu_topics" Module="In-Bulletin" Type="0">VG9waWNz</PHRASE>
+			<PHRASE Label="lu_topicsupdated" Module="In-Bulletin" Type="0">TGFzdCB1cGRhdGVk</PHRASE>
+			<PHRASE Label="lu_totaltopics" Module="In-Bulletin" Type="0">VG90YWwgdG9waWNz</PHRASE>
+		</PHRASES>
+	</LANGUAGE>
+</LANGUAGES>
\ No newline at end of file
Index: in-bulletin/_install/install_data.sql
===================================================================
--- in-bulletin/_install/install_data.sql	(nonexistent)
+++ in-bulletin/_install/install_data.sql	(revision 12903)
@@ -0,0 +1 @@
+UPDATE Category SET l1_Name = 'Forums (TD)' WHERE l1_Name = 'Forums';
\ No newline at end of file
Index: in-bulletin/inc/styles.css
===================================================================
--- in-bulletin/inc/styles.css	(nonexistent)
+++ in-bulletin/inc/styles.css	(revision 12903)
@@ -0,0 +1,149 @@
+.bbcode {
+	border: 1px solid #888888;
+	background-color: #EEEEEE;
+	padding: 10px;
+}
+
+.forums-header TD
+	{
+	padding:6px;
+	color:#21619e;
+	}
+
+.forums-icon-cell
+	{
+	width:20px;
+	padding-right:10px;
+	vertical-align:top;
+	}
+
+.forums-subheaders
+	{
+	background:#f4f4f4;
+	font-weight:bold;
+	padding:5px 15px;
+	font-size:12px;
+	}
+
+
+.forums-subheaders A
+	{
+	color:#000000;
+	text-decoration: underline;
+	}
+
+.forums-subheaders A:hover
+	{
+	color: #666666;
+	text-decoration: underline;
+	}
+
+.forums-cells
+	{
+	vertical-align: middle;
+	padding:10px;
+	}
+
+.post-background-1
+	{
+	background:#f4f4f4;
+	padding:8px;
+	}
+
+.post-background-2
+	{
+	background:#FFFFFF;
+	padding:8px;
+	}
+
+.post-icon-padding-right
+	{
+	padding-right:10px;
+	}
+
+.topic-prewiew-padding-cell TD
+	{
+	padding: 13px;
+	}
+
+.post-control {
+	padding: 0px !important;
+	vertical-align: top;
+}
+
+
+.no-padding TD
+	{
+	padding:0px;
+	}
+
+
+.forums-icon-description TD
+	{
+	padding:10px;
+	vertical-align:middle;
+	}
+
+.topics-icon-padding
+	{
+	width:14px;
+	padding-right:10px;
+	}
+
+.new-private-message {
+	font-weight: bold;
+}
+
+
+
+.quoted-reply {
+	border: 1px dashed #333;
+}
+
+.quoted-reply td {
+	padding: 5px;
+}
+
+/* --- Topic Button Styles --- */
+.big-button-left-border {
+	background: #EFEFEF url('../img/big_buttons/left_border.gif') repeat-y top left;
+}
+
+.big-button-bottom td {
+	background: #EFEFEF url('../img/big_buttons/bottom_border.gif') repeat-x top left;
+}
+
+.big-button-text {
+	background: #EFEFEF url('../img/big_buttons/top_border.gif') repeat-x top left;
+	font: bold 11px Arial, sans-serif;
+	letter-spacing: 0px;
+	color: #1F569A;
+	padding-top: 14px;
+}
+
+.big-button-text a, .big-button-text a:hover {
+	text-decoration: none;
+}
+
+/* --- Post Button Styles --- */
+.small-button-bottom td {
+	background: #efefef url('../img/small_buttons/bottom_border.gif') repeat-x top left
+}
+
+.small-button-text {
+	background: url('../img/small_buttons/top_border.gif') repeat-x top left;
+	font: 10px Arial, sans-serif;
+	color: #153C6A;
+	padding-top: 15px;
+	vertical-align: bottom;
+	height: 27px;
+}
+
+.small-button-text a {
+	color: #153C6A;
+	text-decoration: none;
+}
+
+.small-button-text a:hover {
+	text-decoration: none;
+}
\ No newline at end of file

Property changes on: in-bulletin/inc/styles.css
___________________________________________________________________
Added: cvs2svn:cvs-rev
## -0,0 +1 ##
+1.1.2.1
\ No newline at end of property
Index: in-bulletin/inc/script.js
===================================================================
--- in-bulletin/inc/script.js	(nonexistent)
+++ in-bulletin/inc/script.js	(revision 12903)
@@ -0,0 +1,79 @@
+// apply tagOpen/tagClose to selection in textarea,
+// use sampleText instead of selection if there is none
+function insertTags(tagOpen, tagClose, sampleText, textarea_id) {
+	var txtarea = document.getElementById(textarea_id);
+
+	var selText, isSample = false;
+
+	if (document.selection  && document.selection.createRange) { // IE/Opera
+		//save window scroll position
+		if (document.documentElement && document.documentElement.scrollTop) {
+			var winScroll = document.documentElement.scrollTop;
+		}
+		else if (document.body) {
+			var winScroll = document.body.scrollTop;
+		}
+
+		//get current selection
+		txtarea.focus();
+		var range = document.selection.createRange();
+		selText = range.text;
+
+		//insert tags
+		checkSelectedText();
+		range.text = tagOpen + selText + tagClose;
+		//mark sample text as selected
+		if (isSample && range.moveStart) {
+			if (window.opera) {
+				tagClose = tagClose.replace(/\n/g,'');
+			}
+			range.moveStart('character', - tagClose.length - selText.length);
+			range.moveEnd('character', - tagClose.length);
+		}
+		range.select();
+
+		//restore window scroll position
+		if (document.documentElement && document.documentElement.scrollTop) {
+			document.documentElement.scrollTop = winScroll;
+		}
+		else if (document.body) {
+			document.body.scrollTop = winScroll;
+		}
+	} else if (txtarea.selectionStart || txtarea.selectionStart == '0') { // Mozilla
+		//save textarea scroll position
+		var textScroll = txtarea.scrollTop;
+
+		//get current selection
+		txtarea.focus();
+		var startPos = txtarea.selectionStart;
+		var endPos = txtarea.selectionEnd;
+		selText = txtarea.value.substring(startPos, endPos);
+
+		//insert tags
+		checkSelectedText();
+		txtarea.value = txtarea.value.substring(0, startPos)
+			+ tagOpen + selText + tagClose
+			+ txtarea.value.substring(endPos, txtarea.value.length);
+		//set new selection
+		if (isSample) {
+			txtarea.selectionStart = startPos + tagOpen.length;
+			txtarea.selectionEnd = startPos + tagOpen.length + selText.length;
+		} else {
+			txtarea.selectionStart = startPos + tagOpen.length + selText.length + tagClose.length;
+			txtarea.selectionEnd = txtarea.selectionStart;
+		}
+		//restore textarea scroll position
+		txtarea.scrollTop = textScroll;
+	}
+
+	function checkSelectedText(){
+		if (!selText) {
+			selText = sampleText;
+			isSample = true;
+		} else if (selText.charAt(selText.length - 1) == ' ') { //exclude ending space char
+			selText = selText.substring(0, selText.length - 1);
+			tagClose += ' '
+		}
+	}
+
+}
\ No newline at end of file

Property changes on: in-bulletin/inc/script.js
___________________________________________________________________
Added: cvs2svn:cvs-rev
## -0,0 +1 ##
+1.1.2.1
\ No newline at end of property
Index: in-bulletin/designs/section.tpl
===================================================================
--- in-bulletin/designs/section.tpl	(nonexistent)
+++ in-bulletin/designs/section.tpl	(revision 12903)
@@ -0,0 +1,110 @@
+<!--##
+<NAME>Topics - Section Template</NAME>
+<DESC>Topics</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"/> &nbsp;|&nbsp; <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="" /> &nbsp; <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="" /> &nbsp; <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="" /> &nbsp; <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="" /> &nbsp; <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

Property changes on: in-bulletin/designs/section.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: in-bulletin/designs/.smsignore
===================================================================
--- in-bulletin/designs/.smsignore	(nonexistent)
+++ in-bulletin/designs/.smsignore	(revision 12903)
@@ -0,0 +1 @@
+.*\.tpl
\ No newline at end of file

Property changes on: in-bulletin/designs/.smsignore
___________________________________________________________________
Added: cvs2svn:cvs-rev
## -0,0 +1 ##
+1.1.2.1
\ No newline at end of property
Index: in-bulletin/elements/topics.elm.tpl
===================================================================
--- in-bulletin/elements/topics.elm.tpl	(nonexistent)
+++ in-bulletin/elements/topics.elm.tpl	(revision 12903)
@@ -0,0 +1,143 @@
+<inp2:m_DefineElement name="topic_element">
+	<tr>
+		<td colspan="5">
+			<div class="horizontal-separator"><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/s.gif" width="1" height="1" alt="" /></div>
+		</td>
+	</tr>
+
+	<tr>
+		<td class="forums-cells">
+			<table>
+				<tr>
+					<td class="topics-icon-padding" valign="top">
+						<img src="<inp2:m_TemplatesBase module="In-Portal"/>img/topics_icon.gif" width="14" height="12" alt="" /><br />
+					</td>
+					<td valign="top">
+						<inp2:m_if check="m_Param" name="show_relevance">
+							<inp2:RelevanceIndicator on_color="Red" off_color="White" relevance_normal_render_as="search_relevance_normal" relevance_full_render_as="search_relevance_full" /><br/>
+						</inp2:m_if>
+
+						<a href="<inp2:TopicLink template="__default__"/>"><inp2:Field name="TopicText"/></a>
+
+						<inp2:m_if check="Field" name="IsHot"><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/icon_hot.gif" alt="<inp2:m_Phrase name="lu_Hot" no_editing="1"/>"/></inp2:m_if>
+						<inp2:m_if check="Field" name="IsNew"><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/icon_new.gif" alt="<inp2:m_Phrase name="lu_New" no_editing="1"/>"/></inp2:m_if>
+						<inp2:m_if check="Field" name="IsPop"><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/icon_popular.gif" alt="<inp2:m_Phrase name="lu_Pop" no_editing="1"/>"/></inp2:m_if>
+						<inp2:m_if check="IsEditorsPick"><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/icon_pick.gif" alt="<inp2:m_Phrase name="lu_Pick" no_editing="1"/>"/></inp2:m_if>
+						<inp2:m_if check="IsFavorite"><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/icon_favorite.gif" alt="<inp2:m_Phrase name="lu_Favorite" no_editing="1"/>"/></inp2:m_if>
+						<inp2:VotesIndicator render_as="rating_element"/>
+					</td>
+				</tr>
+			</table>
+		</td>
+		<td width="100" class="forums-cells">
+			<inp2:Field name="OwnerId"/>
+		</td>
+		<td width="150" class="forums-cells">
+			<inp2:Field name="LastPostDate" format="_regional_DateFormat"/> &nbsp; <inp2:Field name="LastPostDate" format="_regional_TimeFormat"/>
+			<!--<inp2:m_phrase name="lu_By"/> <inp2:Field name="LastPoster"/>-->
+		</td>
+		<td width="100" class="forums-cells">
+			<inp2:TopicReplies/>
+		</td>
+		<td width="70" class="forums-cells">
+			<inp2:Field name="Views"/>
+		</td>
+	</tr>
+</inp2:m_DefineElement>
+
+<!--## RELATED TOPIC ELEMENT ##-->
+<inp2:m_DefineElement name="related_topic_element">
+	<tr>
+		<td width="25"><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/topics_icon.gif" width="14" height="12" alt="" /></td>
+		<td><a href="<inp2:TopicLink template="__default__"/>" class="text-title"><inp2:Field name="TopicText"/></a></td>
+	</tr>
+</inp2:m_DefineElement>
+<!--## // RELATED TOPIC ELEMENT ##-->
+
+<inp2:m_DefineElement name="my_topic_element">
+	<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="topic-prewiew-padding-cell">
+		<td>
+			<a href="<inp2:TopicLink template="__default__"/>"><inp2:Field name="TopicText"/></a>
+
+			<inp2:m_if check="Field" name="IsHot"><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/icon_hot.gif" alt="<inp2:m_Phrase name="lu_Hot" no_editing="1"/>"/></inp2:m_if>
+			<inp2:m_if check="Field" name="IsNew"><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/icon_new.gif" alt="<inp2:m_Phrase name="lu_New" no_editing="1"/>"/></inp2:m_if>
+			<inp2:m_if check="Field" name="IsPop"><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/icon_popular.gif" alt="<inp2:m_Phrase name="lu_Pop" no_editing="1"/>"/></inp2:m_if>
+			<inp2:m_if check="IsEditorsPick"><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/icon_pick.gif" alt="<inp2:m_Phrase name="lu_Pick" no_editing="1"/>"/></inp2:m_if>
+			<inp2:m_if check="IsFavorite"><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/icon_favorite.gif" alt="<inp2:m_Phrase name="lu_Favorite" no_editing="1"/>"/></inp2:m_if>
+			<inp2:VotesIndicator render_as="rating_element"/>
+
+			<br />
+			(<inp2:m_phrase name="lu_By"/>: <inp2:Field name="OwnerId"/>)
+
+			<br />
+
+			<inp2:m_phrase name="lu_fld_PrimaryCategory"/>: <strong><inp2:CategoryPath separator="&gt;" render_as="category_path_element"/></strong><br />
+
+			<br />
+			<table>
+				<tr>
+					<td style="padding:0px;">
+						<img src="<inp2:m_TemplatesBase module="In-Portal"/>img/ic_details.gif" width="14" height="13" alt="" /> <a href="<inp2:TopicLink template="__default__"/>"><inp2:m_phrase name="lu_btn_Details"/></a>
+					</td>
+
+					<inp2:m_if check="HasPermission" permissions="TOPIC.MODIFY|TOPIC.MODIFY.PENDING|TOPIC.OWNER.MODIFY|TOPIC.OWNER.MODIFY.PENDING">
+					<td style="padding:0px;">
+						 &nbsp;|&nbsp; <img src="<inp2:m_TemplatesBase module="In-Portal"/>img/ic_edit.gif" width="11" height="10" alt="" /> <a href="<inp2:TopicLink template="in-bulletin/topics/modify_topic"/>"><inp2:m_phrase name="lu_btn_Modify"/></a>
+					</td>
+					</inp2:m_if>
+
+					<inp2:m_if check="HasPermission" permissions="TOPIC.DELETE|TOPIC.OWNER.DELETE">
+					<td style="padding:0px;">
+						&nbsp;|&nbsp; <img src="<inp2:m_TemplatesBase module="In-Portal"/>img/ic_delete.gif" width="11" height="10" alt="" /> <a href="<inp2:TopicLink bb_event="OnDelete"/>" onclick="return confirm('<inp2:m_phrase name="lu_DeleteTopicConfirm" js_escape="1"/>');"><inp2:m_phrase name="lu_btn_Delete"/></a>
+					</td>
+					</inp2:m_if>
+				</tr>
+			</table>
+
+		</td>
+		<td>
+			<inp2:TopicReplies/>
+		</td>
+		<td>
+			<inp2:Field name="Views"/>
+		</td>
+		<td align="center">
+			<inp2:Field name="LastPostDate" format="_regional_DateFormat"/><br />
+			<inp2:Field name="LastPostDate" format="_regional_TimeFormat"/><br />
+			<inp2:m_phrase name="lu_By"/> <inp2:Field name="LastPoster"/>
+		</td>
+	</tr>
+</inp2:m_DefineElement>
+
+<inp2:m_DefineElement name="big_button" title="" icon="">
+	<table style="margin: 0px;">
+		<tr valign="top">
+			<td class="big-button-left-border">
+				<img src="<inp2:m_TemplatesBase module="In-Bulletin"/>img/big_buttons/top_left_corner.gif" width="11" height="16" alt="" /><br />
+			</td>
+			<td class="big-button-text">
+				<a href="<inp2:m_Param name="content"/>"><inp2:m_phrase name="$title"/></a>
+			</td>
+			<td>
+				<a href="<inp2:m_Param name="content"/>"><img src="<inp2:m_TemplatesBase module="In-Bulletin"/>img/big_buttons/icons/<inp2:m_param name="icon"/>.gif" alt=""></a><br />
+			</td>
+		</tr>
+
+		<tr valign="top" class="big-button-bottom">
+			<td>
+				<img src="<inp2:m_TemplatesBase module="In-Bulletin"/>img/big_buttons/bottom_left_corner.gif" width="11" height="10" alt="" /><br />
+			</td>
+			<td>
+				<img src="<inp2:m_TemplatesBase module="In-Portal"/>img/s.gif" width="1" height="1" alt="" /><br />
+			</td>
+			<td align="right">
+				<img src="<inp2:m_TemplatesBase module="In-Bulletin"/>img/big_buttons/bottom_right_corner.gif" width="11" height="10" alt="" /><br />
+			</td>
+		</tr>
+	</table>
+</inp2:m_DefineElement>
\ No newline at end of file

Property changes on: in-bulletin/elements/topics.elm.tpl
___________________________________________________________________
Added: cvs2svn:cvs-rev
## -0,0 +1 ##
+1.1.2.2
\ No newline at end of property
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: in-bulletin/elements/side_boxes/polls.elm.tpl
===================================================================
--- in-bulletin/elements/side_boxes/polls.elm.tpl	(nonexistent)
+++ in-bulletin/elements/side_boxes/polls.elm.tpl	(revision 12903)
@@ -0,0 +1,65 @@
+<!-- POllS -->
+<inp2:poll_InitList list_name="list_polls" per_page="-1"/>
+
+<inp2:m_Capture to_var="header">
+	<inp2:m_phrase name="lu_title_Polls"/>
+</inp2:m_Capture>
+
+<inp2:m_DefineElement name="answer_element">
+<li style="margin-bottom:5px;">
+	<input type="radio" name="poll_<inp2:Field name="PollId"/>" onclick="getElementById('selected_opt_<inp2:Field name="PollId"/>').value='<inp2:Field name="AnswerId"/>';getElementById('vote_button').disabled=false;"> <inp2:Field name="Answer"/>
+</li>
+</inp2:m_DefineElement>
+
+<inp2:m_DefineElement name="poll_element">
+<div style="margin-bottom:25px;">
+	<div style="text-align:left;">
+		<strong><inp2:Field name="Question"/></strong>
+	</div>
+	<inp2:m_if check="Field" name="Image">
+	<br/>
+		<a href="<inp2:Field name="Image" format="resize:640x480"/>" class="thickbox" title="<inp2:Field field="Question"/>">
+			<img src="<inp2:Field name="Image" format="resize:100x100"/>" border="0" alt="<inp2:Field field="Question"/>"></a>
+	</inp2:m_if>
+
+	<div id="pollvote_<inp2:Field name="PollId"/>" style="text-align:left; margin-top:10px; margin-bottom:10px">
+	<inp2:m_if check="Field" name="RequireLogin">
+		<inp2:m_include t="in-bulletin/elements/side_boxes/poll_results.elm"/>
+		<div style="padding-top:5px; font-style: italic; font-weight: bold; text-align: center">
+			<inp2:m_phrase name="lu_text_GuestsLoginToVote"/>
+		</div>
+	<inp2:m_else/>
+		<inp2:m_if check="HasVoted">
+			<inp2:m_include t="in-bulletin/elements/side_boxes/poll_results.elm"/>
+			<div style="padding-top:5px; font-style: italic; font-weight: bold; text-align: center">
+				<inp2:m_phrase name="lu_text_AlreadyVoted"/>
+			</div>
+		<inp2:m_else/>
+			<ul style="list-style-type: none; padding-left: 0px;"><inp2:Field name="PollId" result_to_var="poll_id"/>
+				<inp2:poll-answer_PrintList list_name="list_answers" render_as="answer_element" direction="H" poll_id="$poll_id" requery="1"/>
+			</ul>
+			<div style="text-align: center; margin-top:8px; ">
+				<input type="hidden" id="selected_opt_<inp2:Field name="PollId"/>" name="selected_opt_<inp2:Field name="PollId"/>"/>
+				<input class="button" type="button" id="vote_button" disabled onclick="aPollManager.makeVote('poll', <inp2:Field name="PollId"/>, getElementById('selected_opt_<inp2:Field name="PollId"/>').value); return false;" value="<inp2:m_Phrase label="lu_btn_Vote" no_editing="1"/>"/>
+			</div>
+		</inp2:m_if>
+	</inp2:m_if>
+	</div>
+
+	<!--## USER COMMENTS ##-->
+	<inp2:m_if check="Field" name="AllowComments">
+	<div style="text-align:center;">
+		<inp2:m_ifnot check="HasCommented">
+			<a href="<inp2:CommentsLink t="in-bulletin/elements/content_boxes/add_poll_comment.elm" height="480" width="480"/>" title="<inp2:Field name="Question"/>" class="thickbox"/><inp2:m_phrase name="lu_title_AddComment"/></a><br>
+		</inp2:m_ifnot>
+		<a href="<inp2:CommentsLink t="in-bulletin/elements/content_boxes/poll_comments.elm" height="480" width="480"/>" title="<inp2:Field name="Question"/>" class="thickbox"/><inp2:m_phrase name="lu_title_ViewComments"/></a>
+	</div>
+	</inp2:m_if>
+	<!--## //USER COMMENTS ##-->
+</div>
+</inp2:m_DefineElement>
+
+<div style="width:100%; text-align:center;">
+	<inp2:poll_PrintList list_name="list_polls" render_as="poll_element" direction="H"/>
+</div>
+<!-- //POllS -->
\ No newline at end of file

Property changes on: in-bulletin/elements/side_boxes/polls.elm.tpl
___________________________________________________________________
Added: cvs2svn:cvs-rev
## -0,0 +1 ##
+1.1.2.2
\ No newline at end of property
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: in-bulletin/elements/side_boxes/action_box.elm.tpl
===================================================================
--- in-bulletin/elements/side_boxes/action_box.elm.tpl	(nonexistent)
+++ in-bulletin/elements/side_boxes/action_box.elm.tpl	(revision 12903)
@@ -0,0 +1,35 @@
+<inp2:m_Capture to_var="header">
+	<inp2:m_phrase name="lu_title_ActionBox"/>
+</inp2:m_Capture>
+
+<table width="100%" style="border-width: 0px;">
+	<inp2:m_RenderElement name="box_element" template="platform/categories/suggest_category" title="lu_SuggestCategory" prefix="bb"/>
+	<inp2:m_RenderElement name="box_element" template="in-bulletin/topics/new_topic" title="lu_NewTopic" prefix="bb"/>
+
+	<inp2:m_if check="m_Param" name="item_actions">
+		<tr>
+			<td>-</td>
+			<td>
+				<inp2:m_if check="bb_IsFavorite">
+					<a href="<inp2:bb_FavoriteToggleLink/>">
+						<inp2:m_phrase name="lu_btn_RemoveFromFavorites"/>
+					</a>
+				<inp2:m_else/>
+					<a href="<inp2:bb_FavoriteToggleLink template="platform/my_account/my_favorites"/>">
+						<inp2:m_phrase name="lu_btn_AddToFavorites"/>
+					</a>
+				</inp2:m_if>
+			</td>
+		</tr>
+
+		<!--##
+		<tr>
+			<td>-</td>
+			<td>
+				<a href="<inp2:bb_TopicLink template="in-bulletin/topics/rate"/>" class="static"><inp2:m_phrase name="lu_btn_RateThisTopic"/></a>
+			</td>
+		</tr>
+		##-->
+		
+	</inp2:m_if>
+</table>

Property changes on: in-bulletin/elements/side_boxes/action_box.elm.tpl
___________________________________________________________________
Added: cvs2svn:cvs-rev
## -0,0 +1 ##
+1.1.2.2
\ No newline at end of property
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: in-bulletin/elements/side_boxes/poll_results.elm.tpl
===================================================================
--- in-bulletin/elements/side_boxes/poll_results.elm.tpl	(nonexistent)
+++ in-bulletin/elements/side_boxes/poll_results.elm.tpl	(revision 12903)
@@ -0,0 +1,8 @@
+<inp2:m_DefineElement name="answer_element">
+<li>
+	<inp2:Field name="Answer"/> &ndash; <inp2:Field name="VotesQty"/>
+</li>
+</inp2:m_DefineElement>
+<ul style="list-style-type: none; padding-left: 0px;">
+	<inp2:poll-answer_PrintList list_name="list_answers" render_as="answer_element" direction="H" sort_by="VotesQty,Desc" requery="1"/>
+</ul>
\ No newline at end of file

Property changes on: in-bulletin/elements/side_boxes/poll_results.elm.tpl
___________________________________________________________________
Added: cvs2svn:cvs-rev
## -0,0 +1 ##
+1.1.2.1
\ No newline at end of property
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: in-bulletin/elements/content_boxes/add_poll_comment.elm.tpl
===================================================================
--- in-bulletin/elements/content_boxes/add_poll_comment.elm.tpl	(nonexistent)
+++ in-bulletin/elements/content_boxes/add_poll_comment.elm.tpl	(revision 12903)
@@ -0,0 +1,48 @@
+<inp2:m_DefineElement name="content">
+	<inp2:poll-comment_PresetFormFields/>
+	<br/>
+	<form method="post" id="poll_comment_form" action="<inp2:m_Link height="480" width="480" pass="m,poll,poll-comment" poll-comment_event="OnCreate" />">
+	<table class="form-data fullwidth">
+		<inp2:m_ifnot check="m_LoggedIn">
+			<inp2:m_RenderElement name="inp_edit_box" prefix="poll-comment" field="GuestName" title="lu_fld_Name" style="width:200px"/>
+			<inp2:m_RenderElement name="inp_edit_box" prefix="poll-comment" field="GuestEmail" title="lu_fld_Email" style="width:200px"/>
+		</inp2:m_ifnot>
+		<inp2:m_RenderElement name="inp_edit_textarea" prefix="poll-comment" field="CommentBody" rows="8" cols="40" title="lu_fld_Comment" is_last="1"/>
+		<inp2:m_RenderElement design="inp_edit_buttons">
+			<input type="hidden" name="success_template" value="in-bulletin/elements/content_boxes/poll_comments.elm" />
+			<input class="button" id="add_comment_btn" type="button" name="events[poll-comment][OnCreate]" value="<inp2:m_Phrase label="lu_btn_Create" no_editing="1"/>" />
+			<input class="button" type="reset" name="reset" value="<inp2:m_Phrase label="lu_btn_Reset" no_editing="1"/>" />
+		</inp2:m_RenderElement>
+	</table>
+	</form>
+	<script language="javascript" type="text/javascript">
+	$(document).ready(
+		function() {
+			$('#add_comment_btn').click(
+      			function ($e) {
+					TB.show(
+			          {
+			               url: $('#poll_comment_form').attr('action'),
+			               postParams: $('#poll_comment_form').serializeArray(),
+			               showCallback: function() {
+    	                		var $match_redirect = new RegExp('^#redirect#(.*)').exec($('#TB_ajaxContent').html());
+							     if ($match_redirect != null) {
+							          // redirect to external template requested
+							          TB.show( {url: $match_redirect[1]+'&height=480&width=480'} );
+							          return true;
+							     }
+			          		}
+			          	}
+			     	);
+      			}
+			)
+		}
+	);
+
+
+
+	</script>
+
+</inp2:m_DefineElement>
+
+<inp2:m_include template="platform/designs/default_design_ajax.des" pass_params="1"/>
\ No newline at end of file

Property changes on: in-bulletin/elements/content_boxes/add_poll_comment.elm.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: in-bulletin/elements/content_boxes/poll_comments.elm.tpl
===================================================================
--- in-bulletin/elements/content_boxes/poll_comments.elm.tpl	(nonexistent)
+++ in-bulletin/elements/content_boxes/poll_comments.elm.tpl	(revision 12903)
@@ -0,0 +1,27 @@
+<inp2:m_DefineElement name="content">
+
+		<inp2:m_DefineElement name="poll_comment_element">
+		<li style="margin-bottom: 10px;">
+			<inp2:Field name="CommentBody"/>
+			<inp2:Field name="CreatedOn"/>
+			<inp2:Field name="GuestEmail"/>
+			<inp2:Field name="GuestName"/>
+			<inp2:Field name="CreatedById"/>
+		</li>
+		</inp2:m_DefineElement>
+		<br/>
+
+		<inp2:poll-comment_InitList list_name="list_comments" direction="H" sort_by="CreatedOn,Desc" requery="1"/>
+
+		<inp2:m_if check="poll-comment_TotalRecords list_name="list_comments">
+			<ul>
+				<inp2:poll-comment_PrintList list_name="list_comments" render_as="poll_comment_element" direction="H"/>
+			</ul>
+		<inp2:m_else/>
+		<div align="center">
+			<a href="<inp2:poll_CommentsLink t="in-bulletin/elements/content_boxes/add_poll_comment.elm"/>?height=640&width=480" title="<inp2:poll_Field name="Question"/>" class="thickbox"><inp2:m_phrase name="lu_text_NoComments"/></a>
+		</div>
+		</inp2:m_if>
+</inp2:m_DefineElement>
+
+<inp2:m_include template="platform/designs/default_design_ajax.des" pass_params="1"/>
\ No newline at end of file

Property changes on: in-bulletin/elements/content_boxes/poll_comments.elm.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: in-bulletin/elements/content_boxes/search_results.elm.tpl
===================================================================
--- in-bulletin/elements/content_boxes/search_results.elm.tpl	(nonexistent)
+++ in-bulletin/elements/content_boxes/search_results.elm.tpl	(revision 12903)
@@ -0,0 +1,53 @@
+<inp2:m_RenderElement design="content_box" data_exists="1">
+	<inp2:bb_InitList list_name="topic_search_results" types="search" parent_cat_id="any" recursive="1" per_page="short_list"/>
+
+	<inp2:m_Capture to_var="header">
+		<inp2:m_phrase name="lu_title_TopicSearchResults"/> (<inp2:bb_TotalRecords list_name="topic_search_results" />)
+	</inp2:m_Capture>
+
+	<inp2:m_include template="in-bulletin/elements/topics.elm"/>
+	<inp2:m_include template="platform/elements/search_results.elm"/>
+
+	<table class="fullwidth">
+		<tr>
+			<td class="category-statistics">
+				<inp2:m_phrase name="lu_TotalTopics"/>: <inp2:bb_TotalRecords list_name="topic_search_results"/>  &nbsp;|&nbsp;  <span class="static"><inp2:m_phrase name="lu_AddedToday"/>: 0</span>
+			</td>
+			<td class="category-statistics static" align="right">
+				<inp2:m_phrase name="lu_TopicsUpdated"/>: 05/17/2006
+			</td>
+		</tr>
+	</table>
+	<img src="<inp2:m_TemplatesBase module="In-Portal"/>img/s.gif" width="1" height="4" alt="" /><br />
+	<img src="<inp2:m_TemplatesBase module="In-Portal"/>img/grey_pix.gif" width="100%" height="1" alt="" /><br />
+	<br />
+
+	<table class="fullwidth">
+		<tr>
+			<td colspan="5">
+				<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="sub-section-header">
+			<td><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/header_arrow.gif" width="11" height="11" alt="" /> &nbsp; <inp2:m_phrase name="lu_col_Topics"/></td>
+			<td><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/header_arrow.gif" width="11" height="11" alt="" /> &nbsp; <inp2:m_phrase name="lu_col_Poster"/></td>
+			<td><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/header_arrow.gif" width="11" height="11" alt="" /> &nbsp; <inp2:m_phrase name="lu_col_Date"/></td>
+			<td><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/header_arrow.gif" width="11" height="11" alt="" /> &nbsp; <inp2:m_phrase name="lu_col_Replies"/></td>
+			<td><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/header_arrow.gif" width="11" height="11" alt="" /> &nbsp; <inp2:m_phrase name="lu_col_Views"/></td>
+		</tr>
+
+		<inp2:bb_ListTopics list_name="topic_search_results" render_as="topic_element" show_relevance="1"/>
+	</table>
+
+	<div class="horizontal-separator"><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/s.gif" width="1" height="1" alt="" /><br /></div>
+
+	<inp2:m_if check="bb_TotalRecords" list_name="topic_search_results">
+		<inp2:m_Set items_found="1"/>
+	</inp2:m_if>
+
+	<inp2:m_DefineElement name="more_link">
+		<img src="<inp2:m_TemplatesBase module="In-Portal"/>img/s.gif" width="1" height="5" alt="" /><br />
+		<a href="<inp2:m_Link template="in-bulletin/topics/search_results" />"><inp2:m_Phrase label="lu_More"/>...</a>
+	</inp2:m_DefineElement>
+	<inp2:bb_MoreLink list_name="topic_search_results" render_as="more_link" />
+</inp2:m_RenderElement>
\ No newline at end of file

Property changes on: in-bulletin/elements/content_boxes/search_results.elm.tpl
___________________________________________________________________
Added: cvs2svn:cvs-rev
## -0,0 +1 ##
+1.1.2.5
\ No newline at end of property
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: in-bulletin/elements/content_boxes/my_favorites.elm.tpl
===================================================================
--- in-bulletin/elements/content_boxes/my_favorites.elm.tpl	(nonexistent)
+++ in-bulletin/elements/content_boxes/my_favorites.elm.tpl	(revision 12903)
@@ -0,0 +1,33 @@
+<!-- favorite topics -->
+<inp2:m_RenderElement design="content_box" data_exists="1">
+	<inp2:bb_InitList list_name="favorite_topics" types="favorites" parent_cat_id="0" recursive="1"/>
+
+	<inp2:m_Capture to_var="header">
+		<inp2:m_phrase name="lu_title_FavoriteTopics"/> (<inp2:bb_TotalRecords list_name="favorite_topics"/>)
+	</inp2:m_Capture>
+
+	<inp2:m_include template="in-bulletin/elements/topics.elm"/>
+
+	<table class="fullwidth">
+		<tr>
+			<td colspan="5">
+				<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="sub-section-header">
+			<td><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/header_arrow.gif" width="11" height="11" alt="" /> &nbsp; <inp2:m_phrase name="lu_col_Topics"/></td>
+			<td><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/header_arrow.gif" width="11" height="11" alt="" /> &nbsp; <inp2:m_phrase name="lu_col_Poster"/></td>
+			<td><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/header_arrow.gif" width="11" height="11" alt="" /> &nbsp; <inp2:m_phrase name="lu_col_Date"/></td>
+			<td><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/header_arrow.gif" width="11" height="11" alt="" /> &nbsp; <inp2:m_phrase name="lu_col_Replies"/></td>
+			<td><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/header_arrow.gif" width="11" height="11" alt="" /> &nbsp; <inp2:m_phrase name="lu_col_Views"/></td>
+		</tr>
+		<inp2:bb_ListTopics list_name="favorite_topics" render_as="topic_element" no_table="1"/>
+	</table>
+
+	<inp2:m_if check="bb_TotalRecords" list_name="favorite_topics">
+		<inp2:m_Set favorites_found="1"/>
+	</inp2:m_if>
+
+	<inp2:m_include template="platform/elements/pagination.elm" prefix="bb" list_name="favorite_topics"/>
+</inp2:m_RenderElement>
+<!-- // favorite topics -->
\ No newline at end of file

Property changes on: in-bulletin/elements/content_boxes/my_favorites.elm.tpl
___________________________________________________________________
Added: cvs2svn:cvs-rev
## -0,0 +1 ##
+1.1.2.4
\ No newline at end of property
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: in-bulletin/elements/content_boxes/contact_user.elm.tpl
===================================================================
--- in-bulletin/elements/content_boxes/contact_user.elm.tpl	(nonexistent)
+++ in-bulletin/elements/content_boxes/contact_user.elm.tpl	(revision 12903)
@@ -0,0 +1,8 @@
+<tr>
+	<td style="width:140px">&nbsp;</td>
+	<td colspan="2">
+		<br />
+		<a href="<inp2:private-message_SendMessageLink template="in-bulletin/my_account/private_messages/new_message"/>"><inp2:m_phrase name="lu_btn_SendMessage"/></a>
+		<br /><br />
+	</td>
+</tr>
\ No newline at end of file

Property changes on: in-bulletin/elements/content_boxes/contact_user.elm.tpl
___________________________________________________________________
Added: cvs2svn:cvs-rev
## -0,0 +1 ##
+1.1.2.2
\ No newline at end of property
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: in-bulletin/elements/content_boxes/category_topics.elm.tpl
===================================================================
--- in-bulletin/elements/content_boxes/category_topics.elm.tpl	(nonexistent)
+++ in-bulletin/elements/content_boxes/category_topics.elm.tpl	(revision 12903)
@@ -0,0 +1,65 @@
+<!-- topics in category -->
+<inp2:m_DefineElement name="no_topics">
+	<inp2:m_phrase name="lu_NoTopics"/>
+</inp2:m_DefineElement>
+
+<inp2:m_RenderElement design="content_box" data_exists="1" block_no_data="no_topics">
+	<inp2:bb_InitList list_name="items_in_current_cat" />
+
+	<inp2:m_Capture to_var="header">
+		<inp2:m_phrase name="lu_title_Topics"/> (<inp2:bb_TotalRecords list_name="items_in_current_cat"/>)
+	</inp2:m_Capture>
+
+	<inp2:m_include template="in-bulletin/elements/topics.elm"/>
+
+	<!--
+	<inp2:m_if check="bb_HasPermission" permissions="TOPIC.ADD|TOPIC.ADD.PENDING">
+		<table>
+			<td>
+				[<a href="<inp2:bb_SuggestItemLink template="in-bulletin/topics/new_topic"/>"><inp2:m_phrase name="lu_btn_NewTopic"/></a>]
+			</td>
+		</table>
+	</inp2:m_if>
+	-->
+
+	<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"/> &nbsp;|&nbsp; <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>
+	<br />
+
+	<table width="100%">
+		<tr>
+			<td colspan="5">
+				<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="sub-section-header">
+			<td><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/header_arrow.gif" width="11" height="11" alt="" /> &nbsp; <inp2:m_phrase name="lu_col_Topics"/></td>
+			<td><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/header_arrow.gif" width="11" height="11" alt="" /> &nbsp; <inp2:m_phrase name="lu_col_Poster"/></td>
+			<td><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/header_arrow.gif" width="11" height="11" alt="" /> &nbsp; <inp2:m_phrase name="lu_col_Date"/></td>
+			<td><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/header_arrow.gif" width="11" height="11" alt="" /> &nbsp; <inp2:m_phrase name="lu_col_Replies"/></td>
+			<td><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/header_arrow.gif" width="11" height="11" alt="" /> &nbsp; <inp2:m_phrase name="lu_col_Views"/></td>
+		</tr>
+
+		<inp2:bb_ListTopics list_name="items_in_current_cat" no_table="1" render_as="topic_element"/>
+	</table>
+
+	<br />
+
+	<inp2:m_include template="platform/elements/pagination.elm" prefix="bb" list_name="items_in_current_cat"/>
+
+	<inp2:m_if check="bb_HasPermission" permissions="TOPIC.ADD|TOPIC.ADD.PENDING">
+		<table>
+			<td>
+				<inp2:m_RenderElement design="big_button" title="lu_btn_NewTopic" icon="btn_reply">
+					<inp2:bb_SuggestItemLink template="in-bulletin/topics/new_topic"/>
+				</inp2:m_RenderElement>
+			</td>
+		</table>
+	</inp2:m_if>
+</inp2:m_RenderElement>
+<!-- // topics in category -->
\ No newline at end of file

Property changes on: in-bulletin/elements/content_boxes/category_topics.elm.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: in-bulletin/elements/content_boxes/related_items.elm.tpl
===================================================================
--- in-bulletin/elements/content_boxes/related_items.elm.tpl	(nonexistent)
+++ in-bulletin/elements/content_boxes/related_items.elm.tpl	(revision 12903)
@@ -0,0 +1,7 @@
+<!--## RELATED TOPICS ##-->	
+	<inp2:m_include template="in-bulletin/elements/topics.elm"/>		
+	
+	<table>
+		<inp2:bb_PrintList2 render_as="related_topic_element" types="related" related_to="$related_to" parent_cat_id="any" no_table="1"/>	
+	</table>
+<!--## // RELATED TOPICS ##-->
\ No newline at end of file

Property changes on: in-bulletin/elements/content_boxes/related_items.elm.tpl
___________________________________________________________________
Added: cvs2svn:cvs-rev
## -0,0 +1 ##
+1.1.2.4
\ No newline at end of property
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: in-bulletin/elements/.smsignore
===================================================================
--- in-bulletin/elements/.smsignore	(nonexistent)
+++ in-bulletin/elements/.smsignore	(revision 12903)
@@ -0,0 +1 @@
+.*\.xml\.tpl
\ No newline at end of file

Property changes on: in-bulletin/elements/.smsignore
___________________________________________________________________
Added: cvs2svn:cvs-rev
## -0,0 +1 ##
+1.1.2.1
\ No newline at end of property
Index: in-bulletin/elements/html_head.elm.tpl
===================================================================
--- in-bulletin/elements/html_head.elm.tpl	(nonexistent)
+++ in-bulletin/elements/html_head.elm.tpl	(revision 12903)
@@ -0,0 +1,6 @@
+<link rel="stylesheet" rev="stylesheet" href="<inp2:m_TemplatesBase module="In-Bulletin"/>inc/styles.css" type="text/css" />
+<script type="text/javascript" src="<inp2:m_TemplatesBase module="In-Bulletin"/>inc/script.js"></script>
+
+<script type="text/javascript">
+	var aPollManager = new PollManager('<inp2:m_Link template="in-bulletin/elements/side_boxes/poll_results.elm" events[#PREFIX#]="OnMakeVote" poll_id="#POLL_ID#" option_id="#OPTION_ID#" no_amp="1"/>');
+</script>
\ No newline at end of file

Property changes on: in-bulletin/elements/html_head.elm.tpl
___________________________________________________________________
Added: cvs2svn:cvs-rev
## -0,0 +1 ##
+1.1.2.2
\ No newline at end of property
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: in-bulletin/elements/posts.elm.tpl
===================================================================
--- in-bulletin/elements/posts.elm.tpl	(nonexistent)
+++ in-bulletin/elements/posts.elm.tpl	(revision 12903)
@@ -0,0 +1,150 @@
+<inp2:m_DefineElement name="smiley_element">
+	<img class="emoticon" src="<inp2:m_param name="smiley_url"/>" />
+</inp2:m_DefineElement>
+
+<inp2:m_DefineElement name="bbcode_element">
+	<div class="bbcode"><inp2:m_param name="bb_code"/></div>
+</inp2:m_DefineElement>
+
+<inp2:m_DefineElement name="post_quote_element">
+<table class="quoted-reply fullwidth">
+	<tr>
+		<td><inp2:Field name="PosterAlias"/> <inp2:m_Phrase name="lu_wrote"/>:</td>
+		<td align="right"><inp2:Field name="CreatedOn"/></td>
+	</tr>
+	<tr>
+		<td colspan="2">
+			<inp2:PostBody quote_render_as="post_quote_element" smiley_render_as="smiley_element" bbcode_render_as="bbcode_element"/>
+		</td>
+	</tr>
+</table>
+</inp2:m_DefineElement>
+
+<inp2:m_DefineElement name="small_button" title="" confirm_phrase="" icon="">
+	<table style="margin: 0px;">
+		<tr valign="top">
+			<td>
+				<img src="<inp2:m_TemplatesBase module="In-Bulletin"/>img/small_buttons/top_left_corner.gif" width="5" height="27" alt="" /><br />
+			</td>
+			<td class="small-button-text">
+
+				<a href="<inp2:m_Param name="content"/>"<inp2:m_if check="m_Param" name="confirm_phrase"> onclick="return confirm('<inp2:m_phrase name="$confirm_phrase" js_escape="1"/>');"</inp2:m_if>><inp2:m_phrase name="$title"/></a>
+			</td>
+			<td>
+				<a href="<inp2:m_Param name="content"/>"<inp2:m_if check="m_Param" name="confirm_phrase"> onclick="return confirm('<inp2:m_phrase name="$confirm_phrase" js_escape="1"/>');"</inp2:m_if>><img src="<inp2:m_TemplatesBase module="In-Bulletin"/>img/small_buttons/icons/<inp2:m_param name="icon"/>.gif"></a><br />
+			</td>
+		</tr>
+		<tr valign="top" class="small-button-bottom">
+			<td>
+				<img src="<inp2:m_TemplatesBase module="In-Bulletin"/>img/small_buttons/bottom_left_corner.gif" width="5" height="5" alt="" /><br />
+			</td>
+			<td>
+				<img src="<inp2:m_TemplatesBase module="In-Portal"/>img/s.gif" width="1" height="1" alt="" /><br />
+			</td>
+			<td align="right">
+				<img src="<inp2:m_TemplatesBase module="In-Bulletin"/>img/small_buttons/bottom_right_corner.gif" width="5" height="5" alt="" /><br />
+			</td>
+		</tr>
+	</table>
+</inp2:m_DefineElement>
+
+<inp2:m_DefineElement name="post_element">
+	<tr>
+		<td colspan="2">
+			<div class="horizontal-separator"><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/s.gif" width="1" height="1" alt="" /><br /></div>
+		</td>
+	</tr>
+	<tr>
+		<td class="<inp2:m_odd_even odd="post-background-2" even="post-background-1" readonly="1"/>" valign="top">
+			<table>
+				<tr>
+					<td style="padding:0px 5px" valign="top" width="21" class="post-icon-padding-right">
+						<img src="<inp2:m_TemplatesBase module="In-bulletin"/>img/icon_post_1.gif" width="21" height="24" alt="" />
+					</td>
+					<td style="padding:0px">
+						<inp2:m_if check="PosterFound">
+							<a href="<inp2:ProfileLink template="platform/my_account/public_profile"/>"><strong><inp2:Field name="PosterAlias"/></strong></a>
+
+							<br />
+							<inp2:PosterField name="PrimaryGroup"/><br /><br />
+
+							<inp2:Image render_as="image_element" primary="1" DefaultImage="platform/img/no_picture.gif" MaxWidth="60"/><br clear="all"/><br /><br />
+
+							<inp2:m_phrase name="lu_Joined"/>: <inp2:PosterField name="CreatedOn" format="_regional_DateFormat"/><br />
+							<inp2:m_phrase name="lu_Posts"/>: <inp2:PosterPostsCount/><br />
+							<inp2:m_phrase name="lu_Location"/>: <inp2:PosterField name="Country"/><br />
+						<inp2:m_else/>
+							<inp2:m_if check="Field" name="PosterAlias">
+								<strong><inp2:Field name="PosterAlias"/></strong>
+							<inp2:m_else/>
+								<inp2:m_phrase name="lu_Guest"/>
+							</inp2:m_if>
+						</inp2:m_if>
+					</td>
+				</tr>
+			</table>
+
+		</td>
+		<td class="<inp2:m_odd_even odd="post-background-2" even="post-background-1"/>" valign="top">
+			<table class="fullwidth">
+				<tr>
+					<td class="post-control">
+						<strong><inp2:m_phrase name="lu_Posted" /></strong>: <inp2:Field name="CreatedOn"/>
+						<br /><br />
+					</td>
+					<td class="post-control" align="right">
+
+
+
+
+						<table class="no-padding">
+							<tr>
+
+								<inp2:m_if check="HasPermission" permissions="TOPIC.REPLY.OWNER.MODIFY|TOPIC.REPLY.MODIFY">
+									<td>
+										<inp2:m_RenderElement design="small_button" title="lu_btn_ModifyPost" confirm_phrase="" icon="btn_sm_modify" pass_params="1">
+											<inp2:PostLink template="in-bulletin/topics/modify_post"/>
+										</inp2:m_RenderElement>
+									</td>
+								</inp2:m_if>
+
+								<inp2:m_if check="HasPermission" permissions="TOPIC.REPLY.OWNER.DELETE|TOPIC.REPLY.DELETE">
+									<td style="padding-left:5px">
+										<inp2:m_RenderElement design="small_button" title="lu_btn_DeletePost" confirm_phrase="lu_DeletePostConfirm" icon="btn_sm_delete" pass_params="1">
+											<inp2:PostLink bb-post_event="OnDelete"/>
+										</inp2:m_RenderElement>
+									</td>
+								</inp2:m_if>
+
+								<inp2:m_if check="bb_HasPermission" permissions="TOPIC.REPLY.ADD">
+									<td style="padding-left:5px">
+										<inp2:m_RenderElement design="small_button" title="lu_btn_ReplyQuoted" confirm_phrase="" icon="btn_sm_quoted" pass_params="1">
+											<inp2:ReplyQuotedLink template="in-bulletin/topics/new_topic_reply"/>
+										</inp2:m_RenderElement>
+									</td>
+								</inp2:m_if>
+
+							</tr>
+						</table>
+					</td>
+				</tr>
+			</table>
+			<br />
+
+			<inp2:m_if check="PostSubject">
+				<strong><inp2:PostSubject/></strong><br />
+			</inp2:m_if>
+
+			<inp2:PostBody quote_render_as="post_quote_element" smiley_render_as="smiley_element" bbcode_render_as="bbcode_element"/>
+			<br /><br />
+
+			<inp2:m_if check="ShowPostSignature">
+				<div>
+					------------------------------------------------------------------------------<br />
+					<inp2:PostSignature smiley_render_as="smiley_element" bbcode_render_as="bbcode_element"/><br />
+					<br />
+				</div>
+			</inp2:m_if>
+		</td>
+	</tr>
+</inp2:m_DefineElement>
\ No newline at end of file

Property changes on: in-bulletin/elements/posts.elm.tpl
___________________________________________________________________
Added: cvs2svn:cvs-rev
## -0,0 +1 ##
+1.1.2.2
\ No newline at end of property
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: in-bulletin/elements/private_messages.elm.tpl
===================================================================
--- in-bulletin/elements/private_messages.elm.tpl	(nonexistent)
+++ in-bulletin/elements/private_messages.elm.tpl	(revision 12903)
@@ -0,0 +1,106 @@
+<inp2:m_DefineElement name="folder_tab">
+	<td class="<inp2:m_if check="private-message_FolderSelected" folder="$folder">active-tab<inp2:m_else/>inactive-tab</inp2:m_if>">
+		<a href="<inp2:private-message_FolderLink folder="$folder"/>"><inp2:m_phrase name="$title"/></a>
+	</td>
+	<td width="8">
+		&nbsp;
+	</td>
+</inp2:m_DefineElement>
+
+<inp2:m_DefineElement name="folder_tabs">
+	<a href="<inp2:m_Link template="in-bulletin/my_account/private_messages/new_message"/>"><inp2:m_Phrase name="lu_btn_NewPrivateMessage"/></a><br /><br />
+
+	<table class="fullwidth tab-bottom-line">
+		<tr>
+			<td class="tab-left-padding">
+				<table>
+					<tr>
+						<inp2:m_RenderElement name="folder_tab" folder="inbox" title="lu_folder_Inbox"/>
+						<inp2:m_RenderElement name="folder_tab" folder="sent" title="lu_folder_Sent"/>
+					</tr>
+				</table>
+			</td>
+		</tr>
+	</table>
+
+	<br />
+	<br />
+</inp2:m_DefineElement>
+
+<inp2:m_DefineElement name="small_button" title="" icon="">
+	<table style="margin: 0px;">
+		<tr valign="top">
+			<td>
+				<img src="<inp2:m_TemplatesBase module="In-Bulletin"/>img/small_buttons/top_left_corner.gif" width="5" height="27" alt="" /><br />
+			</td>
+			<td class="small-button-text">
+				<a href="<inp2:m_Param name="content"/>" <inp2:m_param name="icon"/>><inp2:m_phrase name="$title"/></a>
+			</td>
+			<td>
+				<a href="<inp2:m_Param name="content"/>"><img src="<inp2:m_TemplatesBase module="In-Bulletin"/>img/small_buttons/icons/<inp2:m_param name="icon"/>.gif"></a><br />
+			</td>
+		</tr>
+		<tr valign="top" class="small-button-bottom">
+			<td>
+				<img src="<inp2:m_TemplatesBase module="In-Bulletin"/>img/small_buttons/bottom_left_corner.gif" width="5" height="5" alt="" /><br />
+			</td>
+			<td>
+				<img src="<inp2:m_TemplatesBase module="In-Portal"/>img/s.gif" width="1" height="1" alt="" /><br />
+			</td>
+			<td align="right">
+				<img src="<inp2:m_TemplatesBase module="In-Bulletin"/>img/small_buttons/bottom_right_corner.gif" width="5" height="5" alt="" /><br />
+			</td>
+		</tr>
+	</table>
+</inp2:m_DefineElement>
+
+<inp2:m_DefineElement name="no_private_messages">
+	<inp2:m_RenderElement name="folder_tabs"/>
+
+	<inp2:m_Phrase name="lu_NoPrivateMessages"/>
+</inp2:m_DefineElement>
+
+<inp2:m_DefineElement name="smiley_element">
+	<img class="emoticon" src="<inp2:m_param name="smiley_url"/>" />
+</inp2:m_DefineElement>
+
+<inp2:m_DefineElement name="bbcode_element">
+	<div class="bbcode"><inp2:m_param name="bb_code"/></div>
+</inp2:m_DefineElement>
+
+<inp2:m_DefineElement name="private_message_element">
+	<tr>
+		<td colspan="3">
+			<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="listing-row">
+		<td>
+			<inp2:m_if check="FolderSelected" folder="inbox">
+				<a href="<inp2:ProfileLink template="platform/my_account/public_profile" type="From"/>"><strong><inp2:Field name="FromName"/></strong></a>
+				<inp2:m_if check="Field" name="FromFullName">
+					&nbsp;(<inp2:Field name="FromFullName"/>)
+				</inp2:m_if>
+			<inp2:m_else/>
+				<a href="<inp2:ProfileLink template="platform/my_account/public_profile" type="To"/>"><strong><inp2:Field name="ToName"/></strong></a>
+				<inp2:m_if check="Field" name="ToFullName">
+					&nbsp;(<inp2:Field name="ToFullName"/>)
+				</inp2:m_if>
+			</inp2:m_if>
+		</td>
+		<td>
+			<a href="<inp2:ItemLink template="in-bulletin/my_account/private_messages/view_message"/>">
+				<inp2:m_if check="IsNew">
+					<span class="new-private-message">
+						<inp2:MessageSubject empty_title="lu_NoSubject"/>
+					</span>
+				<inp2:m_else/>
+					<inp2:MessageSubject empty_title="lu_NoSubject"/>
+				</inp2:m_if>
+			</a>
+		</td>
+		<td>
+			<inp2:Field name="CreatedOn"/>
+		</td>
+	</tr>
+</inp2:m_DefineElement>
\ No newline at end of file

Property changes on: in-bulletin/elements/private_messages.elm.tpl
___________________________________________________________________
Added: cvs2svn:cvs-rev
## -0,0 +1 ##
+1.1.2.2
\ No newline at end of property
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: in-bulletin/elements/categories.elm.tpl
===================================================================
--- in-bulletin/elements/categories.elm.tpl	(nonexistent)
+++ in-bulletin/elements/categories.elm.tpl	(revision 12903)
@@ -0,0 +1,49 @@
+<inp2:m_DefineElement name="category_element">
+	<inp2:m_if check="SubCatCount">
+		<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>
+			<td class="forums-subheaders" colspan="4">
+				<a href="<inp2:CategoryLink template="__default__"/>"><strong><inp2:Field name="Name"/></strong></a>
+			</td>
+		</tr>
+		<inp2:ListCategories render_as="category_element" per_page="-1" no_table="1" requery="1"/>
+	<inp2:m_else/>
+		<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>
+			<td class="forums-cells">
+				<table>
+					<tr>
+						<td class="forums-icon-cell">
+							<img src="<inp2:m_TemplatesBase module="In-Portal"/>img/forums_dir.gif" width="20" height="24" alt="" /><br />
+						</td>
+						<td>
+							<a href="<inp2:CategoryLink template="__default__"/>"><inp2:Field name="Name"/></a><br />
+							<inp2:Field name="Description" nl2br="1"/>
+						</td>
+					</tr>
+				</table>
+			</td>
+
+			<td class="forums-cells">
+				<inp2:CategoryItemCount prefix="bb"/>
+			</td>
+
+			<td class="forums-cells">
+				<inp2:CategoryItemCount prefix="bb-post"/>
+			</td>
+
+			<td class="forums-cells">
+				<inp2:Field name="Modified" format="_regional_DateFormat"/> <inp2:Field name="Modified" format="g:i a"/>
+			</td>
+		</tr>
+	</inp2:m_if>
+</inp2:m_DefineElement>

Property changes on: in-bulletin/elements/categories.elm.tpl
___________________________________________________________________
Added: cvs2svn:cvs-rev
## -0,0 +1 ##
+1.1.2.1
\ No newline at end of property
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: in-bulletin/elements/forms.elm.tpl
===================================================================
--- in-bulletin/elements/forms.elm.tpl	(nonexistent)
+++ in-bulletin/elements/forms.elm.tpl	(revision 12903)
@@ -0,0 +1,32 @@
+<inp2:m_DefineElement name="inp_edit_textarea_bb" style="" is_last="0">
+	<tr class="<inp2:m_odd_even odd="table_color1" even="table_color2"/>">
+		<inp2:m_RenderElement name="inp_edit_field_caption" prefix="$prefix" field="$field" title="$title"/>
+		<td class="field-value">
+			<a href="<inp2:m_Link/>" onclick="insertTags('[B]', '[/B]', 'bold text', '<inp2:{$prefix}_InputName field="$field"/>'); return false;">
+				<img src="<inp2:m_TemplatesBase module="in-bulletin"/>img/toolbar/bold_icon.png" border="0"/>
+			</a>
+			<a href="<inp2:m_Link/>" onclick="insertTags('[I]', '[/I]', 'italic text', '<inp2:{$prefix}_InputName field="$field"/>'); return false;">
+				<img src="<inp2:m_TemplatesBase module="in-bulletin"/>img/toolbar/italic_icon.png" border="0"/>
+			</a>
+			<a href="<inp2:m_Link/>" onclick="insertTags('[U]', '[/U]', 'underlined text', '<inp2:{$prefix}_InputName field="$field"/>'); return false;">
+				<img src="<inp2:m_TemplatesBase module="in-bulletin"/>img/toolbar/underline_icon.png" border="0"/>
+			</a>
+			<a href="<inp2:m_Link/>" onclick="insertTags('[URL HREF=', ']link name[/URL]', 'link url', '<inp2:{$prefix}_InputName field="$field"/>'); return false;">
+				<img src="<inp2:m_TemplatesBase module="in-bulletin"/>img/toolbar/link_icon.png" border="0"/>
+			</a>
+			<a href="<inp2:m_Link/>" onclick="insertTags('[IMG BORDER=1 SRC=', '][/IMG]', 'image url', '<inp2:{$prefix}_InputName field="$field"/>'); return false;">
+				<img src="<inp2:m_TemplatesBase module="in-bulletin"/>img/toolbar/image_icon.png" border="0"/>
+			</a>
+			<a href="<inp2:m_Link/>" onclick="insertTags('[CODE]', '[/CODE]', 'code text', '<inp2:{$prefix}_InputName field="$field"/>'); return false;">
+				<img src="<inp2:m_TemplatesBase module="in-bulletin"/>img/toolbar/code_icon.png" border="0"/>
+			</a>
+
+			<br />
+			<inp2:m_if check="{$prefix}_HasError" field="$field">
+				<span class="field-error"><inp2:{$prefix}_Error field="$field"/></span><br />
+			</inp2:m_if>
+			<textarea class="input-textarea" tabindex="<inp2:m_get param="tab_index"/>" name="<inp2:{$prefix}_InputName field="$field"/>" id="<inp2:{$prefix}_InputName field="$field"/>" cols="<inp2:m_param name="cols"/>" rows="<inp2:m_param name="rows"/>" style="<inp2:m_param name="style"/>"><inp2:{$prefix}_Field field="$field"/></textarea>
+		</td>
+	</tr>
+	<inp2:m_RenderElement name="inp_edit_field_separator" is_last="$is_last"/>
+</inp2:m_DefineElement>
\ No newline at end of file

Property changes on: in-bulletin/elements/forms.elm.tpl
___________________________________________________________________
Added: cvs2svn:cvs-rev
## -0,0 +1 ##
+1.1.2.1
\ No newline at end of property
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: in-bulletin/img/big_buttons/icons/btn_add_favorites.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream

Property changes on: in-bulletin/img/big_buttons/icons/btn_add_favorites.gif
___________________________________________________________________
Added: cvs2svn:cvs-rev
## -0,0 +1 ##
+1.1.2.1
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: in-bulletin/img/big_buttons/icons/btn_reply.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream

Property changes on: in-bulletin/img/big_buttons/icons/btn_reply.gif
___________________________________________________________________
Added: cvs2svn:cvs-rev
## -0,0 +1 ##
+1.1.2.1
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: in-bulletin/img/big_buttons/icons/btn_remove_favorites.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream

Property changes on: in-bulletin/img/big_buttons/icons/btn_remove_favorites.gif
___________________________________________________________________
Added: cvs2svn:cvs-rev
## -0,0 +1 ##
+1.1.2.1
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: in-bulletin/img/big_buttons/icons/btn_no_icon.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream

Property changes on: in-bulletin/img/big_buttons/icons/btn_no_icon.gif
___________________________________________________________________
Added: cvs2svn:cvs-rev
## -0,0 +1 ##
+1.1.2.1
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: in-bulletin/img/big_buttons/icons/btn_modify.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream

Property changes on: in-bulletin/img/big_buttons/icons/btn_modify.gif
___________________________________________________________________
Added: cvs2svn:cvs-rev
## -0,0 +1 ##
+1.1.2.1
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: in-bulletin/img/big_buttons/top_border.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream

Property changes on: in-bulletin/img/big_buttons/top_border.gif
___________________________________________________________________
Added: cvs2svn:cvs-rev
## -0,0 +1 ##
+1.1.2.1
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: in-bulletin/img/big_buttons/bottom_border.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream

Property changes on: in-bulletin/img/big_buttons/bottom_border.gif
___________________________________________________________________
Added: cvs2svn:cvs-rev
## -0,0 +1 ##
+1.1.2.1
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: in-bulletin/img/big_buttons/top_left_corner.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream

Property changes on: in-bulletin/img/big_buttons/top_left_corner.gif
___________________________________________________________________
Added: cvs2svn:cvs-rev
## -0,0 +1 ##
+1.1.2.1
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: in-bulletin/img/big_buttons/bottom_left_corner.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream

Property changes on: in-bulletin/img/big_buttons/bottom_left_corner.gif
___________________________________________________________________
Added: cvs2svn:cvs-rev
## -0,0 +1 ##
+1.1.2.1
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: in-bulletin/img/big_buttons/left_border.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream

Property changes on: in-bulletin/img/big_buttons/left_border.gif
___________________________________________________________________
Added: cvs2svn:cvs-rev
## -0,0 +1 ##
+1.1.2.1
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: in-bulletin/img/big_buttons/bottom_right_corner.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream

Property changes on: in-bulletin/img/big_buttons/bottom_right_corner.gif
___________________________________________________________________
Added: cvs2svn:cvs-rev
## -0,0 +1 ##
+1.1.2.1
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: in-bulletin/img/ic_mytopics46.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream

Property changes on: in-bulletin/img/ic_mytopics46.gif
___________________________________________________________________
Added: cvs2svn:cvs-rev
## -0,0 +1 ##
+1.1.2.1
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: in-bulletin/img/ic_pm_list46.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream

Property changes on: in-bulletin/img/ic_pm_list46.gif
___________________________________________________________________
Added: cvs2svn:cvs-rev
## -0,0 +1 ##
+1.1.2.1
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: in-bulletin/img/icon_post_1.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream

Property changes on: in-bulletin/img/icon_post_1.gif
___________________________________________________________________
Added: cvs2svn:cvs-rev
## -0,0 +1 ##
+1.1.2.1
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: in-bulletin/img/toolbar/italic_icon.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream

Property changes on: in-bulletin/img/toolbar/italic_icon.png
___________________________________________________________________
Added: cvs2svn:cvs-rev
## -0,0 +1 ##
+1.1.2.1
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: in-bulletin/img/toolbar/underline_icon.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream

Property changes on: in-bulletin/img/toolbar/underline_icon.png
___________________________________________________________________
Added: cvs2svn:cvs-rev
## -0,0 +1 ##
+1.1.2.1
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: in-bulletin/img/toolbar/code_icon.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream

Property changes on: in-bulletin/img/toolbar/code_icon.png
___________________________________________________________________
Added: cvs2svn:cvs-rev
## -0,0 +1 ##
+1.1.2.1
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: in-bulletin/img/toolbar/link_icon.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream

Property changes on: in-bulletin/img/toolbar/link_icon.png
___________________________________________________________________
Added: cvs2svn:cvs-rev
## -0,0 +1 ##
+1.1.2.1
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: in-bulletin/img/toolbar/bold_icon.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream

Property changes on: in-bulletin/img/toolbar/bold_icon.png
___________________________________________________________________
Added: cvs2svn:cvs-rev
## -0,0 +1 ##
+1.1.2.1
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: in-bulletin/img/toolbar/image_icon.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream

Property changes on: in-bulletin/img/toolbar/image_icon.png
___________________________________________________________________
Added: cvs2svn:cvs-rev
## -0,0 +1 ##
+1.1.2.1
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: in-bulletin/img/small_buttons/top_border.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream

Property changes on: in-bulletin/img/small_buttons/top_border.gif
___________________________________________________________________
Added: cvs2svn:cvs-rev
## -0,0 +1 ##
+1.1.2.1
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: in-bulletin/img/small_buttons/bottom_border.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream

Property changes on: in-bulletin/img/small_buttons/bottom_border.gif
___________________________________________________________________
Added: cvs2svn:cvs-rev
## -0,0 +1 ##
+1.1.2.1
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: in-bulletin/img/small_buttons/top_left_corner.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream

Property changes on: in-bulletin/img/small_buttons/top_left_corner.gif
___________________________________________________________________
Added: cvs2svn:cvs-rev
## -0,0 +1 ##
+1.1.2.1
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: in-bulletin/img/small_buttons/bottom_left_corner.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream

Property changes on: in-bulletin/img/small_buttons/bottom_left_corner.gif
___________________________________________________________________
Added: cvs2svn:cvs-rev
## -0,0 +1 ##
+1.1.2.1
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: in-bulletin/img/small_buttons/icons/btn_sm_quoted.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream

Property changes on: in-bulletin/img/small_buttons/icons/btn_sm_quoted.gif
___________________________________________________________________
Added: cvs2svn:cvs-rev
## -0,0 +1 ##
+1.1.2.1
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: in-bulletin/img/small_buttons/icons/btn_threaded.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream

Property changes on: in-bulletin/img/small_buttons/icons/btn_threaded.gif
___________________________________________________________________
Added: cvs2svn:cvs-rev
## -0,0 +1 ##
+1.1.2.1
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: in-bulletin/img/small_buttons/icons/btn_sm_delete.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream

Property changes on: in-bulletin/img/small_buttons/icons/btn_sm_delete.gif
___________________________________________________________________
Added: cvs2svn:cvs-rev
## -0,0 +1 ##
+1.1.2.1
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: in-bulletin/img/small_buttons/icons/btn_sm_modify.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream

Property changes on: in-bulletin/img/small_buttons/icons/btn_sm_modify.gif
___________________________________________________________________
Added: cvs2svn:cvs-rev
## -0,0 +1 ##
+1.1.2.1
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: in-bulletin/img/small_buttons/bottom_right_corner.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream

Property changes on: in-bulletin/img/small_buttons/bottom_right_corner.gif
___________________________________________________________________
Added: cvs2svn:cvs-rev
## -0,0 +1 ##
+1.1.2.1
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: in-bulletin/img/menu_topics.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream

Property changes on: in-bulletin/img/menu_topics.gif
___________________________________________________________________
Added: cvs2svn:cvs-rev
## -0,0 +1 ##
+1.1.2.1
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property