simple update
This commit is contained in:
parent
074a27dec6
commit
102ca29a53
@ -30,6 +30,8 @@ class IndexController extends Zend_Controller_Action
|
||||
}
|
||||
}
|
||||
|
||||
public function applicationAction(){}
|
||||
|
||||
/**
|
||||
* Retourne l'url pour le csv d'export du portefeuille
|
||||
*/
|
||||
|
@ -53,7 +53,7 @@ class UserController extends Zend_Controller_Action
|
||||
$this->forward('perms', 'error');
|
||||
}
|
||||
|
||||
$this->view->headLink()->appendStylesheet('/themes/default/styles/user.css', 'all');
|
||||
$this->view->headLink()->appendStylesheet($this->theme->pathStyle.'/user.css', 'all');
|
||||
|
||||
$this->view->assign('device_type', $user->getBrowserInfo()->mobile);
|
||||
$this->view->assign('browser_info', $user->getBrowserInfo()->name.' '.$user->getBrowserInfo()->version);
|
||||
|
@ -1,6 +1,6 @@
|
||||
<div class="row"><h1><?=$this->translate("Nouveautés")?></h1></div>
|
||||
<div class="row"><h1 class="page-header"><?=$this->translate("Nouveautés")?></h1></div>
|
||||
|
||||
<div class="row"><h2>Liste par date</h2></div>
|
||||
<div class="row"><h2 class="page-title">Liste par date</h2></div>
|
||||
<table class="table table-bordered">
|
||||
<thead>
|
||||
<tr>
|
||||
|
@ -12,17 +12,6 @@
|
||||
<td width="200" class="StyleInfoLib"><?=$this->translate("Dénomination Sociale")?></td>
|
||||
<td width="350" class="StyleInfoData"><?=$this->raisonSociale?></td>
|
||||
</tr>
|
||||
<?php if ($this->surveillance) {?>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td colspan="2" width="550" class="StyleInfoData">
|
||||
<?=$this->action('infos','surveillance', null, array(
|
||||
'source' => 'dirigeants',
|
||||
'siret' => $this->siret
|
||||
))?>
|
||||
</td>
|
||||
</tr>
|
||||
<?php }?>
|
||||
<?php if( $this->dirigeantsop ){ ?>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
|
@ -12,26 +12,24 @@
|
||||
<ul class="nav navbar-nav navbar-right">
|
||||
<li class="visible-xs"><a href="#">Menu</a></li>
|
||||
|
||||
<?php if ($this->print) {?>
|
||||
<li class="dropdown">
|
||||
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">
|
||||
Impression <span class="caret"></span>
|
||||
<ul class="dropdown-menu">
|
||||
<?php if ($this->print) {?>
|
||||
<li><a title="Impression" href="/editer/ecran/<?=$this->print.'.html'?>"
|
||||
target="_blank"><span class="glyphicon glyphicon-print" aria-hidden="true"></span> Ecran</a></li>
|
||||
<?php }?>
|
||||
|
||||
<?php if ($this->pdf) {?>
|
||||
<li><a title="Impression PDF" href="/editer/pdf/<?=$this->pdf.'.pdf'?>"
|
||||
target="_blank"><span class="fa fa-file-pdf-o" aria-hidden="true"></span> PDF</a></li>
|
||||
<?php }?>
|
||||
|
||||
<?php if ($this->xml) {?>
|
||||
<li><a title="Export XML" href="/editer/xml/<?=$this->xml.'.xml'?>"
|
||||
target="_blank">XML</a></li>
|
||||
<li><a title="Export XML" href="/editer/xml/<?=$this->xml.'.xml'?>" target="_blank">XML</a></li>
|
||||
<?php }?>
|
||||
</ul>
|
||||
</li>
|
||||
<?php }?>
|
||||
|
||||
<?php if ($this->Suivi !== null) {?>
|
||||
<li class="dropdown">
|
||||
@ -56,17 +54,31 @@
|
||||
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">
|
||||
Tableau de bord <span class="caret"></span></a>
|
||||
<ul class="dropdown-menu">
|
||||
<li><a href="#">Action</a></li>
|
||||
<li><a href="#">Another action</a></li>
|
||||
<li><a href="#">Commandes</a></li>
|
||||
<li><a href="#">Surveillances</a></li>
|
||||
<li><a href="#">Portefeuille</a></li>
|
||||
<li role="separator" class="divider"></li>
|
||||
<li><a href="#">A propos de</a></li>
|
||||
<li><a href="#">Nouveautés</a></li>
|
||||
<li><a href="#">Paramètres</a></li>
|
||||
<li role="separator" class="divider"></li>
|
||||
<li><a href="#">Déconnexion : mricois</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
|
||||
<li class="dropdown">
|
||||
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">
|
||||
Métier <span class="caret"></span></a>
|
||||
<ul class="dropdown-menu">
|
||||
<li class="active"><a href="#">Informations légales</a></li>
|
||||
<li><a href="#">Finance</a></li>
|
||||
<li><a href="#">C.R.M</a></li>
|
||||
<li><a href="http://odea.scores-decisions.com">Données et prospection</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
|
||||
<form class="navbar-form navbar-right">
|
||||
<form class="navbar-form navbar-right hidden-sm">
|
||||
<div class="form-group input-group">
|
||||
<input type="text" class="form-control" placeholder="Identifiant">
|
||||
<span class="input-group-btn">
|
||||
|
@ -49,7 +49,7 @@
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<div class="row"><h2>Établissements</h2></div>
|
||||
<div class="row"><h2 class="page-title">Établissements</h2></div>
|
||||
<?php if (count($this->etabs)>0) { ?>
|
||||
|
||||
<table class="table table-bordered">
|
||||
|
@ -1,4 +1,4 @@
|
||||
<div class="row"><h1 class="titre"><?=$this->translate("Liste des événements")?></h1></div>
|
||||
<div class="row"><h1 class="page-header"><?=$this->translate("Liste des événements")?></h1></div>
|
||||
|
||||
<div class="row">
|
||||
<div class="col-lg-4 col-md-4"><p class="identite-label">Numéro identifiant Siren</p></div>
|
||||
@ -9,7 +9,7 @@
|
||||
<div class="col-lg-8 col-md-8"><p><?=$this->raisonSociale?></p></div>
|
||||
</div>
|
||||
|
||||
<div class="row"><h2>Événements INSEE</h2></div>
|
||||
<div class="row"><h2 class="page-title">Événements INSEE</h2></div>
|
||||
|
||||
<?php if ( empty($this->AutrePage) ) {?>
|
||||
<div class="paragraph">
|
||||
|
@ -77,10 +77,8 @@ echo $this->partial('identite/fiche-item.phtml', $this->dBlock['EffectifEtab']);
|
||||
?>
|
||||
|
||||
<?php if ( empty($this->AutrePage) ) {?>
|
||||
<div class="row">
|
||||
<?=$this->action('geo', 'identite', null, array('infos' => $this->infos));?>
|
||||
<?=$this->action('news', 'identite');?>
|
||||
</div>
|
||||
|
||||
<div class="row">
|
||||
<a href="<?=$this->url(array('controller'=>'identite','action'=>'corporama', 'siret'=>$this->siret), 'default', true)?>" title="Toute la puissance des réseaux sociaux professionnels pour identifier rapidement un interlocuteur et accéder à ses coordonnées">
|
||||
|
@ -1,7 +1,7 @@
|
||||
<div class="row"><h2>Localisation géographique</h2></div>
|
||||
<div class="row"><h2 class="page-title">Localisation géographique</h2></div>
|
||||
<div class="row">
|
||||
<div class="col-lg-6 col-md-6">
|
||||
|
||||
|
||||
<?php if ( $this->infos->GeoLat && $this->infos->GeoLon ) {?>
|
||||
<span id=geolocalisation>
|
||||
<b>Information géographique :</b><br/>
|
||||
@ -28,18 +28,18 @@
|
||||
<img title="<?=$InfosIris->typIris?>" style="vertical-align:middle;" src="/themes/default/images/info.gif">
|
||||
<?php }?>
|
||||
<?php }?>
|
||||
|
||||
|
||||
</div>
|
||||
<div class="col-lg-6 col-md-6">
|
||||
|
||||
|
||||
<?php if ($this->source == 'google') {?>
|
||||
|
||||
|
||||
<div id="infogeo_photo">
|
||||
<?=$this->action('streetview', 'identite', null, array('infos' => $this->infos));?>
|
||||
</div>
|
||||
|
||||
|
||||
<?php } elseif ($this->source == 'mappy') {?>
|
||||
|
||||
|
||||
<div><img id="pp-cb-thumb" width="300px" /></div>
|
||||
<script src="<?=$this->lienJs?>"></script>
|
||||
<script type="text/javascript">
|
||||
@ -61,8 +61,8 @@
|
||||
}, function(error) {});
|
||||
});
|
||||
</script>
|
||||
|
||||
|
||||
<?php }?>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
@ -1,4 +1,4 @@
|
||||
<div class="row"><h1 class="titre"><?=$this->translate("Informations Groupe")?></h1></div>
|
||||
<div class="row"><h1 class="page-header"><?=$this->translate("Informations Groupe")?></h1></div>
|
||||
<?php if ($this->result->grpSiren=='') {?>
|
||||
<div class="paragraph">Aucune information disponible.</div>
|
||||
<?php } elseif (is_string($result)) { ?>
|
||||
@ -10,7 +10,7 @@ table.secteurs th { border:1px solid; padding:5px; font-weight:bold;}
|
||||
table.secteurs td { border:1px solid; padding:5px; }
|
||||
</style>
|
||||
|
||||
<h2>Groupe <?=$this->result->grpNom?></h2>
|
||||
<div class="row"><h2 class="page-title">Groupe <?=$this->result->grpNom?></h2></div>
|
||||
<div class="paragraph">
|
||||
<table>
|
||||
<tr>
|
||||
@ -119,7 +119,7 @@ table.secteurs td { border:1px solid; padding:5px; }
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<h2>Secteurs</h2>
|
||||
<div class="row"><h2 class="page-title">Secteurs</h2></div>
|
||||
<div class="paragraph">
|
||||
<table class="secteurs">
|
||||
<tr>
|
||||
|
@ -1,5 +1,5 @@
|
||||
<?php if (empty($this->AutrePage)) {?>
|
||||
<div class="row"><h1 class="titre"><?=$this->translate("Liens inter-entreprises")?></h1></div>
|
||||
<div class="row"><h1 class="page-header"><?=$this->translate("Liens inter-entreprises")?></h1></div>
|
||||
<div class="paragraph">
|
||||
<table class="identite">
|
||||
<?php if ($this->siren) {?>
|
||||
@ -140,9 +140,9 @@ a.lienNom:visited {color:#535353;}
|
||||
<?php foreach ($liste as $part) {?>
|
||||
|
||||
<?php if ($part == 'actionnaires') {?>
|
||||
<div class="row"><h2>Actionnariat</h2></div>
|
||||
<div class="row"><h2 class="page-title">Actionnariat</h2></div>
|
||||
<?php } else {?>
|
||||
<div class="row"><h2>Participations</h2></div>
|
||||
<div class="row"><h2 class="page-title">Participations</h2></div>
|
||||
<?php }?>
|
||||
|
||||
<?php if ($this->PP && $part == 'actionnaires') {?>
|
||||
@ -166,7 +166,7 @@ Cette entreprise est une personne physique exerçant son activité en nom propre
|
||||
<?php }?>
|
||||
|
||||
<?php if ( count($this->$part)>0 ) {?>
|
||||
<table class="table table-bordered data">
|
||||
<table class="table table-bordered table-condensed data">
|
||||
<?php foreach ($this->$part as $lien) {?>
|
||||
<?php
|
||||
$trStyle = '';
|
||||
@ -261,8 +261,8 @@ Cette entreprise est une personne physique exerçant son activité en nom propre
|
||||
<?php }?>
|
||||
|
||||
<?php if ( count($this->directions)>0 ) {?>
|
||||
<div class="row"><h2>Fonctions de directions</h2></div>
|
||||
<table class="table table-bordered data">
|
||||
<div class="row"><h2 class="page-title">Fonctions de directions</h2></div>
|
||||
<table class="table table-bordered table-condensed data">
|
||||
<?php foreach ($this->directions as $lien) {?>
|
||||
<tr>
|
||||
<td class="StyleInfoData" width="100" valign="top"><strong><?=$lien->fonction?> de</strong></td>
|
||||
|
@ -1,16 +1,17 @@
|
||||
<?php if(!$this->disable):?>
|
||||
<?php if(!$this->disable){?>
|
||||
<div id="news">
|
||||
<h2>Information presse (Source Google News ©)</h2>
|
||||
<div id="paragraph">
|
||||
<div class="row"><h2 class="page-title">Information presse (Source Google News ©)</h2></div>
|
||||
<div class="row">
|
||||
<div class="col-lg-12 col-md-12">
|
||||
<ul>
|
||||
<?php foreach($this->items as $item):?>
|
||||
<?php foreach($this->items as $item) {?>
|
||||
<li style="padding-top:2px;">
|
||||
<a target="_blank" href="<?=$item->link()?>">
|
||||
Le <?=$this->NewsDate($item->pubDate())?> - <?=$item->title()?>
|
||||
</a>
|
||||
</li>
|
||||
<?php endforeach;?>
|
||||
<?php }?>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<?php endif;?>
|
||||
<?php }?>
|
@ -0,0 +1 @@
|
||||
<?php
|
@ -1 +1,22 @@
|
||||
<div id="center"></div>
|
||||
<div class="row">
|
||||
<div class="col-md-4">
|
||||
<h2>Information légales</h2>
|
||||
<p>Donec id elit non mi porta gravida at eget metus. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Etiam porta sem malesuada magna mollis euismod. Donec sed odio dui. </p>
|
||||
<p><a role="button" href="#" class="btn btn-default">View details »</a></p>
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
<h2>Finance</h2>
|
||||
<p>Donec id elit non mi porta gravida at eget metus. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Etiam porta sem malesuada magna mollis euismod. Donec sed odio dui. </p>
|
||||
<p><a role="button" href="#" class="btn btn-default">View details »</a></p>
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
<h2>C.R.M.</h2>
|
||||
<p>Donec sed odio dui. Cras justo odio, dapibus ac facilisis in, egestas eget quam. Vestibulum id ligula porta felis euismod semper. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus.</p>
|
||||
<p><a role="button" href="#" class="btn btn-default">View details »</a></p>
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
<h2>Données et prospection</h2>
|
||||
<p>Donec sed odio dui. Cras justo odio, dapibus ac facilisis in, egestas eget quam. Vestibulum id ligula porta felis euismod semper. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus.</p>
|
||||
<p><a role="button" href="#" class="btn btn-default">View details »</a></p>
|
||||
</div>
|
||||
</div>
|
@ -1,27 +1,60 @@
|
||||
<?php
|
||||
$form = $this->form;
|
||||
?>
|
||||
<div id="center-recherche">
|
||||
<div id="recherche">
|
||||
<h3><?=$this->translate("RECHERCHE PAR ACTIONNAIRE")?></h3>
|
||||
<div class="row"><h1 class="page-header"><?=$this->translate("Recherche actionnaire")?></h1></div>
|
||||
|
||||
<form class="recherche" name="<?php echo $form->getName()?>"
|
||||
method="<?php echo $form->getMethod()?>" action="<?php echo $form->getAction()?>">
|
||||
<?php echo $form->type?>
|
||||
<form class="form-horizontal" name="<?php echo $this->form->getName()?>"
|
||||
method="<?php echo $this->form->getMethod()?>" action="<?php echo $this->form->getAction()?>">
|
||||
<?php echo $this->form->type?>
|
||||
|
||||
<div class="row"><?php echo $form->siret?></div>
|
||||
<div class="row"><?php echo $form->actNomRs?></div>
|
||||
<div class="row"><?php echo $form->cpVille?></div>
|
||||
<div class="row"><?php echo $form->pays?></div>
|
||||
<div class="row">
|
||||
<?php echo $form->pctMin?>
|
||||
<?php echo $form->pctMax?> %
|
||||
<div class="form-group form-group-sm">
|
||||
<label class="col-sm-3 control-label"><?=$this->form->siret->getLabel()?></label>
|
||||
<div class="col-sm-8">
|
||||
<input type="text" class="form-control" name="<?=$this->form->siret->getName()?>" value="<?=$this->form->siret->getValue()?>">
|
||||
</div>
|
||||
<div class="row submit">
|
||||
<?php echo $form->submit?>
|
||||
<?php echo $form->reset?>
|
||||
</div>
|
||||
|
||||
<div class="form-group form-group-sm">
|
||||
<label class="col-sm-3 control-label"><?=$this->form->actNomRs->getLabel()?></label>
|
||||
<div class="col-sm-8">
|
||||
<input type="text" class="form-control" name="<?=$this->form->actNomRs->getName()?>" value="<?=$this->form->actNomRs->getValue()?>">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="form-group form-group-sm">
|
||||
<label class="col-sm-3 control-label"><?=$this->form->cpVille->getLabel()?></label>
|
||||
<div class="col-sm-8">
|
||||
<input type="text" class="form-control" name="<?=$this->form->cpVille->getName()?>" value="<?=$this->form->cpVille->getValue()?>">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="form-group form-group-sm">
|
||||
<label class="col-sm-3 control-label"><?=$this->form->pays->getLabel()?></label>
|
||||
<div class="col-sm-8">
|
||||
<input type="text" class="form-control" name="<?=$this->form->pays->getName()?>" value="<?=$this->form->pays->getValue()?>">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="form-group form-group-sm">
|
||||
<label class="col-sm-3 control-label"><?=$this->form->pays->getLabel()?></label>
|
||||
<div class="col-sm-8">
|
||||
<input type="text" class="form-control" name="<?=$this->form->pays->getName()?>" value="<?=$this->form->pays->getValue()?>">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="form-group form-group-sm">
|
||||
<label class="col-sm-3 control-label"><?=$this->form->pctMin->getLabel()?></label>
|
||||
<div class="col-sm-2">
|
||||
<input type="text" class="form-control" name="<?=$this->form->pctMin->getName()?>" value="<?=$this->form->pctMin->getValue()?>">
|
||||
</div>
|
||||
<label class="col-sm-1 control-label"><?=$this->form->pctMax->getLabel()?></label>
|
||||
<div class="col-sm-2">
|
||||
<input type="text" class="form-control" name="<?=$this->form->pctMax->getName()?>" value="<?=$this->form->pctMax->getValue()?>">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="form-group form-group-sm submit">
|
||||
<div class="col-sm-offset-3 col-sm-8">
|
||||
<input class="btn btn-sm btn-warning" type="submit" name="<?=$this->form->reset->getName()?>" value="<?=$this->form->reset->getLabel()?>">
|
||||
<input class="btn btn-sm btn-primary" type="submit" name="<?=$this->form->submit->getName()?>" value="<?=$this->form->submit->getLabel()?>">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</form>
|
||||
|
||||
</div>
|
||||
</div>
|
@ -50,45 +50,16 @@ $(document).ready(function()
|
||||
|
||||
});
|
||||
</script>
|
||||
<style type="text/css">
|
||||
.infoTitle {clear:both; float:left; width:180px; margin-left:30px; padding:0 10px 0 0;}
|
||||
.infoData {float:left; width:320px; margin:2px 0;}
|
||||
form {}
|
||||
form em { color:#FF0000;}
|
||||
fieldset {border:0; margin:0; padding:0;}
|
||||
fieldset legend{ padding:0 0 0 10px;}
|
||||
.fieldgrp{clear:both; width:100%; margin-bottom:.5em; overflow:hidden;}
|
||||
.fieldgrp:after{content:"."; display:block; clear:both; visibility:hidden; line-height:0; height:0; }
|
||||
.fieldgrp label{ width:150px; font-weight:bold; margin-left:30px; clear:both; padding:0 10px 0 0; line-height:22px; _padding-top:3px; float:left; display:block; font-size:108%;}
|
||||
.fieldgrp label.inline{ clear:none; margin:0; float:left; display:block; width:auto;}
|
||||
.fieldgrp label span{font-weight:normal;}
|
||||
.fieldgrp label abbr{color:#4B911C; font-size:120%; vertical-align:middle;}
|
||||
.fieldgrp p { clear:both; margin:0 0 0 30px; font-size:12px; }
|
||||
.field { float:left; padding:0 10px 0 0; line-height:22px; _padding-top:3px;}
|
||||
.field .longfield{width:215px;}
|
||||
.field .longfield-select{width:220px;}
|
||||
.field .smallfield{width:95px;}
|
||||
.field .medfield{width:110px;}
|
||||
.field input, .field select{ font-size:110%; margin:2px 0; }
|
||||
.field input.radio { margin:0 5px; vertical-align:middle; border:none; }
|
||||
.field input.checkbox { border:none; }
|
||||
.field span { margin-left:10px; }
|
||||
.noborder {border:none;}
|
||||
div.submit{ text-align:center; }
|
||||
</style>
|
||||
<div id="center">
|
||||
|
||||
<h1>Rechercher une annonce</h1>
|
||||
<div class="row"><h1 class="page-header">Rechercher une annonce</h1></div>
|
||||
|
||||
<div class="paragraph">
|
||||
|
||||
<form name="annonces" method="post" action="<?=$this->url(array('controller'=>'recherche', 'action'=>'annonceliste'))?>">
|
||||
<form class="form-horizontal" name="annonces" method="post" action="<?=$this->url(array('controller'=>'recherche', 'action'=>'annonceliste'))?>">
|
||||
<input type="hidden" name="formA[type]" value="annonces"/>
|
||||
|
||||
<div class="fieldgrp">
|
||||
<label for="source">Source</label>
|
||||
<div class="field">
|
||||
<select id="sourceSelect" name="formA[source]">
|
||||
<div class="form-group form-group-sm">
|
||||
<label class="col-sm-3 control-label">Source</label>
|
||||
<div class="col-sm-8">
|
||||
<select class="form-control input-sm" id="sourceSelect" name="formA[source]">
|
||||
<option value="bodacc" <?=(isset($this->recherche['source']) && $this->recherche['source']=='bodacc')? 'selected' : ''?>>BODACC / BORC</option>
|
||||
<option value="asso" <?=(isset($this->recherche['source']) && $this->recherche['source']=='asso')? 'selected' : ''?>>JO Association</option>
|
||||
<option value="balo" <?=(isset($this->recherche['source']) && $this->recherche['source']=='balo')? 'selected' : ''?>>BALO</option>
|
||||
@ -96,71 +67,75 @@ div.submit{ text-align:center; }
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="bodacc" class="fieldgrp">
|
||||
<label for="bodacc">Bodacc</label>
|
||||
<div class="field">
|
||||
<span><input class="radio" type="radio" name="formA[bodacc]" value="a" <?=(isset($this->recherche['bodacc']) && $this->recherche['bodacc']=='a')? 'checked' : ''?>/>A</span>
|
||||
<span><input class="radio" type="radio" name="formA[bodacc]" value="b" <?=(isset($this->recherche['bodacc']) && $this->recherche['bodacc']=='b')? 'checked' : ''?>/>B</span>
|
||||
<span><input class="radio" type="radio" name="formA[bodacc]" value="c" <?=(isset($this->recherche['bodacc']) && $this->recherche['bodacc']=='c')? 'checked' : ''?>/>C</span>
|
||||
<span><a href="#" id="deselectBodacc">Désélection</a></span>
|
||||
<div id="bodacc" class="form-group form-group-sm">
|
||||
<label class="col-sm-3 control-label">Bodacc</label>
|
||||
<div class="col-sm-8">
|
||||
<select class="form-control input-sm" name="formA[bodacc]">
|
||||
<option value="">Tous</option>
|
||||
<option value="a" <?=(isset($this->recherche['bodacc']) && $this->recherche['bodacc']=='a')? 'selected' : ''?>>A</option>
|
||||
<option value="b" <?=(isset($this->recherche['bodacc']) && $this->recherche['bodacc']=='b')? 'selected' : ''?>>B</option>
|
||||
<option value="c" <?=(isset($this->recherche['bodacc']) && $this->recherche['bodacc']=='c')? 'selected' : ''?>>C</option>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="histo" class="fieldgrp">
|
||||
<label for="histo">Historique jusqu'à 1953</label>
|
||||
<div class="field">
|
||||
<div id="histo" class="form-group form-group-sm">
|
||||
<label class="col-sm-3 control-label">Historique jusqu'à 1953</label>
|
||||
<div class="col-sm-8">
|
||||
<input class="checkbox" type="checkbox" id="histoSelect" name="formA[histo]" <?=(isset($this->recherche['histo']) && $this->recherche['histo']=='on')? 'checked' : ''?>/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="date" class="fieldgrp">
|
||||
<label for="annee">Année</label>
|
||||
<div class="field">
|
||||
<input type="text" name="formA[annee]" size="4" maxlength="4" value="<?=$this->recherche['annee']?>"/>
|
||||
<div id="date" class="form-group form-group-sm">
|
||||
<label class="col-sm-3 control-label">Année</label>
|
||||
<div class="col-sm-2">
|
||||
<input class="form-control input-sm" type="text" name="formA[annee]" size="4" maxlength="4" value="<?=$this->recherche['annee']?>"/>
|
||||
</div>
|
||||
<label class="inline" for="dateparution">ou Date de parution</label>
|
||||
<div class="field">
|
||||
<input id="datepicker" type="text" name="formA[dateparution]" size="10" maxlength="10" value="<?=$this->recherche['dateparution']?>"/>
|
||||
<label class="col-sm-3 control-label">ou Date de parution</label>
|
||||
<div class="col-sm-2">
|
||||
<input class="form-control input-sm" id="datepicker" type="text" name="formA[dateparution]" size="10" maxlength="10" value="<?=$this->recherche['dateparution']?>"/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="nparution" class="fieldgrp">
|
||||
<label for="nparution">Numéro de parution</label>
|
||||
<div class="field">
|
||||
<input type="text" name="formA[nparution]" size="10" maxlength="10" value="<?=$this->recherche['nparution']?>"/>
|
||||
<div id="nparution" class="form-group form-group-sm">
|
||||
<label class="col-sm-3 control-label">Numéro de parution</label>
|
||||
<div class="col-sm-8">
|
||||
<input class="form-control input-sm" type="text" name="formA[nparution]" size="10" maxlength="10" value="<?=$this->recherche['nparution']?>"/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="fpage" class="fieldgrp">
|
||||
<label for="page">Page</label>
|
||||
<div class="field">
|
||||
<input type="text" name="formA[bpage]" size="10" maxlength="10" value="<?=$this->recherche['bpage']?>"/>
|
||||
<div id="fpage" class="form-group form-group-sm">
|
||||
<label class="col-sm-3 control-label">Page</label>
|
||||
<div class="col-sm-8">
|
||||
<input class="form-control input-sm" type="text" name="formA[bpage]" size="10" maxlength="10" value="<?=$this->recherche['bpage']?>"/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="nannonce" class="fieldgrp">
|
||||
<label for="nannonce">Numéro d'annonce</label>
|
||||
<div class="field">
|
||||
<input type="text" name="formA[nannonce]" size="10" maxlength="10" value="<?=$this->recherche['nannonce']?>"/>
|
||||
<div id="nannonce" class="form-group form-group-sm">
|
||||
<label class="col-sm-3 control-label">Numéro d'annonce</label>
|
||||
<div class="col-sm-8">
|
||||
<input class="form-control input-sm" type="text" name="formA[nannonce]" size="10" maxlength="10" value="<?=$this->recherche['nannonce']?>"/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="naffaire" class="fieldgrp">
|
||||
<label for="naffaire">Numéro d'affaire</label>
|
||||
<div class="field">
|
||||
<input type="text" name="formA[naffaire]" size="10" maxlength="10" value="<?=$this->recherche['naffaire']?>"/>
|
||||
<div id="naffaire" class="form-group form-group-sm">
|
||||
<label class="col-sm-3 control-label">Numéro d'affaire</label>
|
||||
<div class="col-sm-8">
|
||||
<input class="form-control input-sm" type="text" name="formA[naffaire]" size="10" maxlength="10" value="<?=$this->recherche['naffaire']?>"/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="txt" class="fieldgrp">
|
||||
<label for="txt">Recherche</label>
|
||||
<div class="field">
|
||||
<input type="text" name="formA[txt]" size="55" maxlength="2048" value="<?
|
||||
<div id="txt">
|
||||
<div class="form-group form-group-sm">
|
||||
<label class="col-sm-3 control-label">Recherche</label>
|
||||
<div class="col-sm-8">
|
||||
<input class="form-control input-sm" type="text" name="formA[txt]" size="55" maxlength="2048" value="<?
|
||||
if (isset($this->recherche['txt'])) {
|
||||
print htmlspecialchars($this->recherche['txt']);
|
||||
}
|
||||
?>"/>
|
||||
</div>
|
||||
</div>
|
||||
<p>
|
||||
<b><u>Attention :</u></b>
|
||||
Ce formulaire de recherche permet de rechercher dans les pages entières du BORC, BODAC et BODACC telles qu'elles ont été numérisées par Scores & Décisions.
|
||||
@ -175,12 +150,10 @@ Cette recherche permet de rechercher des annonces dans des pages jusqu'à l'ann
|
||||
<p>Ordre de recherche (ex: <b>boulangerie << dupain</b> , recherche du mot "boulangerie" puis du mot "dupain") </p>
|
||||
</div>
|
||||
|
||||
<div class="submit">
|
||||
<p><input type="submit" name="submit" value="Ok"/></p>
|
||||
<div class="form-group form-group-sm submit">
|
||||
<div class="col-sm-offset-3 col-sm-8">
|
||||
<input class="btn btn-sm btn-primary" type="submit" name="submit" value="Ok">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</form>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
</form>
|
@ -1,26 +1,47 @@
|
||||
<?php
|
||||
$form = $this->form;
|
||||
?>
|
||||
<div id="center-recherche">
|
||||
<div id="recherche">
|
||||
<h3><?=$this->translate("RECHERCHE DIRIGEANT")?></h3>
|
||||
<form class="recherche" name="<?php echo $form->getName()?>"
|
||||
method="<?php echo $form->getMethod()?>" action="<?php echo $form->getAction()?>">
|
||||
<?php echo $form->type?>
|
||||
<div class="row"><h1 class="page-header"><?=$this->translate("Recherche dirigeant")?></h1></div>
|
||||
<form class="form-horizontal" name="<?php echo $this->form->getName()?>"
|
||||
method="<?php echo $this->form->getMethod()?>" action="<?php echo $this->form->getAction()?>">
|
||||
<?php echo $this->form->type?>
|
||||
|
||||
<div class="row"><?php echo $form->dirNom?></div>
|
||||
<div class="row"><?php echo $form->dirPrenom?></div>
|
||||
<div class="row">
|
||||
<?php echo $form->dirDateNaissJJ?>
|
||||
<?php echo $form->dirDateNaissMM?>
|
||||
<?php echo $form->dirDateNaissAAAA?>
|
||||
<div class="form-group form-group-sm">
|
||||
<label class="col-sm-3 control-label"><?=$this->form->dirNom->getLabel()?></label>
|
||||
<div class="col-sm-8">
|
||||
<input type="text" class="form-control" name="<?=$this->form->dirNom->getName()?>" value="<?=$this->form->dirNom->getValue()?>">
|
||||
</div>
|
||||
</div>
|
||||
<div class="row"><?php echo $form->dirCpVille?></div>
|
||||
|
||||
<div class="row submit">
|
||||
<?php echo $form->submit?>
|
||||
<?php echo $form->reset?>
|
||||
<div class="form-group form-group-sm">
|
||||
<label class="col-sm-3 control-label"><?=$this->form->dirPrenom->getLabel()?></label>
|
||||
<div class="col-sm-8">
|
||||
<input type="text" class="form-control" name="<?=$this->form->dirPrenom->getName()?>" value="<?=$this->form->dirPrenom->getValue()?>">
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="form-group form-group-sm">
|
||||
<label class="col-sm-3 control-label"><?=$this->form->dirDateNaissJJ->getLabel()?></label>
|
||||
<div class="col-sm-2">
|
||||
<input type="text" class="form-control" name="<?=$this->form->dirDateNaissJJ->getName()?>" value="<?=$this->form->dirDateNaissJJ->getValue()?>">
|
||||
</div>
|
||||
<div class="col-sm-2">
|
||||
<input type="text" class="form-control" name="<?=$this->form->dirDateNaissMM->getName()?>" value="<?=$this->form->dirDateNaissMM->getValue()?>">
|
||||
</div>
|
||||
<div class="col-sm-2">
|
||||
<input type="text" class="form-control" name="<?=$this->form->dirDateNaissAAAA->getName()?>" value="<?=$this->form->dirDateNaissAAAA->getValue()?>">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="form-group form-group-sm">
|
||||
<label class="col-sm-3 control-label"><?=$this->form->dirCpVille->getLabel()?></label>
|
||||
<div class="col-sm-8">
|
||||
<input type="text" class="form-control" name="<?=$this->form->dirCpVille->getName()?>" value="<?=$this->form->dirCpVille->getValue()?>">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="form-group form-group-sm submit">
|
||||
<div class="col-sm-offset-3 col-sm-8">
|
||||
<input class="btn btn-sm btn-warning" type="submit" name="<?=$this->form->reset->getName()?>" value="<?=$this->form->reset->getLabel()?>">
|
||||
<input class="btn btn-sm btn-primary" type="submit" name="<?=$this->form->submit->getName()?>" value="<?=$this->form->submit->getLabel()?>">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</form>
|
@ -1,12 +1,10 @@
|
||||
<?=$this->action('new', 'aide')?>
|
||||
|
||||
<div id="recherche">
|
||||
|
||||
<?php if (!empty($this->message)){ ?>
|
||||
<p class="bg-danger bg-classes"><?=$this->message?></p>
|
||||
<?php }?>
|
||||
|
||||
<h3><?=$this->translate("Recherche Entreprise")?></h3>
|
||||
<div class="row"><h1 class="page-header"><?=$this->translate("Recherche Entreprise")?></h1></div>
|
||||
|
||||
<form class="form-horizontal recherche" name="<?php echo $this->form->getName()?>" method="<?=$this->form->getMethod()?>"
|
||||
action="<?=$this->form->getAction()?>">
|
||||
@ -31,7 +29,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<?php if ($this->SEARCHENT) {?>
|
||||
|
||||
<div class="form-group form-group-sm">
|
||||
@ -50,14 +48,14 @@
|
||||
<input type="text" class="form-control" name="<?=$this->form->voie->getName()?>" value="<?=$this->form->voie->getValue()?>">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="form-group form-group-sm">
|
||||
<label class="col-sm-3 control-label"><?=$this->form->cpVille->getLabel()?></label>
|
||||
<div class="col-sm-8">
|
||||
<input type="text" class="form-control" name="<?=$this->form->cpVille->getName()?>" value="<?=$this->form->cpVille->getValue()?>">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="form-group form-group-sm">
|
||||
<label class="col-sm-3 control-label"><?=$this->form->telFax->getLabel()?></label>
|
||||
<div class="col-sm-8">
|
||||
@ -90,7 +88,7 @@
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<?php }?>
|
||||
|
||||
<div class="form-group form-group-sm submit">
|
||||
@ -101,7 +99,6 @@
|
||||
</div>
|
||||
|
||||
</form>
|
||||
</div>
|
||||
|
||||
<?php if ($this->RefClient){?>
|
||||
<?=$this->action('refclient', 'recherche')?>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<h3><?=$this->translate("Recherche Surveillance")?></h3>
|
||||
<div class="row"><h1 class="page-header"><?=$this->translate("Recherche Portefeuille")?></h1></div>
|
||||
|
||||
<form class="form-horizontal" name="refclient" method="post" action="<?=$this->url(array(
|
||||
'controller'=>'recherche', 'action'=>'refclientliste'), 'default', true)?>">
|
||||
|
@ -66,7 +66,7 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row"><h2><?=$this->translate("Liste des surveillances")?>
|
||||
<div class="row"><h2 class="page-title"><?=$this->translate("Liste des surveillances")?>
|
||||
<span class="badge pull-right"><?=$this->nbSurveillances?></span></h2></div>
|
||||
|
||||
<table class="table table-hover table-condensed" id="surveillance">
|
||||
|
@ -115,7 +115,6 @@
|
||||
</div>
|
||||
<input type="hidden" name="frmOptions[email]" value="<?=$this->options->email?>"/>
|
||||
|
||||
|
||||
<div class="row">
|
||||
<div class="col-lg-4 col-md-4"><p class="identite-label">Numéros de téléphone<br/><i>(Fixe, Fax, Mobile)</i></p></div>
|
||||
<div class="col-lg-8 col-md-8">
|
||||
@ -144,7 +143,10 @@ if ($this->action=='new') {
|
||||
</div>
|
||||
|
||||
<div class="row">
|
||||
<div class="col-lg-4 col-md-4"><p class="identite-label">Relevé de consommation</p></div>
|
||||
<div class="col-lg-4 col-md-4">
|
||||
<p class="identite-label">Relevé de consommation</p>
|
||||
</div>
|
||||
<div class="col-lg-8 col-md-8">
|
||||
<?php
|
||||
//Consomation
|
||||
if ($this->isAdmin || $this->isSuperAdmin){
|
||||
@ -155,6 +157,7 @@ if ($this->isAdmin || $this->isSuperAdmin){
|
||||
}
|
||||
?>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row">
|
||||
<div class="col-lg-4 col-md-4"><p class="identite-label">Langue de l'interface par défaut</p></div>
|
||||
@ -173,24 +176,27 @@ foreach($lngOpts as $lngKey => $lngVal)
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row"><h2>Informations</h2></div>
|
||||
<div class="row"><h2 class="page-title">Informations</h2></div>
|
||||
<div class="row">
|
||||
<div class="col-lg-4 col-md-4"><p class="identite-label">Type d'appareil actuel</p></div>
|
||||
<div class="col-lg-8 col-md-8">
|
||||
<?=($this->device_type==0) ? 'Poste de travail': 'Mobile'?>
|
||||
</div>
|
||||
<div class="col-lg-8 col-md-8"><?=($this->device_type==0) ? 'Poste de travail': 'Mobile'?></div>
|
||||
</div>
|
||||
|
||||
<div class="infoTitle StyleInfoLib">Résolution d'écran actuel</div>
|
||||
<div class="infoData">
|
||||
<div class="row">
|
||||
<div class="col-lg-4 col-md-4">Résolution d'écran actuel</div>
|
||||
<div class="col-lg-8 col-md-8">
|
||||
<script type=text/javascript>document.write(screen.width+'x'+screen.height);</script>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="infoTitle StyleInfoLib">Navigateur actuel</div>
|
||||
<div class="row">
|
||||
<div class="col-lg-4 col-md-4">Navigateur actuel</div>
|
||||
<div class="col-lg-8 col-md-8"><?=$this->browser_info?></div>
|
||||
</div>
|
||||
|
||||
<div class="row"><h2>Moteur de recherche</h2></div>
|
||||
<div class="infoTitle StyleInfoLib">Résultats par page</div>
|
||||
<div class="row"><h2 class="page-title">Moteur de recherche</h2></div>
|
||||
<div class="row">
|
||||
<div class="col-lg-4 col-md-4">Résultats par page</div>
|
||||
<div class="col-lg-8 col-md-8">
|
||||
<select name="frmOptions[nbReponses]">
|
||||
<?php
|
||||
@ -203,28 +209,23 @@ foreach($opts as $opt)
|
||||
}
|
||||
?>
|
||||
</select>
|
||||
|
||||
<div class="infoTitle StyleInfoLib">Inclure</div>
|
||||
<div class="infoData last">
|
||||
<input type="checkbox" name="frmOptions[rech_limites][]" value="assocs" checked disabled class="noborder"/> les associations<br/>
|
||||
<input type="checkbox" name="frmOptions[rech_limites][]" value="actifs" checked disabled class="noborder"/> les actifs<br/>
|
||||
<input type="checkbox" name="frmOptions[rech_limites][]" value="radies" checked disabled class="noborder"/> les radiés<br/>
|
||||
<input type="checkbox" name="frmOptions[rech_limites][]" value="sieges" checked disabled class="noborder"/> les établissements secondaires
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="row"><h2>Surveillance</h2></div>
|
||||
<div class="infoTitle StyleInfoLib">Supports pour les alertes</div>
|
||||
<div class="infoData last">
|
||||
<div class="row"><h2 class="page-title">Surveillance</h2></div>
|
||||
<div class="row">
|
||||
<div class="col-lg-4 col-md-4">Supports pour les alertes</div>
|
||||
<div class="col-lg-8 col-md-8">
|
||||
<input type="checkbox" name="frmOptions[alertes][]" value="sms" disabled class="noborder"/> SMS<br/>
|
||||
<input type="checkbox" name="frmOptions[alertes][]" value="fax" disabled class="noborder"/> Fax<br/>
|
||||
<input type="checkbox" name="frmOptions[alertes][]" value="mail" checked disabled class="noborder"/> Mail<br/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row"><h2>Gestion des droits</h2></div>
|
||||
<div class="infoTitle StyleInfoLib">Type de profil</div>
|
||||
<div class="infoData">
|
||||
<div class="row"><h2>Droits d'accès</h2></div>
|
||||
<div class="row">
|
||||
<div class="col-lg-4 col-md-4">Type de profil</div>
|
||||
<div class="col-lg-8 col-md-8">
|
||||
<?php if ($this->isSuperAdmin){ ?>
|
||||
<select name="frmOptions[profil]">
|
||||
<?php
|
||||
@ -244,9 +245,11 @@ foreach($opts as $opt)
|
||||
<?=$this->options->profil?>
|
||||
<?php }?>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="infoTitle StyleInfoLib">Droits d'accès</div>
|
||||
<div class="infoData">
|
||||
<div class="row">
|
||||
<div class="col-lg-4 col-md-4">Droits d'accès</div>
|
||||
<div class="col-lg-8 col-md-8">
|
||||
<?php foreach($this->wscategory as $category) {?>
|
||||
<fieldset>
|
||||
<legend><?=$category->desc?></legend>
|
||||
@ -270,9 +273,11 @@ foreach($category->droits->item as $droit) {
|
||||
</fieldset>
|
||||
<?php }?>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="infoTitle StyleInfoLib">Préférences</div>
|
||||
<div class="infoData last">
|
||||
<div class="row">
|
||||
<div class="col-lg-4 col-md-4">Préférences</div>
|
||||
<div class="col-lg-8 col-md-8">
|
||||
<?php
|
||||
foreach ($this->prefsLib as $code => $lib) {
|
||||
$check = '';
|
||||
@ -284,11 +289,13 @@ foreach ($this->prefsLib as $code => $lib) {
|
||||
<?=$lib?><br/>
|
||||
<?php }?>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<?php if ( $this->options->idClient == 1 && !in_array('edition',$this->droits) ) { ?>
|
||||
<div class="row"><h2>Mode spéciaux</h2></div>
|
||||
<div class="infoTitle StyleInfoLib">Mode Edition</div>
|
||||
<div class="infoData last">
|
||||
<div class="row"><h2 class="page-title">Mode spéciaux</h2></div>
|
||||
<div class="row">
|
||||
<div class="col-lg-4 col-md-4">Mode Edition</div>
|
||||
<div class="col-lg-8 col-md-8">
|
||||
<?php
|
||||
$check = '';
|
||||
if ( $this->options->modeEdition==true ) {
|
||||
@ -299,6 +306,7 @@ if ( $this->options->modeEdition==true ) {
|
||||
<span id="msgModeEdition"></span>
|
||||
</div>
|
||||
<?php }?>
|
||||
</div>
|
||||
|
||||
<div class="submit"><p class="submit-button"><input type="submit" class="button" value="Sauver"/></p></div>
|
||||
</form>
|
||||
|
@ -1,6 +1,6 @@
|
||||
<div class="row"><h1 class="title">ADMINISTRATION</h1></div>
|
||||
<div class="row"><h1 class="page-header">ADMINISTRATION</h1></div>
|
||||
|
||||
<div class="row"><h2>Relevé de consommation complet</h2></div>
|
||||
<div class="row"><h2 class="page-title">Relevé de consommation complet</h2></div>
|
||||
<?=$this->action('conso', 'user', null , array('login'=>$this->login, 'idClient'=>$this->idClient));?>
|
||||
|
||||
<div class="row"><h2>Liste des profils utilisateurs</h2></div>
|
||||
|
@ -151,7 +151,7 @@ class Application_Controller_Plugin_Theme extends Zend_Controller_Plugin_Abstrac
|
||||
/**
|
||||
* New theme with bootstrap for 2015
|
||||
*/
|
||||
case 'test':
|
||||
case 'default2015v2':
|
||||
case 'default2015':
|
||||
|
||||
$view->doctype('HTML5');
|
||||
|
@ -1202,7 +1202,7 @@ class IdentiteEntreprise
|
||||
if($dir1NaissText!=''){ $data.=', '.$dir1NaissText; }
|
||||
}
|
||||
if ($this->identite->dir2Titre!=''){
|
||||
$data.= '<u><b>'.ucfirst($this->identite->dir2Titre).'</b>:</u><br/>'.$this->identite->dir2NomPrenom;
|
||||
$data.= '<u><b>'.ucfirst($this->identite->dir2Titre).'</b></u><br/>'.$this->identite->dir2NomPrenom;
|
||||
if($dir2NaissText!=''){ $data.=', '.$dir2NaissText; }
|
||||
}
|
||||
|
||||
|
@ -115,7 +115,7 @@ div#menu ul.navigation li ul.ui-corner-tl { border-radius:0px; }
|
||||
.main {
|
||||
padding: 6px 20px;
|
||||
font-size:12px;
|
||||
font-family: Verdana,Arial,sans-serif;
|
||||
font-family: Verdana,Arial,sans-serif;
|
||||
line-height: 1;
|
||||
}
|
||||
@media (min-width: 768px) {
|
||||
@ -133,6 +133,13 @@ div#menu ul.navigation li ul.ui-corner-tl { border-radius:0px; }
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
||||
.main .dropdown-menu {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.main h1 { font-size:16px; background:#1a5c7d; color:#fff; padding:5px; margin:5px 0; }
|
||||
.main h2 { font-size:14px; background:#f5f5f5; padding:5px; border-bottom:1px solid #1a5c7d; }
|
||||
|
||||
.ui-widget {
|
||||
font-size: 0.9em;
|
||||
}
|
@ -1,6 +1,3 @@
|
||||
#dialog-password { display:none; }
|
||||
#utilisateur { width:100%; border-collapse:collapse; margin:0;}
|
||||
#utilisateur tr.titre td { background-color: #D9EEF1; font-weight:bold; }
|
||||
#utilisateur tr.border td { border:1px dashed #939393; padding:5px; margin:0;}
|
||||
fieldset { margin:0 0 10px 0; padding:5px; border:1px solid; }
|
||||
fieldset legend { color: #535353; font-family: Arial,Helvetica,sans-serif; font-size: 11px; font-weight: bold; }
|
||||
fieldset { margin:10px 0; }
|
||||
fieldset legend { margin-top:2px; margin-bottom:0; }
|
Loading…
Reference in New Issue
Block a user