Sha256: 3bcdaf12833b9b67c18ac0df0750308200747477b5f54f237748ca55f0ace630

Contents?: true

Size: 1.83 KB

Versions: 34

Compression:

Stored size: 1.83 KB

Contents

    <div>
      	
			<div class="block">
		    <div class="header">
		      <%=image_tag("btn/btn_friend.png", :class => "header_icon")%>
		      <div class="header_text">
		        <%=t('chat.title')%>
		      </div>
		    </div>
				
				<div id="status" class="dropdown">
			    <dt><a href=""><span><%=t('chat.status.choose')%></span></a></dt>
			    <dd>
			        <ul>
					      <li><a id="available" href="#" class="option"><img class="flag" src="assets/status/available.png" alt=""/> <%=t('chat.status.available')%> <span class="value">chat</span></a></li>
					      <li><a id="away" href="#" class="option"><img class="flag" src="assets/status/away.png" alt=""/> <%=t('chat.status.away')%> <span class="value">away</span></a></li>
					      <li><a id="dnd" href="#" class="option"><img class="flag" src="assets/status/dnd.png" alt=""/> <%=t('chat.status.dnd')%> <span class="value">dnd</span></a></li>
								<li><a id="offline" href="#" class="option"><img class="flag" src="assets/status/offline.png" alt=""/> <%=t('chat.status.offline')%> <span class="value">offline</span></a></li>
			        </ul>
			    </dd>
        </div>
				
		  </div>
	
	    <% @contacts = getChatContacts %>

			<div class="users_connected">
				<% unless @contacts.empty? %>
				  <%@contacts.each do |contact| %>
							<div class="user_presence" name='<%=contact.name%>' slug='<%=contact.slug%>'>
								<a title='<%=contact.name%>' class="presence_user_link" width="28">
								  <%=image_tag(contact.logo.url, :alt => contact.name , :size => "28x28")%>
									<% if contact.user.status %>
									  <%=image_tag("status/" + contact.user.status + ".png", :class => "presence_status") %></a>
									<% end %>
								</a>
              </div>
				  <%end%>
				<% end %>
			</div>
			
	  </div>
 	
		<div id="chat_divs">	
	    <div id="chat_div">
	    </div>
		</div>

Version data entries

34 entries across 34 versions & 3 rubygems

Version Path
social_stream-0.19.2 presence/app/views/chat/_contacts.html.erb
social_stream-0.19.1 presence/app/views/chat/_contacts.html.erb
vkhater-social_stream-0.16.3.3 presence/app/views/chat/_contacts.html.erb
social_stream-0.19.0 presence/app/views/chat/_contacts.html.erb
social_stream-presence-0.5.0 app/views/chat/_contacts.html.erb
social_stream-0.18.2 presence/app/views/chat/_contacts.html.erb
social_stream-0.18.1 presence/app/views/chat/_contacts.html.erb
social_stream-0.18.0 presence/app/views/chat/_contacts.html.erb
social_stream-presence-0.4.0 app/views/chat/_contacts.html.erb
social_stream-0.17.1 presence/app/views/chat/_contacts.html.erb
social_stream-0.17.0 presence/app/views/chat/_contacts.html.erb
social_stream-presence-0.3.0 app/views/chat/_contacts.html.erb
social_stream-0.16.3 presence/app/views/chat/_contacts.html.erb
social_stream-0.16.2 presence/app/views/chat/_contacts.html.erb
social_stream-presence-0.2.1 app/views/chat/_contacts.html.erb
social_stream-0.16.1 presence/app/views/chat/_contacts.html.erb
social_stream-0.15.8 presence/app/views/chat/_contacts.html.erb
social_stream-0.15.7 presence/app/views/chat/_contacts.html.erb
social_stream-0.15.6 presence/app/views/chat/_contacts.html.erb
social_stream-presence-0.2.0 app/views/chat/_contacts.html.erb