Subversion Repositories munaweb

Rev

Rev 188 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 188 Rev 190
Line 4068... Line 4068...
4068
        tableStr += tableCell(str.join(', '));
4068
        tableStr += tableCell(str.join(', '));
4069
 
4069
 
4070
        tableStr += tableCell(root.results[i].year);
4070
        tableStr += tableCell(root.results[i].year);
4071
        tableStr += tableCell(root.results[i].country);
4071
        tableStr += tableCell(root.results[i].country);
4072
 
4072
 
-
 
4073
        str = "";
-
 
4074
        if (root.results[i].style.length > 0) {
-
 
4075
            str = " (" + root.results[i].style.join(', ') + ")";
-
 
4076
        }
4073
        tableStr += tableCell(root.results[i].genre.join(', '));
4077
        tableStr += tableCell(root.results[i].genre.join(', ') + str);
-
 
4078
        
4074
 
4079
 
4075
        tableStr += tableCellButton(root.results[i].resource_url);
4080
        tableStr += tableCellButton(root.results[i].resource_url);
4076
 
4081
 
4077
        tableStr += '</tr>';
4082
        tableStr += '</tr>';
4078
    }
4083
    }