weaver 2003/12/31 11:58:05
Added: content-server/src/webapp/WEB-INF/content/themes/blue/html/script
test.js
content-server/src/webapp/WEB-INF/content/themes/red/html/script
test.js
Log:
Added theme specific javascript.
Revision Changes Path
1.1
jakarta-jetspeed-2/content-server/src/webapp/WEB-INF/content/themes/blue/html/script/test.js
Index: test.js
===================================================================
function Hello()
{
var target = document.getElementById("target");
target.innerHTML="This content was generated by the javascript Hello() loaded
from the blue theme";
}
1.1
jakarta-jetspeed-2/content-server/src/webapp/WEB-INF/content/themes/red/html/script/test.js
Index: test.js
===================================================================
function Hello()
{
var target = document.getElementById("target");
target.innerHTML="This content was generated by the javascript Hello() loaded
from the red theme";
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]