useradmin.tmpl

来自「Network Administration Visualized 网络管理可」· TMPL 代码 · 共 61 行

TMPL
61
字号
## $Id: UserAdmin.tmpl 3832 2007-01-29 14:03:17Z jodal $## Extends the MainTemplate for header-information, nav-logo and navigation-bar.## Contains common template code for the useradmin panel.###### Copyright 2003, 2004 Norwegian University of Science and Technology#### This file is part of Network Administration Visualized (NAV)#### NAV is free software; you can redistribute it and/or modify## it under the terms of the GNU General Public License as published by## the Free Software Foundation; either version 2 of the License, or## (at your option) any later version.#### NAV is distributed in the hope that it will be useful,## but WITHOUT ANY WARRANTY; without even the implied warranty of## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the## GNU General Public License for more details.#### You should have received a copy of the GNU General Public License## along with NAV; if not, write to the Free Software## Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA###### Authors: Morten Vold <morten.vold@itea.ntnu.no>##          Magnar Sveen <magnars@idi.ntnu.no>###extends nav.web.templates.MainTemplate.MainTemplate#attr $path = [("Home", "/"), ("User Administration", "/useradmin/index"), ("Index", "False")]#def useradmin()  This space intentionally left blank#end def#block content<h2>User Administration</h2><p> <a href="accountlist">Account List</a> |  <a href="grouplist">Group List</a> | <a href="account">New account</a> |  <a href="group">New group</a></p>#if $varExists('information')<h3>$information</h3>#end if#if $varExists('statusMessage')<p><font color="#FF0000">$statusMessage</font><br></p>#end if$useradmin()#end block content#block additionalCSS$default_table_CSS#end block additionalCSS

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?