webgui/www/extras/fileIcons.js
2010-02-12 09:25:26 -08:00

125 lines
6.1 KiB
JavaScript

var fileIcons;
(function(){
var extras = getWebguiProperty('extrasURL');
fileIcons = {
"123" : extras + "fileIcons/123.gif",
"abw" : extras + "fileIcons/abw.gif",
"ace" : extras + "fileIcons/ace.gif",
"ai" : extras + "fileIcons/ai.gif",
"arj" : extras + "fileIcons/arj.gif",
"as" : extras + "fileIcons/as.gif",
"avi" : extras + "fileIcons/avi.gif",
"aw" : extras + "fileIcons/aw.gif",
"bat" : extras + "fileIcons/bat.gif",
"bmp" : extras + "fileIcons/bmp.gif",
"cab" : extras + "fileIcons/cab.gif",
"cif" : extras + "fileIcons/cif.gif",
"class" : extras + "fileIcons/class.gif",
"cnf" : extras + "fileIcons/cnf.gif",
"com" : extras + "fileIcons/com.gif",
"conf" : extras + "fileIcons/conf.gif",
"config" : extras + "fileIcons/config.gif",
"css" : extras + "fileIcons/css.gif",
"csv" : extras + "fileIcons/csv.gif",
"dia" : extras + "fileIcons/dia.gif",
"doc" : extras + "fileIcons/doc.gif",
"dot" : extras + "fileIcons/dot.gif",
"dwf" : extras + "fileIcons/dwf.gif",
"dwg" : extras + "fileIcons/dwg.gif",
"dxf" : extras + "fileIcons/dxf.gif",
"eps" : extras + "fileIcons/eps.gif",
"exe" : extras + "fileIcons/exe.gif",
"gif" : extras + "fileIcons/gif.gif",
"gnumeric" : extras + "fileIcons/gnumeric.gif",
"gz" : extras + "fileIcons/gz.gif",
"hqx" : extras + "fileIcons/hqx.gif",
"htm" : extras + "fileIcons/htm.gif",
"html" : extras + "fileIcons/html.gif",
"indd" : extras + "fileIcons/indd.gif",
"iso" : extras + "fileIcons/iso.gif",
"jar" : extras + "fileIcons/jar.gif",
"java" : extras + "fileIcons/java.gif",
"jpeg" : extras + "fileIcons/jpeg.gif",
"jpg" : extras + "fileIcons/jpg.gif",
"js" : extras + "fileIcons/js.gif",
"kpr" : extras + "fileIcons/kpr.gif",
"ksp" : extras + "fileIcons/ksp.gif",
"kwd" : extras + "fileIcons/kwd.gif",
"log" : extras + "fileIcons/log.gif",
"lyx" : extras + "fileIcons/lyx.gif",
"m3u" : extras + "fileIcons/m3u.gif",
"m4a" : extras + "fileIcons/m4a.gif",
"mdb" : extras + "fileIcons/mdb.gif",
"mif" : extras + "fileIcons/mif.gif",
"mov" : extras + "fileIcons/mov.gif",
"mp3" : extras + "fileIcons/mp3.gif",
"mpeg" : extras + "fileIcons/mpeg.gif",
"mpg" : extras + "fileIcons/mpg.gif",
"mpp" : extras + "fileIcons/mpp.gif",
"mrproject" : extras + "fileIcons/mrproject.gif",
"oleo" : extras + "fileIcons/oleo.gif",
"p65" : extras + "fileIcons/p65.gif",
"pdf" : extras + "fileIcons/pdf.gif",
"pic" : extras + "fileIcons/pic.gif",
"pict" : extras + "fileIcons/pict.gif",
"pif" : extras + "fileIcons/pif.gif",
"pm" : extras + "fileIcons/pm.gif",
"png" : extras + "fileIcons/png.gif",
"pps" : extras + "fileIcons/pps.gif",
"ppt" : extras + "fileIcons/ppt.gif",
"ps" : extras + "fileIcons/ps.gif",
"psd" : extras + "fileIcons/psd.gif",
"psp" : extras + "fileIcons/psp.gif",
"ra" : extras + "fileIcons/ra.gif",
"ram" : extras + "fileIcons/ram.gif",
"rar" : extras + "fileIcons/rar.gif",
"readme" : extras + "fileIcons/readme.gif",
"rpm" : extras + "fileIcons/rpm.gif",
"rtf" : extras + "fileIcons/rtf.gif",
"rtx" : extras + "fileIcons/rtx.gif",
"sdc" : extras + "fileIcons/sdc.gif",
"sdd" : extras + "fileIcons/sdd.gif",
"sdp" : extras + "fileIcons/sdp.gif",
"sdw" : extras + "fileIcons/sdw.gif",
"sea" : extras + "fileIcons/sea.gif",
"sit" : extras + "fileIcons/sit.gif",
"slk" : extras + "fileIcons/slk.gif",
"sql" : extras + "fileIcons/sql.gif",
"stc" : extras + "fileIcons/stc.gif",
"sti" : extras + "fileIcons/sti.gif",
"stw" : extras + "fileIcons/stw.gif",
"swf" : extras + "fileIcons/swf.gif",
"sxc" : extras + "fileIcons/sxc.gif",
"sxd" : extras + "fileIcons/sxd.gif",
"sxg" : extras + "fileIcons/sxg.gif",
"sxi" : extras + "fileIcons/sxi.gif",
"sxm" : extras + "fileIcons/sxm.gif",
"sxw" : extras + "fileIcons/sxw.gif",
"sylk" : extras + "fileIcons/sylk.gif",
"tab" : extras + "fileIcons/tab.gif",
"tar" : extras + "fileIcons/tar.gif",
"tgz" : extras + "fileIcons/tgz.gif",
"tif" : extras + "fileIcons/tif.gif",
"tiff" : extras + "fileIcons/tiff.gif",
"tsv" : extras + "fileIcons/tsv.gif",
"txt" : extras + "fileIcons/txt.gif",
"unknown" : extras + "fileIcons/unknown.gif",
"vdx" : extras + "fileIcons/vdx.gif",
"vsd" : extras + "fileIcons/vsd.gif",
"wav" : extras + "fileIcons/wav.gif",
"wk1" : extras + "fileIcons/wk1.gif",
"wk3" : extras + "fileIcons/wk3.gif",
"wk4" : extras + "fileIcons/wk4.gif",
"wks" : extras + "fileIcons/wks.gif",
"wri" : extras + "fileIcons/wri.gif",
"xla" : extras + "fileIcons/xla.gif",
"xlc" : extras + "fileIcons/xlc.gif",
"xld" : extras + "fileIcons/xld.gif",
"xls" : extras + "fileIcons/xls.gif",
"xlt" : extras + "fileIcons/xlt.gif",
"xml" : extras + "fileIcons/xml.gif",
"z" : extras + "fileIcons/z.gif",
"zip" : extras + "fileIcons/zip.gif"
};
})();