From: Florian G. <re...@us...> - 2008-04-01 19:22:22
|
Update of /cvsroot/perfparse/_perfparse-phpgui/templates In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26214/phpgui/templates Modified Files: raw_history.tpl.html Log Message: smarty needs literal with js Index: raw_history.tpl.html =================================================================== RCS file: /cvsroot/perfparse/_perfparse-phpgui/templates/raw_history.tpl.html,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** raw_history.tpl.html 23 Jan 2008 22:33:53 -0000 1.7 --- raw_history.tpl.html 1 Apr 2008 19:22:26 -0000 1.8 *************** *** 1,6 **** <HTML> <HEAD> ! <TITLE> ! PerfParse</TITLE> <SCRIPT LANGUAGE="JavaScript" TYPE="text/javascript"> function isAbsRelVisible() { --- 1,6 ---- <HTML> <HEAD> ! <TITLE>PerfParse</TITLE> ! {literal} <SCRIPT LANGUAGE="JavaScript" TYPE="text/javascript"> function isAbsRelVisible() { *************** *** 29,32 **** --- 29,34 ---- } </SCRIPT> + {/literal} + </HEAD> <BODY BGcolor="#EEFFFF" TEXT="#000000" LINK="#000000" VLINK="#000000" ALINK="#000000" onload="isAbsRelVisible()"> <p align=center> |