source: trunk/client/servlet/src/icons/default @ 4505

Last change on this file since 4505 was 4505, checked in by Fredrik Levander, 10 years ago

Fixes #811. Restored functionality for protocol file selection. Now also setting file type for the selected file.

File size: 4.7 KB
Line 
1# $Id: Controller.java 52 2006-04-09 20:28:45Z gregory $
2 
3# Copyright (C) 2006 Gregory Vincic
4# Copyright (C) 2007 Fredrik Levander, Gregory Vincic
5 
6# Files are copyright by their respective authors. The contributions to
7# files where copyright is not explicitly stated can be traced with the
8# source code revision system.
9 
10# This file is part of Proteios.
11# Available at http://www.proteios.org/
12 
13# Proteios is free software; you can redistribute it and/or
14# modify it under the terms of the GNU General Publi@c License
15# as published by the Free Software Foundation; either version 2
16# of the License, or (at your option) any later version.
17 
18# Proteios is distributed in the hope that it will be useful,
19# but WITHOUT ANY WARRANTY; without even the implied warranty of
20# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21# GNU General Public License for more details.
22 
23# You should have received a copy of the GNU General Public License
24# along with this program; if not, write to the Free Software
25# Foundation, Inc., 59 Temple Place - Suite 330,
26# Boston, MA  02111-1307, USA.
27#
28# Only map the actual filename not a full path, the image must be located in
29# www/static/img
30#
31# Example
32# New=plus.gif
33# Login=login.jpg
34Abort=icons/abort.png
35AddBioMaterials=icons/add.png
36AddFiles=icons/add.png
37AddDiGESeparation=icons/add.png
38AddPreviousDimension=icons/add.png
39ClearCombinedHits=icons/delete.gif
40ClearHits=icons/delete.gif
41ClearSelectedHits=icons/warning.gif
42ClearSpecialHits=icons/delete.gif
43Close=icons/close.gif
44CombinedHitsReport=icons/filter.gif
45CreateJobs=icons/runplugin.gif
46Delete=icons/delete.gif
47DeleteDirectory=icons/delete.gif
48Download=icons/download.gif
49Edit=icons/edit.gif
50EmptyTrash=icons/delete_permanently.png
51ExclusionList=icons/export.gif
52Extensions=icons/runplugin.gif
53ExtensionsForDirectories=icons/runplugin.gif
54ExtensionsForFiles=icons/runplugin.gif
55ExtensionsForFileTypes=icons/runplugin.gif
56ExtensionsForHits=icons/runplugin.gif
57HitsComparisonReportBtn=icons/export.gif
58HitsImportNonGelWizard=icons/new_wizard.gif
59HitsImportWizard=icons/new_wizard.gif
60Import=icons/import.gif
61Login=icons/login.png
62Logout=icons/logout.png
63Move=icons/move.gif
64New=icons/new.gif
65NewDirectory=icons/new.gif
66NewGel=icons/new.gif
67NewGelScanEvent=icons/new.gif
68NewNews=icons/new.gif
69NewProject=icons/new.gif
70NewSample=icons/new.gif
71NewSeparationEvent=icons/new.gif
72NewStainingEvent=icons/new.gif
73NewUser=icons/new.gif
74Next=icons/gonext.gif
75NextCreateExportJobs=icons/gonext.gif
76NextCreateHitsComparisonReportJob=icons/gonext.gif
77NextCreateSpectrumFileContactAdderJobs=icons/gonext.gif
78NextCreateSpectrumFileSampleAdderJobs=icons/gonext.gif
79NextMascotCreateSearchJobs=icons/gonext.gif
80NextMascotCreateSearchJobsAndImportResults=icons/gonext.gif
81NextMascotEditParametersBeforeCreatingSearchJobs=icons/gonext.gif
82NextMsInspectCreateFeatureDetectionJobs=icons/gonext.gif
83NextOMSSACreateSearchJobs=icons/gonext.gif
84NextOMSSACreateSearchJobsAndImportResults=icons/gonext.gif
85NextOMSSAEditParametersBeforeCreatingSearchJobs=icons/gonext.gif
86NextOpenMsCreateFeatureDetectionJobs=icons/gonext.gif
87NextPIKECreateSearchJobs=icons/gonext.gif
88NextSelectAdditionalParametersForPeakListFileImport=icons/gonext.gif
89NextSelectHitsComparisonParameters=icons/gonext.gif
90NextSelectMascotParameterSetStorage=icons/gonext.gif
91NextSelectMascotSearchUserData=icons/gonext.gif
92NextSelectMoreFilesOfSameType=icons/gonext.gif
93NextSelectMsInspectParameters=icons/gonext.gif
94NextSelectOMSSAParameterSet=icons/gonext.gif
95NextSelectOpenMsParameters=icons/gonext.gif
96NextSelectPeakListFiles=icons/gonext.gif
97NextSelectPrideProtocolFileOptional=icons/gonext.gif
98NextSelectRobotResultFiles=icons/gonext.gif
99NextSelectSearchResultFiles=icons/gonext.gif
100NextSelectXTandemParameterSet=icons/gonext.gif
101NextSpectrum=icons/gonext.gif
102NextStartXTandemSearch=icons/gonext.gif
103NextXTandemCreateSearchJobs=icons/gonext.gif
104NextXTandemCreateSearchJobsAndImportResults=icons/gonext.gif
105NextXTandemEditParametersBeforeCreatingSearchJobs=icons/gonext.gif
106No=icons/no.gif
107OriginalSearchResults=icons/view.gif
108PoolExtracts=icons/new_pooled.gif
109Previous=icons/goback.gif
110PrideExportBtn=icons/export.gif
111Properties=icons/view.gif
112ProteinAssembly=icons/filter.gif
113Refresh=icons/refresh.gif
114Restore=icons/restore.gif
115RunImportPlugin=icons/runplugin.gif
116RunPlugin=icons/runplugin.gif
117Save=icons/save.gif
118SaveNoFurtherChanges=icons/save.gif
119SaveInFile=icons/saveas.gif
120ExportToFile=icons/saveas.gif
121SaveProperties=icons/save.gif
122TrashProject=icons/delete.gif
123Update=icons/refresh.gif
124UploadDemoFiles=icons/upload.gif
125UploadFile=icons/upload.gif
126UseInProject=icons/use_in_project.gif
127View=icons/view.gif
128ViewImageFile=icons/view.gif
129ViewOrDownload=icons/view.gif
130ViewTrash=icons/view_trash.gif
131Yes=icons/yes.gif
Note: See TracBrowser for help on using the repository browser.