77 lines
3.1 KiB
HTML
77 lines
3.1 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-type" content="text/html;charset=utf-8">
|
|
<link rel="stylesheet" type="text/css" href="css/gollum.css" media="all">
|
|
<link rel="stylesheet" type="text/css" href="css/editor.css" media="all">
|
|
<title>Page Name — Site Name</title>
|
|
</head>
|
|
<body>
|
|
<div id="wiki-wrapper" class="edit">
|
|
<div id="head">
|
|
<h1>Editing <strong>Page Title</strong></h1>
|
|
<ul class="actions">
|
|
<li class="minibutton"><a href="javascript:void(0);"
|
|
class="action-edit-page">Edit Page</a></li>
|
|
<li class="minibutton"><a href="javascript:void(0);"
|
|
class="action-page-history">Page History</a></li>
|
|
<li class="minibutton" class="action-discussion">
|
|
<a href="javascript:void(0);">Discussion <span>(10)<span></a></li>
|
|
</ul>
|
|
</div>
|
|
<div id="wiki-content">
|
|
<div class="has-rightbar">
|
|
<div id="gollum-editor">
|
|
<form name="gollum-editor" action="#" method="post">
|
|
<ul id="gollum-editor-type-switcher">
|
|
<li><a href="#" id="type-switch-code" class="active">Code</a></li>
|
|
<li><a href="#" id="type-switch-rt">Easy Mode</a></li>
|
|
</ul>
|
|
<div id="gollum-editor-function-bar">
|
|
<a href="#" id="function-bold" class="function-button">
|
|
<span>Bold</span></a>
|
|
<a href="#" id="function-italic" class="function-button">
|
|
<span>Italic</span></a>
|
|
<a href="#" id="function-code" class="function-button">
|
|
<span>Code</span></a>
|
|
<span class="function-divider"> </span>
|
|
<a href="#" id="function-ul" class="function-button">
|
|
<span>Unordered List</span></a>
|
|
<a href="#" id="function-ol" class="function-button">
|
|
<span>Ordered List</span></a>
|
|
<a href="#" id="function-blockquote" class="function-button">
|
|
<span>Blockquote</span></a>
|
|
|
|
<a href="#" id="function-hr" class="function-button">
|
|
<span>Horizontal Rule</span></a>
|
|
<span class="function-divider"> </span>
|
|
<a href="#" id="function-h1" class="function-button">
|
|
<span>h1</span></a>
|
|
<a href="#" id="function-h2" class="function-button">
|
|
<span>h2</span></a>
|
|
<a href="#" id="function-h3" class="function-button">
|
|
<span>h3</span></a>
|
|
<span class="function-divider"> </span>
|
|
<a href="#" id="function-link" class="function-button">
|
|
<span>Link</span></a>
|
|
<a href="#" id="function-image" class="function-button">
|
|
<span>Image</span></a>
|
|
</div>
|
|
<fieldset id="gollum-editor-fields">
|
|
<textarea id="gollum-editor-body"
|
|
data-markup-lang="markdown"></textarea>
|
|
<span class="aural"><br></span>
|
|
<input type="submit" id="gollum-editor-submit" value="Save" title="Save current changes">
|
|
</fieldset>
|
|
</form>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<script type="text/javascript" src="js/jquery.js"></script>
|
|
<script type="text/javascript" src="js/gollum.js"></script>
|
|
<script type="text/javascript" src="js/gollum-editor/gollum.editor.js"></script>
|
|
<script type="text/javascript" src="js/gollum-editor/langs/markdown.js"></script>
|
|
</body>
|
|
</html> |