the erbo_reorg_04202002 branch is no more...development continues on the
trunk while the stable_branch_04202002 branch takes the 'stable' role
This commit is contained in:
@@ -41,7 +41,8 @@ if ("GET"==rinput.verb)
|
||||
{ // set up the invitation screen parameters
|
||||
rinput.setRequestAttribute("invitation.title","Send Conference Invitation:");
|
||||
rinput.setRequestAttribute("invitation.subtitle",conf.name);
|
||||
rinput.setRequestAttribute("invitation.action",rinput.formatURL("conf/invite_conf.js.vs",LinkTypes.SERVLET));
|
||||
html = vlib.queryHTMLRendering(rinput);
|
||||
rinput.setRequestAttribute("invitation.action",html.formatURL("conf/invite_conf.js.vs",html.SERVLET));
|
||||
rinput.setRequestAttribute("invitation.params",
|
||||
"<INPUT TYPE=\"HIDDEN\" NAME=\"cc\" VALUE=\"" + comm.communityID
|
||||
+ "\"><INPUT TYPE=\"HIDDEN\" NAME=\"conf\" VALUE=\"" + conf.confID + "\">");
|
||||
|
||||
@@ -45,8 +45,8 @@ if ("GET"==rinput.verb)
|
||||
{ // set up the invitation screen parameters
|
||||
rinput.setRequestAttribute("invitation.title","Send Topic Invitation:");
|
||||
rinput.setRequestAttribute("invitation.subtitle",topic.name);
|
||||
rinput.setRequestAttribute("invitation.action",
|
||||
rinput.formatURL("conf/invite_topic.js.vs",LinkTypes.SERVLET));
|
||||
html = vlib.queryHTMLRendering(rinput);
|
||||
rinput.setRequestAttribute("invitation.action",html.formatURL("conf/invite_topic.js.vs",html.SERVLET));
|
||||
rinput.setRequestAttribute("invitation.params",
|
||||
"<INPUT TYPE=\"HIDDEN\" NAME=\"cc\" VALUE=\"" + comm.communityID
|
||||
+ "\"><INPUT TYPE=\"HIDDEN\" NAME=\"conf\" VALUE=\"" + conf.confID
|
||||
|
||||
@@ -92,8 +92,9 @@ try
|
||||
rc.topCustom = conf.getCustomBlock(ConferenceContext.CUST_BLOCK_TOP);
|
||||
rc.bottomCustom = conf.getCustomBlock(ConferenceContext.CUST_BLOCK_BOTTOM);
|
||||
rc.title = topic.name;
|
||||
html = vlib.queryHTMLRendering(rinput);
|
||||
rc.subtitle = topic.totalMessages + " Total; " + rc.unread + " New; Last: "
|
||||
+ rinput.formatDate(topic.lastUpdateDate);
|
||||
+ html.formatDate(topic.lastUpdateDate);
|
||||
|
||||
// do a "read new" on this topic
|
||||
if (read_new)
|
||||
|
||||
Reference in New Issue
Block a user