Loading…
None
String updated in the repository |
|
Things to check
Source string description
%1$s: IF ( biblio.title ) %2$s: biblio.title | html %3$s: ELSE %4$s: END %5$s: FOREACH subtitle IN biblio.subtitle.split(' \| ') %6$s: IF Koha.Preference('marcflavour')=='UNIMARC' %7$s: END %8$s: subtitle | html %9$s: END %10$s: part_numbers = biblio.part_number.split(' \\| ') %11$s: part_names = biblio.part_name.split(' \\| ') %12$s: i = 0 %13$s: WHILE ( part_numbers.$i.defined || part_names.$i.defined ) %14$s: IF ( part_numbers.$i.defined ) %15$s: part_numbers.$i | html %16$s: END %17$s: IF ( part_names.$i.defined ) %18$s: part_names.$i | html %19$s: END %20$s: i = i + 1 %21$s: ENDFlags
c-format