Take advantage of the search to browse through the World Heritage Centre information.

Archaeological Ruins at Moenjodaro

UNESCO/NHK Videos on Heritage
The ruins of the huge city of Moenjodaro – built entirely of unbaked brick in the 3rd millennium B.C. – lie in the Indus valley. The acropolis, set on high embankments, the ramparts, and the lower town, which is laid out according to strict rules, provide evidence of an early system of town planning. Source: UNESCO TV / © NHK Nippon Hoso Kyokai URL: https://whc.unesco.org/en/list/138/
Watch in other languages:
© NHK Nippon Hoso Kyokai
', '', '', '', { isSelected: function(rec) { return me.selectionModel.isSelected(rec); }, getItemLabel: function(values) { /* UPGRADE - removed htmlEncode here*/ return me.labelTpl.apply(values); }, getTip: function(values) { return Ext.String.htmlEncode(me.tipTpl.apply(values)); }, strict: true } ]); } if (!me.multiSelectItemTpl.isTemplate) { me.multiSelectItemTpl = this.lookupTpl('multiSelectItemTpl'); } return me.multiSelectItemTpl.apply(me.valueCollection.getRange()); } }); } /* Create the combobox */ var tag = Ext.create('Private.ui.TagFieldHtmlLabel', { store: Ext.create('Ext.data.Store',{ autoLoad :false, autoSync: false, pageSize: 400, remoteSort: false, remoteFilter: true, id:'store_E037557E-B169-2E2F-4DE1F9316F0E061E', name:'', model: 'app.model.selector_E037557E-B169-2E2F-4DE1F9316F0E061E', listeners : { 'load' : function(store, records, successful, operation, eOpts) { store.getProxy().setExtraParam( 'list_selected', '' ); store.getProxy().setExtraParam( 'list_filter', '' ); } } }), autoLoadOnValue:false, listeners: { beforerender:function(field, newValue, eOpts){ }, change: function(field, newValue, oldValue) { var hiddenInput = document.getElementById('boxselectval_E037557E-B169-2E2F-4DE1F9316F0E061E'); hiddenInput.value = newValue; this.inputEl.dom.value=''; } ,select: function(combo,record,eOpts){ /*if(this.getPicker().isVisible()){this.getPicker().alignTo(combo);}*/ } }, /*value : [""],*/ emptyText: '', queryMode: 'remote', scrollable : true, forceSelection: false, queryDelay : 300, pageSize: true, displayField: 'name', valueField: 'val', delimiter : ',', minChars : 1, submitValue : false, width:'100%', cls:'', style:'', padding:'', contentPaddingProperty:'' , editable:true, selectOnFocus:true, /*triggerAction: 'all',*/ renderTo: 'boxselect_E037557E-B169-2E2F-4DE1F9316F0E061E', id:'idboxselect_E037557E-B169-2E2F-4DE1F9316F0E061E', anchor:'95%', tipTpl: new Ext.XTemplate('{tip}'), labelTpl: Ext.create('Ext.XTemplate','','{name}',''), multiSelect: true, listConfig: { tpl: new Ext.XTemplate( '' ), typeahead : false, minChars: 1 } }); tag.inputEl.dom.removeAttribute('name'); });