Revision 7c15cba2
Von Udo Spallek vor mehr als 18 Jahren hinzugefügt
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
- 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