-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7d7d076
commit 17b65a7
Showing
7 changed files
with
47 additions
and
988,415 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,32 +7,32 @@ | |
{ | ||
'Name': 'Maria Anders', 'EmployeeID': '1', 'Role': 'Managing Director', 'Department': '', | ||
'Location': 'US', 'Phone': '(555) 111-1111', 'Email': '[email protected]', 'Supervisor Name': '', | ||
'Supervisor ID': '', 'Image URL': '/Content/assets/dbstyle/orgchart_images/blank-male.jpg' | ||
'Supervisor ID': '', 'Image URL': './Content/assets/dbstyle/orgchart_images/blank-male.jpg' | ||
}, | ||
{ | ||
'Name': 'Carine Schmitt', 'EmployeeID': '2', 'Role': 'Project Manager', 'Department': 'Development', | ||
'Location': 'US', 'Phone': '(555) 222-2222', 'Email': '[email protected]', 'Supervisor Name': 'Maria Anders', | ||
'Supervisor ID': '1', 'Image URL': '/Content/assets/dbstyle/orgchart_images/blank-male.jpg' | ||
'Supervisor ID': '1', 'Image URL': './Content/assets/dbstyle/orgchart_images/blank-male.jpg' | ||
}, | ||
{ | ||
'Name': 'Daniel Tonini', 'EmployeeID': '3', 'Role': 'Project Manager', 'Department': 'Development', | ||
'Location': 'US', 'Phone': '(555) 333-3333', 'Email': '[email protected]', 'Supervisor Name': 'Maria Anders', | ||
'Supervisor ID': '1', 'Image URL': '/Content/assets/dbstyle/orgchart_images/blank-male.jpg' | ||
'Supervisor ID': '1', 'Image URL': './Content/assets/dbstyle/orgchart_images/blank-male.jpg' | ||
}, | ||
{ | ||
'Name': 'Alex Camino', 'EmployeeID': '4', 'Role': 'Project Lead', 'Department': 'Development', | ||
'Location': 'US', 'Phone': '(555) 444-4444', 'Email': '[email protected]', 'Supervisor Name': 'Daniel Tonini', | ||
'Supervisor ID': '3', 'Image URL': '/Content/assets/dbstyle/orgchart_images/blank-male.jpg' | ||
'Supervisor ID': '3', 'Image URL': './Content/assets/dbstyle/orgchart_images/blank-male.jpg' | ||
}, | ||
{ | ||
'Name': 'Jones Bergson', 'EmployeeID': '5', 'Role': 'Project Lead', 'Department': 'Development', | ||
'Location': 'US', 'Phone': '(555) 555-5555', 'Email': '[email protected]', 'Supervisor Name': 'Daniel Tonini', | ||
'Supervisor ID': '3', 'Image URL': '/Content/assets/dbstyle/orgchart_images/blank-male.jpg' | ||
'Supervisor ID': '3', 'Image URL': './Content/assets/dbstyle/orgchart_images/blank-male.jpg' | ||
}, | ||
{ | ||
'Name': 'Rene Phillips', 'EmployeeID': '6', 'Role': 'Project Lead', 'Department': 'Development', | ||
'Location': 'US', 'Phone': '(555) 666-6666', 'Email': '[email protected]', 'Supervisor Name': 'Daniel Tonini', | ||
'Supervisor ID': '3', 'Image URL': '/Content/assets/dbstyle/orgchart_images/blank-male.jpg' | ||
'Supervisor ID': '3', 'Image URL': './Content/assets/dbstyle/orgchart_images/blank-male.jpg' | ||
}, | ||
]; | ||
return data; | ||
|
@@ -79,12 +79,12 @@ | |
}; | ||
DownloadExampleFiles.prototype.downloadXML = function () { | ||
var xmltext = '<?xml version="1.0" encoding="utf-8" ?><people>' + | ||
'<person Name="Maria Anders" Role="Managing Director" Location="US" Phone="(555) 111-1111" Email="[email protected]" ImageURL="/Content/assets/dbstyle/orgchart_images/blank-male.jpg">' + | ||
'<person Name="Carine Schmitt" Role="Project Manager" Department="Development" Location="US" Phone="(555) 222-2222" Email="[email protected]" SupervisorName="Maria Anders" ImageURL="/Content/assets/dbstyle/orgchart_images/blank-male.jpg"></person>' + | ||
'<person Name="Daniel Tonini" Role="Project Manager" Department="Development" Location="US" Phone="(555) 333-3333" Email="[email protected]" SupervisorName="Maria Anders" ImageURL="/Content/assets/dbstyle/orgchart_images/blank-male.jpg">' + | ||
'<person Name="Alex Camino" Role="Project Manager" Department="Development" Location="US" Phone="(555) 444-4444" Email="[email protected]" SupervisorName="Daniel Tonini" ImageURL="/Content/assets/dbstyle/orgchart_images/blank-male.jpg"></person>' + | ||
'<person Name="Jones Bergson" Role="Project Lead" Department="Development" Location="US" Phone="(555) 555-5555" Email="[email protected]" SupervisorName="Daniel Tonini" ImageURL="/Content/assets/dbstyle/orgchart_images/blank-male.jpg"></person>' + | ||
'<person Name="Rene Phillips" Role="Project Lead" Department="Development" Location="US" Phone="(555) 666-6666" Email="[email protected]" SupervisorName="Daniel Tonini" ImageURL="/Content/assets/dbstyle/orgchart_images/blank-male.jpg"></person>' + | ||
'<person Name="Maria Anders" Role="Managing Director" Location="US" Phone="(555) 111-1111" Email="[email protected]" ImageURL="./Content/assets/dbstyle/orgchart_images/blank-male.jpg">' + | ||
'<person Name="Carine Schmitt" Role="Project Manager" Department="Development" Location="US" Phone="(555) 222-2222" Email="[email protected]" SupervisorName="Maria Anders" ImageURL="./Content/assets/dbstyle/orgchart_images/blank-male.jpg"></person>' + | ||
'<person Name="Daniel Tonini" Role="Project Manager" Department="Development" Location="US" Phone="(555) 333-3333" Email="[email protected]" SupervisorName="Maria Anders" ImageURL="./Content/assets/dbstyle/orgchart_images/blank-male.jpg">' + | ||
'<person Name="Alex Camino" Role="Project Manager" Department="Development" Location="US" Phone="(555) 444-4444" Email="[email protected]" SupervisorName="Daniel Tonini" ImageURL="./Content/assets/dbstyle/orgchart_images/blank-male.jpg"></person>' + | ||
'<person Name="Jones Bergson" Role="Project Lead" Department="Development" Location="US" Phone="(555) 555-5555" Email="[email protected]" SupervisorName="Daniel Tonini" ImageURL="./Content/assets/dbstyle/orgchart_images/blank-male.jpg"></person>' + | ||
'<person Name="Rene Phillips" Role="Project Lead" Department="Development" Location="US" Phone="(555) 666-6666" Email="[email protected]" SupervisorName="Daniel Tonini" ImageURL="./Content/assets/dbstyle/orgchart_images/blank-male.jpg"></person>' + | ||
'</person>' + | ||
'</person>' + | ||
'</people>'; | ||
|
Oops, something went wrong.