Page MenuHomeIn-Portal Phabricator

in-portal
No OneTemporary

File Metadata

Created
Sat, Feb 1, 5:59 PM

in-portal

Index: trunk/themes/inlink2/getrate.tpl
===================================================================
--- trunk/themes/inlink2/getrate.tpl (revision 39)
+++ trunk/themes/inlink2/getrate.tpl (nonexistent)
@@ -1,49 +0,0 @@
-<TABLE width="760" border="0" cellspacing="0" cellpadding="4" align="center">
- <FORM name="rate" method="post" action="<%form_action_getting_rate%>">
-
- <TR>
-
- <TD colspan="3"><%language:lu_rating%></TD>
-
- </TR>
-
- <TR>
- <TD width="0"><INPUT type="radio" value="5" name="<%form_rate_radio_vote%>"></TD>
- <TD width="20%"><IMG src="http://<%language:server%><%language:filepath%>themes/<%language:theme%>/rating/5.gif" width="75" height="13"></TD>
- <TD width="80%"><%language:lu_excellent%></TD>
- </TR>
-
- <TR>
- <TD width="0"><INPUT type="radio" value="4" name="<%form_rate_radio_vote%>"></TD>
- <TD width="20%"><IMG src="http://<%language:server%><%language:filepath%>themes/<%language:theme%>/rating/4.gif" width="75" height="13"></TD>
- <TD width="80%"><%language:lu_verygood%></TD>
- </TR>
-
- <TR>
- <TD width="0"><INPUT type="radio" value="3" name="<%form_rate_radio_vote%>"></TD>
- <TD width="20%"><IMG src="http://<%language:server%><%language:filepath%>themes/<%language:theme%>/rating/3.gif" width="75" height="13"></TD>
- <TD width="80%"><%language:lu_good%></TD>
- </TR>
-
- <TR>
- <TD width="0"><INPUT type="radio" value="2" name="<%form_rate_radio_vote%>"></TD>
- <TD width="20%"><IMG src="http://<%language:server%><%language:filepath%>themes/<%language:theme%>/rating/2.gif" width="75" height="13"></TD>
- <TD width="80%"><%language:lu_fair%></TD>
- </TR>
-
-
- <TR>
- <TD width="0"><INPUT type="radio" value="1" name="<%form_rate_radio_vote%>"></TD>
- <TD width="20%"><IMG src="http://<%language:server%><%language:filepath%>themes/<%language:theme%>/rating/1.gif" width="75" height="13"></TD>
- <TD width="80%"><%language:lu_poor%></TD>
- </TR>
-
-
- <TR>
- <TD colspan="3">
- <BR>
- <INPUT type="submit" name="<%form_rate_button_rate%>" value="<%language:lu_button_rate%>">
- </TD>
- </TR>
- </FORM>
-</TABLE>
\ No newline at end of file
Property changes on: trunk/themes/inlink2/getrate.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: trunk/themes/inlink2/list_premium_links.tpl
===================================================================
--- trunk/themes/inlink2/list_premium_links.tpl (revision 39)
+++ trunk/themes/inlink2/list_premium_links.tpl (nonexistent)
@@ -1,19 +0,0 @@
-<LI>
-<A class="link" href="<%link_link%>" <%link_in_new_browser%>><%link_name%></A>
-
-<SPAN class="link-pick">
-<%link_pick%>
-</SPAN> <SPAN class="link-top">
-<%link_top%>
-</SPAN> <SPAN class="link-pop">
-<%link_pop%>
-</SPAN> <SPAN class="link-new">
-<%link_new%>
-</SPAN>
-
-<SPAN class="link-desc"> -
-<%link_desc%>
-</SPAN>
-<A href="<%link_rate_link%>"><IMG src="<%link_rating_img%>" width="75" height="13" border="0"></A>
-</LI>
-<BR>
\ No newline at end of file
Property changes on: trunk/themes/inlink2/list_premium_links.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: trunk/themes/inlink2/premium_links.tpl
===================================================================
--- trunk/themes/inlink2/premium_links.tpl (revision 39)
+++ trunk/themes/inlink2/premium_links.tpl (nonexistent)
@@ -1,18 +0,0 @@
-<BR>
-<TABLE width="760" border="0" cellspacing="0" cellpadding="0" align="center">
- <TR>
- <TD align="left" height="16" bgcolor="#E8E8FF" nowrap>
- <IMG src="images/icon8.gif" height="16" border="0" align="absmiddle"><SPAN class="stats"><B><%language:lu_pr_links%></B></SPAN></TD>
- <TD width="705" align="left" bgcolor="#FFFFFF">
- <IMG src="images/tr.gif" border="0" height="16"></TD>
- </TR>
- <TR>
- <TD bgcolor="#E8E8FF" colspan="2">
- <TABLE width="760" border="0" cellspacing="0" cellpadding="0" align="center" bgcolor="#E8E8FF">
- <!-- 0 or blank: regulars; 1: premiums -->
- <TR><TD><BR><UL><%insert_list_links:1%></UL></TD></TR>
- </TABLE></TD>
- </TR>
-</TABLE>
-<BR>
-
Property changes on: trunk/themes/inlink2/premium_links.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: trunk/themes/inlink2/add_link_cats.tpl
===================================================================
--- trunk/themes/inlink2/add_link_cats.tpl (revision 39)
+++ trunk/themes/inlink2/add_link_cats.tpl (nonexistent)
@@ -1,10 +0,0 @@
-<TR bgcolor="#F6F6F6">
- <TD valign="top"><SPAN class="text"><%language:lu_submitting_to%></SPAN></TD>
-
- <TD><SPAN class="text"><B><%add_link_cat_name%></B></SPAN></TD>
-
- <TD class="error">
- <INPUT type="submit" name="<%form_button_add_link_cats_delcat%>" value="<%language:lu_remove%>" class="button">
- </TD>
-
-</TR>
\ No newline at end of file
Property changes on: trunk/themes/inlink2/add_link_cats.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: trunk/themes/inlink2/getting_rated.tpl
===================================================================
--- trunk/themes/inlink2/getting_rated.tpl (revision 39)
+++ trunk/themes/inlink2/getting_rated.tpl (nonexistent)
@@ -1,37 +0,0 @@
-<%include:header%>
-
-<TABLE width="760" border="0" cellspacing="1" cellpadding="2" align="center">
- <TR>
- <TD class="title">
- <IMG src="images/ticon5.gif" width="24" height="24" border="0" align="absmiddle">
- <%language:lu_title_gettingrated%>
- </TD>
- </TR>
-</TABLE>
-
-<TABLE width="760" border="0" cellspacing="0" cellpadding="0" align="center">
- <TR>
- <TD width="100%" valign="top" class="text">
- <BR><BR>
- <%language:lu_txt_gettingrated%>
- <BR><BR>
- </TD>
- </TR>
-</TABLE>
-
-<BR>
-
-<TABLE width="760" border="0" cellspacing="0" cellpadding="0" align="center" class="box-table">
- <TR>
- <TD width="100%" valign="top" class="text" align="center"><br>
- <textarea rows="20" name="<%textarea_name%>" cols="60">
-
- <%getting_rated_link%>
-
- </textarea>
- <br>&nbsp;
- </TD>
- </TR>
-</TABLE>
-
-<%include:footer%>
Property changes on: trunk/themes/inlink2/getting_rated.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: trunk/themes/inlink2/rregistration.tpl
===================================================================
--- trunk/themes/inlink2/rregistration.tpl (revision 39)
+++ trunk/themes/inlink2/rregistration.tpl (nonexistent)
@@ -1,168 +0,0 @@
-<%include:header%>
-
-<TABLE width="760" border="0" cellspacing="1" cellpadding="2" align="center">
- <TR>
- <TD class="title">
- <IMG src="images/ticon15.gif" width="24" height="24" border="0" align="absmiddle">
- <%language:lu_title_registration%>
- </TD>
- </TR>
-</TABLE>
-
-<TABLE width="760" border="0" cellspacing="0" cellpadding="4" align="center">
- <FORM action="<%form_action_registration_no_password%>" method="post">
- <TR>
- <TD valign="top" class="cell1"><SPAN class="text">
- <%language:lu_user_name%>:
- </SPAN></TD>
-
- <TD class="cell1">
- <INPUT type="text" name="<%form_input_registration_user_name%>" class="text" size="30" value="<%val_user_name%>">
- <SPAN class="small">
- <%language:lu_atleast_3%>
- </SPAN> </TD>
- <TD class="cell1"><SPAN class="error">
- <%error_username%>
- <%username_used%>
- </SPAN></TD>
- </TR>
-
- <TR>
- <TD valign="top" class="cell2">
- <%language:lu_first_name%>:
- </TD>
-
- <TD class="cell2">
- <INPUT type="text" name="<%form_input_registration_first%>" class="text" size="30" value="<%val_first%>">
- </TD>
-
- <TD class="cell2"><SPAN class="error">
- <%error_first%>
- </SPAN></TD>
- </TR>
-
-
- <TR>
- <TD valign="top" class="cell1">
- <%language:lu_last_name%>:
- </TD>
-
- <TD class="cell1">
- <INPUT type="text" name="<%form_input_registration_last%>" class="text" size="30" value="<%val_last%>">
- </TD>
-
- <TD class="cell1"><SPAN class="error">
- <%error_last%>
- </SPAN></TD>
- </TR>
-
-
- <TR>
- <TD valign="top" class="cell2">
- <%language:lu_email%>:
- </TD>
-
- <TD class="cell2">
- <INPUT type="text" name="<%form_input_registration_email%>" class="text" size="30" value="<%val_email%>">
- </TD>
-
- <TD class="cell2"><SPAN class="error">
- <%error_email%>
- <%email_used%>
- </SPAN></TD>
- </TR>
-
-
- <TR>
- <TD valign="top" class="cell1">
- <%user_cust1%>:
- </TD>
-
- <TD class="cell1">
- <INPUT type="text" name="<%form_input_registration_cust1%>" class="text" size="30" value="<%val_user_cust1%>">
- </TD>
-
- <TD class="cell1"><SPAN class="error">&nbsp</SPAN></TD>
- </TR>
-
-
- <TR>
- <TD valign="top" class="cell2">
- <%user_cust2%>:
- </TD>
-
- <TD class="cell2">
- <INPUT type="text" name="<%form_input_registration_cust2%>" class="text" size="30" value="<%val_user_cust2%>">
- </TD>
-
- <TD class="cell2"><SPAN class="error">&nbsp</SPAN></TD>
- </TR>
-
-
- <TR>
- <TD valign="top" class="cell1">
- <%user_cust3%>:
- </TD>
-
- <TD class="cell1">
- <INPUT type="text" name="<%form_input_registration_cust3%>" class="text" size="30" value="<%val_user_cust3%>">
- </TD>
-
- <TD class="cell1"><SPAN class="error">&nbsp</SPAN></TD>
- </TR>
- <TR>
-
-
- <TD valign="top" class="cell2">
- <%user_cust4%>:
- </TD>
-
- <TD class="cell2">
- <INPUT type="text" name="<%form_input_registration_cust4%>" class="text" size="30" value="<%val_user_cust4%>">
- </TD>
-
- <TD class="cell2"><SPAN class="error">&nbsp</SPAN></TD>
- </TR>
-
-
- <TR>
- <TD valign="top" class="cell1">
- <%user_cust5%>:
- </TD>
-
- <TD class="cell1">
- <INPUT type="text" name="<%form_input_registration_cust5%>" class="text" size="30" value="<%val_user_cust5%>">
- </TD>
-
- <TD class="cell1"><SPAN class="error">&nbsp</SPAN></TD>
- </TR>
-
-
- <TR>
- <TD valign="top" class="cell2">
- <%user_cust6%>:
- </TD>
-
- <TD class="cell2">
- <INPUT type="text" name="<%form_input_registration_cust6%>" class="text" size="30" value="<%val_user_cust6%>">
- </TD>
-
- <TD class="cell2"><SPAN class="error">&nbsp</SPAN></TD>
- </TR>
-
-
- <TR>
- <TD valign="top" colspan="3" class="cell1">
- <INPUT type="submit" name="<%val_form_button_registration_submit%>" value="<%language:lu_button_register%>" class="button">
- <INPUT type="reset" name="<%val_form_button_registration_reset%>" value="<%language:lu_button_reset%>" class="button">
- <INPUT type="button" name="<%val_form_button_registration_cancel%>" value="<%language:lu_button_cancel%>" class="button" onClick="history.back();">
- </TD>
- </TR>
-
- </FORM>
- </TABLE>
-
-<%include:footer%>
-
-</BODY>
-</HTML>
\ No newline at end of file
Property changes on: trunk/themes/inlink2/rregistration.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: trunk/themes/inlink2/add_link_cat_error.tpl
===================================================================
--- trunk/themes/inlink2/add_link_cat_error.tpl (revision 39)
+++ trunk/themes/inlink2/add_link_cat_error.tpl (nonexistent)
@@ -1,3 +0,0 @@
-<TR bgcolor="#F6F6F6">
- <TD valign="top" align="right" colspan="3"><SPAN class="error"><%language:lu_invalid_entry%> - <%language:lu_error_cannot_remove_cat%></SPAN></TD>
-</TR>
\ No newline at end of file
Property changes on: trunk/themes/inlink2/add_link_cat_error.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: trunk/themes/inlink2/add_review.tpl
===================================================================
--- trunk/themes/inlink2/add_review.tpl (revision 39)
+++ trunk/themes/inlink2/add_review.tpl (revision 40)
@@ -1,33 +1,18 @@
-<%include:header%>
+<inp:include _Template="header" />
<TABLE width="760" border="0" cellspacing="1" cellpadding="2" align="center">
<TR>
<TD class="title">
<IMG src="images/ticon20.gif" width="24" height="24" border="0" align="absmiddle">
- <%language:lu_title_add_review%>
+ <inp:m_language _Phrase="lu_review_link" />
</TD>
</TR>
</TABLE>
+<inp:perm_include _Template="addreview/review_form.tpl" _noaccess="access_denied.tpl" _Permission="LINK.REVIEW,LINK.REVIEW.PENDING" />
-<TABLE width="760" border="0" cellspacing="0" cellpadding="4" align="center">
- <FORM action="<%form_action_add_review%>" method="post">
- <TR class="cell1">
- <TD valign="top"><SPAN class="text"><%language:lu_review%>:</SPAN></TD>
- <TD>
- <TEXTAREA name="<%form_input_add_review_text%>" cols="30" rows="5" class="text" value=""></TEXTAREA>
- </TD>
- </TR>
+<inp:include _Template="box_search.tpl" />
+<inp:include _Template="footer.tpl" />
-
- <TR class="cell1">
- <TD valign="top" colspan="3">
- <INPUT type="submit" name="<%form_button_add_review_add%>" value="<%language:lu_button_addreview%>" class="button">
- <INPUT type="reset" name="<%form_button_add_review_reset%>" value="<%language:lu_button_reset%>" class="button">
- <INPUT type="button" name="<%form_button_add_review_cancel%>" value="<%language:lu_button_cancel%>" class="button" onClick="history.back();">
- </TD>
- </TR>
- </FORM>
-</TABLE>
-
-<%include:footer%>
\ No newline at end of file
+</body>
+</html>
\ No newline at end of file
Property changes on: trunk/themes/inlink2/add_review.tpl
___________________________________________________________________
Modified: cvs2svn:cvs-rev
## -1 +1 ##
-1.1
\ No newline at end of property
+1.2
\ No newline at end of property
Index: trunk/themes/inlink2/addreview/review_confirm_pending.tpl
===================================================================
--- trunk/themes/inlink2/addreview/review_confirm_pending.tpl (nonexistent)
+++ trunk/themes/inlink2/addreview/review_confirm_pending.tpl (revision 40)
@@ -0,0 +1,33 @@
+<inp:include _Template="header" />
+
+<TABLE width="760" border="0" cellspacing="1" cellpadding="2" align="center">
+ <TR>
+ <TD class="title">
+ <IMG src="images/ticon8.gif" width="24" height="24" border="0" align="absmiddle">
+ <inp:m_language _Phrase="lu_link_review_confirm_pending" />
+ </TD>
+ </TR>
+</TABLE>
+
+<TABLE width="760" border="0" cellspacing="1" cellpadding="1" align="center">
+<FORM method="POST" NAME="addreview_confirm" ACTION="<inp:l_form_action _Form="l_review_confirm" />">
+ <TR>
+ <TD align="center" class="cell1">
+ <BR>
+ <P align="center">
+ <SPAN>
+ <inp:m_language _Phrase="lu_link_addreview_confirm_pending_text" />
+ </SPAN>
+ </P>
+ <BR />
+ <INPUT type="submit" name="buttons[]" value="<inp:m_language _Phrase="lu_button_ok" />" class="button">
+
+
+ </TD>
+ </TR>
+</TABLE>
+</FORM>
+<inp:include _Template="footer.tpl" />
+
+</body>
+</html>
Property changes on: trunk/themes/inlink2/addreview/review_confirm_pending.tpl
___________________________________________________________________
Added: cvs2svn:cvs-rev
## -0,0 +1 ##
+1.1
\ No newline at end of property
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: trunk/themes/inlink2/addreview/review_form.tpl
===================================================================
--- trunk/themes/inlink2/addreview/review_form.tpl (nonexistent)
+++ trunk/themes/inlink2/addreview/review_form.tpl (revision 40)
@@ -0,0 +1,104 @@
+
+<TABLE width="760" border="0" cellspacing="0" cellpadding="4" align="center">
+
+ <TR>
+ <TD colspan="2">
+ <B><a href="<inp:l_link_field _field="redirect" />" class="link"><inp:l_link_field _field="name" /></a></B>
+ <SPAN class="link-pick"><inp:l_link_field _field="pick"><inp:m_language _Phrase="lu_editors_pick" /></inp:l_link_field></SPAN>
+ <SPAN class="link-top"><inp:l_link_field _field="hot"><inp:m_language _Phrase="lu_hot" /></inp:l_link_field></SPAN>
+ <SPAN class="link-pop"><inp:l_link_field _field="pop"><inp:m_language _Phrase="lu_pop" /></inp:l_link_field></SPAN>
+ <SPAN class="link-new"><inp:l_link_field _field="new"><inp:m_language _Phrase="lu_new" /></inp:l_link_field></SPAN>
+ </TD>
+ </TR>
+
+ <TR class="cell2">
+ <TD><B><inp:m_language _Phrase="lu_description" />:</B></TD>
+ <TD><SPAN class="text"><inp:l_link_field _field="description" /></SPAN></TD>
+ </TR>
+
+ <TR class="cell1">
+ <TD><B><inp:m_language _Phrase="lu_added" />:</B></TD>
+ <TD><SPAN class="text"><inp:l_link_field _field="date" /></SPAN></TD>
+ </TR>
+
+ <inp:l_link_field _Field="modified" >
+ <TR class="cell2">
+ <TD><B><inp:m_language _Phrase="lu_modified" />:</B></TD>
+ <TD><SPAN class="text"> <inp:l_link_field _Field="modified" /></SPAN></TD>
+ </TR>
+ </inp:l_link_field>
+
+ <TR class="cell1">
+ <TD><B><inp:m_language _Phrase="lu_hits" />:</B></TD>
+ <TD><SPAN class="text"><inp:l_link_field _field="hits" /></SPAN></TD>
+ </TR>
+
+
+ <TR class="cell2">
+ <TD nowrap><SPAN class="text"><B><inp:m_language _Phrase="lu_fieldcustom__lc1" />:</B></SPAN></TD>
+ <TD><SPAN class="text"><inp:l_link_field _Field="custom" _customfield="lc1" /></SPAN></TD>
+ </TR>
+
+ <TR class="cell1">
+ <TD nowrap><SPAN class="text"><B><inp:m_language _Phrase="lu_fieldcustom__lc2" />:</B></SPAN></TD>
+ <TD><SPAN class="text"><inp:l_link_field _Field="custom" _customfield="lc2" /></SPAN></TD>
+ </TR>
+
+ <TR class="cell2">
+ <TD nowrap><SPAN class="text"><B><inp:m_language _Phrase="lu_fieldcustom__lc3" />: </B></SPAN></TD>
+ <TD><SPAN class="text"><inp:l_link_field _Field="custom" _customfield="lc3" /></SPAN></TD>
+ </TR>
+
+ <TR class="cell1">
+ <TD nowrap><SPAN class="text"><B><inp:m_language _Phrase="lu_fieldcustom__lc4" />:</B></SPAN></TD>
+ <TD><SPAN class="text"><inp:l_link_field _Field="custom" _customfield="lc4" /></SPAN></TD>
+ </TR>
+
+ <TR class="cell2">
+ <TD nowrap><SPAN class="text"><B><inp:m_language _Phrase="lu_fieldcustom__lc5" />:</B></SPAN></TD>
+ <TD><SPAN class="text"><inp:l_link_field _Field="custom" _customfield="lc5" /></SPAN></TD>
+ </TR>
+
+ <TR class="cell1">
+ <TD nowrap><SPAN class="text"><B><inp:m_language _Phrase="lu_fieldcustom__lc6" />:</B></SPAN></TD>
+ <TD><SPAN class="text"><inp:l_link_field _Field="custom" _customfield="lc6" /></SPAN></TD>
+ </TR>
+
+ <TR class="cell2" valign="top">
+ <TD><B><inp:m_language _Phrase="lu_rating" />:</B></TD>
+ <TD><SPAN class="text"><inp:l_link_field _Field="rating" _DisplayMode="numerical" /></SPAN></TD>
+ </TR>
+
+
+ <TR class="cell1">
+ <TD><B><inp:m_language _Phrase="lu_votes" />:</B></TD>
+ <TD><SPAN class="text"><inp:l_link_field _Field="votes" /></SPAN></TD>
+ </TR>
+
+
+ <TR class="cell2" valign="top">
+ <TD><B><inp:m_language _Phrase="lu_reviews" />:</B></TD>
+ <TD><SPAN class="text"><inp:l_link_field _Field="reviews" /></SPAN></TD>
+ </TR>
+</TABLE>
+
+
+<TABLE width="760" border="0" cellspacing="0" cellpadding="4" align="center">
+ <FORM enctype="multipart/form-data" method="POST" NAME="addreview" ACTION="<inp:l_form_action _Form="l_addreview" _Confirm="addreview/review_confirm.tpl" _ConfirmPending="addreview/review_confirm_pending" _FinishTemplate="reviews" />">
+ <TR class="cell1">
+ <TD valign="top"><SPAN class="text"><inp:m_language _Phrase="lu_add_review" />:</SPAN></TD>
+ <TD>
+ <inp:m_list_form_errors _Form="l_addreview" _ItemTemplate="misc/form_error.tpl" />
+ <inp:m_form_textarea class="textarea" _field="review" _Form="l_addreview" _Required="1" COLS="50" ROWS="5" style="wilth:235px;" />
+ </TD>
+ </TR>
+
+
+ <TR class="cell1">
+ <TD valign="top" colspan="3">
+ <INPUT type="submit" name="buttons[]" value="<inp:m_language _Phrase="lu_add_review" />" class="button">
+ <INPUT type="button" name="cancel" value="<inp:m_language _Phrase="lu_cancel" />" class="button" onClick="javascript:document.location='<inp:m_template_link _Unsecure="1" _Template="details.tpl" />';">
+ </TD>
+ </TR>
+ </FORM>
+</TABLE>
\ No newline at end of file
Property changes on: trunk/themes/inlink2/addreview/review_form.tpl
___________________________________________________________________
Added: cvs2svn:cvs-rev
## -0,0 +1 ##
+1.1
\ No newline at end of property
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: trunk/themes/inlink2/addreview/review_confirm.tpl
===================================================================
--- trunk/themes/inlink2/addreview/review_confirm.tpl (nonexistent)
+++ trunk/themes/inlink2/addreview/review_confirm.tpl (revision 40)
@@ -0,0 +1,32 @@
+<inp:include _Template="header" />
+
+<TABLE width="760" border="0" cellspacing="1" cellpadding="2" align="center">
+ <TR>
+ <TD class="title">
+ <IMG src="images/ticon8.gif" width="24" height="24" border="0" align="absmiddle">
+ <inp:m_language _Phrase="lu_link_review_confirm" />
+ </TD>
+ </TR>
+</TABLE>
+
+<TABLE width="760" border="0" cellspacing="1" cellpadding="1" align="center">
+<FORM method="POST" NAME="addreview_confirm" ACTION="<inp:l_form_action _Form="l_review_confirm" />">
+ <TR>
+ <TD align="center" class="cell1">
+ <BR>
+ <P align="center">
+ <SPAN>
+ <inp:m_language _Phrase="lu_link_addreview_confirm_text" />
+ </SPAN>
+ </P>
+ <BR />
+ <INPUT type="submit" name="buttons[]" value="<inp:m_language _Phrase="lu_button_ok" />" class="button">
+ </TD>
+ </TR>
+</TABLE>
+</FORM>
+<inp:include _Template="footer.tpl" />
+
+</body>
+</html>
+
Property changes on: trunk/themes/inlink2/addreview/review_confirm.tpl
___________________________________________________________________
Added: cvs2svn:cvs-rev
## -0,0 +1 ##
+1.1
\ No newline at end of property
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: trunk/themes/inlink2/rate/rate_form.tpl
===================================================================
--- trunk/themes/inlink2/rate/rate_form.tpl (revision 39)
+++ trunk/themes/inlink2/rate/rate_form.tpl (revision 40)
@@ -1,141 +1,134 @@
<TABLE width="760" border="0" cellspacing="0" cellpadding="4" align="center">
<TR>
<TD colspan="2">
- <B><a href="<inp:link _field="redirect" />" class="link"><inp:l_link_field _field="name" /></a></B>
+ <B><a href="<inp:l_link_field _field="redirect" />" class="link"><inp:l_link_field _field="name" /></a></B>
<SPAN class="link-pick"><inp:l_link_field _field="pick"><inp:m_language _Phrase="lu_editors_pick" /></inp:l_link_field></SPAN>
<SPAN class="link-top"><inp:l_link_field _field="hot"><inp:m_language _Phrase="lu_hot" /></inp:l_link_field></SPAN>
<SPAN class="link-pop"><inp:l_link_field _field="pop"><inp:m_language _Phrase="lu_pop" /></inp:l_link_field></SPAN>
<SPAN class="link-new"><inp:l_link_field _field="new"><inp:m_language _Phrase="lu_new" /></inp:l_link_field></SPAN>
</TD>
</TR>
<TR class="cell2">
<TD><B><inp:m_language _Phrase="lu_description" />:</B></TD>
<TD><SPAN class="text"><inp:l_link_field _field="description" /></SPAN></TD>
</TR>
<TR class="cell1">
<TD><B><inp:m_language _Phrase="lu_added" />:</B></TD>
<TD><SPAN class="text"><inp:l_link_field _field="date" /></SPAN></TD>
</TR>
<inp:l_link_field _Field="modified" >
<TR class="cell2">
<TD><B><inp:m_language _Phrase="lu_modified" />:</B></TD>
<TD><SPAN class="text"> <inp:l_link_field _Field="modified" /></SPAN></TD>
</TR>
</inp:l_link_field>
<TR class="cell1">
<TD><B><inp:m_language _Phrase="lu_hits" />:</B></TD>
<TD><SPAN class="text"><inp:l_link_field _field="hits" /></SPAN></TD>
</TR>
<TR class="cell2">
<TD nowrap><SPAN class="text"><B><inp:m_language _Phrase="lu_fieldcustom__lc1" />:</B></SPAN></TD>
<TD><SPAN class="text"><inp:l_link_field _Field="custom" _customfield="lc1" /></SPAN></TD>
</TR>
<TR class="cell1">
<TD nowrap><SPAN class="text"><B><inp:m_language _Phrase="lu_fieldcustom__lc2" />:</B></SPAN></TD>
<TD><SPAN class="text"><inp:l_link_field _Field="custom" _customfield="lc2" /></SPAN></TD>
</TR>
<TR class="cell2">
<TD nowrap><SPAN class="text"><B><inp:m_language _Phrase="lu_fieldcustom__lc3" />: </B></SPAN></TD>
<TD><SPAN class="text"><inp:l_link_field _Field="custom" _customfield="lc3" /></SPAN></TD>
</TR>
<TR class="cell1">
<TD nowrap><SPAN class="text"><B><inp:m_language _Phrase="lu_fieldcustom__lc4" />:</B></SPAN></TD>
<TD><SPAN class="text"><inp:l_link_field _Field="custom" _customfield="lc4" /></SPAN></TD>
</TR>
<TR class="cell2">
<TD nowrap><SPAN class="text"><B><inp:m_language _Phrase="lu_fieldcustom__lc5" />:</B></SPAN></TD>
<TD><SPAN class="text"><inp:l_link_field _Field="custom" _customfield="lc5" /></SPAN></TD>
</TR>
<TR class="cell1">
<TD nowrap><SPAN class="text"><B><inp:m_language _Phrase="lu_fieldcustom__lc6" />:</B></SPAN></TD>
<TD><SPAN class="text"><inp:l_link_field _Field="custom" _customfield="lc6" /></SPAN></TD>
</TR>
<TR class="cell2" valign="top">
<TD><B><inp:m_language _Phrase="lu_rating" />:</B></TD>
- <TD><SPAN class="text"><inp:l_link_field _Field="rating" _DisplayMode="numerical" /></SPAN>
- <DIV align="right">
- <a href="<inp:l_link_field _field="link" _template="getrate.tpl" />" class="floatbox-link">
- <IMG src="images/icon1.gif" width="16" height="16" border="0" align="absmiddle">
- <inp:m_language _Phrase="lu_rating" />
- <IMG src="images/arrow.gif" width="9" height="9" border="0"> </A>
- </DIV>
- </TD>
+ <TD><SPAN class="text"><inp:l_link_field _Field="rating" _DisplayMode="numerical" /></SPAN></TD>
</TR>
<TR class="cell1">
<TD><B><inp:m_language _Phrase="lu_votes" />:</B></TD>
<TD><SPAN class="text"><inp:l_link_field _Field="votes" /></SPAN></TD>
</TR>
<TR class="cell2" valign="top">
<TD><B><inp:m_language _Phrase="lu_reviews" />:</B></TD>
<TD><SPAN class="text"><inp:l_link_field _Field="reviews" /></SPAN></TD>
</TR>
</TABLE>
<!-- rate link content -->
<FORM enctype="multipart/form-data" method="POST" NAME="addrating" ACTION="<inp:l_form_action _Form="l_rate" _Confirm="rate/rate_confirm.tpl" _Duplicate="rate/rate_duplicate.tpl" _FinishTemplate="details.tpl" />">
<TABLE width="760" border="0" cellspacing="0" cellpadding="4" align="center">
<tr>
<td colspan="3" class="error"><inp:m_list_form_errors _Form="l_rate" _ItemTemplate="misc/form_error.tpl" /></td>
</tr>
<TR class="cell1">
<TD width="0"><inp:m_form_input type="radio" _required="1" _field="rating" _form="l_rate" VALUE="5" /></TD>
<TD width="20%"><IMG src="rating/5.gif" width="75" height="13"></TD>
<TD width="80%"><inp:m_form_prompt _Form="l_rate" _Field="review" _Template="misc/form_prompt.tpl" _ErrorTemplate="misc/form_prompt_error.tpl" _langtext="lu_rating_5" /></TD>
</TR>
<TR class="cell2">
<TD width="0"><inp:m_form_input type="radio" _required="1" _field="rating" _form="l_rate" VALUE="4" /></TD>
<TD width="20%"><IMG src="rating/4.gif" width="75" height="13"></TD>
<TD width="80%"><inp:m_form_prompt _Form="l_rate" _Field="review" _Template="misc/form_prompt.tpl" _ErrorTemplate="misc/form_prompt_error.tpl" _langtext="lu_rating_4" /></TD>
</TR>
<TR class="cell1">
<TD width="0"><inp:m_form_input type="radio" _required="1" _field="rating" _form="l_rate" VALUE="3" /></TD>
<TD width="20%"><IMG src="rating/3.gif" width="75" height="13"></TD>
<TD width="80%"><inp:m_form_prompt _Form="l_rate" _Field="review" _Template="misc/form_prompt.tpl" _ErrorTemplate="misc/form_prompt_error.tpl" _langtext="lu_rating_3" /></TD>
</TR>
<TR class="cell2">
<TD width="0"><inp:m_form_input type="radio" _required="1" _field="rating" _form="l_rate" VALUE="2" /></TD>
<TD width="20%"><IMG src="rating/2.gif" width="75" height="13"></TD>
<TD width="80%"><inp:m_form_prompt _Form="l_rate" _Field="review" _Template="misc/form_prompt.tpl" _ErrorTemplate="misc/form_prompt_error.tpl" _langtext="lu_rating_2" /></TD>
</TR>
<TR class="cell1">
<TD width="0"><inp:m_form_input type="radio" _required="1" _field="rating" _form="l_rate" VALUE="1" /></TD>
<TD width="20%"><IMG src="rating/1.gif" width="75" height="13"></TD>
<TD width="80%"><inp:m_form_prompt _Form="l_rate" _Field="review" _Template="misc/form_prompt.tpl" _ErrorTemplate="misc/form_prompt_error.tpl" _langtext="lu_rating_1" /></TD>
</TR>
<TR class="cell2">
<TD width="0"><inp:m_form_input type="radio" _required="1" _field="rating" _form="l_rate" VALUE="0" /></TD>
<TD width="20%"><IMG src="rating/0.gif" width="75" height="13"></TD>
<TD width="80%"><inp:m_form_prompt _Form="l_rate" _Field="review" _Template="misc/form_prompt.tpl" _ErrorTemplate="misc/form_prompt_error.tpl" _langtext="lu_rating_0" /></TD>
</TR>
<tr>
<td colspan="3">
<INPUT type="submit" name="buttons[]" value="<inp:m_language _Phrase="lu_button_rate" />" class="button">
<INPUT type="button" name="cancel" value="<inp:m_language _Phrase="lu_cancel" />" class="button" onClick="javascript:location.href='<inp:m_template_link _Unsecure="1" _Template="inlink/detail.tpl" />';">
</td>
</tr>
</table>
</FORM>
\ No newline at end of file
Property changes on: trunk/themes/inlink2/rate/rate_form.tpl
___________________________________________________________________
Modified: cvs2svn:cvs-rev
## -1 +1 ##
-1.1
\ No newline at end of property
+1.2
\ No newline at end of property
Index: trunk/themes/inlink2/reviews.tpl
===================================================================
--- trunk/themes/inlink2/reviews.tpl (revision 39)
+++ trunk/themes/inlink2/reviews.tpl (revision 40)
@@ -1,171 +1,153 @@
-<%include:header%>
+<inp:include _Template="header.tpl" />
<TABLE width="760" border="0" cellspacing="1" cellpadding="2" align="center">
<TR>
<TD class="title">
<IMG src="images/ticon20.gif" width="24" height="24" border="0" align="absmiddle">
- <%language:lu_title_reviews%>
+ <inp:m_language _Phrase="lu_reviews" />
</TD>
</TR>
</TABLE>
<TABLE width="760" border="0" cellspacing="0" cellpadding="4" align="center">
<TR>
- <TD colspan="2">
- <B>
- <A class="link" href="<%link_link%>">
- <%link_name%></A></B>
- <SPAN class="link-pick">
- <%link_pick%>
- </SPAN> <SPAN class="link-top">
- <%link_top%>
- </SPAN> <SPAN class="link-pop">
- <%link_pop%>
- </SPAN> <SPAN class="link-new">
- <%link_new%>
- </SPAN>
-
- </TD>
-
+ <TD colspan="2">
+ <B><a href="<inp:l_link_field _field="redirect" />" class="link"><inp:l_link_field _field="name" /></a></B>
+ <SPAN class="link-pick"><inp:l_link_field _field="pick"><inp:m_language _Phrase="lu_editors_pick" /></inp:l_link_field></SPAN>
+ <SPAN class="link-top"><inp:l_link_field _field="hot"><inp:m_language _Phrase="lu_hot" /></inp:l_link_field></SPAN>
+ <SPAN class="link-pop"><inp:l_link_field _field="pop"><inp:m_language _Phrase="lu_pop" /></inp:l_link_field></SPAN>
+ <SPAN class="link-new"><inp:l_link_field _field="new"><inp:m_language _Phrase="lu_new" /></inp:l_link_field></SPAN>
+ </TD>
</TR>
<TR class="cell2">
- <TD> <B>
- <%language:lu_desc%>:
- </B>
- </TD>
- <TD>
- <SPAN class="text">
- <%link_desc%>
- </SPAN>
- </TD>
+ <TD><B><inp:m_language _Phrase="lu_description" />:</B></TD>
+ <TD><SPAN class="text"><inp:l_link_field _field="description" /></SPAN></TD>
</TR>
-
-
+
<TR class="cell1">
- <TD> <B>
- <%language:lu_added%>:
- </B>
- </TD>
- <TD>
- <SPAN class="text">
- <%link_date%>
- </SPAN>
- </TD>
+ <TD><B><inp:m_language _Phrase="lu_added" />:</B></TD>
+ <TD><SPAN class="text"><inp:l_link_field _field="date" /></SPAN></TD>
</TR>
+ <inp:l_link_field _Field="modified" >
<TR class="cell2">
- <TD>
- <B>
- <%language:lu_hits%>:
- </B>
- </TD>
- <TD>
- <SPAN class="text">
- <%link_hits%>
- </SPAN>
- </TD>
+ <TD><B><inp:m_language _Phrase="lu_modified" />:</B></TD>
+ <TD><SPAN class="text"> <inp:l_link_field _Field="modified" /></SPAN></TD>
</TR>
+ </inp:l_link_field>
+ <TR class="cell1">
+ <TD><B><inp:m_language _Phrase="lu_hits" />:</B></TD>
+ <TD><SPAN class="text"><inp:l_link_field _field="hits" /></SPAN></TD>
+ </TR>
+
+
+ <TR class="cell2">
+ <TD nowrap><SPAN class="text"><B><inp:m_language _Phrase="lu_fieldcustom__lc1" />:</B></SPAN></TD>
+ <TD><SPAN class="text"><inp:l_link_field _Field="custom" _customfield="lc1" /></SPAN></TD>
+ </TR>
+
+ <TR class="cell1">
+ <TD nowrap><SPAN class="text"><B><inp:m_language _Phrase="lu_fieldcustom__lc2" />:</B></SPAN></TD>
+ <TD><SPAN class="text"><inp:l_link_field _Field="custom" _customfield="lc2" /></SPAN></TD>
+ </TR>
+
+ <TR class="cell2">
+ <TD nowrap><SPAN class="text"><B><inp:m_language _Phrase="lu_fieldcustom__lc3" />: </B></SPAN></TD>
+ <TD><SPAN class="text"><inp:l_link_field _Field="custom" _customfield="lc3" /></SPAN></TD>
+ </TR>
+
+ <TR class="cell1">
+ <TD nowrap><SPAN class="text"><B><inp:m_language _Phrase="lu_fieldcustom__lc4" />:</B></SPAN></TD>
+ <TD><SPAN class="text"><inp:l_link_field _Field="custom" _customfield="lc4" /></SPAN></TD>
+ </TR>
+
+ <TR class="cell2">
+ <TD nowrap><SPAN class="text"><B><inp:m_language _Phrase="lu_fieldcustom__lc5" />:</B></SPAN></TD>
+ <TD><SPAN class="text"><inp:l_link_field _Field="custom" _customfield="lc5" /></SPAN></TD>
+ </TR>
+
+ <TR class="cell1">
+ <TD nowrap><SPAN class="text"><B><inp:m_language _Phrase="lu_fieldcustom__lc6" />:</B></SPAN></TD>
+ <TD><SPAN class="text"><inp:l_link_field _Field="custom" _customfield="lc6" /></SPAN></TD>
+ </TR>
+
- <TR class="cell1" valign="top">
- <TD>
- <B>
- <%language:lu_rating%>:
- </B>
- </TD>
- <TD>
- <SPAN class="text">
- <%link_rating_txt%>
- </SPAN>
-
+ <TR class="cell2" valign="top">
+ <TD><B><inp:m_language _Phrase="lu_rating" />:</B></TD>
+ <TD><SPAN class="text"><inp:l_link_field _Field="rating" _DisplayMode="numerical" /></SPAN>
<DIV align="right">
- <A href="<%link_rate_link%>" class="floatbox-link">
+ <a href="<inp:l_link_field _field="link" _template="rate.tpl" />" class="floatbox-link">
<IMG src="images/icon1.gif" width="16" height="16" border="0" align="absmiddle">
- <%language:lu_rating%>
+ <inp:m_language _Phrase="lu_rating" />
<IMG src="images/arrow.gif" width="9" height="9" border="0"> </A>
</DIV>
</TD>
</TR>
- <TR class="cell2">
- <TD>
- <B>
- <%language:lu_votes%>:
- </B>
- </TD>
- <TD>
- <SPAN class="text">
- <%link_votes%>
- </SPAN>
- </TD>
+ <TR class="cell1">
+ <TD><B><inp:m_language _Phrase="lu_votes" />:</B></TD>
+ <TD><SPAN class="text"><inp:l_link_field _Field="votes" /></SPAN></TD>
</TR>
- <TR class="cell1" valign="top">
- <TD>
- <B>
- <%language:lu_reviews%>:
- </B>
-
- </TD>
- <TD>
-
- <SPAN class="text">
- <%link_reviews%>
- </SPAN>
-
-
- </TD>
+ <TR class="cell2" valign="top">
+ <TD><B><inp:m_language _Phrase="lu_reviews" />:</B></TD>
+ <TD><SPAN class="text"><inp:l_link_field _Field="reviews" /></SPAN></TD>
</TR>
</TABLE>
<BR>
<TABLE width="760" border="0" cellspacing="0" cellpadding="0" align="center" bgcolor="#F7F7FF">
<TR>
- <TD class="stats"><B>
- <%language:lu_reviews%>: </B>(<%insert_rev_count%>)
- </TD>
+ <TD class="stats"><B><inp:m_language _Phrase="lu_reviews" />: </B>(<inp:l_link_field _field="reviews" />)</TD>
</TR>
</TABLE>
<BR>
<TABLE width="760" border="0" cellspacing="1" cellpadding="1" align="center">
<TR class="text" width="100%">
- <TD>
+ <TD>
<UL>
- <%insert_list_reviews%>
+
+ <!-- review content -->
+ <table width="98%" border="0" cellspacing="0" cellpadding="0">
+ <TR><TD>
+ <inp:l_list_reviews _ShortList="1" _ReviewTemplate="list_reviews.tpl" />
+ </TD></TR>
+ <tr>
+ <td align="right" class="posts"><inp:l_review_more _Template="reviews.tpl" _Text="lu_more" /></td>
+ </tr>
+ </table>
+ <!-- end review content -->
+
</UL>
</TD>
</TR>
<TR>
<TD align="right" width="100%">
<DIV align="right">
- <A href="<%nav:add_review%>" class="floatbox-link">
+ <A href="<inp:m_template_link _Template="add_review.tpl" />" class="floatbox-link">
<IMG src="images/icon2.gif" width="16" height="16" border="0" align="absmiddle">
- <%language:lu_button_addreview%>
+ <inp:m_language _Phrase="lu_add_review" />
<IMG src="images/arrow.gif" width="9" height="9" border="0"> </A>
</DIV>
<TD>
<TR>
-
-
-
</TABLE>
-
<BR>
+<inp:include _Template="box_search.tpl" />
-
-<%include:box_search%>
-<%include:footer%>
+<inp:include _Template="footer.tpl" />
Property changes on: trunk/themes/inlink2/reviews.tpl
___________________________________________________________________
Modified: cvs2svn:cvs-rev
## -1 +1 ##
-1.1
\ No newline at end of property
+1.2
\ No newline at end of property
Index: trunk/themes/inlink2/details.tpl
===================================================================
--- trunk/themes/inlink2/details.tpl (revision 39)
+++ trunk/themes/inlink2/details.tpl (revision 40)
@@ -1,167 +1,164 @@
<inp:include _Template="header" />
<TABLE width="760" border="0" cellspacing="1" cellpadding="1" align="center">
<TR>
<TD class="text">
<IMG src="images/ticon0.gif" width="24" height="24" border="0" align="absmiddle">
<inp:m_navbar _RootTemplate="index.tpl" _Template="sub_pages.tpl" _LinkCurrent="1" _LinkRoot="1" _Separator=" &gt; " /> &gt; <inp:m_language _Phrase="lu_link_details" /></TD>
</TR>
</TABLE>
<TABLE width="760" border="0" cellspacing="1" cellpadding="2" align="center">
<TR>
<TD class="title">
<IMG src="images/ticon20.gif" width="24" height="24" border="0" align="absmiddle">
<inp:m_language _Phrase="lu_link_details" />
</TD>
</TR>
</TABLE>
<TABLE width="760" border="0" cellspacing="0" cellpadding="4" align="center">
<TR>
<TD colspan="2">
<B><a href="<inp:l_link_field _field="redirect" />" class="link"><inp:l_link_field _field="name" /></a></B>
<SPAN class="link-pick"><inp:l_link_field _field="pick"><inp:m_language _Phrase="lu_editors_pick" /></inp:l_link_field></SPAN>
<SPAN class="link-top"><inp:l_link_field _field="hot"><inp:m_language _Phrase="lu_hot" /></inp:l_link_field></SPAN>
<SPAN class="link-pop"><inp:l_link_field _field="pop"><inp:m_language _Phrase="lu_pop" /></inp:l_link_field></SPAN>
<SPAN class="link-new"><inp:l_link_field _field="new"><inp:m_language _Phrase="lu_new" /></inp:l_link_field></SPAN>
</TD>
</TR>
<TR class="cell2">
<TD><B><inp:m_language _Phrase="lu_description" />:</B></TD>
<TD><SPAN class="text"><inp:l_link_field _field="description" /></SPAN></TD>
</TR>
<TR class="cell1">
<TD><B><inp:m_language _Phrase="lu_added" />:</B></TD>
<TD><SPAN class="text"><inp:l_link_field _field="date" /></SPAN></TD>
</TR>
<inp:l_link_field _Field="modified" >
<TR class="cell2">
<TD><B><inp:m_language _Phrase="lu_modified" />:</B></TD>
<TD><SPAN class="text"> <inp:l_link_field _Field="modified" /></SPAN></TD>
</TR>
</inp:l_link_field>
<TR class="cell1">
<TD><B><inp:m_language _Phrase="lu_hits" />:</B></TD>
<TD><SPAN class="text"><inp:l_link_field _field="hits" /></SPAN></TD>
</TR>
<TR class="cell2">
<TD nowrap><SPAN class="text"><B><inp:m_language _Phrase="lu_fieldcustom__lc1" />:</B></SPAN></TD>
<TD><SPAN class="text"><inp:l_link_field _Field="custom" _customfield="lc1" /></SPAN></TD>
</TR>
<TR class="cell1">
<TD nowrap><SPAN class="text"><B><inp:m_language _Phrase="lu_fieldcustom__lc2" />:</B></SPAN></TD>
<TD><SPAN class="text"><inp:l_link_field _Field="custom" _customfield="lc2" /></SPAN></TD>
</TR>
<TR class="cell2">
<TD nowrap><SPAN class="text"><B><inp:m_language _Phrase="lu_fieldcustom__lc3" />: </B></SPAN></TD>
<TD><SPAN class="text"><inp:l_link_field _Field="custom" _customfield="lc3" /></SPAN></TD>
</TR>
<TR class="cell1">
<TD nowrap><SPAN class="text"><B><inp:m_language _Phrase="lu_fieldcustom__lc4" />:</B></SPAN></TD>
<TD><SPAN class="text"><inp:l_link_field _Field="custom" _customfield="lc4" /></SPAN></TD>
</TR>
<TR class="cell2">
<TD nowrap><SPAN class="text"><B><inp:m_language _Phrase="lu_fieldcustom__lc5" />:</B></SPAN></TD>
<TD><SPAN class="text"><inp:l_link_field _Field="custom" _customfield="lc5" /></SPAN></TD>
</TR>
<TR class="cell1">
<TD nowrap><SPAN class="text"><B><inp:m_language _Phrase="lu_fieldcustom__lc6" />:</B></SPAN></TD>
<TD><SPAN class="text"><inp:l_link_field _Field="custom" _customfield="lc6" /></SPAN></TD>
</TR>
-
- <!-- <inp:l_link_custom_fields _ItemTemplate="custom_field.tpl" _Default="default_value" _Table="1" _/> -->
-
<TR class="cell2" valign="top">
<TD><B><inp:m_language _Phrase="lu_rating" />:</B></TD>
<TD><SPAN class="text"><inp:l_link_field _Field="rating" _DisplayMode="numerical" /></SPAN>
<DIV align="right">
- <a href="<inp:l_link_field _field="link" _template="getrate.tpl" />" class="floatbox-link">
+ <a href="<inp:l_link_field _field="link" _template="rate.tpl" />" class="floatbox-link">
<IMG src="images/icon1.gif" width="16" height="16" border="0" align="absmiddle">
<inp:m_language _Phrase="lu_rating" />
<IMG src="images/arrow.gif" width="9" height="9" border="0"> </A>
</DIV>
</TD>
</TR>
<TR class="cell1">
<TD><B><inp:m_language _Phrase="lu_votes" />:</B></TD>
<TD><SPAN class="text"><inp:l_link_field _Field="votes" /></SPAN></TD>
</TR>
<TR class="cell2" valign="top">
<TD><B><inp:m_language _Phrase="lu_reviews" />:</B></TD>
<TD><SPAN class="text"><inp:l_link_field _Field="reviews" /></SPAN></TD>
</TR>
</TABLE>
<BR>
<TABLE width="760" border="0" cellspacing="0" cellpadding="0" align="center" bgcolor="#F7F7FF">
<TR>
<TD class="stats"><B><inp:m_language _Phrase="lu_reviews" />: </B>(<inp:l_link_field _field="reviews" />)</TD>
</TR>
</TABLE>
<BR>
<TABLE width="760" border="0" cellspacing="1" cellpadding="1" align="center">
<TR class="text" width="100%">
<TD>
<UL>
<!-- review content -->
<table width="98%" border="0" cellspacing="0" cellpadding="0">
<TR><TD>
<inp:l_list_reviews _ShortList="1" _ReviewTemplate="list_reviews.tpl" />
</TD></TR>
<tr>
<td align="right" class="posts"><inp:l_review_more _Template="reviews.tpl" _Text="lu_more" /></td>
</tr>
</table>
<!-- end review content -->
</UL>
</TD>
</TR>
<TR>
<TD align="right" width="100%">
<DIV align="right">
<A href="<inp:m_template_link _Template="add_review.tpl" />" class="floatbox-link">
<IMG src="images/icon2.gif" width="16" height="16" border="0" align="absmiddle">
<inp:m_language _Phrase="lu_add_review" />
<IMG src="images/arrow.gif" width="9" height="9" border="0"> </A>
</DIV>
<TD>
<TR>
</TABLE>
<BR>
<inp:include _Template="box_search.tpl" />
<inp:include _Template="footer.tpl" />
</body>
</html>
\ No newline at end of file
Property changes on: trunk/themes/inlink2/details.tpl
___________________________________________________________________
Modified: cvs2svn:cvs-rev
## -1 +1 ##
-1.1
\ No newline at end of property
+1.2
\ No newline at end of property

Event Timeline