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

Nepali Escort Girl Gomti Nagar \ 9548273370 Indian Call Girls Service Lucknow...
Nepali Escort Girl Gomti Nagar \ 9548273370 Indian Call Girls Service Lucknow...Nepali Escort Girl Gomti Nagar \ 9548273370 Indian Call Girls Service Lucknow...
Nepali Escort Girl Gomti Nagar \ 9548273370 Indian Call Girls Service Lucknow...nagunakhan
 
Kurla Call Girls Pooja Nehwal📞 9892124323 ✅ Vashi Call Service Available Nea...
Kurla Call Girls Pooja Nehwal📞 9892124323 ✅  Vashi Call Service Available Nea...Kurla Call Girls Pooja Nehwal📞 9892124323 ✅  Vashi Call Service Available Nea...
Kurla Call Girls Pooja Nehwal📞 9892124323 ✅ Vashi Call Service Available Nea...Pooja Nehwal
 
(AISHA) Ambegaon Khurd Call Girls Just Call 7001035870 [ Cash on Delivery ] P...
(AISHA) Ambegaon Khurd Call Girls Just Call 7001035870 [ Cash on Delivery ] P...(AISHA) Ambegaon Khurd Call Girls Just Call 7001035870 [ Cash on Delivery ] P...
(AISHA) Ambegaon Khurd Call Girls Just Call 7001035870 [ Cash on Delivery ] P...ranjana rawat
 
SD_The MATATAG Curriculum Training Design.pptx
SD_The MATATAG Curriculum Training Design.pptxSD_The MATATAG Curriculum Training Design.pptx
SD_The MATATAG Curriculum Training Design.pptxjanettecruzeiro1
 
NO1 Trending kala jadu Love Marriage Black Magic Punjab Powerful Black Magic ...
NO1 Trending kala jadu Love Marriage Black Magic Punjab Powerful Black Magic ...NO1 Trending kala jadu Love Marriage Black Magic Punjab Powerful Black Magic ...
NO1 Trending kala jadu Love Marriage Black Magic Punjab Powerful Black Magic ...Amil baba
 
VIP Russian Call Girls in Gorakhpur Deepika 8250192130 Independent Escort Ser...
VIP Russian Call Girls in Gorakhpur Deepika 8250192130 Independent Escort Ser...VIP Russian Call Girls in Gorakhpur Deepika 8250192130 Independent Escort Ser...
VIP Russian Call Girls in Gorakhpur Deepika 8250192130 Independent Escort Ser...Suhani Kapoor
 
Fashion trends before and after covid.pptx
Fashion trends before and after covid.pptxFashion trends before and after covid.pptx
Fashion trends before and after covid.pptxVanshNarang19
 
Peaches App development presentation deck
Peaches App development presentation deckPeaches App development presentation deck
Peaches App development presentation decktbatkhuu1
 
VIP Call Girl Amravati Aashi 8250192130 Independent Escort Service Amravati
VIP Call Girl Amravati Aashi 8250192130 Independent Escort Service AmravatiVIP Call Girl Amravati Aashi 8250192130 Independent Escort Service Amravati
VIP Call Girl Amravati Aashi 8250192130 Independent Escort Service AmravatiSuhani Kapoor
 
VIP Call Girls Bhiwandi Ananya 8250192130 Independent Escort Service Bhiwandi
VIP Call Girls Bhiwandi Ananya 8250192130 Independent Escort Service BhiwandiVIP Call Girls Bhiwandi Ananya 8250192130 Independent Escort Service Bhiwandi
VIP Call Girls Bhiwandi Ananya 8250192130 Independent Escort Service BhiwandiSuhani Kapoor
 
CALL ON ➥8923113531 🔝Call Girls Aminabad Lucknow best Night Fun service
CALL ON ➥8923113531 🔝Call Girls Aminabad Lucknow best Night Fun serviceCALL ON ➥8923113531 🔝Call Girls Aminabad Lucknow best Night Fun service
CALL ON ➥8923113531 🔝Call Girls Aminabad Lucknow best Night Fun serviceanilsa9823
 
Chapter 19_DDA_TOD Policy_First Draft 2012.pdf
Chapter 19_DDA_TOD Policy_First Draft 2012.pdfChapter 19_DDA_TOD Policy_First Draft 2012.pdf
Chapter 19_DDA_TOD Policy_First Draft 2012.pdfParomita Roy
 
