Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(281)

Delta Between Two Patch Sets: MoinMoin/themes/basic/templates/layout.html

Issue 109730047: Improved search GUI (Closed)
Left Patch Set: Added translation for get_acl_rights and added comments for newly defined functions Created 10 years, 10 months ago
Right Patch Set: Removed instances of advanced and removed allrev = false Created 10 years, 9 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
LEFTRIGHT
1 {% extends theme("base.html") %} 1 {% extends theme("base.html") %}
2 2
3 {% import theme("snippets.html") as snippets %} 3 {% import theme("snippets.html") as snippets %}
4 {% set logo = snippets.logo() %} 4 {% set logo = snippets.logo() %}
5 {% set footer_logos = snippets.creditlogos() %} 5 {% set footer_logos = snippets.creditlogos() %}
6 {% set credits = snippets.credits() %} 6 {% set credits = snippets.credits() %}
7 {% set user_actions, item_navigation, item_actions = theme_supp.get_local_panel( item_name) %} 7 {% set user_actions, item_navigation, item_actions = theme_supp.get_local_panel( item_name) %}
8 {% set basic_scripts = snippets.add_scripts() %} 8 {% set basic_scripts = snippets.add_scripts() %}
9 9
10 {% set current_url = request.url %} 10 {% set current_url = request.url %}
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
71 <span class="icon-bar"></span> 71 <span class="icon-bar"></span>
72 <span class="icon-bar"></span> 72 <span class="icon-bar"></span>
73 </button> 73 </button>
74 {% if cfg.sitename %} 74 {% if cfg.sitename %}
75 <a class="navbar-brand" href="{{ url _for('frontend.show_item', item_name=cfg.item_root) }}"> 75 <a class="navbar-brand" href="{{ url _for('frontend.show_item', item_name=cfg.item_root) }}">
76 {{ cfg.sitename }} 76 {{ cfg.sitename }}
77 </a> 77 </a>
78 {% endif %} 78 {% endif %}
79 </div> 79 </div>
80 </div> 80 </div>
81 <div class="col-lg-6"> 81 <div class="col-lg-6 moin-loginsettings">
82 <div class="moin-navbar-collapse navbar-coll apse collapse in" id="target"> 82 <div class="moin-navbar-collapse navbar-coll apse collapse in" id="target">
83 <ul class="nav navbar-nav moin-pull-righ t"> 83 <ul class="nav navbar-nav moin-pull-righ t">
84 84
85 {% if user.valid -%} 85 {% if user.valid -%}
86 {% set avatar = user.avatar(20) %} 86 {% set avatar = user.avatar(20) %}
87 {% if avatar %} 87 {% if avatar %}
88 <li><img id="moin-avatar" sr c="{{ avatar }}" /></li> 88 <li><img id="moin-avatar" sr c="{{ avatar }}" /></li>
89 {%- endif %} 89 {%- endif %}
90 {% if user.name -%} 90 {% if user.name -%}
91 {% set wiki_href, aliasname, title, exists = theme_supp.userhome() %} 91 {% set wiki_href, aliasname, title, exists = theme_supp.userhome() %}
(...skipping 213 matching lines...) Expand 10 before | Expand all | Expand 10 after
305 </div> 305 </div>
306 </div> <!--/row for footer--> 306 </div> <!--/row for footer-->
307 {% endblock %} 307 {% endblock %}
308 </div><!--/container--> 308 </div><!--/container-->
309 {% endblock %} 309 {% endblock %}
310 310
311 {% block body_scripts %} 311 {% block body_scripts %}
312 {{ super() }} 312 {{ super() }}
313 {{ basic_scripts }} 313 {{ basic_scripts }}
314 {% endblock %} 314 {% endblock %}
LEFTRIGHT

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b