SlideShare une entreprise Scribd logo
1  sur  11
Télécharger pour lire hors ligne
www.siteforum.com/design
Social Networking for Business
SITEFORUM®
MasterSets / DesignSets
Colors / Background-Images
CSS-Modules
Master-Design
Design-Templates
Application Links
Design-Modules
Design-Attributes
Design-Tools
SITEFORUM Design
This summary gives an introduction and an
overview on the basic functionalities and
areas of the SITEFORUM design.
The more skills in HTML, CSS and XSL you
have, the better you can use the following
scopes for individual customizations.
www.siteforum.com/design
Social Networking for Business
SITEFORUM®
SITEFORUM MasterSets
MasterSets
DesignSets
A "MasterSet" is a predefined combination
of colors, fonts, logos, and layouts. Various
sets can be selected. Further individual
MasterSets can be generated via
import/export facilities.
After selecting a MasterSet different color
options are available. Two CSS modules
are linked together. (Colors and
Background Images)
www.siteforum.com/design
Social Networking for Business
SITEFORUM®
SITEFORUM Colors / Background-Images
Colors
For an individual customization of color settings
there is a "simple mode" where assignments
can be made without CSS and HTML skills.
Colors are classified according to the portal
areas:
- general background and font colors
- main menus
- sub menus
- applications
- date and profile box
- newsflash
- story- and product-templates
- dialogs and tables in dialogs
- gateway boxes
CSS-Editor
The CSS editor allows the creation of own
classes, values and properties.
www.siteforum.com/design
Social Networking for Business
SITEFORUM®
CSS-Modules
The complex usage of CSS classes and
definitions in the complete design requires
a classification.
The most important classification which is
also operative with the switch of
DesignSets is the division of colors,
background images and layouts.
Furthermore there are CSS modules for the
different design modules available that -
dependent on its usage – can be linked or
copied to the own portal from a global
"library" to allow individual customizations.
Via the @import feature several CSS files
can be combined in order to only need to
link the design.css file.
SITEFORUM CSS-Modules
<!DOCTYPE...>
<html><head><title>Portalname</title>
<meta ....>
</head><body>
<link rel="stylesheet" href="/design/design.css"
type="text/css" >
design.css
modules.csscolors.css layout.css
userdefined colors
(old colors and fonts)
userdefined
layout
css modules
copied module
mainMenus.css
searchBox.csslink
positionPath.csslink
module link
module link
www.siteforum.com/design
Social Networking for Business
SITEFORUM®
SITEFORUM Master-Design
Master-Design
The Master Design defines the basic
structure of the complete visible portal.
Available "Design Modules" components
are positioned into the HTML source code.
The $content area is the main area where
content is switched. All other available
placeholders are listed and described in an
overview. The source code corresponds to
the code between the <body> tags.
The HTML header is defined in a special
desin module.
In general there is always one Master
Design. Via Design attribute conditions
various Master Designs can be addressed
in order to e.g. use a different layout for the
online shop.
<div id="sfsExample">
<div id="sfsHeader">
$mainMenus
$applications
</div>
<div id="sfsMainContent">
<div id="sfsNavigation">
$subMenuRows
$iconMenus
$dateANDprofile
</div>
<div id="sfsContent">
<div id="sfsContentIn">$content</div>
</div>
</div>
</div>
$content
$mainMenus
$subMenuRows
$searchBox
$logoLeft
www.siteforum.com/design
Social Networking for Business
SITEFORUM®
SITEFORUM Design-Templates
Design-Templates
More design templates can be created for
the main area ($content) of the dynamic
portal content. Those individual templates
can be selected e.g. by editors for stories
and allow a separation of content and
design.
<div class="sfsStoryContainer">
<div class="sfsStoryTop">
<h1 class="headline">$StoryName</h1>
</div>
<div class="sfsStoryContent">
<div class="shortDesc">$desc_short</div>
<div class="text">$desc_long</div>
</div>
</div>
$desc_long $var1
$desc_short
$StoryName
$image1
www.siteforum.com/design
Social Networking for Business
SITEFORUM®
SITEFORUM Design-Templates
Story-Templates
To list story articles within one menu the
portal provides story templates and story
intro templates. A story template defines the
layout of the complete story and is displayed
when the story is assigned as lead story or is
directly addressed.
Story-Intro-Templates
If several stories are assigned to the same
menu they are listed as "intros". An intro
template defines the multiple display with or
without image, simple or complex listing. If a
lead story is assigned to the same menu the
story template of this story is displayed as
the "header" whereas all other stories are
listed as intros below.
www.siteforum.com/design
Social Networking for Business
SITEFORUM®
SITEFORUM Application Links
Application Links
Along with menus for the CMS area and
catalogues for the shop there is a big amount
of links to SITFORUM applications. These are
assigned as application links to the individual
areas in the layout. The assignment to the
design modules controls the main position.
Furthermore individual and external
application links can be created, e.g. to link to
www.google.com.
Every design module can include a list of
different content menus and application links.
Example: Start | Shop | Menu =
2 Application links + 1 Menu link
$mainMenus
$searchBox
$iconMenus
$applications
Home | Aktives Hauptmenü | Inaktives Hauptmenü
Sitemap
P. Manager
Persönlicher
Bereich
Online Shop | Forum | Blogs | DMS
$content
www.siteforum.com/design
Social Networking for Business
SITEFORUM®
Design-Modules
Parameter #1 Beginn
Parameter #2 Aktiver Link
Parameter #3 Inaktiver Link
Parameter #4 Trennzeichen
Parameter #5 Ende
Menu links and application links are provided
dynamically depending on the permissions
of the end user.
To allow a flexible individual design
customization for these listings in menu
modules there are different parameters of
each module. For the layout of a "menu loop"
there are e.g. start and end parameters,
active and inactive areas and separators.
Begin
Separator
Separator
End
Active link
Inactive link
Inactive link
Home | Aktives Hauptmenü | Inaktives Hauptmenü
Sitemap
Online Shop | Forum | Blogs | DMS
SITEFORUM Design-Modules
<div id="sfsApplications"><ul>
<li class="active"><a href=" "> </a></li>$link $name
<li><a href=" "> </a></li>$link $name
bei einfachen Darstellungen z.B. |
</ul></div>
www.siteforum.com/design
Social Networking for Business
SITEFORUM®
Design-Attributes
The mostly static defined Master Design
can be heavily dynamized by adding
design attributes. This allows e.g. the
presentation of different headers, colors or
news areas depending on predefined
attribute conditions.
These conditions allow plenty variations
and combinations, e.g. with
- menus
- catalogues
- languages
- applications
- browsers
- domains
- times of day
$content
$designAttribute:header
$designAttribute:news
$designAttribute:banner
SITEFORUM Design-Attributes
www.siteforum.com/design
Social Networking for Business
SITEFORUM®
Color Calculator
SITEFORUM Design-Tools
CSS-Declarationspx:em Calculator
Image colors, image scaling HTML special characters

