Plugin Directory

Changeset 2530277


Ignore:
Timestamp:
05/12/2021 10:08:48 AM (5 years ago)
Author:
michaellow
Message:

feat: USD and EUR prices

File:
1 edited

Legend:

Unmodified
Added
Removed
  • alleaktien-quantitativ/trunk/aaq-fundamentals-plugin.php

    r2475239 r2530277  
    2323            'isin' => 'US0378331005',
    2424            'chart' => 'RevenueChart',], $atts, $tag);
    25                                                                  
     25
    2626    $isin = $aaq_atts['isin'];
    2727    $chart = $aaq_atts['chart'];
    28    
     28
    2929    // make main html output
    3030    $sourceLabel = "<div class='aaq-source' style='text-align: right;font-size:80%;color:rgb(160, 174, 192);'>
     
    3232    </div>";
    3333
    34     $aaqIframe = "<iframe class='aaq-chart aaq-isin-$isin aaq-chart-$chart' 
    35     frameborder='0' 
    36     scrolling='no' 
    37     width='800' 
    38     height='400'
     34    $aaqIframe = "<iframe class='aaq-chart aaq-isin-$isin aaq-chart-$chart'
     35    frameborder='0'
     36    scrolling='no'
     37    width='800'
     38    height='450'
    3939    style='width:100%'
    4040    src='https://www.alleaktien.de/quantitativ/chart-api/$isin/$chart'></iframe>";
    41    
     41
    4242    return "<div class='aaq-plugin' style='width:inherit;margin:auto'>" . $aaqIframe . $sourceLabel . "</div>";
    43 }   
     43}
    4444
Note: See TracChangeset for help on using the changeset viewer.