summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Wintermeyer <stefan.wintermeyer@amooma.de>2013-01-24 16:10:54 +0100
committerStefan Wintermeyer <stefan.wintermeyer@amooma.de>2013-01-24 23:03:16 +0100
commit2efc5f3853d5120c4ed4c7801e320464ca36e9b9 (patch)
treeac67ab285abcbbc5828b7f6dc6a02330853f6463
parentfed98f1002ab5c874f55e7a3730f9b5ca2555ec3 (diff)
Started a docu "How to create a SIP account?"
-rw-r--r--app/assets/images/docu/sip_accounts/breadcrumbs_sip_account.pngbin0 -> 109575 bytes
-rw-r--r--app/assets/images/docu/sip_accounts/click_on_new_phone_number_button.pngbin0 -> 137454 bytes
-rw-r--r--app/assets/images/docu/sip_accounts/click_on_new_sip_account.pngbin0 -> 126481 bytes
-rw-r--r--app/assets/images/docu/sip_accounts/create_a_new_sip_account.pngbin0 -> 117503 bytes
-rw-r--r--app/assets/images/docu/sip_accounts/enter_new_phone_number.pngbin0 -> 105519 bytes
-rw-r--r--app/assets/images/docu/sip_accounts/get_to_the_tenant_view.pngbin0 -> 131412 bytes
-rw-r--r--app/assets/images/docu/sip_accounts/help_screenshot.pngbin0 -> 136912 bytes
-rw-r--r--app/assets/images/docu/sip_accounts/sip_account_view.pngbin0 -> 152426 bytes
-rw-r--r--app/views/page/conference.html.haml80
-rw-r--r--app/views/page/docu/_tenant_sip_accounts_new.html.haml47
-rw-r--r--app/views/page/help.de.html.haml5
-rw-r--r--app/views/tenants/_table_of_sip_accounts.html.haml38
12 files changed, 81 insertions, 89 deletions
diff --git a/app/assets/images/docu/sip_accounts/breadcrumbs_sip_account.png b/app/assets/images/docu/sip_accounts/breadcrumbs_sip_account.png
new file mode 100644
index 0000000..66034d7
--- /dev/null
+++ b/app/assets/images/docu/sip_accounts/breadcrumbs_sip_account.png
Binary files differ
diff --git a/app/assets/images/docu/sip_accounts/click_on_new_phone_number_button.png b/app/assets/images/docu/sip_accounts/click_on_new_phone_number_button.png
new file mode 100644
index 0000000..e915cd4
--- /dev/null
+++ b/app/assets/images/docu/sip_accounts/click_on_new_phone_number_button.png
Binary files differ
diff --git a/app/assets/images/docu/sip_accounts/click_on_new_sip_account.png b/app/assets/images/docu/sip_accounts/click_on_new_sip_account.png
new file mode 100644
index 0000000..7a9b0fe
--- /dev/null
+++ b/app/assets/images/docu/sip_accounts/click_on_new_sip_account.png
Binary files differ
diff --git a/app/assets/images/docu/sip_accounts/create_a_new_sip_account.png b/app/assets/images/docu/sip_accounts/create_a_new_sip_account.png
new file mode 100644
index 0000000..ee52184
--- /dev/null
+++ b/app/assets/images/docu/sip_accounts/create_a_new_sip_account.png
Binary files differ
diff --git a/app/assets/images/docu/sip_accounts/enter_new_phone_number.png b/app/assets/images/docu/sip_accounts/enter_new_phone_number.png
new file mode 100644
index 0000000..d469f16
--- /dev/null
+++ b/app/assets/images/docu/sip_accounts/enter_new_phone_number.png
Binary files differ
diff --git a/app/assets/images/docu/sip_accounts/get_to_the_tenant_view.png b/app/assets/images/docu/sip_accounts/get_to_the_tenant_view.png
new file mode 100644
index 0000000..7e1edc6
--- /dev/null
+++ b/app/assets/images/docu/sip_accounts/get_to_the_tenant_view.png
Binary files differ
diff --git a/app/assets/images/docu/sip_accounts/help_screenshot.png b/app/assets/images/docu/sip_accounts/help_screenshot.png
new file mode 100644
index 0000000..e38ed4a
--- /dev/null
+++ b/app/assets/images/docu/sip_accounts/help_screenshot.png
Binary files differ
diff --git a/app/assets/images/docu/sip_accounts/sip_account_view.png b/app/assets/images/docu/sip_accounts/sip_account_view.png
new file mode 100644
index 0000000..b917e59
--- /dev/null
+++ b/app/assets/images/docu/sip_accounts/sip_account_view.png
Binary files differ
diff --git a/app/views/page/conference.html.haml b/app/views/page/conference.html.haml
deleted file mode 100644
index 2fdc043..0000000
--- a/app/views/page/conference.html.haml
+++ /dev/null
@@ -1,80 +0,0 @@
-- conf_call_topic = "The next big thing"
-- content_for :title, "Conference Call \u2013 Topic: #{conf_call_topic}"
-
-
-%section.conference
-
- %section.panel.speakers.first
- %header
- %h3 Speakers
- ~# Naming this class message, since when you add or chat you're sending
- ~# a message to the server.
- %form.message
- %input{:placeholder => '# '}
- .actors
- - 2.times do
- .actor
- .info
- - user = current_user #FIXME
- - avatar_url = user.image_url(:mini) || 'stubs/user-36x.jpg'
- = image_tag avatar_url.to_s, :class => 'display', :alt => "[ ]"
- %span.name Fake Stefan
- %span.status Joined at 03:00
- .voice-actions
- %a.make.listener{ :href => '#', :title => "Make listener" } Make listener
- %a.voice.unmuted{ :href => '#', :title => "Mute" } Mute
- %a.remove{ :href => '#', :title => "Remove from conference" } Remove
-
-
- %section.panel.listeners
- %header
- %h3 Listeners
- ~# Naming this class message, since when you add or chat you're sending
- ~# a message to the server.
- %form.message
- %input{:placeholder => '# '}
- .actors
- - 5.times do
- .actor
- .info
- - user = current_user #FIXME
- - avatar_url = user.image_url(:mini) || 'stubs/user-36x.jpg'
- = image_tag avatar_url.to_s, :class => 'display', :alt => "[ ]"
- %span.name Fake Stefan
- %span.status Joined at 03:00
- .voice-actions
- %a.make.speaker{ :href => '#', :title => "Make speaker" } Make speaker
- %a.voice.unmuted{ :href => '#', :title => "Mute" } Mute
- %a.remove{ :href => '#', :title => "Remove from conference" } Remove
-
-
- %section.panel.log.last
- %header
- %h3 Log
- ~# Naming this class message, since when you add or chat you're sending
- ~# a message to the server.
- %form.message
- %input{:placeholder => 'Write a Message...'}
- .messages
- %div
- %span.name Mario:
- %span.content Sorry for the Delay!
- %div.status
- %span.name 03:11:
- %span.content Fake Stefan is now a Speaker.
- %div.status
- %span.name 03:10:
- %span.content Stefan Wintermeyer Left.
- %div
- %span.name Stefan:
- %span.content Hello World.
- %div.status
- %span.name 03:00:
- %span.content Stefan Wintermeyer Joined.
- %div
- %span.name Herpiti Derp:
- %span.content Cool Conference Room!
- %div
- %span.name Pamela:
- %span.content I'm here to sing along.
-
diff --git a/app/views/page/docu/_tenant_sip_accounts_new.html.haml b/app/views/page/docu/_tenant_sip_accounts_new.html.haml
new file mode 100644
index 0000000..fc94425
--- /dev/null
+++ b/app/views/page/docu/_tenant_sip_accounts_new.html.haml
@@ -0,0 +1,47 @@
+%h2 Wie wird ein Firmen SIP-Account angelegt?
+
+%p
+ Es gibt bestimmte SIP-Account, die keiner bestimmten Person zugeordnet werden können (z.B. für Telefone in einem Konferenzraum). Dafür gibt es Firmen SIP-Accounts.
+ %br
+ =link_to "SIP-Account für #{current_user.current_tenant} anlegen.", new_tenant_sip_account_path(current_user.current_tenant)
+
+%ul.thumbnails
+ %li.span4
+ %div.thumbnail
+ %a.thumbnail{:href => "#{image_path('docu/sip_accounts/click_on_new_sip_account.png')}"}
+ =image_tag('docu/sip_accounts/click_on_new_sip_account.png', :alt => "2. Zur zentralen Firmenansicht gehen.")
+ %div.caption
+ %p
+ Auf der zentralen Firmenansicht #{link_to tenant_url(current_user.current_tenant), current_user.current_tenant} sehen Sie eine Tabelle mit den existierenden SIP-Accounts.
+ %br
+ Bitte klicken Sie auf den "Neu anlegen"-Button.
+ %li.span4
+ %div.thumbnail
+ %a.thumbnail{:href => "#{image_path('docu/sip_accounts/create_a_new_sip_account.png')}"}
+ =image_tag('docu/sip_accounts/create_a_new_sip_account.png', :alt => "3. SIP-Account anlegen.")
+ %div.caption
+ %p
+ In dem #{link_to new_tenant_sip_account_path(current_user.current_tenant), new_tenant_sip_account_path(current_user.current_tenant)} Formular können Sie u.a. den Caller-Name für den neuen SIP-Account einrichten.
+ %br
+ Die Daten können später alle geändert werden.
+ %li.span4
+ %div.thumbnail
+ %a.thumbnail{:href => "#{image_path('docu/sip_accounts/click_on_new_phone_number_button.png')}"}
+ =image_tag('docu/sip_accounts/click_on_new_phone_number_button.png', :alt => "4. Neue Telefonnummer.")
+ %div.caption
+ %p
+ Auf der Ansicht des neuen SIP-Accounts bekommen Sie alle wichtigen Daten angezeigt. Unter den Daten des SIP-Accounts wird eine Tabelle der zugeordneten Telefonnummern angezeigt. Bitte klicken Sie hier auf den "Neu anlegen"-Button.
+ %li.span4
+ %div.thumbnail
+ %a.thumbnail{:href => "#{image_path('docu/sip_accounts/enter_new_phone_number.png')}"}
+ =image_tag('docu/sip_accounts/enter_new_phone_number.png', :alt => "3. SIP-Account anlegen.")
+ %div.caption
+ %p
+ In diesem Formular müssen Sie die gewünschte Telefonnummer des SIP-Accounts abspeichern.
+ %li.span4
+ %div.thumbnail
+ %a.thumbnail{:href => "#{image_path('docu/sip_accounts/sip_account_view.png')}"}
+ =image_tag('docu/sip_accounts/sip_account_view.png', :alt => "3. SIP-Account anlegen.")
+ %div.caption
+ %p
+ Auf der jetzt erscheinenden Ansicht zum SIP-Account erscheint die eben eingetragene Telefonnummer. Ein SIP-Account kann unter mehreren Telefonnummern erreicht werden. Bitte tragen Sie hier alle ein.
diff --git a/app/views/page/help.de.html.haml b/app/views/page/help.de.html.haml
index 5eef135..4b75935 100644
--- a/app/views/page/help.de.html.haml
+++ b/app/views/page/help.de.html.haml
@@ -1,8 +1,5 @@
- content_for :title, "Erste Schritte mit Gemeinschaft #{GsParameter.get('GEMEINSCHAFT_VERSION')}!"
-%p
- Sie müssen als erstes mindestens zwei neue SIP-Accounts anlegen. Dabei haben Sie die Wahl zwischen folgenden Varianten:
-
%ul
%li
%strong
@@ -19,6 +16,8 @@
%br
=link_to "SIP-Account für #{current_user.current_tenant} anlegen.", new_tenant_sip_account_path(current_user.current_tenant)
+= render :partial => 'page/docu/tenant_sip_accounts_new'
+
%h2 Rufnummern
%p
diff --git a/app/views/tenants/_table_of_sip_accounts.html.haml b/app/views/tenants/_table_of_sip_accounts.html.haml
index 32230b5..b5f618b 100644
--- a/app/views/tenants/_table_of_sip_accounts.html.haml
+++ b/app/views/tenants/_table_of_sip_accounts.html.haml
@@ -1,7 +1,33 @@
- cache(['tenant_show_table_of_sip_accounts', I18n.locale, tenant, tenant.sip_accounts.count, tenant.sip_accounts.reorder(:updated_at).last]) do
- -# SIP accounts
- -#
- %h2= t('sip_accounts.index.page_title')
- - if tenant.sip_accounts.any?
- = render "sip_accounts/index_core", :sip_accounts => tenant.sip_accounts
- = render :partial => 'shared/create_link', :locals => {:parent => tenant, :child_class => SipAccount}
+ .row
+ - if !tenant.sip_accounts.any?
+ .span6
+ -# SIP accounts
+ -#
+ %h2= t('sip_accounts.index.page_title')
+ - if tenant.sip_accounts.any?
+ = render "sip_accounts/index_core", :sip_accounts => tenant.sip_accounts
+ = render :partial => 'shared/create_link', :locals => {:parent => tenant, :child_class => SipAccount}
+
+ .span6
+ %ul.thumbnails
+ %li.span6
+ %div.thumbnail
+ %a.thumbnail{:href => page_help_path}
+ =image_tag('docu/sip_accounts/help_screenshot.png', :alt => "2. Zur zentralen Firmenansicht gehen.")
+ %div.caption
+ %p
+ In der #{link_to 'Admin-Doku', page_help_path} finden Sie ein Beschreibung, wie Sie einen neuen SIP-Account anlegen können.
+
+ - else
+ .span12
+ -# SIP accounts
+ -#
+ %h2= t('sip_accounts.index.page_title')
+ - if tenant.sip_accounts.any?
+ = render "sip_accounts/index_core", :sip_accounts => tenant.sip_accounts
+ = render :partial => 'shared/create_link', :locals => {:parent => tenant, :child_class => SipAccount}
+
+
+ .row
+ .span12 \ No newline at end of file