Sha256: d6b10c0eb994f59aa7746ad10b86e9a6dada3fcde050aa46d4b0d0fc897b9dfc

Contents?: true

Size: 1.96 KB

Versions: 11

Compression:

Stored size: 1.96 KB

Contents

<div id="<%=widget_result_id%>"></div>
<div> 
	
  <!-- *************************************** Update User Information ************************************* -->
	
  <a href="#" onclick="var state = document.getElementById('user_info_hide_show').style.display;
					    if (state == 'block') {
							document.getElementById('user_info_hide_show').style.display = 'none';
						} else {
							document.getElementById('user_info_hide_show').style.display = 'block';
						} 
						return false;
						"><h2 style="border-width: 0px 0px 1px; border-style: solid;">User Information</h2></a>
  <div id="user_info_hide_show">
  	<%= render :partial => '/user_information_form' %>
  </div>

  <!-- *************************************** Update Password ************************************* -->

  <a href="#" onclick="var state = document.getElementById('password_hide_show').style.display;
					    if (state == 'block') {
							document.getElementById('password_hide_show').style.display = 'none';
						} else {
							document.getElementById('password_hide_show').style.display = 'block';
						} 
						return false;
						"><h2 style="border-width: 0px 0px 1px; border-style: solid;">Password</h2></a>
  <div id="password_hide_show" style="display: none;">
    <%= render :partial => '/password_form' %>
  </div>

  <!-- *************************************** Update Contact Information ************************************* -->

  <a href="#" onclick="var state = document.getElementById('contact_info_hide_show').style.display;
					    if (state == 'block') {
							document.getElementById('contact_info_hide_show').style.display = 'none';
						} else {
							document.getElementById('contact_info_hide_show').style.display = 'block';
						} 
						return false;
						"><h2 style="border-width: 0px 0px 1px; border-style: solid;">Contact Information</h2></a>
  <div id="contact_info_hide_show" style="display: none;">						
    <%= render :partial => '/contact_information_form' %>
  </div>
</div>

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
knitkit-2.0.11 app/widgets/manage_profile/views/index.html.erb
knitkit-2.0.10 app/widgets/manage_profile/views/index.html.erb
knitkit-2.0.9 app/widgets/manage_profile/views/index.html.erb
knitkit-2.0.7 app/widgets/manage_profile/views/index.html.erb
knitkit-2.0.6 app/widgets/manage_profile/views/index.html.erb
knitkit-2.0.5 app/widgets/manage_profile/views/index.html.erb
knitkit-2.0.4 app/widgets/manage_profile/views/index.html.erb
knitkit-2.0.3 app/widgets/manage_profile/views/index.html.erb
knitkit-2.0.2 app/widgets/manage_profile/views/index.html.erb
knitkit-2.0.1 app/widgets/manage_profile/views/index.html.erb
knitkit-2.0.0 app/widgets/manage_profile/views/index.html.erb