|
19 | 19 | https://jira.mongodb.org/secure/CreateIssueDetails!init.jspa?pid=10380&issuetype=4&priority=4&summary=Comment+on%3a+%22{{ pagename | escape }}%2Etxt%22
|
20 | 20 | {%- endmacro -%}
|
21 | 21 |
|
22 |
| -{%- macro relbar(show_logo=True) %} |
23 |
| - <div class="related"> |
24 |
| - <ul> |
25 |
| - <li class="right">| {{- githublink() -}} </li> |
26 |
| - <li class="right">| <a href="http://github.com/mongodb/{{theme_repo_name}}" title="Fork the documentation on GitHub to contribute.">GitHub</a></li> |
27 |
| - <li class="right"><a href="http://jira.mongodb.org/browse/{{ theme_jira_project }}" title="Open a case in Jira to report a problem with the documentation.">Jira</a></li> |
28 |
| - {%- if show_logo %} |
29 |
| - <li><p><a href="{{ pathto('index') }}"><img class="logo" src="http://media.mongodb.org/logo-mongodb.png" alt="Logo"/></p></li> |
30 |
| - {%- endif %} |
31 |
| - |
32 |
| - {%- block rootrellink %} |
33 |
| - <li style="display:none;"><a href="{{ pathto(master_doc) }}">{{ shorttitle|e }}</a></li> |
34 |
| - {%- endblock %} |
35 |
| - {%- block relbaritems %} {% endblock %} |
36 |
| - </ul> |
37 |
| - </div> |
38 |
| -{%- endmacro %} |
39 |
| - |
40 | 22 | {%- macro sidebar() %}
|
41 | 23 | {%- if render_sidebar %}
|
42 | 24 | <div class="sphinxsidebar">
|
|
74 | 56 | {%- endfor %}
|
75 | 57 | {%- endmacro %}
|
76 | 58 |
|
77 |
| -{%- macro homenav() %} |
78 |
| -<div id="home-nav" class="spread"> |
79 |
| - <div class="split"> |
80 |
| - <ul class="home-nav"> |
81 |
| - <li class="docs"><a href="http://docs.mongodb.org/manual/" "MongoDB Documentation"><span class="hidden">MongoDB Documentation</span></a></li> |
82 |
| - <li class="try"><a href="#" onclick="$('#shell').slideToggle('fast');$('.readLine').focus();" title="Try Out MongoDB"><span class="hidden">Try Out MongoDB</span></a></li> |
83 |
| - <li class="downloads"><a href="http://www.mongodb.org/downloads" title="Download MongoDB"><span class="hidden">Download MongoDB</span></a></li> |
84 |
| - <li class="drivers"><a href="http://www.mongodb.org/display/DOCS/Drivers" title="Get the latest MongoDB drivers"><span class="hidden">Get the latest MongoDB drivers</span></a></li> |
85 |
| - </ul> |
86 |
| - </div> |
87 |
| -</div> |
88 |
| -{%- endmacro %} |
89 |
| - |
90 |
| -{%- macro trymongo() %} |
91 |
| -<div id="main-db" class="spread hidden"> |
92 |
| - <div class="split"> |
93 |
| - <div id="shell" style="display: none;"> |
94 |
| - <div> |
95 |
| - <img class="title" src="http://media.mongodb.org/title-shell.png" width="462" height="43" alt="A Tiny MongoDB Shell." /> |
96 |
| - <a class="hide" href="#" onclick="$('#shell').slideToggle('fast')">X CLOSE</a> |
97 |
| - <div id="terminal"> |
98 |
| - <p class="response">MongoDB browser shell version: 0.1.0</p> |
99 |
| - <p>connecting to random database</p> |
100 |
| - <p>type "help" for help</p> |
101 |
| - <p>type "tutorial" to start the tutorial</p> |
102 |
| - </div> |
103 |
| - <script type="text/javascript" src="http://www.mongodb.org/try/js/mongo.js"></script> |
104 |
| - <script type="text/javascript" src="http://www.mongodb.org/try/js/object_id.js"></script> |
105 |
| - <script type="text/javascript" src="http://www.mongodb.org/try/js/lib/collection.js"></script> |
106 |
| - <script type="text/javascript" src="http://www.mongodb.org/try/js/constants.js"></script> |
107 |
| - <script type="text/javascript" src="http://www.mongodb.org/try/js/connection.js"></script> |
108 |
| - <script type="text/javascript" src="http://www.mongodb.org/try/js/utils.js"></script> |
109 |
| - <script type="text/javascript" src="http://www.mongodb.org/try/js/shell_utils.js"></script> |
110 |
| - <script type="text/javascript" src="http://www.mongodb.org/try/js/lib/query.js"></script> |
111 |
| - <script type="text/javascript" src="http://www.mongodb.org/try/js/tokens.js"></script> |
112 |
| - </div> |
113 |
| - </div> |
114 |
| - </div> |
115 |
| -</div> |
116 |
| -{%- endmacro %} |
117 | 59 | {%- macro render_nextprev() %}
|
118 | 60 | <div id="btnv">
|
119 | 61 | <ul id="btnvl">
|
|
129 | 71 | </ul>
|
130 | 72 | </div>
|
131 | 73 | {% endmacro -%}
|
| 74 | + |
132 | 75 | <html xmlns="http://www.w3.org/1999/xhtml">
|
133 | 76 | <head>
|
134 | 77 | {%- block htmltitle %}
|
|
196 | 139 | <div id="header-db" class="spread">
|
197 | 140 | <div class="split">
|
198 | 141 | <div id="logo">
|
199 |
| - <div><a href="{{ pathto('index') }}"><img src="{{ pathto('_static', 1) }}/logo-mongodb.png" width="190" height="55" alt="mongoDB" /></a></div> |
| 142 | + <div><a href="{{ pathto('index') }}"><img class="logo" src="http://media.mongodb.org/logo-mongodb.png" alt="MongoDB Logo"/></a></div> |
200 | 143 | </div>
|
201 | 144 | </div>
|
| 145 | + |
202 | 146 | <div class="search-db"><gcse:searchbox></gcse:searchbox></div>
|
203 | 147 | <div id="etp">
|
204 | 148 | <ul>
|
|
0 commit comments