Project

General

Profile

« Previous | Next » 

Revision 4885

omit the metadata vocab/values from the normal header section since they will be used in the "matrix-style" header section

View differences:

lib/style/skins/first/download.jsp
116 116
						row.put(colName, value);
117 117
					}
118 118
					else {
119
						metadataRow.put(colName, value);
119
						if (colName.startsWith(vocabNameCol) || colName.startsWith(vocabValueCol)) {
120
							//don't add it to the normal metadata
121
						}
122
						else {
123
							metadataRow.put(colName, value);
124
						}
120 125
					}
121 126
					//names
122 127
					if (colName.startsWith(vocabNameCol)) {

Also available in: Unified diff