Repaso
git-svn-id: https://192.168.0.254/svn/Proyectos.Incam_IntranetNueva/trunk@68 77cfc57b-8ef4-1849-9df6-4a38aa5da120
This commit is contained in:
parent
e0d526f1aa
commit
7391a027dc
@ -13,7 +13,7 @@
|
|||||||
$yiiPath = '/home/maqueta/framework/yii.php';
|
$yiiPath = '/home/maqueta/framework/yii.php';
|
||||||
|
|
||||||
// Set YII_DEBUG and YII_TRACE_LEVEL flags
|
// Set YII_DEBUG and YII_TRACE_LEVEL flags
|
||||||
$debug = true;
|
$debug = false;
|
||||||
$traceLevel = 0;
|
$traceLevel = 0;
|
||||||
|
|
||||||
|
|
||||||
@ -25,7 +25,7 @@ $configSpecific = array(
|
|||||||
|
|
||||||
// Database
|
// Database
|
||||||
'db' => array(
|
'db' => array(
|
||||||
'connectionString' => 'mysql:host=maquetaweb.ws;dbname=maqueta_intranet_stage',
|
'connectionString' => 'mysql:host=localhost;dbname=maqueta_intranet_stage',
|
||||||
'username' => 'maqueta_intranet',
|
'username' => 'maqueta_intranet',
|
||||||
'password' => 'intranet',
|
'password' => 'intranet',
|
||||||
'charset'=>'utf8',
|
'charset'=>'utf8',
|
||||||
@ -46,9 +46,8 @@ $configSpecific = array(
|
|||||||
),
|
),
|
||||||
|
|
||||||
'params'=>array(
|
'params'=>array(
|
||||||
// Ruta de los currículums de los candidatos
|
// Ruta de los currículums de los candidatos
|
||||||
'curriculumPath' => dirname(__FILE__) . '/../../public_html/intranet/documentos/',
|
'curriculumPath' => dirname(__FILE__) . '/../../public_html/intranet/documentos/',
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
|
|
||||||
?>
|
?>
|
||||||
@ -307,3 +307,4 @@ class CandidatoCapacidadController extends Controller
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
?>
|
||||||
@ -390,3 +390,4 @@ class CandidatoController extends Controller
|
|||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
?>
|
||||||
@ -261,3 +261,4 @@ class CandidatoDocumentoController extends Controller {
|
|||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
?>
|
||||||
@ -49,4 +49,4 @@ Yii::app()->clientScript->registerScriptFile(Yii::app()->baseUrl . '/js/custom/e
|
|||||||
<div class="form_default">
|
<div class="form_default">
|
||||||
<button type="submit"><?php echo $model->isNewRecord ? 'Crear' : 'Guardar'; ?></button>
|
<button type="submit"><?php echo $model->isNewRecord ? 'Crear' : 'Guardar'; ?></button>
|
||||||
</div>
|
</div>
|
||||||
<?php $this->endWidget(); ?>
|
<?php $this->endWidget(); ?>
|
||||||
@ -1,5 +1,4 @@
|
|||||||
<div class="view">
|
<div class="view">
|
||||||
|
|
||||||
<b><?php echo CHtml::encode($data->getAttributeLabel('id')); ?>:</b>
|
<b><?php echo CHtml::encode($data->getAttributeLabel('id')); ?>:</b>
|
||||||
<?php echo CHtml::link(CHtml::encode($data->id), array('view', 'id'=>$data->id)); ?>
|
<?php echo CHtml::link(CHtml::encode($data->id), array('view', 'id'=>$data->id)); ?>
|
||||||
<br />
|
<br />
|
||||||
@ -19,6 +18,4 @@
|
|||||||
<b><?php echo CHtml::encode($data->getAttributeLabel('nombre_fichero')); ?>:</b>
|
<b><?php echo CHtml::encode($data->getAttributeLabel('nombre_fichero')); ?>:</b>
|
||||||
<?php echo CHtml::encode($data->nombre_fichero); ?>
|
<?php echo CHtml::encode($data->nombre_fichero); ?>
|
||||||
<br />
|
<br />
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@ -6,7 +6,6 @@ $this->breadcrumbs=array(
|
|||||||
);
|
);
|
||||||
|
|
||||||
$this->pageTitle = Yii::t('intranet', 'Gestión de currículums de candidato');
|
$this->pageTitle = Yii::t('intranet', 'Gestión de currículums de candidato');
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
@ -81,10 +80,5 @@ $this->pageTitle = Yii::t('intranet', 'Gestión de currículums de candidato');
|
|||||||
'selectableRows' => 1,
|
'selectableRows' => 1,
|
||||||
));
|
));
|
||||||
?>
|
?>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user