Contenu connexe

En vedette

Arch Final Resume Ag
Arch Final Resume AgArch Final Resume Ag
Arch Final Resume Agannegrima
 
SITEFORUM Design Attribute
SITEFORUM Design AttributeSITEFORUM Design Attribute
SITEFORUM Design Attributeanuvito
 
SITEFORUM CSS Module
SITEFORUM CSS ModuleSITEFORUM CSS Module
SITEFORUM CSS Moduleanuvito
 
Twestival - Twitter For Charities
Twestival - Twitter For CharitiesTwestival - Twitter For Charities
Twestival - Twitter For CharitiesJaz Cummins
 
Jonathan's Bar Mitzvah Slide Show - 01/16/10
Jonathan's Bar Mitzvah Slide Show - 01/16/10Jonathan's Bar Mitzvah Slide Show - 01/16/10
Jonathan's Bar Mitzvah Slide Show - 01/16/10guest8298c2c
 
2010 YEF Program Introduction
2010 YEF Program Introduction2010 YEF Program Introduction
2010 YEF Program IntroductionJason Lu
 
Лучшие советы для здорового образа жизни
Лучшие советы для здорового образа жизниЛучшие советы для здорового образа жизни
Лучшие советы для здорового образа жизниNatalie Didenko
 
30 дней со смузи
30 дней со смузи30 дней со смузи
30 дней со смузиNatalie Didenko
 
2-й Луч Любви и Мудрости
2-й Луч Любви и Мудрости2-й Луч Любви и Мудрости
2-й Луч Любви и МудростиNatalie Didenko
 
Skype | Modrá kobliha: Case Study
Skype | Modrá kobliha: Case StudySkype | Modrá kobliha: Case Study
Skype | Modrá kobliha: Case StudyDataConsult
 
2010 YEF簡介
2010 YEF簡介2010 YEF簡介
2010 YEF簡介Jason Lu
 
История внедрения российскийх продуктов на АЗТМ
История внедрения российскийх продуктов на АЗТМИстория внедрения российскийх продуктов на АЗТМ
История внедрения российскийх продуктов на АЗТМNatalie Didenko
 
Modelo de Analisis y Propuestas
Modelo de Analisis y PropuestasModelo de Analisis y Propuestas
Modelo de Analisis y PropuestasLuis Reinoso
 

En vedette (16)

Arch Final Resume Ag
Arch Final Resume AgArch Final Resume Ag
Arch Final Resume Ag
 
SITEFORUM Design Attribute
SITEFORUM Design AttributeSITEFORUM Design Attribute
SITEFORUM Design Attribute
 
SITEFORUM CSS Module
SITEFORUM CSS ModuleSITEFORUM CSS Module
SITEFORUM CSS Module
 
Twestival - Twitter For Charities
Twestival - Twitter For CharitiesTwestival - Twitter For Charities
Twestival - Twitter For Charities
 
3 g
3 g3 g
3 g
 
Jonathan's Bar Mitzvah Slide Show - 01/16/10
Jonathan's Bar Mitzvah Slide Show - 01/16/10Jonathan's Bar Mitzvah Slide Show - 01/16/10
Jonathan's Bar Mitzvah Slide Show - 01/16/10
 
