mirror of
				https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
				synced 2025-11-03 20:02:47 +00:00 
			
		
		
		
	move dropdown menu code
This commit is contained in:
		@@ -23,18 +23,6 @@
 | 
			
		||||
  </head>
 | 
			
		||||
  <body>
 | 
			
		||||
    <header>
 | 
			
		||||
      <div id="nav-notifications-dropdown" class="dropdown-content grey-text text-darken-4">
 | 
			
		||||
        <p>Notifications</p>
 | 
			
		||||
      </div>
 | 
			
		||||
      <ul id="nav-account-dropdown" class="dropdown-content">
 | 
			
		||||
        {% if current_user.is_authenticated %}
 | 
			
		||||
        <li><a href="{{ url_for('profile.index') }}"><i class="material-icons">settings</i>Settings</a></li>
 | 
			
		||||
        <li><a href="{{ url_for('auth.logout') }}"><i class="material-icons">power_settings_new</i>Log out</a></li>
 | 
			
		||||
        {% else %}
 | 
			
		||||
        <li><a href="{{ url_for('auth.login') }}"><i class="material-icons">person</i>Log in</a></li>
 | 
			
		||||
        <li><a href="{{ url_for('auth.register') }}"><i class="material-icons">person_add</i>Register</a></li>
 | 
			
		||||
        {% endif %}
 | 
			
		||||
      </ul>
 | 
			
		||||
      <div class="navbar-fixed">
 | 
			
		||||
        <nav>
 | 
			
		||||
          <div class="nav-wrapper">
 | 
			
		||||
@@ -56,6 +44,20 @@
 | 
			
		||||
        </nav>
 | 
			
		||||
      </div>
 | 
			
		||||
 | 
			
		||||
      <!-- Dropdown menus for the navbar -->
 | 
			
		||||
      <div id="nav-notifications-dropdown" class="dropdown-content grey-text text-darken-4">
 | 
			
		||||
        <p>Notifications</p>
 | 
			
		||||
      </div>
 | 
			
		||||
      <ul id="nav-account-dropdown" class="dropdown-content">
 | 
			
		||||
        {% if current_user.is_authenticated %}
 | 
			
		||||
        <li><a href="{{ url_for('profile.index') }}"><i class="material-icons">settings</i>Settings</a></li>
 | 
			
		||||
        <li><a href="{{ url_for('auth.logout') }}"><i class="material-icons">power_settings_new</i>Log out</a></li>
 | 
			
		||||
        {% else %}
 | 
			
		||||
        <li><a href="{{ url_for('auth.login') }}"><i class="material-icons">person</i>Log in</a></li>
 | 
			
		||||
        <li><a href="{{ url_for('auth.register') }}"><i class="material-icons">person_add</i>Register</a></li>
 | 
			
		||||
        {% endif %}
 | 
			
		||||
      </ul>
 | 
			
		||||
 | 
			
		||||
      <ul id="slide-out" class="sidenav sidenav-fixed">
 | 
			
		||||
        <li><a href="{{ url_for('main.index') }}"><i class="material-icons">opacity</i>nopaque</a></li>
 | 
			
		||||
        <li><a href="#"><i class="material-icons">linear_scale</i>Workflow</a></li>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user