Sha256: 4d763bd6859de19f1b021d1a5548fc1f5c81bb21e9470ed6ee19b0e74c560778

Contents?: true

Size: 1.62 KB

Versions: 17

Compression:

Stored size: 1.62 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 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 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 href="#" class="option"><img class="flag" src="assets/status/dnd.png" alt=""/> <%=t('chat.status.dnd')%> <span class="value">dnd</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

17 entries across 17 versions & 2 rubygems

Version Path
social_stream-0.12.14 presence/app/views/chat/_contacts.html.erb
social_stream-0.12.13 presence/app/views/chat/_contacts.html.erb
social_stream-0.12.12 presence/app/views/chat/_contacts.html.erb
social_stream-presence-0.1.0 app/views/chat/_contacts.html.erb
social_stream-0.12.11 presence/app/views/chat/_contacts.html.erb
social_stream-0.12.10 presence/app/views/chat/_contacts.html.erb
social_stream-0.12.9 presence/app/views/chat/_contacts.html.erb
social_stream-0.12.8 presence/app/views/xmpp/_chat_contacts.html.erb
social_stream-0.12.7 presence/app/views/xmpp/_chat_contacts.html.erb
social_stream-0.12.6 presence/app/views/xmpp/_chat_contacts.html.erb
social_stream-0.12.5 presence/app/views/xmpp/_chat_contacts.html.erb
social_stream-presence-0.0.21 app/views/xmpp/_chat_contacts.html.erb
social_stream-0.12.4 presence/app/views/xmpp/_chat_contacts.html.erb
social_stream-0.12.3 presence/app/views/xmpp/_chat_contacts.html.erb
social_stream-presence-0.0.20 app/views/xmpp/_chat_contacts.html.erb
social_stream-presence-0.0.19 app/views/xmpp/_chat_contacts.html.erb
social_stream-0.12.2 presence/app/views/xmpp/_chat_contacts.html.erb