2010 YEF Program Introduction
2010 YEF Program Introduction2010 YEF Program Introduction
2010 YEF Program Introduction
 
Лучшие советы для здорового образа жизни
Лучшие советы для здорового образа жизниЛучшие советы для здорового образа жизни
Лучшие советы для здорового образа жизни
 
30 дней со смузи
30 дней со смузи30 дней со смузи
30 дней со смузи
 
Segway human transporter
Segway human transporterSegway human transporter
Segway human transporter
 
2-й Луч Любви и Мудрости
2-й Луч Любви и Мудрости2-й Луч Любви и Мудрости
2-й Луч Любви и Мудрости
 
Skype | Modrá kobliha: Case Study
Skype | Modrá kobliha: Case StudySkype | Modrá kobliha: Case Study
Skype | Modrá kobliha: Case Study
 
C3 cp 2013_base
C3 cp 2013_baseC3 cp 2013_base
C3 cp 2013_base
 
2010 YEF簡介
2010 YEF簡介2010 YEF簡介
2010 YEF簡介
 
История внедрения российскийх продуктов на АЗТМ
История внедрения российскийх продуктов на АЗТМИстория внедрения российскийх продуктов на АЗТМ
История внедрения российскийх продуктов на АЗТМ
 
Modelo de Analisis y Propuestas
Modelo de Analisis y PropuestasModelo de Analisis y Propuestas
Modelo de Analisis y Propuestas
 

Similaire à SITEFORUM Design Introduction

Creating Style Guides with Modularity in Mind
Creating Style Guides with Modularity in MindCreating Style Guides with Modularity in Mind
Creating Style Guides with Modularity in MindNadya Rodionenko
 
Lotus Notes Blog Template
Lotus Notes Blog TemplateLotus Notes Blog Template
Lotus Notes Blog Templateprojectdxguy
 
Spsnyc 2011 getting started with share point branding
Spsnyc 2011 getting started with share point brandingSpsnyc 2011 getting started with share point branding
Spsnyc 2011 getting started with share point brandingThomas Daly
 
Blog It Up, Baby! Extending the new IBM Lotus Domino Blog Template
Blog It Up, Baby! Extending the new IBM Lotus Domino Blog TemplateBlog It Up, Baby! Extending the new IBM Lotus Domino Blog Template
Blog It Up, Baby! Extending the new IBM Lotus Domino Blog TemplateSean Burgess
 
Intermediate Web Design.doc
Intermediate Web Design.docIntermediate Web Design.doc
Intermediate Web Design.docbutest
 
Intermediate Web Design.doc
Intermediate Web Design.docIntermediate Web Design.doc
Intermediate Web Design.docbutest
 
Introduction to Branding SharePoint
Introduction to Branding SharePointIntroduction to Branding SharePoint
Introduction to Branding SharePointK.Mohamed Faizal
 
Vanilla Forums Theme Guide
Vanilla Forums Theme GuideVanilla Forums Theme Guide
Vanilla Forums Theme GuideVanilla Forums
 
Introduction to-concrete-5
Introduction to-concrete-5Introduction to-concrete-5
Introduction to-concrete-5Ketan Raval
 
Introduction to-concrete-5
Introduction to-concrete-5Introduction to-concrete-5
Introduction to-concrete-5ketanraval
 
SPSVB 1 7-2012 - getting started with share point branding
SPSVB 1 7-2012 - getting started with share point brandingSPSVB 1 7-2012 - getting started with share point branding
SPSVB 1 7-2012 - getting started with share point brandingThomas Daly
 
Share point 2010-uiimprovements
Share point 2010-uiimprovementsShare point 2010-uiimprovements
Share point 2010-uiimprovementsLiquidHub
 
Best practice for magento theming by shrikant vaghela
Best practice for magento theming by shrikant vaghelaBest practice for magento theming by shrikant vaghela
Best practice for magento theming by shrikant vaghelavijaygolani
 
Netsuite e commerce training doc
Netsuite e commerce training docNetsuite e commerce training doc
Netsuite e commerce training docShaily Dubey
 
Using Tailwind Shadow: An Easy Guide to Custom Shadows - Blogs
Using Tailwind Shadow: An Easy Guide to Custom Shadows - BlogsUsing Tailwind Shadow: An Easy Guide to Custom Shadows - Blogs
Using Tailwind Shadow: An Easy Guide to Custom Shadows - BlogsRonDosh
 
Use Tailwind Select for Easy and Reliable Dropdowns - Blogs
Use Tailwind Select for Easy and Reliable Dropdowns - BlogsUse Tailwind Select for Easy and Reliable Dropdowns - Blogs
Use Tailwind Select for Easy and Reliable Dropdowns - BlogsRonDosh
 
Customizing IBM Connections 3.0 - LS11 AD304
Customizing IBM Connections 3.0 - LS11 AD304Customizing IBM Connections 3.0 - LS11 AD304
Customizing IBM Connections 3.0 - LS11 AD304malexanderIBM
 
