<div class="promo">
    <h3 class="promo__title">Documents to Download</h3>
    <p>Documents to download and download and upload and download and upload and download and upload.</p>
    <ul class="promo__list">

        Notice: Undefined index: files in /home/ubuntu/corporate/www/sites/all/themes/corp_base/node_modules/tpl-php/transformer.php(20) : eval()'d code on line 5 Call Stack: 0.0002 279112 1. {main}() /home/ubuntu/corporate/www/sites/all/themes/corp_base/node_modules/tpl-php/transformer.php:0
        0.0005 290352 2. eval('?>
        <div class="promo">
            <h3 class="promo__title">
                <?php print $variables['title']; ?>
            </h3>
            <p>
                <?php print $variables['body']; ?>
            </p>
            <ul class="promo__list">
                <?php foreach ($variables['files'] as $file) { ?>
                <li>
                    <a class="link--download link--list" href="<?php print $file['url']?>" title="<?php print $file['filename']?>">
                        <?php print $file['filename']?>
                        <span class="file-size">[]<?php print $file['filetype']?><?php print $file['filesize']?>]</span>
                    </a>
                </li>
                <?php } ?>
            </ul>
        </div>
        ') /home/ubuntu/corporate/www/sites/all/themes/corp_base/node_modules/tpl-php/transformer.php:20 Warning: Invalid argument supplied for foreach() in /home/ubuntu/corporate/www/sites/all/themes/corp_base/node_modules/tpl-php/transformer.php(20) : eval()'d
        code on line 5 Call Stack: 0.0002 279112 1. {main}() /home/ubuntu/corporate/www/sites/all/themes/corp_base/node_modules/tpl-php/transformer.php:0 0.0005 290352 2. eval('?>
        <div class="promo">
            <h3 class="promo__title">
                <?php print $variables['title']; ?>
            </h3>
            <p>
                <?php print $variables['body']; ?>
            </p>
            <ul class="promo__list">
                <?php foreach ($variables['files'] as $file) { ?>
                <li>
                    <a class="link--download link--list" href="<?php print $file['url']?>" title="<?php print $file['filename']?>">
                        <?php print $file['filename']?>
                        <span class="file-size">[]<?php print $file['filetype']?><?php print $file['filesize']?>]</span>
                    </a>
                </li>
                <?php } ?>
            </ul>
        </div>
        ') /home/ubuntu/corporate/www/sites/all/themes/corp_base/node_modules/tpl-php/transformer.php:20

    </ul>
</div>

Description

This promo is designed to get the downloadable link in the right have column of scheme page.


Content notes

UX notes

Design notes

Back-end notes

Front-end notes

{
  "title": "Documents to Download",
  "body": "Documents to download and download and upload and download and upload and download and upload.",
  "file": [
    {
      "filename": "In Vitro Diagnostic Medical Devices Regulation: The impact on genetic testing services in Europe",
      "url": "/sites/default/files/in-vitro-diagnostic-medical-devices-regulation-joint-statement-apr14.pdf",
      "filesize": "389.05 KB"
    },
    {
      "filename": "In Vitro Diagnostic Medical Devices Regulation: The impact on genetic testing services in Europe",
      "url": "/sites/default/files/in-vitro-diagnostic-medical-devices-regulation-joint-statement-apr14.pdf",
      "filesize": "389.05 KB"
    },
    {
      "filename": "In Vitro Diagnostic Medical Devices Regulation: The impact on genetic testing services in Europe",
      "url": "/sites/default/files/in-vitro-diagnostic-medical-devices-regulation-joint-statement-apr14.pdf",
      "filesize": "389.05 KB"
    }
  ]
}
  • Handle: @downloadable-files
  • Preview:
  • Filesystem Path: ../../modules/custom/corp_markup/theme/promos/downloadable_files.tpl.php/downloadable_files.tpl.php