Skip to content

Latest commit

 

History

History
29 lines (15 loc) · 1.09 KB

README.md

File metadata and controls

29 lines (15 loc) · 1.09 KB

========= The UI Part of the GSOC 2013 Timeline View

The Design is based on EMR Redesign for Patients Russell Hertzberg, SoftServe Inc.under creative commons license.

The project consists of four folders and three major html pages.

The css folder stores the stylesheets files including the bootstrap UI and the customized styles.

Theimgfolder stores the icons which will be used in the timeline project.

Thejs folder stores the javascript files which will be used in this project.

There are three files in the js folder.

jquery.js is the jquery file.

ejs.js is the ejs(embedded javascript) file.

timeline.js is the related functions in the timeline project.

data.js stores the json data which will be in the timeline project. The same data can be retrieved from ajax in the bindaas API.

The ajax implementation version can be found in the node.js project.