Design Inspiration for College by Slidesgo.pptx
Design Inspiration for College by Slidesgo.pptxDesign Inspiration for College by Slidesgo.pptx
Design Inspiration for College by Slidesgo.pptxTusharBahuguna2
 
Petrosains Drama Competition (PSDC).pptx
Petrosains Drama Competition (PSDC).pptxPetrosains Drama Competition (PSDC).pptx
Petrosains Drama Competition (PSDC).pptxIgnatiusAbrahamBalin
 
Recommendable # 971589162217 # philippine Young Call Girls in Dubai By Marina...
Recommendable # 971589162217 # philippine Young Call Girls in Dubai By Marina...Recommendable # 971589162217 # philippine Young Call Girls in Dubai By Marina...
Recommendable # 971589162217 # philippine Young Call Girls in Dubai By Marina...home
 
Punjabi Housewife Call Girls Service Gomti Nagar \ 9548273370 Indian Call Gir...
Punjabi Housewife Call Girls Service Gomti Nagar \ 9548273370 Indian Call Gir...Punjabi Housewife Call Girls Service Gomti Nagar \ 9548273370 Indian Call Gir...
Punjabi Housewife Call Girls Service Gomti Nagar \ 9548273370 Indian Call Gir...nagunakhan
 
CBD Belapur Individual Call Girls In 08976425520 Panvel Only Genuine Call Girls
CBD Belapur Individual Call Girls In 08976425520 Panvel Only Genuine Call GirlsCBD Belapur Individual Call Girls In 08976425520 Panvel Only Genuine Call Girls
CBD Belapur Individual Call Girls In 08976425520 Panvel Only Genuine Call Girlsmodelanjalisharma4
 
DragonBall PowerPoint Template for demo.pptx
DragonBall PowerPoint Template for demo.pptxDragonBall PowerPoint Template for demo.pptx
DragonBall PowerPoint Template for demo.pptxmirandajeremy200221
 

Dernier (20)

Nepali Escort Girl Gomti Nagar \ 9548273370 Indian Call Girls Service Lucknow...
Nepali Escort Girl Gomti Nagar \ 9548273370 Indian Call Girls Service Lucknow...Nepali Escort Girl Gomti Nagar \ 9548273370 Indian Call Girls Service Lucknow...
Nepali Escort Girl Gomti Nagar \ 9548273370 Indian Call Girls Service Lucknow...
 
Kurla Call Girls Pooja Nehwal📞 9892124323 ✅ Vashi Call Service Available Nea...
Kurla Call Girls Pooja Nehwal📞 9892124323 ✅  Vashi Call Service Available Nea...Kurla Call Girls Pooja Nehwal📞 9892124323 ✅  Vashi Call Service Available Nea...
Kurla Call Girls Pooja Nehwal📞 9892124323 ✅ Vashi Call Service Available Nea...
 
(AISHA) Ambegaon Khurd Call Girls Just Call 7001035870 [ Cash on Delivery ] P...
(AISHA) Ambegaon Khurd Call Girls Just Call 7001035870 [ Cash on Delivery ] P...(AISHA) Ambegaon Khurd Call Girls Just Call 7001035870 [ Cash on Delivery ] P...
(AISHA) Ambegaon Khurd Call Girls Just Call 7001035870 [ Cash on Delivery ] P...
 
SD_The MATATAG Curriculum Training Design.pptx
SD_The MATATAG Curriculum Training Design.pptxSD_The MATATAG Curriculum Training Design.pptx
SD_The MATATAG Curriculum Training Design.pptx
 
NO1 Trending kala jadu Love Marriage Black Magic Punjab Powerful Black Magic ...
NO1 Trending kala jadu Love Marriage Black Magic Punjab Powerful Black Magic ...NO1 Trending kala jadu Love Marriage Black Magic Punjab Powerful Black Magic ...
NO1 Trending kala jadu Love Marriage Black Magic Punjab Powerful Black Magic ...
 
VIP Russian Call Girls in Gorakhpur Deepika 8250192130 Independent Escort Ser...
VIP Russian Call Girls in Gorakhpur Deepika 8250192130 Independent Escort Ser...VIP Russian Call Girls in Gorakhpur Deepika 8250192130 Independent Escort Ser...
VIP Russian Call Girls in Gorakhpur Deepika 8250192130 Independent Escort Ser...
 
