Sha256: 6c06bfa3e3429ff5bf33f8a94743496dc84d163aa465a9d9e9f5feeeebbaaa6a

Contents?: true

Size: 709 Bytes

Versions: 4

Compression:

Stored size: 709 Bytes

Contents

<%= render :partial => "/platform/developer/common/header" %>

  <%=render(:partial => "basic_info", :locals => {:mode => :view}) %>

<%= render :partial => "/platform/developer/common/footer" %>

<script>
  function switchSectionMode(section, mode) {
    Platform.Utils.update(section + '_container', '/platform/developer/info/update_section', {
      parameters: {section:section, mode:mode}
    });
  }
  
  function submitSection(section) {
    var params = Platform.Utils.serializeForm(section + '_form');
    params['section'] = section;
    Platform.Utils.update(section + '_container', '/platform/developer/info/update_section', {
      parameters: params,
      method: 'post'
    });
  }
</script>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
platform-3.1.4 app/views/platform/developer/info/index.html.erb
platform-3.1.3 app/views/platform/developer/info/index.html.erb
platform-3.1.2 app/views/platform/developer/info/index.html.erb
platform-3.1.1 app/views/platform/developer/info/index.html.erb