Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
sverweij committed Aug 25, 2013
1 parent aee9d23 commit 2834f9a
Show file tree
Hide file tree
Showing 6 changed files with 168 additions and 141 deletions.
8 changes: 4 additions & 4 deletions images/github.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions images/gplus.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions images/twitter.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
46 changes: 22 additions & 24 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,26 +30,24 @@
<body>
<div id="header" class="fadable">
<div style="float:right">

<a id="tweetme" href="https://twitter.com/SanderSpeaks"
<a id="__tweetme" href="https://twitter.com/SanderSpeaks"
data-dnt="true"
target="_blank"><img src="images/twitter.svg"
alt="The author on Twitter"
title="The author on Twitter"
class="icon"></a>
<a id="gplusme"
class="twitter icon"
title="The author on twitter"
target="_blank"></a>
<a id="__gplusme"
href="https://plus.google.com/118369668878370776334/posts"
target="_blank"><img src="images/gplus.svg"
alt="The author on google+ (tumbleweed alert!)"
title="The author on google+
(tumbleweed alert!)"
class="icon"></a>
<a id="forkme" href="https://github.com/sverweij/mscgen_js"
target="_blank">
<img src="images/github.svg"
alt="fork me on github"
title="fork me on github" class="icon">
</a>
class="gplus icon"
title="The author on google+ (tumbleweed alert!)"
target="_blank"></a>
<a id="__forkme" href="https://github.com/sverweij/mscgen_js"
class="github icon"
title="fork me on github"
target="_blank"></a>
<!-- <a id="__question" href="about:blank"
class="question icon"
title="How do I do this? And other questions answered."
target="_blank"></a> -->
</div>

<h1 class="fadable">mscgen_js</h1>
Expand Down Expand Up @@ -108,11 +106,11 @@ <h3 class="fadable">
<div id="error_output" class="code"></div>
</div>

<div style="padding-bottom:1em">
<h3 class="fadable" style="display:inline">
<div>
<h3 class="fadable" style="display:inline-block">
<span class="intronumber">2</span> your chart will show up here &#x0261f;
</h3>
<div style="float:right; left:10em">
<div class="buttonblock" >
<button id="show_svg" title="Shows the chart in a separate window (svg).
Note: the url bar will contains the base64 encoded version of the svg
Expand All @@ -128,15 +126,15 @@ <h3 class="fadable" style="display:inline">
jpeg</button>
<button id="show_svg_source"
title="Shows the source of the picture (scalable vector graphics)">src</button>
</div>
</div>
</div>
</div>
<span id="svg"></span>
<div id="textcopylightbox">
<div id="textcopyform">
<button id="close_lightbox">close</button>
<textarea readonly id="textcopybox" class="code svg" spellcheck="false"></textarea>
</div>
</div>
<canvas id="__pngcanvas" style="display:none"></canvas>
<canvas id="__pngcanvas"></canvas>
</body>
</html>
2 changes: 1 addition & 1 deletion script/mscgen-main.js

Large diffs are not rendered by default.

Loading

0 comments on commit 2834f9a

Please sign in to comment.