db46fbdf0c
[x]Views now are localized [x]Added sp and fr translations [x]Updated icons. icon.ico(16x16) icon.gif(24x24) [x]Parameter custom_bbb_record is now custom_bbb_recording [x]Removed not required files [x]Changed behavior of extended mode. Users join directly if the recording is mot enabled for the launch.
12 lines
441 B
Plaintext
12 lines
441 B
Plaintext
<html>
|
|
<head>
|
|
<title><g:layoutTitle default="<g:message code="tool.view.title" />" /></title>
|
|
<link rel="stylesheet" href="${resource(dir:'css',file:'main.css')}" />
|
|
<link rel="shortcut icon" href="${resource(dir:'images',file:'favicon.ico')}" type="image/x-icon" />
|
|
<g:layoutHead />
|
|
<g:javascript library="application" />
|
|
</head>
|
|
<body>
|
|
<g:layoutBody />
|
|
</body>
|
|
</html> |