Sha256: cc1a1a384438029b79a7a2131cb50b4b6f0e31ae72f37ba2cbf35ed3a8fbda57

Contents?: true

Size: 258 Bytes

Versions: 23

Compression:

Stored size: 258 Bytes

Contents

<% unless notice.nil? and alert.nil? %>

  <script type="text/javascript">
	$(function() {
		setTimeout(deleteSystemNotice, 3000);
	});
  </script>

  <div id="system_notice">
    <%= notice || alert %>
    <a id="system_notice_close"></a>
  </div>
<% end %>

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
mdd-3.1.0 app/views/template/mdwa/_notice.html.erb
mdd-3.0.20 app/views/template/mdwa/_notice.html.erb
mdd-3.0.19 app/views/template/mdwa/_notice.html.erb
mdd-3.0.18 app/views/template/mdwa/_notice.html.erb
mdd-3.0.17 app/views/template/mdwa/_notice.html.erb
mdd-3.0.16 app/views/template/mdwa/_notice.html.erb
mdd-3.0.15 app/views/template/mdwa/_notice.html.erb
mdd-3.0.14 app/views/template/mdwa/_notice.html.erb
mdd-3.0.13 app/views/template/mdwa/_notice.html.erb
mdd-3.0.10 app/views/template/mdwa/_notice.html.erb
mdd-3.0.9 app/views/template/mdwa/_notice.html.erb
mdd-3.0.8 app/views/template/mdwa/_notice.html.erb
mdd-3.0.7 app/views/template/mdwa/_notice.html.erb
mdd-3.0.6 app/views/template/mdwa/_notice.html.erb
mdd-3.0.4 app/views/template/mdwa/_notice.html.erb
mdd-3.0.3 app/views/template/mdwa/_notice.html.erb
mdd-3.0.2 app/views/template/mdwa/_notice.html.erb
mdd-3.0.1 app/views/template/mdwa/_notice.html.erb
mdd-3.0.0 app/views/template/mdwa/_notice.html.erb
mdd-2.0.3 app/views/template/mdwa/_notice.html.erb