Skip to content

Commit

Permalink
Am rezolvat eu unele probleme cu JavaScript-ul.
Browse files Browse the repository at this point in the history
  • Loading branch information
colin-dumitru committed Jan 19, 2012
1 parent c450cf7 commit e36052d
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 595 deletions.
167 changes: 0 additions & 167 deletions WebServer/Content/jquery-1.4.1.min.js

This file was deleted.

418 changes: 0 additions & 418 deletions WebServer/Content/timeline.xml

This file was deleted.

File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ function dateStringToDate(dateString) {
}

function tryToLoad() {
$.get("/Content/timeline.xml", function (xmlFile) {
$.get("/Get/Timeline/10", function (xmlFile) {
var xml = $(xmlFile);
loaded(xml);
});
Expand Down
8 changes: 6 additions & 2 deletions WebServer/Views/Home/Summary.aspx
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,12 @@
Summary
</asp:Content>

<asp:Content ID="HeadContent" ContentPlaceHolderID="HeadContent" runat="server">
<script src="/Scripts/jquery-1.4.1.min.js" type="text/javascript"></script>
<script src="/Scripts/summary.js" type="text/javascript"></script>
</asp:Content>

<asp:Content ID="MainContent" ContentPlaceHolderID="MainContent" runat="server">
<script src="/Content/jquery-1.4.1.min.js" type="text/javascript"></script>
<script src="/Content/summary.js" type="text/javascript"></script>

<div id="doc"></div>
</asp:Content>
9 changes: 6 additions & 3 deletions WebServer/Views/Home/TimeLine.aspx
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,11 @@
TimeLine
</asp:Content>

<asp:Content ID="MainContent" ContentPlaceHolderID="MainContent" runat="server">
<script src="/Content/jquery-1.4.1.min.js" type="text/javascript"></script>
<script src="/Content/timeline.js" type="text/javascript"></script>
<asp:Content ID="HeadContent" ContentPlaceHolderID="HeadContent" runat="server">
<script src="/Scripts/jquery-1.4.1.min.js" type="text/javascript"></script>
<script src="/Scripts/timeline.js" type="text/javascript"></script>
</asp:Content>

<asp:Content ID="MainContent" ContentPlaceHolderID="MainContent" runat="server">
<div id="doc"></div>
</asp:Content>
3 changes: 3 additions & 0 deletions WebServer/Views/Shared/Site.Master
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
<title>
<asp:ContentPlaceHolder ID="TitleContent" runat="server" />
</title>
<head>
<asp:ContentPlaceHolder ID="HeadContent" runat="server" />
</head>
<link href="../../Content/Site.css" rel="stylesheet" type="text/css" />
</head>
<body>
Expand Down
7 changes: 3 additions & 4 deletions WebServer/WebServer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,9 @@
<Content Include="App_Data\WebServerDatabase_log.ldf">
<DependentUpon>WebServerDatabase.mdf</DependentUpon>
</Content>
<Content Include="Content\jquery-1.4.1.min.js" />
<Content Include="Content\summary.js" />
<Content Include="Content\timeline.js" />
<Content Include="Scripts\jquery-1.4.1.min.js" />
<Content Include="Scripts\summary.js" />
<Content Include="Scripts\timeline.js" />
<Content Include="Content\timeline.xml" />
<Content Include="Global.asax" />
<Content Include="Models\DocumentDataModel.edmx.sql" />
Expand All @@ -119,7 +119,6 @@
</Content>
<Content Include="Content\Site.css" />
<Content Include="Scripts\jquery-1.4.1.js" />
<Content Include="Scripts\jquery-1.4.1.min.js" />
<Content Include="Scripts\jquery-1.4.1-vsdoc.js" />
<Content Include="Scripts\jquery.validate.js" />
<Content Include="Scripts\jquery.validate.min.js" />
Expand Down

0 comments on commit e36052d

Please sign in to comment.