Sitecore 10 XC SXA frontend development using the SXA Storefront Branded
Sitecore 10 XC SXA frontend development using the SXA Storefront BrandedSitecore 10 XC SXA frontend development using the SXA Storefront Branded
Sitecore 10 XC SXA frontend development using the SXA Storefront BrandedSerge van den Oever
 

Similaire à SITEFORUM Design Introduction (20)

Creating Style Guides with Modularity in Mind
Creating Style Guides with Modularity in MindCreating Style Guides with Modularity in Mind
Creating Style Guides with Modularity in Mind
 
Lotus Notes Blog Template
Lotus Notes Blog TemplateLotus Notes Blog Template
Lotus Notes Blog Template
 
Spsnyc 2011 getting started with share point branding
Spsnyc 2011 getting started with share point brandingSpsnyc 2011 getting started with share point branding
Spsnyc 2011 getting started with share point branding
 
Blog It Up, Baby! Extending the new IBM Lotus Domino Blog Template
Blog It Up, Baby! Extending the new IBM Lotus Domino Blog TemplateBlog It Up, Baby! Extending the new IBM Lotus Domino Blog Template
Blog It Up, Baby! Extending the new IBM Lotus Domino Blog Template
 
Intermediate Web Design.doc
Intermediate Web Design.docIntermediate Web Design.doc
Intermediate Web Design.doc
 
Intermediate Web Design.doc
Intermediate Web Design.docIntermediate Web Design.doc
Intermediate Web Design.doc
 
Introduction to Branding SharePoint
Introduction to Branding SharePointIntroduction to Branding SharePoint
Introduction to Branding SharePoint
 
Vanilla Forums Theme Guide
Vanilla Forums Theme GuideVanilla Forums Theme Guide
Vanilla Forums Theme Guide
 
Introduction to-concrete-5
Introduction to-concrete-5Introduction to-concrete-5
Introduction to-concrete-5
 
Introduction to-concrete-5
Introduction to-concrete-5Introduction to-concrete-5
Introduction to-concrete-5
 
SPSVB 1 7-2012 - getting started with share point branding
SPSVB 1 7-2012 - getting started with share point brandingSPSVB 1 7-2012 - getting started with share point branding
SPSVB 1 7-2012 - getting started with share point branding
 
Share point 2010-uiimprovements
Share point 2010-uiimprovementsShare point 2010-uiimprovements
Share point 2010-uiimprovements
 
Best practice for magento theming by shrikant vaghela
Best practice for magento theming by shrikant vaghelaBest practice for magento theming by shrikant vaghela
Best practice for magento theming by shrikant vaghela
 
Netsuite e commerce training doc
Netsuite e commerce training docNetsuite e commerce training doc
Netsuite e commerce training doc
 
ppt of MANOJ KUMAR.pptx
ppt of MANOJ KUMAR.pptxppt of MANOJ KUMAR.pptx
ppt of MANOJ KUMAR.pptx
 
Using Tailwind Shadow: An Easy Guide to Custom Shadows - Blogs
Using Tailwind Shadow: An Easy Guide to Custom Shadows - BlogsUsing Tailwind Shadow: An Easy Guide to Custom Shadows - Blogs
Using Tailwind Shadow: An Easy Guide to Custom Shadows - Blogs
 
Use Tailwind Select for Easy and Reliable Dropdowns - Blogs
Use Tailwind Select for Easy and Reliable Dropdowns - BlogsUse Tailwind Select for Easy and Reliable Dropdowns - Blogs
Use Tailwind Select for Easy and Reliable Dropdowns - Blogs
 
Customizing IBM Connections 3.0 - LS11 AD304
Customizing IBM Connections 3.0 - LS11 AD304Customizing IBM Connections 3.0 - LS11 AD304
Customizing IBM Connections 3.0 - LS11 AD304
 
Sitecore 10 XC SXA frontend development using the SXA Storefront Branded
Sitecore 10 XC SXA frontend development using the SXA Storefront BrandedSitecore 10 XC SXA frontend development using the SXA Storefront Branded
Sitecore 10 XC SXA frontend development using the SXA Storefront Branded
 
Orchard
OrchardOrchard
Orchard
 

Plus de anuvito

Romoe Content-Marketing für eine gezielte Kundenansprache
Romoe Content-Marketing für eine gezielte KundenanspracheRomoe Content-Marketing für eine gezielte Kundenansprache
Romoe Content-Marketing für eine gezielte Kundenanspracheanuvito
 
Marketing für Unternehmen im Bereich Restaurierung, Kunst und Denkmalpflege
Marketing für Unternehmen im Bereich Restaurierung, Kunst und DenkmalpflegeMarketing für Unternehmen im Bereich Restaurierung, Kunst und Denkmalpflege
Marketing für Unternehmen im Bereich Restaurierung, Kunst und Denkmalpflegeanuvito
 
Anuvito - art, projects and styles
Anuvito - art, projects and stylesAnuvito - art, projects and styles
Anuvito - art, projects and stylesanuvito
 
SITEFORUM Tutorial v7
SITEFORUM Tutorial v7SITEFORUM Tutorial v7
SITEFORUM Tutorial v7anuvito
 
