Example #1
0
    <?php 
echo $this->render("_left");
?>
    <div class="wrapper-user-r">
  	
        
        <div class="myvideo margin-bottom33">

            
        <?php 
$form = yii\widgets\ActiveForm::begin();
?>
  
   	  
        <?php 
echo yii\helpers\Html::activeHiddenInput($model, 'video');
?>
      <div class="myvideo-xz margin-bottom25">
          <span>标题:</span>
          <?php 
echo yii\helpers\Html::activeTextInput($model, 'title');
?>
 
      </div>
      <div class="myvideo-kcts margin-bottom25">
          <span>简介:</span>
          <?php 
echo yii\helpers\Html::activeTextarea($model, 'keyword');
?>
      </div>
        <div class="myvideo-xz margin-bottom25">