Fashion trends before and after covid.pptx
Fashion trends before and after covid.pptxFashion trends before and after covid.pptx
Fashion trends before and after covid.pptx
 
young call girls in Pandav nagar 🔝 9953056974 🔝 Delhi escort Service
young call girls in Pandav nagar 🔝 9953056974 🔝 Delhi escort Serviceyoung call girls in Pandav nagar 🔝 9953056974 🔝 Delhi escort Service
young call girls in Pandav nagar 🔝 9953056974 🔝 Delhi escort Service
 
young call girls in Vivek Vihar🔝 9953056974 🔝 Delhi escort Service
young call girls in Vivek Vihar🔝 9953056974 🔝 Delhi escort Serviceyoung call girls in Vivek Vihar🔝 9953056974 🔝 Delhi escort Service
young call girls in Vivek Vihar🔝 9953056974 🔝 Delhi escort Service
 
Peaches App development presentation deck
Peaches App development presentation deckPeaches App development presentation deck
Peaches App development presentation deck
 
VIP Call Girl Amravati Aashi 8250192130 Independent Escort Service Amravati
VIP Call Girl Amravati Aashi 8250192130 Independent Escort Service AmravatiVIP Call Girl Amravati Aashi 8250192130 Independent Escort Service Amravati
VIP Call Girl Amravati Aashi 8250192130 Independent Escort Service Amravati
 
VIP Call Girls Bhiwandi Ananya 8250192130 Independent Escort Service Bhiwandi
VIP Call Girls Bhiwandi Ananya 8250192130 Independent Escort Service BhiwandiVIP Call Girls Bhiwandi Ananya 8250192130 Independent Escort Service Bhiwandi
VIP Call Girls Bhiwandi Ananya 8250192130 Independent Escort Service Bhiwandi
 
CALL ON ➥8923113531 🔝Call Girls Aminabad Lucknow best Night Fun service
CALL ON ➥8923113531 🔝Call Girls Aminabad Lucknow best Night Fun serviceCALL ON ➥8923113531 🔝Call Girls Aminabad Lucknow best Night Fun service
CALL ON ➥8923113531 🔝Call Girls Aminabad Lucknow best Night Fun service
 
Chapter 19_DDA_TOD Policy_First Draft 2012.pdf
Chapter 19_DDA_TOD Policy_First Draft 2012.pdfChapter 19_DDA_TOD Policy_First Draft 2012.pdf
Chapter 19_DDA_TOD Policy_First Draft 2012.pdf
 
Design Inspiration for College by Slidesgo.pptx
Design Inspiration for College by Slidesgo.pptxDesign Inspiration for College by Slidesgo.pptx
Design Inspiration for College by Slidesgo.pptx
 
Petrosains Drama Competition (PSDC).pptx
Petrosains Drama Competition (PSDC).pptxPetrosains Drama Competition (PSDC).pptx
Petrosains Drama Competition (PSDC).pptx
 
Recommendable # 971589162217 # philippine Young Call Girls in Dubai By Marina...
Recommendable # 971589162217 # philippine Young Call Girls in Dubai By Marina...Recommendable # 971589162217 # philippine Young Call Girls in Dubai By Marina...
Recommendable # 971589162217 # philippine Young Call Girls in Dubai By Marina...
 
Punjabi Housewife Call Girls Service Gomti Nagar \ 9548273370 Indian Call Gir...
Punjabi Housewife Call Girls Service Gomti Nagar \ 9548273370 Indian Call Gir...Punjabi Housewife Call Girls Service Gomti Nagar \ 9548273370 Indian Call Gir...
Punjabi Housewife Call Girls Service Gomti Nagar \ 9548273370 Indian Call Gir...
 
CBD Belapur Individual Call Girls In 08976425520 Panvel Only Genuine Call Girls
CBD Belapur Individual Call Girls In 08976425520 Panvel Only Genuine Call GirlsCBD Belapur Individual Call Girls In 08976425520 Panvel Only Genuine Call Girls
CBD Belapur Individual Call Girls In 08976425520 Panvel Only Genuine Call Girls
 
DragonBall PowerPoint Template for demo.pptx
DragonBall PowerPoint Template for demo.pptxDragonBall PowerPoint Template for demo.pptx
DragonBall PowerPoint Template for demo.pptx
 

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