Romoe Restauratoren Netzwerk
Romoe Restauratoren NetzwerkRomoe Restauratoren Netzwerk
Romoe Restauratoren Netzwerkanuvito
 
SITEFORUM Architecture
SITEFORUM ArchitectureSITEFORUM Architecture
SITEFORUM Architectureanuvito
 

Plus de anuvito (6)

Romoe Content-Marketing für eine gezielte Kundenansprache
Romoe Content-Marketing für eine gezielte KundenanspracheRomoe Content-Marketing für eine gezielte Kundenansprache
Romoe Content-Marketing für eine gezielte Kundenansprache
 
Marketing für Unternehmen im Bereich Restaurierung, Kunst und Denkmalpflege
Marketing für Unternehmen im Bereich Restaurierung, Kunst und DenkmalpflegeMarketing für Unternehmen im Bereich Restaurierung, Kunst und Denkmalpflege
Marketing für Unternehmen im Bereich Restaurierung, Kunst und Denkmalpflege
 
Anuvito - art, projects and styles
Anuvito - art, projects and stylesAnuvito - art, projects and styles
Anuvito - art, projects and styles
 
SITEFORUM Tutorial v7
SITEFORUM Tutorial v7SITEFORUM Tutorial v7
SITEFORUM Tutorial v7
 
Romoe Restauratoren Netzwerk
Romoe Restauratoren NetzwerkRomoe Restauratoren Netzwerk
Romoe Restauratoren Netzwerk
 
SITEFORUM Architecture
SITEFORUM ArchitectureSITEFORUM Architecture
SITEFORUM Architecture
 

Dernier

原版美国亚利桑那州立大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree
原版美国亚利桑那州立大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree原版美国亚利桑那州立大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree
原版美国亚利桑那州立大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degreeyuu sss
 
PORTFOLIO DE ARQUITECTURA CRISTOBAL HERAUD 2024
PORTFOLIO DE ARQUITECTURA CRISTOBAL HERAUD 2024PORTFOLIO DE ARQUITECTURA CRISTOBAL HERAUD 2024
PORTFOLIO DE ARQUITECTURA CRISTOBAL HERAUD 2024CristobalHeraud
 
8377877756 Full Enjoy @24/7 Call Girls in Nirman Vihar Delhi NCR
8377877756 Full Enjoy @24/7 Call Girls in Nirman Vihar Delhi NCR8377877756 Full Enjoy @24/7 Call Girls in Nirman Vihar Delhi NCR
8377877756 Full Enjoy @24/7 Call Girls in Nirman Vihar Delhi NCRdollysharma2066
 
1比1办理美国北卡罗莱纳州立大学毕业证成绩单pdf电子版制作修改
1比1办理美国北卡罗莱纳州立大学毕业证成绩单pdf电子版制作修改1比1办理美国北卡罗莱纳州立大学毕业证成绩单pdf电子版制作修改
1比1办理美国北卡罗莱纳州立大学毕业证成绩单pdf电子版制作修改yuu sss
 
CREATING A POSITIVE SCHOOL CULTURE CHAPTER 10
CREATING A POSITIVE SCHOOL CULTURE CHAPTER 10CREATING A POSITIVE SCHOOL CULTURE CHAPTER 10
CREATING A POSITIVE SCHOOL CULTURE CHAPTER 10uasjlagroup
 
Design principles on typography in design
Design principles on typography in designDesign principles on typography in design
Design principles on typography in designnooreen17
 
办理卡尔顿大学毕业证成绩单|购买加拿大文凭证书
办理卡尔顿大学毕业证成绩单|购买加拿大文凭证书办理卡尔顿大学毕业证成绩单|购买加拿大文凭证书
办理卡尔顿大学毕业证成绩单|购买加拿大文凭证书zdzoqco
 
2024新版美国旧金山州立大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree
2024新版美国旧金山州立大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree2024新版美国旧金山州立大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree
2024新版美国旧金山州立大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degreeyuu sss
 
cda.pptx critical discourse analysis ppt
cda.pptx critical discourse analysis pptcda.pptx critical discourse analysis ppt
cda.pptx critical discourse analysis pptMaryamAfzal41
 
专业一比一美国亚利桑那大学毕业证成绩单pdf电子版制作修改#真实工艺展示#真实防伪#diploma#degree
专业一比一美国亚利桑那大学毕业证成绩单pdf电子版制作修改#真实工艺展示#真实防伪#diploma#degree专业一比一美国亚利桑那大学毕业证成绩单pdf电子版制作修改#真实工艺展示#真实防伪#diploma#degree
专业一比一美国亚利桑那大学毕业证成绩单pdf电子版制作修改#真实工艺展示#真实防伪#diploma#degreeyuu sss
 
How to Empower the future of UX Design with Gen AI
How to Empower the future of UX Design with Gen AIHow to Empower the future of UX Design with Gen AI
How to Empower the future of UX Design with Gen AIyuj
 
