SlideShare a Scribd company logo
1 of 11
Download to read offline
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

More Related Content

Viewers also liked

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
 

Viewers also liked (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
 

Similar to 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
 

Similar to 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
 

More from 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
 

More from 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
 

Recently uploaded

PORTAFOLIO 2024_ ANASTASIYA KUDINOVA
PORTAFOLIO   2024_  ANASTASIYA  KUDINOVAPORTAFOLIO   2024_  ANASTASIYA  KUDINOVA
PORTAFOLIO 2024_ ANASTASIYA KUDINOVAAnastasiya Kudinova
 
Call Us ✡️97111⇛47426⇛Call In girls Vasant Vihar༒(Delhi)
Call Us ✡️97111⇛47426⇛Call In girls Vasant Vihar༒(Delhi)Call Us ✡️97111⇛47426⇛Call In girls Vasant Vihar༒(Delhi)
Call Us ✡️97111⇛47426⇛Call In girls Vasant Vihar༒(Delhi)jennyeacort
 
Abu Dhabi Call Girls O58993O4O2 Call Girls in Abu Dhabi`
Abu Dhabi Call Girls O58993O4O2 Call Girls in Abu Dhabi`Abu Dhabi Call Girls O58993O4O2 Call Girls in Abu Dhabi`
Abu Dhabi Call Girls O58993O4O2 Call Girls in Abu Dhabi`dajasot375
 
Introduction-to-Canva-and-Graphic-Design-Basics.pptx
Introduction-to-Canva-and-Graphic-Design-Basics.pptxIntroduction-to-Canva-and-Graphic-Design-Basics.pptx
Introduction-to-Canva-and-Graphic-Design-Basics.pptxnewslab143
 
办理学位证(SFU证书)西蒙菲莎大学毕业证成绩单原版一比一
办理学位证(SFU证书)西蒙菲莎大学毕业证成绩单原版一比一办理学位证(SFU证书)西蒙菲莎大学毕业证成绩单原版一比一
办理学位证(SFU证书)西蒙菲莎大学毕业证成绩单原版一比一F dds
 
Untitled presedddddddddddddddddntation (1).pptx
Untitled presedddddddddddddddddntation (1).pptxUntitled presedddddddddddddddddntation (1).pptx
Untitled presedddddddddddddddddntation (1).pptxmapanig881
 
Call Girls in Ashok Nagar Delhi ✡️9711147426✡️ Escorts Service
Call Girls in Ashok Nagar Delhi ✡️9711147426✡️ Escorts ServiceCall Girls in Ashok Nagar Delhi ✡️9711147426✡️ Escorts Service
Call Girls in Ashok Nagar Delhi ✡️9711147426✡️ Escorts Servicejennyeacort
 
ARt app | UX Case Study
ARt app | UX Case StudyARt app | UX Case Study
ARt app | UX Case StudySophia Viganò
 
2024新版美国旧金山州立大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree
2024新版美国旧金山州立大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree2024新版美国旧金山州立大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree
2024新版美国旧金山州立大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degreeyuu sss
 
Call Girls In Safdarjung Enclave 24/7✡️9711147426✡️ Escorts Service
Call Girls In Safdarjung Enclave 24/7✡️9711147426✡️ Escorts ServiceCall Girls In Safdarjung Enclave 24/7✡️9711147426✡️ Escorts Service
Call Girls In Safdarjung Enclave 24/7✡️9711147426✡️ Escorts Servicejennyeacort
 
VIP Call Girls Service Kukatpally Hyderabad Call +91-8250192130
VIP Call Girls Service Kukatpally Hyderabad Call +91-8250192130VIP Call Girls Service Kukatpally Hyderabad Call +91-8250192130
VIP Call Girls Service Kukatpally Hyderabad Call +91-8250192130Suhani Kapoor
 
(办理学位证)埃迪斯科文大学毕业证成绩单原版一比一
(办理学位证)埃迪斯科文大学毕业证成绩单原版一比一(办理学位证)埃迪斯科文大学毕业证成绩单原版一比一
(办理学位证)埃迪斯科文大学毕业证成绩单原版一比一Fi sss
 
Call In girls Bhikaji Cama Place 🔝 ⇛8377877756 FULL Enjoy Delhi NCR
Call In girls Bhikaji Cama Place 🔝 ⇛8377877756 FULL Enjoy Delhi NCRCall In girls Bhikaji Cama Place 🔝 ⇛8377877756 FULL Enjoy Delhi NCR
Call In girls Bhikaji Cama Place 🔝 ⇛8377877756 FULL Enjoy Delhi NCRdollysharma2066
 
Kindergarten Assessment Questions Via LessonUp
Kindergarten Assessment Questions Via LessonUpKindergarten Assessment Questions Via LessonUp
Kindergarten Assessment Questions Via LessonUpmainac1
 
办理学位证(NUS证书)新加坡国立大学毕业证成绩单原版一比一
办理学位证(NUS证书)新加坡国立大学毕业证成绩单原版一比一办理学位证(NUS证书)新加坡国立大学毕业证成绩单原版一比一
办理学位证(NUS证书)新加坡国立大学毕业证成绩单原版一比一Fi L
 
How to Be Famous in your Field just visit our Site
How to Be Famous in your Field just visit our SiteHow to Be Famous in your Field just visit our Site
How to Be Famous in your Field just visit our Sitegalleryaagency
 
Top 10 Modern Web Design Trends for 2025
Top 10 Modern Web Design Trends for 2025Top 10 Modern Web Design Trends for 2025
Top 10 Modern Web Design Trends for 2025Rndexperts
 
PORTFOLIO DE ARQUITECTURA CRISTOBAL HERAUD 2024
PORTFOLIO DE ARQUITECTURA CRISTOBAL HERAUD 2024PORTFOLIO DE ARQUITECTURA CRISTOBAL HERAUD 2024
PORTFOLIO DE ARQUITECTURA CRISTOBAL HERAUD 2024CristobalHeraud
 

Recently uploaded (20)

PORTAFOLIO 2024_ ANASTASIYA KUDINOVA
PORTAFOLIO   2024_  ANASTASIYA  KUDINOVAPORTAFOLIO   2024_  ANASTASIYA  KUDINOVA
PORTAFOLIO 2024_ ANASTASIYA KUDINOVA
 
Call Us ✡️97111⇛47426⇛Call In girls Vasant Vihar༒(Delhi)
Call Us ✡️97111⇛47426⇛Call In girls Vasant Vihar༒(Delhi)Call Us ✡️97111⇛47426⇛Call In girls Vasant Vihar༒(Delhi)
Call Us ✡️97111⇛47426⇛Call In girls Vasant Vihar༒(Delhi)
 
Abu Dhabi Call Girls O58993O4O2 Call Girls in Abu Dhabi`
Abu Dhabi Call Girls O58993O4O2 Call Girls in Abu Dhabi`Abu Dhabi Call Girls O58993O4O2 Call Girls in Abu Dhabi`
Abu Dhabi Call Girls O58993O4O2 Call Girls in Abu Dhabi`
 
Introduction-to-Canva-and-Graphic-Design-Basics.pptx
Introduction-to-Canva-and-Graphic-Design-Basics.pptxIntroduction-to-Canva-and-Graphic-Design-Basics.pptx
Introduction-to-Canva-and-Graphic-Design-Basics.pptx
 
办理学位证(SFU证书)西蒙菲莎大学毕业证成绩单原版一比一
办理学位证(SFU证书)西蒙菲莎大学毕业证成绩单原版一比一办理学位证(SFU证书)西蒙菲莎大学毕业证成绩单原版一比一
办理学位证(SFU证书)西蒙菲莎大学毕业证成绩单原版一比一
 
Untitled presedddddddddddddddddntation (1).pptx
Untitled presedddddddddddddddddntation (1).pptxUntitled presedddddddddddddddddntation (1).pptx
Untitled presedddddddddddddddddntation (1).pptx
 
Call Girls in Ashok Nagar Delhi ✡️9711147426✡️ Escorts Service
Call Girls in Ashok Nagar Delhi ✡️9711147426✡️ Escorts ServiceCall Girls in Ashok Nagar Delhi ✡️9711147426✡️ Escorts Service
Call Girls in Ashok Nagar Delhi ✡️9711147426✡️ Escorts Service
 
ARt app | UX Case Study
ARt app | UX Case StudyARt app | UX Case Study
ARt app | UX Case Study
 
2024新版美国旧金山州立大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree
2024新版美国旧金山州立大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree2024新版美国旧金山州立大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree
2024新版美国旧金山州立大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree
 
Call Girls In Safdarjung Enclave 24/7✡️9711147426✡️ Escorts Service
Call Girls In Safdarjung Enclave 24/7✡️9711147426✡️ Escorts ServiceCall Girls In Safdarjung Enclave 24/7✡️9711147426✡️ Escorts Service
Call Girls In Safdarjung Enclave 24/7✡️9711147426✡️ Escorts Service
 
VIP Call Girls Service Kukatpally Hyderabad Call +91-8250192130
VIP Call Girls Service Kukatpally Hyderabad Call +91-8250192130VIP Call Girls Service Kukatpally Hyderabad Call +91-8250192130
VIP Call Girls Service Kukatpally Hyderabad Call +91-8250192130
 
(办理学位证)埃迪斯科文大学毕业证成绩单原版一比一
(办理学位证)埃迪斯科文大学毕业证成绩单原版一比一(办理学位证)埃迪斯科文大学毕业证成绩单原版一比一
(办理学位证)埃迪斯科文大学毕业证成绩单原版一比一
 
Call Girls in Pratap Nagar, 9953056974 Escort Service
Call Girls in Pratap Nagar,  9953056974 Escort ServiceCall Girls in Pratap Nagar,  9953056974 Escort Service
Call Girls in Pratap Nagar, 9953056974 Escort Service
 
Call In girls Bhikaji Cama Place 🔝 ⇛8377877756 FULL Enjoy Delhi NCR
Call In girls Bhikaji Cama Place 🔝 ⇛8377877756 FULL Enjoy Delhi NCRCall In girls Bhikaji Cama Place 🔝 ⇛8377877756 FULL Enjoy Delhi NCR
Call In girls Bhikaji Cama Place 🔝 ⇛8377877756 FULL Enjoy Delhi NCR
 
Kindergarten Assessment Questions Via LessonUp
Kindergarten Assessment Questions Via LessonUpKindergarten Assessment Questions Via LessonUp
Kindergarten Assessment Questions Via LessonUp
 
办理学位证(NUS证书)新加坡国立大学毕业证成绩单原版一比一
办理学位证(NUS证书)新加坡国立大学毕业证成绩单原版一比一办理学位证(NUS证书)新加坡国立大学毕业证成绩单原版一比一
办理学位证(NUS证书)新加坡国立大学毕业证成绩单原版一比一
 
How to Be Famous in your Field just visit our Site
How to Be Famous in your Field just visit our SiteHow to Be Famous in your Field just visit our Site
How to Be Famous in your Field just visit our Site
 
Cheap Rate ➥8448380779 ▻Call Girls In Iffco Chowk Gurgaon
Cheap Rate ➥8448380779 ▻Call Girls In Iffco Chowk GurgaonCheap Rate ➥8448380779 ▻Call Girls In Iffco Chowk Gurgaon
Cheap Rate ➥8448380779 ▻Call Girls In Iffco Chowk Gurgaon
 
Top 10 Modern Web Design Trends for 2025
Top 10 Modern Web Design Trends for 2025Top 10 Modern Web Design Trends for 2025
Top 10 Modern Web Design Trends for 2025
 
PORTFOLIO DE ARQUITECTURA CRISTOBAL HERAUD 2024
PORTFOLIO DE ARQUITECTURA CRISTOBAL HERAUD 2024PORTFOLIO DE ARQUITECTURA CRISTOBAL HERAUD 2024
PORTFOLIO DE ARQUITECTURA CRISTOBAL HERAUD 2024
 

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