- Timestamp:
- 22 Jan 2014, 18:21:53 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/branches/uli-diazo-themed/layout/theme.html
r10948 r10958 10 10 <!-- stylesheets --> 11 11 <link href="bootstrap/dist/css/bootstrap.min.css" 12 12 rel="stylesheet"> 13 13 <link href="static/css/base.css" rel="stylesheet"> 14 14 … … 21 21 <link rel="shortcut icon" href="static/ico/favicon.ico"> 22 22 <link rel="apple-touch-icon-precomposed" sizes="144x144" 23 23 href="static/ico/apple-touch-icon-144-precomposed.png"> 24 24 <link rel="apple-touch-icon-precomposed" sizes="114x114" 25 25 href="static/ico/apple-touch-icon-114-precomposed.png"> 26 26 <link rel="apple-touch-icon-precomposed" sizes="72x72" 27 27 href="static/ico/apple-touch-icon-72-precomposed.png"> 28 28 <link rel="apple-touch-icon-precomposed" 29 29 href="static/ico/apple-touch-icon-57-precomposed.png"> 30 30 31 31 </head> … … 36 36 <div class="navbar-header"> 37 37 <button type="button" class="navbar-toggle" data-toggle="collapse" 38 38 data-target="#kofa-primary-nav"> 39 39 <span class="icon-bar"></span> 40 40 <span class="icon-bar"></span> … … 52 52 <li class="dropdown kofa-langselect"> 53 53 <a href="#" class="dropdown-toggle" 54 54 data-toggle="dropdown">Language <b class="caret"></b></a> 55 55 <ul class="dropdown-menu"> 56 56 <li class="kofa-language"><a href="#">en</a></li> … … 67 67 <li class="nav"><a href="#">Contact</a></li> 68 68 <li class="nav"><a href="#">Logout</a></li> 69 69 </ul> 70 70 </div><!--/.nav-collapse --> 71 71 </div><!-- /.navbar --> … … 76 76 <ol class="breadcrumb kofa-breadcrumbs"> 77 77 <li class="kofa-breadcrumb"> 78 79 80 78 <a href="#"> 79 Home 80 </a> 81 81 </li> 82 82 <li class="kofa-breadcrumb"> 83 84 85 83 <a href="#"> 84 Subtopic 85 </a> 86 86 </li> 87 87 </ol><!-- /kofa-breadcrumbs --> … … 93 93 94 94 <div class="row"> 95 96 97 98 99 95 <div class="col-md-3 kofa-sidebar"> 96 <div class="sidebar-nav well"> 97 <ul class="nav nav-list"> 98 <li class="nav-header kofa-sidebar-title">Username</li> 99 </ul> 100 100 <ul class="nav nav-list kofa-sidebar-body"> 101 101 <li><a href="#">Portal Configuration</a></li> 102 103 104 105 102 <li><a href="#">Portal Users</a></li> 103 <li><a href="#">Data Center</a></li> 104 <li><a href="#">Reports</a></li> 105 <li><a href="#">Access Codes</a></li> 106 106 </ul> 107 107 </div> <!-- /well --> 108 108 </div><!-- /kofa-sidebar --> 109 109 <div class="col-md-9 content well kofa-content kofa-content-narrow"> 110 110 111 112 113 114 115 111 <div class="hero-unit kofa-content-label-box"> 112 <h1 class="kofa-content-label-title">waeup.kofa theme</h1> 113 <p class="kofa-content-label-descr"> 114 A sample theme for waeup.kofa</p> 115 </div> 116 116 117 118 119 120 121 122 123 117 <p> 118 Donec id elit non mi porta gravida at eget metus. Fusce 119 dapibus, tellus ac cursus commodo, tortor mauris 120 condimentum nibh, ut fermentum massa justo sit amet 121 risus. Etiam porta sem malesuada magna mollis 122 euismod. Donec sed odio dui. 123 </p> 124 124 125 125 <img src="static/img/bg.png" /> 126 126 127 127 </div> 128 128 </div><!-- /row-fluid --> 129 129 130 130 <div class="row-fluid"> 131 132 133 134 135 136 131 <div class="span12 content well kofa-content kofa-content-wide"> 132 <div class="hero-unit"> 133 <h1>Hello there!</h1> 134 <p>this is...</p> 135 </div> 136 <div>...content that spans the whole page.</div> 137 137 138 138 <div id="#sampleform"> … … 153 153 </div><!-- /sampleform --> 154 154 155 155 </div> 156 156 </div><!-- /row-fluid --> 157 157 158 158 <div class="footer"> 159 160 159 <hr /> 160 <p class="credit muted text-right"> 161 161 <a href="//waeup.org">© WAeUP Group 2014</a> 162 162 </p>
Note: See TracChangeset for help on using the changeset viewer.