Exemplo n.º 1
0
<div class="view">

	<b><?php 
echo \yii\helpers\Html::encode($data->getAttributeLabel('num'));
?>
:</b>
	<?php 
echo \yii\helpers\Html::link(\yii\helpers\Html::encode($data->num), array('view', 'id' => $data->num));
?>
	<br />

	<b><?php 
echo \yii\helpers\Html::encode($data->getAttributeLabel('name'));
?>
:</b>
	<?php 
echo \yii\helpers\Html::encode($data->company);
?>
	<br />

	<b><?php 
echo \yii\helpers\Html::encode($data->getAttributeLabel('type'));
?>
:</b>
	<?php 
echo \yii\helpers\Html::encode($data->type);
?>
	<br />

	<b><?php 
echo \yii\helpers\Html::encode($data->getAttributeLabel('id6111'));
Exemplo n.º 2
0
<?php

$this->params["breadcrumbs"] = array('Bank Names' => array('index'), 'Manage');
$this->params["menu"] = array(array('label' => 'List BankName', 'url' => array('index')), array('label' => 'Create BankName', 'url' => array('create')));
?>

<h1>Manage Bank Names</h1>

<p>
You may optionally enter a comparison operator (<b>&lt;</b>, <b>&lt;=</b>, <b>&gt;</b>, <b>&gt;=</b>, <b>&lt;&gt;</b>
or <b>=</b>) at the beginning of each of your search values to specify how the comparison should be done.
</p>

<?php 
echo \yii\helpers\Html::link('Advanced Search', '#', array('class' => 'search-button btn'));
?>
<div class="search-form" style="display:none">
<?php 
$this->renderPartial('_search', array('model' => $model));
?>
</div><!-- search-form -->

<?php 
echo app\widgets\GridView::widget(array('id' => 'bank-name-grid', 'dataProvider' => $model->dp(), 'columns' => array('id', 'name', array('class' => 'yii\\grid\\ActionColumn'))));
Exemplo n.º 3
0
<div class="view">

	<b><?php 
echo \yii\helpers\Html::encode($data->getAttributeLabel('id'));
?>
:</b>
	<?php 
echo \yii\helpers\Html::link(\yii\helpers\Html::encode($data->id), '#', array('onclick' => 'refNum("' . $data->id . '","' . $data->docnum . '","' . $data->docType->name . '")'));
//echo \yii\helpers\Html::link('Choose Doc', '#', array('onclick'=>'$("#choseRefDoc").dialog("open"); return false;',));
//echo \yii\helpers\Html::link(\yii\helpers\Html::encode($data->id), array('view', 'id'=>$data->id));
?>
	<br />

	<b><?php 
//echo \yii\helpers\Html::encode($data->getAttributeLabel('prefix'));
?>
:</b>
	<?php 
//echo \yii\helpers\Html::encode($data->prefix);
?>
	<br />

	<b><?php 
echo \yii\helpers\Html::encode($data->getAttributeLabel('doctype'));
?>
:</b>
	<?php 
echo \yii\helpers\Html::encode($data->doctype);
?>
	<br />
Exemplo n.º 4
0
<p>
    Questo messaggio contiene una password a singolo utilizzo.<br>
        &Eacute; stata inviata da <?php 
echo \yii\helpers\Html::link(Yii::$app->name, $siteUrl);
?>
. Se non avete eseguito voi la richiesta ignorate questa mail o contattate l'amministratore.
</p>

<p>Inserite il seguente codice nella pagina dai cui è stato richiesto:</p>
<h3><?php 
echo $code;
?>
</h3>