Cm/G
e |-------------
H |-------------
G |---0---0-----
D |---1---1-----
A |-3-----------
| # German translation of Drupal including common anglicisms. | |
| msgid "" | |
| msgstr "" | |
| "Project-Id-Version: Drupal core (7.34)\n" | |
| "POT-Creation-Date: 2014-01-25 08:37+0000\n" | |
| "PO-Revision-Date: YYYY-mm-DD HH:MM+ZZZZ\n" | |
| "Language-Team: German\n" | |
| "MIME-Version: 1.0\n" | |
| "Content-Type: text/plain; charset=utf-8\n" | |
| "Content-Transfer-Encoding: 8bit\n" |
| mixin php-foreach(expr) | |
| | <?php foreach(!{expr}): ?> | |
| block | |
| | <?php endforeach; ?> | |
| mixin php-print(expr) | |
| | <?php print !{expr}; ?> | |
| mixin php-if(expr) | |
| | <?php if(!{expr}): ?> |
| // embedd your youtube iframe using youtube as element class: <iframe class="youtube"… | |
| $(function() { | |
| var windowE = $(window); | |
| windowE.bind('resize', function() { | |
| $('iframe.youtube').each(function() { | |
| var iframe = $(this); | |
| var width = iframe.width(); | |
| var height = width * .61; | |
| iframe.height(height); |
| <span title="Creative Commons" style="border: 3px solid black; border-radius: 50%; line-height: 1.5em; width: 1.5em; display: inline-block; text-align: center; font-family: sans-serif; font-weight: bold">cc</span> | |
| <span title="No Derivative Works" style="border: 3px solid black; border-radius: 50%; line-height: 1.5em; width: 1.5em; display: inline-block; text-align: center; font-family: sans-serif; font-weight: bold">=</span> | |
| <span title="Non commercial" style="border: 3px solid black; border-radius: 50%; line-height: 1.5em; width: 1.5em; display: inline-block; text-align: center; font-family: sans-serif; font-weight: bold; position: relative">$̷<span style="display: block; height: 100%; width:.2em; background-color: black; position: absolute; top: 0; left: 50%; margin-left:-.1em; transform: rotate(45deg)"></span></span>< | |
| <span title="Creative Commons" style="border: 3px solid black; border-radius: 50%; line-height: 1.5em; width: 1.5em; display: inline-block; text-align: center; font-family: sans-serif; |
| #FFFFFF, | |
| #C0C0C0, | |
| #808080, | |
| #000000, | |
| #FFA500, | |
| #A52A2A, | |
| #800000, | |
| #008000, | |
| #808000, | |
| #000000, |
| <?php | |
| function nth_child_4n_ds_field_theme_functions_info() { | |
| return array('theme_ds_field_nth_child_4' => t('Highlight 4th child')); | |
| } | |
| function theme_ds_field_nth_child_4($variables) { | |
| $output = ''; | |
| // Render the items. |
| jQuery(':radio').removeAttr('checked'); |