Git Repository Public Repository

CPE_learningsite

URLs

Copy to Clipboard

This repository has no backups
This repository's network speed is throttled to 100KB/sec

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<!DOCTYPE html>
<html>
<head>
    <meta charset="utf-8" />
    <title>@ViewBag.Title</title>
    <link rel="stylesheet" href="/static/css/global.css" />
    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js" type="text/javascript"></script>
    <link rel="stylesheet" href="/static/css/jquery.datatables.css" />
    <link rel="stylesheet" href="/static/css/jquery.datatables.tabletools.css" />
    <script type="text/javascript" src="https://cdn.datatables.net/s/dt/dt-1.10.10/datatables.min.js"></script>
    <script type="text/javascript" src="/static/js/jquery.datatables.tabletools.min.js"></script>
    <script type="text/javascript" src="/static/js/jquery.datatable.tabletools.zeroclipboard.js"></script>
</head>
<body id="body">
    <div id="header">
        <h1 class="floatright">@{
                                   try {
                                       @Model.Name
                                   }
                                   catch (Exception) {}
                               }</h1>
        <a href="/"><img src="http://www.cpeonline.com/sites/all/themes/cpe/logo.png" /></a>
    </div>
    <div id="page">
        <div id="content">
            @RenderBody()
        </div>
        <div id="footer">
            <footer>
                @*<hr/>
                    <span>Developed by <a href="http://intesolv.com">InteSolv</a> for CPE Inc.</span>*@
            </footer>
        </div>
    </div>
</body>

<!-- It's always time for @Math.PI.ToString()!!! -->
</html>

Commits for CPE_learningsiteCPE/CPE.App/CPE.App.Web/Views/Shared/_Layout.cshtml

Diff revisions: vs.
Revision Author Commited Message
4cd176 ... v.shishlov Fri 27 Aug, 2021 14:33:17 +0000

initial commit