Icons
Icons are used in large buttonbars, smaller toolbars, lists and, rarely, panels. This means there are 6 often used size/color combinations:
- 16x16 pixels for list, panel, small toolbars
- 24x24 pixels for the large buttonbar on top of most applications
- "White" (#f0f0f0) non-filled icons without supporting colors for use on a dark (#4a4a4a) background)
- "Black" (#4a4a4a) icons for -use in lists and- on white backgrounds. These often use "black" for base shape.
- "Color" (To be implemented) -> for icons in lists and on white backgrounds, these have a background fill and/or support colors. "WebHare blue" is often used (#52aefe) for details
Naming convention
SVG files can be optimized for color and size, and this is reflected in the name.
Examples:
- filename.svg - used for all sizes and colors
- filename.16x16.svg - used for 16x16 pixels in all colors
- filename.b.svg - used for all sizes in black (white background)
- filename.24x24.w.svg - used for 24x24 pixel in white (on a dark background)
WebHare will always try to display a requested icon, even if the ideal size or color is not available. For missing sizes the image is scaled. For missing specific color files all items in “black” or “white” will be inverted (#4a4a4a is set to #f0f0f0 and vice versa). Preferably a .b or .w is used for inverting since these contain no other colors.
IXO (Icon XML) files
You can use .IXO xml files to create icons by referring to SVG files or other IXO files. This allows you to work with backgrounds and overlays.
<icon xmlns="http://www.webhare.net/xmlns/tollium/icons">
...
</icon>
Available layers
<backgroundlayer/>
<layer/>
A regular layer creates a 1px larger cutout in the underlying normal layer. A backgroundlayer does not get this cutout.
Layer properties
src="~URL" <!-- URL to image, for example "tollium:backgrounds/file" -->
size="##px" <!-- size in pixels, usually 16 or24. Layer only displayed for this icon size. -->
color="w|b|c" <!-- color version of icon: white, black, color version. Layer is only displayed when this color version is asked for. -->
translatex="#px" <!-- depricated ? -->
translatey="#px" <!-- depricated ? -->
Example IXO
<icon xmlns="http://www.webhare.net/xmlns/tollium/icons">
<backgroundlayer src="tollium:backgrounds/file" color="c"/> <!-- Is 'b' ATOW but should be "c" as soon as available! -->
<layer src="tollium:objects/file"/>
<layer src="tollium:overlays/filetypes/rtd"/>
</icon>
This backgroundlayers is only shown when a color version is asked for, for example in lists. The backgroundlayers consists of white/very light gray gradient that is mostly needed when the line is selected. Since it is a backgroundlayer, the layer drawn above it (file icon) does not cause a cutout. The top layer (rtd overlay) does cause a cutout in the file icon.
Best practices for drawing
- Create a 16x16 and 24x24 version when needed - for most icons that use horizontal or vertical lines or squares this is needed to align pixels.
- Draw a pixel-sharp icon on a 2x pixel canvas; IE 32x32 for 16x16 and 48x48 for 24x24 - this allows you to create icons that look even better on retina.
- Do not use both #4a4a4a and #f0f0f0 colors in the same SVG file.
- Test view the images on a non-retina screen.
Ideally every icon should be optimised for both sizes and colors, which usually means creating at least 2 SVG’s - one for each size.
Best practices for naming and choosing
- When creating an icon that can be reused, always create a neutral name; for example "eye", not "view", "plus" not "add".
- Place these icons in the 'objects' folder.
- To create content-specific icons, create an IXO that refers to an object, IE a "view.ixo" to refer to "objects/eye".
WebHare Icons
Icons in module tollium
- Name: accept FQN: tollium:actions/accept
b.16.svg
w.16.svg - Name: add FQN: tollium:actions/add
b.16.svg
b.24.svg
w.24.svg
b.svg
w.svg - Name: add_filter FQN: tollium:actions/add_filter
b.16.svg
w.16.svg Name: addemail FQN: tollium:actions/addemailb.16x16.pngw.16x16.pngb.24x24.pngw.24x24.png- Name: api FQN: tollium:actions/api
ixo
ixo - Name: approvepayment FQN: tollium:actions/approvepayment
ixo
ixo - Name: autocontrast FQN: tollium:actions/autocontrast
b.svg
w.svg - Name: autolink FQN: tollium:actions/autolink
b.24.svg - Name: back FQN: tollium:actions/back
b.16.svg
w.16.svg - Name: blur FQN: tollium:actions/blur
b.24.svg
w.24.svg - Name: boom FQN: tollium:actions/boom
b.24.svg
w.24.svg - Name: brightnesscontrast FQN: tollium:actions/brightnesscontrast
b.svg
w.svg - Name: cancel FQN: tollium:actions/cancel
b.16.svg
w.16.svg - Name: cancel_filter FQN: tollium:actions/cancel_filter
b.16.svg
w.16.svg - Name: center FQN: tollium:actions/center
b.16.svg
c.16.svg - Name: checklist FQN: tollium:actions/checklist
ixo
ixo - Name: clearlist FQN: tollium:actions/clearlist
b.16.svg
w.16.svg
ixo
ixo Name: close FQN: tollium:actions/close24x24.png- Name: colors FQN: tollium:actions/colors
b.24.svg
w.24.svg - Name: combine FQN: tollium:actions/combine
b.24.svg - Name: configure FQN: tollium:actions/configure
b.16.svg
w.16.svg - Name: confirm FQN: tollium:actions/confirm
b.16.svg
b.24.svg - Name: contrast FQN: tollium:actions/contrast
b.svg
w.svg - Name: copy FQN: tollium:actions/copy
b.12.svg
b.16.svg
w.16.svg
b.24.svg
b.svg - Name: crop FQN: tollium:actions/crop
b.24.svg
w.24.svg Name: cut FQN: tollium:actions/cut16x16.pngName: debug FQN: tollium:actions/debug24x24.png- Name: delete FQN: tollium:actions/delete
b.16.svg
b.24.svg
b.svg - Name: disconnect FQN: tollium:actions/disconnect
ixo
ixo - Name: donotsend FQN: tollium:actions/donotsend
ixo
ixo - Name: down FQN: tollium:actions/down
ixo
ixo - Name: download FQN: tollium:actions/download
b.16.svg
c.16.svg
b.24.svg
c.24.svg - Name: download_file FQN: tollium:actions/download_file
ixo
ixo Name: dragmultiple FQN: tollium:actions/dragmultiple16x16.pngName: dragsingle FQN: tollium:actions/dragsingle16x16.pngName: dropper FQN: tollium:actions/dropper16x16.png24x24.png- Name: duplicate FQN: tollium:actions/duplicate
b.16.svg
b.24.svg - Name: edit FQN: tollium:actions/edit
b.16.svg
w.16.svg
b.svg - Name: escalate FQN: tollium:actions/escalate
ixo
ixo - Name: export FQN: tollium:actions/export
b.16.svg
w.16.svg
w.24.svg - Name: filter FQN: tollium:actions/filter
b.16.svg
w.16.svg
b.24.svg
b.svg - Name: fliphorizontal FQN: tollium:actions/fliphorizontal
b.24.svg
w.24.svg - Name: flipvertical FQN: tollium:actions/flipvertical
b.24.svg
w.24.svg Name: flush FQN: tollium:actions/flush24x24.png- Name: foldin FQN: tollium:actions/foldin
b.16.svg - Name: foldout FQN: tollium:actions/foldout
b.16.svg - Name: forward FQN: tollium:actions/forward
w.16.svg
b.svg - Name: grayscale FQN: tollium:actions/grayscale
b.24.svg
w.24.svg - Name: help FQN: tollium:actions/help
b.16.svg
c.16.svg
w.16.svg
b.24.svg
c.24.svg
w.24.svg - Name: helpthin FQN: tollium:actions/helpthin
w.24.svg - Name: history FQN: tollium:actions/history
b.16.svg
w.16.svg
b.24.svg - Name: home FQN: tollium:actions/home
w.16.svg
ixo
ixo
b.svg - Name: import FQN: tollium:actions/import
b.svg
w.svg - Name: invert FQN: tollium:actions/invert
b.24.svg
w.24.svg - Name: judge FQN: tollium:actions/judge
b.24.svg - Name: left FQN: tollium:actions/left
ixo
ixo - Name: levelup FQN: tollium:actions/levelup
b.16.svg
w.16.svg - Name: link FQN: tollium:actions/link
b.16.svg
b.24.svg - Name: logout FQN: tollium:actions/logout
b.16.svg - Name: manageplaces FQN: tollium:actions/manageplaces
b.24.svg Name: maximize FQN: tollium:actions/maximize24x24.png- Name: menu FQN: tollium:actions/menu
b.16.svg
b.24.svg
b.svg - Name: meredians FQN: tollium:actions/meredians
b.24.svg Name: minimize FQN: tollium:actions/minimize24x24.png- Name: open FQN: tollium:actions/open
b.16.svg
b.24.svg - Name: openlink FQN: tollium:actions/openlink
b.16.svg Name: paste FQN: tollium:actions/paste16x16.png- Name: pause FQN: tollium:actions/pause
b.16.svg
w.16.svg
b.24.svg
b.svg - Name: play FQN: tollium:actions/play
b.16.svg
w.16.svg
b.24.svg
b.svg - Name: print FQN: tollium:actions/print
b.16.svg
w.16.svg
b.24.svg
w.24.svg
b.svg
w.svg - Name: properties FQN: tollium:actions/properties
b.16.svg
w.24.svg
w.svg - Name: publish FQN: tollium:actions/publish
ixo
ixo - Name: redo FQN: tollium:actions/redo
b.16.svg
w.svg - Name: reference FQN: tollium:actions/reference
b.24.svg
w.24.svg - Name: refresh FQN: tollium:actions/refresh
b.16.svg
w.16.svg - Name: reload FQN: tollium:actions/reload
b.16.svg
w.16.svg - Name: removepublication FQN: tollium:actions/removepublication
ixo
ixo - Name: replace FQN: tollium:actions/replace
b.16.svg
w.16.svg - Name: resend FQN: tollium:actions/resend
b.24.svg
c.24.svg - Name: reset FQN: tollium:actions/reset
b.16.svg
w.16.svg - Name: resetcrop FQN: tollium:actions/resetcrop
b.24.svg
w.24.svg - Name: resetfile FQN: tollium:actions/resetfile
b.16.svg - Name: review FQN: tollium:actions/review
b.24.svg - Name: right FQN: tollium:actions/right
ixo
ixo - Name: rotate FQN: tollium:actions/rotate
b.16.svg
w.16.svg Name: rotate_left FQN: tollium:actions/rotate_left16x16.pngName: rotate_right FQN: tollium:actions/rotate_right16x16.png- Name: rotateleft FQN: tollium:actions/rotateleft
b.24.svg
w.24.svg - Name: rotateright FQN: tollium:actions/rotateright
b.24.svg
w.24.svg - Name: runtocursor FQN: tollium:actions/runtocursor
b.24.svg - Name: save FQN: tollium:actions/save
b.16.svg
w.16.svg
b.24.svg
w.24.svg
b.svg - Name: search FQN: tollium:actions/search
b.16.svg
w.16.svg - Name: send FQN: tollium:actions/send
ixo
ixo - Name: sepia FQN: tollium:actions/sepia
b.24.svg
w.24.svg - Name: share FQN: tollium:actions/share
b.16.svg
w.16.svg - Name: sharpen FQN: tollium:actions/sharpen
b.24.svg
w.24.svg - Name: skip FQN: tollium:actions/skip
b.16.svg - Name: stepinto FQN: tollium:actions/stepinto
b.16.svg
b.24.svg - Name: stepoutof FQN: tollium:actions/stepoutof
b.16.svg
b.24.svg - Name: stretch FQN: tollium:actions/stretch
b.24.svg - Name: to_bottom FQN: tollium:actions/to_bottom
ixo
ixo - Name: to_top FQN: tollium:actions/to_top
ixo
ixo - Name: togglepane FQN: tollium:actions/togglepane
b.24.svg - Name: translate FQN: tollium:actions/translate
b.16.svg
w.16.svg - Name: trash FQN: tollium:actions/trash
b.16.svg
b.24.svg
w.24.svg - Name: undo FQN: tollium:actions/undo
b.16.svg
w.16.svg - Name: unlink FQN: tollium:actions/unlink
b.24.svg Name: unreferenced FQN: tollium:actions/unreferenced16x16.png24x24.pngName: untranslated FQN: tollium:actions/untranslated16x16.png24x24.png- Name: up FQN: tollium:actions/up
ixo
ixo - Name: upanddownload FQN: tollium:actions/upanddownload
ixo
ixo - Name: upload FQN: tollium:actions/upload
b.16.svg
b.24.svg
ixo
ixo - Name: view FQN: tollium:actions/view
b.16.svg
w.16.svg
w.24.svg
ixo
ixo - Name: viewdeleted FQN: tollium:actions/viewdeleted
ixo
ixo Name: addaddressbook FQN: tollium:addressbook/addaddressbook24x24.pngName: addcontact FQN: tollium:addressbook/addcontact24x24.png- Name: addressbook FQN: tollium:addressbook/addressbook
b.16.svg
w.16.svg - Name: businessphone FQN: tollium:addressbook/businessphone
b.16.svg
w.16.svg - Name: calculator FQN: tollium:addressbook/calculator
b.16.svg
w.16.svg - Name: contact FQN: tollium:addressbook/contact
b.16.svg
w.16.svg Name: homephone FQN: tollium:addressbook/homephone16x16.png24x24.png- Name: mobilephone FQN: tollium:addressbook/mobilephone
b.16.svg
w.16.svg - Name: smartphone FQN: tollium:addressbook/smartphone
b.16.svg
w.16.svg - Name: tablet FQN: tollium:addressbook/tablet
b.16.svg
w.16.svg - Name: addofficebuilding FQN: tollium:agenda/addofficebuilding
ixo
ixo - Name: alarm FQN: tollium:agenda/alarm
ixo
ixo - Name: dayview FQN: tollium:agenda/dayview
ixo
ixo - Name: monthview FQN: tollium:agenda/monthview
ixo
ixo - Name: officebuilding FQN: tollium:agenda/officebuilding
ixo
ixo - Name: tasks FQN: tollium:agenda/tasks
ixo
ixo - Name: time FQN: tollium:agenda/time
ixo
ixo - Name: timezone FQN: tollium:agenda/timezone
ixo
ixo - Name: today FQN: tollium:agenda/today
ixo
ixo - Name: weekview FQN: tollium:agenda/weekview
ixo
ixo - Name: addressbook FQN: tollium:applications/addressbook
b.16.svg
w.16.svg - Name: editor FQN: tollium:applications/editor
b.16.svg
w.16.svg - Name: email FQN: tollium:applications/email
b.16.svg
w.16.svg - Name: feedback FQN: tollium:applications/feedback
b.16.svg
b.24.svg - Name: feedreader FQN: tollium:applications/feedreader
b.16.svg
w.16.svg - Name: monitoring FQN: tollium:applications/monitoring
b.16.svg
b.24.svg - Name: pronuntio FQN: tollium:applications/pronuntio
b.16.svg
w.16.svg - Name: publisher FQN: tollium:applications/publisher
b.16.svg
w.16.svg - Name: rte FQN: tollium:applications/rte
b.16.svg
w.16.svg - Name: shortlink FQN: tollium:applications/shortlink
b.16.svg
c.16.svg
b.24.svg
c.24.svg - Name: signpost FQN: tollium:applications/signpost
b.16.svg
w.16.svg - Name: socialite FQN: tollium:applications/socialite
b.16.svg
w.16.svg - Name: systemnews FQN: tollium:applications/systemnews
b.16.svg
w.16.svg - Name: usermgmt FQN: tollium:applications/usermgmt
b.16.svg
w.16.svg - Name: versioning FQN: tollium:applications/versioning
ixo
ixo - Name: wrd FQN: tollium:applications/wrd
b.16.svg
w.16.svg - Name: agenda FQN: tollium:backgrounds/agenda
24.svg
24.svg - Name: banknote FQN: tollium:backgrounds/banknote
b.16.svg
w.16.svg
b.24.svg
w.24.svg - Name: banknoteright FQN: tollium:backgrounds/banknoteright
b.16.svg
w.16.svg
b.24.svg
w.24.svg - Name: beerglass FQN: tollium:backgrounds/beer/beerglass
b.24.svg - Name: bitter FQN: tollium:backgrounds/beer/bitter
b.24.svg - Name: black FQN: tollium:backgrounds/beer/black
b.24.svg - Name: bock FQN: tollium:backgrounds/beer/bock
b.24.svg - Name: ipa FQN: tollium:backgrounds/beer/ipa
b.24.svg - Name: pils FQN: tollium:backgrounds/beer/pils
b.24.svg - Name: agenda FQN: tollium:backgrounds/blocks/agenda
16.svg
16.svg - Name: blue FQN: tollium:backgrounds/blocks/blue
16.svg
16.svg
24.svg
24.svg - Name: darkblue FQN: tollium:backgrounds/blocks/darkblue
16.svg
16.svg
24.svg
24.svg - Name: darkgreen FQN: tollium:backgrounds/blocks/darkgreen
16.svg
16.svg
24.svg
24.svg - Name: darkred FQN: tollium:backgrounds/blocks/darkred
16.svg
16.svg
24.svg
24.svg - Name: orange FQN: tollium:backgrounds/blocks/orange
16.svg
16.svg
24.svg
24.svg - Name: clipboard FQN: tollium:backgrounds/clipboard
b.24.svg - Name: cloud FQN: tollium:backgrounds/cloud
c.16.svg
c.24.svg - Name: document FQN: tollium:backgrounds/document
b.24.svg - Name: file FQN: tollium:backgrounds/file
16.svg
16.svg
24.svg
24.svg - Name: fileworld FQN: tollium:backgrounds/fileworld
24.svg
24.svg - Name: folder FQN: tollium:backgrounds/folder
16.svg
16.svg
24.svg
24.svg - Name: photofile FQN: tollium:backgrounds/photofile
16.svg
16.svg
24.svg
24.svg - Name: photofolder FQN: tollium:backgrounds/photofolder
16.svg
16.svg
24.svg
24.svg - Name: banknotes FQN: tollium:business/banknotes
b.16.svg
ixo
ixo
b.svg
w.svg - Name: briefcase FQN: tollium:business/briefcase
b.16.svg
w.16.svg - Name: calculator FQN: tollium:business/calculator
16x16.pngb.16x16.pngw.16x16.png24x24.pngb.24x24.pngw.24x24.pngb.32x32.pngw.32x32.pngb.48x48.pngw.48x48.pngb.96x96.pngw.96x96.png
ixo
ixo - Name: coins FQN: tollium:business/coins
b.16.svg
w.16.svg - Name: creditcard FQN: tollium:business/creditcard
b.16.svg
w.16.svg - Name: ideal FQN: tollium:business/ideal
b.16.svg Name: mastercard FQN: tollium:business/mastercard24x24.png32x32.pngName: pda FQN: tollium:business/pda16x16.png24x24.png- Name: presentation FQN: tollium:business/presentation
b.16.svg
w.16.svg Name: vault FQN: tollium:business/vault24x24.pngName: visa FQN: tollium:business/visa24x24.png32x32.png- Name: anchor FQN: tollium:buttonbar/anchor
b.16.svg - Name: bold FQN: tollium:buttonbar/bold
b.16.svg - Name: bulletedlist FQN: tollium:buttonbar/bulletedlist
b.16.svg - Name: clearformatting FQN: tollium:buttonbar/clearformatting
b.16.svg - Name: crop FQN: tollium:buttonbar/crop
b.16.svg - Name: cursorabove FQN: tollium:buttonbar/cursorabove
b.16.svg - Name: cursorbelow FQN: tollium:buttonbar/cursorbelow
b.16.svg - Name: folderpath FQN: tollium:buttonbar/folderpath
b.16.svg - Name: hidepart FQN: tollium:buttonbar/hidepart
ixo
ixo - Name: image FQN: tollium:buttonbar/image
b.16.svg
b.24.svg - Name: indentlist FQN: tollium:buttonbar/indentlist
b.16.svg - Name: insertmovie FQN: tollium:buttonbar/insertmovie
b.16.svg - Name: insertobject FQN: tollium:buttonbar/insertobject
b.16.svg - Name: italic FQN: tollium:buttonbar/italic
b.16.svg - Name: link FQN: tollium:buttonbar/link
b.16.svg - Name: minus FQN: tollium:buttonbar/minus
b.16.svg
w.16.svg - Name: numberedlist FQN: tollium:buttonbar/numberedlist
b.16.svg - Name: paragraph FQN: tollium:buttonbar/paragraph
b.16.svg - Name: plus FQN: tollium:buttonbar/plus
b.16.svg
w.16.svg - Name: showmultirow FQN: tollium:buttonbar/showmultirow
b.16.svg - Name: showpart FQN: tollium:buttonbar/showpart
ixo
ixo - Name: showsinglerow FQN: tollium:buttonbar/showsinglerow
b.16.svg Name: showthumbnails FQN: tollium:buttonbar/showthumbnailsb.16x16.pngw.16x16.pngb.24x24.pngw.24x24.png- Name: showthumbs FQN: tollium:buttonbar/showthumbs
b.16.svg - Name: strikethrough FQN: tollium:buttonbar/strikethrough
b.16.svg - Name: subscript FQN: tollium:buttonbar/subscript
b.16.svg - Name: superscript FQN: tollium:buttonbar/superscript
b.16.svg - Name: table FQN: tollium:buttonbar/table
b.16.svg - Name: underlined FQN: tollium:buttonbar/underlined
b.16.svg - Name: unindentlist FQN: tollium:buttonbar/unindentlist
b.16.svg Name: de FQN: tollium:countryfolders/de16x16.pngName: fr FQN: tollium:countryfolders/fr16x16.pngName: gb FQN: tollium:countryfolders/gb16x16.pngName: hu FQN: tollium:countryfolders/hu16x16.pngName: it FQN: tollium:countryfolders/it16x16.pngName: nl FQN: tollium:countryfolders/nl16x16.pngName: adddatabase FQN: tollium:database/adddatabase24x24.pngName: addschema FQN: tollium:database/addschema24x24.pngName: addtable FQN: tollium:database/addtable24x24.png- Name: database FQN: tollium:database/database
b.16.svg
w.16.svg Name: roles FQN: tollium:database/roles16x16.png24x24.png- Name: schema FQN: tollium:database/schema
b.16.svg
w.16.svg - Name: sql_client FQN: tollium:database/sql_client
b.16.svg
w.16.svg - Name: table FQN: tollium:database/table
b.16.svg
w.16.svg - Name: types FQN: tollium:database/types
b.16.svg
w.16.svg Name: view FQN: tollium:database/view16x16.png24x24.pngName: address FQN: tollium:datatypes/address16x16.pngName: array FQN: tollium:datatypes/array16x16.pngName: boolean FQN: tollium:datatypes/boolean16x16.png- Name: date FQN: tollium:datatypes/date
b.16.svg
w.16.svg Name: domain_multiple FQN: tollium:datatypes/domain_multiple16x16.pngName: domain_single FQN: tollium:datatypes/domain_single16x16.pngName: email FQN: tollium:datatypes/email16x16.pngName: file FQN: tollium:datatypes/file16x16.pngName: freetext FQN: tollium:datatypes/freetext16x16.pngName: id FQN: tollium:datatypes/id16x16.pngName: image FQN: tollium:datatypes/image16x16.pngName: integer FQN: tollium:datatypes/integer16x16.pngName: money FQN: tollium:datatypes/money16x16.pngName: ordering FQN: tollium:datatypes/ordering16x16.pngName: password FQN: tollium:datatypes/password16x16.pngName: richtext FQN: tollium:datatypes/richtext16x16.pngName: telephone FQN: tollium:datatypes/telephone16x16.png- Name: time FQN: tollium:datatypes/time
b.16.svg
w.16.svg - Name: beer FQN: tollium:drinks/beer
ixo
ixo - Name: black FQN: tollium:drinks/black
ixo
ixo - Name: bock FQN: tollium:drinks/bock
ixo
ixo Name: cocktail FQN: tollium:drinks/cocktail24x24.pngName: coffee FQN: tollium:drinks/coffee16x16.png24x24.png32x32.png- Name: ipa FQN: tollium:drinks/ipa
ixo
ixo Name: wine FQN: tollium:drinks/wine16x16.png24x24.png32x32.png- Name: addfile FQN: tollium:filemgr/addfile
b.16.svg
w.16.svg - Name: addfolder FQN: tollium:filemgr/addfolder
b.16.svg
w.16.svg - Name: download FQN: tollium:filemgr/download
ixo
ixo - Name: download_file FQN: tollium:filemgr/download_file
ixo
ixo - Name: mydocuments FQN: tollium:filemgr/mydocuments
w.16.svg
w.16.24.svg
ixo
ixo - Name: previewsite FQN: tollium:filemgr/previewsite
b.16.svg
w.16.svg
b.24.svg
w.24.svg
ixo
ixo - Name: publisher FQN: tollium:filemgr/publisher
b.16.svg
ixo
ixo - Name: replace_file FQN: tollium:filemgr/replace_file
b.16.svg
w.16.svg Name: republish FQN: tollium:filemgr/republish24x24.pngName: site FQN: tollium:filemgr/site16x16.png24x24.pngName: trashcan_closed FQN: tollium:filemgr/trashcan_closed16x16.png24x24.pngName: trashcan_open FQN: tollium:filemgr/trashcan_open24x24.pngName: trasheddocs FQN: tollium:filemgr/trasheddocs24x24.pngName: upfolder FQN: tollium:filemgr/upfolder16x16.png- Name: uploadfile FQN: tollium:filemgr/uploadfile
b.16.svg
b.24.svg - Name: application_msword FQN: tollium:files/application_msword
b.16.svg
w.16.svg
ixo
ixo - Name: application_pdf FQN: tollium:files/application_pdf
b.16.svg
w.16.svg
ixo
ixo - Name: application_rss_xml FQN: tollium:files/application_rss_xml
b.16.svg
w.16.svg - Name: application_vnd_ms-access FQN: tollium:files/application_vnd_ms-access
b.16.svg
w.16.svg - Name: application_vnd_ms-excel FQN: tollium:files/application_vnd_ms-excel
b.16.svg
w.16.svg Name: application_vnd_ms-onenote FQN: tollium:files/application_vnd_ms-onenote16x16.png- Name: application_vnd_ms-powerpoint FQN: tollium:files/application_vnd_ms-powerpoint
b.16.svg
w.16.svg Name: application_vnd_oasis_opendocument_spreadsheet FQN: tollium:files/application_vnd_oasis_opendocument_spreadsheet16x16.pngName: application_vnd_oasis_opendocument_text FQN: tollium:files/application_vnd_oasis_opendocument_text16x16.png- Name: application_vnd_visio FQN: tollium:files/application_vnd_visio
b.16.svg
w.16.svg - Name: application_wharchive FQN: tollium:files/application_wharchive
ixo
ixo - Name: application_x-font FQN: tollium:files/application_x-font
b.16.svg
w.16.svg - Name: application_x-gzip FQN: tollium:files/application_x-gzip
b.16.svg
w.16.svg
ixo
ixo - Name: application_x-javascript FQN: tollium:files/application_x-javascript
b.16.svg
w.16.svg
ixo
ixo - Name: application_x-rar-compressed FQN: tollium:files/application_x-rar-compressed
w.16.svg
b.svg Name: application_x-shockwave-flash FQN: tollium:files/application_x-shockwave-flash16x16.pngName: application_x-webhare-achievement FQN: tollium:files/application_x-webhare-achievement16x16.pngName: application_x-webhare-bookmark FQN: tollium:files/application_x-webhare-bookmark16x16.png- Name: application_x-webhare-contentlink FQN: tollium:files/application_x-webhare-contentlink
b.16.svg
w.16.svg
ixo
ixo - Name: application_x-webhare-contentlisting FQN: tollium:files/application_x-webhare-contentlisting
b.16.svg
w.16.svg
ixo
ixo - Name: application_x-webhare-externallink FQN: tollium:files/application_x-webhare-externallink
b.16.svg
w.16.svg
ixo
ixo Name: application_x-webhare-favorite FQN: tollium:files/application_x-webhare-favorite16x16.pngName: application_x-webhare-fla FQN: tollium:files/application_x-webhare-fla16x16.png- Name: application_x-webhare-general FQN: tollium:files/application_x-webhare-general
b.16.svg
b.24.svg
b.svg Name: application_x-webhare-hidden FQN: tollium:files/application_x-webhare-hidden16x16.png- Name: application_x-webhare-internallink FQN: tollium:files/application_x-webhare-internallink
b.16.svg
w.16.svg
ixo
ixo - Name: application_x-webhare-languagefile FQN: tollium:files/application_x-webhare-languagefile
b.16.svg
w.16.svg - Name: application_x-webhare-library FQN: tollium:files/application_x-webhare-library
b.16.svg
w.16.svg
ixo
ixo Name: application_x-webhare-newsitem FQN: tollium:files/application_x-webhare-newsitem16x16.pngName: application_x-webhare-pda FQN: tollium:files/application_x-webhare-pda16x16.pngName: application_x-webhare-product FQN: tollium:files/application_x-webhare-product16x16.png- Name: application_x-webhare-profile FQN: tollium:files/application_x-webhare-profile
b.16.svg
w.16.svg
ixo
ixo - Name: application_x-webhare-richdocument FQN: tollium:files/application_x-webhare-richdocument
b.16.svg
w.16.svg
b.24.svg
24.svg
24.svg
ixo
ixo
b.svg - Name: application_x-webhare-richdocument-abtest FQN: tollium:files/application_x-webhare-richdocument-abtest
b.16.svg Name: application_x-webhare-search FQN: tollium:files/application_x-webhare-search16x16.png- Name: application_x-webhare-semidynamic FQN: tollium:files/application_x-webhare-semidynamic
b.16.svg
w.16.svg
ixo
ixo - Name: application_x-webhare-serverparsed FQN: tollium:files/application_x-webhare-serverparsed
b.16.svg
w.16.svg - Name: application_x-webhare-sitemap FQN: tollium:files/application_x-webhare-sitemap
b.16.svg
w.16.svg - Name: application_x-webhare-siteprofile FQN: tollium:files/application_x-webhare-siteprofile
b.16.svg
w.16.svg
ixo
ixo - Name: application_x-webhare-survey FQN: tollium:files/application_x-webhare-survey
b.16.svg
w.16.svg
ixo
ixo - Name: application_x-webhare-tag FQN: tollium:files/application_x-webhare-tag
ixo
ixo - Name: application_x-webhare-template FQN: tollium:files/application_x-webhare-template
b.16.svg
w.16.svg
ixo
ixo - Name: application_x-webhare-unknown FQN: tollium:files/application_x-webhare-unknown
b.16.svg
w.16.svg - Name: application_x-webhare-whscript FQN: tollium:files/application_x-webhare-whscript
b.16.svg
w.16.svg
ixo
ixo - Name: application_x-webhare-witty FQN: tollium:files/application_x-webhare-witty
b.16.svg
w.16.svg
ixo
ixo - Name: application_zip FQN: tollium:files/application_zip
b.16.svg
w.16.svg
ixo
ixo - Name: audio FQN: tollium:files/audio
b.16.svg
w.16.svg - Name: certificate FQN: tollium:files/certificate
ixo
ixo Name: fileoutline FQN: tollium:files/fileoutlineb.16x16.pngw.16x16.pngb.24x24.pngw.24x24.pngb.32x32.pngw.32x32.pngb.48x48.pngw.48x48.pngb.96x96.pngw.96x96.png- Name: image FQN: tollium:files/image
b.16.svg
w.16.svg
ixo
ixo - Name: invoice FQN: tollium:files/invoice
ixo
ixo Name: message_rfc822 FQN: tollium:files/message_rfc82216x16.png- Name: news FQN: tollium:files/news
ixo
ixo - Name: normal FQN: tollium:files/normal
ixo
ixo - Name: projects FQN: tollium:files/projects
ixo
ixo - Name: quotation FQN: tollium:files/quotation
ixo
ixo - Name: rtd FQN: tollium:files/rtd
ixo
ixo - Name: starred FQN: tollium:files/starred
ixo
ixo - Name: text_calendar FQN: tollium:files/text_calendar
b.16.svg
w.svg - Name: text_css FQN: tollium:files/text_css
b.16.svg
w.16.svg
ixo
ixo
w.ixo Name: text_csv FQN: tollium:files/text_csv16x16.png- Name: text_html FQN: tollium:files/text_html
b.16.svg
w.16.svg
ixo
ixo - Name: text_plain FQN: tollium:files/text_plain
b.16.svg
w.16.svg
ixo
ixo Name: text_vnd_wap_wml FQN: tollium:files/text_vnd_wap_wml16x16.pngName: text_x-vcard FQN: tollium:files/text_x-vcard16x16.png- Name: text_xml FQN: tollium:files/text_xml
b.16.svg
w.16.svg
ixo
ixo - Name: video FQN: tollium:files/video
b.16.svg
w.16.svg - Name: webform FQN: tollium:files/webform
ixo
ixo - Name: widget FQN: tollium:files/widget
b.16.svg
w.16.svg
ixo
ixo - Name: agenda FQN: tollium:folders/agenda
b.16.svg
w.16.svg
ixo
ixo - Name: alias FQN: tollium:folders/alias
ixo
ixo Name: approved FQN: tollium:folders/approved16x16.pngName: audio FQN: tollium:folders/audio16x16.pngName: audio_open FQN: tollium:folders/audio_open16x16.png- Name: beaconfolder FQN: tollium:folders/beaconfolder
ixo
ixo Name: bookmark FQN: tollium:folders/bookmark16x16.png- Name: camera FQN: tollium:folders/camera
b.16.svg
w.16.svg - Name: clock FQN: tollium:folders/clock
16x16.png
ixo
ixo - Name: contact FQN: tollium:folders/contact
ixo
ixo Name: de FQN: tollium:folders/countries/de16x16.pngName: fr FQN: tollium:folders/countries/fr16x16.pngName: gb FQN: tollium:folders/countries/gb16x16.pngName: hu FQN: tollium:folders/countries/hu16x16.pngName: it FQN: tollium:folders/countries/it16x16.pngName: nl FQN: tollium:folders/countries/nl16x16.png- Name: download FQN: tollium:folders/download
b.16.svg
w.16.svg Name: drafts FQN: tollium:folders/drafts16x16.png- Name: email FQN: tollium:folders/email
b.16.svg
w.16.svg Name: error FQN: tollium:folders/error16x16.png- Name: externalserver FQN: tollium:folders/externalserver
ixo
ixo - Name: filter FQN: tollium:folders/filter
ixo
ixo - Name: footstep FQN: tollium:folders/footstep
b.16.svg
w.16.svg - Name: forbidden FQN: tollium:folders/forbidden
b.16.svg
w.16.svg - Name: foreign FQN: tollium:folders/foreign
b.16.svg
w.16.svg Name: help FQN: tollium:folders/help16x16.pngName: inbox FQN: tollium:folders/inbox16x16.png- Name: info FQN: tollium:folders/info
b.16.svg
w.16.svg - Name: lang FQN: tollium:folders/lang
b.16.svg
w.16.svg - Name: language FQN: tollium:folders/language
ixo
ixo - Name: linked FQN: tollium:folders/linked
b.16.svg
w.16.svg - Name: locked FQN: tollium:folders/locked
b.16.svg
w.16.svg
ixo
ixo Name: masks FQN: tollium:folders/masks16x16.pngName: medal FQN: tollium:folders/medal16x16.png- Name: movie FQN: tollium:folders/movie
ixo
ixo - Name: multiple FQN: tollium:folders/multiple
b.24.svg
w.24.svg - Name: multiplebold FQN: tollium:folders/multiplebold
b.24.svg - Name: mydocuments FQN: tollium:folders/mydocuments
b.16.svg
w.16.svg Name: new FQN: tollium:folders/new16x16.png- Name: news FQN: tollium:folders/news
16x16.png
ixo
ixo - Name: normal FQN: tollium:folders/normal
ixo
ixo Name: notapproved FQN: tollium:folders/notapproved16x16.png- Name: numbered FQN: tollium:folders/numbered
ixo
ixo - Name: open FQN: tollium:folders/open
b.16.svg
w.16.svg Name: outbox FQN: tollium:folders/outbox16x16.png- Name: outputserver FQN: tollium:folders/outputserver
ixo
ixo - Name: people FQN: tollium:folders/people
b.16.svg
w.16.svg - Name: person FQN: tollium:folders/person
b.16.svg
w.16.svg - Name: photoalbum FQN: tollium:folders/photoalbum
b.16.svg
w.16.svg
ixo
ixo - Name: piechart FQN: tollium:folders/piechart
b.16.svg
w.16.svg - Name: projects FQN: tollium:folders/projects
b.16.svg
w.16.svg
ixo
ixo - Name: properties FQN: tollium:folders/properties
ixo
ixo - Name: publications FQN: tollium:folders/publications
b.16.svg
w.16.svg
ixo
ixo - Name: publisher FQN: tollium:folders/publisher
16x16.pngb.16x16.pngw.16x16.pngb.24x24.pngw.24x24.pngb.48x48.pngw.48x48.png
ixo
ixo - Name: redirectsite FQN: tollium:folders/redirectsite
ixo
ixo - Name: repository FQN: tollium:folders/repository
b.16.svg
w.16.svg
b.24.svg
b.svg - Name: save FQN: tollium:folders/save
b.16.svg
w.16.svg - Name: search FQN: tollium:folders/search
b.16.svg
w.16.svg
ixo
ixo Name: sent_email FQN: tollium:folders/sent_email16x16.png- Name: serveraccessrules FQN: tollium:folders/serveraccessrules
ixo
ixo - Name: shared FQN: tollium:folders/shared
ixo
ixo - Name: site FQN: tollium:folders/site
b.16.svg
b.24.svg
ixo
ixo
b.svg
w.svg - Name: snippetfolder FQN: tollium:folders/snippetfolder
b.16.svg
c.16.svg
w.16.svg
b.24.svg
c.24.svg
w.24.svg Name: spam FQN: tollium:folders/spam16x16.png- Name: star FQN: tollium:folders/star
b.16.svg
w.16.svg
ixo
ixo Name: statistics FQN: tollium:folders/statistics16x16.png- Name: study FQN: tollium:folders/study
ixo
ixo - Name: system FQN: tollium:folders/system
w.16.svg
ixo
ixo
b.svg - Name: tag FQN: tollium:folders/tag
ixo
ixo - Name: target FQN: tollium:folders/target
b.16.svg
w.16.svg Name: tools FQN: tollium:folders/tools16x16.png- Name: trash FQN: tollium:folders/trash
b.16.svg
w.16.svg - Name: user FQN: tollium:folders/user
ixo
ixo - Name: video FQN: tollium:folders/video
b.16.svg
w.16.svg Name: wait FQN: tollium:folders/wait16x16.pngName: webhare FQN: tollium:folders/webhare16x16.png- Name: webhareserver FQN: tollium:folders/webhareserver
ixo
ixo - Name: websitealias FQN: tollium:folders/websitealias
ixo
ixo - Name: widget FQN: tollium:folders/widget
b.16.svg
w.16.svg
ixo
ixo - Name: address FQN: tollium:forms/address
b.16.svg
ixo
ixo - Name: array FQN: tollium:forms/array
ixo
ixo - Name: checkbox FQN: tollium:forms/checkbox
b.16.svg
b.24.svg - Name: checkboxes FQN: tollium:forms/checkboxes
b.16.svg
b.24.svg - Name: date FQN: tollium:forms/date
ixo
ixo - Name: email FQN: tollium:forms/email
ixo
ixo - Name: hidden FQN: tollium:forms/hidden
b.16.svg
b.24.svg - Name: id FQN: tollium:forms/id
b.16.svg - Name: image FQN: tollium:forms/image
ixo
ixo - Name: numeric FQN: tollium:forms/numeric
b.16.svg - Name: password FQN: tollium:forms/password
b.16.svg
b.24.svg
w.24.svg - Name: plaintext FQN: tollium:forms/plaintext
b.16.svg
b.24.svg - Name: pulldown FQN: tollium:forms/pulldown
b.16.svg
b.24.svg
w.24.svg - Name: radio FQN: tollium:forms/radio
b.16.svg
b.24.svg - Name: recaptcha FQN: tollium:forms/recaptcha
b.16.svg
w.16.svg - Name: richtext FQN: tollium:forms/richtext
b.16.svg
b.24.svg - Name: rtd FQN: tollium:forms/rtd
ixo
ixo - Name: spamcheck FQN: tollium:forms/spamcheck
b.16.svg
b.24.svg - Name: subcondition FQN: tollium:forms/subcondition
b.16.svg - Name: textarea FQN: tollium:forms/textarea
b.16.svg
b.24.svg - Name: textedit FQN: tollium:forms/textedit
b.16.svg
b.24.svg - Name: time FQN: tollium:forms/time
b.16.svg - Name: upload FQN: tollium:forms/upload
ixo
ixo Name: bang FQN: tollium:games/bang16x16.pngName: bomb FQN: tollium:games/bomb16x16.pngName: flag FQN: tollium:games/flag16x16.pngName: about FQN: tollium:mailclient/about128x128.png- Name: account FQN: tollium:mailclient/account
b.16.svg
w.16.svg - Name: attach FQN: tollium:mailclient/attach
w.16.svg
b.svg - Name: attachment FQN: tollium:mailclient/attachment
b.16.svg
w.16.svg - Name: checkmail FQN: tollium:mailclient/checkmail
b.16.svg
w.16.svg - Name: contacts FQN: tollium:mailclient/contacts
b.16.svg
w.16.svg
b.24.svg
b.svg Name: forward FQN: tollium:mailclient/forwardb.16x16.pngw.16x16.png24x24.pngb.24x24.pngw.24x24.pngb.32x32.pngw.32x32.pngb.48x48.pngw.48x48.pngb.96x96.pngw.96x96.png- Name: forwarded FQN: tollium:mailclient/forwarded
16x16.png
ixo
ixo - Name: inbox FQN: tollium:mailclient/inbox
b.16.svg
w.16.svg Name: label FQN: tollium:mailclient/label16x16.png24x24.pngName: mail_closed FQN: tollium:mailclient/mail_closed16x16.pngName: mail_opened FQN: tollium:mailclient/mail_opened16x16.png- Name: mailinglist FQN: tollium:mailclient/mailinglist
b.16.svg
w.16.svg - Name: mailinglist_dynamic FQN: tollium:mailclient/mailinglist_dynamic
b.16.svg
w.16.svg - Name: message FQN: tollium:mailclient/message
b.16.svg
b.24.svg Name: new_message FQN: tollium:mailclient/new_message24x24.png- Name: previewmail FQN: tollium:mailclient/previewmail
b.16.svg
w.16.svg
b.24.svg
w.24.svg - Name: replied FQN: tollium:mailclient/replied
ixo
ixo - Name: replied_forwarded FQN: tollium:mailclient/replied_forwarded
ixo
ixo - Name: reply FQN: tollium:mailclient/reply
b.16.svg
w.16.svg
ixo
ixo - Name: replytoall FQN: tollium:mailclient/replytoall
b.16.svg
w.16.svg - Name: send FQN: tollium:mailclient/send
b.16.svg
w.16.svg
b.24.svg
w.24.svg Name: sourcecode FQN: tollium:mailclient/sourcecodeb.16x16.pngw.16x16.pngb.24x24.pngw.24x24.pngb.32x32.pngw.32x32.pngb.48x48.pngw.48x48.pngb.96x96.pngw.96x96.pngName: spelling FQN: tollium:mailclient/spelling24x24.png- Name: godown FQN: tollium:maps/godown
24.svg
24.svg - Name: goleft FQN: tollium:maps/goleft
24.svg
24.svg - Name: goright FQN: tollium:maps/goright
24.svg
24.svg - Name: goup FQN: tollium:maps/goup
24.svg
24.svg - Name: marker_black FQN: tollium:maps/markers/marker_black
48.svg
48.svg - Name: marker_black_filled FQN: tollium:maps/markers/marker_black_filled
48.svg
48.svg - Name: marker_blue FQN: tollium:maps/markers/marker_blue
48.svg
48.svg - Name: marker_blue_filled FQN: tollium:maps/markers/marker_blue_filled
48.svg
48.svg - Name: marker_green FQN: tollium:maps/markers/marker_green
48.svg
48.svg - Name: marker_green_filled FQN: tollium:maps/markers/marker_green_filled
48.svg
48.svg - Name: marker_red FQN: tollium:maps/markers/marker_red
48.svg
48.svg - Name: marker_red_filled FQN: tollium:maps/markers/marker_red_filled
48.svg
48.svg - Name: marker_yellow FQN: tollium:maps/markers/marker_yellow
48.svg
48.svg - Name: marker_yellow_filled FQN: tollium:maps/markers/marker_yellow_filled
48.svg
48.svg - Name: 0 FQN: tollium:maps/overlays/0
48.svg
48.svg - Name: 1 FQN: tollium:maps/overlays/1
48.svg
48.svg - Name: 2 FQN: tollium:maps/overlays/2
48.svg
48.svg - Name: 3 FQN: tollium:maps/overlays/3
48.svg
48.svg - Name: 4 FQN: tollium:maps/overlays/4
48.svg
48.svg - Name: 5 FQN: tollium:maps/overlays/5
48.svg
48.svg - Name: 6 FQN: tollium:maps/overlays/6
48.svg
48.svg - Name: 7 FQN: tollium:maps/overlays/7
48.svg
48.svg - Name: 8 FQN: tollium:maps/overlays/8
48.svg
48.svg - Name: 9 FQN: tollium:maps/overlays/9
48.svg
48.svg - Name: a FQN: tollium:maps/overlays/a
48.svg
48.svg - Name: b FQN: tollium:maps/overlays/b
48.svg
48.svg - Name: c FQN: tollium:maps/overlays/c
48.svg
48.svg - Name: d FQN: tollium:maps/overlays/d
48.svg
48.svg - Name: e FQN: tollium:maps/overlays/e
48.svg
48.svg - Name: f FQN: tollium:maps/overlays/f
48.svg
48.svg - Name: g FQN: tollium:maps/overlays/g
48.svg
48.svg - Name: h FQN: tollium:maps/overlays/h
48.svg
48.svg - Name: i FQN: tollium:maps/overlays/i
48.svg
48.svg - Name: j FQN: tollium:maps/overlays/j
48.svg
48.svg - Name: zoomin FQN: tollium:maps/zoomin
24.svg
24.svg - Name: zoomout FQN: tollium:maps/zoomout
24.svg
24.svg - Name: camera FQN: tollium:media/camera
b.16.svg
w.16.svg Name: cd FQN: tollium:media/cd16x16.png24x24.png32x32.pngName: controller FQN: tollium:media/controller16x16.pngName: dvd FQN: tollium:media/dvd16x16.png24x24.png32x32.pngName: ipod FQN: tollium:media/ipod16x16.png24x24.png- Name: mediaplayer FQN: tollium:media/mediaplayer
b.16.svg
w.svg - Name: musicalnote FQN: tollium:media/musicalnote
b.16.svg
w.16.svg Name: soundoff FQN: tollium:media/soundoff16x16.png24x24.png32x32.pngName: soundon FQN: tollium:media/soundon16x16.png24x24.png32x32.png64x64.png- Name: video FQN: tollium:media/video
b.16.svg
w.16.svg - Name: confirmation FQN: tollium:messageboxes/confirmation
b.16.svg
w.16.svg - Name: error FQN: tollium:messageboxes/error
b.16.svg
w.16.svg - Name: information FQN: tollium:messageboxes/information
b.16.svg
w.16.svg - Name: question FQN: tollium:messageboxes/question
b.16.svg
w.16.svg - Name: unrecoverable FQN: tollium:messageboxes/unrecoverable
b.16.svg
w.16.svg - Name: warning FQN: tollium:messageboxes/warning
b.16.svg
w.16.svg - Name: beer FQN: tollium:misc/beer
b.24.svg
w.24.svg Name: birthdaycake FQN: tollium:misc/birthdaycake16x16.png- Name: certificate FQN: tollium:misc/certificate
b.16.svg
c.16.svg
w.16.svg
b.24.svg
c.24.svg
w.24.svg
w.svg Name: flag_black FQN: tollium:misc/flag_black16x16.pngName: flag_blue FQN: tollium:misc/flag_blue16x16.pngName: flag_checkered FQN: tollium:misc/flag_checkered16x16.pngName: flag_eu FQN: tollium:misc/flag_eu16x16.pngName: flag_green FQN: tollium:misc/flag_green16x16.pngName: flag_pink FQN: tollium:misc/flag_pink16x16.pngName: flag_purple FQN: tollium:misc/flag_purple16x16.pngName: flag_red FQN: tollium:misc/flag_red16x16.pngName: flag_white FQN: tollium:misc/flag_white16x16.pngName: flag_yellow FQN: tollium:misc/flag_yellow16x16.pngName: flush FQN: tollium:misc/flush24x24.png- Name: image FQN: tollium:misc/image
b.24.svg
w.24.svg - Name: levers FQN: tollium:misc/levers
b.24.svg
w.24.svg - Name: magic FQN: tollium:misc/magic
b.24.svg
w.24.svg - Name: personalsettings FQN: tollium:misc/personalsettings
ixo
ixo Name: signpost FQN: tollium:misc/signpostb.16x16.pngw.16x16.pngb.24x24.pngw.24x24.pngb.48x48.pngw.48x48.png- Name: sourcecode FQN: tollium:misc/sourcecode
b.16.svg
w.svg Name: 1C04A80B96C14469 FQN: tollium:objects/1C04A80B96C14469pngName: 1C04A80B96C1446A FQN: tollium:objects/1C04A80B96C1446ApngName: 1C04A80B96C1446B FQN: tollium:objects/1C04A80B96C1446Bpng- Name: accordeon FQN: tollium:objects/accordeon
b.16.svg
b.24.svg
w.24.svg - Name: agenda FQN: tollium:objects/agenda
b.16.svg
b.24.svg - Name: alumnihat FQN: tollium:objects/alumnihat
b.16.svg
w.16.svg
w.24.svg - Name: ampersand FQN: tollium:objects/ampersand
b.16.svg
c.16.svg
w.16.svg - Name: array FQN: tollium:objects/array
b.16.svg
c.16.svg
b.24.svg
c.24.svg - Name: arrowdown FQN: tollium:objects/arrowdown
b.16.svg
b.24.svg - Name: arrowleft FQN: tollium:objects/arrowleft
b.16.svg - Name: arrowright FQN: tollium:objects/arrowright
b.16.svg - Name: arrowup FQN: tollium:objects/arrowup
b.16.svg
b.24.svg - Name: autocontrast FQN: tollium:objects/autocontrast
b.svg - Name: azfolder FQN: tollium:objects/azfolder
b.16.svg
w.16.svg
b.24.svg
w.24.svg - Name: banknote FQN: tollium:objects/banknote
b.16.svg
b.24.svg
w.24.svg - Name: banknoteleft FQN: tollium:objects/banknoteleft
b.16.svg
b.24.svg - Name: banknoteright FQN: tollium:objects/banknoteright
b.16.svg
b.24.svg - Name: beacon FQN: tollium:objects/beacon
b.16.svg
c.16.svg
b.24.svg
c.24.svg - Name: beerglass FQN: tollium:objects/beerglass
b.16.svg
b.24.svg - Name: bell FQN: tollium:objects/bell
b.16.svg
w.16.svg - Name: bomb FQN: tollium:objects/bomb
b.24.svg
w.24.svg - Name: book FQN: tollium:objects/book
b.16.svg
w.16.svg - Name: box FQN: tollium:objects/box
b.16.svg
b.24.svg - Name: brightnesscontrast FQN: tollium:objects/brightnesscontrast
b.svg - Name: bug FQN: tollium:objects/bug
b.16.svg - Name: businessphone FQN: tollium:objects/businessphone
b.24.svg
w.24.svg - Name: button FQN: tollium:objects/button
b.16.svg
w.16.svg
b.24.svg
w.24.svg - Name: cabinet FQN: tollium:objects/cabinet
b.16.svg
w.16.svg
b.24.svg
w.24.svg - Name: calculator FQN: tollium:objects/calculator
b.24.svg - Name: cart FQN: tollium:objects/cart
b.24.svg - Name: chevrondown FQN: tollium:objects/chevrondown
b.16.svg - Name: chevronleft FQN: tollium:objects/chevronleft
b.16.svg - Name: chevronright FQN: tollium:objects/chevronright
b.16.svg - Name: chevronup FQN: tollium:objects/chevronup
b.16.svg - Name: clipboard FQN: tollium:objects/clipboard
b.24.svg - Name: clock FQN: tollium:objects/clock
b.16.svg
w.16.svg
b.24.svg
w.24.svg - Name: cloud FQN: tollium:objects/cloud
b.16.svg
b.24.svg - Name: cog FQN: tollium:objects/cog
b.16.svg
w.16.svg - Name: cog2 FQN: tollium:objects/cog2
b.16.svg - Name: cogs FQN: tollium:objects/cogs
b.16.24.svg
w.16.24.svg - Name: conditional FQN: tollium:objects/conditional
b.16.svg
c.16.svg
b.24.svg
c.24.svg - Name: contrast FQN: tollium:objects/contrast
b.24.svg - Name: crop FQN: tollium:objects/crop
b.24.svg - Name: cross FQN: tollium:objects/cross
b.16.svg
w.24.svg - Name: cta FQN: tollium:objects/cta
b.16.svg
c.16.svg
w.16.svg
b.24.svg
w.24.svg - Name: dna FQN: tollium:objects/dna
b.16.svg
b.24.svg - Name: document FQN: tollium:objects/document
b.24.svg - Name: donate FQN: tollium:objects/donate
w.24.svg - Name: drop FQN: tollium:objects/drop
b.24.svg - Name: ellipsis FQN: tollium:objects/ellipsis
b.16.svg
b.24.svg - Name: ellipsis-vertical FQN: tollium:objects/ellipsis-vertical
b.16.svg
b.24.svg - Name: envelope FQN: tollium:objects/envelope
b.16.svg
b.24.svg - Name: export FQN: tollium:objects/export
w.24.svg - Name: eye FQN: tollium:objects/eye
b.16.svg
b.24.svg
w.24.svg - Name: file FQN: tollium:objects/file
b.16.svg
b.24.svg - Name: fliphorizontal FQN: tollium:objects/fliphorizontal
b.24.svg
w.24.svg - Name: flipvertical FQN: tollium:objects/flipvertical
b.24.svg
w.24.svg - Name: folder FQN: tollium:objects/folder
b.16.svg
b.24.svg - Name: grayscale FQN: tollium:objects/grayscale
b.24.svg - Name: house FQN: tollium:objects/house
b.16.svg
b.24.svg - Name: idcard FQN: tollium:objects/idcard
b.16.svg
c.16.svg
w.16.svg
b.24.svg
c.24.svg
w.24.svg - Name: ikoon FQN: tollium:objects/ikoon
b.24.svg - Name: invert FQN: tollium:objects/invert
b.24.svg - Name: keyhorizontal FQN: tollium:objects/keyhorizontal
b.16.svg
w.16.svg - Name: keyleft FQN: tollium:objects/keyleft
b.16.svg
b.24.svg - Name: keyright FQN: tollium:objects/keyright
b.16.svg
b.24.svg - Name: knifefork FQN: tollium:objects/knifefork
b.16.svg - Name: ladder FQN: tollium:objects/ladder
b.16.svg
b.24.svg - Name: list FQN: tollium:objects/list
b.16.svg
b.24.svg
w.24.svg - Name: location FQN: tollium:objects/location
b.24.svg - Name: lock FQN: tollium:objects/lock
b.16.svg
c.16.svg - Name: manual FQN: tollium:objects/manual
b.16.svg - Name: menu FQN: tollium:objects/menu
b.24.svg - Name: meredians FQN: tollium:objects/meredians
b.24.svg - Name: newunlink FQN: tollium:objects/newunlink
b.16.svg - Name: nobug FQN: tollium:objects/nobug
b.16.svg - Name: note FQN: tollium:objects/note
b.16.svg
w.16.svg
b.24.svg
w.24.svg - Name: officebuilding FQN: tollium:objects/officebuilding
b.16.svg
w.16.svg
b.24.svg
w.24.svg - Name: palette FQN: tollium:objects/palette
b.24.svg - Name: plus FQN: tollium:objects/plus
b.24.svg
w.24.svg - Name: properties FQN: tollium:objects/properties
w.24.svg - Name: qr FQN: tollium:objects/qr
b.12.svg
b.16.svg
b.24.svg - Name: questionmark FQN: tollium:objects/questionmark
b.16.svg - Name: quotationmarks FQN: tollium:objects/quotationmarks
b.16.svg
b.24.svg - Name: rackserver FQN: tollium:objects/rackserver
b.16.svg
w.16.svg
w.24.svg - Name: readmore FQN: tollium:objects/readmore
b.16.svg
w.16.svg
b.24.svg
w.24.svg - Name: redo FQN: tollium:objects/redo
b.16.svg - Name: reference FQN: tollium:objects/reference
b.24.svg - Name: reset FQN: tollium:objects/reset
b.16.svg - Name: resetcrop FQN: tollium:objects/resetcrop
b.24.svg - Name: roadsign FQN: tollium:objects/roadsign
b.16.svg
b.24.svg - Name: rotate FQN: tollium:objects/rotate
b.16.svg - Name: rotateleft FQN: tollium:objects/rotateleft
b.24.svg - Name: rotateright FQN: tollium:objects/rotateright
b.24.svg - Name: salesbanner FQN: tollium:objects/salesbanner
w.24.svg - Name: sepia FQN: tollium:objects/sepia
b.24.svg - Name: sharpen FQN: tollium:objects/sharpen
b.24.svg - Name: shipments FQN: tollium:objects/shipments
b.16.svg - Name: showroom FQN: tollium:objects/showroom
b.16.svg
b.24.svg - Name: slot FQN: tollium:objects/slot
b.16.svg
c.16.svg
b.24.svg
c.24.svg - Name: slots FQN: tollium:objects/slots
b.16.svg
b.24.svg - Name: snippet FQN: tollium:objects/snippet
b.16.svg
c.16.svg
w.16.svg
b.24.svg
c.24.svg
w.24.svg - Name: stall FQN: tollium:objects/stall
b.16.svg
c.16.svg
w.16.svg
b.24.svg - Name: star FQN: tollium:objects/star
b.16.svg
b.16.24.svg
w.16.svg
w.24.svg - Name: stopwatch FQN: tollium:objects/stopwatch
b.16.svg
b.24.svg - Name: storage FQN: tollium:objects/storage
b.16.svg
b.24.svg - Name: tag FQN: tollium:objects/tag
b.16.svg
c.16.svg
w.16.svg - Name: timezones FQN: tollium:objects/timezones
b.16.svg - Name: tobottom FQN: tollium:objects/tobottom
b.16.svg
b.24.svg - Name: totop FQN: tollium:objects/totop
b.16.svg
b.24.svg - Name: trash FQN: tollium:objects/trash
b.24.svg
w.24.svg - Name: truck FQN: tollium:objects/truck
b.16.svg
c.16.svg
b.24.svg
w.24.svg - Name: undo FQN: tollium:objects/undo
b.16.svg - Name: webhare FQN: tollium:objects/webhare
b.24.svg
w.24.svg - Name: wheel FQN: tollium:objects/wheel
b.16.svg
b.24.svg - Name: world FQN: tollium:objects/world
24.svg
24.svg - Name: access FQN: tollium:overlays/access
b.16.svg - Name: add FQN: tollium:overlays/add
b.24.svg - Name: blocks FQN: tollium:overlays/agenda/blocks
b.16.svg
w.16.svg - Name: day FQN: tollium:overlays/agenda/day
b.16.svg
w.16.svg
b.24.svg
w.24.svg - Name: month FQN: tollium:overlays/agenda/month
b.16.svg
w.16.svg
b.24.svg
w.24.svg - Name: selected FQN: tollium:overlays/agenda/selected
b.16.svg
w.16.svg
b.24.svg
w.24.svg - Name: week FQN: tollium:overlays/agenda/week
b.16.svg
w.16.svg
b.24.svg
w.24.svg - Name: ampersand FQN: tollium:overlays/ampersand
b.24.svg - Name: api FQN: tollium:overlays/api
b.16.svg
c.16.svg
b.24.svg
c.24.svg - Name: arrowbottomright FQN: tollium:overlays/arrowbottomright
b.24.svg - Name: arrowleftright FQN: tollium:overlays/arrowleftright
b.24.svg - Name: balloon FQN: tollium:overlays/balloon
b.16.svg
b.24.svg
w.24.svg - Name: bottomline FQN: tollium:overlays/bottomline
b.16.svg - Name: checks FQN: tollium:overlays/checks
b.24.svg Name: conflicted FQN: tollium:overlays/conflicted16x16.png- Name: copy FQN: tollium:overlays/copy
b.16.svg
b.24.svg - Name: crossleftbottom FQN: tollium:overlays/crossleftbottom
w.24.svg - Name: disconnect FQN: tollium:overlays/disconnect
b.16.svg
c.16.svg
b.24.svg
c.24.svg - Name: download FQN: tollium:overlays/download
b.16.svg
c.16.svg
b.24.svg
c.24.svg Name: error FQN: tollium:overlays/error16x16.png- Name: eye FQN: tollium:overlays/eye
b.24.svg
w.24.svg - Name: addition FQN: tollium:overlays/filetypes/addition
b.16.svg
w.16.svg
b.24.svg
w.24.svg - Name: beacon FQN: tollium:overlays/filetypes/beacon
b.16.svg
c.16.svg
b.24.svg
c.24.svg - Name: calendar FQN: tollium:overlays/filetypes/calendar
b.24.svg - Name: clock FQN: tollium:overlays/filetypes/clock
b.24.svg - Name: code FQN: tollium:overlays/filetypes/code
16.svg
16.svg
24.svg
24.svg - Name: contentlink FQN: tollium:overlays/filetypes/contentlink
b.16.svg
b.24.svg - Name: contentlisting FQN: tollium:overlays/filetypes/contentlisting
16.svg
16.svg
24.svg
24.svg - Name: css FQN: tollium:overlays/filetypes/css
16.svg
16.svg
24.svg
24.svg - Name: javascript FQN: tollium:overlays/filetypes/javascript
16.svg
16.svg
24.svg
24.svg - Name: link FQN: tollium:overlays/filetypes/link
b.16.svg
b.24.svg - Name: movie FQN: tollium:overlays/filetypes/movie
b.24.svg - Name: msword FQN: tollium:overlays/filetypes/msword
b.16.svg
b.24.svg - Name: news FQN: tollium:overlays/filetypes/news
b.16.svg
c.16.svg
b.24.svg
c.24.svg
w.24.svg - Name: newsfile FQN: tollium:overlays/filetypes/newsfile
b.24.svg
c.24.svg
w.24.svg - Name: newsfolder FQN: tollium:overlays/filetypes/newsfolder
b.16.svg
c.16.svg
b.24.svg
c.24.svg
w.24.svg - Name: pdf FQN: tollium:overlays/filetypes/pdf
16.svg
16.svg
24.svg
24.svg - Name: photo FQN: tollium:overlays/filetypes/photo
16.svg
16.svg
24.svg
24.svg - Name: projects FQN: tollium:overlays/filetypes/projects
b.16.svg
b.24.svg - Name: quotation FQN: tollium:overlays/filetypes/quotation
b.16.svg
w.16.svg
b.24.svg
w.24.svg - Name: rtd FQN: tollium:overlays/filetypes/rtd
16.svg
16.svg
24.svg
24.svg - Name: script FQN: tollium:overlays/filetypes/script
16.svg
16.svg
24.svg
24.svg - Name: study FQN: tollium:overlays/filetypes/study
b.16.svg
b.24.svg - Name: tag FQN: tollium:overlays/filetypes/tag
b.24.svg
c.24.svg
w.24.svg - Name: txt FQN: tollium:overlays/filetypes/txt
b.16.svg
16.svg
16.svg
b.24.svg
24.svg
24.svg - Name: user FQN: tollium:overlays/filetypes/user
b.16.svg
b.24.svg - Name: user2 FQN: tollium:overlays/filetypes/user2
b.16.svg
b.24.svg - Name: webform FQN: tollium:overlays/filetypes/webform
b.16.svg
16.svg
16.svg
w.16.svg
b.24.svg
w.24.svg - Name: wharchive FQN: tollium:overlays/filetypes/wharchive
b.16.svg
b.24.svg - Name: widget FQN: tollium:overlays/filetypes/widget
b.16.svg
w.16.svg
b.24.svg
w.24.svg - Name: widgetfile FQN: tollium:overlays/filetypes/widgetfile
b.16.svg
w.16.svg
b.24.svg
w.24.svg - Name: witty FQN: tollium:overlays/filetypes/witty
16.svg
16.svg
24.svg
24.svg - Name: xcode FQN: tollium:overlays/filetypes/xcode
16.svg
16.svg
b.24.svg - Name: zip FQN: tollium:overlays/filetypes/zip
16.svg
16.svg
24.svg
24.svg - Name: filter FQN: tollium:overlays/filter
b.16.svg
c.16.svg
w.16.svg
b.24.svg
c.24.svg
w.24.svg - Name: forward FQN: tollium:overlays/forward
b.24.svg Name: ignored FQN: tollium:overlays/ignored16x16.png- Name: line-horizontal FQN: tollium:overlays/line-horizontal
b.16.svg - Name: lock FQN: tollium:overlays/lock
b.24.svg - Name: magnifier FQN: tollium:overlays/magnifier
b.16.svg
b.24.svg - Name: mask FQN: tollium:overlays/mask
b.16.svg
b.24.svg Name: modified FQN: tollium:overlays/modified16x16.pngName: na FQN: tollium:overlays/na16x16.png24x24.png32x32.pngName: normal FQN: tollium:overlays/normal16x16.png- Name: numbered FQN: tollium:overlays/numbered
b.16.svg
b.24.svg - Name: positive FQN: tollium:overlays/positive
w.24.svg - Name: properties FQN: tollium:overlays/properties
b.16.svg
b.24.svg Name: protected FQN: tollium:overlays/protected16x16.png24x24.png32x32.png- Name: redirect FQN: tollium:overlays/redirect
b.16.svg
w.16.svg
b.24.svg
w.24.svg - Name: reply FQN: tollium:overlays/reply
b.24.svg - Name: seal FQN: tollium:overlays/seal
b.24.svg - Name: share FQN: tollium:overlays/share
b.16.svg
w.16.svg
b.24.svg
w.24.svg - Name: star FQN: tollium:overlays/star
b.16.svg
b.24.svg - Name: cross FQN: tollium:overlays/status/cross
b.24.svg - Name: negative FQN: tollium:overlays/status/negative
b.24.svg - Name: positive FQN: tollium:overlays/status/positive
b.24.svg
w.24.svg - Name: selected FQN: tollium:overlays/status/selected
c.16.svg - Name: selected-indirect FQN: tollium:overlays/status/selected-indirect
c.16.svg - Name: selected-throughother FQN: tollium:overlays/status/selected-throughother
c.16.svg - Name: strike FQN: tollium:overlays/status/strike
b.16.svg - Name: strike FQN: tollium:overlays/strike
b.16.svg - Name: system FQN: tollium:overlays/system
b.16.svg
b.24.svg Name: task FQN: tollium:overlays/task16x16.png24x24.png32x32.png- Name: topline FQN: tollium:overlays/topline
b.16.svg Name: unversioned FQN: tollium:overlays/unversioned16x16.pngName: updated FQN: tollium:overlays/updated16x16.pngName: updatedmodified FQN: tollium:overlays/updatedmodified16x16.png- Name: updownload FQN: tollium:overlays/updownload
b.16.svg
c.16.svg
b.24.svg
c.24.svg - Name: upload FQN: tollium:overlays/upload
b.16.svg
c.16.svg
b.24.svg
c.24.svg - Name: webhare FQN: tollium:overlays/webhare
16.svg
16.svg - Name: world FQN: tollium:overlays/world
b.16.svg
24.svg
24.svg - Name: broken FQN: tollium:placeholders/broken
16.svg
16.svg Name: dummy FQN: tollium:placeholders/dummy16x16.pngName: na FQN: tollium:placeholders/na16x16.png24x24.png280x360.png300x300.pngName: sillouette_female FQN: tollium:placeholders/sillouette_female90x90.pngName: sillouette_male FQN: tollium:placeholders/sillouette_male90x90.png- Name: add_report FQN: tollium:reporting/add_report
b.16.svg
w.16.svg Name: curvechart FQN: tollium:reporting/curvechart24x24.pngName: export_statistics FQN: tollium:reporting/export_statistics24x24.png- Name: linechart FQN: tollium:reporting/linechart
b.16.svg
w.16.svg - Name: piechart FQN: tollium:reporting/piechart
b.16.svg
w.16.svg - Name: report FQN: tollium:reporting/report
b.16.svg
w.16.svg - Name: statistics FQN: tollium:reporting/statistics
b.16.svg
w.16.svg Name: img_inline FQN: tollium:rte/img_inline42x44.pngName: img_left FQN: tollium:rte/img_left42x44.pngName: img_right FQN: tollium:rte/img_right42x44.pngName: access FQN: tollium:security/access16x16.png- Name: grants FQN: tollium:security/grants
b.16.svg
ixo
ixo Name: ip_access FQN: tollium:security/ip_access16x16.png- Name: key FQN: tollium:security/key
b.16.svg
w.16.svg - Name: lock_closed FQN: tollium:security/lock_closed
b.16.svg
w.16.svg Name: lock_opened FQN: tollium:security/lock_opened16x16.png24x24.png- Name: shield FQN: tollium:security/shield
b.16.svg
w.16.svg - Name: angry FQN: tollium:smileys/angry
ixo
ixo - Name: embarrassed FQN: tollium:smileys/backgrounds/embarrassed
c.16.svg - Name: intoxicated FQN: tollium:smileys/backgrounds/intoxicated
c.16.svg - Name: pink FQN: tollium:smileys/backgrounds/pink
c.16.svg - Name: smoking FQN: tollium:smileys/backgrounds/smoking
c.16.svg - Name: yellow FQN: tollium:smileys/backgrounds/yellow
c.16.svg - Name: cool FQN: tollium:smileys/cool
ixo
ixo - Name: cry FQN: tollium:smileys/cry
ixo
ixo - Name: devious FQN: tollium:smileys/devious
ixo
ixo - Name: embarrassed FQN: tollium:smileys/embarrassed
ixo
ixo - Name: evil FQN: tollium:smileys/evil
ixo
ixo - Name: foot_in_mouth FQN: tollium:smileys/foot_in_mouth
ixo
ixo - Name: angry FQN: tollium:smileys/foregrounds/angry
b.16.svg - Name: cool FQN: tollium:smileys/foregrounds/cool
b.16.svg - Name: cry FQN: tollium:smileys/foregrounds/cry
b.16.svg - Name: devious FQN: tollium:smileys/foregrounds/devious
b.16.svg - Name: embarrassed FQN: tollium:smileys/foregrounds/embarrassed
b.16.svg - Name: evil FQN: tollium:smileys/foregrounds/evil
b.16.svg - Name: foot_in_mouth FQN: tollium:smileys/foregrounds/foot_in_mouth
b.16.svg - Name: frown FQN: tollium:smileys/foregrounds/frown
b.16.svg - Name: innocent FQN: tollium:smileys/foregrounds/innocent
b.16.svg - Name: intoxicated FQN: tollium:smileys/foregrounds/intoxicated
b.16.svg - Name: kiss FQN: tollium:smileys/foregrounds/kiss
b.16.svg - Name: laughing FQN: tollium:smileys/foregrounds/laughing
b.16.svg - Name: mouthclosed FQN: tollium:smileys/foregrounds/mouthclosed
b.16.svg - Name: nervous FQN: tollium:smileys/foregrounds/nervous
b.16.svg - Name: smile FQN: tollium:smileys/foregrounds/smile
b.16.svg - Name: smoking FQN: tollium:smileys/foregrounds/smoking
b.16.svg - Name: surprised FQN: tollium:smileys/foregrounds/surprised
b.16.svg - Name: tongue_out FQN: tollium:smileys/foregrounds/tongue_out
b.16.svg - Name: undecided FQN: tollium:smileys/foregrounds/undecided
b.16.svg - Name: uninterested FQN: tollium:smileys/foregrounds/uninterested
b.16.svg - Name: wink FQN: tollium:smileys/foregrounds/wink
b.16.svg - Name: yell FQN: tollium:smileys/foregrounds/yell
b.16.svg - Name: frown FQN: tollium:smileys/frown
ixo
ixo - Name: innocent FQN: tollium:smileys/innocent
ixo
ixo - Name: intoxicated FQN: tollium:smileys/intoxicated
ixo
ixo - Name: kiss FQN: tollium:smileys/kiss
ixo
ixo - Name: laughing FQN: tollium:smileys/laughing
ixo
ixo - Name: mouthclosed FQN: tollium:smileys/mouthclosed
ixo
ixo - Name: nervous FQN: tollium:smileys/nervous
ixo
ixo - Name: smile FQN: tollium:smileys/smile
ixo
ixo - Name: smoking FQN: tollium:smileys/smoking
ixo
ixo - Name: surprised FQN: tollium:smileys/surprised
ixo
ixo - Name: tongue_out FQN: tollium:smileys/tongue_out
ixo
ixo - Name: undecided FQN: tollium:smileys/undecided
ixo
ixo - Name: uninterested FQN: tollium:smileys/uninterested
ixo
ixo - Name: wink FQN: tollium:smileys/wink
ixo
ixo - Name: yell FQN: tollium:smileys/yell
ixo
ixo - Name: facebook FQN: tollium:social_media/facebook
b.16.svg
w.16.svg
b.24.svg
w.24.svg - Name: facebook-unfilled FQN: tollium:social_media/facebook-unfilled
b.24.svg
w.24.svg Name: flickr FQN: tollium:social_media/flickr16x16.png24x24.png32x32.png48x48.png64x64.png128x128.png- Name: instagram FQN: tollium:social_media/instagram
b.16.svg
w.16.svg
b.24.svg
w.24.svg - Name: linkedin FQN: tollium:social_media/linkedin
b.16.svg
w.16.svg
b.24.svg
w.24.svg - Name: linkedin-unfilled FQN: tollium:social_media/linkedin-unfilled
w.16.svg
w.24.svg - Name: rss FQN: tollium:social_media/rss
b.16.svg
w.16.svg
b.24.svg
w.24.svg Name: skype FQN: tollium:social_media/skype16x16.png24x24.png32x32.png48x48.png64x64.png128x128.png- Name: twitter FQN: tollium:social_media/twitter
b.16.svg
w.16.svg
b.24.svg
w.24.svg Name: video FQN: tollium:social_media/video16x16.pngName: vimeo FQN: tollium:social_media/vimeo16x16.png24x24.png32x32.png64x64.png128x128.pngName: yahoo FQN: tollium:social_media/yahoo16x16.png24x24.png32x32.png48x48.png64x64.png128x128.pngName: yammer FQN: tollium:social_media/yammer16x16.png24x24.png32x32.png48x48.png64x64.png128x128.pngName: youku FQN: tollium:social_media/youku512x512.png- Name: youtube FQN: tollium:social_media/youtube
b.16.svg
w.16.svg
b.24.svg
w.24.svg - Name: abort_error FQN: tollium:status/abort_error
b.16.svg
w.16.svg - Name: blit FQN: tollium:status/blit
b.16.svg
w.svg - Name: checked FQN: tollium:status/checked
b.16.svg
w.16.svg - Name: conditionalrequired FQN: tollium:status/conditionalrequired
b.16.svg - Name: differentbranch FQN: tollium:status/differentbranch
b.16.svg - Name: draft-confirmed FQN: tollium:status/draft-confirmed
b.16.svg
c.16.svg
w.16.svg - Name: draft-denied FQN: tollium:status/draft-denied
b.16.svg
c.16.svg
w.16.svg - Name: draft-edit FQN: tollium:status/draft-edit
b.16.svg
c.16.svg
w.16.svg - Name: draft_edit FQN: tollium:status/draft_edit
ixo
ixo - Name: error FQN: tollium:status/error
b.16.svg
w.16.svg - Name: infinity FQN: tollium:status/infinity
b.16.svg
w.16.svg - Name: io_error FQN: tollium:status/io_error
b.16.svg
w.16.svg - Name: marker FQN: tollium:status/marker
b.16.svg
w.16.svg - Name: negative FQN: tollium:status/negative
b.16.svg
w.16.svg
b.24.svg
b.svg - Name: neutral FQN: tollium:status/neutral
b.16.svg
w.16.svg - Name: new FQN: tollium:status/new
b.16.svg - Name: not_available FQN: tollium:status/not_available
b.16.svg
w.16.svg - Name: optional FQN: tollium:status/optional
16.svg
16.svg - Name: outdated FQN: tollium:status/outdated
b.16.svg - Name: pinned FQN: tollium:status/pinned
b.svg
w.svg - Name: positive FQN: tollium:status/positive
b.16.svg
w.16.svg - Name: private FQN: tollium:status/private
16.svg
16.svg - Name: redirectpermanent FQN: tollium:status/redirectpermanent
b.16.svg
c.16.svg
w.16.svg - Name: redirecttemp FQN: tollium:status/redirecttemp
b.16.svg
c.16.svg
w.16.svg - Name: required FQN: tollium:status/required
b.16.svg
b.24.svg
b.svg - Name: schedule FQN: tollium:status/schedule
b.16.svg
w.16.svg - Name: scheduled FQN: tollium:status/scheduled
ixo
ixo - Name: sending FQN: tollium:status/sending
b.16.svg
b.24.svg - Name: serious_error FQN: tollium:status/serious_error
b.16.svg
c.16.svg
w.16.svg - Name: thumbsdown FQN: tollium:status/thumbsdown
b.16.svg
w.16.svg - Name: thumbsup FQN: tollium:status/thumbsup
b.16.svg
w.16.svg - Name: unknown FQN: tollium:status/unknown
b.16.svg
w.16.svg - Name: versioned FQN: tollium:status/versioned
b.16.svg - Name: wait FQN: tollium:status/wait
b.16.svg
w.16.svg - Name: warning FQN: tollium:status/warning
b.16.svg
c.16.svg
w.16.svg - Name: deploy FQN: tollium:system/deploy
b.24.svg
w.24.svg - Name: disconnect FQN: tollium:system/disconnect
w.24.svg - Name: emailrouting FQN: tollium:system/emailrouting
ixo
ixo Name: health FQN: tollium:system/health16x16.png24x24.pngName: module FQN: tollium:system/module16x16.pngName: modules FQN: tollium:system/modules64x64.pngName: monitoring FQN: tollium:system/monitoring64x64.png- Name: paragraph FQN: tollium:system/paragraph
b.24.svg Name: pronuntio FQN: tollium:system/pronuntio64x64.pngName: startmenu FQN: tollium:system/startmenu16x16.png- Name: system FQN: tollium:system/system
b.16.svg
b.svg Name: userprefs FQN: tollium:system/userprefs16x16.png- Name: webservers FQN: tollium:system/webservers
b.16.svg
w.16.svg Name: portal FQN: tollium:tollium/portal16x16.png24x24.pngName: rabbitplaceholder FQN: tollium:tollium/rabbitplaceholderb.411x411.pngName: solitaire FQN: tollium:tollium/solitaire16x16.png24x24.png128x128.pngName: tetris FQN: tollium:tollium/tetris16x16.png24x24.png128x128.pngName: tipoftheday FQN: tollium:tollium/tipoftheday16x16.pngName: tipoftheday_big FQN: tollium:tollium/tipoftheday_big64x64.png- Name: tollium FQN: tollium:tollium/tollium
b.16.svg
w.svg Name: usermgmt FQN: tollium:tollium/usermgmt128x128.pngName: webhare FQN: tollium:tollium/webhare16x16.png24x24.png128x128.png- Name: hammer FQN: tollium:tools/hammer
b.16.svg
w.16.svg - Name: hardhat FQN: tollium:tools/hardhat
b.16.svg
w.16.svg - Name: ruler FQN: tollium:tools/ruler
b.16.svg
w.16.svg - Name: rulers FQN: tollium:tools/rulers
b.16.svg
w.16.svg - Name: screwdriver FQN: tollium:tools/screwdriver
b.16.svg
w.16.svg - Name: tools FQN: tollium:tools/tools
b.16.svg
w.16.svg - Name: triangle FQN: tollium:tools/triangle
b.16.svg
w.16.svg - Name: triangle_ruler FQN: tollium:tools/triangle_ruler
b.16.svg
w.16.svg - Name: wrench FQN: tollium:tools/wrench
b.16.svg
w.16.svg Name: addgroup FQN: tollium:users/addgroup24x24.pngName: addmanager FQN: tollium:users/addmanager24x24.png- Name: addright FQN: tollium:users/addright
ixo
ixo - Name: addrole FQN: tollium:users/addrole
ixo
ixo - Name: adduser FQN: tollium:users/adduser
24x24.png
ixo
ixo - Name: indirect FQN: tollium:users/indirect
b.16.svg
w.16.svg - Name: locked FQN: tollium:users/locked
ixo
ixo - Name: manager FQN: tollium:users/manager
b.16.svg
w.16.svg
b.svg - Name: managers FQN: tollium:users/managers
b.16.svg
w.svg - Name: mask FQN: tollium:users/mask
b.16.svg
w.16.svg
b.24.svg
w.24.svg
b.svg
w.svg - Name: masks FQN: tollium:users/masks
b.24.svg - Name: user FQN: tollium:users/user
b.16.svg - Name: users FQN: tollium:users/users
b.16.svg
w.16.svg
b.svg Name: addfavorite FQN: tollium:web/addfavorite24x24.pngName: deletefavorite FQN: tollium:web/deletefavorite24x24.pngName: favorite FQN: tollium:web/favorite16x16.pngName: favorite_disabled FQN: tollium:web/favorite_disabled16x16.pngName: link FQN: tollium:web/link16x16.png- Name: addcustom FQN: tollium:webshop/addcustom
b.16.svg - Name: article FQN: tollium:webshop/article
b.16.svg
w.16.svg - Name: box FQN: tollium:webshop/box
b.16.svg
w.16.svg - Name: cart FQN: tollium:webshop/cart
b.16.svg
b.24.svg - Name: crosssell FQN: tollium:webshop/crosssell
w.24.svg - Name: customorderline FQN: tollium:webshop/customorderline
b.16.svg - Name: discount FQN: tollium:webshop/discount
b.16.svg
w.16.svg
b.24.svg
w.24.svg - Name: hideoption FQN: tollium:webshop/hideoption
ixo
ixo - Name: infinity FQN: tollium:webshop/infinity
b.16.svg
w.16.svg - Name: nostock FQN: tollium:webshop/nostock
b.16.svg
c.16.svg
w.16.svg - Name: packaged FQN: tollium:webshop/packaged
b.16.svg
w.16.svg - Name: packaging FQN: tollium:webshop/packaging
b.16.svg
w.16.svg
b.24.svg
w.24.svg - Name: product_range FQN: tollium:webshop/product_range
b.16.svg
b.24.svg - Name: purchase FQN: tollium:webshop/purchase
b.16.svg
c.16.svg
b.24.svg
c.24.svg - Name: removefromcat FQN: tollium:webshop/removefromcat
ixo
ixo - Name: review FQN: tollium:webshop/review
w.16.svg - Name: ship FQN: tollium:webshop/ship
b.24.svg - Name: shipments FQN: tollium:webshop/shipments
b.16.svg
w.16.svg - Name: shirt FQN: tollium:webshop/shirt
b.16.svg
w.16.svg - Name: stockok FQN: tollium:webshop/stockok
b.16.svg
c.16.svg
w.16.svg - Name: stockwarning FQN: tollium:webshop/stockwarning
b.16.svg
c.16.svg
w.16.svg - Name: storefront FQN: tollium:webshop/storefront
b.16.svg
w.16.svg - Name: transfer FQN: tollium:webshop/transfer
b.16.svg
c.16.svg - Name: truck FQN: tollium:webshop/truck
b.16.svg
b.24.svg
w.24.svg - Name: van FQN: tollium:webshop/van
b.16.svg
b.24.svg
w.24.svg