2011-06-27 16:34:26 +00:00
< div id = "center" >
2011-09-06 12:40:31 +00:00
<!-- <span style="float:left;margin - left:6px;">
2011-08-25 08:57:37 +00:00
< a style = "color:#9C093A;cursor:help;" class = "tooltip" title = " <?php echo htmlentities ( $this -> listeCommandes ); ?> " > Total commande : <?php echo $this -> total ; ?> euros</ a >
2011-09-06 12:40:31 +00:00
< / span > !-->
2011-08-23 15:19:17 +00:00
< span style = "color:#9C093A;margin-right:5px;float: right;" >
2011-09-06 12:40:31 +00:00
< a style = "cursor:help;" class = "tooltip" title = " <?php echo htmlentities ( $this -> modification ); ?> " > Dernières modifications au <?php echo date ( 'd/m/Y' ); ?> </ a >
2011-08-23 15:19:17 +00:00
< / span >
< h1 > Identite< img style = "margin-top:4px;float:right" src = "/themes/default/images/giant/expanded.gif" > < / h1 >
2011-06-27 16:34:26 +00:00
< div class = "paragraph" >
< div id = "identite" >
< table >
< tr id = "info" >
< td width = "30px" > < / td >
2011-06-30 15:30:43 +00:00
< td class = "StyleInfoLib" width = "250px" > CompanyId< / td >
< td class = "StyleInfoData" width = "300px" > <?php echo $this -> CompanyId ; ?> </ td >
< / tr >
2011-06-27 16:34:26 +00:00
< tr id = "info" >
< td width = "30px" > < / td >
2011-06-30 15:30:43 +00:00
< td class = "StyleInfoLib" width = "250px" > CompanyRegisterNumber< / td >
< td class = "StyleInfoData" width = "300px" > <?php echo $this -> CompanyRegisterNumber ; ?> </ td >
2011-06-27 16:34:26 +00:00
< / tr >
< tr id = "info" >
< td width = "30px" > < / td >
2011-06-30 15:30:43 +00:00
< td valign = "top" class = "StyleInfoLib" width = "250px" > RegisteredName< / td >
< td class = "StyleInfoData" width = "300px" > <?php echo $this -> raisonSociale ; ?> </ td >
2011-06-27 16:34:26 +00:00
< / tr >
< tr id = "info" >
< td width = "30px" > < / td >
2011-06-30 15:30:43 +00:00
< td valign = "top" class = "StyleInfoLib" width = "250px" > Adresse< / td >
< td class = "StyleInfoData" width = "300px" >< a href = "" > <?php echo $this -> Adresse [ 0 ] . ' ' . $this -> Adresse [ 1 ]; ?> < br />
2011-06-29 14:38:52 +00:00
<?php echo $this -> Adresse [ 2 ] . ' ' . $this -> Adresse [ 3 ] ?> </ a ></ td >
2011-12-12 11:30:01 +00:00
< / tr >
< tr id = "info" >
< td width = "30px" > < / td >
< td valign = "top" class = "StyleInfoLib" width = "250px" > Téléphone< / td >
< td class = "StyleInfoData" width = "300px" > <?php echo $this -> telephone ; ?> </ td >
2011-06-27 16:34:26 +00:00
< / tr >
< / table >
2011-06-30 15:30:43 +00:00
< / div >
< / div >
2011-08-26 14:02:45 +00:00
<?php if ( ! empty ( $this -> listeRapport )) : ?>
2011-08-23 15:19:17 +00:00
< h1 > Liste des rapports< img style = "margin-top:4px;float:right" src = "/themes/default/images/giant/expanded.gif" > < / h1 >
2011-06-30 15:30:43 +00:00
< div class = "paragraph" >
< table >
< tr >
< td width = "30px" > < / td >
2011-09-06 12:40:31 +00:00
<!-- <td></td>! -->
2011-06-30 15:30:43 +00:00
< td > < / td >
< td style = "word-spacing: 2px;" align = "center" >
< input disabled = "disabled" type = "radio" name = "lang1" / > < input type = "radio" name = "lang2" checked = "true" / >
< / td >
< td > < / td >
< / tr >
<?php $i = 1 ; foreach ( $this -> listeRapport -> DataSetOptions -> DataSetOption as $rapport ) : ?>
< tr id = "info" >
< td width = "30px" > < / td >
2011-08-23 15:19:17 +00:00
< td class = "StyleInfoLib" width = "400px" >
2011-09-06 12:40:31 +00:00
< img style = "cursor:help" title = " <?php echo htmlentities ( $this -> description -> Full ); ?> " class = "tooltip" src = "/themes/default/images/giant/tag_blue.png" /> - Rapport de Type <?php echo $rapport -> DataSetType -> _ ?>
2011-06-30 15:30:43 +00:00
< / td >
2011-09-06 12:40:31 +00:00
<!--<td class="StyleInfoData" width="150px">15€ <?php /*@TODO reste a deteminer les données BDD ou fichier.*/ ?> </td>!-->
2011-06-30 15:30:43 +00:00
< td align = "center" class = "StyleInfoData" width = "100px" >
<?php foreach ( $rapport -> LanguageCodes -> LanguageCode as $language ) : ?>
< img src = "/themes/default/images/drapeaux/ <?php echo $language ; ?> .png" />
<?php endforeach ; ?>
< / td >
< td class = "StyleInfoData" width = "300px" >
2011-09-06 12:40:31 +00:00
< a id = "r <?php echo $i ?> " class = "idpr" href = "/giant/ <?php echo strtolower ( $rapport -> DataSetType -> _ ) ?> /Pays/ <?php echo $this -> Pays ; ?> /Type/ <?php echo $rapport -> DataSetType -> _ ?> /CompanyId/ <?php echo $this -> CompanyId ; ?> /Language/en <?php //echo $language;?>" >Consulter le rapport en immédiat</a>
2011-06-30 15:30:43 +00:00
< div id = "pr <?php echo $i ?> " class = "hide" style = "display:none;" >
< center > < img style = "padding-top:30%" src = "/themes/default/images/giant/19-1.gif" / > < / center >
< / div >
2011-06-29 14:38:52 +00:00
< / td >
< / tr >
2011-06-30 15:30:43 +00:00
<?php $i ++ ; ?>
<?php endforeach ; ?>
< / table >
< / div >
2011-08-26 14:02:45 +00:00
<?php endif ; ?>
<?php if ( ! empty ( $this -> listeRapport -> InvestigationOptions )) : ?>
2011-08-23 15:19:17 +00:00
< h1 > Liste des investigations< img style = "margin-top:4px;float:right" src = "/themes/default/images/giant/expanded.gif" > < / h1 >
2011-06-30 15:30:43 +00:00
< div class = "paragraph" >
< table >
< tr >
< td width = "30px" > < / td >
2011-09-06 12:40:31 +00:00
<!-- <td></td>! -->
2011-06-30 15:30:43 +00:00
< td > < / td >
< td style = "word-spacing: 2px;" align = "center" >
< input disabled = "disabled" type = "radio" name = "langI1" / > < input type = "radio" name = "langI2" checked = "true" / >
< / td >
< td > < / td >
< / tr >
<?php foreach ( $this -> listeRapport -> InvestigationOptions -> InvestigationOption as $investigation ) : ?>
<?php foreach ( $investigation -> ServiceLevels -> ServiceLevel as $service ) : ?>
< tr id = "info" >
< td width = "30px" > < / td >
2011-08-23 15:19:17 +00:00
< td class = "StyleInfoLib" width = "460px" >
< img style = "cursor:help" title = "" class = "tooltip" src = "/themes/default/images/giant/tag_blue.png" /> - Investigation <?php echo $service -> Name . ' ( ' . $service -> Duration . ' ' . $service -> DurationMetric . ' ) ' ; ?>
2011-06-30 15:30:43 +00:00
< / td >
2011-09-06 12:40:31 +00:00
<!-- <td class="StyleInfoData" width="150px">
2011-08-23 15:19:17 +00:00
150€ <?php /*@TODO reste a deteminer les données BDD ou fichier.*/ ?>
2011-09-06 12:40:31 +00:00
< / td > !-->
2011-06-30 15:30:43 +00:00
< td align = "center" class = "StyleInfoData" width = "100px" >
<?php foreach ( $investigation -> LanguageCodes -> LanguageCode as $language ) : ?>
< img src = "/themes/default/images/drapeaux/ <?php echo $language ; ?> .png" />
<?php endforeach ; ?>
< / td >
< td class = "StyleInfoData" width = "300px" >
2011-08-23 15:19:17 +00:00
< a id = "r <?php echo $i ?> " class = "idpr" href = "" > Commander l'investigation</ a >
2011-06-30 15:30:43 +00:00
< div id = "pr <?php echo $i ?> " class = "hide" style = "display:none;" >
< center > < img style = "padding-top:30%" src = "/themes/default/images/giant/19-1.gif" / > < / center >
< / div >
< / td >
< / tr >
<?php $i ++ ; endforeach ; ?>
<?php endforeach ; ?>
<?php if ( $this -> debug ) : ?>
< tr >
2011-08-23 15:19:17 +00:00
< td width = "30px" > < / td >
< td colspan = "5" >
<?php echo $this -> action ( 'identite' , 'debug' , null , array ( 'resultat' => $this -> listeRapport , 'soap' => $this -> soap )); ?>
2011-06-30 15:30:43 +00:00
< / td >
< / tr >
<?php endif ; ?>
< / table >
2011-06-27 16:34:26 +00:00
< / div >
2011-08-26 14:02:45 +00:00
<?php endif ; ?>
2011-06-27 16:34:26 +00:00
< / div >