about summary refs log blame commit diff stats
path: root/test/layout/config.toml
blob: 9b33aa2e1de7cc8659da4ab225870ade97dc78e7 (plain) (tree)
1
2
3
4
5
6
7
8
9








                              
[display]
columns = 80
lines = 24
pixels-per-column = 9
pixels-per-line = 18
force-columns = true
force-lines = true
force-pixels-per-column = true
force-pixels-per-line = true
f='#n10'>10 11 12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
                              
                 


                                                                






                                                         







                                                                     

                      
                                       
                                                                                   
            
                                 
                                                              







                                            
          

                                                                           
    
<:use 'templates/base.crotmp'>
  <|page(.title)>
    <noscript>
      <div class="alert" role="alert">JavaScript required.</div>
    </noscript>
    <?.show-nav>
    <div id="nav">
        <@nav : $p>
        <a href="<$p.<url>>"><$p.<name>></a>&nbsp;/&nbsp;
        </@>
    </div>
    </?>
    <div id="loading">
      <label for="loading-progress">Loading Images:</label>
      <progress id="loading-progress" max="100" value="0"></progress>
    </div>
    <div id="loading-error" class="alert" role="alert">
      <span id="loading-error-text"></span>
      <button id="loading-error-dismiss">Dismiss</button>
    </div>
    <div id="gallery">
      <@gallery : $i>
        <?{ $i.<type> eq 'directory' }>
        <div><a href="./<$i.<text>>"><p class="directory"><$i.<text>></p></a></div>
        </?>
        <?{ $i.<type> eq 'img' }>
        <img alt="<$i.<alt>>" src="/resources/img/<$i.<src>>">
        </?>
        <?{ $i.<type> eq 'text' }>
        <div class="text"><$i.<text>></div>
        </?>
        <?{ $i.<type> eq 'heading' }>
        <h1 class="heading"><$i.<text>></h1>
        </?>
      </@>
    </div>
    <script type="text/javascript" src="/resources/js/bricks.js"></script>
    <script type="text/javascript" src="/resources/js/gallery.js"></script>
</|>