mirror of
https://github.com/Quodatum/graphxq.git
synced 2025-09-13 11:25:51 +01:00
100 lines
No EOL
3.9 KiB
XML
100 lines
No EOL
3.9 KiB
XML
<html >
|
|
<head id="head">
|
|
<meta charset="utf-8" />
|
|
<title id="title">{$title}</title>
|
|
<base href="/restxq/graphxq/" />
|
|
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<meta name="description" content="graphviz and svg tools" />
|
|
<meta name="author" content="andy bunce" />
|
|
<link href="{$libserver}/twitter-bootstrap/2.1.1/css/bootstrap.css" rel="stylesheet"
|
|
type="text/css" />
|
|
|
|
|
|
<link href="{$libserver}//twitter-bootstrap/2.1.1/css/bootstrap-responsive.min.css"
|
|
rel="stylesheet" type="text/css" />
|
|
<link href="/graphxq/static/app.css" rel="stylesheet" type="text/css" />
|
|
<!-- Le fav and touch icons -->
|
|
<link rel="shortcut icon" href="/graphxq/static/graphxq2.png" />
|
|
|
|
<script src="{$libserver}/jquery/1.8.1/jquery.min.js" type="text/javascript"></script>
|
|
<script src="{$libserver}/twitter-bootstrap/2.1.1/bootstrap.min.js" type="text/javascript"></script>
|
|
<script src="/graphxq/static/jquery.colorPicker.js" type="text/javascript"></script>
|
|
<link href="/graphxq/static/colorPicker.css" rel="stylesheet" type="text/css" />
|
|
<script src="/graphxq/static/app.js" type="text/javascript"></script>
|
|
<script type="text/javascript"><![CDATA[
|
|
var _gaq = _gaq || [];
|
|
_gaq.push(['_setAccount', 'UA-34544921-1']);
|
|
_gaq.push(['_setDomainName', 'rhcloud.com']);
|
|
_gaq.push(['_trackPageview']);
|
|
|
|
(function() {
|
|
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
|
|
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
|
|
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
|
|
})();
|
|
]]></script>
|
|
</head>
|
|
<body>
|
|
<div class="navbar navbar-fixed-top " data-dropdown="dropdown">
|
|
<div class="navbar-inner">
|
|
<div class="container">
|
|
<a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
|
|
<span class="icon-bar"></span>
|
|
<span class="icon-bar"></span>
|
|
<span class="icon-bar"></span>
|
|
</a>
|
|
<a href="." class="brand" title="Version 0.0.3">
|
|
<img src="/graphxq/static/graphxq2.png" />
|
|
graphXQ
|
|
</a>
|
|
|
|
<div class="nav-collapse collapse">
|
|
<ul class="nav">
|
|
<li class="dropdown">
|
|
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
|
|
New
|
|
<b class="caret"></b>
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li>
|
|
<a href="dot"><i class="icon-edit"></i> Dot</a>
|
|
</li>
|
|
<li>
|
|
<a href="dotml"><i class="icon-align-center"></i> DotML</a>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li class="nav">
|
|
<a href="library">Library</a>
|
|
</li>
|
|
<li class="nav">
|
|
<a href="about">About</a>
|
|
</li>
|
|
</ul>
|
|
<form class="pull-right navbar-search" action="search">
|
|
<input type="text" class="search-query span3" placeholder="Search"
|
|
name="q" />
|
|
<div class="icon-search"></div>
|
|
</form>
|
|
<div class="btn-group pull-right" style="margin-top:0px">
|
|
{$usermenu}
|
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="container-fluid">
|
|
<div class="row-fluid">
|
|
<div id="content" class="span10">{$body}</div>
|
|
<div id="sidebar" class="span2 well">{$sidebar}</div>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</body>
|
|
</html> |