/[svn]/doc/tmpl/index.html
ViewVC logotype

Diff of /doc/tmpl/index.html

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2732 by schoenebeck, Sun Apr 26 20:54:00 2015 UTC revision 3270 by schoenebeck, Fri Jun 2 18:31:00 2017 UTC
# Line 1  Line 1 
1  <html>  <html>
2    <head>    <head>
3      <meta charset="utf-8">      <meta charset="utf-8">
4        <meta http-equiv="X-UA-Compatible" content="IE=EDGE" />
5      <title>Conditional Statements</title>      <title>Conditional Statements</title>
6      <link rel="stylesheet" href="css/main.css" />      <link rel="stylesheet" href="css/main.css" />
7      <script type="text/javascript" src="js/jquery-1.11.2.js"></script>      <script type="text/javascript" src="js/jquery-1.11.2.js"></script>
# Line 17  Line 18 
18        <menu>        <menu>
19          <a href="/Writing_Docs/" title="How to write documentation for this site. Be invited to help us!">Writing Docs</a>          <a href="/Writing_Docs/" title="How to write documentation for this site. Be invited to help us!">Writing Docs</a>
20          <a href="/Gigedit/" title="An instrument editor for the GigaStudio file format.">Gigedit</a>          <a href="/Gigedit/" title="An instrument editor for the GigaStudio file format.">Gigedit</a>
21            <a href="/sfz/" title="SFZ File Format">SFZ</a>
22          <a href="/Instrument_Scripts/" title="Real-Time Instrument Scripts.">Instrument Scripts</a>          <a href="/Instrument_Scripts/" title="Real-Time Instrument Scripts.">Instrument Scripts</a>
23            <a href="/Instrument_Scripts/NKSP_Language/" title="NKSP Language Tour.">NKSP Language</a>
24            <a href="/Instrument_Scripts/NKSP_Language/Reference/" title="Quick reference to all built-in functions and built-in variables of the NKSP real-rime instrument script language.">NKSP Reference</a>        
25        </menu>        </menu>
26      </header>      </header>
27    
28      <nav>      <nav>
29          <div class="foldbtn"><a href="javascript:;" onclick="crdToggleTOC();" title="Hide content menu.">&lt;&lt;&lt;</a></div>
30        <ul>        <ul>
31          <li><a href="#">Docs</a></li>          <li><a href="#">Docs</a></li>
32          <li><a href="#">Instrument Scripts</a>          <li><a href="#">Instrument Scripts</a>
# Line 327  Line 332 
332  <li><span class="k">end on</span></li>  <li><span class="k">end on</span></li>
333    
334           </ul>           </ul>
335                                          <p>
336                This is just some kind of auto wrapping text for testing purposes. The semantic content is totally irrevant.
337                In fact you are currently wasting your time by reading this at all. Nevertheless I am going to continue
338                writing all kind of crap here, just to get some decent amount of characters onto the screen for seeing
339                various aspects of the final layout and its considerations that may be needed to be taken.
340                </p>
341    
342                <dir>root
343                  <dir>tmp</dir>
344                  <file>foo.png</file>
345                  <file>bla.png</file>
346                </dir>
347    
348                       <p>                       <p>
349              This is just some kind of auto wrapping text for testing purposes. The semantic content is totally irrevant.              This is just some kind of auto wrapping text for testing purposes. The semantic content is totally irrevant.
350              In fact you are currently wasting your time by reading this at all. Nevertheless I am going to continue              In fact you are currently wasting your time by reading this at all. Nevertheless I am going to continue

Legend:
Removed from v.2732  
changed lines
  Added in v.3270

  ViewVC Help
Powered by ViewVC