Changeset 2320476
- Timestamp:
- 06/08/2020 10:25:10 PM (6 years ago)
- Location:
- alleaktien-quantitativ/trunk
- Files:
-
- 2 edited
-
README.txt (modified) (2 diffs)
-
aaq-fundamentals-plugin.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
alleaktien-quantitativ/trunk/README.txt
r2306939 r2320476 8 8 License: Proprietary 9 9 10 AlleAktien Quantitativ | 10.000 + Aktien, 20+ Jahre Kennzahlen, 100% kostenlos10 AlleAktien Quantitativ | 10.000 Aktien, 20 Jahre Aktien-Kennzahlen, 100% kostenlos, und interaktiv 11 11 12 12 == Description == … … 18 18 * Immer aktuelle und verlässliche Kennzahlen direkt von AlleAktien 19 19 * Interaktive Charts - einzigartiger Mehrwert für die Besucher 20 * 20 +Jahre fundamentale Kennzahlen20 * 20 Jahre fundamentale Kennzahlen 21 21 * 10.000+ Aktien weltweit 22 22 * 100% kostenlos -
alleaktien-quantitativ/trunk/aaq-fundamentals-plugin.php
r2310275 r2320476 3 3 Plugin Name: AlleAktien Quantitativ 4 4 Plugin URI: https://www.alleaktien.de/quantitativ/ 5 Description: AlleAktien Quantitativ | 10.000 + Aktien, 20+ Jahre Kennzahlen, 100% kostenlos5 Description: AlleAktien Quantitativ | 10.000 Aktien, 20 Jahre Aktien-Kennzahlen, 100% kostenlos, interaktiv 6 6 Author: AlleAktien 7 Version: 3.2. 17 Version: 3.2.2 8 8 Author URI: https://www.alleaktien.de/quantitativ/impressum 9 9 */ … … 29 29 //make main html output 30 30 31 $source = "<div class='aaq-source' style='text-align: right;font-size: .875rem;color:rgb(160, 174, 192);'>31 $source = "<div class='aaq-source' style='text-align: right;font-size:initial;color:rgb(160, 174, 192);'> 32 32 Quelle: <a style='color: rgb(160, 174, 192); text-decoration: underline;' href='https://www.alleaktien.de/quantitativ/$isin' target='_blank' rel='noopener' title='AlleAktien Quantitativ: historische Aktien-Kennzahlen, Aktien finden, Aktienanalysen, Beste Aktien'>AlleAktien Quantitativ</a> 33 33 </div>"; … … 40 40 src='https://www.alleaktien.de/quantitativ/api/$isin/$chart'></iframe>"; 41 41 42 return "<div class='aaq-plugin' style='width:fit-content '>" . $source . $output . "</div>";42 return "<div class='aaq-plugin' style='width:fit-content;margin:auto'>" . $source . $output . "</div>"; 43 43 } 44 44
Note: See TracChangeset
for help on using the changeset viewer.