|
|
|
|
|
|
|
|
<div class="user-update" id="app-producer-update"> |
|
|
<div class="user-update" id="app-producer-update"> |
|
|
|
|
|
|
|
|
<div id="nav-params"> |
|
|
<div id="nav-params"> |
|
|
<button v-for="section in sectionsArray" v-if="!section.isAdminSection || (section.isAdminSection && isAdmin)" |
|
|
|
|
|
|
|
|
<a v-for="section in sectionsArray" v-if="!section.isAdminSection || (section.isAdminSection && isAdmin)" |
|
|
:class="'btn '+((currentSection == section.name) ? 'btn-primary' : 'btn-default')" |
|
|
:class="'btn '+((currentSection == section.name) ? 'btn-primary' : 'btn-default')" |
|
|
@click="changeSection(section)"> |
|
|
|
|
|
|
|
|
@click="changeSection(section)" :href="'#'+section.name"> |
|
|
{{ section.nameDisplay }} |
|
|
{{ section.nameDisplay }} |
|
|
<span class="glyphicon glyphicon-triangle-bottom"></span> |
|
|
<span class="glyphicon glyphicon-triangle-bottom"></span> |
|
|
</button> |
|
|
|
|
|
|
|
|
</a> |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
|
|
|
<div class="user-form"> |
|
|
<div class="user-form"> |
|
|
|
|
|
|
|
|
<div v-show="currentSection == 'software'" class="panel panel-default"> |
|
|
<div v-show="currentSection == 'software'" class="panel panel-default"> |
|
|
<div class="panel-body"> |
|
|
<div class="panel-body"> |
|
|
<h4>Opendistrib</h4> |
|
|
<h4>Opendistrib</h4> |
|
|
|
|
|
<?php $urlAboutPage = Yii::$app->urlManagerFrontend->createAbsoluteUrl(['site/about']); ?> |
|
|
<?= $form->field($model, 'option_testimony') |
|
|
<?= $form->field($model, 'option_testimony') |
|
|
->textarea(['rows' => 7]) |
|
|
->textarea(['rows' => 7]) |
|
|
->hint("Écrivez ici votre témoignage concernant l'utilisation du logiciel. Il sera publié sur la page 'À propos' du site.") ; ?> |
|
|
|
|
|
|
|
|
->hint("Écrivez ici votre témoignage concernant l'utilisation du logiciel. Il sera publié sur la page <a href=\"".$urlAboutPage."\" target=\"_blanck\">À propos</a> du site.") ; ?> |
|
|
<?= $form->field($model, 'option_time_saved') |
|
|
<?= $form->field($model, 'option_time_saved') |
|
|
->dropDownList([ |
|
|
->dropDownList([ |
|
|
null => '--', |
|
|
null => '--', |
|
|
|
|
|
|
|
|
7 => '7 heures', |
|
|
7 => '7 heures', |
|
|
8 => '8 heures', |
|
|
8 => '8 heures', |
|
|
]) |
|
|
]) |
|
|
->hint("Sélectionnez le temps que vous estimez gagner chaque semaine en utilisant ce logiciel. Cette donnée sera utilisée sur la page 'À propos' du site.") ; ?> |
|
|
|
|
|
|
|
|
->hint("Sélectionnez le temps que vous estimez gagner chaque semaine en utilisant ce logiciel. Cette donnée sera utilisée sur la page <a href=\"".$urlAboutPage."\" target=\"_blanck\">À propos</a> du site.") ; ?> |
|
|
<?= $form->field($model, 'option_display_message_new_opendistrib_version') |
|
|
<?= $form->field($model, 'option_display_message_new_opendistrib_version') |
|
|
->dropDownList([ |
|
|
->dropDownList([ |
|
|
1 => 'Oui', |
|
|
1 => 'Oui', |