Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 7c15cba2

Von Udo Spallek vor mehr als 18 Jahren hinzugefügt

  • ID 7c15cba2557382a9f99134873026217f036b00b1
  • Vorgänger a43c94fd
  • Nachfolger c5e20018

- Aus dem templateordner werden nun alle Dateien mit den folgenden
Endungen in den Arbeitsordner kopiert:
html|tex|sty|xml|txb

-html id hinzugefuegt, zum besseren testen mit selenium

Unterschiede anzeigen:

bin/mozilla/admin.pl
# copy templates to the directory
opendir TEMPLATEDIR, "$templates/." or $form - error("$templates : $!");
@templates = grep /$form->{mastertemplates}.*?\.(html|tex|sty)$/,
@templates = grep /$form->{mastertemplates}.*?\.(html|tex|sty|xml|txb)$/,
readdir TEMPLATEDIR;
closedir TEMPLATEDIR;
......
<br>
<a href="admin.pl?action=login&| .
<a id="enddatasetupdate" href="admin.pl?action=login&| .
join("&", map({ "$_=" . $form->escape($form->{$_}); } qw(path rpw))) .
qq|">| . $locale->text("Continue") . qq|</a>|;

Auch abrufbar als: Unified diff