Project

General

Profile

« Previous | Next » 

Revision 4ca83ea1

Added by Marc Dequènes almost 14 years ago

  • ID 4ca83ea199209d27166739b036752b72dd27a6b7

[evol] preliminary artworks context menu (reverted license to GPL2+, to be compatible with Proto.Menu and possibly other plugins)

View differences:

app/views/layouts/application.rhtml
<meta http-equiv="Content-Type" content="text/html; charset=<%= Locale.charset %>" />
<meta http-equiv="Pragma" content="no-cache" />
<%= stylesheet_link_tag "default" %>
<%= yield :proto_menu_css %>
<%= javascript_include_tag :defaults %>
<%= yield :proto_menu_js %>
<%= javascript_tag("
function registerContextMenus() {
#{yield(:register_proto_menus_js)}
}
document.observe('dom:loaded', registerContextMenus );
" +
(yield(:page_scripts) ? yield(:page_scripts) : "")
)
%>
</head>
<body>
<div id="header">

Also available in: Unified diff