479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
|
/* TODO: render this as a table, rather than a TEXTAREA. That
** requires tokenizing the input, though, duplicating much of the
** work done in mimetype_from_name_custom().
*/
@ <h1>Repo-specific mimetypes</h1>
@ The following extention-to-mimetype mappings are defined via the
@ <a href="%R/help?cmd=mimetypes">mimetypes setting</a>:<br>
@ <textarea rows='10' cols='40' readonly>%s(zCustomList)</textarea>
fossil_free(zCustomList);
}
style_footer();
}
/*
** Check to see if the file in the pContent blob is "embedded HTML". Return
|
|
|
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
|
/* TODO: render this as a table, rather than a TEXTAREA. That
** requires tokenizing the input, though, duplicating much of the
** work done in mimetype_from_name_custom().
*/
@ <h1>Repo-specific mimetypes</h1>
@ The following extention-to-mimetype mappings are defined via the
@ <a href="%R/help?cmd=mimetypes">mimetypes setting</a>:<br>
@ <textarea rows='10' cols='40' readonly>%h(zCustomList)</textarea>
fossil_free(zCustomList);
}
style_footer();
}
/*
** Check to see if the file in the pContent blob is "embedded HTML". Return
|