mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-10 18:23:28 +00:00
Changed 'summary page title' to 'list page title'
SVN revision: 1454
This commit is contained in:
parent
5d588f4497
commit
e968865247
@ -169,7 +169,7 @@ from each message. The option <b><code>Page title</code></b> in the <b><code>[gl
|
|||||||
section is used for the logbook selection page.
|
section is used for the logbook selection page.
|
||||||
<p>
|
<p>
|
||||||
|
|
||||||
<LI><b><code>Summary page title = <string></code></b>
|
<LI><b><code>List page title = <string></code></b>
|
||||||
<br>
|
<br>
|
||||||
The same for the summary or find result page. This may include substitutions as well, although
|
The same for the summary or find result page. This may include substitutions as well, although
|
||||||
attribute substitutions make no sense here, since the summary page may contain many messages
|
attribute substitutions make no sense here, since the summary page may contain many messages
|
||||||
|
|||||||
@ -6,6 +6,9 @@
|
|||||||
Contents: Web server program for Electronic Logbook ELOG
|
Contents: Web server program for Electronic Logbook ELOG
|
||||||
|
|
||||||
$Log$
|
$Log$
|
||||||
|
Revision 1.725 2005/07/26 18:11:06 ritt
|
||||||
|
Changed 'summary page title' to 'list page title'
|
||||||
|
|
||||||
Revision 1.724 2005/07/26 09:55:43 ritt
|
Revision 1.724 2005/07/26 09:55:43 ritt
|
||||||
Changed 'rss feed' to 'alternate'
|
Changed 'rss feed' to 'alternate'
|
||||||
|
|
||||||
@ -17375,7 +17378,7 @@ void show_elog_list(LOGBOOK * lbs, INT past_n, INT last_n, INT page_n, char *inf
|
|||||||
|
|
||||||
/*---- header ----*/
|
/*---- header ----*/
|
||||||
|
|
||||||
if (getcfg(lbs->name, "Summary Page Title", str, sizeof(str))) {
|
if (getcfg(lbs->name, "List Page Title", str, sizeof(str))) {
|
||||||
i = build_subst_list(lbs, (char (*)[NAME_LENGTH]) slist, (char (*)[NAME_LENGTH]) svalue, NULL, TRUE);
|
i = build_subst_list(lbs, (char (*)[NAME_LENGTH]) slist, (char (*)[NAME_LENGTH]) svalue, NULL, TRUE);
|
||||||
strsubst(str, sizeof(str), (char (*)[NAME_LENGTH]) slist, (char (*)[NAME_LENGTH]) svalue, i);
|
strsubst(str, sizeof(str), (char (*)[NAME_LENGTH]) slist, (char (*)[NAME_LENGTH]) svalue, i);
|
||||||
strip_html(str);
|
strip_html(str);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user