Sha256: 31d95288414aa93ecac8d36e128ab5a7c802796a492a686d3c3033eb566667ec

Contents?: true

Size: 1.07 KB

Versions: 15

Compression:

Stored size: 1.07 KB

Contents

     <script type="text/javascript">
        $(document).ready(function () { 			
		      if ((window.sessionStorage) && (sessionStorage.getItem("ss_user_pass") != null)) {
		        $("#passwordFormChat").hide();
		      } else {
		        $("#passwordFormChat").show();
		      }
					
		      $('.connectChatButton').bind('click', function () {
		        connectToServer($('#user_password').val());
		      });
					
					$('.storePass').bind('click', function () {
            storePassword();
          });
					
        });
      </script>
			
			<div class="block">
        <div class="header">
          <%=image_tag("btn/btn_friend.png", :class => "header_icon")%>
          <div class="header_text">
            Chat Disconnected
          </div>
        </div>
      </div>
  
      <div class="chat_off">
      	<div id="passwordFormChat">
      	  <label for="user_password" class="chatPasswordTitle">Password</label>
          <input id="user_password" class="chat_password" type="password"></input>
				</div>
				<input class="connectChatButton storePass" value="Connect">
      </div>

Version data entries

15 entries across 15 versions & 2 rubygems

Version Path
social_stream-presence-0.0.14 app/views/xmpp/_chat_off.html.erb
social_stream-0.12.1 presence/app/views/xmpp/_chat_off.html.erb
social_stream-presence-0.0.13 app/views/xmpp/_chat_off.html.erb
social_stream-0.12.0 presence/app/views/xmpp/_chat_off.html.erb
social_stream-presence-0.0.12 app/views/xmpp/_chat_off.html.erb
social_stream-presence-0.0.10 app/views/xmpp/_chat_off.html.erb
social_stream-presence-0.0.9 app/views/xmpp/_chat_off.html.erb
social_stream-presence-0.0.8 app/views/xmpp/_chat_off.html.erb
social_stream-presence-0.0.7 app/views/xmpp/_chat_off.html.erb
social_stream-presence-0.0.6 app/views/xmpp/_chat_off.html.erb
social_stream-0.11.8 presence/app/views/xmpp/_chat_off.html.erb
social_stream-presence-0.0.5 app/views/xmpp/_chat_off.html.erb
social_stream-presence-0.0.4 app/views/xmpp/_chat_off.html.erb
social_stream-0.11.7 presence/app/views/xmpp/_chat_off.html.erb
social_stream-0.11.6 presence/app/views/xmpp/_chat_off.html.erb