Dubai Calls Girl Tapes O525547819 Real Tapes Escort Services Dubai
Dubai Calls Girl Tapes O525547819 Real Tapes Escort Services DubaiDubai Calls Girl Tapes O525547819 Real Tapes Escort Services Dubai
Dubai Calls Girl Tapes O525547819 Real Tapes Escort Services Dubaikojalkojal131
 
Pharmaceutical Packaging for the elderly.pdf
Pharmaceutical Packaging for the elderly.pdfPharmaceutical Packaging for the elderly.pdf
Pharmaceutical Packaging for the elderly.pdfAayushChavan5
 
Passbook project document_april_21__.pdf
Passbook project document_april_21__.pdfPassbook project document_april_21__.pdf
Passbook project document_april_21__.pdfvaibhavkanaujia
 
Unveiling the Future: Columbus, Ohio Condominiums Through the Lens of 3D Arch...
Unveiling the Future: Columbus, Ohio Condominiums Through the Lens of 3D Arch...Unveiling the Future: Columbus, Ohio Condominiums Through the Lens of 3D Arch...
Unveiling the Future: Columbus, Ohio Condominiums Through the Lens of 3D Arch...Yantram Animation Studio Corporation
 
306MTAMount UCLA University Bachelor's Diploma in Social Media
306MTAMount UCLA University Bachelor's Diploma in Social Media306MTAMount UCLA University Bachelor's Diploma in Social Media
306MTAMount UCLA University Bachelor's Diploma in Social MediaD SSS
 
Call Girls Aslali 7397865700 Ridhima Hire Me Full Night
Call Girls Aslali 7397865700 Ridhima Hire Me Full NightCall Girls Aslali 7397865700 Ridhima Hire Me Full Night
Call Girls Aslali 7397865700 Ridhima Hire Me Full Nightssuser7cb4ff
 
MT. Marseille an Archipelago. Strategies for Integrating Residential Communit...
MT. Marseille an Archipelago. Strategies for Integrating Residential Communit...MT. Marseille an Archipelago. Strategies for Integrating Residential Communit...
MT. Marseille an Archipelago. Strategies for Integrating Residential Communit...katerynaivanenko1
 
办理(宾州州立毕业证书)美国宾夕法尼亚州立大学毕业证成绩单原版一比一
办理(宾州州立毕业证书)美国宾夕法尼亚州立大学毕业证成绩单原版一比一办理(宾州州立毕业证书)美国宾夕法尼亚州立大学毕业证成绩单原版一比一
办理(宾州州立毕业证书)美国宾夕法尼亚州立大学毕业证成绩单原版一比一F La
 
FiveHypotheses_UIDMasterclass_18April2024.pdf
FiveHypotheses_UIDMasterclass_18April2024.pdfFiveHypotheses_UIDMasterclass_18April2024.pdf
FiveHypotheses_UIDMasterclass_18April2024.pdfShivakumar Viswanathan
 

Dernier (20)

原版美国亚利桑那州立大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree
原版美国亚利桑那州立大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree原版美国亚利桑那州立大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree
原版美国亚利桑那州立大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree
 
PORTFOLIO DE ARQUITECTURA CRISTOBAL HERAUD 2024
PORTFOLIO DE ARQUITECTURA CRISTOBAL HERAUD 2024PORTFOLIO DE ARQUITECTURA CRISTOBAL HERAUD 2024
PORTFOLIO DE ARQUITECTURA CRISTOBAL HERAUD 2024
 
8377877756 Full Enjoy @24/7 Call Girls in Nirman Vihar Delhi NCR
8377877756 Full Enjoy @24/7 Call Girls in Nirman Vihar Delhi NCR8377877756 Full Enjoy @24/7 Call Girls in Nirman Vihar Delhi NCR
8377877756 Full Enjoy @24/7 Call Girls in Nirman Vihar Delhi NCR
 
1比1办理美国北卡罗莱纳州立大学毕业证成绩单pdf电子版制作修改
1比1办理美国北卡罗莱纳州立大学毕业证成绩单pdf电子版制作修改1比1办理美国北卡罗莱纳州立大学毕业证成绩单pdf电子版制作修改
1比1办理美国北卡罗莱纳州立大学毕业证成绩单pdf电子版制作修改
 
CREATING A POSITIVE SCHOOL CULTURE CHAPTER 10
CREATING A POSITIVE SCHOOL CULTURE CHAPTER 10CREATING A POSITIVE SCHOOL CULTURE CHAPTER 10
CREATING A POSITIVE SCHOOL CULTURE CHAPTER 10
 
Design principles on typography in design
Design principles on typography in designDesign principles on typography in design
Design principles on typography in design
 
办理卡尔顿大学毕业证成绩单|购买加拿大文凭证书
办理卡尔顿大学毕业证成绩单|购买加拿大文凭证书办理卡尔顿大学毕业证成绩单|购买加拿大文凭证书
办理卡尔顿大学毕业证成绩单|购买加拿大文凭证书
 
2024新版美国旧金山州立大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree
2024新版美国旧金山州立大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree2024新版美国旧金山州立大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree
2024新版美国旧金山州立大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree
 
