#3202 closed defect (fixed)
tplfooter rev. 3484 is broken
Reported by: | Netview | Owned by: | |
---|---|---|---|
Priority: | Please fill in | Component: | ! Please select... |
Severity: | Please fill in | Keywords: | |
Cc: | Sensitive: | no |
Description
tplfooter is defined as (pages.c):
#define TPLFOOTER \
" <BR><HR><BR>\n\
<DIV CLASS=\"footer\">\n\
<H4 CLASS=\"footline1\">OSCAM Webinterface developed by Streamboard Team - ##CURDATE## ##CURTIME## | Access from ##CURIP##</H4>\n\
<H4 CLASS=\"footline2\">Start: ##STARTDATE## - ##STARTTIME## | UpTime: ##UPTIME## | Process ID: ##PROCESSID##</H4>\n\
<H4 CLASS=\"styleauthor\">WebIf Style by </H4>\n\
</DIV>\n\
</BODY>\n\
</HTML>\n"
This is shown:
OSCAM Webinterface developed by Streamboard Team - 27.02.13 14:38:24 | Access from 10.0.0.5
Start: 27.02.13 - 14:36:56 |
no uptime, no process-id, no style-author
Attachments (3)
Change History (11)
by , 9 years ago
comment:1 by , 9 years ago
{ .tpl_name="FOOTER", .tpl_data=TPLFOOTER, .tpl_deps="", .tpl_data_len=350 },
350 chars?
Maybe this is to short?
comment:2 by , 9 years ago
Maybe not...
gf@gf:~/git/oscam/webif$ ls -l include/footer.html -rw-r--r-- 1 gf users 350 Feb 24 17:12 include/footer.html
comment:4 by , 9 years ago
Increasing it to 400 is a serious bug.
Something is missing. Do you use custom templates? Do you have changes in templates? what is different that standard oscam-svn in your case, bacause as I have demonstrated there is no bug here on my machine.
Attach the generated pages.c
Also save the generated status.html page from your browser and attach it here.
I can't reproduce this, it seems just fine here on r8437.