{
    "pluginname": "CMCH Website",
    "systemplugin": "0",
    "version": "1.0",
	"icon": "mif-delicious",
	"table_def": [],
	"sqlcommands_oninstall": [],
	"form": [],
	"form_html": "",
	"script": "",
	"formbuttons": [],
	"sqlstatement": [
		{
			"id":"1lgo",
			"name":"Header",
			"sql":{
				"action":"Return","validate":"none",
				"output":".header",
				"value":[
							"<div class='p-2-fg p-4-sm p-7-md p-9-lg' style='background-color:#01c193;'>",
								"<div class='cell'><div class='ml-5-xl ml-4-lg ml-3-md ml-2-sm'>",
									"<span class='mif-medkit mif-2x ml-16-xl ml-12-lg ml-8-md ml-4-sm fg-white'></span>",
									"<span class='fg-white ml-2' style='font-size:1.5em'>CMCH</span>",
									"<input type='text' style='display:none'>",
								"</div>",
							"</div>"								
						]
			}
		},
		{
			"id":"2main",
			"name":"Main",
			"sql":{
				"action":"Return","validate":"none",
				"output":".main",
				"value":[
							"<div id='btnarea' class='p-2-fg p-4-sm p-7-md p-9-lg'></div>",								
							"<div class='row p-2-fg p-4-sm p-7-md p-9-lg'><div id='mainimagearea' class='cell w-50-lg w-100-sm'></div><div id='mainimagetext' class='cell w-50-lg w-100-sm'></div></div>"								
						]
			}
		},{
			"id":"2btn",
			"name":"Main",
			"sql":{
				"action":"Return","validate":"none","outputto":"php",
				"output":"demo","value":"",				
				"elem":{
							"parent":"div","class":"row","style":"overflow-x:auto","output":"#btnarea","elem":[
								{"name":"b0","class":"cell","type":"iconbox","icon":"mif-home","iconclass":"fg-green mif-2x","value":"Home"},
								{"name":"b1","class":"cell","type":"iconbox","icon":"mif-user","iconclass":"fg-green mif-2x","value":"Patient"},
								{"name":"b2","class":"cell","type":"iconbox","icon":"mif-delicious","style":"font-size:1.1em","iconclass":"fg-green mif-2x","value":"Information"},
								{"name":"b3","class":"cell","type":"iconbox","icon":"mif-plus","style":"font-size:1.1em","iconclass":"fg-green mif-2x","value":"Doctors"}
							]
						}
			}
		},{
			"id":"2car",
			"name":"Carousel",
			"sql":{
					"action":"MULTISTMT","validate":"none","outputto":"html",
					"multistmt":[
						{"action":"Get Carousel",
							"output":"#mainimagearea",
							"height":"21/9",
							"borderradius":"30px",
							"slides":[
								{"image":"resource/image/hosp1.jpg","text":"Hospital Phase I"},
								{"image":"resource/image/hosp2.jpg","text":"Private and Semi Private Wards"},
								{"image":"resource/image/hosp3.jpg","text":"OPD"}
							]
						},{
							"action":"Return",
							"output":"#mainimagetext",
							"value":"<div class='p-8' style='background-color:#edf2f7'><center><h3>Welcome!</h3><br>to the CMCH Website.</center><br><div style='font-size:1.2em'>Christian Medical Centre and Hospital, Purnia, Bihar is a one hundred and ten bedded hospital with primary and secondary level facilities. A team of six doctors currently make up the medical team at the centre. A team of nurses and nursing assistants daily cater to the needs of patients.  A well-equipped laboratory and digital x-ray machine provide diagnostic services to about 100 patients who visit the hospital every day now.  An administrative team is also in place providing support services to the overall management. The hospital premises is of 40,000 sq ft in total and it contains 2 HDMU rooms with seven beds, Emergency Rooms, Private and Semi-Private rooms, Lab, Xray, ECG, Pharma etc.</div></div>"
						}
					]
				}
		}
	]
}