This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | #!/bin/sh | |
| . dbconf.prop | |
| # show progress dots | |
| function progress(){ | |
| echo -n "Please wait..." | |
| while true | |
| do | |
| echo -n "." | |
| sleep 1 | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | <div class="row"> | |
| <div class="twelve columns"> | |
| <!-- Navigation --> | |
| <nav class="top-bar contain-to-grid"> | |
| <ul> | |
| <li class="name"><h1><a href="#">Title</a></h1></li> | |
| <li class="toggle-topbar"><a href="#"></a></li> | |
| </ul> | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | <div class="row"> | |
| <div class="twelve columns"> | |
| <!-- Navigation --> | |
| <div class="row"> | |
| <div class="twelve columns"> | |
| <ul class="top-bar"> | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | <div class="row"> | |
| <div class="twelve columns"> | |
| <!-- Navigation --> | |
| <ul class="nav-bar"> | |
| <li class="active"><a href="#">Nav Item 1</a></li> | |
| <li><a href="#">Nav Item 2</a></li> | |
| <li><a href="#">Nav Item 3</a></li> | |
| </ul> | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | <!-- Navigation --> | |
| <nav class="top-bar fixed"> | |
| <ul> | |
| <li class="name"><h1><a href="#">Title</a></h1></li> | |
| <li class="toggle-topbar"><a href="#"></a></li> | |
| </ul> | |
| <section> | |
| <ul class="left"> | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | <nav class="top-bar"> | |
| <ul> | |
| <li class="name"><h1><a href="#">Title</a></h1></li> | |
| <li class="toggle-topbar"><a href="#"></a></li> | |
| </ul> | |
| <section> | |
| <ul class="left"> | |
| <li><a href="#">Link</a></li> | |
| <li><a href="#">Link</a></li> | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | <nav class="top-bar"> | |
| <ul> | |
| <li class="name"><h1><a href="#">Title</a></h1></li> | |
| <li class="toggle-topbar"><a href="#"></a></li> | |
| </ul> | |
| <section> | |
| <ul class="left"> | |
| <li><a href="#">Link</a></li> | |
| <li><a href="#">Link</a></li> | 
OlderNewer