Files
2016-09-11 12:56:28 +02:00

20 lines
653 B
Plaintext

@inherits UmbracoTemplatePage
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>Umbraco Package Repository</title>
<link href="/umbraco_client/ui/default.css" type="text/css" rel="stylesheet" />
<link href="/umbraco_client/panel/style.css" type="text/css" rel="stylesheet" />
<link href="/css/repository.css" type="text/css" rel="stylesheet" />
</head>
<body>
<div id="TheForm">
<div id="table1" class="propertyPane guiDialogNormal">
<div class="propertyContent">
@Umbraco.RenderMacro("Repository")
</div>
</div>
</div>
</body>
</html>