コード例 #1
0
ファイル: item-post.php プロジェクト: mylastof/os-class
                                <?php 
ItemForm::category_select(null, null, __('Select a category', 'bender'));
?>
                            </div>
                        </div>
                        <div class="control-group">
                            <label class="control-label" for="title[<?php 
echo osc_current_user_locale();
?>
]"><?php 
_e('Title', 'bender');
?>
</label>
                            <div class="controls">
                                <?php 
ItemForm::title_input('title', osc_current_user_locale(), osc_esc_html(bender_item_title()));
?>
                            </div>
                        </div>
                        <div class="control-group">
                            <label class="control-label" for="description[<?php 
echo osc_current_user_locale();
?>
]"><?php 
_e('Description', 'bender');
?>
</label>
                            <div class="controls">
                                <?php 
ItemForm::description_textarea('description', osc_current_user_locale(), osc_esc_html(bender_item_description()));
?>
コード例 #2
0
ファイル: item-post.php プロジェクト: oanav/closetshare
                                <?php 
ItemForm::category_select(null, null, __('Select a category', 'bender'));
?>
                            </div>
                        </div>
                        <div class="control-group">
                            <label class="control-label" for="title[<?php 
echo osc_locale_code();
?>
]"><?php 
_e('Title', 'bender');
?>
</label>
                            <div class="controls">
                                <?php 
ItemForm::title_input('title', osc_locale_code(), osc_esc_html(bender_item_title()));
?>
                            </div>
                        </div>
                        <div class="control-group">
                            <label class="control-label" for="description[<?php 
echo osc_locale_code();
?>
]"><?php 
_e('Description', 'bender');
?>
</label>
                            <div class="controls">
                                <?php 
ItemForm::description_textarea('description', osc_locale_code(), osc_esc_html(bender_item_description()));
?>