21if (empty($conf) || !is_object($conf)) {
 
   22  print 
"Error, template page can't be called as URL";
 
   27print 
"<!-- BEGIN PHP TEMPLATE LINKEDOBJECTBOCK-->\n";
 
   32$langs = $GLOBALS[
'langs'];
 
   33$linkedObjectBlock = $GLOBALS[
'linkedObjectBlock'];
 
   37foreach ($linkedObjectBlock as $key => $objectlink) {
 
   41  if ($ilink == count($linkedObjectBlock) && empty($noMoreLinkedObjectBlockAfter) && count($linkedObjectBlock) <= 1) {
 
   42    $trclass .= 
' liste_sub_total';
 
   44  <tr 
class=
"<?php echo $trclass; ?>">
 
   45    <td><?php echo $langs->trans(
"SupplierProposal"); ?></td>
 
   46    <td><a href=
"<?php echo DOL_URL_ROOT.'/supplier_proposal/card.php?id='.$objectlink->id ?>"><?php echo 
img_object($langs->trans(
"ShowSupplierProposal"), 
"supplier_proposal").
' '.$objectlink->ref; ?></a></td>
 
   48    <td 
class=
"center"><?php echo 
dol_print_date($objectlink->datec, 
'day'); ?></td>
 
   49    <td 
class=
"right"><?php
 
   50    if ($user->hasRight(
'supplier_proposal', 
'lire')) {
 
   51      $total = $total + $objectlink->total_ht;
 
   52      echo 
price($objectlink->total_ht);
 
   54    <td 
class=
"right"><?php echo $objectlink->getLibStatut(3); ?></td>
 
   55    <td 
class=
"right"><a 
class=
"reposition" href=
"<?php echo $_SERVER["PHP_SELF
"].'?id='.$object->id.'&action=dellink&token='.newToken().'&dellinkid='.$key; ?>"><?php echo 
img_picto($langs->transnoentitiesnoconv(
"RemoveLink"), 
'unlink'); ?></a></td>
 
   59if (count($linkedObjectBlock) > 1) {
 
   61  <tr 
class=
"liste_total <?php echo(empty($noMoreLinkedObjectBlockAfter) ? 'liste_sub_total' : ''); ?>">
 
   62    <td><?php echo $langs->trans(
"Total"); ?></td>
 
   64    <td 
class=
"center"></td>
 
   65    <td 
class=
"center"></td>
 
   66    <td 
class=
"right"><?php echo 
price($total); ?></td>
 
   67    <td 
class=
"right"></td>
 
   68    <td 
class=
"right"></td>
 
   73print 
"<!-- END PHP TEMPLATE -->\n";
 
img_object($titlealt, $picto, $moreatt='', $pictoisfullpath=false, $srconly=0, $notitle=0)
Show a picto called object_picto (generic function)
 
price($amount, $form=0, $outlangs='', $trunc=1, $rounding=-1, $forcerounding=-1, $currency_code='')
Function to format a value into an amount for visual output Function used into PDF and HTML pages.
 
dol_print_date($time, $format='', $tzoutput='auto', $outputlangs='', $encodetooutput=false)
Output date in a string format according to outputlangs (or langs if not defined).
 
img_picto($titlealt, $picto, $moreatt='', $pictoisfullpath=false, $srconly=0, $notitle=0, $alt='', $morecss='', $marginleftonlyshort=2)
Show picto whatever it's its name (generic function)