2 Copyright (c) 2013 The Chromium Authors. All rights reserved.
3 Use of this source code is governed by a BSD-style license that can be
4 found in the LICENSE file.
9 <title>Native Client SDK</title>
10 <link href="index.css" rel="stylesheet" type="text/css">
11 <script src="index.js"></script>
14 <div class="main-column">
17 <div class="close-button"></div>
20 <div class="left-border"></div>
21 <div class="nav-wrapper">
23 <div class="config-group">
24 <div class="config-header">Configuration</div>
25 <div class="config-item">Debug</div>
26 <div class="config-item selected">Release</div>
28 [[for section in section_map:]]
29 <div class="nav-group-header">{{section}}</div>
30 [[ for desc in section_map[section]:]]
31 [[ index_path = (desc['DEST'] + '/' + desc['NAME'])]]
32 [[ index_path = '/'.join(index_path.split('/')[1:])]]
33 <div class="nav-item" data-href="{{index_path}}/index.html">
34 <div class="nav-title">
41 <div class="iframe-wrapper">
42 <iframe scrolling="no">
45 <div class="right-border"></div>
47 <div class="footer"></div>