Page MenuHomeIn-Portal Phabricator

in-link
No OneTemporary

File Metadata

Created
Wed, Feb 26, 11:57 PM
Index: branches/RC/themes/default2007/inlink/module_info.xml
===================================================================
--- branches/RC/themes/default2007/inlink/module_info.xml (revision 12052)
+++ branches/RC/themes/default2007/inlink/module_info.xml (nonexistent)
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<module_info>
- <category_template>inlink/index</category_template>
- <item_template>inlink/detail</item_template>
-</module_info>
\ No newline at end of file
Property changes on: branches/RC/themes/default2007/inlink/module_info.xml
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: branches/RC/themes/default2007/inlink/designs/links.tpl
===================================================================
--- branches/RC/themes/default2007/inlink/designs/links.tpl (revision 12052)
+++ branches/RC/themes/default2007/inlink/designs/links.tpl (nonexistent)
@@ -1,244 +0,0 @@
-<!--## DESIGNS OF LINK ELEMENTS DESCRIBED IN THIS TEMPLATE ##-->
-
-<!--## LINK ELEMENT ##-->
-<inp2:m_DefineElement name="link_element">
- <td valign="top">
- <div class="horizontal-separator"><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/s.gif" width="1" height="1" alt="" /><br /></div>
- <table>
- <tr>
- <td class="picture-padding">
- <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:LinkLink template="__default__"/>" title="<inp2:Field name="Name" html_escape="1"/>"><inp2:Image render_as="image_element" Primary="1" DefaultImage="platform/img/no_picture.gif" MaxWidth="thumbnail" DefaultWidth="150"/></a>
- </td>
- <td class="text-padding" valign="top">
- <a href="<inp2:LinkLink template="__default__"/>" class="text-title"><inp2:Field name="Name"/></a> <!--(Owner: <inp2:Field name="CreatedById"/>)-->
-
- <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"/>"/></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"/>"/></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"/>"/></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"/>"/></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"/>"/></inp2:m_if>
- <inp2:VotesIndicator render_as="rating_element"/>
-
- <br />
- <span class="item-statistics">
- <inp2:m_phrase name="lu_Added"/>: <inp2:Field name="CreatedOn" format="_regional_DateFormat"/>,
- <inp2:m_phrase name="lu_Hits"/>: <inp2:Field name="Hits"/>,
- <inp2:m_phrase name="lu_Reviews"/>: <inp2:Field name="CachedReviewsQty"/>,
- <inp2:m_phrase name="lu_Rating"/>: <inp2:Field name="CachedRating"/>,
- <inp2:m_phrase name="lu_Votes"/>: <inp2:Field name="CachedVotesQty"/>
- </span>
-
- <inp2:m_if check="LastVisited">
- <inp2:LastVisited formatted="1" display_time="1" />
- </inp2:m_if>
-
- <br/>
- <inp2:m_if check="IsFavorite">
- <img src="<inp2:m_TemplatesBase module="In-Portal"/>img/ic_removefromfav.gif" width="11" height="10" alt="" /> <a class="item-action" href="<inp2:FavoriteToggleLink/>"><inp2:m_phrase name="lu_btn_RemoveFromFavorites"/></a>
- <inp2:m_else/>
- <img src="<inp2:m_TemplatesBase module="In-Portal"/>img/ic_addtofav.gif" width="11" height="10" alt="" /> <a class="item-action" href="<inp2:FavoriteToggleLink template="platform/my_account/my_favorites"/>"><inp2:m_phrase name="lu_btn_AddToFavorites"/></a>
- </inp2:m_if>
-
- &nbsp;|&nbsp;
-
- <img src="<inp2:m_TemplatesBase module="In-Portal"/>img/reviews.gif" width="14" height="10" alt="" /> <a class="item-action" href="<inp2:LinkLink template="inlink/links/add_review"/>"><inp2:m_phrase name="lu_btn_AddReview"/></a>
-
- <br /><br />
-
- <img src="<inp2:m_TemplatesBase module="In-Portal"/>img/s.gif" width="1" height="4" alt="" /><br />
-
- <inp2:Field name="Description" nl2br="1"/>
-
- </td>
- </tr>
- </table>
- </td>
-</inp2:m_DefineElement>
-<!--## /LINK ELEMENT ##-->
-
-<!--## RELATED LINK ELEMENT ##-->
-<inp2:m_DefineElement name="related_link_element">
- <tr>
- <td width="25"><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/link_icon.gif" width="16" height="23" alt="" /></td>
- <td><a href="<inp2:LinkLink template="__default__"/>" class="text-title"><inp2:Field name="Name"/></a></td>
- </tr>
-</inp2:m_DefineElement>
-<!--## //RELATED LINK ELEMENT ##-->
-
-<!--## MY LINK ELEMENT ##-->
-<inp2:m_DefineElement name="my_link_element">
- <td valign="top">
- <div class="horizontal-separator"><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/s.gif" width="1" height="1" alt="" /><br /></div>
- <table class="fullwidth">
- <tr>
- <td class="picture-padding">
- <a href="<inp2:LinkLink template="__default__"/>" title="<inp2:Field name="Name" html_escape="1"/>"><inp2:Image render_as="image_element" Primary="1" DefaultImage="platform/img/no_picture.gif" MaxWidth="thumbnail"/></a><br />
- </td>
- <td class="text-padding" valign="top">
- <a href="<inp2:LinkLink template="__default__"/>"><inp2:Field name="Name"/></a> <inp2:m_if check="IsPending"><span class="pending-item"><strong><inp2:m_phrase name="lu_PendingItem"/> (OrgId: <inp2:Field name="OrgId"/>)</strong></span></inp2:m_if>
-
- <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"/>"/></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"/>"/></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"/>"/></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"/>"/></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"/>"/></inp2:m_if>
- <inp2:VotesIndicator render_as="rating_element"/>
-
- <br />
- <span class="item-statistics">
- <inp2:m_phrase name="lu_Added"/>: <inp2:Field name="CreatedOn" format="_regional_DateFormat"/>,
- <inp2:m_phrase name="lu_Hits"/>: <inp2:Field name="Hits"/>,
- <inp2:m_phrase name="lu_Reviews"/>: <inp2:Field name="CachedReviewsQty"/>,
- <inp2:m_phrase name="lu_Rating"/>: <inp2:Field name="CachedRating"/>,
- <inp2:m_phrase name="lu_Votes"/>: <inp2:Field name="CachedVotesQty"/>
- </span><br />
-
- <inp2:m_phrase name="lu_fld_PrimaryCategory"/>: <strong><inp2:CategoryPath separator="&gt;" render_as="category_path_element"/></strong><br />
-
- <!-- inp2:Field name="Description" nl2br="1"/-->
-
- <br /><br />
- <table>
- <tr>
- <td>
- <img src="<inp2:m_TemplatesBase module="In-Portal"/>img/ic_details.gif" width="14" height="13" alt="" /> <a class="item-action" href="<inp2:LinkLink template="__default__"/>"><inp2:m_phrase name="lu_btn_Details"/></a>
- </td>
-
- <inp2:m_if check="HasPermission" permissions="LINK.MODIFY|LINK.MODIFY.PENDING|LINK.OWNER.MODIFY|LINK.OWNER.MODIFY.PENDING">
- <td>
- &nbsp;|&nbsp; <img src="<inp2:m_TemplatesBase module="In-Portal"/>img/ic_edit.gif" width="11" height="10" alt="" /> <a class="item-action" href="<inp2:LinkLink template="inlink/links/modify_link"/>"><inp2:m_phrase name="lu_btn_Modify"/></a>
- </td>
- </inp2:m_if>
-
- <inp2:m_if check="m_ConfigEquals" option="Link_EnhancedLinks" value="1">
- <td>
- &nbsp;|&nbsp; <img src="<inp2:m_TemplatesBase module="In-Portal"/>img/ic_edit.gif" width="11" height="10" alt="" />
- <inp2:m_if check="LinkIsEnhanced">
- <a class="item-action" href="<inp2:LinkLink template="inlink/links/enhancements/extend_enhancement"/>"><inp2:m_phrase name="lu_btn_ExtendCancelEnhancement"/></a>
- <inp2:m_else/>
- <a class="item-action" href="<inp2:LinkLink template="inlink/links/enhancements/enhance_link"/>"><inp2:m_phrase name="lu_btn_Enhance"/></a>
- </inp2:m_if>
- </td>
- </inp2:m_if>
-
- <inp2:m_if check="HasPermission" permissions="LINK.DELETE|LINK.OWNER.DELETE">
- <td>
- &nbsp;|&nbsp; <img src="<inp2:m_TemplatesBase module="In-Portal"/>img/ic_delete.gif" width="11" height="10" alt="" /> <a class="item-action" href="<inp2:LinkLink l_event="OnDelete"/>" onclick="return confirm('<inp2:m_phrase name="lu_DeleteLinkConfirm" js_escape="1"/>');"><inp2:m_phrase name="lu_btn_Delete"/></a>
- </td>
- </inp2:m_if>
- </tr>
- </table>
- </td>
- </tr>
- </table>
- </td>
-</inp2:m_DefineElement>
-<!--## /MY LINK ELEMENT ##-->
-
-<!--## SHORT LINK ELEMENT ##-->
-<inp2:m_DefineElement name="link_short_element">
- <td>
- <a href="<inp2:LinkLink template="__default__"/>"><inp2:Field name="Name"/></a>
- </td>
-</inp2:m_DefineElement>
-<!--## /SHORT LINK ELEMENT ##-->
-
-<!--## NO LINKS ELEMENT ##-->
-<inp2:m_DefineElement name="no_links">
- <inp2:m_phrase name="lu_NoLinks"/>
-</inp2:m_DefineElement>
-<!--## /NO LINKS ELEMENT ##-->
-
-<!--## FEATURED LINK ELEMENT ##-->
-<inp2:m_DefineElement name="link_element_featured">
- <td valign="top">
- <div class="horizontal-separator"><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/s.gif" width="1" height="1" alt="" /><br /></div>
- <table>
- <tr>
- <td class="picture-padding">
- <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:LinkLink template="__default__"/>" title="<inp2:Field name="Name" html_escape="1"/>"><inp2:Image render_as="image_element" Primary="1" DefaultImage="platform/img/no_picture.gif" MaxWidth="thumbnail"/></a>
- </td>
- <td class="text-padding" valign="top">
- <a href="<inp2:LinkLink template="__default__"/>" class="text-title"><inp2:Field name="Name"/></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"/>"/></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"/>"/></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"/>"/></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"/>"/></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"/>"/></inp2:m_if>
- <inp2:VotesIndicator render_as="rating_element"/>
-
- <br />
- <span class="item-statistics">
- <inp2:m_phrase name="lu_Added"/>: <inp2:Field name="CreatedOn" format="_regional_DateFormat"/><br/>
- <inp2:m_phrase name="lu_Hits"/>: <inp2:Field name="Hits"/>,
- <inp2:m_phrase name="lu_Reviews"/>: <inp2:Field name="CachedReviewsQty"/>,
- <inp2:m_phrase name="lu_Rating"/>: <inp2:Field name="CachedRating"/>,
- <inp2:m_phrase name="lu_Votes"/>: <inp2:Field name="CachedVotesQty"/>
- </span><br />
- </td>
- </tr>
- </table>
- </td>
-</inp2:m_DefineElement>
-<!--## /FEATURED LINK ELEMENT ##-->
-
-<!--## SEARCH LINK ELEMENT ##-->
-<inp2:m_DefineElement name="link_element_search">
- <td valign="top">
- <div class="horizontal-separator"><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/s.gif" width="1" height="1" alt="" /><br /></div>
- <table>
- <tr>
- <td class="picture-padding">
- <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:LinkLink template="__default__"/>" title="<inp2:Field name="Name" html_escape="1"/>"><inp2:Image render_as="image_element" Primary="1" DefaultImage="platform/img/no_picture.gif" MaxWidth="thumbnail" DefaultWidth="150"/></a>
- </td>
- <td class="text-padding" valign="top">
- <a href="<inp2:LinkLink template="__default__"/>" class="text-title"><inp2:Field name="Name"/></a> <!--(Owner: <inp2:Field name="CreatedById"/>)-->
-
- <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"/>"/></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"/>"/></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"/>"/></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"/>"/></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"/>"/></inp2:m_if>
- <inp2:VotesIndicator render_as="rating_element"/>
-
- <br />
- <span class="item-statistics">
- <inp2:m_phrase name="lu_Added"/>: <inp2:Field name="CreatedOn" format="_regional_DateFormat"/>,
- <inp2:m_phrase name="lu_Hits"/>: <inp2:Field name="Hits"/>,
- <inp2:m_phrase name="lu_Reviews"/>: <inp2:Field name="CachedReviewsQty"/>,
- <inp2:m_phrase name="lu_Rating"/>: <inp2:Field name="CachedRating"/>,
- <inp2:m_phrase name="lu_Votes"/>: <inp2:Field name="CachedVotesQty"/>
- </span>
-
- <inp2:m_if check="LastVisited">
- <inp2:LastVisited formatted="1" display_time="1" />
- </inp2:m_if>
-
- <br/>
- <inp2:m_if check="IsFavorite">
- <img src="<inp2:m_TemplatesBase module="In-Portal"/>img/ic_removefromfav.gif" width="11" height="10" alt="" /> <a class="item-action" href="<inp2:FavoriteToggleLink/>"><inp2:m_phrase name="lu_btn_RemoveFromFavorites"/></a>
- <inp2:m_else/>
- <img src="<inp2:m_TemplatesBase module="In-Portal"/>img/ic_addtofav.gif" width="11" height="10" alt="" /> <a class="item-action" href="<inp2:FavoriteToggleLink template="platform/my_account/my_favorites"/>"><inp2:m_phrase name="lu_btn_AddToFavorites"/></a>
- </inp2:m_if>
-
- &nbsp;|&nbsp;
-
- <img src="<inp2:m_TemplatesBase module="In-Portal"/>img/reviews.gif" width="14" height="10" alt="" /> <a class="item-action" href="<inp2:LinkLink template="inlink/links/add_review"/>"><inp2:m_phrase name="lu_btn_AddReview"/></a>
-
-
- </td>
- </tr>
- </table>
- </td>
-</inp2:m_DefineElement>
-<!--## / SEARCH LINK ELEMENT ##-->
\ No newline at end of file
Property changes on: branches/RC/themes/default2007/inlink/designs/links.tpl
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.34.2.13
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: branches/RC/themes/default2007/inlink/designs/enhancements.tpl
===================================================================
--- branches/RC/themes/default2007/inlink/designs/enhancements.tpl (revision 12052)
+++ branches/RC/themes/default2007/inlink/designs/enhancements.tpl (nonexistent)
@@ -1,51 +0,0 @@
-<inp2:m_DefineElement name="no_enhancements">
- <inp2:m_Phrase name="lu_NoEnhancments"/>
-</inp2:m_DefineElement>
-
-<inp2:m_DefineElement name="listing_type_element">
- <tr>
- <td colspan="<inp2:m_if check="m_ModuleEnabled" module="In-Commerce">4<inp2:m_else/>3</inp2:m_if>">
- <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 width="20">
- <input type="radio" name="<inp2:l_InputName field="ListingTypeId" />" value="<inp2:Field name="ListingTypeId"/>" <inp2:m_if check="IsDefault">checked="checked"</inp2:m_if>/>
- </td>
- <td width="250">
- <a href="<inp2:l_ListingTypeDetailsLink template="inlink/links/enhancements/enhancement_details"/>" onclick="return open_window(this.href, 'listing_details', 545, 420);"><inp2:Field name="Name" /></a>
- </td>
-
- <inp2:m_if check="m_ModuleEnabled" module="In-Commerce">
- <td width="100">
- <inp2:Field name="Duration" /> <inp2:Field name="DurationType" />
- </td>
-
- <td>
- <inp2:Field name="Price" currency="selected"/>
- </td>
- <inp2:m_else/>
- <td>
- <inp2:Field name="Duration" /> <inp2:Field name="DurationType" />
- </td>
- </inp2:m_if>
- </tr>
-</inp2:m_DefineElement>
-
-<inp2:m_DefineElement name="suggest_listing_type_element">
- <tr>
- <td>
- <input type="radio" tabindex="<inp2:m_get param="tab_index"/>" <inp2:m_param name="checked"/> name="<inp2:{$prefix}_InputName field="$field"/>" id="<inp2:{$prefix}_InputName field="$field"/>_<inp2:m_param name="key"/>" value="<inp2:m_param name="key"/>">
- </td>
- <td>
- <label for="<inp2:{$prefix}_InputName field="$field"/>_<inp2:m_param name="key"/>">
- <inp2:m_if check="m_Param" name="key">
- <a href="<inp2:l_ListingTypeDetailsLink template="inlink/links/enhancements/enhancement_details"/>" onclick="return open_window(this.href, 'listing_details', 545, 420);"><inp2:m_param name="option"/></a>
- <inp2:m_else/>
- <inp2:m_Phrase name="$option"/>
- </inp2:m_if>
- </label>
- </td>
- </tr>
-</inp2:m_DefineElement>
\ No newline at end of file
Property changes on: branches/RC/themes/default2007/inlink/designs/enhancements.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: branches/RC/themes/default2007/inlink/elements/side_boxes/quick_search.tpl
===================================================================
--- branches/RC/themes/default2007/inlink/elements/side_boxes/quick_search.tpl (revision 12052)
+++ branches/RC/themes/default2007/inlink/elements/side_boxes/quick_search.tpl (nonexistent)
@@ -1,30 +0,0 @@
-<inp2:m_Capture to_var="header">
- <inp2:m_phrase name="lu_title_SearchBox"/>
-</inp2:m_Capture>
-
-<form method="post" action="<inp2:m_Link template="inlink/links/search_results"/>">
- <table>
- <tr>
- <td colspan="2">
- <input type="text" name="keywords" id="keywords" style="width: 155px;" class="input-text" value="" />
- </td>
- </tr>
- </table>
-
- <br />
- <input class="button" type="submit" value="<inp2:m_Phrase label="lu_btn_FindIt"/>!" />
-
- <!--##
- <img src="<inp2:m_TemplatesBase module="In-Portal"/>img/s.gif" alt="" width="1" height="10" border="0" /><br />
- <table>
- <tr>
- <td width="10">
- <input class="button" type="submit" style="width: 40px;" value="<inp2:m_Phrase label="lu_comm_Go"/>!" />
- </td>
- <td align="left">
- <a href="<inp2:m_Link template="platform/search/advanced_search" />" class="more-link"><inp2:m_Phrase label="lu_btn_AdvancedSearch"/></a> <img src="<inp2:m_TemplatesBase module="In-Portal"/>img/side_link_str.gif" width="6" height="5" alt="" /><br />
- </td>
- </tr>
- </table>
- ##-->
-</form>
\ No newline at end of file
Property changes on: branches/RC/themes/default2007/inlink/elements/side_boxes/quick_search.tpl
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1.2.1
\ No newline at end of property
Index: branches/RC/themes/default2007/inlink/elements/side_boxes/hot.tpl
===================================================================
--- branches/RC/themes/default2007/inlink/elements/side_boxes/hot.tpl (revision 12052)
+++ branches/RC/themes/default2007/inlink/elements/side_boxes/hot.tpl (nonexistent)
@@ -1,18 +0,0 @@
-<!-- popular links -->
-<inp2:l_InitList list_name="hot_links" types="hot" parent_cat_id="0" recursive="1" per_page="short_list"/>
-
-<inp2:m_Capture to_var="header">
- <a href="<inp2:m_Link template="inlink/links/hot_links" m_cat_id="0" m_cat_page="1" />"><inp2:m_phrase name="lu_title_HotLinks"/></a> (<inp2:l_TotalRecords list_name="hot_links"/>)
-</inp2:m_Capture>
-
-<inp2:m_include template="inlink/designs/links"/>
-
-<inp2:m_DefineElement name="all_hot_links">
- <a href="<inp2:m_Link template="inlink/links/hot_links" m_cat_id="0" m_cat_page="1" />"><inp2:m_Phrase label="lu_More" /></a>
-</inp2:m_DefineElement>
-
-<table width="100%" style="border-width: 0px;">
- <inp2:l_ListLinks list_name="hot_links" render_as="link_short_element" direction="H"/>
-</table>
-<inp2:l_MoreLink list_name="hot_links" render_as="all_hot_links"/>
-<!-- // popular links -->
\ No newline at end of file
Property changes on: branches/RC/themes/default2007/inlink/elements/side_boxes/hot.tpl
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2.2.1
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: branches/RC/themes/default2007/inlink/elements/side_boxes/pick.tpl
===================================================================
--- branches/RC/themes/default2007/inlink/elements/side_boxes/pick.tpl (revision 12052)
+++ branches/RC/themes/default2007/inlink/elements/side_boxes/pick.tpl (nonexistent)
@@ -1,18 +0,0 @@
-<!-- popular links -->
-<inp2:l_InitList list_name="pick_links" types="pick" parent_cat_id="0" recursive="1" per_page="short_list"/>
-
-<inp2:m_Capture to_var="header">
- <a href="<inp2:m_Link template="inlink/links/pick_links" m_cat_id="0" m_cat_page="1" />"><inp2:m_phrase name="lu_title_PickLinks"/></a> (<inp2:l_TotalRecords list_name="pick_links"/>)
-</inp2:m_Capture>
-
-<inp2:m_include template="inlink/designs/links"/>
-
-<inp2:m_DefineElement name="all_pick_links">
- <a href="<inp2:m_Link template="inlink/links/pick_links" m_cat_id="0" m_cat_page="1" />"><inp2:m_Phrase label="lu_More" /></a>
-</inp2:m_DefineElement>
-
-<table width="100%" style="border-width: 0px;">
- <inp2:l_ListLinks list_name="pick_links" render_as="link_short_element" direction="H"/>
-</table>
-<inp2:l_MoreLink list_name="pick_links" render_as="all_pick_links"/>
-<!-- // popular links -->
\ No newline at end of file
Property changes on: branches/RC/themes/default2007/inlink/elements/side_boxes/pick.tpl
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2.2.1
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: branches/RC/themes/default2007/inlink/elements/side_boxes/pop.tpl
===================================================================
--- branches/RC/themes/default2007/inlink/elements/side_boxes/pop.tpl (revision 12052)
+++ branches/RC/themes/default2007/inlink/elements/side_boxes/pop.tpl (nonexistent)
@@ -1,18 +0,0 @@
-<!-- popular links -->
-<inp2:l_InitList list_name="pop_links" types="pop" parent_cat_id="0" recursive="1" per_page="short_list"/>
-
-<inp2:m_Capture to_var="header">
- <a href="<inp2:m_Link template="inlink/links/pop_links" m_cat_id="0" m_cat_page="1" />"><inp2:m_phrase name="lu_title_PopLinks"/></a> (<inp2:l_TotalRecords list_name="pop_links"/>)
-</inp2:m_Capture>
-
-<inp2:m_include template="inlink/designs/links"/>
-
-<inp2:m_DefineElement name="all_pop_links">
- <a href="<inp2:m_Link template="inlink/links/pop_links" m_cat_id="0" m_cat_page="1" />"><inp2:m_Phrase label="lu_More" /></a>
-</inp2:m_DefineElement>
-
-<table width="100%" style="border-width: 0px;">
- <inp2:l_ListLinks list_name="pop_links" render_as="link_short_element" direction="H"/>
-</table>
-<inp2:l_MoreLink list_name="pop_links" render_as="all_pop_links"/>
-<!-- // popular links -->
\ No newline at end of file
Property changes on: branches/RC/themes/default2007/inlink/elements/side_boxes/pop.tpl
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2.2.1
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: branches/RC/themes/default2007/inlink/elements/side_boxes/new.tpl
===================================================================
--- branches/RC/themes/default2007/inlink/elements/side_boxes/new.tpl (revision 12052)
+++ branches/RC/themes/default2007/inlink/elements/side_boxes/new.tpl (nonexistent)
@@ -1,18 +0,0 @@
-<!-- popular links -->
-<inp2:l_InitList list_name="new_links" types="new" parent_cat_id="0" recursive="1" per_page="short_list"/>
-
-<inp2:m_Capture to_var="header">
- <a href="<inp2:m_Link template="inlink/links/new_links" m_cat_id="0" m_cat_page="1" />"><inp2:m_phrase name="lu_title_NewLinks"/></a> (<inp2:l_TotalRecords list_name="new_links"/>)
-</inp2:m_Capture>
-
-<inp2:m_include template="inlink/designs/links"/>
-
-<inp2:m_DefineElement name="all_new_links">
- <a href="<inp2:m_Link template="inlink/links/new_links" m_cat_id="0" m_cat_page="1" />"><inp2:m_Phrase label="lu_More" /></a>
-</inp2:m_DefineElement>
-
-<table width="100%" style="border-width: 0px;">
- <inp2:l_ListLinks list_name="new_links" render_as="link_short_element" direction="H"/>
-</table>
-<inp2:l_MoreLink list_name="new_links" render_as="all_new_links"/>
-<!-- // popular links -->
\ No newline at end of file
Property changes on: branches/RC/themes/default2007/inlink/elements/side_boxes/new.tpl
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2.2.1
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: branches/RC/themes/default2007/inlink/elements/side_boxes/action_box.tpl
===================================================================
--- branches/RC/themes/default2007/inlink/elements/side_boxes/action_box.tpl (revision 12052)
+++ branches/RC/themes/default2007/inlink/elements/side_boxes/action_box.tpl (nonexistent)
@@ -1,40 +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="l"/>
- <inp2:m_RenderElement name="box_element" template="inlink/links/suggest_link" title="lu_SuggestLink" prefix="l"/>
-
- <inp2:m_if check="m_Param" name="item_actions">
- <tr>
- <td>-</td>
- <td>
- <inp2:m_if check="l_IsFavorite">
- <a href="<inp2:l_FavoriteToggleLink/>">
- <inp2:m_phrase name="lu_btn_RemoveFromFavorites"/>
- </a>
- <inp2:m_else/>
- <a href="<inp2:l_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:l_LinkLink template="inlink/links/add_review"/>"><inp2:m_phrase name="lu_btn_ReviewThisLink"/></a>
- </td>
- </tr>
- <!--##
- <tr>
- <td>-</td>
- <td>
- <a href="<inp2:l_LinkLink template="inlink/links/add_review"/>" class="static"><inp2:m_phrase name="lu_btn_RateThisLink"/></a>
- </td>
- </tr>
- ##-->
- </inp2:m_if>
-</table>
Property changes on: branches/RC/themes/default2007/inlink/elements/side_boxes/action_box.tpl
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.10.2.1
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: branches/RC/themes/default2007/inlink/elements/sorting.tpl
===================================================================
--- branches/RC/themes/default2007/inlink/elements/sorting.tpl (revision 12052)
+++ branches/RC/themes/default2007/inlink/elements/sorting.tpl (nonexistent)
@@ -1,42 +0,0 @@
-<table class="fullwidth">
- <tr>
- <td class="category-statistics">
- <inp2:m_phrase name="lu_TotalLinks"/>: <inp2:l_ItemCount/> &nbsp;|&nbsp; <inp2:m_phrase name="lu_AddedToday"/>: <inp2:l_ItemCount today="1"/>
- </td>
- <td class="category-statistics" align="right">
- <inp2:m_phrase name="lu_LinksUpdated"/>: <inp2:l_LastUpdated format="_regional_DateFormat"/>
- </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 align="right">
- <form method="post" action="<inp2:m_FormAction />">
- <inp2:m_Phrase label="lu_SortLinksBy"/>:
-
- <select class="input-select" name="<inp2:l_CombinedSortingDropDownName/>">
- <option value="Name|asc" <inp2:l_SortingSelected sorting="Name|asc" selected='selected="selected"'/>> <inp2:m_Phrase label="lu_LinkNameAZ"/></option>
- <option value="Name|desc" <inp2:l_SortingSelected sorting="Name|desc" selected='selected="selected"'/>> <inp2:m_Phrase label="lu_LinkNameZA"/></option>
- <option value="CreatedOn|asc" <inp2:l_SortingSelected sorting="CreatedOn|asc" selected='selected="selected"'/>> <inp2:m_Phrase label="lu_RecentToOld"/></option>
- <option value="CreatedOn|desc" <inp2:l_SortingSelected sorting="CreatedOn|desc" selected='selected="selected"'/>> <inp2:m_Phrase label="lu_OldToRecent"/></option>
- <option value="Description|asc" <inp2:l_SortingSelected sorting="Description|asc" selected='selected="selected"'/>> <inp2:m_Phrase label="lu_DescriptionAZ"/></option>
- <option value="Description|desc" <inp2:l_SortingSelected sorting="Description|desc" selected='selected="selected"'/>> <inp2:m_Phrase label="lu_DescriptionZA"/></option>
- <option value="CachedRating|asc" <inp2:l_SortingSelected sorting="CachedRating|asc" selected='selected="selected"'/>> <inp2:m_Phrase label="lu_RatingLH"/></option>
- <option value="CachedRating|desc" <inp2:l_SortingSelected sorting="CachedRating|desc" selected='selected="selected"'/>> <inp2:m_Phrase label="lu_RatingHL"/></option>
- <option value="CachedVotesQty|asc" <inp2:l_SortingSelected sorting="CachedVotesQty|asc" selected='selected="selected"'/>> <inp2:m_Phrase label="lu_VotesLH"/></option>
- <option value="CachedVotesQty|desc" <inp2:l_SortingSelected sorting="CachedVotesQty|desc" selected='selected="selected"'/>> <inp2:m_Phrase label="lu_VotesHL"/></option>
- <option value="Hits|asc" <inp2:l_SortingSelected sorting="Hits|asc" selected='selected="selected"'/>> <inp2:m_Phrase label="lu_HitsLH"/></option>
- <option value="Hits|desc" <inp2:l_SortingSelected sorting="Hits|desc" selected='selected="selected"'/>> <inp2:m_Phrase label="lu_HitsHL"/></option>
- </select>
-
- <input type="submit" class="button" name="<inp2:l_SubmitName event="OnSetSortingDirect"/>" value="<inp2:m_Phrase label="lu_btn_Sort"/>" />
- </form>
- </td>
- </tr>
-</table>
-
-<img src="<inp2:m_TemplatesBase module="In-Portal"/>img/s.gif" width="1" height="10" alt="" /><br />
\ No newline at end of file
Property changes on: branches/RC/themes/default2007/inlink/elements/sorting.tpl
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.3.2.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: branches/RC/themes/default2007/inlink/elements/html_head.tpl
===================================================================
--- branches/RC/themes/default2007/inlink/elements/html_head.tpl (revision 12052)
+++ branches/RC/themes/default2007/inlink/elements/html_head.tpl (nonexistent)
@@ -1,11 +0,0 @@
-<link rel="stylesheet" rev="stylesheet" href="<inp2:m_TemplatesBase module="In-Link"/>inc/styles.css" type="text/css" />
-<script type="text/javascript" src="<inp2:m_TemplatesBase module="In-Link"/>inc/script.js"></script>
-
-<!--## GOOGLE MAPS API INTEGRATION ##-->
-<inp2:m_if check="m_IsActive" t="inlink/detail">
- <inp2:m_if check="m_GetConfig" name="l_EnableGoogleMaps">
-<script type="text/javascript" src="http://www.google.com/jsapi?key=<inp2:m_GetConfig name="l_GoogleMapsAPIKey"/>"></script>
-<script type="text/javascript" src="<inp2:m_TemplatesBase module="In-Link"/>inc/googlemaps.js"></script>
- </inp2:m_if>
-</inp2:m_if>
-<!--## GOOGLE MAPS API INTEGRATION ##-->
Property changes on: branches/RC/themes/default2007/inlink/elements/html_head.tpl
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2.2.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: branches/RC/themes/default2007/inlink/elements/content_boxes/related_items.tpl
===================================================================
--- branches/RC/themes/default2007/inlink/elements/content_boxes/related_items.tpl (revision 12052)
+++ branches/RC/themes/default2007/inlink/elements/content_boxes/related_items.tpl (nonexistent)
@@ -1,6 +0,0 @@
-<!--## RELATED LINKS ##-->
- <inp2:m_include template="inlink/designs/links"/>
- <table>
- <inp2:l_PrintList2 render_as="related_link_element" types="related" related_to="$related_to" parent_cat_id="any" no_table="1"/>
- </table>
-<!--## // RELATED LINKS ##-->
\ No newline at end of file
Property changes on: branches/RC/themes/default2007/inlink/elements/content_boxes/related_items.tpl
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1.2.1
\ No newline at end of property
Index: branches/RC/themes/default2007/inlink/elements/content_boxes/home_page_items.tpl
===================================================================
--- branches/RC/themes/default2007/inlink/elements/content_boxes/home_page_items.tpl (revision 12052)
+++ branches/RC/themes/default2007/inlink/elements/content_boxes/home_page_items.tpl (nonexistent)
@@ -1,21 +0,0 @@
-<inp2:m_RenderElement design="content_box">
- <inp2:l_InitList list_name="pick_links" per_page="2" m_cat_id="0" m_cat_page="1" recursive="1" types="pick" sort_by="random"/>
-
- <inp2:m_Capture to_var="header">
- <inp2:m_phrase name="lu_title_PickLinks"/> <!--## (<inp2:l_TotalRecords list_name="pick_links"/>) ##-->
- </inp2:m_Capture>
-
- <inp2:m_include template="inlink/designs/links"/>
-
- <table class="fullwidth item-listing table-border">
- <inp2:l_ListLinks list_name="pick_links" render_as="link_element_featured" columns="2" direction="H" />
- </table>
-
- <inp2:m_DefineElement name="more_link">
- <div style="text-align: right;">
- <a href="<inp2:m_Link template="inlink/links/pick_links" />"><inp2:m_Phrase label="lu_More"/>...</a><br />
- </div>
- </inp2:m_DefineElement>
-
- <inp2:l_MoreLink list_name="pick_links" render_as="more_link"/>
-</inp2:m_RenderElement>
\ No newline at end of file
Property changes on: branches/RC/themes/default2007/inlink/elements/content_boxes/home_page_items.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: branches/RC/themes/default2007/inlink/elements/content_boxes/my_favorites.tpl
===================================================================
--- branches/RC/themes/default2007/inlink/elements/content_boxes/my_favorites.tpl (revision 12052)
+++ branches/RC/themes/default2007/inlink/elements/content_boxes/my_favorites.tpl (nonexistent)
@@ -1,21 +0,0 @@
-<!-- favorite links -->
-<inp2:m_RenderElement design="content_box" data_exists="1">
- <inp2:l_InitList list_name="favorite_links" types="favorites" parent_cat_id="0" recursive="1"/>
-
- <inp2:m_Capture to_var="header">
- <inp2:m_phrase name="lu_title_FavoriteLinks"/> (<inp2:l_TotalRecords list_name="favorite_links"/>)
- </inp2:m_Capture>
-
- <inp2:m_include template="inlink/designs/links"/>
-
- <table class="fullwidth item-listing table-border">
- <inp2:l_ListLinks list_name="favorite_links" render_as="link_element" direction="H"/>
- </table>
-
- <inp2:m_if check="l_TotalRecords" list_name="favorite_links">
- <inp2:m_Set favorites_found="1"/>
- </inp2:m_if>
-
- <inp2:m_include template="platform/elements/pagination" prefix="l" list_name="favorite_links"/>
-</inp2:m_RenderElement>
-<!-- // favorite links -->
\ No newline at end of file
Property changes on: branches/RC/themes/default2007/inlink/elements/content_boxes/my_favorites.tpl
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.6.2.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: branches/RC/themes/default2007/inlink/elements/content_boxes/search_results.tpl
===================================================================
--- branches/RC/themes/default2007/inlink/elements/content_boxes/search_results.tpl (revision 12052)
+++ branches/RC/themes/default2007/inlink/elements/content_boxes/search_results.tpl (nonexistent)
@@ -1,27 +0,0 @@
-<inp2:m_RenderElement design="content_box" data_exists="1">
- <inp2:l_InitList list_name="link_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_LinkSearchResults"/> (<inp2:l_TotalRecords list_name="link_search_results" />)
- </inp2:m_Capture>
-
- <inp2:m_include template="inlink/designs/links"/>
- <inp2:m_include template="platform/designs/search_results"/>
-
- <table class="fullwidth item-listing">
- <inp2:l_ListLinks list_name="link_search_results" render_as="link_element_search" 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="l_TotalRecords" list_name="link_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="inlink/links/search_results" />"><inp2:m_Phrase label="lu_More"/>...</a>
- </inp2:m_DefineElement>
-
- <inp2:l_MoreLink list_name="link_search_results" render_as="more_link" />
-</inp2:m_RenderElement>
\ No newline at end of file
Property changes on: branches/RC/themes/default2007/inlink/elements/content_boxes/search_results.tpl
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.4.2.1
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: branches/RC/themes/default2007/inlink/elements/static_menu.tpl
===================================================================
--- branches/RC/themes/default2007/inlink/elements/static_menu.tpl (revision 12052)
+++ branches/RC/themes/default2007/inlink/elements/static_menu.tpl (nonexistent)
@@ -1 +0,0 @@
-<inp2:m_RenderElement name="static_menu_element" module="In-link" icon="menu_links.gif"/>
\ No newline at end of file
Property changes on: branches/RC/themes/default2007/inlink/elements/static_menu.tpl
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1.2.1
\ No newline at end of property
Index: branches/RC/themes/default2007/inlink/elements/menu.xml.tpl
===================================================================
--- branches/RC/themes/default2007/inlink/elements/menu.xml.tpl (revision 12052)
+++ branches/RC/themes/default2007/inlink/elements/menu.xml.tpl (nonexistent)
@@ -1 +0,0 @@
-<inp2:m_RenderElement name="dmenu_element" module="In-link" icon="menu_links.gif"/>
\ No newline at end of file
Property changes on: branches/RC/themes/default2007/inlink/elements/menu.xml.tpl
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: branches/RC/themes/default2007/inlink/links/modify_link.tpl
===================================================================
--- branches/RC/themes/default2007/inlink/links/modify_link.tpl (revision 12052)
+++ branches/RC/themes/default2007/inlink/links/modify_link.tpl (nonexistent)
@@ -1,121 +0,0 @@
-<!--## PAGE TITLE ELEMENT ##-->
-<inp2:m_DefineElement name="page_title">
- <inp2:m_phrase name="lu_title_ModifyLink"/>
-</inp2:m_DefineElement>
-<!--## //PAGE TITLE ELEMENT ##-->
-
-<inp2:m_DefineElement name="sidebar">
- <inp2:m_RenderElements
- elements="
- platform/elements/side_boxes/login,
- platform/elements/side_boxes/search,
- "
- design="blue_box"/>
-
- <inp2:m_RenderElement name="inlink/elements/side_boxes/action_box" item_actions="1" design="blue_box"/>
-</inp2:m_DefineElement>
-
-<inp2:m_DefineElement name="content">
- <inp2:m_include template="platform/elements/navigation_bar" titles="lu_title_MyAccount,lu_title_MyLinks,__item__,lu_title_ModifyLink" templates="platform/my_account/my_account,inlink/my_account/my_links,__default__,inlink/links/modify_link"/>
-
- <!-- modify link -->
- <inp2:m_RenderElement design="content_box">
- <inp2:m_Capture to_var="header">
- <inp2:m_phrase name="lu_title_ModifyLink"/>
- </inp2:m_Capture>
-
- <inp2:m_if check="l_HasPermission" permissions="LINK.MODIFY|LINK.MODIFY.PENDING|LINK.OWNER.MODIFY|LINK.OWNER.MODIFY.PENDING">
- <span class="field-required">*</span> <inp2:m_phrase name="lu_IndicatesRequired"/><br /><br />
-
- <inp2:m_if check="l_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/>" enctype="multipart/form-data">
- <table class="form-data fullwidth">
- <tr><td colspan="2"><inp2:m_RenderElement name="subsection" title="lu_section_LinkDetails" break=""/></td></tr>
-
- <inp2:m_RenderElement name="inp_edit_box" prefix="l" field="Name" title="lu_fld_Name" maxlength="50" style="width:400px"/>
-
- <!--## LIST LINK NAME FIELDS FOR ALL LANGUAGES (Disabled) ##-->
- <!--##
- <inp2:lang_ListLanguages render_as="inp_edit_box" prefix="l" field="Name" title="lu_fld_Name" no_table="1" pass_params="1" sort_by="PrimaryLang,desc" maxlength="50" style="width:400px" requery="1"/>
- ##-->
- <!--## // LIST LINK NAME FIELDS FOR ALL LANGUAGES ##-->
-
-
- <inp2:m_RenderElement name="inp_edit_box" prefix="l" field="Url" title="lu_fld_Url" maxlength="255" style="width:400px"/>
-
- <!--## SHOW PRIMARY CATEGORY ##-->
- <inp2:m_RenderElement name="inp_pr_category_label" prefix="l" field="PrimaryCat" title="lu_fld_PrimaryCategory" editing="1"/>
- <!--## //SHOW PRIMARY CATEGORY ##-->
-
- <inp2:m_RenderElement name="inp_edit_categories" prefix="l" field="MoreCategories" title="lu_fld_MoreCategories"/>
-
- <inp2:m_RenderElement name="inp_edit_textarea" prefix="l" field="Description" cols="80" rows="7" title="lu_fld_Description" style="width:400px" is_last="1"/>
-
- <!--## LIST LINK DESCPTION FIELDS FOR ALL LANGUAGES (DISABLED) ##-->
- <!--##
- <inp2:lang_ListLanguages render_as="inp_edit_textarea_ml" prefix="l" field="Description" cols="80" rows="5" title="lu_fld_Description" style="width:400px" is_last="1"/>
- ##-->
- <!--## //LIST LINK DESCPTION FIELDS FOR ALL LANGUAGES ##-->
-
- <tr>
- <td colspan="2">
- <br/>
- <inp2:m_RenderElement name="subsection" title="lu_section_Images" break=""/>
- </td>
- </tr>
-
- <inp2:m_RenderElement name="inp_edit_image_upload" prefix="l" field="PrimaryImage" title="lu_fld_PrimaryImage"/>
- <inp2:m_RenderElement name="inp_edit_image_upload" prefix="l" field="Image1" title="lu_fld_Image1"/>
- <inp2:m_RenderElement name="inp_edit_image_upload" prefix="l" field="Image2" title="lu_fld_Image2" is_last="1"/>
-
- <tr>
- <td colspan="2">
- <br/>
- <inp2:m_RenderElement name="subsection" title="lu_section_Files" break=""/>
- </td>
- </tr>
-
- <inp2:m_RenderElement name="inp_edit_file_upload" prefix="l" field="File1" title="lu_fld_File1"/>
- <inp2:m_RenderElement name="inp_edit_file_upload" prefix="l" field="File2" title="lu_fld_File2"/>
- <inp2:m_RenderElement name="inp_edit_file_upload" prefix="l" field="File3" title="lu_fld_File3" is_last="1"/>
-
- <inp2:m_if check="m_ConfigEquals" option="Link_EnhancedLinks" value="1">
- <inp2:m_RenderElement name="inp_edit_field_separator" is_last="0"/>
-
- <tr class="<inp2:m_odd_even odd="table_color1" even="table_color2"/>">
- <inp2:m_RenderElement name="inp_edit_field_caption" prefix="l" field="ListingTypeId" title="lu_fld_ListingType"/>
- <td class="field-value">
- <inp2:m_if check="l_LinkIsEnhanced">
- <strong><inp2:l_ListingTypeField name="Name" /></strong>
- <inp2:m_if check="l_EnhancementIsPending">
- (<inp2:m_Phrase label="lu_PendingEnhancement" />)
- </inp2:m_if>
- <a href="<inp2:l_LinkLink template="inlink/links/enhancements/extend_enhancement"/>"><inp2:m_Phrase label="lu_btn_ExtendCancelEnhancement" /></a>
- <inp2:m_else />
- <a href="<inp2:l_LinkLink template="inlink/links/enhancements/enhance_link"/>"><inp2:m_Phrase label="lu_btn_EnhanceLink" /></a>
- </inp2:m_if>
- </td>
- </tr>
- </inp2:m_if>
-
- <inp2:m_RenderElement design="inp_edit_buttons">
- <input type="hidden" name="modify_confirm_template" value="inlink/links/modify_confirm"/>
- <input type="hidden" name="modify_pending_confirm_template" value="inlink/links/modify_pending_confirm"/>
- <input class="button" type="submit" name="events[l][OnUpdate]" value="<inp2:m_phrase label="lu_btn_Update"/>"/>
- <input class="button" type="reset" name="events[l][OnReset]" value="<inp2:m_phrase label="lu_btn_Reset"/>"/>
- </inp2:m_RenderElement>
- </table>
- </form>
- <inp2:m_else/>
- <inp2:m_phrase name="lu_text_NoModifyLinkPermission"/>
- </inp2:m_if>
- </inp2:m_RenderElement>
- <!-- // modify link -->
-</inp2:m_DefineElement>
-
-<inp2:m_include template="platform/designs/default_design" pass_params="1"/>
\ No newline at end of file
Property changes on: branches/RC/themes/default2007/inlink/links/modify_link.tpl
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.14.2.10
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: branches/RC/themes/default2007/inlink/links/pop_links.tpl
===================================================================
--- branches/RC/themes/default2007/inlink/links/pop_links.tpl (revision 12052)
+++ branches/RC/themes/default2007/inlink/links/pop_links.tpl (nonexistent)
@@ -1,46 +0,0 @@
-<!--## PAGE TITLE ELEMENT ##-->
-<inp2:m_DefineElement name="page_title">
- <inp2:m_phrase name="lu_title_PopLinks"/>
-</inp2:m_DefineElement>
-<!--## //PAGE TITLE ELEMENT ##-->
-
-<inp2:m_DefineElement name="sidebar">
- <inp2:m_RenderElements
- elements="
- platform/elements/side_boxes/login,
- platform/elements/side_boxes/search,
- inlink/elements/side_boxes/action_box,
- "
- design="blue_box"/>
-
- <inp2:m_RenderElement name="inlink/elements/side_boxes/new" design="blue_box" data_exists="1"/>
- <inp2:m_RenderElement name="inlink/elements/side_boxes/hot" design="blue_box" data_exists="1"/>
- <inp2:m_RenderElement name="inlink/elements/side_boxes/pick" design="blue_box" data_exists="1"/>
-</inp2:m_DefineElement>
-
-<inp2:m_DefineElement name="content">
- <inp2:m_include template="platform/elements/navigation_bar" titles="lu_title_PopLinks" templates="inlink/links/pop_links"/>
-
- <!-- links in category -->
- <inp2:m_RenderElement design="content_box" data_exists="1" block_no_data="no_links">
- <inp2:l_InitList list_name="pop_links" m_cat_id="0" m_cat_page="1" recursive="1" types="pop"/>
-
- <inp2:m_Capture to_var="header">
- <inp2:m_phrase name="lu_title_PopLinks"/> (<inp2:l_TotalRecords list_name="pop_links"/>)
- </inp2:m_Capture>
-
- <inp2:m_include template="inlink/designs/links"/>
-
- <inp2:m_include template="inlink/elements/sorting" list_name="pop_links"/>
-
- <table class="fullwidth item-listing table-border">
- <inp2:l_ListLinks list_name="pop_links" render_as="link_element" direction="H"/>
- </table>
-
- <inp2:m_include template="platform/elements/pagination" prefix="l" list_name="pop_links"/>
- </inp2:m_RenderElement>
- <!-- // links in category -->
-
-</inp2:m_DefineElement>
-
-<inp2:m_include template="platform/designs/default_design" pass_params="1"/>
\ No newline at end of file
Property changes on: branches/RC/themes/default2007/inlink/links/pop_links.tpl
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.7.2.4
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: branches/RC/themes/default2007/inlink/links/new_links.tpl
===================================================================
--- branches/RC/themes/default2007/inlink/links/new_links.tpl (revision 12052)
+++ branches/RC/themes/default2007/inlink/links/new_links.tpl (nonexistent)
@@ -1,46 +0,0 @@
-<!--## PAGE TITLE ELEMENT ##-->
-<inp2:m_DefineElement name="page_title">
- <inp2:m_phrase name="lu_title_NewLinks"/>
-</inp2:m_DefineElement>
-<!--## //PAGE TITLE ELEMENT ##-->
-
-<inp2:m_DefineElement name="sidebar">
- <inp2:m_RenderElements
- elements="
- platform/elements/side_boxes/login,
- platform/elements/side_boxes/search,
- inlink/elements/side_boxes/action_box,
- "
- design="blue_box"/>
-
- <inp2:m_RenderElement name="inlink/elements/side_boxes/hot" design="blue_box" data_exists="1"/>
- <inp2:m_RenderElement name="inlink/elements/side_boxes/pop" design="blue_box" data_exists="1"/>
- <inp2:m_RenderElement name="inlink/elements/side_boxes/pick" design="blue_box" data_exists="1"/>
-</inp2:m_DefineElement>
-
-<inp2:m_DefineElement name="content">
- <inp2:m_include template="platform/elements/navigation_bar" titles="lu_title_NewLinks" templates="inlink/links/new_links"/>
-
- <!-- links in category -->
- <inp2:m_RenderElement design="content_box" data_exists="1" block_no_data="no_links">
- <inp2:l_InitList list_name="new_links" m_cat_id="0" m_cat_page="1" recursive="1" types="new"/>
-
- <inp2:m_Capture to_var="header">
- <inp2:m_phrase name="lu_title_NewLinks"/> (<inp2:l_TotalRecords list_name="new_links"/>)
- </inp2:m_Capture>
-
- <inp2:m_include template="inlink/designs/links"/>
-
- <inp2:m_include template="inlink/elements/sorting" list_name="new_links"/>
-
- <table class="fullwidth item-listing table-border">
- <inp2:l_ListLinks list_name="new_links" render_as="link_element" direction="H"/>
- </table>
-
- <inp2:m_include template="platform/elements/pagination" prefix="l" list_name="new_links"/>
- </inp2:m_RenderElement>
- <!-- // links in category -->
-
-</inp2:m_DefineElement>
-
-<inp2:m_include template="platform/designs/default_design" pass_params="1"/>
\ No newline at end of file
Property changes on: branches/RC/themes/default2007/inlink/links/new_links.tpl
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.8.2.4
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: branches/RC/themes/default2007/inlink/links/suggest_confirm.tpl
===================================================================
--- branches/RC/themes/default2007/inlink/links/suggest_confirm.tpl (revision 12052)
+++ branches/RC/themes/default2007/inlink/links/suggest_confirm.tpl (nonexistent)
@@ -1,32 +0,0 @@
-<!--## PAGE TITLE ELEMENT ##-->
-<inp2:m_DefineElement name="page_title">
- <inp2:m_phrase name="lu_title_SuggestLinkConfirm"/>
-</inp2:m_DefineElement>
-<!--## //PAGE TITLE ELEMENT ##-->
-
-<inp2:m_DefineElement name="sidebar">
- <inp2:m_RenderElements
- elements="
- platform/elements/side_boxes/login,
- platform/elements/side_boxes/search,
- inlink/elements/side_boxes/action_box,
- "
- design="blue_box"/>
-</inp2:m_DefineElement>
-
-<inp2:m_DefineElement name="content">
- <inp2:m_include template="platform/elements/navigation_bar" titles="lu_title_SuggestLinkConfirm" templates="inlink/links/suggest_confirm" show_category="1"/>
-
- <!-- suggest link confirm -->
- <inp2:m_RenderElement design="content_box">
- <inp2:m_Capture to_var="header">
- <inp2:m_phrase name="lu_title_SuggestLinkConfirm"/>
- </inp2:m_Capture>
-
- <inp2:m_phrase name="lu_text_SuggestLinkConfirm"/><br /><br />
- <a href="<inp2:m_Link template="inlink/my_account/my_links" m_cat_id="0" m_cat_page="1"/>"><inp2:m_phrase name="lu_text_MyLinks"/></a>
- </inp2:m_RenderElement>
- <!-- // suggest link confirm -->
-</inp2:m_DefineElement>
-
-<inp2:m_include template="platform/designs/default_design" pass_params="1"/>
\ No newline at end of file
Property changes on: branches/RC/themes/default2007/inlink/links/suggest_confirm.tpl
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.6.2.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: branches/RC/themes/default2007/inlink/links/suggest_link.tpl
===================================================================
--- branches/RC/themes/default2007/inlink/links/suggest_link.tpl (revision 12052)
+++ branches/RC/themes/default2007/inlink/links/suggest_link.tpl (nonexistent)
@@ -1,110 +0,0 @@
-<!--## PAGE TITLE ELEMENT ##-->
-<inp2:m_DefineElement name="page_title">
- <inp2:m_phrase name="lu_title_SuggestLink"/>
-</inp2:m_DefineElement>
-<!--## //PAGE TITLE ELEMENT ##-->
-
-<inp2:m_DefineElement name="sidebar">
- <inp2:m_RenderElements
- elements="
- platform/elements/side_boxes/login,
- platform/elements/side_boxes/search,
- inlink/elements/side_boxes/action_box,
- "
- design="blue_box"/>
-</inp2:m_DefineElement>
-
-
-
-<inp2:m_DefineElement name="content">
- <inp2:m_include template="platform/elements/navigation_bar" titles="lu_title_SuggestLink" templates="inlink/links/suggest_link" show_category="1"/>
-
- <!-- suggest link -->
- <inp2:m_RenderElement design="content_box">
- <inp2:m_Capture to_var="header">
- <inp2:m_phrase name="lu_title_SuggestLink"/>
- </inp2:m_Capture>
-
- <inp2:m_if check="l_HasPermission" permissions="LINK.ADD|LINK.ADD.PENDING">
- <inp2:l_PresetFormFields/>
- <span class="field-required">*</span> <inp2:m_phrase name="lu_IndicatesRequired"/><br /><br />
-
- <inp2:m_if check="l_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/>" enctype="multipart/form-data">
- <table class="form-data fullwidth">
- <tr><td colspan="2"><inp2:m_RenderElement name="subsection" title="lu_section_LinkDetails" break=""/></td></tr>
-
- <!--## SHOW PRIMARY CATEGORY ##-->
- <inp2:m_RenderElement name="inp_pr_category_label" prefix="l" field="PrimaryCat" title="lu_fld_SubmittingToCategory"/>
- <!--## //SHOW PRIMARY CATEGORY ##-->
-
- <inp2:m_RenderElement name="inp_edit_box" prefix="l" field="Name" title="lu_fld_Name" maxlength="50" style="width:400px"/>
-
- <!--## LIST LINK NAME FIELDS FOR ALL LANGUAGES (DIABLED) ##-->
- <!--##
- <inp2:lang_ListLanguages render_as="inp_edit_box_ml" prefix="l" field="Name" title="lu_fld_Name" no_table="1" pass_params="1" sort_by="PrimaryLang,desc" maxlength="50" style="width:400px" requery="1"/>
- ##-->
- <!--## // LIST LINK NAME FIELDS FOR ALL LANGUAGES ##-->
-
- <inp2:m_RenderElement name="inp_edit_box" prefix="l" field="Url" title="lu_fld_Url" maxlength="255" style="width:400px"/>
-
- <inp2:m_RenderElement name="inp_edit_textarea" prefix="l" field="Description" cols="80" rows="7" title="lu_fld_Description" style="width:400px" is_last="1"/>
-
- <inp2:m_RenderElement name="inp_edit_categories" prefix="l" field="MoreCategories" title="lu_fld_MoreCategories"/>
-
- <!--## LIST LINK DESCPTION FIELDS FOR ALL LANGUAGES (DIABLED) ##-->
- <!--##
- <inp2:lang_ListLanguages render_as="inp_edit_textarea_ml" prefix="l" field="Description" cols="80" rows="5" title="lu_fld_Description" style="width:400px" is_last="1"/>
- ##-->
- <!--## //LIST LINK DESCPTION FIELDS FOR ALL LANGUAGES ##-->
-
- <tr><td colspan="2"><br/><inp2:m_RenderElement name="subsection" title="lu_section_Images" break=""/></td></tr>
- <inp2:m_RenderElement name="inp_edit_image_upload" prefix="l" field="PrimaryImage" title="lu_fld_PrimaryImage"/>
- <inp2:m_RenderElement name="inp_edit_image_upload" prefix="l" field="Image1" title="lu_fld_Image1"/>
- <inp2:m_RenderElement name="inp_edit_image_upload" prefix="l" field="Image2" title="lu_fld_Image2" is_last="1"/>
- <tr><td colspan="2"><br/><inp2:m_RenderElement name="subsection" title="lu_section_Files" break=""/></td></tr>
- <inp2:m_RenderElement name="inp_edit_file_upload" prefix="l" field="File1" title="lu_fld_File1"/>
- <inp2:m_RenderElement name="inp_edit_file_upload" prefix="l" field="File2" title="lu_fld_File2"/>
- <inp2:m_RenderElement name="inp_edit_file_upload" prefix="l" field="File3" title="lu_fld_File3" is_last="1"/>
-
- <inp2:m_if check="m_ConfigEquals" name="Link_EnhancedLinks" value="1">
- <inp2:m_RenderElement name="inp_edit_field_separator" is_last="0"/>
-
- <tr class="<inp2:m_odd_even odd="table_color1" even="table_color2"/>">
- <inp2:m_RenderElement name="inp_edit_field_caption" prefix="l" field="ListingTypeId" title="lu_fld_ListingType"/>
- <td class="field-value">
- <inp2:m_if check="l_HasError" field="ListingTypeId">
- <span class="field-error"><inp2:l_Error field="ListingTypeId"/></span><br />
- </inp2:m_if>
-
- <inp2:m_include template="inlink/designs/enhancements"/>
-
- <table>
- <inp2:l_PredefinedOptions prefix="l" field="ListingTypeId" render_as="suggest_listing_type_element" selected="checked"/>
- </table>
- </td>
- </tr>
- </inp2:m_if>
-
- <inp2:m_RenderElement design="inp_edit_buttons">
- <input type="hidden" name="suggest_confirm_template" value="inlink/links/suggest_confirm"/>
- <input type="hidden" name="suggest_pending_confirm_template" value="inlink/links/suggest_pending_confirm"/>
- <input type="hidden" name="shop_cart_template" value="in-commerce/checkout/shop_cart"/>
- <input class="button" type="submit" name="events[l][OnCreate]" value="<inp2:m_phrase label="lu_btn_Create"/>"/>
- <input class="button" type="reset" name="events[l][OnReset]" value="<inp2:m_phrase label="lu_btn_Reset"/>"/>
- </inp2:m_RenderElement>
- </table>
- </form>
- <inp2:m_else/>
- <inp2:m_phrase name="lu_text_NoSuggestLinkPermission"/>
- </inp2:m_if>
- </inp2:m_RenderElement>
- <!-- // suggest link -->
-</inp2:m_DefineElement>
-
-<inp2:m_include template="platform/designs/default_design" pass_params="1"/>
\ No newline at end of file
Property changes on: branches/RC/themes/default2007/inlink/links/suggest_link.tpl
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.12.2.8
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: branches/RC/themes/default2007/inlink/links/add_review_pending_confirm.tpl
===================================================================
--- branches/RC/themes/default2007/inlink/links/add_review_pending_confirm.tpl (revision 12052)
+++ branches/RC/themes/default2007/inlink/links/add_review_pending_confirm.tpl (nonexistent)
@@ -1,32 +0,0 @@
-<!--## PAGE TITLE ELEMENT ##-->
-<inp2:m_DefineElement name="page_title">
- <inp2:m_phrase name="lu_title_AddLinkReviewPendingConfirm"/>
-</inp2:m_DefineElement>
-<!--## //PAGE TITLE ELEMENT ##-->
-
-<inp2:m_DefineElement name="sidebar">
- <inp2:m_RenderElements
- elements="
- platform/elements/side_boxes/login,
- platform/elements/side_boxes/search,
- inlink/elements/side_boxes/action_box,
- "
- design="blue_box"/>
-</inp2:m_DefineElement>
-
-<inp2:m_DefineElement name="content">
- <inp2:m_include template="platform/elements/navigation_bar" titles="__item__,lu_title_AddLinkReviewPendingConfirm" templates="__default__,inlink/links/add_review_pending_confirm" show_category="1"/>
-
- <!-- add link review pending confirm -->
- <inp2:m_RenderElement design="content_box">
- <inp2:m_Capture to_var="header">
- <inp2:m_phrase name="lu_title_AddLinkReviewPendingConfirm"/>
- </inp2:m_Capture>
-
- <inp2:m_phrase name="lu_text_AddLinkReviewPendingConfirm"/><br /><br />
- <a href="<inp2:l_LinkLink template="__default__"/>"><inp2:l_Field name="Name"/></a>
- </inp2:m_RenderElement>
- <!-- // add link review pending confirm -->
-</inp2:m_DefineElement>
-
-<inp2:m_include template="platform/designs/default_design" pass_params="1"/>
\ No newline at end of file
Property changes on: branches/RC/themes/default2007/inlink/links/add_review_pending_confirm.tpl
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.3.2.1
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: branches/RC/themes/default2007/inlink/links/modify_pending_confirm.tpl
===================================================================
--- branches/RC/themes/default2007/inlink/links/modify_pending_confirm.tpl (revision 12052)
+++ branches/RC/themes/default2007/inlink/links/modify_pending_confirm.tpl (nonexistent)
@@ -1,32 +0,0 @@
-<!--## PAGE TITLE ELEMENT ##-->
-<inp2:m_DefineElement name="page_title">
- <inp2:m_phrase name="lu_title_ModifyLinkPendingConfirm"/>
-</inp2:m_DefineElement>
-<!--## //PAGE TITLE ELEMENT ##-->
-
-<inp2:m_DefineElement name="sidebar">
- <inp2:m_RenderElements
- elements="
- platform/elements/side_boxes/login,
- platform/elements/side_boxes/search,
- inlink/elements/side_boxes/action_box,
- "
- design="blue_box"/>
-</inp2:m_DefineElement>
-
-<inp2:m_DefineElement name="content">
- <inp2:m_include template="platform/elements/navigation_bar" titles="lu_title_MyAccount,lu_title_MyLinks,__item__,lu_title_ModifyLinkPendingConfirm" templates="platform/my_account/my_account,inlink/my_account/my_links,__default__,inlink/links/modify_pending_confirm"/>
-
- <!-- modify link pending confirm -->
- <inp2:m_RenderElement design="content_box">
- <inp2:m_Capture to_var="header">
- <inp2:m_phrase name="lu_title_ModifyLinkPendingConfirm"/>
- </inp2:m_Capture>
-
- <inp2:m_phrase name="lu_text_ModifyLinkPendingConfirm"/><br /><br />
- <a href="<inp2:m_Link template="inlink/my_account/my_links" m_cat_id="0" m_cat_page="1"/>"><inp2:m_phrase name="lu_text_MyLinks"/></a>
- </inp2:m_RenderElement>
- <!-- // modify link pending confirm -->
-</inp2:m_DefineElement>
-
-<inp2:m_include template="platform/designs/default_design" pass_params="1"/>
\ No newline at end of file
Property changes on: branches/RC/themes/default2007/inlink/links/modify_pending_confirm.tpl
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.5.2.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: branches/RC/themes/default2007/inlink/links/suggest_pending_confirm.tpl
===================================================================
--- branches/RC/themes/default2007/inlink/links/suggest_pending_confirm.tpl (revision 12052)
+++ branches/RC/themes/default2007/inlink/links/suggest_pending_confirm.tpl (nonexistent)
@@ -1,32 +0,0 @@
-<!--## PAGE TITLE ELEMENT ##-->
-<inp2:m_DefineElement name="page_title">
- <inp2:m_phrase name="lu_title_SuggestLinkPendingConfirm"/>
-</inp2:m_DefineElement>
-<!--## //PAGE TITLE ELEMENT ##-->
-
-<inp2:m_DefineElement name="sidebar">
- <inp2:m_RenderElements
- elements="
- platform/elements/side_boxes/login,
- platform/elements/side_boxes/search,
- inlink/elements/side_boxes/action_box,
- "
- design="blue_box"/>
-</inp2:m_DefineElement>
-
-<inp2:m_DefineElement name="content">
- <inp2:m_include template="platform/elements/navigation_bar" titles="lu_title_SuggestLinkPendingConfirm" templates="inlink/links/suggest_pending_confirm" show_category="1"/>
-
- <!-- suggest link pending confirm -->
- <inp2:m_RenderElement design="content_box">
- <inp2:m_Capture to_var="header">
- <inp2:m_phrase name="lu_title_SuggestLinkPendingConfirm"/>
- </inp2:m_Capture>
-
- <inp2:m_phrase name="lu_text_SuggestLinkPendingConfirm"/><br /><br />
- <a href="<inp2:m_Link template="inlink/my_account/my_links" m_cat_id="0" m_cat_page="1"/>"><inp2:m_phrase name="lu_text_MyLinks"/></a>
- </inp2:m_RenderElement>
- <!-- // suggest link pending confirm -->
-</inp2:m_DefineElement>
-
-<inp2:m_include template="platform/designs/default_design" pass_params="1"/>
\ No newline at end of file
Property changes on: branches/RC/themes/default2007/inlink/links/suggest_pending_confirm.tpl
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.6.2.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: branches/RC/themes/default2007/inlink/links/pick_links.tpl
===================================================================
--- branches/RC/themes/default2007/inlink/links/pick_links.tpl (revision 12052)
+++ branches/RC/themes/default2007/inlink/links/pick_links.tpl (nonexistent)
@@ -1,46 +0,0 @@
-<!--## PAGE TITLE ELEMENT ##-->
-<inp2:m_DefineElement name="page_title">
- <inp2:m_phrase name="lu_title_PickLinks"/>
-</inp2:m_DefineElement>
-<!--## //PAGE TITLE ELEMENT ##-->
-
-<inp2:m_DefineElement name="sidebar">
- <inp2:m_RenderElements
- elements="
- platform/elements/side_boxes/login,
- platform/elements/side_boxes/search,
- inlink/elements/side_boxes/action_box,
- "
- design="blue_box"/>
-
- <inp2:m_RenderElement name="inlink/elements/side_boxes/new" design="blue_box" data_exists="1"/>
- <inp2:m_RenderElement name="inlink/elements/side_boxes/hot" design="blue_box" data_exists="1"/>
- <inp2:m_RenderElement name="inlink/elements/side_boxes/pop" design="blue_box" data_exists="1"/>
-</inp2:m_DefineElement>
-
-<inp2:m_DefineElement name="content">
- <inp2:m_include template="platform/elements/navigation_bar" titles="lu_title_PickLinks" templates="inlink/links/pick_links"/>
-
- <!-- links in category -->
- <inp2:m_RenderElement design="content_box" data_exists="1" block_no_data="no_links">
- <inp2:l_InitList list_name="pick_links" m_cat_id="0" m_cat_page="1" recursive="1" types="pick"/>
-
- <inp2:m_Capture to_var="header">
- <inp2:m_phrase name="lu_title_PickLinks"/> (<inp2:l_TotalRecords list_name="pick_links"/>)
- </inp2:m_Capture>
-
- <inp2:m_include template="inlink/designs/links"/>
-
- <inp2:m_include template="inlink/elements/sorting" list_name="pick_links"/>
-
- <table class="fullwidth item-listing table-border">
- <inp2:l_ListLinks list_name="pick_links" render_as="link_element" direction="H"/>
- </table>
-
- <inp2:m_include template="platform/elements/pagination" prefix="l" list_name="pick_links"/>
- </inp2:m_RenderElement>
- <!-- // links in category -->
-
-</inp2:m_DefineElement>
-
-<inp2:m_include template="platform/designs/default_design" pass_params="1"/>
\ No newline at end of file
Property changes on: branches/RC/themes/default2007/inlink/links/pick_links.tpl
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.7.2.4
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: branches/RC/themes/default2007/inlink/links/add_review.tpl
===================================================================
--- branches/RC/themes/default2007/inlink/links/add_review.tpl (revision 12052)
+++ branches/RC/themes/default2007/inlink/links/add_review.tpl (nonexistent)
@@ -1,132 +0,0 @@
-<inp2:m_RequireLogin login_template="platform/login/register" permissions="LINK.REVIEW|LINK.REVIEW.PENDING"/>
-
-<!--## PAGE TITLE ELEMENT ##-->
-<inp2:m_DefineElement name="page_title">
- <inp2:l_Field name="Name"/>
-</inp2:m_DefineElement>
-<!--## //PAGE TITLE ELEMENT ##-->
-
-<inp2:m_DefineElement name="sidebar">
- <inp2:m_RenderElements
- elements="
- platform/elements/side_boxes/login,
- platform/elements/side_boxes/search,
- "
- design="blue_box"/>
-
- <inp2:m_RenderElement name="inlink/elements/side_boxes/action_box" item_actions="1" design="blue_box"/>
-</inp2:m_DefineElement>
-
-<inp2:m_DefineElement name="content">
- <inp2:m_include template="platform/elements/navigation_bar" titles="__item__,lu_title_Reviews" templates="__default__,inlink/links/add_review" show_category="1"/>
-
- <!-- add review -->
- <inp2:m_RenderElement design="content_box">
- <inp2:m_Capture to_var="header">
- <inp2:m_phrase name="lu_title_LinkDetails"/>
- </inp2:m_Capture>
-
- <table class="fullwidth table-border">
- <tr><td class="item-padding">
-
- <table class="fullwidth">
- <tr>
- <td width="25" valign="top">
- <img src="<inp2:m_TemplatesBase module="In-Portal"/>img/link_icon.gif" width="16" height="23" alt="" />
- </td>
- <td valign="top">
-
- <span class="text-title"><inp2:l_Field name="Name"/></span>
-
- <inp2:m_if check="l_Field" name="IsHot"><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/icon_hot.gif" alt="<inp2:m_phrase name="lu_Hot"/>"/></inp2:m_if>
- <inp2:m_if check="l_Field" name="IsNew"><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/icon_new.gif" alt="<inp2:m_phrase name="lu_New"/>"/></inp2:m_if>
- <inp2:m_if check="l_Field" name="IsPop"><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/icon_popular.gif" alt="<inp2:m_phrase name="lu_Pop"/>"/></inp2:m_if>
- <inp2:m_if check="l_IsEditorsPick"><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/icon_pick.gif" alt="<inp2:m_phrase name="lu_Pick"/>"/></inp2:m_if>
- <inp2:m_if check="l_IsFavorite"><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/icon_favorite.gif" alt="<inp2:m_phrase name="lu_Favorite"/>"/></inp2:m_if>
- <inp2:l_VotesIndicator render_as="rating_element"/>
-
- <br />
-
- <span class="item-statistics">
- <inp2:m_phrase name="lu_Added"/>: <inp2:l_Field name="CreatedOn" format="_regional_DateFormat"/>,
- <inp2:m_phrase name="lu_Hits"/>: <inp2:l_Field name="Hits"/>,
- <inp2:m_phrase name="lu_Rating"/>: <inp2:l_Field name="CachedRating"/>,
- <inp2:m_phrase name="lu_Reviews"/>: <inp2:l_Field name="CachedReviewsQty"/>,
- <inp2:m_phrase name="lu_Votes"/>: <inp2:l_Field name="CachedVotesQty"/>
- </span>
- </td>
- </tr>
- </table>
-
- <table>
- <tr>
- <td class="picture-padding" style="padding-left:25px" valign="top">
- <inp2:m_if check="l_ImageSrc" MaxWidth="fullsize">
- <a href="<inp2:l_ImageSrc MaxWidth="fullsize" />" class="thickbox" rel="link-images" title="<inp2:l_Field name='Name' html_escape='1'/>">
- <inp2:l_Image render_as="image_element" Primary="1" MaxWidth="thumbnail" DefaultImage="platform/img/no_picture.gif" /><br />
- </a>
- <inp2:m_else/>
- <inp2:l_Image render_as="image_element" Primary="1" MaxWidth="thumbnail" DefaultImage="platform/img/no_picture.gif"/><br />
- </inp2:m_if>
- </td>
- <td class="text-padding" valign="top">
- <input type="button" class="button" value="<inp2:m_phrase name="lu_btn_VisitLink"/>" onclick="open_window('<inp2:l_LinkLink template="inlink/links/visit_link"/>', 'new_window', '800', '600');"/><br /><br />
-
- <br/><br/>
- <inp2:m_if check="l_IsFavorite">
- <img src="<inp2:m_TemplatesBase module="In-Portal"/>img/ic_removefromfav.gif" width="11" height="10" alt="" /> <a class="item-action" href="<inp2:l_FavoriteToggleLink/>"><inp2:m_phrase name="lu_btn_RemoveFromWishList"/></a>
- <inp2:m_else/>
- <img src="<inp2:m_TemplatesBase module="In-Portal"/>img/ic_addtofav.gif" width="11" height="10" alt="" /> <a class="item-action" href="<inp2:l_FavoriteToggleLink template="platform/my_account/my_favorites"/>"><inp2:m_phrase name="lu_btn_AddToWishList"/></a>
- </inp2:m_if>
-
- </td>
- </tr>
- </table>
- </td></tr></table>
-
- </inp2:m_RenderElement>
-
- <inp2:m_RenderElement design="content_box">
- <inp2:m_Capture to_var="header">
- <inp2:m_phrase name="lu_title_ReviewThisLink"/>
- </inp2:m_Capture>
-
-
- <inp2:m_if check="l_HasPermission" permissions="LINK.REVIEW|LINK.REVIEW.PENDING">
- <inp2:m_if check="l-rev_AlreadyReviewed">
- <inp2:m_Phrase label="lu_ErrorAlreadyReviewed"/>
- <table>
- <inp2:l-rev_PrintList render_as="review_element" type="current_user"/>
- </table>
- <inp2:m_include template="platform/elements/pagination" prefix="l-rev"/>
- <inp2:m_else/>
- <inp2:l-rev_PresetFormFields/>
- <span class="field-required">*</span> <inp2:m_phrase name="lu_IndicatesRequired"/><br /><br />
-
- <inp2:m_if check="l-rev_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_radio" prefix="l-rev" field="Rating" title="lu_fld_Rating"/>
- <inp2:m_RenderElement name="inp_edit_textarea" prefix="l-rev" field="ReviewText" rows="8" cols="40" title="lu_fld_ReviewText" is_last="1"/>
-
- <inp2:m_RenderElement design="inp_edit_buttons">
- <input type="hidden" name="success_template" value="inlink/links/add_review_confirm" />
- <input type="hidden" name="success_pending_template" value="inlink/links/add_review_pending_confirm" />
- <input class="button" type="submit" name="events[l-rev][OnCreate]" value="<inp2:m_phrase label="lu_btn_Create"/>" />
- </inp2:m_RenderElement>
- </table>
- </form>
- </inp2:m_if>
- <inp2:m_else/>
- <inp2:m_phrase name="lu_text_NoLinkReviewPermission"/>
- </inp2:m_if>
- </inp2:m_RenderElement>
- <!-- // add review -->
-</inp2:m_DefineElement>
-
-<inp2:m_include template="platform/designs/default_design" pass_params="1"/>
\ No newline at end of file
Property changes on: branches/RC/themes/default2007/inlink/links/add_review.tpl
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.10.2.5
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: branches/RC/themes/default2007/inlink/links/enhancements/enhance_confirm.tpl
===================================================================
--- branches/RC/themes/default2007/inlink/links/enhancements/enhance_confirm.tpl (revision 12052)
+++ branches/RC/themes/default2007/inlink/links/enhancements/enhance_confirm.tpl (nonexistent)
@@ -1,32 +0,0 @@
-<!--## PAGE TITLE ELEMENT ##-->
-<inp2:m_DefineElement name="page_title">
- <inp2:m_phrase name="lu_title_EnhancementConfirmation"/>
-</inp2:m_DefineElement>
-<!--## //PAGE TITLE ELEMENT ##-->
-
-<inp2:m_DefineElement name="sidebar">
- <inp2:m_RenderElements
- elements="
- platform/elements/side_boxes/login,
- platform/elements/side_boxes/search,
- inlink/elements/side_boxes/action_box,
- "
- design="blue_box"/>
-</inp2:m_DefineElement>
-
-<inp2:m_DefineElement name="content">
- <inp2:m_include template="platform/elements/navigation_bar" titles="lu_title_MyAccount,lu_title_MyLinks,__item__,lu_title_EnhancementConfirmation" templates="platform/my_account/my_account,inlink/my_account/my_links,__default__,inlink/links/enhancements/enhance_confirm"/>
-
- <!-- enhance link confirm -->
- <inp2:m_RenderElement design="content_box">
- <inp2:m_Capture to_var="header">
- <inp2:m_phrase name="lu_title_EnhancementConfirmation"/>
- </inp2:m_Capture>
-
- <inp2:m_phrase name="lu_text_EnhancementConfirmation"/><br /><br />
- <a href="<inp2:m_Link template="inlink/my_account/my_links" m_cat_id="0" m_cat_page="1"/>"><inp2:m_Phrase name="lu_text_MyLinks"/></a>
- </inp2:m_RenderElement>
- <!-- // enhance link confirm -->
-</inp2:m_DefineElement>
-
-<inp2:m_include template="platform/designs/default_design" pass_params="1"/>
\ No newline at end of file
Property changes on: branches/RC/themes/default2007/inlink/links/enhancements/enhance_confirm.tpl
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1.2.3
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: branches/RC/themes/default2007/inlink/links/enhancements/enhance_link.tpl
===================================================================
--- branches/RC/themes/default2007/inlink/links/enhancements/enhance_link.tpl (revision 12052)
+++ branches/RC/themes/default2007/inlink/links/enhancements/enhance_link.tpl (nonexistent)
@@ -1,81 +0,0 @@
-<inp2:m_RequireLogin login_template="platform/login/register"/>
-
-<!--## PAGE TITLE ELEMENT ##-->
-<inp2:m_DefineElement name="page_title">
- <inp2:m_phrase name="lu_title_EnhanceLink"/>
-</inp2:m_DefineElement>
-<!--## //PAGE TITLE ELEMENT ##-->
-
-<inp2:m_DefineElement name="sidebar">
- <inp2:m_RenderElements
- elements="
- platform/elements/side_boxes/login,
- platform/elements/side_boxes/search,
- inlink/elements/side_boxes/action_box,
- "
- design="blue_box"/>
-
- <inp2:m_RenderElement name="inlink/elements/side_boxes/new" design="blue_box" data_exists="1"/>
- <inp2:m_RenderElement name="inlink/elements/side_boxes/hot" design="blue_box" data_exists="1"/>
- <inp2:m_RenderElement name="inlink/elements/side_boxes/pop" design="blue_box" data_exists="1"/>
- <inp2:m_RenderElement name="inlink/elements/side_boxes/pick" design="blue_box" data_exists="1"/>
-</inp2:m_DefineElement>
-
-<inp2:m_DefineElement name="content">
- <inp2:m_include template="platform/elements/navigation_bar" titles="lu_title_MyAccount,lu_title_MyLinks,__item__,lu_title_EnhanceLink" templates="platform/my_account/my_account,inlink/my_account/my_links,__default__,inlinks/links/enhancements/enhance_link"/>
-
- <!-- links in category -->
- <inp2:m_RenderElement design="content_box" data_exists="1" block_no_data="no_enhancements">
- <inp2:m_Capture to_var="header">
- <inp2:m_phrase name="lu_title_EnhanceLink"/>
- </inp2:m_Capture>
-
- <inp2:m_RenderElement name="subsection" title="lu_ChooseListingType"/>
-
- <inp2:m_include template="inlink/designs/enhancements"/>
-
- <inp2:m_if check="m_ModuleEnabled" module="In-Commerce">
- <inp2:m_Phrase label="lu_notice_SubscriptionAddToCart" /><br /><br />
- </inp2:m_if>
-
- <form method="POST" action="<inp2:m_Link pass="all,l,ls"/>">
- <table class="fullwidth">
- <tr>
- <td colspan="<inp2:m_if check="m_ModuleEnabled" module="In-Commerce">4<inp2:m_else/>3</inp2:m_if>">
- <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 colspan="2">
- <inp2:m_Phrase name="lu_col_Name"/>
- </td>
- <td>
- <inp2:m_Phrase name="lu_col_Duration"/>
- </td>
-
- <inp2:m_if check="m_ModuleEnabled" module="In-Commerce">
- <td>
- <inp2:m_Phrase name="lu_col_Price"/>
- </td>
- </inp2:m_if>
- </tr>
- <inp2:lst_PrintList render_as="listing_type_element"/>
- </table>
-
- <table class="fullwidth">
- <inp2:m_RenderElement design="inp_edit_buttons">
- <input type="submit" class="button" name="events[ls][OnRequestEnhancement]" value="<inp2:m_phrase label="lu_btn_EnhanceLink" />"/>
- <input type="submit" class="button" name="events[ls][OnCancel]" value="<inp2:m_Phrase label="lu_btn_Cancel" />"/>
-
- <input type="hidden" name="shop_cart_template" value="in-commerce/checkout/shop_cart" />
- <input type="hidden" name="success_template" value="inlink/links/enhancements/enhance_confirm" />
- <input type="hidden" name="cancel_template" value="inlink/my_account/my_links" />
- </inp2:m_RenderElement>
- </table>
- </form>
- </inp2:m_RenderElement>
- <!-- // links in category -->
-
-</inp2:m_DefineElement>
-
-<inp2:m_include template="platform/designs/default_design" pass_params="1"/>
\ No newline at end of file
Property changes on: branches/RC/themes/default2007/inlink/links/enhancements/enhance_link.tpl
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2.2.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: branches/RC/themes/default2007/inlink/links/enhancements/extend_enhancement.tpl
===================================================================
--- branches/RC/themes/default2007/inlink/links/enhancements/extend_enhancement.tpl (revision 12052)
+++ branches/RC/themes/default2007/inlink/links/enhancements/extend_enhancement.tpl (nonexistent)
@@ -1,70 +0,0 @@
-<inp2:m_RequireLogin template="platform/login/register"/>
-
-<!--## PAGE TITLE ELEMENT ##-->
-<inp2:m_DefineElement name="page_title">
- <inp2:m_phrase name="lu_title_ExtendCancelEnhancement"/>
-</inp2:m_DefineElement>
-<!--## //PAGE TITLE ELEMENT ##-->
-
-<inp2:m_DefineElement name="sidebar">
- <inp2:m_RenderElements
- elements="
- platform/elements/side_boxes/login,
- platform/elements/side_boxes/search,
- inlink/elements/side_boxes/action_box,
- "
- design="blue_box"/>
-
- <inp2:m_RenderElement name="inlink/elements/side_boxes/new" design="blue_box" data_exists="1"/>
- <inp2:m_RenderElement name="inlink/elements/side_boxes/hot" design="blue_box" data_exists="1"/>
- <inp2:m_RenderElement name="inlink/elements/side_boxes/pop" design="blue_box" data_exists="1"/>
- <inp2:m_RenderElement name="inlink/elements/side_boxes/pick" design="blue_box" data_exists="1"/>
-</inp2:m_DefineElement>
-
-<inp2:m_DefineElement name="content">
- <inp2:m_include template="platform/elements/navigation_bar" titles="lu_title_MyAccount,lu_title_MyLinks,__item__,lu_title_ExtendCancelEnhancement" templates="platform/my_account/my_account,inlink/my_account/my_links,__default__,inlinks/links/enhancements/extend_enhancement"/>
-
- <!-- extend/cancel enhancment -->
- <inp2:m_RenderElement design="content_box">
-
- <inp2:m_Capture to_var="header">
- <inp2:m_phrase name="lu_title_ExtendCancelEnhancement"/>
- </inp2:m_Capture>
-
- <table>
- <tr>
- <td>
- <strong><inp2:m_Phrase label="lu_fld_ListingTypeName" /></strong>:
- </td>
- <td>
- <inp2:l_ListingTypeField name="Name" />
- </td>
- </tr>
- <tr>
- <td>
- <strong><inp2:m_Phrase label="lu_fld_ListingExpirationDate" /></strong>:
- </td>
- <td>
- <inp2:l_EnhancementField name="ExpiresOn_date" />
- </td>
- </tr>
- </table>
- <br />
-
- <inp2:m_if check="l_IsRenewalPeriod">
- <input type="button" class="button" onclick="redirect('<inp2:l_LinkLink template="inlink/links/enhancements/extend_enhancement_confirm"/>');" value="<inp2:m_Phrase label="lu_btn_ExtendEnhancement"/>"/>
- </inp2:m_if>
-
- <inp2:m_if check="l_IsReocurringEnhancement">
- <br />
- <inp2:m_Phrase label="lu_EnhancementSetToRenewOn" /> <inp2:l_EnhancementField name="ExpiresOn_date" />,
- <a href="<inp2:l_LinkLink template="inlink/links/enhancements/cancel_enhancement_confirm"/>"><inp2:m_Phrase label="lu_ClickHere" /></a>
- <inp2:m_Phrase label="lu_ToCancelEnhancement" />
- <inp2:m_else />
- <input type="button" class="button" onclick="redirect('<inp2:l_LinkLink template="inlink/links/enhancements/cancel_enhancement_confirm"/>');" value="<inp2:m_Phrase label="lu_btn_CancelEnhancement" />"/>
- </inp2:m_if>
- </inp2:m_RenderElement>
- <!-- // extend/cancel enhancment -->
-</inp2:m_DefineElement>
-
-<inp2:m_include template="platform/designs/default_design" pass_params="1"/>
\ No newline at end of file
Property changes on: branches/RC/themes/default2007/inlink/links/enhancements/extend_enhancement.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: branches/RC/themes/default2007/inlink/links/enhancements/extend_enhancement_confirm.tpl
===================================================================
--- branches/RC/themes/default2007/inlink/links/enhancements/extend_enhancement_confirm.tpl (revision 12052)
+++ branches/RC/themes/default2007/inlink/links/enhancements/extend_enhancement_confirm.tpl (nonexistent)
@@ -1,68 +0,0 @@
-<inp2:m_RequireLogin template="platform/login/register"/>
-
-<!--## PAGE TITLE ELEMENT ##-->
-<inp2:m_DefineElement name="page_title">
- <inp2:m_phrase name="lu_title_ConfirmExtendEnhancement"/>
-</inp2:m_DefineElement>
-<!--## //PAGE TITLE ELEMENT ##-->
-
-<inp2:m_DefineElement name="sidebar">
- <inp2:m_RenderElements
- elements="
- platform/elements/side_boxes/login,
- platform/elements/side_boxes/search,
- inlink/elements/side_boxes/action_box,
- "
- design="blue_box"/>
-
- <inp2:m_RenderElement name="inlink/elements/side_boxes/new" design="blue_box" data_exists="1"/>
- <inp2:m_RenderElement name="inlink/elements/side_boxes/hot" design="blue_box" data_exists="1"/>
- <inp2:m_RenderElement name="inlink/elements/side_boxes/pop" design="blue_box" data_exists="1"/>
- <inp2:m_RenderElement name="inlink/elements/side_boxes/pick" design="blue_box" data_exists="1"/>
-</inp2:m_DefineElement>
-
-<inp2:m_DefineElement name="content">
- <inp2:m_include template="platform/elements/navigation_bar" titles="lu_title_MyAccount,lu_title_MyLinks,__item__,lu_title_ConfirmExtendEnhancement" templates="platform/my_account/my_account,inlink/my_account/my_links,__default__,inlinks/links/enhancements/extend_enhancement_confirm"/>
-
- <!-- enhancement extension confirmation -->
- <inp2:m_RenderElement design="content_box">
-
- <inp2:m_Capture to_var="header">
- <inp2:m_phrase name="lu_title_ConfirmExtendEnhancement"/>
- </inp2:m_Capture>
-
- <form method="POST" action="<inp2:m_FormAction />">
- <table>
- <tr>
- <td>
- <h2><inp2:m_phrase label="lu_AreYouSureToExtendEnhancement" /></h2>
- </td>
- </tr>
-
- <tr>
- <td>
- <inp2:m_Phrase label="lu_ExtendEnhancementConfirmation" />
- </td>
- </tr>
-
- <tr>
- <td>
- <br />
- <inp2:m_if check="l_EnhanceUsingInCommerce">
- <input type="hidden" name="shop_cart_template" value="in-commerce/checkout/shop_cart" />
- <input type="submit" class="button" name="events[ord][OnAddVirtualProductToCart]" value="<inp2:m_phrase label="lu_btn_Yes" />" />
- <inp2:m_else />
- <input type="hidden" name="success_template" value="inlink/my_account/my_links" />
- <input type="submit" class="button" name="events[ls][OnExtendEnhancement]" value="<inp2:m_Phrase label="lu_btn_Yes" />" />
- </inp2:m_if>
- <input type="hidden" name="cancel_template" value="inlink/my_account/my_links" />
- <input type="submit" class="button" name="events[ls][OnCancel]" value="<inp2:m_Phrase label="lu_btn_No" />" />
- </td>
- </tr>
- </table>
- </form>
- </inp2:m_RenderElement>
- <!-- // enhancement extension confirmation -->
-</inp2:m_DefineElement>
-
-<inp2:m_include template="platform/designs/default_design" pass_params="1"/>
\ No newline at end of file
Property changes on: branches/RC/themes/default2007/inlink/links/enhancements/extend_enhancement_confirm.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: branches/RC/themes/default2007/inlink/links/enhancements/enhancement_details.tpl
===================================================================
--- branches/RC/themes/default2007/inlink/links/enhancements/enhancement_details.tpl (revision 12052)
+++ branches/RC/themes/default2007/inlink/links/enhancements/enhancement_details.tpl (nonexistent)
@@ -1,33 +0,0 @@
-<!--## PAGE TITLE ELEMENT ##-->
-<inp2:m_DefineElement name="page_title">
- <inp2:m_phrase name="lu_title_EnhancementDetails"/>
-</inp2:m_DefineElement>
-<!--## //PAGE TITLE ELEMENT ##-->
-
-<inp2:m_DefineElement name="content">
- <!-- enhancement details -->
- <inp2:m_RenderElement design="content_box">
- <inp2:m_Capture to_var="header">
- <inp2:m_phrase name="lu_title_EnhancementDetails"/>
- </inp2:m_Capture>
-
- <strong><inp2:m_Phrase name="lu_fld_Name"/></strong>:
- <inp2:lst_Field name="Name" /><br />
-
- <inp2:m_if check="lst_Field" name="Description">
- <inp2:lst_Field name="Description"/><br />
- </inp2:m_if>
- <br />
-
- <strong><inp2:m_Phrase name="lu_fld_Duration"/></strong>:
- <inp2:lst_Field name="Duration" /> <inp2:lst_Field name="DurationType" /><br />
-
- <inp2:m_if check="m_ModuleEnabled" module="In-Commerce">
- <strong><inp2:m_Phrase name="lu_fld_Price"/></strong>:
- <inp2:lst_Field name="Price" currency="selected"/><br />
- </inp2:m_if>
- </inp2:m_RenderElement>
- <!-- // enhancement details -->
-</inp2:m_DefineElement>
-
-<inp2:m_include template="platform/designs/popup_design" pass_params="1"/>
\ No newline at end of file
Property changes on: branches/RC/themes/default2007/inlink/links/enhancements/enhancement_details.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: branches/RC/themes/default2007/inlink/links/enhancements/cancel_enhancement_confirm.tpl
===================================================================
--- branches/RC/themes/default2007/inlink/links/enhancements/cancel_enhancement_confirm.tpl (revision 12052)
+++ branches/RC/themes/default2007/inlink/links/enhancements/cancel_enhancement_confirm.tpl (nonexistent)
@@ -1,63 +0,0 @@
-<inp2:m_RequireLogin template="platform/login/register"/>
-
-<!--## PAGE TITLE ELEMENT ##-->
-<inp2:m_DefineElement name="page_title">
- <inp2:m_phrase name="lu_title_ConfirmCancelEnhancement"/>
-</inp2:m_DefineElement>
-<!--## //PAGE TITLE ELEMENT ##-->
-
-<inp2:m_DefineElement name="sidebar">
- <inp2:m_RenderElements
- elements="
- platform/elements/side_boxes/login,
- platform/elements/side_boxes/search,
- inlink/elements/side_boxes/action_box,
- "
- design="blue_box"/>
-
- <inp2:m_RenderElement name="inlink/elements/side_boxes/new" design="blue_box" data_exists="1"/>
- <inp2:m_RenderElement name="inlink/elements/side_boxes/hot" design="blue_box" data_exists="1"/>
- <inp2:m_RenderElement name="inlink/elements/side_boxes/pop" design="blue_box" data_exists="1"/>
- <inp2:m_RenderElement name="inlink/elements/side_boxes/pick" design="blue_box" data_exists="1"/>
-</inp2:m_DefineElement>
-
-<inp2:m_DefineElement name="content">
- <inp2:m_include template="platform/elements/navigation_bar" titles="lu_title_MyAccount,lu_title_MyLinks,__item__,lu_title_ConfirmCancelEnhancement" templates="platform/my_account/my_account,inlink/my_account/my_links,__default__,inlinks/links/enhancements/cancel_enhancement_confirm"/>
-
- <!-- enhancement extension confirmation -->
- <inp2:m_RenderElement design="content_box">
-
- <inp2:m_Capture to_var="header">
- <inp2:m_phrase name="lu_title_ConfirmCancelEnhancement"/>
- </inp2:m_Capture>
-
- <form method="POST" action="<inp2:m_FormAction />">
- <table>
- <tr>
- <td>
- <h2><inp2:m_phrase label="lu_AreYouSureToCancelEnhancement" /></h2>
- </td>
- </tr>
-
- <tr>
- <td>
- <inp2:m_Phrase label="lu_CancelEnhancementConfirmation" />
- </td>
- </tr>
-
- <tr>
- <td>
- <br />
- <input type="hidden" name="success_template" value="inlink/my_account/my_links" />
- <input type="submit" class="button" name="events[ls][OnCancelEnhancement]" value="<inp2:m_phrase label="lu_btn_Yes" />" />
- <input type="hidden" name="cancel_template" value="inlink/my_account/my_links" />
- <input type="submit" class="button" name="events[ls][OnCancel]" value="<inp2:m_Phrase label="lu_btn_No" />" />
- </td>
- </tr>
- </table>
- </form>
- </inp2:m_RenderElement>
- <!-- // enhancement extension confirmation -->
-</inp2:m_DefineElement>
-
-<inp2:m_include template="platform/designs/default_design" pass_params="1"/>
\ No newline at end of file
Property changes on: branches/RC/themes/default2007/inlink/links/enhancements/cancel_enhancement_confirm.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: branches/RC/themes/default2007/inlink/links/visit_link.tpl
===================================================================
--- branches/RC/themes/default2007/inlink/links/visit_link.tpl (revision 12052)
+++ branches/RC/themes/default2007/inlink/links/visit_link.tpl (nonexistent)
@@ -1 +0,0 @@
-<inp2:l_FollowLocation field="Url"/>
\ No newline at end of file
Property changes on: branches/RC/themes/default2007/inlink/links/visit_link.tpl
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: branches/RC/themes/default2007/inlink/links/add_review_confirm.tpl
===================================================================
--- branches/RC/themes/default2007/inlink/links/add_review_confirm.tpl (revision 12052)
+++ branches/RC/themes/default2007/inlink/links/add_review_confirm.tpl (nonexistent)
@@ -1,32 +0,0 @@
-<!--## PAGE TITLE ELEMENT ##-->
-<inp2:m_DefineElement name="page_title">
- <inp2:m_phrase name="lu_title_AddLinkReviewConfirm"/>
-</inp2:m_DefineElement>
-<!--## //PAGE TITLE ELEMENT ##-->
-
-<inp2:m_DefineElement name="sidebar">
- <inp2:m_RenderElements
- elements="
- platform/elements/side_boxes/login,
- platform/elements/side_boxes/search,
- inlink/elements/side_boxes/action_box,
- "
- design="blue_box"/>
-</inp2:m_DefineElement>
-
-<inp2:m_DefineElement name="content">
- <inp2:m_include template="platform/elements/navigation_bar" titles="__item__,lu_title_AddLinkReviewConfirm" templates="__default__,inlink/links/add_review_confirm" show_category="1"/>
-
- <!-- link add review confirm -->
- <inp2:m_RenderElement design="content_box">
- <inp2:m_Capture to_var="header">
- <inp2:m_phrase name="lu_title_AddLinkReviewConfirm"/>
- </inp2:m_Capture>
-
- <inp2:m_phrase name="lu_text_AddLinkReviewConfirm"/><br /><br />
- <a href="<inp2:l_LinkLink template="__default__"/>"><inp2:l_Field name="Name"/></a>
- </inp2:m_RenderElement>
- <!-- // link add review confirm -->
-</inp2:m_DefineElement>
-
-<inp2:m_include template="platform/designs/default_design" pass_params="1"/>
\ No newline at end of file
Property changes on: branches/RC/themes/default2007/inlink/links/add_review_confirm.tpl
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.3.2.1
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: branches/RC/themes/default2007/inlink/links/modify_confirm.tpl
===================================================================
--- branches/RC/themes/default2007/inlink/links/modify_confirm.tpl (revision 12052)
+++ branches/RC/themes/default2007/inlink/links/modify_confirm.tpl (nonexistent)
@@ -1,32 +0,0 @@
-<!--## PAGE TITLE ELEMENT ##-->
-<inp2:m_DefineElement name="page_title">
- <inp2:m_phrase name="lu_title_ModifyLinkConfirm"/>
-</inp2:m_DefineElement>
-<!--## //PAGE TITLE ELEMENT ##-->
-
-<inp2:m_DefineElement name="sidebar">
- <inp2:m_RenderElements
- elements="
- platform/elements/side_boxes/login,
- platform/elements/side_boxes/search,
- inlink/elements/side_boxes/action_box,
- "
- design="blue_box"/>
-</inp2:m_DefineElement>
-
-<inp2:m_DefineElement name="content">
- <inp2:m_include template="platform/elements/navigation_bar" titles="lu_title_MyAccount,lu_title_MyLinks,__item__,lu_title_ModifyLinkConfirm" templates="platform/my_account/my_account,inlink/my_account/my_links,__default__,inlink/links/modify_confirm"/>
-
- <!-- modify link confirm -->
- <inp2:m_RenderElement design="content_box">
- <inp2:m_Capture to_var="header">
- <inp2:m_phrase name="lu_title_ModifyLinkConfirm"/>
- </inp2:m_Capture>
-
- <inp2:m_phrase name="lu_text_ModifyLinkConfirm"/><br /><br />
- <a href="<inp2:m_Link template="inlink/my_account/my_links" m_cat_id="0" m_cat_page="1"/>"><inp2:m_phrase name="lu_text_MyLinks"/></a>
- </inp2:m_RenderElement>
- <!-- // modify link confirm -->
-</inp2:m_DefineElement>
-
-<inp2:m_include template="platform/designs/default_design" pass_params="1"/>
\ No newline at end of file
Property changes on: branches/RC/themes/default2007/inlink/links/modify_confirm.tpl
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.6.2.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: branches/RC/themes/default2007/inlink/links/search_results.tpl
===================================================================
--- branches/RC/themes/default2007/inlink/links/search_results.tpl (revision 12052)
+++ branches/RC/themes/default2007/inlink/links/search_results.tpl (nonexistent)
@@ -1,74 +0,0 @@
-<!--## PAGE TITLE ELEMENT ##-->
-<inp2:m_DefineElement name="page_title">
- <inp2:m_Phrase label="lu_title_LinkSearchResults"/>
-</inp2:m_DefineElement>
-<!--## //PAGE TITLE ELEMENT ##-->
-
-<inp2:m_DefineElement name="sidebar">
- <inp2:m_RenderElements
- elements="
- platform/elements/side_boxes/login,
- platform/elements/side_boxes/search,
- inlink/elements/side_boxes/quick_search,
- inlink/elements/side_boxes/action_box,
- "
- design="blue_box"/>
-
- <inp2:m_RenderElement name="inlink/elements/side_boxes/new" design="blue_box" data_exists="1"/>
- <inp2:m_RenderElement name="inlink/elements/side_boxes/pop" design="blue_box" data_exists="1"/>
- <inp2:m_RenderElement name="inlink/elements/side_boxes/pick" design="blue_box" data_exists="1"/>
-</inp2:m_DefineElement>
-
-<inp2:m_DefineElement name="content">
- <inp2:m_include template="platform/elements/navigation_bar" titles="lu_title_LinkSearchResults" templates="inlink/search/search_results"/>
-
- <inp2:m_RenderElement design="content_box">
- <inp2:l_InitList list_name="link_search_results" types="search" parent_cat_id="any" recursive="1"/>
-
- <inp2:m_Capture to_var="header">
- <inp2:m_Phrase label="lu_title_LinkSearchResults"/> (<inp2:l_TotalRecords list_name="link_search_results"/>)
- </inp2:m_Capture>
-
- <inp2:m_include template="inlink/elements/sorting" list_name="link_search_results"/>
-
- <inp2:m_include template="inlink/designs/links"/>
- <inp2:m_include template="platform/designs/search_results"/>
-
- <!-- SEARCH SUGGESTION -->
- <inp2:m_if check="c_SpellingSuggestions">
- <div id="didyoumean">
- <strong>Did you mean:</strong> <a href="<inp2:c_SuggestionLink/>"><inp2:c_SpellingSuggestions/></a>
- </div>
- </inp2:m_if>
- <!-- //SEARCH SUGGESTION -->
-
-
- <!--## THESAURUS CONTENT ##-->
- <inp2:m_DefineElement name="thesaurus">
- <inp2:m_DefineElement name="narrow_search_elem">
- <li><a href="<inp2:m_Param name='url'/>"><inp2:m_Param name="term"/></a></li>
- </inp2:m_DefineElement>
-
- <inp2:m_if check="thesaurus_HasThesaurus">
- <div id="popularSearchTerms" class="highlightBox">
- <h2>Narrow Search By</h2>
- <ul>
- <inp2:thesaurus_PrintThesaurus render_as="narrow_search_elem"/>
- </ul>
- </div>
- </inp2:m_if>
- </inp2:m_DefineElement>
- <!--## /THESAURUS CONTENT ##-->
-
- <inp2:m_RenderElement name="thesaurus"/>
-
-
- <table class="fullwidth item-listing table-border">
- <inp2:l_ListLinks list_name="link_search_results" render_as="link_element" show_relevance="1"/>
- </table>
-
- <inp2:m_include template="platform/elements/pagination" prefix="l" list_name="link_search_results"/>
- </inp2:m_RenderElement>
-</inp2:m_DefineElement>
-
-<inp2:m_include template="platform/designs/default_design" pass_params="1"/>
\ No newline at end of file
Property changes on: branches/RC/themes/default2007/inlink/links/search_results.tpl
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.3.2.5
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: branches/RC/themes/default2007/inlink/links/hot_links.tpl
===================================================================
--- branches/RC/themes/default2007/inlink/links/hot_links.tpl (revision 12052)
+++ branches/RC/themes/default2007/inlink/links/hot_links.tpl (nonexistent)
@@ -1,46 +0,0 @@
-<!--## PAGE TITLE ELEMENT ##-->
-<inp2:m_DefineElement name="page_title">
- <inp2:m_phrase name="lu_title_HotLinks"/>
-</inp2:m_DefineElement>
-<!--## //PAGE TITLE ELEMENT ##-->
-
-<inp2:m_DefineElement name="sidebar">
- <inp2:m_RenderElements
- elements="
- platform/elements/side_boxes/login,
- platform/elements/side_boxes/search,
- inlink/elements/side_boxes/action_box,
- "
- design="blue_box"/>
-
- <inp2:m_RenderElement name="inlink/elements/side_boxes/new" design="blue_box" data_exists="1"/>
- <inp2:m_RenderElement name="inlink/elements/side_boxes/pop" design="blue_box" data_exists="1"/>
- <inp2:m_RenderElement name="inlink/elements/side_boxes/pick" design="blue_box" data_exists="1"/>
-</inp2:m_DefineElement>
-
-<inp2:m_DefineElement name="content">
- <inp2:m_include template="platform/elements/navigation_bar" titles="lu_title_HotLinks" templates="inlink/links/hot_links"/>
-
- <!-- links in category -->
- <inp2:m_RenderElement design="content_box" data_exists="1" block_no_data="no_links">
- <inp2:l_InitList list_name="hot_links" m_cat_id="0" m_cat_page="1" recursive="1" types="hot"/>
-
- <inp2:m_Capture to_var="header">
- <inp2:m_phrase name="lu_title_HotLinks"/> (<inp2:l_TotalRecords list_name="hot_links"/>)
- </inp2:m_Capture>
-
- <inp2:m_include template="inlink/designs/links"/>
-
- <inp2:m_include template="inlink/elements/sorting" list_name="hot_links"/>
-
- <table class="fullwidth item-listing table-border">
- <inp2:l_ListLinks list_name="hot_links" render_as="link_element" direction="H"/>
- </table>
-
- <inp2:m_include template="platform/elements/pagination" prefix="l" list_name="hot_links"/>
- </inp2:m_RenderElement>
- <!-- // links in category -->
-
-</inp2:m_DefineElement>
-
-<inp2:m_include template="platform/designs/default_design" pass_params="1"/>
\ No newline at end of file
Property changes on: branches/RC/themes/default2007/inlink/links/hot_links.tpl
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.7.2.4
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: branches/RC/themes/default2007/inlink/my_account/my_links.tpl
===================================================================
--- branches/RC/themes/default2007/inlink/my_account/my_links.tpl (revision 12052)
+++ branches/RC/themes/default2007/inlink/my_account/my_links.tpl (nonexistent)
@@ -1,45 +0,0 @@
-<!--## PAGE TITLE ELEMENT ##-->
-<inp2:m_DefineElement name="page_title">
- <inp2:m_phrase name="lu_title_MyLinks"/>
-</inp2:m_DefineElement>
-<!--## //PAGE TITLE ELEMENT ##-->
-
-<inp2:m_RequireLogin login_template="platform/login/register"/>
-<inp2:m_DefineElement name="sidebar">
- <inp2:m_RenderElements
- elements="
- platform/elements/side_boxes/login,
- platform/elements/side_boxes/search,
- inlink/elements/side_boxes/action_box
- "
- design="blue_box"/>
-</inp2:m_DefineElement>
-
-<inp2:m_DefineElement name="content">
- <inp2:m_include template="platform/elements/navigation_bar" titles="lu_title_MyAccount,lu_title_MyLinks" templates="platform/my_account/my_account,inlink/my_account/my_links"/>
-
- <!-- my links -->
- <inp2:m_RenderElement design="content_box" data_exists="1" block_no_data="no_links">
- <inp2:l_InitList list_name="my_links" types="my_items" parent_cat_id="0" recursive="1"/>
-
- <inp2:m_Capture to_var="header">
- <inp2:m_phrase name="lu_title_MyLinks"/> (<inp2:l_TotalRecords list_name="my_links"/>)
- </inp2:m_Capture>
-
- <inp2:m_include template="inlink/designs/links"/>
-
- <inp2:m_include template="inlink/elements/sorting" list_name="my_links"/>
-
- <img src="<inp2:m_TemplatesBase module="In-Portal"/>img/s.gif" width="1" height="10" alt="" /><br />
-
- <table class="item-listing fullwidth">
- <inp2:l_ListLinks list_name="my_links" render_as="my_link_element" direction="H"/>
- </table>
-
- <inp2:m_include template="platform/elements/pagination" prefix="l" list_name="my_links"/>
- </inp2:m_RenderElement>
- <!-- // my links -->
-
-</inp2:m_DefineElement>
-
-<inp2:m_include template="platform/designs/default_design" pass_params="1"/>
\ No newline at end of file
Property changes on: branches/RC/themes/default2007/inlink/my_account/my_links.tpl
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.9.2.3
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: branches/RC/themes/default2007/inlink/my_account/my_items.tpl
===================================================================
--- branches/RC/themes/default2007/inlink/my_account/my_items.tpl (revision 12052)
+++ branches/RC/themes/default2007/inlink/my_account/my_items.tpl (nonexistent)
@@ -1,9 +0,0 @@
-<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="inlink/my_account/my_links" title="lu_MyLinks"/>
- </inp2:m_if>
-
- <inp2:m_if check="m_ParamEquals" name="place" value="contentbox">
- <inp2:m_RenderElement name="my_account_element" template="inlink/my_account/my_links" title="lu_MyLinks" description="lu_description_MyLinks" icon_image="inlink/img/ic_mylinks46.gif"/>
- </inp2:m_if>
-</inp2:m_if>
\ No newline at end of file
Property changes on: branches/RC/themes/default2007/inlink/my_account/my_items.tpl
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2.2.1
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: branches/RC/themes/default2007/inlink/detail_pages/standard.tpl
===================================================================
--- branches/RC/themes/default2007/inlink/detail_pages/standard.tpl (revision 12052)
+++ branches/RC/themes/default2007/inlink/detail_pages/standard.tpl (nonexistent)
@@ -1,473 +0,0 @@
-<!--## PAGE TITLE ELEMENT ##-->
-<inp2:m_DefineElement name="page_title">
- <inp2:l_Field name="Name"/>
-</inp2:m_DefineElement>
-<!--## //PAGE TITLE ELEMENT ##-->
-
-<!--## SIDE-BAR ELEMENT ##-->
-<inp2:m_DefineElement name="sidebar">
- <inp2:m_RenderElements
- elements="
- platform/elements/side_boxes/login,
- platform/elements/side_boxes/search,
- "
- design="blue_box"/>
-
- <inp2:m_RenderElement name="inlink/elements/side_boxes/action_box" item_actions="1" design="blue_box"/>
-</inp2:m_DefineElement>
-<!--## /SIDE-BAR ELEMENT ##-->
-
-<!--## ADDITIONAL IMAGE ELEMENT ##-->
-<inp2:m_DefineElement name="additional_image_element">
- <td>
- <a href="<inp2:ImageSrc MaxWidth="fullsize"/>" class="thickbox" rel="link-images" title="<inp2:m_param name="alt"/>">
- <img src="<inp2:m_param name="img_path"/>" title="<inp2:m_param name="alt"/>" alt="<inp2:m_param name="alt"/>" <inp2:m_param name="img_size"/> border="0" /><br />
- </a>
- </td>
- <inp2:m_if check="m_Param" name="not_last">
- <td>
- <img src="<inp2:m_TemplatesBase module="In-Portal"/>img/s.gif" width="8" height="1" alt="" />
- </td>
- </inp2:m_if>
-</inp2:m_DefineElement>
-<!--## /ADDITIONAL IMAGE ELEMENT ##-->
-
-<!--## MAIN CONTENT ##-->
-<inp2:m_DefineElement name="content">
- <inp2:m_include template="platform/elements/navigation_bar" titles="__item__" templates="__default__" show_category="1"/>
-
- <!-- link details -->
- <inp2:m_RenderElement design="content_box">
-
- <inp2:m_Capture to_var="header">
- <strong><inp2:l_Field name="Name"/></strong>
- </inp2:m_Capture>
-
- <table class="fullwidth table-border">
- <tr>
- <td class="item-padding">
-
- <table class="fullwidth">
- <tr>
- <td width="25" valign="top">
- <img src="<inp2:m_TemplatesBase module="In-Portal"/>img/link_icon.gif" width="16" height="23" alt="" />
- </td>
- <td valign="top">
-
- <span class="text-title">
- <a href="<inp2:l_LinkLink template="inlink/links/visit_link"/>" target="_blank"><inp2:l_Field name="Name"/></a>
- </span>
-
- <inp2:m_if check="l_Field" name="IsHot"><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/icon_hot.gif" alt="<inp2:m_phrase name="lu_Hot"/>"/></inp2:m_if>
- <inp2:m_if check="l_Field" name="IsNew"><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/icon_new.gif" alt="<inp2:m_phrase name="lu_New"/>"/></inp2:m_if>
- <inp2:m_if check="l_Field" name="IsPop"><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/icon_popular.gif" alt="<inp2:m_phrase name="lu_Pop"/>"/></inp2:m_if>
- <inp2:m_if check="l_IsEditorsPick"><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/icon_pick.gif" alt="<inp2:m_phrase name="lu_Pick"/>"/></inp2:m_if>
- <inp2:m_if check="l_IsFavorite"><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/icon_favorite.gif" alt="<inp2:m_phrase name="lu_Favorite"/>"/></inp2:m_if>
- <inp2:l_VotesIndicator render_as="rating_element"/>
-
- <br />
-
- <span class="item-statistics">
- <inp2:m_phrase name="lu_Added"/>: <inp2:l_Field name="CreatedOn" format="_regional_DateFormat"/>,
- <inp2:m_phrase name="lu_Hits"/>: <inp2:l_Field name="Hits"/>,
- <inp2:m_phrase name="lu_Rating"/>: <inp2:l_Field name="CachedRating"/>,
- <inp2:m_phrase name="lu_Reviews"/>: <inp2:l_Field name="CachedReviewsQty"/>,
- <inp2:m_phrase name="lu_Votes"/>: <inp2:l_Field name="CachedVotesQty"/>
- </span>
- </td>
- </tr>
- </table>
-
- <table>
- <tr>
- <td class="picture-padding" style="padding-left:25px" valign="top">
- <inp2:m_if check="l_ImageSrc" MaxWidth="fullsize">
- <a href="<inp2:l_ImageSrc MaxWidth="fullsize" />" class="thickbox" rel="link-images" title="<inp2:l_Field name='Name' html_escape='1'/>">
- <inp2:l_Image render_as="image_element" Primary="1" MaxWidth="thumbnail" DefaultWidth="150" DefaultImage="platform/img/no_picture.gif" /><br />
- </a>
- <inp2:m_else/>
- <inp2:l_Image render_as="image_element" Primary="1" MaxWidth="thumbnail" DefaultWidth="150" DefaultImage="platform/img/no_picture.gif"/><br />
- </inp2:m_if>
- </td>
- <td class="text-padding" valign="top">
- <inp2:l_Field name="Description" nl2br="1"/>
-
- <br/><br/>
- <inp2:m_if check="l_IsFavorite">
- <img src="<inp2:m_TemplatesBase module="In-Portal"/>img/ic_removefromfav.gif" width="11" height="10" alt="" /> <a class="item-action" href="<inp2:l_FavoriteToggleLink/>"><inp2:m_phrase name="lu_btn_RemoveFromFavorites"/></a>
- <inp2:m_else/>
- <img src="<inp2:m_TemplatesBase module="In-Portal"/>img/ic_addtofav.gif" width="11" height="10" alt="" /> <a class="item-action" href="<inp2:l_FavoriteToggleLink template="platform/my_account/my_favorites"/>"><inp2:m_phrase name="lu_btn_AddToFavorites"/></a>
- </inp2:m_if>
-
- </td>
- </tr>
- </table>
- <br />
-
- <!--## LIST LINK ADITIONAL IMAGES ##-->
- <inp2:m_if check="l_HasAdditionalImages">
- <inp2:m_RenderElement design="content_box_subsection">
- <inp2:m_Capture to_var="subsection_header">
- <strong><inp2:m_Phrase name="lu_section_AdditionalImages"/></strong>
- </inp2:m_Capture>
-
- <table>
- <tr>
- <inp2:l_ListImages render_as="additional_image_element" types="additional" per_page="-1" no_table="1" MaxHeight="75" DefaultHeight="75" DefaultImage="platform/img/no_picture.gif"/>
- </tr>
- </table>
- <br /><br />
- </inp2:m_RenderElement>
- </inp2:m_if>
- <!--## //LIST LINK ADITIONAL IMAGES ##-->
-
- <!--## LIST LINK FILES ##-->
- <inp2:m_RenderElement design="content_box_subsection" data_exists="1">
- <inp2:m_Capture to_var="subsection_header">
- <strong><inp2:m_Phrase name="lu_section_Files"/></strong>
- </inp2:m_Capture>
- <table>
- <inp2:l-file_PrintList render_as="file_element" columns="1" direction="V" per_page="10" />
- </table>
- <br /><br />
- </inp2:m_RenderElement>
- <!--## //LIST LINK FILES ##-->
-
- <br />
- <table>
- <tr>
- <td class="tab-left-padding <inp2:m_if check="l_HasValue" fields="cust_LinkAddress,cust_LinkCity,cust_LinkState,cust_LinkZipCode,cust_LinkCountry,cust_LinkPhone" condition="or" inverse>tab-bottom-line </inp2:m_if> <inp2:m_if check="m_GetConfig" name="l_EnableLinkContactForm">tab-bottom-line </inp2:m_if>">
-
-
- <script language="JavaScript">
- function tabLinkDetailPress(tab_name) {
- if ( tab_name == "contact_information") {
- document.getElementById("contact_information").style.display = '';
- document.getElementById("request_information").style.display = 'none';
- document.getElementById("tab_contact_information").className="active-tab";
- document.getElementById("tab_request_information").className="inactive-tab";
- }
-
- if ( tab_name == "request_information") {
- document.getElementById("contact_information").style.display = 'none';
- document.getElementById("request_information").style.display = '';
- document.getElementById("tab_contact_information").className="inactive-tab";
- document.getElementById("tab_request_information").className="active-tab";
- }
- }
- </script>
-
-
- <table>
- <tr>
- <inp2:m_if check="l_HasValue" fields="cust_LinkAddress,cust_LinkCity,cust_LinkState,cust_LinkZipCode,cust_LinkCountry,cust_LinkPhone" condition="or">
- <td id="tab_contact_information" class="<inp2:m_if check="m_Get" name="ContactForm_HasErrors">inactive-tab<inp2:m_else/>active-tab</inp2:m_if>">
- <a href="#" onclick="tabLinkDetailPress('contact_information'); return false;"><inp2:m_Phrase name="lu_contact_information"/></a></td>
- <td width="8">&nbsp;</td>
- </inp2:m_if>
-
- <inp2:m_if check="m_GetConfig" name="l_EnableLinkContactForm">
- <inp2:m_if check="m_Get" name="ContactForm_HasErrors">
- <td id="tab_request_information" class="active-tab">
- <a href="#" onclick="tabLinkDetailPress('request_information'); return false;"><inp2:m_Phrase name="lu_Link_RequestInformation"/></a></td>
- <inp2:m_else/>
- <td id="tab_request_information" class="<inp2:m_if check="l_HasValue" fields="cust_LinkAddress,cust_LinkCity,cust_LinkState,cust_LinkZipCode,cust_LinkCountry,cust_LinkPhone" condition="or">inactive-tab<inp2:m_else/>active-tab</inp2:m_if>">
- <a href="#" onclick="tabLinkDetailPress('request_information'); return false;"><inp2:m_Phrase name="lu_Link_RequestInformation"/></a></td>
- </inp2:m_if>
- <td width="8">&nbsp;</td>
- </inp2:m_if>
- </tr>
- </table>
-
- </td>
- </tr>
- <tr>
- <td class="<inp2:m_if check="l_HasValue" fields="cust_LinkAddress,cust_LinkCity,cust_LinkState,cust_LinkZipCode,cust_LinkCountry,cust_LinkPhone" condition="or" inverse>tab-bottom-content </inp2:m_if> <inp2:m_if check="m_GetConfig" name="l_EnableLinkContactForm">tab-bottom-content </inp2:m_if>">
-
-
- <inp2:m_if check="l_HasValue" fields="cust_LinkAddress,cust_LinkCity,cust_LinkState,cust_LinkZipCode,cust_LinkCountry,cust_LinkPhone" condition="or">
- <div id="contact_information" <inp2:m_if check="m_Get" name="ContactForm_HasErrors">style="display:none"</inp2:m_if>
- <table width="375">
- <tr>
- <td class="item-padding" align="left">
-
- <table class="fullwidth">
- <tr>
- <td width="100">
- <img src="<inp2:m_TemplatesBase module="In-Portal"/>img/s.gif" width="3" height="1" alt=""/><br />
- </td>
- <td>
- <img src="<inp2:m_TemplatesBase module="In-Portal"/>img/s.gif" width="3" height="1" alt=""/><br />
- </td>
- </tr>
-
- <inp2:m_if check="l_Field" name="cust_LinkAddress">
-
- <tr>
- <td class="field-name">
- <inp2:m_Phrase name="lu_fld_LinkAddress"/>:
- </td>
- <td>
- <inp2:l_Field name="cust_LinkAddress"/>
- </td>
- </tr>
- <tr>
- <td colspan="2">
- <div class="horizontal-separator"><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/s.gif" width="3" height="1" alt=""/><br /></div>
- </td>
- </tr>
- </inp2:m_if>
-
- <inp2:m_if check="l_Field" name="cust_LinkCity">
-
- <tr>
- <td class="field-name">
- <inp2:m_Phrase name="lu_fld_LinkCity"/>:
- </td>
- <td>
- <inp2:l_Field name="cust_LinkCity"/>
- </td>
- </tr>
- <tr>
- <td colspan="2">
- <div class="horizontal-separator"><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/s.gif" width="3" height="1" alt=""/><br /></div>
- </td>
- </tr>
- </inp2:m_if>
-
- <inp2:m_if check="l_Field" name="cust_LinkState">
-
- <tr>
- <td class="field-name">
- <inp2:m_Phrase name="lu_fld_LinkState"/>:
- </td>
- <td>
- <inp2:l_Field name="cust_LinkState"/>
- </td>
- </tr>
- <tr>
- <td colspan="2">
- <div class="horizontal-separator"><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/s.gif" width="3" height="1" alt=""/><br /></div>
- </td>
- </tr>
- </inp2:m_if>
-
- <inp2:m_if check="l_Field" name="cust_LinkZipCode">
-
- <tr>
- <td class="field-name">
- <inp2:m_Phrase name="lu_fld_LinkZipCode"/>:
- </td>
- <td>
- <inp2:l_Field name="cust_LinkZipCode"/>
- </td>
- </tr>
- <tr>
- <td colspan="2">
- <div class="horizontal-separator"><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/s.gif" width="3" height="1" alt=""/><br /></div>
- </td>
- </tr>
- </inp2:m_if>
-
- <inp2:m_if check="l_Field" name="cust_LinkCountry">
-
- <tr>
- <td class="field-name">
- <inp2:m_Phrase name="lu_fld_LinkCountry"/>:
- </td>
- <td>
- <inp2:l_Field name="cust_LinkCountry"/>
- </td>
- </tr>
- <tr>
- <td colspan="2">
- <div class="horizontal-separator"><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/s.gif" width="3" height="1" alt=""/><br /></div>
- </td>
- </tr>
- </inp2:m_if>
-
- <inp2:m_if check="l_Field" name="cust_LinkPhone">
-
- <tr>
- <td class="field-name">
- <inp2:m_Phrase name="lu_fld_LinkPhone"/>:
- </td>
- <td>
- <inp2:l_Field name="cust_LinkPhone"/>
- </td>
- </tr>
- <tr>
- <td colspan="2">
- <div class="horizontal-separator"><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/s.gif" width="3" height="1" alt=""/><br /></div>
- </td>
- </tr>
- </inp2:m_if>
-
- <inp2:m_if check="m_GetConfig" name="l_EnableGoogleMaps">
- <inp2:m_if check="l_HasValue" fields="cust_LinkAddress,cust_LinkCity,cust_LinkCountry" condition="and">
- <tr>
- <td colspan="2" class="field-name">
- <div id="google_map_link">
- <a href="#" onclick="googleMapPress(); return false;"><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/map_icon.gif" width="17" height="17" alt="" /></a> <a href="#" onclick="googleMapPress(); return false;"><inp2:m_Phrase name="lu_GoogleMaps"/></a><br />
- </div>
- </td>
- </tr>
- <tr>
- <td colspan="2">
- <div class="horizontal-separator"><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/s.gif" width="3" height="1" alt=""/><br /></div>
- </td>
- </tr>
- </inp2:m_if>
- </inp2:m_if>
-
- </table>
- <br />
-
-
- <!--## Google Maps ##-->
- <inp2:m_if check="m_GetConfig" name="l_EnableGoogleMaps">
- <inp2:m_if check="l_HasValue" fields="cust_LinkAddress,cust_LinkCity,cust_LinkCountry" condition="and">
- <script language="JavaScript">
- function googleMapPress(){
- if (document.getElementById("google_map").style.display == 'none') {
- document.getElementById("google_map").style.display = '';
- } else {document.getElementById("google_map").style.display = 'none';}}
- </script>
- <div id="google_map" style="display:none">
-
- <script type="text/javascript"> addLoadEvent(function() {showaddress('<inp2:l_GetGoogleAddress/>', '<inp2:l_GetGoogleAddress display_info="1"/>')}); </script>
- <div id="map" style="width: 350px; height: 300px; border: 1px solid #616161;"></div>
- </div>
- </inp2:m_if>
- </inp2:m_if>
- <!--## /Google Maps ##-->
-
- </td>
- </tr>
- </table>
- </div>
- </inp2:m_if>
-
- <!--## Contact Link Form ##-->
- <inp2:m_if check="m_GetConfig" name="l_EnableLinkContactForm">
- <div id="request_information" style="<inp2:m_if check="m_Get" name="ContactForm_HasErrors"><inp2:m_else/><inp2:m_if check="l_HasValue" fields="cust_LinkAddress,cust_LinkCity,cust_LinkState,cust_LinkZipCode,cust_LinkCountry,cust_LinkPhone" condition="or">display:none</inp2:m_if></inp2:m_if>">
- <form method="post" action="<inp2:m_FormAction/>">
- <table class="form-data" width="375">
-
- <inp2:m_DefineElement name="inp_custom_textbox" field="" title="" style="" default="" multiline="0">
- <tr>
- <td class="field-name" nowrap="nowrap">
- <label for="<inp2:m_Param name="field"/>">
- <span <inp2:m_if check="m_Get" var="error_{$field}">class="field-required"</inp2:m_if>><inp2:m_Phrase name="$title"/></span>
- <span class="field-required"> *</span>:
- </label>
- </td>
- <td class="field-value">
- <inp2:m_if check="m_Get" var="error_{$field}">
- <span class="field-error"><inp2:m_Phrase name="lu_error_required"/></span><br/>
- </inp2:m_if>
-
- <inp2:m_if check="m_Param" name="multiline">
- <textarea class="input-text" name="<inp2:m_Param name="field"/>" style="<inp2:m_Param name="style"/>"><inp2:m_Get var="$field"/></textarea>
- <inp2:m_else/>
- <inp2:m_if check="m_Get" var="$field">
- <input type="text" name="<inp2:m_Param name="field"/>" class="input-text" style="<inp2:m_Param name="style"/>" value="<inp2:m_Get var="$field"/>">
- <inp2:m_else/>
- <input type="text" name="<inp2:m_Param name="field"/>" class="input-text" style="<inp2:m_Param name="style"/>" value="<inp2:m_if check="m_Param" name="default"><inp2:u_Field name="$default"/></inp2:m_if>"/>
- </inp2:m_if>
- </inp2:m_if>
- <input type="hidden" name="FormRequiredFields[]" value="<inp2:m_Param name="field"/>"/>
- </td>
- </tr>
- </inp2:m_DefineElement>
-
- <inp2:m_DefineElement name="inp_custom_captcha" style="" field="" title="lu_fld_Captcha">
- <tr>
- <td class="field-name" nowrap="nowrap">
- <label for="<inp2:m_Param name="field"/>">
- <span <inp2:m_if check="m_Get" var="error_{$field}">class="field-required"</inp2:m_if>><inp2:m_Phrase name="$title"/></span>
- <span class="field-required"> *</span>:
- </label>
- </td>
- <td class="field-value">
- <inp2:m_if check="m_Get" var="error_{$field}">
- <span class="field-error"><inp2:m_Phrase name="lu_captcha_error"/></span><br />
- </inp2:m_if>
-
- <img src="<inp2:m_Link template="platform/inc/captcha_image" var="{$prefix}_captcha_code" w="150" h="30"/>" alt="<inp2:m_Phrase name="$title"/>"/><br />
- <img src="<inp2:m_TemplatesBase module="In-Portal"/>img/s.gif" width="1" height="5" alt=""/><br />
- <input type="text" class="input-text" name="<inp2:m_Param name="field"/>" value="" tabindex="" style="<inp2:m_Param name="style"/>">
- <input type="hidden" name="FormRequiredFields[]" value="<inp2:m_Param name="field"/>"/>
- </td>
- </tr>
- <inp2:m_RenderElement name="inp_edit_field_separator" is_last="$is_last"/>
- </inp2:m_DefineElement>
-
- <inp2:m_RenderElement name="inp_custom_textbox" field="ContactFormFullName" title="lu_fld_FullName" style="width: 200px;" default="FullName"/>
- <inp2:m_RenderElement name="inp_custom_textbox" field="ContactFormEmail" title="lu_fld_Email" style="width: 200px;" default="Email"/>
- <inp2:m_RenderElement name="inp_custom_textbox" field="ContactFormSubject" title="lu_fld_Subject" style="width: 200px;"/>
- <inp2:m_RenderElement name="inp_custom_textbox" field="ContactFormBody" title="lu_fld_Body" style="width: 200px; height: 100px;" multiline="1"/>
- <inp2:m_RenderElement name="inp_custom_captcha" field="ContactFormCaptcha" prefix="l" style="width: 200px;" />
-
- <tr>
- <td colspan="2" class="item-padding" align="right">
- <input type="hidden" name="success_template" value="platform/thankyou"/>
- <input type="hidden" name="success_label_header" value="lu_header_Thankyou"/>
- <input type="hidden" name="success_label_body" value="lu_Link_ContactFormThankyouText"/>
- <input class="button" type="submit" name="events[l][OnContactFormSubmit]" value="<inp2:m_phrase label="lu_btn_Contact"/>"/>
- <input class="button" type="reset" name="events[l][OnContactFormReset]" value="<inp2:m_phrase label="lu_btn_Reset"/>"/>
- </td>
- </tr>
- </table>
- </form>
- </div>
- </inp2:m_if>
- <!--## //Contact Link Form ##-->
-
- </td>
- </tr>
- </table>
- </td>
- </tr>
- </table>
-
- </inp2:m_RenderElement>
- <!--## // link details ##-->
-
- <!--## link reviews ##-->
- <inp2:m_DefineElement name="no_reviews">
- <inp2:m_phrase name="lu_NoReviews"/>
- </inp2:m_DefineElement>
-
- <inp2:m_RenderElement design="content_box" data_exists="1" block_no_data="no_reviews">
- <inp2:m_Capture to_var="header">
- <inp2:m_phrase name="lu_section_Reviews"/> (<inp2:l-rev_TotalRecords/>)
- </inp2:m_Capture>
-
- <table>
- <inp2:l-rev_PrintList render_as="review_element"/>
- </table>
-
- <inp2:m_include template="platform/elements/pagination" prefix="l-rev"/>
- </inp2:m_RenderElement>
- <!--## // link reviews ##-->
-
- <!--## RELATED TO LINK ITEMS ##-->
- <inp2:m_RenderElement design="content_box" related_to="Link" 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" related_to="$related_to" skip_prefixes="c" />
- </inp2:m_RenderElement>
- <!--## // RELATED TO LINK ITEMS ##-->
-
- <!--## INCREASE HITS COUNTER ##-->
- <inp2:l_RegisterHit/>
- <!--## // INCREASE HITS COUNTER ##-->
-</inp2:m_DefineElement>
-<!--## /MAIN CONTENT ##-->
-
-<!--## DESIGN TEMPLATE ##-->
-<inp2:m_include template="platform/designs/default_design" pass_params="1" related_to="$related_to"/>
-<!--## /DESIGN TEMPLATE ##-->
\ No newline at end of file
Property changes on: branches/RC/themes/default2007/inlink/detail_pages/standard.tpl
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1.2.19
\ No newline at end of property
Index: branches/RC/themes/default2007/inlink/detail_pages/paid.tpl
===================================================================
--- branches/RC/themes/default2007/inlink/detail_pages/paid.tpl (revision 12052)
+++ branches/RC/themes/default2007/inlink/detail_pages/paid.tpl (nonexistent)
@@ -1,473 +0,0 @@
-<!--## PAGE TITLE ELEMENT ##-->
-<inp2:m_DefineElement name="page_title">
- <inp2:l_Field name="Name"/>
-</inp2:m_DefineElement>
-<!--## //PAGE TITLE ELEMENT ##-->
-
-<!--## SIDE-BAR ELEMENT ##-->
-<inp2:m_DefineElement name="sidebar">
- <inp2:m_RenderElements
- elements="
- platform/elements/side_boxes/login,
- platform/elements/side_boxes/search,
- "
- design="blue_box"/>
-
- <inp2:m_RenderElement name="inlink/elements/side_boxes/action_box" item_actions="1" design="blue_box"/>
-</inp2:m_DefineElement>
-<!--## /SIDE-BAR ELEMENT ##-->
-
-<!--## ADDITIONAL IMAGE ELEMENT ##-->
-<inp2:m_DefineElement name="additional_image_element">
- <td>
- <a href="<inp2:ImageSrc MaxWidth="fullsize"/>" class="thickbox" rel="link-images" title="<inp2:m_param name="alt"/>">
- <img src="<inp2:m_param name="img_path"/>" title="<inp2:m_param name="alt"/>" alt="<inp2:m_param name="alt"/>" <inp2:m_param name="img_size"/> border="0" /><br />
- </a>
- </td>
- <inp2:m_if check="m_Param" name="not_last">
- <td>
- <img src="<inp2:m_TemplatesBase module="In-Portal"/>img/s.gif" width="8" height="1" alt="" />
- </td>
- </inp2:m_if>
-</inp2:m_DefineElement>
-<!--## /ADDITIONAL IMAGE ELEMENT ##-->
-
-<!--## MAIN CONTENT ##-->
-<inp2:m_DefineElement name="content">
- <inp2:m_include template="platform/elements/navigation_bar" titles="__item__" templates="__default__" show_category="1"/>
-
- <!-- link details -->
- <inp2:m_RenderElement design="content_box">
-
- <inp2:m_Capture to_var="header">
- <strong><inp2:l_Field name="Name"/></strong>
- </inp2:m_Capture>
-
- <table class="fullwidth table-border">
- <tr>
- <td class="item-padding">
-
- <table class="fullwidth">
- <tr>
- <td width="25" valign="top">
- <img src="<inp2:m_TemplatesBase module="In-Portal"/>img/link_icon.gif" width="16" height="23" alt="" />
- </td>
- <td valign="top">
-
- <span class="text-title">
- <a href="<inp2:l_LinkLink template="inlink/links/visit_link"/>" target="_blank"><inp2:l_Field name="Name"/></a>
- </span>
-
- <inp2:m_if check="l_Field" name="IsHot"><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/icon_hot.gif" alt="<inp2:m_phrase name="lu_Hot"/>"/></inp2:m_if>
- <inp2:m_if check="l_Field" name="IsNew"><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/icon_new.gif" alt="<inp2:m_phrase name="lu_New"/>"/></inp2:m_if>
- <inp2:m_if check="l_Field" name="IsPop"><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/icon_popular.gif" alt="<inp2:m_phrase name="lu_Pop"/>"/></inp2:m_if>
- <inp2:m_if check="l_IsEditorsPick"><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/icon_pick.gif" alt="<inp2:m_phrase name="lu_Pick"/>"/></inp2:m_if>
- <inp2:m_if check="l_IsFavorite"><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/icon_favorite.gif" alt="<inp2:m_phrase name="lu_Favorite"/>"/></inp2:m_if>
- <inp2:l_VotesIndicator render_as="rating_element"/>
-
- <br />
-
- <span class="item-statistics">
- <inp2:m_phrase name="lu_Added"/>: <inp2:l_Field name="CreatedOn" format="_regional_DateFormat"/>,
- <inp2:m_phrase name="lu_Hits"/>: <inp2:l_Field name="Hits"/>,
- <inp2:m_phrase name="lu_Rating"/>: <inp2:l_Field name="CachedRating"/>,
- <inp2:m_phrase name="lu_Reviews"/>: <inp2:l_Field name="CachedReviewsQty"/>,
- <inp2:m_phrase name="lu_Votes"/>: <inp2:l_Field name="CachedVotesQty"/>
- </span>
- </td>
- </tr>
- </table>
-
- <table>
- <tr>
- <td class="picture-padding" style="padding-left:25px" valign="top">
- <inp2:m_if check="l_ImageSrc" MaxWidth="fullsize">
- <a href="<inp2:l_ImageSrc MaxWidth="fullsize" />" class="thickbox" rel="link-images" title="<inp2:l_Field name='Name' html_escape='1'/>">
- <inp2:l_Image render_as="image_element" Primary="1" MaxWidth="thumbnail" DefaultWidth="150" DefaultImage="platform/img/no_picture.gif" /><br />
- </a>
- <inp2:m_else/>
- <inp2:l_Image render_as="image_element" Primary="1" MaxWidth="thumbnail" DefaultWidth="150" DefaultImage="platform/img/no_picture.gif"/><br />
- </inp2:m_if>
- </td>
- <td class="text-padding" valign="top">
- <inp2:l_Field name="Description" nl2br="1"/>
-
- <br/><br/>
- <inp2:m_if check="l_IsFavorite">
- <img src="<inp2:m_TemplatesBase module="In-Portal"/>img/ic_removefromfav.gif" width="11" height="10" alt="" /> <a class="item-action" href="<inp2:l_FavoriteToggleLink/>"><inp2:m_phrase name="lu_btn_RemoveFromFavorites"/></a>
- <inp2:m_else/>
- <img src="<inp2:m_TemplatesBase module="In-Portal"/>img/ic_addtofav.gif" width="11" height="10" alt="" /> <a class="item-action" href="<inp2:l_FavoriteToggleLink template="platform/my_account/my_favorites"/>"><inp2:m_phrase name="lu_btn_AddToFavorites"/></a>
- </inp2:m_if>
-
- </td>
- </tr>
- </table>
- <br />
-
- <!--## LIST LINK ADITIONAL IMAGES ##-->
- <inp2:m_if check="l_HasAdditionalImages">
- <inp2:m_RenderElement design="content_box_subsection">
- <inp2:m_Capture to_var="subsection_header">
- <strong><inp2:m_Phrase name="lu_section_AdditionalImages"/></strong>
- </inp2:m_Capture>
-
- <table>
- <tr>
- <inp2:l_ListImages render_as="additional_image_element" types="additional" per_page="-1" no_table="1" MaxHeight="75" DefaultHeight="75" DefaultImage="platform/img/no_picture.gif"/>
- </tr>
- </table>
- <br /><br />
- </inp2:m_RenderElement>
- </inp2:m_if>
- <!--## //LIST LINK ADITIONAL IMAGES ##-->
-
- <!--## LIST LINK FILES ##-->
- <inp2:m_RenderElement design="content_box_subsection" data_exists="1">
- <inp2:m_Capture to_var="subsection_header">
- <strong><inp2:m_Phrase name="lu_section_Files"/></strong>
- </inp2:m_Capture>
- <table>
- <inp2:l-file_PrintList render_as="file_element" columns="1" direction="V" per_page="10" />
- </table>
- <br /><br />
- </inp2:m_RenderElement>
- <!--## //LIST LINK FILES ##-->
-
- <br />
- <table>
- <tr>
- <td class="tab-left-padding <inp2:m_if check="l_HasValue" fields="cust_LinkAddress,cust_LinkCity,cust_LinkState,cust_LinkZipCode,cust_LinkCountry,cust_LinkPhone" condition="or" inverse>tab-bottom-line </inp2:m_if> <inp2:m_if check="m_GetConfig" name="l_EnableLinkContactForm">tab-bottom-line </inp2:m_if>">
-
-
- <script language="JavaScript">
- function tabLinkDetailPress(tab_name) {
- if ( tab_name == "contact_information") {
- document.getElementById("contact_information").style.display = '';
- document.getElementById("request_information").style.display = 'none';
- document.getElementById("tab_contact_information").className="active-tab";
- document.getElementById("tab_request_information").className="inactive-tab";
- }
-
- if ( tab_name == "request_information") {
- document.getElementById("contact_information").style.display = 'none';
- document.getElementById("request_information").style.display = '';
- document.getElementById("tab_contact_information").className="inactive-tab";
- document.getElementById("tab_request_information").className="active-tab";
- }
- }
- </script>
-
-
- <table>
- <tr>
- <inp2:m_if check="l_HasValue" fields="cust_LinkAddress,cust_LinkCity,cust_LinkState,cust_LinkZipCode,cust_LinkCountry,cust_LinkPhone" condition="or">
- <td id="tab_contact_information" class="<inp2:m_if check="m_Get" name="ContactForm_HasErrors">inactive-tab<inp2:m_else/>active-tab</inp2:m_if>">
- <a href="#" onclick="tabLinkDetailPress('contact_information'); return false;"><inp2:m_Phrase name="lu_contact_information"/></a></td>
- <td width="8">&nbsp;</td>
- </inp2:m_if>
-
- <inp2:m_if check="m_GetConfig" name="l_EnableLinkContactForm">
- <inp2:m_if check="m_Get" name="ContactForm_HasErrors">
- <td id="tab_request_information" class="active-tab">
- <a href="#" onclick="tabLinkDetailPress('request_information'); return false;"><inp2:m_Phrase name="lu_Link_RequestInformation"/></a></td>
- <inp2:m_else/>
- <td id="tab_request_information" class="<inp2:m_if check="l_HasValue" fields="cust_LinkAddress,cust_LinkCity,cust_LinkState,cust_LinkZipCode,cust_LinkCountry,cust_LinkPhone" condition="or">inactive-tab<inp2:m_else/>active-tab</inp2:m_if>">
- <a href="#" onclick="tabLinkDetailPress('request_information'); return false;"><inp2:m_Phrase name="lu_Link_RequestInformation"/></a></td>
- </inp2:m_if>
- <td width="8">&nbsp;</td>
- </inp2:m_if>
- </tr>
- </table>
-
- </td>
- </tr>
- <tr>
- <td class="<inp2:m_if check="l_HasValue" fields="cust_LinkAddress,cust_LinkCity,cust_LinkState,cust_LinkZipCode,cust_LinkCountry,cust_LinkPhone" condition="or" inverse>tab-bottom-content </inp2:m_if> <inp2:m_if check="m_GetConfig" name="l_EnableLinkContactForm">tab-bottom-content </inp2:m_if>">
-
-
- <inp2:m_if check="l_HasValue" fields="cust_LinkAddress,cust_LinkCity,cust_LinkState,cust_LinkZipCode,cust_LinkCountry,cust_LinkPhone" condition="or">
- <div id="contact_information" <inp2:m_if check="m_Get" name="ContactForm_HasErrors">style="display:none"</inp2:m_if>
- <table width="375">
- <tr>
- <td class="item-padding" align="left">
-
- <table class="fullwidth">
- <tr>
- <td width="100">
- <img src="<inp2:m_TemplatesBase module="In-Portal"/>img/s.gif" width="3" height="1" alt=""/><br />
- </td>
- <td>
- <img src="<inp2:m_TemplatesBase module="In-Portal"/>img/s.gif" width="3" height="1" alt=""/><br />
- </td>
- </tr>
-
- <inp2:m_if check="l_Field" name="cust_LinkAddress">
-
- <tr>
- <td class="field-name">
- <inp2:m_Phrase name="lu_fld_LinkAddress"/>:
- </td>
- <td>
- <inp2:l_Field name="cust_LinkAddress"/>
- </td>
- </tr>
- <tr>
- <td colspan="2">
- <div class="horizontal-separator"><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/s.gif" width="3" height="1" alt=""/><br /></div>
- </td>
- </tr>
- </inp2:m_if>
-
- <inp2:m_if check="l_Field" name="cust_LinkCity">
-
- <tr>
- <td class="field-name">
- <inp2:m_Phrase name="lu_fld_LinkCity"/>:
- </td>
- <td>
- <inp2:l_Field name="cust_LinkCity"/>
- </td>
- </tr>
- <tr>
- <td colspan="2">
- <div class="horizontal-separator"><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/s.gif" width="3" height="1" alt=""/><br /></div>
- </td>
- </tr>
- </inp2:m_if>
-
- <inp2:m_if check="l_Field" name="cust_LinkState">
-
- <tr>
- <td class="field-name">
- <inp2:m_Phrase name="lu_fld_LinkState"/>:
- </td>
- <td>
- <inp2:l_Field name="cust_LinkState"/>
- </td>
- </tr>
- <tr>
- <td colspan="2">
- <div class="horizontal-separator"><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/s.gif" width="3" height="1" alt=""/><br /></div>
- </td>
- </tr>
- </inp2:m_if>
-
- <inp2:m_if check="l_Field" name="cust_LinkZipCode">
-
- <tr>
- <td class="field-name">
- <inp2:m_Phrase name="lu_fld_LinkZipCode"/>:
- </td>
- <td>
- <inp2:l_Field name="cust_LinkZipCode"/>
- </td>
- </tr>
- <tr>
- <td colspan="2">
- <div class="horizontal-separator"><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/s.gif" width="3" height="1" alt=""/><br /></div>
- </td>
- </tr>
- </inp2:m_if>
-
- <inp2:m_if check="l_Field" name="cust_LinkCountry">
-
- <tr>
- <td class="field-name">
- <inp2:m_Phrase name="lu_fld_LinkCountry"/>:
- </td>
- <td>
- <inp2:l_Field name="cust_LinkCountry"/>
- </td>
- </tr>
- <tr>
- <td colspan="2">
- <div class="horizontal-separator"><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/s.gif" width="3" height="1" alt=""/><br /></div>
- </td>
- </tr>
- </inp2:m_if>
-
- <inp2:m_if check="l_Field" name="cust_LinkPhone">
-
- <tr>
- <td class="field-name">
- <inp2:m_Phrase name="lu_fld_LinkPhone"/>:
- </td>
- <td>
- <inp2:l_Field name="cust_LinkPhone"/>
- </td>
- </tr>
- <tr>
- <td colspan="2">
- <div class="horizontal-separator"><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/s.gif" width="3" height="1" alt=""/><br /></div>
- </td>
- </tr>
- </inp2:m_if>
-
- <inp2:m_if check="m_GetConfig" name="l_EnableGoogleMaps">
- <inp2:m_if check="l_HasValue" fields="cust_LinkAddress,cust_LinkCity,cust_LinkCountry" condition="and">
- <tr>
- <td colspan="2" class="field-name">
- <div id="google_map_link">
- <a href="#" onclick="googleMapPress(); return false;"><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/map_icon.gif" width="17" height="17" alt="" /></a> <a href="#" onclick="googleMapPress(); return false;"><inp2:m_Phrase name="lu_GoogleMaps"/></a><br />
- </div>
- </td>
- </tr>
- <tr>
- <td colspan="2">
- <div class="horizontal-separator"><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/s.gif" width="3" height="1" alt=""/><br /></div>
- </td>
- </tr>
- </inp2:m_if>
- </inp2:m_if>
-
- </table>
- <br />
-
-
- <!--## Google Maps ##-->
- <inp2:m_if check="m_GetConfig" name="l_EnableGoogleMaps">
- <inp2:m_if check="l_HasValue" fields="cust_LinkAddress,cust_LinkCity,cust_LinkCountry" condition="and">
- <script language="JavaScript">
- function googleMapPress(){
- if (document.getElementById("google_map").style.display == 'none') {
- document.getElementById("google_map").style.display = '';
- } else {document.getElementById("google_map").style.display = 'none';}}
- </script>
- <div id="google_map" style="display:none">
-
- <script type="text/javascript"> addLoadEvent(function() {showaddress('<inp2:l_GetGoogleAddress/>', '<inp2:l_GetGoogleAddress display_info="1"/>')}); </script>
- <div id="map" style="width: 350px; height: 300px; border: 1px solid #616161;"></div>
- </div>
- </inp2:m_if>
- </inp2:m_if>
- <!--## /Google Maps ##-->
-
- </td>
- </tr>
- </table>
- </div>
- </inp2:m_if>
-
- <!--## Contact Link Form ##-->
- <inp2:m_if check="m_GetConfig" name="l_EnableLinkContactForm">
- <div id="request_information" style="<inp2:m_if check="m_Get" name="ContactForm_HasErrors"><inp2:m_else/><inp2:m_if check="l_HasValue" fields="cust_LinkAddress,cust_LinkCity,cust_LinkState,cust_LinkZipCode,cust_LinkCountry,cust_LinkPhone" condition="or">display:none</inp2:m_if></inp2:m_if>">
- <form method="post" action="<inp2:m_FormAction/>">
- <table class="form-data" width="375">
-
- <inp2:m_DefineElement name="inp_custom_textbox" field="" title="" style="" default="" multiline="0">
- <tr>
- <td class="field-name" nowrap="nowrap">
- <label for="<inp2:m_Param name="field"/>">
- <span <inp2:m_if check="m_Get" var="error_{$field}">class="field-required"</inp2:m_if>><inp2:m_Phrase name="$title"/></span>
- <span class="field-required"> *</span>:
- </label>
- </td>
- <td class="field-value">
- <inp2:m_if check="m_Get" var="error_{$field}">
- <span class="field-error"><inp2:m_Phrase name="lu_error_required"/></span><br/>
- </inp2:m_if>
-
- <inp2:m_if check="m_Param" name="multiline">
- <textarea class="input-text" name="<inp2:m_Param name="field"/>" style="<inp2:m_Param name="style"/>"><inp2:m_Get var="$field"/></textarea>
- <inp2:m_else/>
- <inp2:m_if check="m_Get" var="$field">
- <input type="text" name="<inp2:m_Param name="field"/>" class="input-text" style="<inp2:m_Param name="style"/>" value="<inp2:m_Get var="$field"/>">
- <inp2:m_else/>
- <input type="text" name="<inp2:m_Param name="field"/>" class="input-text" style="<inp2:m_Param name="style"/>" value="<inp2:m_if check="m_Param" name="default"><inp2:u_Field name="$default"/></inp2:m_if>"/>
- </inp2:m_if>
- </inp2:m_if>
- <input type="hidden" name="FormRequiredFields[]" value="<inp2:m_Param name="field"/>"/>
- </td>
- </tr>
- </inp2:m_DefineElement>
-
- <inp2:m_DefineElement name="inp_custom_captcha" style="" field="" title="lu_fld_Captcha">
- <tr>
- <td class="field-name" nowrap="nowrap">
- <label for="<inp2:m_Param name="field"/>">
- <span <inp2:m_if check="m_Get" var="error_{$field}">class="field-required"</inp2:m_if>><inp2:m_Phrase name="$title"/></span>
- <span class="field-required"> *</span>:
- </label>
- </td>
- <td class="field-value">
- <inp2:m_if check="m_Get" var="error_{$field}">
- <span class="field-error"><inp2:m_Phrase name="lu_captcha_error"/></span><br />
- </inp2:m_if>
-
- <img src="<inp2:m_Link template="platform/inc/captcha_image" var="{$prefix}_captcha_code" w="150" h="30"/>" alt="<inp2:m_Phrase name="$title"/>"/><br />
- <img src="<inp2:m_TemplatesBase module="In-Portal"/>img/s.gif" width="1" height="5" alt=""/><br />
- <input type="text" class="input-text" name="<inp2:m_Param name="field"/>" value="" tabindex="" style="<inp2:m_Param name="style"/>">
- <input type="hidden" name="FormRequiredFields[]" value="<inp2:m_Param name="field"/>"/>
- </td>
- </tr>
- <inp2:m_RenderElement name="inp_edit_field_separator" is_last="$is_last"/>
- </inp2:m_DefineElement>
-
- <inp2:m_RenderElement name="inp_custom_textbox" field="ContactFormFullName" title="lu_fld_FullName" style="width: 200px;" default="FullName"/>
- <inp2:m_RenderElement name="inp_custom_textbox" field="ContactFormEmail" title="lu_fld_Email" style="width: 200px;" default="Email"/>
- <inp2:m_RenderElement name="inp_custom_textbox" field="ContactFormSubject" title="lu_fld_Subject" style="width: 200px;"/>
- <inp2:m_RenderElement name="inp_custom_textbox" field="ContactFormBody" title="lu_fld_Body" style="width: 200px; height: 100px;" multiline="1"/>
- <inp2:m_RenderElement name="inp_custom_captcha" field="ContactFormCaptcha" prefix="l" style="width: 200px;" />
-
- <tr>
- <td colspan="2" class="item-padding" align="right">
- <input type="hidden" name="success_template" value="platform/thankyou"/>
- <input type="hidden" name="success_label_header" value="lu_header_Thankyou"/>
- <input type="hidden" name="success_label_body" value="lu_Link_ContactFormThankyouText"/>
- <input class="button" type="submit" name="events[l][OnContactFormSubmit]" value="<inp2:m_phrase label="lu_btn_Contact"/>"/>
- <input class="button" type="reset" name="events[l][OnContactFormReset]" value="<inp2:m_phrase label="lu_btn_Reset"/>"/>
- </td>
- </tr>
- </table>
- </form>
- </div>
- </inp2:m_if>
- <!--## //Contact Link Form ##-->
-
- </td>
- </tr>
- </table>
- </td>
- </tr>
- </table>
-
- </inp2:m_RenderElement>
- <!--## // link details ##-->
-
- <!--## link reviews ##-->
- <inp2:m_DefineElement name="no_reviews">
- <inp2:m_phrase name="lu_NoReviews"/>
- </inp2:m_DefineElement>
-
- <inp2:m_RenderElement design="content_box" data_exists="1" block_no_data="no_reviews">
- <inp2:m_Capture to_var="header">
- <inp2:m_phrase name="lu_section_Reviews"/> (<inp2:l-rev_TotalRecords/>)
- </inp2:m_Capture>
-
- <table>
- <inp2:l-rev_PrintList render_as="review_element"/>
- </table>
-
- <inp2:m_include template="platform/elements/pagination" prefix="l-rev"/>
- </inp2:m_RenderElement>
- <!--## // link reviews ##-->
-
- <!--## RELATED TO LINK ITEMS ##-->
- <inp2:m_RenderElement design="content_box" related_to="Link" 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" related_to="$related_to" skip_prefixes="c" />
- </inp2:m_RenderElement>
- <!--## // RELATED TO LINK ITEMS ##-->
-
- <!--## INCREASE HITS COUNTER ##-->
- <inp2:l_RegisterHit/>
- <!--## // INCREASE HITS COUNTER ##-->
-</inp2:m_DefineElement>
-<!--## /MAIN CONTENT ##-->
-
-<!--## DESIGN TEMPLATE ##-->
-<inp2:m_include template="platform/designs/default_design" pass_params="1" related_to="$related_to"/>
-<!--## /DESIGN TEMPLATE ##-->
\ No newline at end of file
Property changes on: branches/RC/themes/default2007/inlink/detail_pages/paid.tpl
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1.2.15
\ No newline at end of property
Index: branches/RC/themes/default2007/inlink/index.tpl
===================================================================
--- branches/RC/themes/default2007/inlink/index.tpl (revision 12052)
+++ branches/RC/themes/default2007/inlink/index.tpl (nonexistent)
@@ -1,73 +0,0 @@
-<!--## PAGE TITLE ELEMENT ##-->
-<inp2:m_DefineElement name="page_title">
- <inp2:m_include template="platform/elements/title_bar"/>
-</inp2:m_DefineElement>
-<!--## //PAGE TITLE ELEMENT ##-->
-
-<!--## SIDE-BAR ELEMENT ##-->
-<inp2:m_DefineElement name="sidebar">
-
- <inp2:m_RenderElements
- elements="
- platform/elements/side_boxes/login,
- platform/elements/side_boxes/search,
- inlink/elements/side_boxes/action_box,
- "
- design="blue_box"/>
-
- <inp2:m_RenderElement name="platform/elements/side_boxes/related_searches" design="blue_box" data_exists="1"/>
-
- <inp2:m_RenderElement name="inlink/elements/side_boxes/new" design="blue_box" data_exists="1"/>
- <inp2:m_RenderElement name="inlink/elements/side_boxes/pop" design="blue_box" data_exists="1"/>
- <inp2:m_RenderElement name="inlink/elements/side_boxes/hot" design="blue_box" data_exists="1"/>
- <inp2:m_RenderElement name="inlink/elements/side_boxes/pick" design="blue_box" data_exists="1"/>
-
-</inp2:m_DefineElement>
-<!--## /SIDE-BAR ELEMENT ##-->
-
-<!--## MAIN CONTENT ##-->
-<inp2:m_DefineElement name="content">
- <inp2:m_include template="platform/elements/navigation_bar"/>
-
- <!--## SUB-CATEGORIES ##-->
- <inp2:m_include template="platform/elements/content_boxes/sub_categories"/>
- <!--## /SUB-CATEGORIES ##-->
-
- <!--## links in category ##-->
- <inp2:m_RenderElement design="content_box" data_exists="1" block_no_data="no_links">
- <inp2:l_InitList list_name="items_in_current_cat"/>
-
- <inp2:m_Capture to_var="header">
- <inp2:m_phrase name="lu_title_Links"/> (<inp2:l_TotalRecords list_name="items_in_current_cat"/>)
- </inp2:m_Capture>
-
- <inp2:m_include template="inlink/designs/links"/>
-
- <inp2:m_include template="inlink/elements/sorting" list_name="items_in_current_cat"/>
-
- <table class="fullwidth item-listing table-border">
- <inp2:l_ListLinks list_name="items_in_current_cat" render_as="link_element" direction="H"/>
- </table>
-
- <inp2:m_include template="platform/elements/pagination" prefix="l" list_name="items_in_current_cat"/>
- </inp2:m_RenderElement>
- <!--## // links in category ##-->
-
- <!--## RELATED CATEGORIES ##-->
- <!--##
- <inp2:m_RenderElement design="content_box" related_to="Category" data_exists="1">
- <inp2:m_Capture to_var="header">
- <inp2:m_Phrase label="lu_title_RelatedCategories"/>
- </inp2:m_Capture>
-
- <inp2:m_include template="platform/elements/content_boxes/related_items" related_to="$related_to" />
- </inp2:m_RenderElement>
- ##-->
- <!--## // RELATED CATEGORIES ##-->
-
-</inp2:m_DefineElement>
-<!--## /MAIN CONTENT ##-->
-
-<!--## DESIGN TEMPLATE ##-->
-<inp2:m_include template="platform/designs/default_design" pass_params="1"/>
-<!--## /DESIGN TEMPLATE ##-->
\ No newline at end of file
Property changes on: branches/RC/themes/default2007/inlink/index.tpl
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.19.2.9
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: branches/RC/themes/default2007/inlink/detail.tpl
===================================================================
--- branches/RC/themes/default2007/inlink/detail.tpl (revision 12052)
+++ branches/RC/themes/default2007/inlink/detail.tpl (nonexistent)
@@ -1,3 +0,0 @@
-<!--## DISPLAY LINK DETAILS TEMPLATE -- DEFAULT OR CUSTOM ##-->
-<inp2:l_DisplayDetailTemplate default_template="inlink/detail_pages/standard" />
-<!--## //DISPLAY LINK DETAILS TEMPLATE -- DEFAULT OR CUSTOM ##-->
\ No newline at end of file
Property changes on: branches/RC/themes/default2007/inlink/detail.tpl
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.25.2.19
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: branches/RC/themes/default2007/inlink/inc/styles.css
===================================================================
--- branches/RC/themes/default2007/inlink/inc/styles.css (revision 12052)
+++ branches/RC/themes/default2007/inlink/inc/styles.css (nonexistent)
@@ -1 +0,0 @@
-/* --- Listing Element Styles --- */
Property changes on: branches/RC/themes/default2007/inlink/inc/styles.css
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.3.2.1
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: branches/RC/themes/default2007/inlink/inc/script.js
===================================================================
Index: branches/RC/themes/default2007/inlink/inc/script.js
===================================================================
--- branches/RC/themes/default2007/inlink/inc/script.js (revision 12052)
+++ branches/RC/themes/default2007/inlink/inc/script.js (nonexistent)
Property changes on: branches/RC/themes/default2007/inlink/inc/script.js
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: branches/RC/themes/default2007/inlink/inc/googlemaps.js
===================================================================
--- branches/RC/themes/default2007/inlink/inc/googlemaps.js (revision 12052)
+++ branches/RC/themes/default2007/inlink/inc/googlemaps.js (nonexistent)
@@ -1,29 +0,0 @@
-google.load("maps", "2.x");
-
-// Call this function when the page has been loaded
-function initialize() {
- map = new google.maps.Map2(document.getElementById("map"));
- map.setCenter(new google.maps.LatLng(37.4419, -122.1419), 13);
- map.addControl(new GSmallMapControl());
- map.addControl(new GMapTypeControl());
-}
-
-var map = false;
-function showaddress(addr,addrInfo) {
- if (!map) initialize();
- geocoder = new google.maps.ClientGeocoder();
- geocoder.getLatLng(
- addr,
- function(point) {
- if (!point) {
- alert(addr + " not found");
- } else {
- map.setCenter(point, 13);
- var marker = new GMarker(point);
- map.clearOverlays();
- map.addOverlay(marker);
- marker.openInfoWindowHtml(addrInfo);
- }
- }
- );
-}
\ No newline at end of file
Property changes on: branches/RC/themes/default2007/inlink/inc/googlemaps.js
___________________________________________________________________
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: branches/RC/themes/default2007/inlink/img/menu_links.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/themes/default2007/inlink/img/menu_links.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/themes/default2007/inlink/img/ic_mylinks46.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/themes/default2007/inlink/img/ic_mylinks46.gif
___________________________________________________________________
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
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property

Event Timeline