Changeset 20265 for branches/version-2_5-dev/data/Smarty/templates
- Timestamp:
- 2011/02/20 20:25:16 (16 years ago)
- Location:
- branches/version-2_5-dev/data/Smarty/templates/admin/contents
- Files:
-
- 1 edited
- 2 moved
-
index.tpl (modified) (1 diff)
-
recommend.tpl (moved) (moved from branches/version-2_5-dev/data/Smarty/templates/admin/contents/recomend.tpl)
-
recommend_search.tpl (moved) (moved from branches/version-2_5-dev/data/Smarty/templates/admin/contents/recomend_search.tpl)
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_5-dev/data/Smarty/templates/admin/contents/index.tpl
r20116 r20265 119 119 <td> 120 120 <!--{if $arrErr.year || $arrErr.month || $arrErr.day}--><span class="attention"><!--{$arrErr.year}--><!--{$arrErr.month}--><!--{$arrErr.day}--></span><!--{/if}--> 121 <select name="year" <!--{if $arrErr.year }-->style="background-color:<!--{$smarty.const.ERR_COLOR|h}-->"<!--{/if}-->>121 <select name="year" <!--{if $arrErr.year || $arrErr.month || $arrErr.day }-->style="background-color:<!--{$smarty.const.ERR_COLOR|h}-->"<!--{/if}-->> 122 122 <option value="" selected>----</option> 123 123 <!--{html_options options=$arrYear selected=$arrForm.year}--> 124 124 </select>年 125 <select name="month" <!--{if $arrErr. month}-->style="background-color:<!--{$smarty.const.ERR_COLOR|h}-->"<!--{/if}-->>125 <select name="month" <!--{if $arrErr.year || $arrErr.month || $arrErr.day}-->style="background-color:<!--{$smarty.const.ERR_COLOR|h}-->"<!--{/if}-->> 126 126 <option value="" selected>--</option> 127 127 <!--{html_options options=$arrMonth selected=$arrForm.month}--> 128 128 </select>月 129 <select name="day" <!--{if $arrErr. day}-->style="background-color:<!--{$smarty.const.ERR_COLOR|h}-->"<!--{/if}-->>129 <select name="day" <!--{if $arrErr.year || $arrErr.month || $arrErr.day}-->style="background-color:<!--{$smarty.const.ERR_COLOR|h}-->"<!--{/if}-->> 130 130 <option value="" selected>--</option> 131 131 <!--{html_options options=$arrDay selected=$arrForm.day}-->
Note: See TracChangeset
for help on using the changeset viewer.
