芝麻web文件管理V1.00
编辑当前文件:/home/projzpbv/www/wp-content/plugins/mailpoet/views/form/templatesLegacy/blocks/date_days.hbs
<% set currentDay = 'now' | date('d') | number_format %>
<%= __('Day') %>
<% for day in 1..31 %>
{{#if params.is_default_today}}selected="selected"{{/if}} <% endif %> ><%= day %>
<% endfor %>