📄 admin_reviews.tpl
字号:
{* $Id: admin_reviews.tpl,v 1.7 2004/05/14 08:26:41 svowl Exp $ *}{if $active_modules.Customer_Reviews ne ""}{$lng.txt_adm_reviews_top_text}<BR><BR>{capture name=dialog}<TABLE border="0" {if $productids ne ''}cellspacing="0" cellpadding="4"{else}cellspacing="1" cellpadding="2"{/if} width="100%"><FORM action="product_modify.php?productid={$product.productid}" method="POST"><INPUT type="hidden" name="mode" value="update_reviews">{if $productids ne ''}<TR> <TD width="15" class="TableSubHead"> </TD> <TD class="TableSubHead" colspan="3"><B>* {$lng.txt_note}:</B> {$lng.txt_edit_product_group}</TD></TR>{/if}<TR class="TableHead">{if $productids ne ''}<TD width="15" class="TableSubHead"> </TD>{/if}<TD width="30%">{$lng.lbl_email}</TD><TD width="70%" colspan="2">{$lng.lbl_message}</TD></TR>{if $product_reviews}{section name=ri loop=$product_reviews}<TR valign="top"{cycle values=", class='TableSubHead'"}>{if $productids ne ''}<TD width="15" class="TableSubHead"><INPUT type="checkbox" value="Y" name="fields[review][{$product_reviews[ri].review_id}]"></TD>{/if}<TD><INPUT type="text" size="32" name="review_email[{$product_reviews[ri].review_id}]" value="{$product_reviews[ri].email|default:$lng.lbl_unknown}" style="width:100%"></TD><TD width="65%"><TEXTAREA cols="40" rows="6" name="review_message[{$product_reviews[ri].review_id}]" style="width:100%">{$product_reviews[ri].message}</TEXTAREA></TD><TD><INPUT type="button" value="{$lng.lbl_delete}" onClick='javascript: self.location="product_modify.php?productid={$product.productid}&mode=review_delete&review_id={$product_reviews[ri].review_id}"'></TD></TR>{/section}{else}<TR>{if $productids ne ''}<TD width="15" class="TableSubHead"> </TD>{/if}<TD colspan="3" align="center">{$lng.txt_no_reviews}</TD></TR>{/if}<TR>{if $productids ne ''}<TD width="15" class="TableSubHead"> </TD>{/if}<TD colspan="3" class="SubHeader2"><BR>{$lng.lbl_add_new_review}</TD></TR><TR valign="top">{if $productids ne ''}<TD width="15" class="TableSubHead"><INPUT type="checkbox" value="Y" name="fields[new_review]"></TD>{/if}<TD><INPUT type="text" size="32" name="review_new_email" value=""></TD><TD colspan="2"><TEXTAREA cols="40" rows="6" name="review_new_message" style="width:100%"></TEXTAREA></TD></TR><TR valign="top">{if $productids ne ''}<TD width="15" class="TableSubHead"> </TD>{/if}<TD colspan="3"><INPUT type="submit" value="{$lng.lbl_add_update}"></TD></TR></FORM></TABLE>{/capture}{include file="dialog.tpl" content=$smarty.capture.dialog title=$lng.lbl_edit_reviews extra="width=100%"}{/if}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -