Changeset 2530277
- Timestamp:
- 05/12/2021 10:08:48 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
alleaktien-quantitativ/trunk/aaq-fundamentals-plugin.php
r2475239 r2530277 23 23 'isin' => 'US0378331005', 24 24 'chart' => 'RevenueChart',], $atts, $tag); 25 25 26 26 $isin = $aaq_atts['isin']; 27 27 $chart = $aaq_atts['chart']; 28 28 29 29 // make main html output 30 30 $sourceLabel = "<div class='aaq-source' style='text-align: right;font-size:80%;color:rgb(160, 174, 192);'> … … 32 32 </div>"; 33 33 34 $aaqIframe = "<iframe class='aaq-chart aaq-isin-$isin aaq-chart-$chart' 35 frameborder='0' 36 scrolling='no' 37 width='800' 38 height='4 00'34 $aaqIframe = "<iframe class='aaq-chart aaq-isin-$isin aaq-chart-$chart' 35 frameborder='0' 36 scrolling='no' 37 width='800' 38 height='450' 39 39 style='width:100%' 40 40 src='https://www.alleaktien.de/quantitativ/chart-api/$isin/$chart'></iframe>"; 41 41 42 42 return "<div class='aaq-plugin' style='width:inherit;margin:auto'>" . $aaqIframe . $sourceLabel . "</div>"; 43 } 43 } 44 44
Note: See TracChangeset
for help on using the changeset viewer.