Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
converse.js
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
converse.js
Commits
5c9a7c25
Commit
5c9a7c25
authored
Dec 13, 2014
by
JC Brand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bring mockup markup inline with reality and update scss/css
parent
3de79ba6
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
910 additions
and
920 deletions
+910
-920
css/converse.css
css/converse.css
+351
-346
mockup/index.html
mockup/index.html
+37
-19
sass/converse.scss
sass/converse.scss
+522
-555
No files found.
css/converse.css
View file @
5c9a7c25
This diff is collapsed.
Click to expand it.
mockup/index.html
View file @
5c9a7c25
...
@@ -30,17 +30,33 @@
...
@@ -30,17 +30,33 @@
<div
class=
"dragresize dragresize-tm"
></div>
<div
class=
"dragresize dragresize-tm"
></div>
<div
class=
"chat-head controlbox-head"
>
<div
class=
"chat-head controlbox-head"
>
<ul
id=
"controlbox-tabs"
>
<ul
id=
"controlbox-tabs"
>
<li><a
class=
"current"
href=
"#login"
>
Sign in
</a></li>
<li><a
class=
"current"
href=
"#login-dialog"
>
Sign in
</a></li>
<li><a
class=
"s"
href=
"#register"
>
Register
</a></li>
</ul>
</ul>
<a
class=
"close-chatbox-button icon-close"
></a>
<a
class=
"close-chatbox-button icon-close"
></a>
</div>
</div>
<div
id=
"login-dialog"
>
<div
class=
"controlbox-panes"
>
<form
id=
"converse-login"
>
<div
id=
"login-dialog"
class=
"controlbox-pane"
><form
id=
"converse-login"
method=
"post"
>
<label>
XMPP/Jabber Username:
</label><input
type=
"text"
id=
"jid"
>
<label>
XMPP Username:
</label>
<label>
Password:
</label><input
type=
"password"
id=
"password"
>
<input
type=
"username"
name=
"jid"
placeholder=
"user@server"
>
<input
class=
"login-submit"
type=
"submit"
value=
"Log In"
>
<label>
Password:
</label>
<input
type=
"password"
name=
"password"
placeholder=
"password"
>
<input
class=
"submit"
type=
"submit"
value=
"Log In"
>
<span
class=
"conn-feedback"
></span>
</form>
</form>
<span
class=
"conn-feedback"
></span>
</div>
<div
id=
"register"
class=
"controlbox-pane"
style=
"display: none;"
>
<form
id=
"converse-register"
>
<span
class=
"reg-feedback"
></span>
<label>
Your XMPP provider's domain name:
</label>
<input
type=
"text"
name=
"domain"
placeholder=
" e.g. conversejs.org"
>
<p
class=
"form-help"
>
Tip: A list of public XMPP providers is available
<a
href=
"https://xmpp.net/directory.php"
class=
"url"
target=
"_blank"
>
here
</a>
.
</p>
<input
class=
"submit"
type=
"submit"
value=
"Fetch registration form"
>
</form>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
...
@@ -115,11 +131,13 @@
...
@@ -115,11 +131,13 @@
</dd>
</dd>
</dl>
</dl>
<div
id=
"converse-roster"
>
<div
id=
"converse-roster"
>
<input
class=
"roster-filter"
placeholder=
"Type to filter"
>
<span
class=
"roster-filter-group"
>
<select
class=
"filter-type"
>
<input
class=
"roster-filter"
placeholder=
"Type to filter"
>
<option
value=
"contacts"
>
Contacts
</option>
<select
class=
"filter-type"
>
<option
value=
"groups"
>
Groups
</option>
<option
value=
"contacts"
>
Contacts
</option>
</select>
<option
value=
"groups"
>
Groups
</option>
</select>
</span>
<dl
class=
"roster-contacts"
style=
"display: block;"
>
<dl
class=
"roster-contacts"
style=
"display: block;"
>
<dt
class=
"roster-group"
style=
"display: block;"
>
<dt
class=
"roster-group"
style=
"display: block;"
>
<a
href=
"#"
data-group=
"Colleagues"
class=
"group-toggle icon-opened"
title=
"Click to hide these contacts"
>
Colleagues
</a>
<a
href=
"#"
data-group=
"Colleagues"
class=
"group-toggle icon-opened"
title=
"Click to hide these contacts"
>
Colleagues
</a>
...
@@ -301,6 +319,7 @@
...
@@ -301,6 +319,7 @@
<span
class=
"chat-message-content"
>
Another message to check that scrolling works.
</span>
<span
class=
"chat-message-content"
>
Another message to check that scrolling works.
</span>
</div>
</div>
</div>
</div>
<form
class=
"sendXMPPMessage"
action=
""
method=
"post"
>
<form
class=
"sendXMPPMessage"
action=
""
method=
"post"
>
<ul
class=
"chat-toolbar no-text-select"
>
<ul
class=
"chat-toolbar no-text-select"
>
<li
class=
"toggle-smiley icon-happy"
title=
"Insert a smilery"
>
<li
class=
"toggle-smiley icon-happy"
title=
"Insert a smilery"
>
...
@@ -321,13 +340,11 @@
...
@@ -321,13 +340,11 @@
</ul>
</ul>
</li>
</li>
<li
class=
"toggle-clear"
><a
class=
"icon-remove"
title=
"Clear all messages"
></a></li>
<li
class=
"toggle-clear"
><a
class=
"icon-remove"
title=
"Clear all messages"
></a></li>
<li
class=
"toggle-otr unencrypted"
title=
"
Turn on 'off-the-record' chat encryption
"
>
<li
class=
"toggle-otr unencrypted"
title=
"
Your messages are not encrypted. Click here to enable OTR encryption.
"
>
<span
class=
"chat-toolbar-text"
>
unencrypted
</span>
<span
class=
"chat-toolbar-text"
>
unencrypted
</span>
<span
class=
"icon-unlocked"
></span>
<span
class=
"icon-unlocked"
></span>
<ul>
<ul>
<li><a
href=
"#"
>
Start private conversation
</a></li>
<li><a
class=
"start-otr"
href=
"#"
>
Start encrypted conversation
</a></li>
<li><a
href=
"#"
>
End private conversation
</a></li>
<li><a
href=
"#"
>
Authenticate buddy
</a></li>
<li><a
href=
"http://www.cypherpunks.ca/otr/help/3.2.0/levels.php"
target=
"_blank"
>
What's this?
</a></li>
<li><a
href=
"http://www.cypherpunks.ca/otr/help/3.2.0/levels.php"
target=
"_blank"
>
What's this?
</a></li>
</ul>
</ul>
</li>
</li>
...
@@ -434,7 +451,8 @@
...
@@ -434,7 +451,8 @@
<form
class=
"chatroom-form"
>
<form
class=
"chatroom-form"
>
<!-- TODO: Make this a long form that scrolls -->
<!-- TODO: Make this a long form that scrolls -->
<legend>
This chatroom requires a password
</legend>
<legend>
This chatroom requires a password
</legend>
<label>
Password:
<input
type=
"password"
name=
"password"
></label>
<label>
Password:
</label>
<input
type=
"password"
name=
"password"
>
</form>
</form>
</div>
</div>
</div>
</div>
...
...
sass/converse.scss
View file @
5c9a7c25
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment