browsercmsi 3.1.1 → 3.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/README.markdown +3 -4
- data/app/controllers/cms/dynamic_views_controller.rb +3 -2
- data/app/controllers/cms/portlet_controller.rb +9 -2
- data/app/helpers/cms/form_builder.rb +1 -1
- data/app/views/cms/dynamic_views/index.html.erb +5 -0
- data/app/views/cms/form_builder/_cms_select_year.html.erb +16 -0
- data/app/views/cms/sessions/new.html.erb +1 -1
- data/app/views/layouts/_page_toolbar.html.erb +4 -3
- data/bin/browsercmsi +1 -1
- data/browsercmsi.gemspec +111 -6
- data/config/initializers/i18n.rb +2 -0
- data/config/locales/bcms/de/behaviors.yml +22 -0
- data/config/locales/bcms/de/bootstrap.yml +30 -0
- data/config/locales/bcms/de/controllers.yml +76 -0
- data/config/locales/bcms/de/helpers.yml +13 -0
- data/config/locales/bcms/de/js.yml +7 -0
- data/config/locales/bcms/de/models.yml +146 -0
- data/config/locales/bcms/de/portlets.yml +10 -0
- data/config/locales/bcms/de/views/cms/blocks.yml +68 -0
- data/config/locales/bcms/de/views/cms/cache.yml +5 -0
- data/config/locales/bcms/de/views/cms/categories.yml +9 -0
- data/config/locales/bcms/de/views/cms/connectors.yml +10 -0
- data/config/locales/bcms/de/views/cms/content.yml +5 -0
- data/config/locales/bcms/de/views/cms/content_types.yml +4 -0
- data/config/locales/bcms/de/views/cms/dashboard.yml +18 -0
- data/config/locales/bcms/de/views/cms/dynamic_views.yml +18 -0
- data/config/locales/bcms/de/views/cms/email_messages.yml +18 -0
- data/config/locales/bcms/de/views/cms/forgot_password_mailer.yml +6 -0
- data/config/locales/bcms/de/views/cms/form_builder.yml +5 -0
- data/config/locales/bcms/de/views/cms/groups.yml +34 -0
- data/config/locales/bcms/de/views/cms/links.yml +14 -0
- data/config/locales/bcms/de/views/cms/page_routes.yml +28 -0
- data/config/locales/bcms/de/views/cms/pages.yml +39 -0
- data/config/locales/bcms/de/views/cms/redirects.yml +19 -0
- data/config/locales/bcms/de/views/cms/routes.yml +10 -0
- data/config/locales/bcms/de/views/cms/section_nodes.yml +15 -0
- data/config/locales/bcms/de/views/cms/sections.yml +23 -0
- data/config/locales/bcms/de/views/cms/sessions.yml +7 -0
- data/config/locales/bcms/de/views/cms/shared.yml +38 -0
- data/config/locales/bcms/de/views/cms/tags.yml +5 -0
- data/config/locales/bcms/de/views/cms/tasks.yml +8 -0
- data/config/locales/bcms/de/views/cms/users.yml +48 -0
- data/config/locales/bcms/de/views/layouts/cms/content_library.yml +8 -0
- data/config/locales/bcms/de/views/layouts/cms/footer.yml +5 -0
- data/config/locales/bcms/de/views/layouts/cms_toolbar.yml +4 -0
- data/config/locales/bcms/de/views/layouts/page_toolbar.yml +27 -0
- data/config/locales/bcms/de/views/portlets.yml +57 -0
- data/config/locales/bcms/en/bootstrap.yml +1 -1
- data/config/locales/bcms/en/models.yml +1 -1
- data/config/locales/bcms/en/views/cms/blocks.yml +1 -1
- data/config/locales/bcms/en/views/cms/groups.yml +1 -1
- data/config/locales/bcms/en/views/layouts/page_toolbar.yml +5 -1
- data/config/locales/bcms/en/views/portlets.yml +1 -1
- data/config/locales/bcms/es/models.yml +1 -1
- data/config/locales/bcms/es/views/cms/sections.yml +1 -1
- data/config/locales/bcms/es/views/cms/sessions.yml +1 -1
- data/config/locales/bcms/es/views/layouts/page_toolbar.yml +6 -2
- data/config/locales/bcms/fr/behaviors.yml +21 -0
- data/config/locales/bcms/fr/bootstrap.yml +30 -0
- data/config/locales/bcms/fr/controllers.yml +76 -0
- data/config/locales/bcms/fr/helpers.yml +12 -0
- data/config/locales/bcms/fr/js.yml +7 -0
- data/config/locales/bcms/fr/models.yml +146 -0
- data/config/locales/bcms/fr/portlets.yml +9 -0
- data/config/locales/bcms/fr/views/cms/blocks.yml +67 -0
- data/config/locales/bcms/fr/views/cms/cache.yml +6 -0
- data/config/locales/bcms/fr/views/cms/categories.yml +11 -0
- data/config/locales/bcms/fr/views/cms/connectors.yml +10 -0
- data/config/locales/bcms/fr/views/cms/content.yml +5 -0
- data/config/locales/bcms/fr/views/cms/content_types.yml +4 -0
- data/config/locales/bcms/fr/views/cms/dashboard.yml +16 -0
- data/config/locales/bcms/fr/views/cms/dynamic_views.yml +18 -0
- data/config/locales/bcms/fr/views/cms/email_messages.yml +18 -0
- data/config/locales/bcms/fr/views/cms/forgot_password_mailer.yml +8 -0
- data/config/locales/bcms/fr/views/cms/form_builder.yml +5 -0
- data/config/locales/bcms/fr/views/cms/groups.yml +34 -0
- data/config/locales/bcms/fr/views/cms/links.yml +14 -0
- data/config/locales/bcms/fr/views/cms/page_routes.yml +28 -0
- data/config/locales/bcms/fr/views/cms/pages.yml +38 -0
- data/config/locales/bcms/fr/views/cms/redirects.yml +18 -0
- data/config/locales/bcms/fr/views/cms/routes.yml +9 -0
- data/config/locales/bcms/fr/views/cms/section_nodes.yml +15 -0
- data/config/locales/bcms/fr/views/cms/sections.yml +22 -0
- data/config/locales/bcms/fr/views/cms/sessions.yml +7 -0
- data/config/locales/bcms/fr/views/cms/shared.yml +38 -0
- data/config/locales/bcms/fr/views/cms/tags.yml +5 -0
- data/config/locales/bcms/fr/views/cms/tasks.yml +7 -0
- data/config/locales/bcms/fr/views/cms/users.yml +43 -0
- data/config/locales/bcms/fr/views/layouts/cms/content_library.yml +7 -0
- data/config/locales/bcms/fr/views/layouts/cms/footer.yml +5 -0
- data/config/locales/bcms/fr/views/layouts/cms_toolbar.yml +4 -0
- data/config/locales/bcms/fr/views/layouts/page_toolbar.yml +26 -0
- data/config/locales/bcms/fr/views/portlets.yml +56 -0
- data/doc/guides/html/authentication.html +448 -192
- data/doc/guides/html/build_it_yourself.html +454 -175
- data/doc/guides/html/building_modules.html +453 -245
- data/doc/guides/html/building_templates.html +448 -498
- data/doc/guides/html/content_blocks.html +450 -470
- data/doc/guides/html/customizing_browsercms.html +453 -169
- data/doc/guides/html/deployment_guide.html +451 -201
- data/doc/guides/html/files/bcmsorg.js +28 -0
- data/doc/guides/html/files/clearfix.css +8 -0
- data/doc/guides/html/files/cufon.js +7 -0
- data/doc/guides/html/files/global.css +190 -0
- data/doc/guides/html/files/helvetica.js +91 -0
- data/doc/guides/html/files/jquery.js +11 -0
- data/doc/guides/html/getting_started.html +454 -213
- data/doc/guides/html/index.html +454 -174
- data/doc/guides/html/installing_modules.html +454 -186
- data/doc/guides/html/portlets.html +451 -232
- data/doc/guides/html/user_guide.html +452 -270
- data/doc/guides/html/writing_guides.html +454 -161
- data/lib/cms/init.rb +2 -1
- data/lib/cms/version.rb +2 -2
- data/public/images/cms/locales/de/nav_admin.gif +0 -0
- data/public/images/cms/locales/de/nav_admin_h.gif +0 -0
- data/public/images/cms/locales/de/nav_admin_on.gif +0 -0
- data/public/images/cms/locales/de/nav_content_library.gif +0 -0
- data/public/images/cms/locales/de/nav_content_library_h.gif +0 -0
- data/public/images/cms/locales/de/nav_content_library_on.gif +0 -0
- data/public/images/cms/locales/de/nav_dash.gif +0 -0
- data/public/images/cms/locales/de/nav_dash_h.gif +0 -0
- data/public/images/cms/locales/de/nav_dash_on.gif +0 -0
- data/public/images/cms/locales/de/nav_sitemap.gif +0 -0
- data/public/images/cms/locales/de/nav_sitemap_h.gif +0 -0
- data/public/images/cms/locales/de/nav_sitemap_on.gif +0 -0
- data/public/images/cms/locales/fr/nav_admin.gif +0 -0
- data/public/images/cms/locales/fr/nav_admin_h.gif +0 -0
- data/public/images/cms/locales/fr/nav_admin_on.gif +0 -0
- data/public/images/cms/locales/fr/nav_content_library.gif +0 -0
- data/public/images/cms/locales/fr/nav_content_library_h.gif +0 -0
- data/public/images/cms/locales/fr/nav_content_library_on.gif +0 -0
- data/public/images/cms/locales/fr/nav_dash.gif +0 -0
- data/public/images/cms/locales/fr/nav_dash_h.gif +0 -0
- data/public/images/cms/locales/fr/nav_dash_on.gif +0 -0
- data/public/images/cms/locales/fr/nav_sitemap.gif +0 -0
- data/public/images/cms/locales/fr/nav_sitemap_h.gif +0 -0
- data/public/images/cms/locales/fr/nav_sitemap_on.gif +0 -0
- data/rails/init.rb +2 -2
- data/templates/blank.rb +1 -1
- data/templates/demo.rb +1 -1
- data/templates/module.rb +1 -1
- data/test/functional/cms/dynamic_views_controller_test.rb +26 -2
- metadata +187 -4
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
fr:
|
|
2
|
+
email_messages:
|
|
3
|
+
index:
|
|
4
|
+
page_title: Administration / Courriels
|
|
5
|
+
toolbar_title: Courriels
|
|
6
|
+
to: À
|
|
7
|
+
subject: Objet
|
|
8
|
+
delivered: Livré
|
|
9
|
+
no_mail: Aucun courriel.
|
|
10
|
+
show:
|
|
11
|
+
page_title: Courriel {{subject}}
|
|
12
|
+
delivered_at: "Livré à:"
|
|
13
|
+
content_type: "Type de contenu:"
|
|
14
|
+
from: "De :"
|
|
15
|
+
to: "À :"
|
|
16
|
+
cc: "CC :"
|
|
17
|
+
bcc: "BCC :"
|
|
18
|
+
subject: "Objet :"
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
fr:
|
|
2
|
+
forgot_password_mailer:
|
|
3
|
+
html: |
|
|
4
|
+
Ce courriel est en réponse à votre demande de réinitialiser votre mot de passe. S.v.p. suivez
|
|
5
|
+
le lien dessous et remplissez les champs de la formulaire pour changer votre mot de pass.
|
|
6
|
+
plain: |
|
|
7
|
+
Ce courriel est en réponse à votre demande de réinitialiser votre mot de passe. S.v.p. suivez
|
|
8
|
+
le lien dessous et remplissez les champs de la formulaire pour changer votre mot de pass.
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
fr:
|
|
2
|
+
groups:
|
|
3
|
+
form:
|
|
4
|
+
list_all: Afficher tous
|
|
5
|
+
group_name: Nom du groupe
|
|
6
|
+
type_of_user: Type d'utilisateur
|
|
7
|
+
instructions: Quelle genre d'utilisateur est représenté par ce groupe?
|
|
8
|
+
save: Enregistrer
|
|
9
|
+
permissions:
|
|
10
|
+
global_permissions: Droits d'accès globales
|
|
11
|
+
sections:
|
|
12
|
+
section_permissions: Droits d'accès de section
|
|
13
|
+
instructions: Quelles sections est-ce que les membres de cet groupe devraient être permis de
|
|
14
|
+
view: voir
|
|
15
|
+
edit: réviser
|
|
16
|
+
path: Chemin
|
|
17
|
+
edit:
|
|
18
|
+
page_title: Administration / Réviser groupe
|
|
19
|
+
toolbar_title: Réviser groupe
|
|
20
|
+
index:
|
|
21
|
+
page_title: Administration / Liste des groupes
|
|
22
|
+
toolbar_title: List des groupes
|
|
23
|
+
add_group: Ajouter un groupe
|
|
24
|
+
name: Nom
|
|
25
|
+
type: Type
|
|
26
|
+
permissions: Droits d'accès
|
|
27
|
+
edit: Réviser
|
|
28
|
+
view: Voir
|
|
29
|
+
of: de
|
|
30
|
+
sections: Sections
|
|
31
|
+
all_sections: Tous les sections
|
|
32
|
+
new:
|
|
33
|
+
page_title: Administration / Ajouter un group
|
|
34
|
+
toolbar_title: Ajouter un nouveau group
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
fr:
|
|
2
|
+
links:
|
|
3
|
+
form:
|
|
4
|
+
new_window: Ouvrir dans un nouveau fenêtre ?
|
|
5
|
+
edit:
|
|
6
|
+
page_title: Réviser lien {{link}}
|
|
7
|
+
list_all: Afficher tous
|
|
8
|
+
save_and_publish: Enregistrer et publier
|
|
9
|
+
save: Enregister
|
|
10
|
+
new:
|
|
11
|
+
page_title: Ajouter nouveau lien à la carte de site
|
|
12
|
+
list_all: Afficher tous
|
|
13
|
+
save_and_publish: Enregister et publier
|
|
14
|
+
save: Enregister
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
fr:
|
|
2
|
+
page_routes:
|
|
3
|
+
form:
|
|
4
|
+
save: Eregistrer
|
|
5
|
+
edit:
|
|
6
|
+
page_title: Réviser chemin de page
|
|
7
|
+
list_all: Afficher tous
|
|
8
|
+
index:
|
|
9
|
+
page_title: Liste de chemins de page
|
|
10
|
+
add: Ajouter
|
|
11
|
+
edit: Réviser
|
|
12
|
+
delete: Supprimer
|
|
13
|
+
confirm: Êtes-vous certain(e)s que vous voulez supprimer ce chemin de page ?
|
|
14
|
+
view: Visionner
|
|
15
|
+
view_rails_routes: Visionner chemins de 'Rails'
|
|
16
|
+
name: Nom
|
|
17
|
+
pattern: Forme
|
|
18
|
+
new:
|
|
19
|
+
page_title: Nouveau chemin de page
|
|
20
|
+
list_all: Afficher tous
|
|
21
|
+
show:
|
|
22
|
+
page_title: "Chemin de page '{{route}}'"
|
|
23
|
+
add: Ajouter
|
|
24
|
+
edit: Réviser
|
|
25
|
+
delete: Supprimer
|
|
26
|
+
confirm: Are you sure you want to delete this Page Route?
|
|
27
|
+
list_all: Êtes-vous certain(e)s que vous voulez supprimer ce chemin de page ?
|
|
28
|
+
view_rails_routes: Visionner chemins de 'Rails'
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
fr:
|
|
2
|
+
pages:
|
|
3
|
+
edit_connector:
|
|
4
|
+
show: Visionner ce contenu ({{connectable_name}})
|
|
5
|
+
edit: Réviser ce contenu ({{connectable_name}})
|
|
6
|
+
up: Déplacer ce contenu plus haut ({{connectable_name}})
|
|
7
|
+
down: Déplacer ce contenu plus bas ({{connectable_name}})
|
|
8
|
+
delete: Enlever ce contenu de la page ({{connectable_name}}). Il restera disponible dans la bibliothèque de contenu.
|
|
9
|
+
live: Ce contenu est publié et peut être vu par les visiteurs.
|
|
10
|
+
draft: Ce contenu est un brouillon et ne sera pas vu par les visiteurs avant d'être publié.
|
|
11
|
+
edit_container:
|
|
12
|
+
add: Ajouter du nouveau contenu à ce contenant ({{container_name}})
|
|
13
|
+
insert: Insérer du contenu existant à ce contenant ({{container_name}})
|
|
14
|
+
live: Ce contenu est publié et peut être vu par les visiteurs.
|
|
15
|
+
draft: Ce contenu est un brouillon et ne sera pas vu par les visiteurs avant d'être publié.
|
|
16
|
+
form:
|
|
17
|
+
title_hint: (Laisser vierge si c'est la même que le nom)
|
|
18
|
+
edit:
|
|
19
|
+
page_title: "Réviser les caractéristiques / Page '{{page_name}}'"
|
|
20
|
+
list_all: Afficher tous
|
|
21
|
+
edit_content: Réviser le contenu
|
|
22
|
+
save: Enregistrer
|
|
23
|
+
new:
|
|
24
|
+
page_title: Nouveau page
|
|
25
|
+
list_all: Afficher tous
|
|
26
|
+
save: Enregistrer
|
|
27
|
+
versions:
|
|
28
|
+
page_title: "Lister les versions / Page '{{page_name}}'"
|
|
29
|
+
view: Visionner
|
|
30
|
+
edit_content: Réviser le contenu
|
|
31
|
+
edit_properties: Réviser les caractéristiques
|
|
32
|
+
revert: Régresser
|
|
33
|
+
version: Version
|
|
34
|
+
comment: Commentaire
|
|
35
|
+
date: Date
|
|
36
|
+
editor: Éditeur
|
|
37
|
+
live: (ACTIVE)
|
|
38
|
+
current: (COURANT)
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
fr:
|
|
2
|
+
redirects:
|
|
3
|
+
form:
|
|
4
|
+
save: Enregistrer
|
|
5
|
+
edit:
|
|
6
|
+
page_title: Réviser redirection
|
|
7
|
+
list_all: Afficher tous
|
|
8
|
+
index:
|
|
9
|
+
page_title: Liste des redirections
|
|
10
|
+
add: Ajouter
|
|
11
|
+
edit: Réviser
|
|
12
|
+
delete: Supprimer
|
|
13
|
+
confirm: Êtes-vous certaines que vous voulez supprimer cette redirection ?
|
|
14
|
+
from: De
|
|
15
|
+
to: À
|
|
16
|
+
new:
|
|
17
|
+
page_title: Nouveau redirection
|
|
18
|
+
list_all: Afficher tous
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
fr:
|
|
2
|
+
section_nodes:
|
|
3
|
+
link:
|
|
4
|
+
published: Publié
|
|
5
|
+
draft: Brouillon
|
|
6
|
+
node:
|
|
7
|
+
hidden: Caché
|
|
8
|
+
index:
|
|
9
|
+
page_title: Carte de site
|
|
10
|
+
edit_page: Réviser la page
|
|
11
|
+
edit_properties: Réviser les caractéristiques
|
|
12
|
+
add_page: Ajouter une page
|
|
13
|
+
add_section: Ajouter une section
|
|
14
|
+
add_link: Ajouter un lien
|
|
15
|
+
delete: Supprimer
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
fr:
|
|
2
|
+
sections:
|
|
3
|
+
form:
|
|
4
|
+
public_permissions: Droits d'accès publics
|
|
5
|
+
public_permissions_hint: "Quels groupes 'publics' peuvent voir les pages en cette section ?"
|
|
6
|
+
cms_permissions: Droits d'accès CMS
|
|
7
|
+
cms_permissions_hint: "Quels groupes 'CMS' peuvent réviser les pages et le contenu en cette section ?"
|
|
8
|
+
save: Enregistrer
|
|
9
|
+
edit:
|
|
10
|
+
page_title: "Réviser les caractéristiques / Section '{{section_name}}'"
|
|
11
|
+
list_all: Afficher tous
|
|
12
|
+
index:
|
|
13
|
+
title: Carte de site
|
|
14
|
+
edit: Réviser
|
|
15
|
+
properties: Caractéristiques
|
|
16
|
+
delete: Supprimer
|
|
17
|
+
add_page: Ajouter une page
|
|
18
|
+
add_section: Ajouter une section
|
|
19
|
+
add_link: Ajouter un lien
|
|
20
|
+
new:
|
|
21
|
+
page_title: Nouveau section
|
|
22
|
+
list_all: Afficher tous
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
fr:
|
|
2
|
+
shared:
|
|
3
|
+
admin_sidebar:
|
|
4
|
+
users_title: Utilisateurs
|
|
5
|
+
users: Utilisateurs
|
|
6
|
+
groups: Groupes
|
|
7
|
+
templates: Gabarits
|
|
8
|
+
page_partials: Partielles (page)
|
|
9
|
+
page_templates: Gabarits (page)
|
|
10
|
+
page_routes: Chemins (page)
|
|
11
|
+
tools: Outils
|
|
12
|
+
page_caching: Cache de pages
|
|
13
|
+
redirects: Redirections
|
|
14
|
+
email_messages: Courriels
|
|
15
|
+
exception:
|
|
16
|
+
error: Il y a eu une erreur
|
|
17
|
+
pagination:
|
|
18
|
+
displaying: Affichant
|
|
19
|
+
of: de
|
|
20
|
+
version_confilct:
|
|
21
|
+
their_version: Leur version
|
|
22
|
+
field: Champs
|
|
23
|
+
value: Valeur
|
|
24
|
+
version_conflict_error:
|
|
25
|
+
version_conflict: "Conflit de versions!"
|
|
26
|
+
message: |
|
|
27
|
+
Vous travaillez présentement avec une version périmée de ce contenu.
|
|
28
|
+
Votre travail a été basé sur la <b>version {{base_version}}</b>, pendant qu'un
|
|
29
|
+
autre utilisateur <b>{{other_user}}</b> a déjà eregistré la <b>version {{other_version}}</b>.
|
|
30
|
+
Comparer vos changements ci-dessous avec leurs changements en bas et soumettre une copie finale.
|
|
31
|
+
your_version: Votre version
|
|
32
|
+
access_denied:
|
|
33
|
+
page_title: Accès refusé
|
|
34
|
+
message: "Désolé, vous n'avez pas l'autorisation d'accéder à cette page."
|
|
35
|
+
error:
|
|
36
|
+
page_title: Erreur
|
|
37
|
+
message: Message
|
|
38
|
+
stacktrace: Stacktrace
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
fr:
|
|
2
|
+
users:
|
|
3
|
+
form:
|
|
4
|
+
save: Enregistrer
|
|
5
|
+
groups:
|
|
6
|
+
groups: Groupes
|
|
7
|
+
toolbar:
|
|
8
|
+
show_inactive: Montrer inactifs?
|
|
9
|
+
change_password:
|
|
10
|
+
page_title: Assigner nouveau mot de passe
|
|
11
|
+
list_all: Afficher tous
|
|
12
|
+
edit_user: Réviser utilisateur
|
|
13
|
+
save: Enregistre
|
|
14
|
+
edit:
|
|
15
|
+
page_title: "Réviser utilisateur '{{user_login}}'"
|
|
16
|
+
list_all: Afficher tous
|
|
17
|
+
change_password: Changer mot de passe
|
|
18
|
+
index:
|
|
19
|
+
page_title: Administration / Liste d'utilisateurs
|
|
20
|
+
toolbar_title: Liste d'utilisateurs
|
|
21
|
+
add_user: AJOUTER UTILISATEUR
|
|
22
|
+
name: Nom
|
|
23
|
+
email: Courriel
|
|
24
|
+
groups: Groupes
|
|
25
|
+
expiration: Expiration
|
|
26
|
+
activation: Activation
|
|
27
|
+
never: Jamais
|
|
28
|
+
active: Actif
|
|
29
|
+
disable: Désactiver
|
|
30
|
+
inactive: Inactif
|
|
31
|
+
enable: Activer
|
|
32
|
+
no_results: "Aucune résultat pour '{{keyword}}'"
|
|
33
|
+
new:
|
|
34
|
+
page_title: Nouveau utilisateur
|
|
35
|
+
list_all: Afficher tous
|
|
36
|
+
show:
|
|
37
|
+
list_all: Afficher tous
|
|
38
|
+
change_password: Changer mot de passe
|
|
39
|
+
username: Nom d'utilisateur
|
|
40
|
+
email: Courriel
|
|
41
|
+
first_name: Prénom
|
|
42
|
+
last_name: Nom de famille
|
|
43
|
+
groups: Groupes
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
fr:
|
|
2
|
+
layouts:
|
|
3
|
+
page_toolbar:
|
|
4
|
+
status: "Statut:"
|
|
5
|
+
section: "Section:"
|
|
6
|
+
page: "Page:"
|
|
7
|
+
template: "Gabarit:"
|
|
8
|
+
version: "Version:"
|
|
9
|
+
live: ACTIVE
|
|
10
|
+
publish: Publier
|
|
11
|
+
published: publié(e)
|
|
12
|
+
draft: brouillon
|
|
13
|
+
assign: Assigner
|
|
14
|
+
complete_task: Terminer la tâche
|
|
15
|
+
edit_properties: Réviser les caractéristiques
|
|
16
|
+
list_versions: Lister les versions
|
|
17
|
+
delete: Supprimer
|
|
18
|
+
confirm: "Est-ce que vous êtes certain(e)s que vous voulez supprimer '{{page_name}}'?"
|
|
19
|
+
revert: Régresser à cette version
|
|
20
|
+
visual_editor: "Éditeur visuel:"
|
|
21
|
+
visual_editor_title: "Vous n'avez pas permission à réviser cette page"
|
|
22
|
+
turn_off: FERMER
|
|
23
|
+
turn_on: OUVRIR
|
|
24
|
+
editor_on: "OUVERT"
|
|
25
|
+
editor_off: "FERMÉ"
|
|
26
|
+
view_current: Voir version courante
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
fr:
|
|
2
|
+
views:
|
|
3
|
+
portlets:
|
|
4
|
+
dynamic:
|
|
5
|
+
name: Nom
|
|
6
|
+
code: Code
|
|
7
|
+
template: Gabarit
|
|
8
|
+
email_page:
|
|
9
|
+
form:
|
|
10
|
+
name: Nom
|
|
11
|
+
subject: Sujet
|
|
12
|
+
default_subject: Un lien qui pourrait vous intéresser
|
|
13
|
+
success_url: URL final
|
|
14
|
+
success_url_hint: Laisser vierge pour retourner à la même page
|
|
15
|
+
template: Gabarit
|
|
16
|
+
render:
|
|
17
|
+
send_mail: Envoyer courriel
|
|
18
|
+
forgot_password:
|
|
19
|
+
form:
|
|
20
|
+
name: Nom
|
|
21
|
+
reset_password_url: URL de réinitialisation de mot de passe
|
|
22
|
+
reset_password_url_hint: URL de la page où l'utilisateur réinitialiserait son mot de pass. Aucune paramètre 'GET' permis.
|
|
23
|
+
template: Gabarit
|
|
24
|
+
render:
|
|
25
|
+
account_email: "L'addresse courriel de votre compte:"
|
|
26
|
+
request_token: Demander jeton de réinitialisation de mot de passe
|
|
27
|
+
login:
|
|
28
|
+
form:
|
|
29
|
+
name: Nom
|
|
30
|
+
success_url: URL final
|
|
31
|
+
success_url_hint: Laisser vierge pour envoyer l'utilisateur à la page qu'il(elle) essayait d'accèder
|
|
32
|
+
failure_url: URL de défaillance
|
|
33
|
+
failure_url_hint: Laisser vierge pour envoyer l'utilisateur à la page de laquelle il/elle à essayé d'ouvrir une session
|
|
34
|
+
template: Gabarit
|
|
35
|
+
render:
|
|
36
|
+
welcome: Bienvenue
|
|
37
|
+
logout: Fermer la session
|
|
38
|
+
login: Ouvrir une session
|
|
39
|
+
portlets:
|
|
40
|
+
form:
|
|
41
|
+
page_title: Bibliothèque de contenu / Sélectioner type de portlet
|
|
42
|
+
reset_password:
|
|
43
|
+
form:
|
|
44
|
+
name: Nom
|
|
45
|
+
handler: Gestionnaire
|
|
46
|
+
template: Gabarit
|
|
47
|
+
render:
|
|
48
|
+
new_password: "Nouveau mot de passe:"
|
|
49
|
+
confirm_new_password: "Confirmer mot de passe:"
|
|
50
|
+
reset_password: Réinitialiser mot de passe
|
|
51
|
+
tag_cloud:
|
|
52
|
+
form:
|
|
53
|
+
name: Nom
|
|
54
|
+
limit: Limite
|
|
55
|
+
sizes: Tailles
|
|
56
|
+
template: Gabarit
|
|
@@ -1,201 +1,457 @@
|
|
|
1
|
-
<!DOCTYPE
|
|
2
|
-
<html
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
<
|
|
6
|
-
<
|
|
7
|
-
<
|
|
8
|
-
<
|
|
9
|
-
<
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
#page {
|
|
18
|
-
margin: 0 auto;
|
|
19
|
-
text-align: left;
|
|
20
|
-
width: 1000px;
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
#header {
|
|
24
|
-
height: 110px;
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
div.top_cap {
|
|
28
|
-
background: transparent url(images/top_cap.png) no-repeat scroll 0 0;
|
|
29
|
-
height: 10px;
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
#contentwrap {
|
|
33
|
-
background: transparent url(images/dot.png) repeat scroll 0 0;
|
|
34
|
-
float: left;
|
|
35
|
-
width: 1000px;
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
div.bottom_cap {
|
|
39
|
-
background: transparent url(images/bottom_cap.png) no-repeat scroll 0 0;
|
|
40
|
-
height: 9px;
|
|
41
|
-
}
|
|
1
|
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
|
2
|
+
<html class="cufon-active cufon-ready" xml:lang="en"
|
|
3
|
+
xmlns="http://www.w3.org/1999/xhtml" lang="en">
|
|
4
|
+
<head>
|
|
5
|
+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
6
|
+
<meta name="keywords" content="">
|
|
7
|
+
<meta name="description" content="">
|
|
8
|
+
<link href="files/clearfix.css" media="screen,projection" rel="stylesheet" type="text/css">
|
|
9
|
+
<link href="files/global.css" media="screen,projection" rel="stylesheet" type="text/css">
|
|
10
|
+
<script src="files/jquery.js" type="text/javascript"></script>
|
|
11
|
+
<script src="files/cufon.js" type="text/javascript"></script>
|
|
12
|
+
<style type="text/css">cufon {
|
|
13
|
+
text-indent: 0 !important;
|
|
14
|
+
}
|
|
42
15
|
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
div.title {
|
|
55
|
-
padding: 20px;
|
|
56
|
-
}
|
|
57
|
-
|
|
58
|
-
div.title h1 {
|
|
59
|
-
border-bottom: 3px solid #505358;
|
|
60
|
-
color: #FFFFFF;
|
|
61
|
-
font-size: 24pt;
|
|
62
|
-
font-weight: normal;
|
|
63
|
-
line-height: 1;
|
|
64
|
-
margin: 0 0 10px;
|
|
65
|
-
padding-bottom: 10px;
|
|
66
|
-
}
|
|
67
|
-
|
|
68
|
-
td.sidebar {
|
|
69
|
-
font-size: 8pt;
|
|
70
|
-
width: 165px;
|
|
71
|
-
padding: 5px;
|
|
72
|
-
}
|
|
73
|
-
|
|
74
|
-
td.sidebar ol {
|
|
75
|
-
margin-left: 20px;
|
|
76
|
-
padding: 0;
|
|
77
|
-
line-height: 1.5;
|
|
78
|
-
}
|
|
79
|
-
|
|
80
|
-
td.sidebar ol li {
|
|
81
|
-
margin: 0;
|
|
82
|
-
padding: 0;
|
|
83
|
-
}
|
|
84
|
-
|
|
85
|
-
td.sidebar ol li ul {
|
|
86
|
-
list-style-type: none;
|
|
87
|
-
padding-left: 10px;
|
|
88
|
-
}
|
|
89
|
-
|
|
90
|
-
td.guides {
|
|
91
|
-
font-size: 10pt;
|
|
92
|
-
width: 800px;
|
|
93
|
-
padding: 10px;
|
|
94
|
-
}
|
|
95
|
-
|
|
96
|
-
.code_container {
|
|
97
|
-
padding: 10px;
|
|
98
|
-
background: #eee;
|
|
99
|
-
border: 1px solid #ccc;
|
|
100
|
-
overflow: auto;
|
|
101
|
-
width: 760px;
|
|
102
|
-
}
|
|
103
|
-
|
|
104
|
-
pre, code {
|
|
105
|
-
overflow: auto;
|
|
106
|
-
white-space:pre;
|
|
107
|
-
}
|
|
108
|
-
.note {
|
|
109
|
-
-moz-background-clip:border;
|
|
110
|
-
-moz-background-inline-policy:continuous;
|
|
111
|
-
-moz-background-origin:padding;
|
|
112
|
-
background:#FFF9D8 url(../images/tab_note.gif) no-repeat scroll left top;
|
|
113
|
-
border:medium none;
|
|
114
|
-
margin:0.25em 0 1.5em;
|
|
115
|
-
padding:1em 1em 0.25em 48px;
|
|
116
|
-
}
|
|
117
|
-
</style>
|
|
118
|
-
</head>
|
|
119
|
-
<body>
|
|
120
|
-
<div id="page">
|
|
121
|
-
<div id="header">
|
|
122
|
-
<a href="index.html"><img style="border:0px" src="images/browsercms_logo.png" alt="BrowserCMS"/></a>
|
|
123
|
-
</div>
|
|
124
|
-
<div id="main">
|
|
125
|
-
<div class="top_cap"></div>
|
|
126
|
-
<div id="contentwrap">
|
|
127
|
-
<div class="title">
|
|
128
|
-
<h1></h1>
|
|
129
|
-
</div>
|
|
130
|
-
<div class="top_cap_content"></div>
|
|
131
|
-
<div id="content">
|
|
132
|
-
<table width="100%" cellpadding="0" cellspacing="0" border="0">
|
|
133
|
-
<tr>
|
|
134
|
-
<td class="sidebar" valign="top">
|
|
135
|
-
<div id="subCol">
|
|
136
|
-
<h3 class="chapter"><img src="images/chapters_icon.gif" alt="" />Chapters</h3>
|
|
137
|
-
<ol class="chapters">
|
|
138
|
-
</ol></div>
|
|
139
|
-
</td>
|
|
140
|
-
<td class="guides">
|
|
141
|
-
|
|
142
|
-
<h2>Using <span class="caps">CMS</span> Authentication</h2>
|
|
143
|
-
<p>When you create public controllers, you may want to take advantage of the <span class="caps">CMS</span> authentication system. Create an action that
|
|
144
|
-
looks like this:</p>
|
|
145
|
-
<div class="code_container"><code class="ruby">class MyNewController < ApplicationController
|
|
16
|
+
@media screen, projection {
|
|
17
|
+
cufon {
|
|
18
|
+
display: inline !important;
|
|
19
|
+
display: inline-block !important;
|
|
20
|
+
position: relative !important;
|
|
21
|
+
vertical-align: middle !important;
|
|
22
|
+
font-size: 1px !important;
|
|
23
|
+
line-height: 1px !important;
|
|
24
|
+
}
|
|
146
25
|
|
|
147
|
-
|
|
148
|
-
|
|
26
|
+
cufon cufontext {
|
|
27
|
+
display: -moz-inline-box !important;
|
|
28
|
+
display: inline-block !important;
|
|
29
|
+
width: 0 !important;
|
|
30
|
+
height: 0 !important;
|
|
31
|
+
overflow: hidden !important;
|
|
32
|
+
text-indent: -10000in !important;
|
|
33
|
+
}
|
|
149
34
|
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
35
|
+
cufon canvas {
|
|
36
|
+
position: relative !important;
|
|
37
|
+
}
|
|
38
|
+
}
|
|
153
39
|
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
end
|
|
159
|
-
end
|
|
160
|
-
end</code></div>
|
|
161
|
-
<p>The current_user method is also available in Portlets (maybe), as well as in the view files for both portlets and templates.</p>
|
|
162
|
-
<h3>Understanding Guest users
|
|
163
|
-
Many visitors to a <span class="caps">CMS</span> site will not be logged in. These users are considered to be members of a special group, called ‘Guest’. This
|
|
164
|
-
group allows staff to set permissions for denying entry to specific sections. When you call the following:</h3>
|
|
165
|
-
<div class="code_container"><code class="ruby">user = current_user</code></div>
|
|
166
|
-
<p>if there the user is not logged in, a
|
|
167
|
-
dirty_workaround_for_notextile_2
|
|
168
|
-
object will be returned. This user has all the permissions of the guest group, which are
|
|
169
|
-
usually limited to viewing public sections.</p>
|
|
170
|
-
<h2>Working with the Content <span class="caps">API</span>
|
|
171
|
-
One of the central features that the content <span class="caps">API</span> adds to models is versioning and publishing. Each content block can either be published or in draft. The data for a block is split between two tables, the primary table and it’s version table. The primary table
|
|
172
|
-
stores the ‘live’ version of a block, typically the last ‘Published’ version of a block. The versions table stores all other versions, including future edits which are unpublished.</h2>
|
|
173
|
-
<h3>Differences between ActiveRecord and Content <span class="caps">API</span>
|
|
174
|
-
This can cause some confusion when using basic ActiveRecord operations, where you might not get what you expect. For example, suppose we create an Event Block</h3>
|
|
175
|
-
<div class="code_container"><code class="ruby">class Event < ActiveRecord::Base
|
|
176
|
-
acts_as_content_block
|
|
177
|
-
end
|
|
40
|
+
@media print {
|
|
41
|
+
cufon {
|
|
42
|
+
padding: 0 !important;
|
|
43
|
+
}
|
|
178
44
|
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
45
|
+
cufon canvas {
|
|
46
|
+
display: none !important;
|
|
47
|
+
}
|
|
48
|
+
}</style>
|
|
49
|
+
<script src="files/helvetica.js" type="text/javascript"></script>
|
|
50
|
+
<script src="files/bcmsorg.js" type="text/javascript"></script>
|
|
51
|
+
<title>Table of Contents</title>
|
|
52
|
+
</head>
|
|
53
|
+
<body>
|
|
182
54
|
|
|
183
|
-
|
|
184
|
-
<
|
|
185
|
-
<
|
|
186
|
-
|
|
187
|
-
event.publish! # This will both publish and save the record.
|
|
55
|
+
<div id="container">
|
|
56
|
+
<div id="header">
|
|
57
|
+
<h1 id="logo"><a href="http://www.staging.browsercms.org/"
|
|
58
|
+
title="Return to Home Page">Table of Contents</a></h1>
|
|
188
59
|
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
</
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
60
|
+
<div id="topnav">
|
|
61
|
+
<ul>
|
|
62
|
+
<li><a href="/">Home</a></li>
|
|
63
|
+
<li><a href="/demo">Demo</a></li>
|
|
64
|
+
<li><a href="/documentation" class="active">Documentation</a></li>
|
|
65
|
+
<li><a href="/extending">Extending</a></li>
|
|
66
|
+
<li><a href="/support">Support</a></li>
|
|
67
|
+
<li><a href="/blog">Blog</a></li>
|
|
68
|
+
<li><a href="/download">Download</a></li>
|
|
69
|
+
</ul>
|
|
70
|
+
|
|
71
|
+
</div>
|
|
72
|
+
</div>
|
|
73
|
+
<div id="content" class="clearfix">
|
|
74
|
+
<div id="subnav">
|
|
75
|
+
<ul class="breadcrumbs">
|
|
76
|
+
<li class="first first-child"><a
|
|
77
|
+
href="http://www.staging.browsercms.org/documentation">Documentation</a></li>
|
|
78
|
+
<li><a href="http://www.staging.browsercms.org/documentation/guides">Guides</a></li>
|
|
79
|
+
<li class="last-child">Table of Contents</li>
|
|
80
|
+
</ul>
|
|
81
|
+
</div>
|
|
82
|
+
<div id="sidenav_doc">
|
|
83
|
+
<h2 class="alt">
|
|
84
|
+
<cufon style="width: 58px; height: 23px;" alt="Table "
|
|
85
|
+
class="cufon cufon-canvas">
|
|
86
|
+
<canvas style="width: 77px; height: 23px;
|
|
87
|
+
top: 1px; left: -1px;" height="23" width="77"></canvas>
|
|
88
|
+
<cufontext>Table</cufontext>
|
|
89
|
+
</cufon>
|
|
90
|
+
<cufon
|
|
91
|
+
style="width: 25px; height: 23px;" alt="of " class="cufon cufon-canvas">
|
|
92
|
+
<canvas
|
|
93
|
+
style="width: 43px; height: 23px; top: 1px; left: -1px;" height="23"
|
|
94
|
+
width="43"></canvas>
|
|
95
|
+
<cufontext>of</cufontext>
|
|
96
|
+
</cufon>
|
|
97
|
+
<cufon
|
|
98
|
+
style="width: 84px; height: 23px;" alt="Contents" class="cufon
|
|
99
|
+
cufon-canvas">
|
|
100
|
+
<canvas style="width: 98px; height: 23px; top: 1px; left:
|
|
101
|
+
-1px;" height="23" width="98"></canvas>
|
|
102
|
+
<cufontext>Contents</cufontext>
|
|
103
|
+
</cufon>
|
|
104
|
+
</h2>
|
|
105
|
+
<div id="menu" class="menu">
|
|
106
|
+
<ul>
|
|
107
|
+
<li id="section_6" class="depth-1 first open first-child">
|
|
108
|
+
<a
|
|
109
|
+
href="http://www.staging.browsercms.org/documentation/guides/table-of-contents/installing-browsercms">Installing
|
|
110
|
+
BrowserCMS</a>
|
|
111
|
+
<ul>
|
|
112
|
+
<li id="page_11" class="depth-2 first last last-child
|
|
113
|
+
first-child">
|
|
114
|
+
<a
|
|
115
|
+
href="http://www.staging.browsercms.org/documentation/guides/table-of-contents/installing-browsercms/things-you-need-first">Things
|
|
116
|
+
you need first</a>
|
|
117
|
+
</li>
|
|
118
|
+
</ul>
|
|
119
|
+
</li>
|
|
120
|
+
<li id="section_7" class="depth-1 last open final">
|
|
121
|
+
<a
|
|
122
|
+
href="http://www.staging.browsercms.org/documentation/guides/table-of-contents/trying-out-browsercms">Trying
|
|
123
|
+
Out BrowserCMS</a>
|
|
124
|
+
<ul>
|
|
125
|
+
<li id="page_14" class="depth-2 first first-child">
|
|
126
|
+
<a
|
|
127
|
+
href="http://www.staging.browsercms.org/documentation/guides/table-of-contents/trying-out-browsercms/with-sqlite3">With
|
|
128
|
+
SQLite3</a>
|
|
129
|
+
</li>
|
|
130
|
+
<li id="page_15" class="depth-2">
|
|
131
|
+
<a
|
|
132
|
+
href="http://www.staging.browsercms.org/documentation/guides/table-of-contents/trying-out-browsercms/with-mysql">With
|
|
133
|
+
MySQL</a>
|
|
134
|
+
</li>
|
|
135
|
+
<li id="page_16" class="depth-2 last last-child final">
|
|
136
|
+
<a
|
|
137
|
+
href="http://www.staging.browsercms.org/documentation/guides/table-of-contents/trying-out-browsercms/using-your-site">Using
|
|
138
|
+
your Site</a>
|
|
139
|
+
</li>
|
|
140
|
+
</ul>
|
|
141
|
+
</li>
|
|
142
|
+
</ul>
|
|
198
143
|
</div>
|
|
199
|
-
</body>
|
|
200
|
-
</html>
|
|
201
144
|
|
|
145
|
+
</div>
|
|
146
|
+
<div id="main_doc">
|
|
147
|
+
|
|
148
|
+
<h2>
|
|
149
|
+
<cufon style="width: 73px; height: 23px;" alt="Header "
|
|
150
|
+
class="cufon cufon-canvas">
|
|
151
|
+
<canvas style="width: 92px; height: 23px;
|
|
152
|
+
top: 1px; left: -1px;" height="23" width="92"></canvas>
|
|
153
|
+
<cufontext>Header
|
|
154
|
+
</cufontext>
|
|
155
|
+
</cufon>
|
|
156
|
+
<cufon style="width: 12px; height: 23px;" alt="2"
|
|
157
|
+
class="cufon cufon-canvas">
|
|
158
|
+
<canvas style="width: 25px; height: 23px;
|
|
159
|
+
top: 1px; left: -1px;" height="23" width="25"></canvas>
|
|
160
|
+
<cufontext>2</cufontext>
|
|
161
|
+
</cufon>
|
|
162
|
+
</h2>
|
|
163
|
+
<h2 class="alt">
|
|
164
|
+
<cufon style="width: 73px; height: 23px;" alt="Header "
|
|
165
|
+
class="cufon cufon-canvas">
|
|
166
|
+
<canvas style="width: 92px; height: 23px;
|
|
167
|
+
top: 1px; left: -1px;" height="23" width="92"></canvas>
|
|
168
|
+
<cufontext>Header
|
|
169
|
+
</cufontext>
|
|
170
|
+
</cufon>
|
|
171
|
+
<cufon style="width: 18px; height: 23px;" alt="2 "
|
|
172
|
+
class="cufon cufon-canvas">
|
|
173
|
+
<canvas style="width: 36px; height: 23px;
|
|
174
|
+
top: 1px; left: -1px;" height="23" width="36"></canvas>
|
|
175
|
+
<cufontext>2</cufontext>
|
|
176
|
+
</cufon>
|
|
177
|
+
<cufon
|
|
178
|
+
style="width: 27px; height: 23px;" alt="Alt" class="cufon cufon-canvas">
|
|
179
|
+
<canvas
|
|
180
|
+
style="width: 44px; height: 23px; top: 1px; left: -1px;" height="23"
|
|
181
|
+
width="44"></canvas>
|
|
182
|
+
<cufontext>Alt</cufontext>
|
|
183
|
+
</cufon>
|
|
184
|
+
</h2>
|
|
185
|
+
<h2 class="brdr">
|
|
186
|
+
<cufon style="width: 73px; height: 23px;" alt="Header "
|
|
187
|
+
class="cufon cufon-canvas">
|
|
188
|
+
<canvas style="width: 92px; height: 23px;
|
|
189
|
+
top: 1px; left: -1px;" height="23" width="92"></canvas>
|
|
190
|
+
<cufontext>Header
|
|
191
|
+
</cufontext>
|
|
192
|
+
</cufon>
|
|
193
|
+
<cufon style="width: 18px; height: 23px;" alt="2 "
|
|
194
|
+
class="cufon cufon-canvas">
|
|
195
|
+
<canvas style="width: 36px; height: 23px;
|
|
196
|
+
top: 1px; left: -1px;" height="23" width="36"></canvas>
|
|
197
|
+
<cufontext>2</cufontext>
|
|
198
|
+
</cufon>
|
|
199
|
+
<cufon
|
|
200
|
+
style="width: 91px; height: 23px;" alt="Underline" class="cufon
|
|
201
|
+
cufon-canvas">
|
|
202
|
+
<canvas style="width: 104px; height: 23px; top: 1px; left:
|
|
203
|
+
-1px;" height="23" width="104"></canvas>
|
|
204
|
+
<cufontext>Underline</cufontext>
|
|
205
|
+
</cufon>
|
|
206
|
+
</h2>
|
|
207
|
+
<h3>
|
|
208
|
+
<cufon style="width: 51px; height: 16px;" alt="Header " class="cufon
|
|
209
|
+
cufon-canvas">
|
|
210
|
+
<canvas style="width: 64px; height: 16px; top: 0px; left:
|
|
211
|
+
0px;" height="16" width="64"></canvas>
|
|
212
|
+
<cufontext>Header</cufontext>
|
|
213
|
+
</cufon>
|
|
214
|
+
<cufon
|
|
215
|
+
style="width: 8px; height: 16px;" alt="3" class="cufon cufon-canvas">
|
|
216
|
+
<canvas
|
|
217
|
+
style="width: 18px; height: 16px; top: 0px; left: 0px;" height="16"
|
|
218
|
+
width="18"></canvas>
|
|
219
|
+
<cufontext>3</cufontext>
|
|
220
|
+
</cufon>
|
|
221
|
+
</h3>
|
|
222
|
+
<h3 class="alt">
|
|
223
|
+
<cufon style="width: 51px; height: 16px;" alt="Header "
|
|
224
|
+
class="cufon cufon-canvas">
|
|
225
|
+
<canvas style="width: 64px; height: 16px;
|
|
226
|
+
top: 0px; left: 0px;" height="16" width="64"></canvas>
|
|
227
|
+
<cufontext>Header</cufontext>
|
|
228
|
+
</cufon>
|
|
229
|
+
<cufon
|
|
230
|
+
style="width: 12px; height: 16px;" alt="3 " class="cufon cufon-canvas">
|
|
231
|
+
<canvas
|
|
232
|
+
style="width: 25px; height: 16px; top: 0px; left: 0px;" height="16"
|
|
233
|
+
width="25"></canvas>
|
|
234
|
+
<cufontext>3</cufontext>
|
|
235
|
+
</cufon>
|
|
236
|
+
<cufon
|
|
237
|
+
style="width: 19px; height: 16px;" alt="Alt" class="cufon cufon-canvas">
|
|
238
|
+
<canvas
|
|
239
|
+
style="width: 31px; height: 16px; top: 0px; left: 0px;" height="16"
|
|
240
|
+
width="31"></canvas>
|
|
241
|
+
<cufontext>Alt</cufontext>
|
|
242
|
+
</cufon>
|
|
243
|
+
</h3>
|
|
244
|
+
<h3 class="brdr">
|
|
245
|
+
<cufon style="width: 51px; height: 16px;" alt="Header "
|
|
246
|
+
class="cufon cufon-canvas">
|
|
247
|
+
<canvas style="width: 64px; height: 16px;
|
|
248
|
+
top: 0px; left: 0px;" height="16" width="64"></canvas>
|
|
249
|
+
<cufontext>Header</cufontext>
|
|
250
|
+
</cufon>
|
|
251
|
+
<cufon
|
|
252
|
+
style="width: 12px; height: 16px;" alt="3 " class="cufon cufon-canvas">
|
|
253
|
+
<canvas
|
|
254
|
+
style="width: 25px; height: 16px; top: 0px; left: 0px;" height="16"
|
|
255
|
+
width="25"></canvas>
|
|
256
|
+
<cufontext>3</cufontext>
|
|
257
|
+
</cufon>
|
|
258
|
+
<cufon
|
|
259
|
+
style="width: 63px; height: 16px;" alt="Underline" class="cufon
|
|
260
|
+
cufon-canvas">
|
|
261
|
+
<canvas style="width: 73px; height: 16px; top: 0px; left:
|
|
262
|
+
0px;" height="16" width="73"></canvas>
|
|
263
|
+
<cufontext>Underline</cufontext>
|
|
264
|
+
</cufon>
|
|
265
|
+
</h3>
|
|
266
|
+
<h4>
|
|
267
|
+
<cufon style="width: 45px; height: 14px;" alt="Header " class="cufon
|
|
268
|
+
cufon-canvas">
|
|
269
|
+
<canvas style="width: 56px; height: 14px; top: 0px; left:
|
|
270
|
+
0px;" height="14" width="56"></canvas>
|
|
271
|
+
<cufontext>Header</cufontext>
|
|
272
|
+
</cufon>
|
|
273
|
+
<cufon
|
|
274
|
+
style="width: 7px; height: 14px;" alt="4" class="cufon cufon-canvas">
|
|
275
|
+
<canvas
|
|
276
|
+
style="width: 15px; height: 14px; top: 0px; left: 0px;" height="14"
|
|
277
|
+
width="15"></canvas>
|
|
278
|
+
<cufontext>4</cufontext>
|
|
279
|
+
</cufon>
|
|
280
|
+
</h4>
|
|
281
|
+
<h4 class="alt">
|
|
282
|
+
<cufon style="width: 45px; height: 14px;" alt="Header "
|
|
283
|
+
class="cufon cufon-canvas">
|
|
284
|
+
<canvas style="width: 56px; height: 14px;
|
|
285
|
+
top: 0px; left: 0px;" height="14" width="56"></canvas>
|
|
286
|
+
<cufontext>Header</cufontext>
|
|
287
|
+
</cufon>
|
|
288
|
+
<cufon
|
|
289
|
+
style="width: 11px; height: 14px;" alt="4 " class="cufon cufon-canvas">
|
|
290
|
+
<canvas
|
|
291
|
+
style="width: 22px; height: 14px; top: 0px; left: 0px;" height="14"
|
|
292
|
+
width="22"></canvas>
|
|
293
|
+
<cufontext>4</cufontext>
|
|
294
|
+
</cufon>
|
|
295
|
+
<cufon
|
|
296
|
+
style="width: 16px; height: 14px;" alt="Alt" class="cufon cufon-canvas">
|
|
297
|
+
<canvas
|
|
298
|
+
style="width: 27px; height: 14px; top: 0px; left: 0px;" height="14"
|
|
299
|
+
width="27"></canvas>
|
|
300
|
+
<cufontext>Alt</cufontext>
|
|
301
|
+
</cufon>
|
|
302
|
+
</h4>
|
|
303
|
+
<h4 class="brdr">
|
|
304
|
+
<cufon style="width: 45px; height: 14px;" alt="Header "
|
|
305
|
+
class="cufon cufon-canvas">
|
|
306
|
+
<canvas style="width: 56px; height: 14px;
|
|
307
|
+
top: 0px; left: 0px;" height="14" width="56"></canvas>
|
|
308
|
+
<cufontext>Header</cufontext>
|
|
309
|
+
</cufon>
|
|
310
|
+
<cufon
|
|
311
|
+
style="width: 11px; height: 14px;" alt="4 " class="cufon cufon-canvas">
|
|
312
|
+
<canvas
|
|
313
|
+
style="width: 22px; height: 14px; top: 0px; left: 0px;" height="14"
|
|
314
|
+
width="22"></canvas>
|
|
315
|
+
<cufontext>4</cufontext>
|
|
316
|
+
</cufon>
|
|
317
|
+
<cufon
|
|
318
|
+
style="width: 55px; height: 14px;" alt="Underline" class="cufon
|
|
319
|
+
cufon-canvas">
|
|
320
|
+
<canvas style="width: 64px; height: 14px; top: 0px; left:
|
|
321
|
+
0px;" height="14" width="64"></canvas>
|
|
322
|
+
<cufontext>Underline</cufontext>
|
|
323
|
+
</cufon>
|
|
324
|
+
</h4>
|
|
325
|
+
<h5>
|
|
326
|
+
<cufon style="width: 35px; height: 11px;" alt="Header " class="cufon
|
|
327
|
+
cufon-canvas">
|
|
328
|
+
<canvas style="width: 44px; height: 11px; top: 0px; left:
|
|
329
|
+
0px;" height="11" width="44"></canvas>
|
|
330
|
+
<cufontext>Header</cufontext>
|
|
331
|
+
</cufon>
|
|
332
|
+
<cufon
|
|
333
|
+
style="width: 6px; height: 11px;" alt="5" class="cufon cufon-canvas">
|
|
334
|
+
<canvas
|
|
335
|
+
style="width: 12px; height: 11px; top: 0px; left: 0px;" height="11"
|
|
336
|
+
width="12"></canvas>
|
|
337
|
+
<cufontext>5</cufontext>
|
|
338
|
+
</cufon>
|
|
339
|
+
</h5>
|
|
340
|
+
<h5 class="alt">
|
|
341
|
+
<cufon style="width: 35px; height: 11px;" alt="Header "
|
|
342
|
+
class="cufon cufon-canvas">
|
|
343
|
+
<canvas style="width: 44px; height: 11px;
|
|
344
|
+
top: 0px; left: 0px;" height="11" width="44"></canvas>
|
|
345
|
+
<cufontext>Header</cufontext>
|
|
346
|
+
</cufon>
|
|
347
|
+
<cufon
|
|
348
|
+
style="width: 9px; height: 11px;" alt="5 " class="cufon cufon-canvas">
|
|
349
|
+
<canvas
|
|
350
|
+
style="width: 18px; height: 11px; top: 0px; left: 0px;" height="11"
|
|
351
|
+
width="18"></canvas>
|
|
352
|
+
<cufontext>5</cufontext>
|
|
353
|
+
</cufon>
|
|
354
|
+
<cufon
|
|
355
|
+
style="width: 13px; height: 11px;" alt="Alt" class="cufon cufon-canvas">
|
|
356
|
+
<canvas
|
|
357
|
+
style="width: 21px; height: 11px; top: 0px; left: 0px;" height="11"
|
|
358
|
+
width="21"></canvas>
|
|
359
|
+
<cufontext>Alt</cufontext>
|
|
360
|
+
</cufon>
|
|
361
|
+
</h5>
|
|
362
|
+
<h5 class="brdr">
|
|
363
|
+
<cufon style="width: 35px; height: 11px;" alt="Header "
|
|
364
|
+
class="cufon cufon-canvas">
|
|
365
|
+
<canvas style="width: 44px; height: 11px;
|
|
366
|
+
top: 0px; left: 0px;" height="11" width="44"></canvas>
|
|
367
|
+
<cufontext>Header</cufontext>
|
|
368
|
+
</cufon>
|
|
369
|
+
<cufon
|
|
370
|
+
style="width: 9px; height: 11px;" alt="5 " class="cufon cufon-canvas">
|
|
371
|
+
<canvas
|
|
372
|
+
style="width: 18px; height: 11px; top: 0px; left: 0px;" height="11"
|
|
373
|
+
width="18"></canvas>
|
|
374
|
+
<cufontext>5</cufontext>
|
|
375
|
+
</cufon>
|
|
376
|
+
<cufon
|
|
377
|
+
style="width: 44px; height: 11px;" alt="Underline" class="cufon
|
|
378
|
+
cufon-canvas">
|
|
379
|
+
<canvas style="width: 50px; height: 11px; top: 0px; left:
|
|
380
|
+
0px;" height="11" width="50"></canvas>
|
|
381
|
+
<cufontext>Underline</cufontext>
|
|
382
|
+
</cufon>
|
|
383
|
+
</h5>
|
|
384
|
+
<p>
|
|
385
|
+
<code>I am code<br>
|
|
386
|
+
I can expand as needed<br>
|
|
387
|
+
with my content<br>
|
|
388
|
+
</code></p>
|
|
389
|
+
|
|
390
|
+
<p>
|
|
391
|
+
<code class="mono">I am monotone code<br>
|
|
392
|
+
I can expand too<br>
|
|
393
|
+
</code></p>
|
|
394
|
+
|
|
395
|
+
<div class="info">
|
|
396
|
+
I am info<br>
|
|
397
|
+
again, can expand with content<br>
|
|
398
|
+
as I grow
|
|
399
|
+
</div>
|
|
400
|
+
<div class="warn">
|
|
401
|
+
I am warning<br>
|
|
402
|
+
repetition is nice when it <br>
|
|
403
|
+
comes to demonstrating expansion<br>
|
|
404
|
+
of elements
|
|
405
|
+
</div>
|
|
406
|
+
<ul class="list">
|
|
407
|
+
<li class="first-child">
|
|
408
|
+
list item 1
|
|
409
|
+
</li>
|
|
410
|
+
<li class="last-child">
|
|
411
|
+
list item 2
|
|
412
|
+
</li>
|
|
413
|
+
</ul>
|
|
414
|
+
<ul class="disc">
|
|
415
|
+
<li class="first-child">
|
|
416
|
+
disc list item 1
|
|
417
|
+
</li>
|
|
418
|
+
<li class="last-child">
|
|
419
|
+
disc list item 2
|
|
420
|
+
</li>
|
|
421
|
+
</ul>
|
|
422
|
+
<ul class="flat-list">
|
|
423
|
+
<li class="first-child">
|
|
424
|
+
flat-list item 1
|
|
425
|
+
</li>
|
|
426
|
+
<li class="last-child">
|
|
427
|
+
flat-list item 2
|
|
428
|
+
</li>
|
|
429
|
+
</ul>
|
|
430
|
+
<p class="clearfix">
|
|
431
|
+
clearing paragraph block (has margins)</p>
|
|
432
|
+
|
|
433
|
+
<div class="clearfix">
|
|
434
|
+
cleearing regular block (no margins)
|
|
435
|
+
</div>
|
|
436
|
+
|
|
437
|
+
|
|
438
|
+
</div>
|
|
439
|
+
</div>
|
|
440
|
+
<div id="footer">
|
|
441
|
+
<ul>
|
|
442
|
+
<li class="first-child"><a href="">BrowserMedia Home</a></li>
|
|
443
|
+
<li><a href="">BrowserCMS Home</a></li>
|
|
444
|
+
<li><a href="">Sitemap</a></li>
|
|
445
|
+
<li class="last-child"><a href="">Contact Us</a></li>
|
|
446
|
+
</ul>
|
|
447
|
+
<p class="copynotice">© 1998-2010 BrowserMedia, LLC. All Rights
|
|
448
|
+
Reserved.</p>
|
|
449
|
+
</div>
|
|
450
|
+
</div>
|
|
451
|
+
<script type="text/javascript">
|
|
452
|
+
//<![CDATA[
|
|
453
|
+
bcmsOrg.init();
|
|
454
|
+
//]]>
|
|
455
|
+
</script>
|
|
456
|
+
</body>
|
|
457
|
+
</html>
|