|
From: <tre...@us...> - 2007-09-18 22:45:43
|
Revision: 425
http://ogoglio.svn.sourceforge.net/ogoglio/?rev=425&view=rev
Author: trevorolio
Date: 2007-09-18 15:45:34 -0700 (Tue, 18 Sep 2007)
Log Message:
-----------
Now you can select your height from the body editor applet.
Modified Paths:
--------------
maven/trunk/ogoglio-server/src/main/resources/siteTemplates/body.html
Modified: maven/trunk/ogoglio-server/src/main/resources/siteTemplates/body.html
===================================================================
--- maven/trunk/ogoglio-server/src/main/resources/siteTemplates/body.html 2007-09-18 22:45:32 UTC (rev 424)
+++ maven/trunk/ogoglio-server/src/main/resources/siteTemplates/body.html 2007-09-18 22:45:34 UTC (rev 425)
@@ -24,8 +24,8 @@
}
#appletDiv {
- width: 500px;
- height: 500px;
+ width: 800px;
+ height: 600px;
}
</style>
@@ -75,7 +75,7 @@
return;
}
var serviceURI = getServiceURI();
- var html = "<applet id='viewer' codebase='" + serviceURI + "' code='com.ogoglio.bodyeditor.BodyEditorApplet' archive='ogoglio-common.jar,ogoglio-body-editor-applet.jar' width='500' height='500' mayscript='true'>";
+ var html = "<applet id='viewer' codebase='" + serviceURI + "' code='com.ogoglio.bodyeditor.BodyEditorApplet' archive='ogoglio-common.jar,ogoglio-body-editor-applet.jar' width='800' height='600' mayscript='true'>";
html += "<param name='loginCookie' value='" + loginCookie + "' />";
html += "<param name='serviceURI' value='" + getServiceURI() + "' />";
html += "<param name='image' value='" + appPath + "/icons/32x32/face-monkey.png' />";
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|