mirror of
https://github.com/YunoHost-Apps/lionwiki-t2t_ynh.git
synced 2024-09-03 19:36:27 +02:00
test
This commit is contained in:
parent
e84732fa4e
commit
45cafc1790
2 changed files with 1206 additions and 0 deletions
1049
conf/minimaxing.css
Executable file
1049
conf/minimaxing.css
Executable file
File diff suppressed because it is too large
Load diff
157
conf/minimaxing.html
Executable file
157
conf/minimaxing.html
Executable file
|
@ -0,0 +1,157 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
|
||||
<head>
|
||||
<title>{WIKI_TITLE - }{PAGE_TITLE_HEAD}</title>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
{HEAD}
|
||||
<meta name="description" content="" />
|
||||
<meta name="viewport" content="width=device-width" />
|
||||
<link rel="icon" href="templates/favicon.png" type="image/png" />
|
||||
<meta name="keywords" content="" />
|
||||
<link rel="stylesheet" href="templates/minimaxing/5grid/core.css" />
|
||||
<link rel="stylesheet/less" href="templates/minimaxing/minimaxing.css" />
|
||||
|
||||
<script src="templates/js/less.js" type="text/javascript"></script>
|
||||
|
||||
<!-- for txt2tagsjs -->
|
||||
<script type="text/javascript" src="txt2tags.js"></script>
|
||||
<script type="text/javascript" src="txt2tagsjs-gui.js"></script>
|
||||
<script type="text/javascript" src="textallion.js"></script>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<script type="text/javascript" src="markitup/jquery-1.6.2.min.js"></script>
|
||||
|
||||
<!--<script type="text/javascript" src="markitup/jquery.markitup-fr.js"></script>
|
||||
<script type="text/javascript" src="markitup/sets/txt2tags/set-fr.js"></script>-->
|
||||
|
||||
<script type="text/javascript" src="markitup/jquery.markitup.js"></script>
|
||||
<script type="text/javascript" src="markitup/sets/txt2tags/set.js"></script>
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="markitup/skins/simple/style.css" />
|
||||
<link rel="stylesheet" type="text/css" href="markitup/sets/txt2tags/style.css" />
|
||||
<script type="text/javascript" >
|
||||
<!--
|
||||
$(document).ready(function() {
|
||||
// Add markItUp! to your textarea in one line
|
||||
// $('textarea').markItUp( { Settings }, { OptionalExtraSettings } );
|
||||
$('#inputPane').markItUp(mySettings);
|
||||
$("#markItUp").removeClass("button_txt2tags_false");
|
||||
$("#markItUp").addClass("button_txt2tags_true");
|
||||
// You can add content from anywhere in your page
|
||||
// $.markItUp( { Settings } );
|
||||
$('.add').click(function() {
|
||||
$.markItUp( { openWith:'<opening tag>',
|
||||
closeWith:'<\/closing tag>',
|
||||
placeHolder:"New content"
|
||||
}
|
||||
);
|
||||
return false;
|
||||
});
|
||||
|
||||
// And you can add/remove markItUp! whenever you want
|
||||
// $(textarea).markItUpRemove();
|
||||
$('.toggle').click(function() {
|
||||
if ($("#inputPane.markItUpEditor").length === 1) {
|
||||
$("#inputPane").markItUpRemove();
|
||||
$("#markItUp").removeClass("button_txt2tags_true");
|
||||
$("#markItUp").addClass("button_txt2tags_false");
|
||||
} else {
|
||||
$('#inputPane').markItUp(mySettings);
|
||||
$("#markItUp").removeClass("button_txt2tags_false");
|
||||
$("#markItUp").addClass("button_txt2tags_true");
|
||||
}
|
||||
return false;
|
||||
});
|
||||
});
|
||||
-->
|
||||
</script>
|
||||
|
||||
<noscript> <h3>JavaScript should be enabled to use this site, otherwise you won't see the graphic styles or be able to use some effects. Please enable or unblock JavaScript in your browser and refresh the page. Alternatively, for the author of this website, you can compile the .less file and use a .css file instead.</h3> </noscript>
|
||||
<!-- ********************************************************* -->
|
||||
<div id="header-wrapper">
|
||||
<div style="text-align:right">{EDIT} - {HISTORY} - { RECENT_CHANGES}</div>
|
||||
<!--<h1>{WIKI_TITLE}</h1>-->
|
||||
<div class="5grid">
|
||||
<div class="12u-first">
|
||||
<header id="header">
|
||||
<h1>{WIKI_TITLE}</h1>
|
||||
|
||||
<nav><!--{HOME}-->
|
||||
<ul>
|
||||
<li>{HOME}</li>
|
||||
{MENU}
|
||||
</ul>
|
||||
</nav>
|
||||
</header>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="banner-wrapper">
|
||||
<div class="5grid">
|
||||
<div class="12u-first">
|
||||
|
||||
|
||||
<h1>{PAGE_TITLE} {( plugin:VERSIONS_LIST )}</h1>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="main">
|
||||
<div class="5grid">
|
||||
<div class="main-row">
|
||||
<div class="12u-first">
|
||||
<div class="mycontent">
|
||||
|
||||
|
||||
|
||||
<!--{TOC}-->
|
||||
{<div class="error"> ERROR </div>}
|
||||
{CONTENT}
|
||||
</div>
|
||||
{plugin:TAG_LIST}
|
||||
|
||||
{CONTENT_FORM}
|
||||
|
||||
<table style="width: 100%; border:5px;" class="form" >
|
||||
<tr>
|
||||
<td>{RENAME_TEXT } {RENAME_INPUT }<br/>{plugin:TXT2TAGS_TEXTAREA}</td>
|
||||
<td colspan="2" style="text-align: right;" ><small>{SHOW_PAGE}<br/>{SYNTAX}</small></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="3">{CONTENT_TEXTAREA}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2">{FORM_PASSWORD}{ FORM_PASSWORD_INPUT}{ plugin:CAPTCHA_QUESTION}{ plugin:CAPTCHA_INPUT}<br/>{ EDIT_SUMMARY_TEXT}{ EDIT_SUMMARY_INPUT}<br/>{ CONTENT_SUBMIT}{ CONTENT_PREVIEW}</td>
|
||||
<td style="text-align: right; vertical-align: top;">{plugin:RESIZE_TEXTAREA}</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
{/CONTENT_FORM}
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="footer-wrapper">
|
||||
<div class="5grid">
|
||||
|
||||
<div class="12u-first">
|
||||
|
||||
<div id="copyright">
|
||||
{SEARCH_FORM}{SEARCH_INPUT}{SEARCH_SUBMIT}{/SEARCH_FORM}
|
||||
<br />
|
||||
Design CC-BY-SA based on <a href="http://n33.co/">n33</a>. Powered by <a href="https://sourceforge.net/p/lionwiki-t2t/code/">LionWiki-t2t</a>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- ********************************************************* -->
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Reference in a new issue