====== Image Archive 2 (Image Server) ====== ===== Templates ===== There are some templates that you can replace with your own templates. - ''overviewMD'' (main template that ist called by the index_html method) can be replaces with ''overviewMD.html'' and ''overview_selectedMD.html'' - ''thumbMD'' (thumbnail ruler) can be replaces with ''thumbMD.html'' ===== Notes ===== Below some maybe useful hints: * Make sure, that the type of the filename field in the database table has the type ''text'' (not ''char''), otherwise for example the method ''getImageMetaDataByName'' return a noneType object.