2010-10-14 19:39:41 +02:00
|
|
|
<!doctype html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
2010-09-23 00:55:28 +02:00
|
|
|
<title>Google Refine</title>
|
2010-06-24 22:13:51 +02:00
|
|
|
<script type="text/javascript">var theProject = { id : $projectID };</script>
|
2010-07-31 08:51:11 +02:00
|
|
|
<script type="text/javascript" src="wirings.js"></script>
|
2010-10-14 19:39:41 +02:00
|
|
|
<link rel="icon" type="image/png" href="images/favicon.png">
|
2010-07-31 08:51:11 +02:00
|
|
|
$scriptInjection
|
|
|
|
$styleInjection
|
2010-10-14 19:39:41 +02:00
|
|
|
</head>
|
|
|
|
<body>
|
2010-06-15 02:35:23 +02:00
|
|
|
<div id="header">
|
2010-10-14 19:39:41 +02:00
|
|
|
<a id="app-home-button" href="./"><img alt="Google Refine" src="images/logo-googlerefine-30.png" width="129" height="29" /></a>
|
|
|
|
<div id="project-title">
|
|
|
|
<span id="project-name-button" class="app-path-section" title="Click to rename project"></span>
|
|
|
|
<a id="project-permalink-button" href="javascript:{}" class="secondary">Permalink</a>
|
|
|
|
</div>
|
|
|
|
<div id="project-controls"><a class="button button-primary" bind="exportButton" id="export-button" href="#export">Export</a></div>
|
2010-06-15 02:35:23 +02:00
|
|
|
</div>
|
|
|
|
|
2010-10-14 19:39:41 +02:00
|
|
|
<div id="loading-message"><img src="images/large-spinner.gif" /> Starting up...</div>
|
|
|
|
|
2010-06-15 02:35:23 +02:00
|
|
|
<div id="body">
|
2010-10-02 04:06:01 +02:00
|
|
|
<div bind="leftPanel" id="left-panel">
|
|
|
|
<div bind="leftPanelTabs" class="refine-tabs">
|
|
|
|
<ul>
|
2010-10-14 19:39:41 +02:00
|
|
|
<li><a href="#refine-tabs-facets">Facet / Filter</a></li>
|
|
|
|
<li><a href="#refine-tabs-history" bind="historyTabHeader">Undo / Redo</a></li>
|
2010-10-02 04:06:01 +02:00
|
|
|
</ul>
|
|
|
|
<div id="refine-tabs-facets" bind="facetPanel" id="facet-panel"></div>
|
|
|
|
<div id="refine-tabs-history" bind="historyPanel" id="history-panel"></div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div bind="rightPanel" id="right-panel">
|
2010-10-14 19:39:41 +02:00
|
|
|
<div bind="toolPanel" id="tool-panel">
|
|
|
|
<div bind="summaryBar" id="summary-bar">
|
|
|
|
<!-- row/record counts -->
|
|
|
|
</div>
|
|
|
|
<div bind="extensionBar" id="extension-bar">
|
|
|
|
Extensions: <span bind="menuContainer" id="extension-bar-menu-container"></span> <a href="" class="secondary">Customize...</a>
|
|
|
|
</div>
|
|
|
|
</div>
|
2010-10-02 04:06:01 +02:00
|
|
|
<div bind="viewPanel" id="view-panel"></div>
|
|
|
|
</div>
|
|
|
|
<div bind="processPanel" id="process-panel"></div>
|
2010-06-15 02:35:23 +02:00
|
|
|
</div>
|
2010-10-14 19:39:41 +02:00
|
|
|
</body>
|
2010-06-15 02:35:23 +02:00
|
|
|
</html>
|