cda.pptx critical discourse analysis ppt
cda.pptx critical discourse analysis pptcda.pptx critical discourse analysis ppt
cda.pptx critical discourse analysis ppt
 
专业一比一美国亚利桑那大学毕业证成绩单pdf电子版制作修改#真实工艺展示#真实防伪#diploma#degree
专业一比一美国亚利桑那大学毕业证成绩单pdf电子版制作修改#真实工艺展示#真实防伪#diploma#degree专业一比一美国亚利桑那大学毕业证成绩单pdf电子版制作修改#真实工艺展示#真实防伪#diploma#degree
专业一比一美国亚利桑那大学毕业证成绩单pdf电子版制作修改#真实工艺展示#真实防伪#diploma#degree
 
How to Empower the future of UX Design with Gen AI
How to Empower the future of UX Design with Gen AIHow to Empower the future of UX Design with Gen AI
How to Empower the future of UX Design with Gen AI
 
Dubai Calls Girl Tapes O525547819 Real Tapes Escort Services Dubai
Dubai Calls Girl Tapes O525547819 Real Tapes Escort Services DubaiDubai Calls Girl Tapes O525547819 Real Tapes Escort Services Dubai
Dubai Calls Girl Tapes O525547819 Real Tapes Escort Services Dubai
 
Pharmaceutical Packaging for the elderly.pdf
Pharmaceutical Packaging for the elderly.pdfPharmaceutical Packaging for the elderly.pdf
Pharmaceutical Packaging for the elderly.pdf
 
Passbook project document_april_21__.pdf
Passbook project document_april_21__.pdfPassbook project document_april_21__.pdf
Passbook project document_april_21__.pdf
 
Unveiling the Future: Columbus, Ohio Condominiums Through the Lens of 3D Arch...
Unveiling the Future: Columbus, Ohio Condominiums Through the Lens of 3D Arch...Unveiling the Future: Columbus, Ohio Condominiums Through the Lens of 3D Arch...
Unveiling the Future: Columbus, Ohio Condominiums Through the Lens of 3D Arch...
 
306MTAMount UCLA University Bachelor's Diploma in Social Media
306MTAMount UCLA University Bachelor's Diploma in Social Media306MTAMount UCLA University Bachelor's Diploma in Social Media
306MTAMount UCLA University Bachelor's Diploma in Social Media
 
Call Girls Aslali 7397865700 Ridhima Hire Me Full Night
Call Girls Aslali 7397865700 Ridhima Hire Me Full NightCall Girls Aslali 7397865700 Ridhima Hire Me Full Night
Call Girls Aslali 7397865700 Ridhima Hire Me Full Night
 
MT. Marseille an Archipelago. Strategies for Integrating Residential Communit...
MT. Marseille an Archipelago. Strategies for Integrating Residential Communit...MT. Marseille an Archipelago. Strategies for Integrating Residential Communit...
MT. Marseille an Archipelago. Strategies for Integrating Residential Communit...
 
办理(宾州州立毕业证书)美国宾夕法尼亚州立大学毕业证成绩单原版一比一
办理(宾州州立毕业证书)美国宾夕法尼亚州立大学毕业证成绩单原版一比一办理(宾州州立毕业证书)美国宾夕法尼亚州立大学毕业证成绩单原版一比一
办理(宾州州立毕业证书)美国宾夕法尼亚州立大学毕业证成绩单原版一比一
 
FiveHypotheses_UIDMasterclass_18April2024.pdf
FiveHypotheses_UIDMasterclass_18April2024.pdfFiveHypotheses_UIDMasterclass_18April2024.pdf
FiveHypotheses_UIDMasterclass_18April2024.pdf
 

