Beispiel #1
0
    echo '<div>' . $errors[0][0] . '</div>';
}
?>
                <?php 
$form = $this->beginWidget('CActiveForm', array('id' => 'channel-form', 'enableAjaxValidation' => false, 'enableClientValidation' => false));
?>
                <div class="form-group">
                    <label for="exampleInputEmail1">所属银行</label>
                    <?php 
echo QCHtml::dropDownList("bank", "2", Linkage::getValueChina("qys_none", "account_bank"), array("class" => "form-control"));
?>
                </div>
                <div class="form-group">
                    <label for="exampleInputEmail1">帐号类型</label>
                    <?php 
echo QCHtml::dropDownList("bank_type", $bankCard->bank_type, $bankCard::getBankType(), array("class" => "form-control"));
?>
                </div>
                <div class="form-group">
                    <label for="exampleInputPassword1">真实姓名</label>
                    <?php 
echo $form->textField($bankCard, 'realname', array('class' => 'form-control text-center', 'placeholder' => '请输入开户银行的真实姓名', 'maxlength' => 50));
?>
                </div>
                <div class="form-group">
                    <label for="exampleInputPassword1">银行卡号</label>
                    <?php 
echo $form->textField($bankCard, 'account', array('class' => 'form-control text-center', 'placeholder' => '请输入银行的卡号', 'maxlength' => 50));
?>
                </div>
                <div class="form-group">
Beispiel #2
0
                                    <?php 
if (!empty($publish_error)) {
    echo '<font style="color:red">' . $publish_error . '</font>';
}
?>
                                </td>
                            </tr>
                            <tr>
                                <td class="qys_publish_td_left">项目名称:</td>
                                <td class="qys_publish_td_right"><input id="publish_title" name="title" class="input_title" type="text" value=""/><span class="qys_publish_dec"><font style="color:red;">*</font> 详细填写您的项目名称(10个字以上)</span></td>
                            </tr>
                            <tr>
                                <td class="qys_publish_td_left">项目类型:</td>
                                <td class="qys_publish_td_right">
                                    <?php 
echo QCHtml::dropDownList("type", "3", Linkage::getValueChina("qys_none", "project_type"), array("class" => "input_select", "disabled" => true));
?>
 
                                    <span class="qys_publish_dec">筹资项目所属的类型</span></td>
                            </tr>
                            <tr>
                                <td class="qys_publish_td_left">筹资方式:</td>
                                <td class="qys_publish_td_right">
                                    <?php 
echo CHtml::dropDownList("collection_type", "0", Linkage::getValueChina("qys_none", "collection_type"), array("class" => "input_select", "disabled" => true));
?>
 
                                    <span class="qys_publish_dec">筹资时是否直接冻结用户资金</span></td>
                            </tr>
                            <tr>
                                <td class="qys_publish_td_left">单次筹资金额:</td>
Beispiel #3
0
                                    <?php 
if (!empty($publish_error)) {
    echo '<font style="color:red">' . $publish_error . '</font>';
}
?>
                                </td>
                            </tr>
                            <tr>
                                <td class="qys_publish_td_left">项目名称:</td>
                                <td class="qys_publish_td_right"><input id="publish_title" name="title" class="input_title" type="text" value=""/><span class="qys_publish_dec"><font style="color:red;">*</font> 详细填写您的项目名称(10个字以上)</span></td>
                            </tr>
                            <tr>
                                <td class="qys_publish_td_left">筹资类型:</td>
                                <td class="qys_publish_td_right">
                                    <?php 
echo QCHtml::dropDownList("type", "", Project::getTypeValue(), array("class" => "input_select"));
?>
 
                                    <span class="qys_publish_dec">筹资项目所属的类型</span></td>
                            </tr>
                            <tr>
                                <td class="qys_publish_td_left">筹资方式:</td>
                                <td class="qys_publish_td_right">
                                    <?php 
echo CHtml::dropDownList("collection_type", "0", Project::getCollectionValue(), array("class" => "input_select"));
?>
 
                                    <span class="qys_publish_dec">筹资时是否直接冻结用户资金</span></td>
                            </tr>
                            <tr>
                                <td class="qys_publish_td_left">筹资金额:</td>