mirror of
https://github.com/overte-org/overte.git
synced 2025-04-29 15:42:39 +02:00
46 lines
1.6 KiB
HTML
46 lines
1.6 KiB
HTML
<html>
|
|
<head>
|
|
<title>Share</title>
|
|
<link rel="stylesheet" type="text/css" href="css/edit-style.css">
|
|
<link rel="stylesheet" type="text/css" href="css/SnapshotReview.css">
|
|
<script type="text/javascript" src="js/eventBridgeLoader.js"></script>
|
|
<script type="text/javascript" src="js/SnapshotReview.js"></script>
|
|
</head>
|
|
|
|
<body>
|
|
<div class="snapsection title">
|
|
<label>Snap</label>
|
|
</div>
|
|
<hr />
|
|
<div id="snapshot-pane">
|
|
<div id="snapshot-images">
|
|
</div>
|
|
</div>
|
|
<div id="snapshot-controls">
|
|
<div class="snapsection" id="snap-buttons">
|
|
<div id="sharing">
|
|
<div class="button">
|
|
<span class="compound-button">
|
|
<input type="button" class="blue" id="share" value="Share in Feed" onclick="shareSelected()" />
|
|
<span class="glyph"></span>
|
|
</span>
|
|
</div>
|
|
</div>
|
|
<div class="button">
|
|
<input type="button" class="black" id="close" value="Don't Share" onclick="doNotShare()" />
|
|
</div>
|
|
</div>
|
|
<hr />
|
|
<div class="snapsection" id="snap-settings">
|
|
<span class="setting">
|
|
<input type="button" class="glyph naked" id="snapshotSettings" value="@" onclick="snapshotSettings()" />
|
|
<label for="snapshotSettings">Settings</label>
|
|
</span>
|
|
<span class="setting checkbox">
|
|
<input id="openFeed" type="checkbox" checked />
|
|
<label for="openFeed">Open feed after</label>
|
|
</span>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|