SITEFORUM Design Introduction

  • 1. www.siteforum.com/design Social Networking for Business SITEFORUM® MasterSets / DesignSets Colors / Background-Images CSS-Modules Master-Design Design-Templates Application Links Design-Modules Design-Attributes Design-Tools SITEFORUM Design This summary gives an introduction and an overview on the basic functionalities and areas of the SITEFORUM design. The more skills in HTML, CSS and XSL you have, the better you can use the following scopes for individual customizations.
  • 2. www.siteforum.com/design Social Networking for Business SITEFORUM® SITEFORUM MasterSets MasterSets DesignSets A "MasterSet" is a predefined combination of colors, fonts, logos, and layouts. Various sets can be selected. Further individual MasterSets can be generated via import/export facilities. After selecting a MasterSet different color options are available. Two CSS modules are linked together. (Colors and Background Images)
  • 3. www.siteforum.com/design Social Networking for Business SITEFORUM® SITEFORUM Colors / Background-Images Colors For an individual customization of color settings there is a "simple mode" where assignments can be made without CSS and HTML skills. Colors are classified according to the portal areas: - general background and font colors - main menus - sub menus - applications - date and profile box - newsflash - story- and product-templates - dialogs and tables in dialogs - gateway boxes CSS-Editor The CSS editor allows the creation of own classes, values and properties.
  • 4. www.siteforum.com/design Social Networking for Business SITEFORUM® CSS-Modules The complex usage of CSS classes and definitions in the complete design requires a classification. The most important classification which is also operative with the switch of DesignSets is the division of colors, background images and layouts. Furthermore there are CSS modules for the different design modules available that - dependent on its usage – can be linked or copied to the own portal from a global "library" to allow individual customizations. Via the @import feature several CSS files can be combined in order to only need to link the design.css file. SITEFORUM CSS-Modules <!DOCTYPE...> <html><head><title>Portalname</title> <meta ....> </head><body> <link rel="stylesheet" href="/design/design.css" type="text/css" > design.css modules.csscolors.css layout.css userdefined colors (old colors and fonts) userdefined layout css modules copied module mainMenus.css searchBox.csslink positionPath.csslink module link module link
  • 5. www.siteforum.com/design Social Networking for Business SITEFORUM® SITEFORUM Master-Design Master-Design The Master Design defines the basic structure of the complete visible portal. Available "Design Modules" components are positioned into the HTML source code. The $content area is the main area where content is switched. All other available placeholders are listed and described in an overview. The source code corresponds to the code between the <body> tags. The HTML header is defined in a special desin module. In general there is always one Master Design. Via Design attribute conditions various Master Designs can be addressed in order to e.g. use a different layout for the online shop. <div id="sfsExample"> <div id="sfsHeader"> $mainMenus $applications </div> <div id="sfsMainContent"> <div id="sfsNavigation"> $subMenuRows $iconMenus $dateANDprofile </div> <div id="sfsContent"> <div id="sfsContentIn">$content</div> </div> </div> </div> $content $mainMenus $subMenuRows $searchBox $logoLeft
  • 6. www.siteforum.com/design Social Networking for Business SITEFORUM® SITEFORUM Design-Templates Design-Templates More design templates can be created for the main area ($content) of the dynamic portal content. Those individual templates can be selected e.g. by editors for stories and allow a separation of content and design. <div class="sfsStoryContainer"> <div class="sfsStoryTop"> <h1 class="headline">$StoryName</h1> </div> <div class="sfsStoryContent"> <div class="shortDesc">$desc_short</div> <div class="text">$desc_long</div> </div> </div> $desc_long $var1 $desc_short $StoryName $image1
  • 7. www.siteforum.com/design Social Networking for Business SITEFORUM® SITEFORUM Design-Templates Story-Templates To list story articles within one menu the portal provides story templates and story intro templates. A story template defines the layout of the complete story and is displayed when the story is assigned as lead story or is directly addressed. Story-Intro-Templates If several stories are assigned to the same menu they are listed as "intros". An intro template defines the multiple display with or without image, simple or complex listing. If a lead story is assigned to the same menu the story template of this story is displayed as the "header" whereas all other stories are listed as intros below.
  • 8. www.siteforum.com/design Social Networking for Business SITEFORUM® SITEFORUM Application Links Application Links Along with menus for the CMS area and catalogues for the shop there is a big amount of links to SITFORUM applications. These are assigned as application links to the individual areas in the layout. The assignment to the design modules controls the main position. Furthermore individual and external application links can be created, e.g. to link to www.google.com. Every design module can include a list of different content menus and application links. Example: Start | Shop | Menu = 2 Application links + 1 Menu link $mainMenus $searchBox $iconMenus $applications Home | Aktives Hauptmenü | Inaktives Hauptmenü Sitemap P. Manager Persönlicher Bereich Online Shop | Forum | Blogs | DMS $content
  • 9. www.siteforum.com/design Social Networking for Business SITEFORUM® Design-Modules Parameter #1 Beginn Parameter #2 Aktiver Link Parameter #3 Inaktiver Link Parameter #4 Trennzeichen Parameter #5 Ende Menu links and application links are provided dynamically depending on the permissions of the end user. To allow a flexible individual design customization for these listings in menu modules there are different parameters of each module. For the layout of a "menu loop" there are e.g. start and end parameters, active and inactive areas and separators. Begin Separator Separator End Active link Inactive link Inactive link Home | Aktives Hauptmenü | Inaktives Hauptmenü Sitemap Online Shop | Forum | Blogs | DMS SITEFORUM Design-Modules <div id="sfsApplications"><ul> <li class="active"><a href=" "> </a></li>$link $name <li><a href=" "> </a></li>$link $name bei einfachen Darstellungen z.B. | </ul></div>
  • 10. www.siteforum.com/design Social Networking for Business SITEFORUM® Design-Attributes The mostly static defined Master Design can be heavily dynamized by adding design attributes. This allows e.g. the presentation of different headers, colors or news areas depending on predefined attribute conditions. These conditions allow plenty variations and combinations, e.g. with - menus - catalogues - languages - applications - browsers - domains - times of day $content $designAttribute:header $designAttribute:news $designAttribute:banner SITEFORUM Design-Attributes
  • 11. www.siteforum.com/design Social Networking for Business SITEFORUM® Color Calculator SITEFORUM Design-Tools CSS-Declarationspx:em Calculator Image colors, image scaling HTML special characters